@charset "utf-8";


#content_wrap{position:relative; padding-top:50px; overflow:hidden; min-width:640px}


/*new*/
.sub_content {width:640px; background:#fff; margin:0 auto;}

#sub_portal {width:640px; margin: 0 auto; padding:60px 0 0 0;}
#sub_portal p {text-align:center; width:638px; margin:0 auto; border:1px solid #6F6F6F;}
#sub_portal p .select_wrap {width:100%;display:block;height:70px; border:0px solid #000;  background:#eeeeee;}
#sub_portal p .select_wrap select {font-size:30px;  background:#eeeeee; color:#4e4f5d; width:100%; height:70px; padding:0 0 0 25px; border:0; background:transparent url('/new2021/mobile/images/arrow_down.gif')  no-repeat right top; background-size:70px 70px;-webkit-background-size:70px 70px;-webkit-appearance:none; border-radius:0; webkit-border-radius:0;  }


/*visual*/

#sub_visual {width:640px;  margin:0 auto; margin-bottom:50px;  border-top:1px solid #ddd; border-bottom:1px solid #ddd; background:#f7f7f7;} 
#sub_visual .txt1 {text-align: center; font-size: 23px; font-weight: 300; padding-top: 50px; line-height: 120%; padding-bottom: 20px;}
#sub_visual .txt2 {text-align: center; font-size: 23px; font-weight: 300; line-height: 120%; padding-bottom: 50px; }
#sub_visual h2{font-size:60px; color:#222; font-weight:600; line-height:100%; text-align:center; letter-spacing:-0.5px; padding-bottom: 28px;}
#sub_visual .line {width: 35px; height: 5px; background-color: #222; margin: 0 auto; margin-bottom: 30px;	}




/*contents*/
#p60{padding-bottom:60px;}
#contents .cnt {width:640px; margin:0 auto; margin-bottom: 40px;}
#contents .cnt h3 {width: 600px; font-weight: 700;  letter-spacing: -0.125rem;  font-size: 40px;  line-height: 50px; margin: 0 auto; border-bottom: 1px solid #444;  margin-bottom: 30px;}
#contents .cnt h4 {width: 600px; font-weight: 700;  letter-spacing: -0.125rem;  font-size: 30px;  line-height: 50px; margin: 0 auto; border-bottom: 1px solid #444;  margin-bottom: 30px;}




/* 오시는길 */
.wrap_controllers.hide{display: none;}





/* 탭 */

/*tab common style*/
.tab_area {position:relative; width:640px; margin:0 auto; padding-bottom: 50px;}
.sub_tabs {width:640px; overflow:hidden; background:#666;}
/* .sub_tabs {background-color: #fff;} */
.sub_tabs ul:after {clear:both; display:block; content:"";}
.sub_tabs ul li {float:left; height:66px; background:#f3f3f3; width:50%; box-sizing:border-box; border:solid 1px #d9d9d9;}

/*.sub_tabs ul li:last-child{border-right:solid 1px #d9d9d9;}*/
.sub_tabs ul li a {display:block; text-align:center; font-size:23px; line-height:66px; color:#666; cursor:pointer;}
.sub_tabs ul li a:hover, .sub_tabs ul li a:focus, .sub_tabs ul li a.on {height:66px; background:#4d4d4d; color:#fff}



/*둘러보기*/
#gallery {margin-top:45px;}

#thumb {position:relative; padding: 40px 60px;}
.gallery-thumbs {margin-top:20px;}
.gallery-thumbs img {width:100%;}
#thumb .swiper-slide {position:relative;}
#thumb .swiper-slide:after {position:absolute; top:0; left:0; right:0; bottom:0; border:10px solid #4086c2; opacity:0; transition:opacity 0.4s; content:'';}
#thumb .swiper-slide-thumb-active:after {opacity:1;}
#thumb .swiper-button-prev,
#thumb .swiper-button-next {width:30px; height:50px; background:no-repeat center;}
#thumb .swiper-button-prev {background-image:url('/new2021/images/gallery_btn_prev.png');}
#thumb .swiper-button-next {background-image:url('/new2021/images/gallery_btn_next.png');}