@import url('common.css');
@import url('border.css');

/* Main Body background */
#mainBg {	
	width: 100%;
	min-height: 1380px;
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#15274e), to(#15274e), color-stop(.6,#15274e));*/ /* Navy Color */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#003E36), to(#003E36), color-stop(.6,#003E36)); /* Green Color */
}

/* Main Header */
#MainHeader {
    position: relative;
	overflow: hidden;	
	width: 100%;
	/*height: 140px; /* before : 175px */
	height: 130px;
}
	#MainHeader ul {
		margin:0;	
		border:0;
		padding-top: 30px;		
	}
	#MainHeader ul li {  
		padding: 0;
	}
	#MainHeader .logo, #MainHeader .logo2  { 		
		position: relative;
		overflow: hidden;
		margin: 0 auto;
		top: 30px; /* before : 57px; */
		width: 201px;
		height: 72px;
		background: url(../images/logo.png) no-repeat;
	}

	#MainHeader .logo2 { background: url(../images/logo2.png) no-repeat;}
/* end */

/* Main Menu1 */
#mainMenu1 { 
	position: relative;
	overflow:hidden; 
	margin:0 auto;	
	height: 548px;  /*기본 : 536px  */
	width: 533px; /* before: 540px */	
	padding: 0;	
}
	#mainMenu1 .menu00 { position:absolute; top: 0; left: 8px; }      /* before: top: 0; left: 0 */
	#mainMenu1 .menu01 { position:absolute; top: 0; left: 366px; }     /* before: top: 6; left:366px; */
	#mainMenu1 .menu02 { position:absolute; top: 179px; left: 366px; } /* before: top: 185px; left:366px; */
	#mainMenu1 .menu03 { position:absolute; top: 357px; left: 8px; }   /* before: top: 364px; left:5px; */
	#mainMenu1 .menu04 { position:absolute; top: 357px; left: 187px; } /* before: top: 364px; left:186px; */
	#mainMenu1 .menu05 { position:absolute; top: 357px; left: 366px; } /* before: top: 364px; left:366px; */
	
	#mainMenu1 .boxSize01 { width:346px; height:346px; } /* before : width:358px; height:356px;*/
	#mainMenu1 .boxSize02 { width:172px; height:171px; }

/* End */

/* Main Menu2 */
#mainMenu2 {
	position: relative;
	overflow: hidden; 
	margin:0 auto;
	width: 540px;
	padding: 0;	
}
#mainMenu2 .golfmenu { overflow: hidden; }
#mainMenu2 .golfmenu a { display: inline; width: 100%; }
#mainMenu2 .golfmenu a .Lbt { display: inline; float: left; padding: 0 0 0 10px;}
#mainMenu2 .golfmenu a .Rbt { display: inline; float: right; padding: 0 10px 0 0;}

