 @import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");


*,body {
	margin: 0px;
	padding: 0px;
	font-family:'Nanum Gothic', sans-serif;
}

body {
	min-width:1400px;
	/* background-color: #F4F4F4; */
}

strong {
	font-weight: bold;
}

a { color:#444; }

#wrapper {
	position:relative;	
	width: 100%;
} 


/*메인비주얼 */
#main_visual {
	position: relative;
	width:100%;
	max-width:1903px;
	margin:0 auto;
}

#main_visual img {
	width:100%;
}


/* 메뉴 상단 고정 */
.top_bar_fix{position:fixed; top:0; left:0; width:100%;}
.pd_top_80{padding-top:60px;}
.top_fix_zone{height:60px; line-height:60px;}

.top_fix_zone {
	max-width:1903px;
	background-color:#242424;
	z-index:1;
	margin:0 auto;
}
.top_fix_zone ul {
	position: relative;
	width:1200px;
	height:60px;
	margin:0 auto;
	overflow:hidden;
}
.top_fix_zone ul li {
	float:left;
	width:50%;
	/* border-left:1px solid #666; */
}
.top_fix_zone ul li:last-child {
	/* border-right: 1px solid #666; */
}
.top_fix_zone ul li a {
	display: block;
	text-align: center;
	line-height: 60px;
	color:#fff;
	font-size: 20px;
	font-weight: bold;
}

.top_fix_zone ul li.on a{
	background-color:#FBDD3E;
	color:#242424;
}

.month_event {
	position: relative;
	width:100%;
	max-width:1903px;
	margin:0 auto;
}
.month_event img {
	width:100%;
}



/* 이벤트 랜딩용 */

.top_bar_fix_duck {position:fixed; top:0; left:0; width:100%;}
.pd_top_80_duck{padding-top:68px;}
.top_fix_zone_duck{/* height:68px; */ line-height:68px;} /*height:68px;*/

.top_fix_zone_duck {
	background-color:#212121;
	z-index:10;
}
.top_fix_zone_duck ul {
	overflow:hidden;
	max-width:1903px;
	margin:0 auto;
}
.top_fix_zone_duck ul li {
	float:left;
	/* width:33%; */
	width:20%;
	border-left:1px solid #666;
	border-bottom:1px solid #666;
	box-sizing:border-box;
}
.top_fix_zone_duck ul li:last-child {
	border-right: 1px solid #666;
}
.top_fix_zone_duck ul li.on {
	background-color:#E85122;
}
.top_fix_zone_duck ul li a { display:block; color:#fff; font-size: 20px; text-align:center}




.nav-container{ position:relative; }
	.f-nav{ z-index: 9999; position: fixed; left: 0; top: 0; width: 100%;} /* this make our menu fixed top */
	
.nav { width:100%; position:relative; height:70px; background-color:#fff; box-shadow:0 3px 3px rgba(0,0,0,0.3);}
	.nav ul { width:1200px; margin:0 auto; list-style: none; overflow:auto; }
	.nav ul li{ width:33.3%; box-sizing:border-box; float: left;  border-right: 1px solid #BFBFBF;}
	.nav ul li:first-child{ padding-left: 0; border-left: 1px solid #BFBFBF;}
	.nav ul li a { display:block; height:70px; text-align:center; line-height:70px; font-weight:bold; color:#222; }
	.nav_on { background-color:#006FB3; color:#fff;}
	.nav ul li a:hover{ background-color:#006FB3; color:#fff; }


/* 퀵배너 */
#quick-banner {
	position:fixed;
	right:10px;
	bottom:100px;
	width:98px;
	background-color:#FFF;
	z-index:20;
}
#quick-banner li.w_btn {
	border:1px solid #B9B9B9;
	border-bottom:none;	
	padding:20px 0;
	text-align:center;
}


/*암전팝업용 css*/
#layer_back_area {
	position: fixed;
	top:0px;left:0px;
	width:100%;
	height:100%;
	text-align:center;
	background-color:#000000;
	opacity:0.8;
	z-index: 99990;
}

#layer_area {
	position: absolute;
	top:0px;
	left:0px; 
	width:100%;
	height:100%;
	z-index: 99999;
}
#layer_btn { opacity:1;	}
#layer_btn_close{position: absolute; cursor: pointer;}
.pop_wrapper { position:relative; width:640px; margin:0 auto; margin-top:50px; }