@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
body{
	background-color:#FFF;
	font-family:'Nanum Gothic', sans-serif;
}
img {vertical-align:top;}
.txt_green {color:#38BFC5;}
.txt_yellow {color:#FED257;}

#goTop {
  position: fixed;
  right: 5%;
  bottom: 110px;
	display:inline-block;
	width:50px;
  z-index: 10;
}
#goTop img {
	width:100%;
}


/* 상단 고정 */

.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:50px; 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:50%; box-sizing:border-box; float: left;  border-right: 1px solid #BFBFBF;}
	.nav ul li:last-child {border-right:0;}
	/* .nav ul li:first-child{ padding-left: 0; border-left: 1px solid #BFBFBF;} */
	.nav ul li a { display:block; height:50px; text-align:center; line-height:50px; font-weight:bold; color:#fff; background-color:#242424; }
	.nav a.on { background-color:#A95706; color:#fff;}
	.nav ul li a:hover{ background-color:#A95706; color:#fff; }


#mo_wrap {/*  position:relative; height:100vh; */}
#my-menu:not( .mm-menu ) {
   display: none;
}




#main_visual{
	position: relative;
	width:100%;
}
#main_visual img {
	width:100%;
}

#main_visual .header_home {
	position: absolute;
	top:40px;
	left:5%;
	width:20%;
	z-index:2;
}
#main_visual .header_home img {
	width: 100%;
}

#main_visual .header_call {
	position: absolute;
	top:40px;
	right:5%;
	width:20%;
	z-index:2;
}
#main_visual .header_call img {
	width: 100%;
}


.bxslider_main_mo li img{
	width:100%;
}

.event_btn_wrap {
	position: relative;
	margin:0 auto;
	background-color: #463321;
	overflow: hidden;
}
.event_btn_wrap a {
	position: relative;
	display:block;
	float: left;
	width:33%;
	color:#fff;
	/* font-weight: bold; */
	padding:15px 0;
	text-align: center;
	border-right:1px solid #5B422A;
	border-bottom:1px solid #5B422A;
	font-size: 1em;
}
.event_btn_wrap a:hover {
	color:#FAE101;
	background-color: #604123;
}
.event_btn_wrap a:last-child {
	border-right: none;
}


#sec01 img{ width:100%;}

#sec01 .sec01_title {
	width:40%;
	margin:0 auto;
	padding-top:40px;
}
#sec01 .sec01_title img {
	width: 100%;
}

#sec01 ul.sec01_box {
	width:90%;
	padding:20px 0;
	margin:0 auto;
	overflow: hidden;
}

#sec01 ul.sec01_box li {
	width:48%;
	float: left;
	margin-top:15px;
}
#sec01 ul.sec01_box li:nth-child(2n) {
	float:right;
}

#sec01 ul.sec01_box li a img {
	width:100%;
}

.cnt_area img{
	width:100%;
}

#sec06{
	padding: 60px 0;
	background-color: rgba(216, 216, 206, 0.2);
}
#sec06 .info_wrap{
	margin:0 5%;
}
#sec06 .title{
	display: block;
	width: 30%;
}
#sec06 .mo_map .root_daum_roughmap {
	width: 100%! important;
}

footer {
	padding:50px 5%;
	background-color: #34373c;
}
footer .footer_logo {
	width: 130px;
	margin: 0 auto;
}
footer p {
	color: #fff;
	text-align: center;
	font-size: 13px;
}
footer .f_address {
	margin: 0 auto;
	padding-top: 25px;
	line-height: 20px;
}
footer .info {
	padding: 25px 0;
	line-height: 25px;
	text-align: center;
}
footer .info > p {
	display: block;
}
footer .info br {
	display: none;
}
footer .info span.line {
	display: none;
}
footer .copyright {
	font-size: 12px;
	letter-spacing: 0;
}



/*암전팝업css*/
.pop_wrapper_mo { position:relative; width:96%; margin:0 auto; margin-top:10px; }
.slide_mo { width:96%; margin:0 auto; padding-top:20px; }
#bx-pager-pop a { display:block; width:33.3%; float:left;}
#bx-pager-pop a img {width:100%; }
/* img { vertical-align:top; } */

/*암전팝업용 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;}