#mainMenu2 .menubox { 
	overflow: hidden;
	margin: 0 auto 10px auto;
	width: 514px;
	height: 95px;
	border: 2px solid #002714;
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2b385c), to(#101934));*/ /* Navy Color */ 
	background: -webkit-gradient(linear, 0% 50%, 0% 100%, from(#002714), to(#7e9d95)); /* Green Color */
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	padding-top: 15px; 
}
#mainMenu2 .menubox a { display: inline; padding-top: 3%; }
.bt_Lbt { margin: 0 0 0 20px; }
.bt_Cbt { margin-left: 190px; }
.bt_Rbt { margin-left: 359px; }

#main_list_txt { overflow: hidden; border-top: 1px solid #D9D9D9;}
#main_list_txt li.b_none { background: #FFFFFF none; padding: 8px 15px 20px 15px; text-align: left; }
#main_list_txt li.b_none span { display: inline; height: 26px; line-height: 0; font-size: 0;}
/* End */

/* Board Scroll */
section .boradScroll { margin: 0 auto; width: 516px; }
section .boradScroll ul{ overflow: hidden; }
section .boradScroll li{ float: left; white-space: nowrap; width: ; }
section .boxScroll {
	position: relative;
	overflow: hidden;
	background: -webkit-gradient(linear, 0% 50%, 0% 100%, from(#004038), to(#006c5e)); /* Green Color */
	border: 2px solid #017b6d;
	-webkit-border-radius: 10px;	
	padding: 30px 15px 0 15px;	
}
section .boxScrollTxt, section .boxScrollTxt2 { position: relative; overflow: hidden; height: 160px; text-align: left; }
section .boxScrollTxt li, section .boxScrollTxt2 li { width: 480px; float: left; font-size: 26px; line-height: 30px; color: #FFF; overflow: hidden; white-space: nowrap; font-size: 26px; }
section .boxScrollTxt a, section .boxScrollTxt2 a { font-size: 28px; color: #FFF; line-height: 30px; }
section .boxScrollTxt a:hover, section .boxScrollTxt2 a:hover { text-decoration: underline; }
section .boxScrollTxt h1, section .boxScrollTxt2 h1 { position: relative; overflow: hidden; display: inline-block; text-align: left; width: 308px; text-overflow: ellipsis; white-space: nowrap; font-size: 28px; }
section .boxScrollTxt span, section .boxScrollTxt2 span { position: relative; overflow: hidden; display:inline-block; text-align: right; width: 172px; text-overflow: ellipsis; white-space: nowrap; font-size: 26px; }
section .boxScrollTxt span.btn, section .boxScrollTxt2 span.btn { font-size: 24px; line-height: 24px; padding: 4px 0; width: 120px; text-align: center; text-shadow: 0 1px 1px rgba(0,0,0,.3); -webkit-border-radius: 5px; -moz-border-radius: 5px; -border-radius: 5px; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2); font-weight: bold; }

/* Address */
address{
	display:block;
	position:relative;
    overflow:hidden;
	width:100%;
}
/* Copyright */
address.copyright {		
	padding-bottom:60px;
	margin-top:30px;
	text-align:center;	
	font-size: 24px;
	font-weight:normal;
	line-height: 24px; 
	color:#CCC;
	background-repeat:no-repeat;	
	background-position:top center;
}

address.copyright2 {		
	padding:35px 0 60px 0;
	text-align: center;	
	font-size: 24px;
	font-weight: normal;
	line-height: 24px; 
	color: #888;
	border-top: 2px solid #e5e5e5;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#FFF), color-stop(.6,#FFF));
	background-repeat: no-repeat;	
	background-position: center center;
}
/* 개인정보처리방침 */
address p{margin:0 auto;padding:30px 55px 0 0;width:544px;text-align:right;}
address p a,address p a:hover{font-weight:bold;font-size:24px;line-height:24px;color:#fed91e;}
/* @end */

/* Sub Body background */
#page {
	width: 100%;
	min-height: 1380px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#FFF), color-stop(.6,#FFF));
}

/* @group Toolbar */
.toolbar {
    position: relative;
	-webkit-box-sizing: border-box;
    border-bottom: 2px solid #b7bac0;
    padding-top: 10px;
    height: 90px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#FFF));
   
}
.black-translucent .toolbar {
	margin-top: 20px;
}
.toolbar > h1 {
    position: absolute;
    overflow: hidden;
    left: 48%;
    top: 25px;
    line-height: 1em;
    margin: 1px 0 0 -120px;
    height: 55px;
    font-size: 45px;
    width: 270px;
    font-weight: bold;
    text-shadow: rgba(200,200,200,1) 0 -1px 1px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.toolbar > h2 {
    position: absolute;
    overflow: hidden;
    left: 50%;
    top: 30px;
    line-height: 1em;
    margin: 1px 0 0 -120px;
    height: 55px;
    font-size: 40px;
    width: 250px;
    font-weight: bold;
    text-shadow: rgba(200,200,200,1) 0 -1px 1px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

body.landscape .toolbar > h1, .landscape .toolbar > h2 {
    margin-left: -250px;
    width: 500px;
}

.subLogo {
	 position: absolute;
     overflow: hidden;
	 width: 152px;
	 height: 68px;
	 background: url(../images/sub_logo.png) no-repeat;
	/*background: url(../images/sub_logo3.png) no-repeat;*/ /* Golf Club 포함 */
	 top: 8px;
     left: 20px;
}
/* buttom */
.button, .button2, .button3{
    position: absolute;
    overflow: hidden;
	font-size: 28px;
	font-weight: bold;
	font-family: inherit;
	text-align: center;
    text-shadow: 0px 1px 1px #FFF;
    top: 17px;
    right: 15px;   
    width: auto; 
    padding: 10px 15px 10px 15px;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
	border-width: 0 8px;
	border: 2px solid #c3c6cc;
    -webkit-border-radius: 8px;
    -webkit-box-sizing: border-box;
    -webkit-box-shadow: rgba(0,0,0,.1) 1px 1px 3px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#dddfe3));  
}

.button2, .button3{
	line-height: 45px;
    top: 19px;
    padding: 10px;
    -webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}
.button3 { top: 11px; }

.WGButton {     
    position: absolute;
    overflow: hidden;
	font-size: 38px;
	color: #333;	
    font-weight: bold;
	text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    top: 8%;
    right: 6%;
	width: 27%;
    margin: 10px;  
    padding: 30px 15px 30px 15px;    
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
	border:1px solid #E2E2E2;
	-webkit-border-radius: 8px;
    -webkit-box-sizing: border-box;
    -webkit-box-shadow: rgba(0,0,0,.5) 1px 1px 3px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#CDCDCD));	
}

.BackButton { 
    overflow: hidden;
	font-size: 30px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
    text-shadow: 0px 1px 1px #000;
    padding: 10px 18px 10px 18px;
	width: auto;
    min-height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
	border: 1px solid #3f3f3f;
	-webkit-border-radius: 15px;
    -webkit-box-sizing: border-box;
    -webkit-box-shadow: rgba(0,0,0,.7) 1px 1px 3px;
    background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.5, rgb(96,96,96)),
    color-stop(0.5, rgb(51,51,51)),
    color-stop(1, rgb(0,0,0))
	);
}

.GrayButton { 
    overflow: hidden;
	font-size: 30px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
    text-shadow: 0px 1px 1px #000;
    padding: 10px 18px 10px 18px;
	width: auto;
    min-height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
	border: 1px solid #3f3f3f;
	-webkit-border-radius: 15px;
    -webkit-box-sizing: border-box;
    -webkit-box-shadow: rgba(0,0,0,.7) 1px 1px 3px;
    background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.5, rgb(98,98,98)),
    color-stop(0.5, rgb(60,60,60)),
    color-stop(1, rgb(98,98,98))
	);
}
/* golf Name button */
.bt_golf{	
	position: absolute;
	overflow: hidden;
	display: block;
	text-align: center;
	padding: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);	
	font-weight: bold;
	text-overflow: ellipsis;
    text-decoration: none;
	white-space: nowrap;
	font-size: 30px;
	line-height: 36px;
	margin-top: 5px;
	letter-spacing: -2px;
}

.bt_golf2{	
	position: absolute;
	overflow: hidden;
	display: block;
	text-align: center;
	padding: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-border-radius: 15px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);	
	font-weight: bold;
	text-overflow: ellipsis;
    text-decoration: none;
	white-space: nowrap;
	font-size: 30px;
	line-height: 36px;
	margin-top: 5px;
	letter-spacing: -2px;
}
.Cgreen{ color: #FFF; border: 2px solid #8bc53f; background-color: #8bc53f;}
.Csky{ color: #FFF; border: 2px solid #26a9e0; background-color: #26a9e0; }
.Cpink{ color: #FFF; border: 2px solid #d41c9d; background-color: #d41c9d; }
.Cviolet{ color: #FFF; border: 2px solid #90278e; background-color: #90278e; }
.Cdeepblue{ color: #FFF; border: 2px solid #2e3191; background-color: #2e3191; }
.Cnavy{ color: #FFF; border: 2px solid #001450; background-color: #001450; }
.Corange{ color: #FFF; border: 2px solid #f6921e; background-color: #f6921e; }
.Cwhite{ color: #333; border: 2px solid #c3c6cc; background: #FFF; }
.CGwhite{ color: #333; border: 2px solid #c3c6cc; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#dddfe3)); }
.CGwhite2{ color: #333; border: 2px solid #c3c6cc; 
		 background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0.5, rgb(255,255,255)),
			color-stop(0.5, rgb(230,230,230)),
			color-stop(1, rgb(255,255,255))
			);
}

.bt_Size1 { width: 145px; height: 40px; }
.bt_Size2 { width: auto; height: 53px; padding: 0 8px 0 8px;  }
.bt_Size3 { width: auto; height: 40px; padding: 0 50px 0 50px;  }

.bt_wait1{ margin: -3px 0 0 175px; } /* 본인예약신청 위치 */
.bt_wait2{ margin: -3px 0 0 390px; } /* 추천인예약신청 위치 */

.buttonBox, .buttonBox1  {
    position: absolute;
    overflow: hidden;
	font-size: 28px;
	font-weight: bold;
	font-family: inherit;
	text-align: center;
    text-shadow: 0px 1px 1px #FFF;
    top: 80px;
    right: 8px;   
    width: 98%;
	height: auto;
    padding: 20px 0 20px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
	border-width: 0 8px;
	border: 2px solid #c3c6cc;
    -webkit-border-radius: 8px;
    -webkit-box-sizing: border-box;
    -webkit-box-shadow: rgba(0,0,0,.1) 1px 1px 3px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#dddfe3));  
	z-index : 999;
}
.buttonBox1  { top: 72px; }

/* group Individual */
ul.individual {
    border: 0;
    background: none;
    clear: both;
    overflow: hidden;
    padding: 20px 10px 20px 10px;
    -webkit-box-shadow: none;	
}
ul.individual li {
    background: #4c4d4e;
    border: 1px solid #333;
    text-align: center;
    -webkit-border-radius: 15px;
    -webkit-box-sizing: border-box;
    width: 45%;
    float: left;
    display: block;
	padding: 15px;
    -webkit-box-shadow: rgba(0,0,0,.2) 1px 1px 3px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4d4e), to(#404142));
	text-decoration:none;
}
	ul.individual li + li {
		float: right;
	}
	ul.individual li a {
		color: #fff;
		text-shadow: 0px 1px 1px #000;
		line-height: 20px;
		margin: -11px -10px -14px -10px;
		padding: 5px 5px 9px 5px;
		-webkit-border-radius: 8px;
		text-decoration: none;
	}
/* @end */

/* @group Individual 2 */
ul.individual2 {
    background: none;
    clear: both;
    overflow: hidden;
    padding: 10px 10px 10px 18px;
    -webkit-box-shadow: none;
	background: #FFF;
}
	ul.individual2 li {
		background: #FFF;
		border: 2px solid #999;
		text-align: center;
		-webkit-border-radius: 8px;
		-webkit-box-sizing: border-box;
		width: 32%;
		float: left;
		display: block;
		padding: 20px;
		-webkit-box-shadow: rgba(0,0,0,.2) 2px 2px 6px;
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#CDCDCD));
		text-decoration: none;
		margin-right: 8px;
	}
	ul.individual2 li + li + li {
		float: right;
	}
	ul.individual2 li a {
		color: #333;
		line-height: 32px;
		text-decoration:none;
	}
/* @end */

/* @group Individual 3 */
ul.individual3 {
    border: 0;
	margin:0;
    background: none;
    clear: both;
    overflow: hidden;
    padding: 10px 0px 10px 20px;
    -webkit-box-shadow: none;	
}
	ul.individual3 li {
		border: 1px solid #999;
		text-align: center;
		-webkit-border-radius: 8px;
		-webkit-box-sizing: border-box;
		width: 10%;
		float: left;
		display: block;
		padding: 12px 16px 12px 16px;
		-webkit-box-shadow: rgba(0,0,0,.2) 1px 1px 3px;
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#FFF));
		text-decoration:none;
		margin-right: 6px;
	}
	ul.individual3 li a {
		color: #333;
		line-height: 36px;
		-webkit-border-radius: 8px;
		text-decoration: none;
	}
/* @end */
/* @group Individual 4 */
ul.individual4 {
    border: 0;
	margin:0;
    background: none;
    overflow: hidden;
    padding: 10px 0px 10px 0px;
    -webkit-box-shadow: none;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#FFF));
}
	ul.individual4 li {
		margin:0 auto;
		background: #FFF;
		border: 1px solid #999;
		text-align: center;
		-webkit-border-radius: 5px;
		-webkit-box-sizing: border-box;
		width: 32%;
		display: block;
		padding: 6px 8px 6px 8px;
		-webkit-box-shadow: rgba(0,0,0,.2) 1px 1px 3px;
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#CDCDCD));
		text-decoration:none;
	}
	ul.individual4 li a {
		color: #333;
		line-height: 18px;
		-webkit-border-radius: 8px;
		text-decoration:none;
	}
/* @end */

/* End */

/* Sub header tapNavi */
#ht {	 
     position: relative;
     width: 100%;
	 height: 100px;	 
	 text-align: center;
	 color:#FFF;
	 border-bottom: 2px solid #babcc2;
}
.ht1 { 
     background: url(../images/bg_navi2.png) repeat-x 0 0;
}

/* tapNavi1 ~  */
ul.tapNavi1{
	 overflow: hidden;     
	 margin: 0 0 0 0;
}
   ul.tapNavi1 li{ 
		  background: url(../images/bg_navi2.png) no-repeat 0 -400px;
	      overflow: hidden;
		  float: left; 
		  height: 100px; 
		  line-height: 100px;
		  text-align: center;
	      white-space: nowrap;
		  font-size: 32px;
		  letter-spacing: -1px;
	}
	
	ul.tapNavi1 li:first-child{ background: transparent; }
	ul.tapNavi1 a { display: block; } /* 인라인 엘리먼트 해지 */
	ul.tapNavi1 span { display: block; height: 100%; color:#FFF; }
	ul.tapNavi1 li.on{ background: url(../images/bg_navi2.png) repeat-x 0 -200px; line-height: 100px; padding:0; }
	ul.tapNavi1 li.on a{ background: url(../images/bg_navi2.png) no-repeat 0 -100px; font-size: 32px; font-weight: bold; }
	ul.tapNavi1 li.on span{ background:url(../images/bg_navi2.png) no-repeat 100% -300px; color:#9dbc1a; }	
	ul.tapNavi1 li.l1 { width: 30%; } /*Menu 3개*/
	ul.tapNavi1 li.l2 { width: 25%; } /*Menu 20% 2개 25% 1개 35%1개*/
	ul.tapNavi1 li.l3 { width: 45%; } /*Menu 4개중 1개 크게*/
	ul.tapNavi1 li.l4 { width: 33%; } /*Menu 3개 중 2개*/
	ul.tapNavi1 li.l5 { width: 34%; } /*Menu 3개 중 1개*/
	ul.tapNavi1 li.l6 { width: 45%; } /*Menu 2개*/	
	ul.tapNavi1 li.l7 { width: 50%; } /*Menu 2개*/
    ul.tapNavi1 li.l8 { width: 23%; }
	ul.tapNavi1 li.l9 { width: 27%; }
/* End */


/* Top title1 */
.tiBg1, .tiBg3 { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d4d5dc), to(#FFF)); border-top: 2px solid #FFF; border-bottom: 2px solid #cdcdcd; color: #333; }
.tiBg2 { 
	color: #FFF;
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#002153), to(#002153));*/  /* Navy color Bar */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#003E36), to(#003E36)); /* Green color Bar */
}
.tiBg3 { color: #95a002;  }

#top_ti {  
    padding: 0 0 0 10px;      
    position: relative;	
	min-height: 80px;
}
	#top_ti > h1, #top_ti > h2 {
		position: absolute;
		overflow: hidden;
		top: 15px;		
		margin: 0;
		font-size: 30px;
		text-overflow: ellipsis;
		white-space: nowrap;		
		font-weight: bold;
	    letter-spacing: -1px;
		line-height: 48px;
	}

	#top_ti > h2 {
		top: 18px;
		line-height: 50px;
		font-size: 36px;
		padding-left: 20px;
	}
	#top_ti em {
		position: absolute;
		overflow: hidden;
		top: 10px;
		left: 115px;
		font-size: 14px;
		font-weight: normal;
		font-style: normal;
	}
	#top_ti select{ 
		float: right;
		margin: 15px 10px 0 0;
		text-indent: 0;
		height: 50px;
	}
/*End*/

/* @group Toggle */
.toggle {
    width: 184px;
    position: relative;
    height: 54px;
    display: block;
    overflow: hidden;
    float: right;
}
	.toggle input[type="checkbox"]:checked {
		left: 0px;
	}
	.toggle input[type="checkbox"] {
		-webkit-appearance: textarea;
		-webkit-border-radius: 8px;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		-webkit-transition: left .15s;
		background-color: transparent;
		background: #fff url(../images/on_off.png) 0 0 no-repeat;
		border: 0;
		height: 54px;
		left: -114px;
		margin: 0;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 298px;
	}
/* @end */
