div.bannerBox {width:100%;border-top:0px solid #e0e0e0; padding:0px 0 30px 0 ;  overflow:hidden !important; }
section.banner{width:1350px; margin:0 auto; position:relative; overflow:hidden; clear:both;  padding:70px 0 0;  }
.nbs-flexisel-container {  position:relative; padding:0px 70px;overflow:hidden; border:0px solid #dfdfdf; border-radius:0px; }
.nbs-flexisel-ul {position:relative; width:99999px; margin:0px;  list-style-type:none; text-align:center; overflow: auto;}
.nbs-flexisel-inner { overflow: hidden; float:left; width:100%; box-sizing:border-box;   }
.nbs-flexisel-item {float:left !important; margin:0px;padding:0px; cursor:pointer; position:relative; overflow:hidden; }
.nbs-flexisel-item a{overflow: hidden; display:block; padding:0 20px}
.nbs-flexisel-item a:hover {color:#fff;}
.nbs-flexisel-item img { max-width: 100%; cursor: auto; position: relative; margin: 5px 0px; border-radius:10px;}
.nbs-flexisel-item span {display:block; font-weight:500; padding:5px 0 ; font-size:17px; color:#1a1a1a;}
.nbs-flexisel-item .gallery_txt {display:block; font-weight:600; padding:0 0 ; font-size:20px; color:#1a1a1a;}
/*** Navigation ***/
.nbs-flexisel-nav-left{border-radius:50px 50px !important; -moz-border-radius:50px 50px !important; -webkit-border-radius: 50px 50px !important;  }
.nbs-flexisel-nav-left,.nbs-flexisel-nav-right {padding:5px 4px;/* border:2px solid rgb(255,255,255,0.7);*/ border-radius:50px 50px; -moz-border-radius:50px 50px; -webkit-border-radius: 50px 50px;     
    position: absolute; cursor: pointer; z-index: 4; top: 45%; transform: translateY(-50%);  background-color: rgba(0,0,0,0); color: #fff; background-size:contain }
.nbs-flexisel-nav-left {left: 0px; position:absolute; width:50px; height:50px; background-image:url("../img/prev_b.png"); background-repeat:no-repeat; background-position:center center;}
.nbs-flexisel-nav-left:hover{background-color: rgba(0,0,0,0.3); }
.nbs-flexisel-nav-left.disabled {opacity: 0.3;}
.nbs-flexisel-nav-right { right: 0px; width:50px; height:50px; opacity:0.8; background-image:url("../img/next_b.png"); background-repeat:no-repeat; background-position:center center;}
.nbs-flexisel-nav-right:hover{background-color: rgba(0,0,0,0); opacity:1 }
.nbs-flexisel-nav-right.disabled { opacity: 0.3;}

.doc_tit{margin-bottom:30px;}
div.doc_tit h3{font-size:45px; font-weight:700; letter-spacing:-1px; color:#000; text-align:center; padding:15px 0; }
.doc_tit p{font-size:22px; text-align:center; padding:0; font-weight:500;}

div.youtube{width:100%; margin:0 auto; text-align:center; padding:50px 0;}
div.youtube h3{font-size:45px; font-weight:700; letter-spacing:-1px; color:#000; text-align:center; padding:25px 0; }

.history_img{padding:50px 0;}
.m-content{position:relative;}
img.history01{position:absolute; top:0; right:15%;}
img.history02{position:absolute; top:30%; right:0;}
img.history03{position:absolute; top:40%; right:30%;}
img.history04{position:absolute; top:70%; right:0;}


.map01{margin-bottom:50px;}
#map { color:#333; /*height:650px;*/ margin:70px 0;}
#map div.floatL {font-size:38px; line-height:50px; font-weight:600; color:#131313; letter-spacing: -1px; }
#map div.floatR{width:18%; text-align:center; }
#map div.floatR div.btn {background-color:#e6ab51; font-size:18px;color:#fff; padding:13px 30px; border-radius:50px; font-weight:500;}
#map .maparea {margin-top:38px;}
.root_daum_roughmap {width:100% !important;  box-sizing:border-box !important; border:0 !important;
padding:0 !important; border-radius:0 !important; } 
#contentWrap #content #contentsArea iframe.map{ height:550px; }

/* s_Table */
.m_table table {border-collapse: collapse; width: 100%; border-top: 2px solid #1f1f1f; margin-top:30px; }
.m_table table thead {background-image: linear-gradient(to right, #93a87a, #2e655f);}
.m_table table thead th {padding:20px; font-size:18px; font-weight: 700; color:#fff ;  border:1px solid rgba(255,255,255,.2); }
.m_table table tbody th {padding:20px; font-size:18px; font-weight: 700; color:#000 ;   background-color: #fafafa; border-bottom:1px solid #eeeeee; }
.m_table table tbody td {padding:25px 50px; font-size:18px; font-weight:400; color:#000 ;   background-color: #fff; border-bottom:1px solid #eeeeee; }
.m_table table tbody td img {margin-right: 10px; position: relative; top: -2px;}

/* transport_list */
.transport_list li {text-align: left; position: relative; padding-left: 15px; font-size:18px; font-weight: 400; color:#000; line-height: 30px; 
margin-bottom: 5px;}
.transport_list li:last-child {margin-bottom: 0; }
.transport_list li::before {content: ''; display: block ; width: 4px; height: 4px; background-color: #e6ab51; position: absolute; left: 0; top: 14px; border-radius:5px; }
.transport_list strong{color:#e6ab51; font-weight:500;}

.way_link_btn{display:flex; justify-content:center; margin-top:50px;}
.way_link_btn li{flex: 1 1 auto; margin: 0 5px; max-width:205px; height:60px; font-size:18px; font-weight:600; }
.way_link_btn li a{align-items:center; justify-content:center; display:flex; height:60px;}
.way_link_btn .way_naver{background-color:#e6ab51; color:#fff; }
.way_link_btn .way_naver a:hover{color:#fff; background-color:#db9935}
.way_link_btn .way_google{border:1px solid #e6ab51; color:#e6ab51;}
.way_link_btn .way_google a:hover{color:#db9935; }

/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
section.banner{width:95%; margin:0 auto; position:relative; overflow:hidden; clear:both; padding-top:50px; }
.nbs-flexisel-container {position:relative; padding:0px;overflow:hidden; border:0px solid #dfdfdf; border-radius:5px; }
.nbs-flexisel-ul {position:relative; width:99999px; margin:0px;  list-style-type:none; text-align:center; overflow: auto;}
.nbs-flexisel-inner {position:relative; overflow: hidden; float:left; width:100%; box-sizing:border-box;   }
.nbs-flexisel-item {float:left; margin:0px;padding:0px; cursor:pointer; position:relative; }
.nbs-flexisel-item img { max-width: 75%!important; cursor: pointer; position: relative; margin: 5px 0;}
.nbs-flexisel-item span {display:block; font-weight:600; padding:0 ;  }
div.bannerBox {height:500px !important; padding:0}
	
div.doc_tit h3{font-size:28px;  padding:5px 0;}
.doc_tit p{font-size:16px; text-align:center;}
div.youtube h3{font-size:28px;  padding:5px 0;}
	div.youtube  iframe{width:90%; height:100%;}
	
#map { padding-bottom:10px; }
#map div.floatL {font-size:25px; line-height:35px;}
#map div.floatR  {float:left;}
#map div.floatR div.btn { font-size:14px; padding:10px 20px; margin-top:22px;}
#map .maparea {margin-top:38px;}	
.root_daum_roughmap .wrap_map {height:300px !important;}
	
/*** Navigation 
.nbs-flexisel-nav-left{border-radius:0 5px 5px 0 !important; -moz-border-radius:0 5px 5px 0 !important; -webkit-border-radius: 0 5px 5px 0 !important;  }
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right { padding:5px 4px; border-radius:5px 0 0 5px; -moz-border-radius:5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px;     
    position: absolute; cursor: pointer; z-index: 4; top: 50%; transform: translateY(-50%);  background: rgba(0,0,0,0.25); color: #fff; }
.nbs-flexisel-nav-left {left: 0px;}
.nbs-flexisel-nav-left:before { content: "〈"}
.nbs-flexisel-nav-left.disabled {opacity: 0.3;}
.nbs-flexisel-nav-right { right: 0px; }
.nbs-flexisel-nav-right:before { content: "〉"}
.nbs-flexisel-nav-right.disabled { opacity: 0.3;}***/
}
@media (max-width: 768px) {
		#map{height:470px; opacity:1; margin:30px 0;}	
#map div.floatR{ width:50%}	
	.eng_map div.floatL{width:95%;}
	#map div.map_jpn{font-size:22px;}
	.m_table table tbody th{font-size:14px;}
	.m_table table tbody td{padding:15px 10px}
	.transport_list li{font-size:13px;line-height:1.5}
	.transport_list li::before{left:5px; top:8px}
	.way_link_btn li{font-size:14px;}
	
		.slider01{margin:0 auto;}
	.slider01 .m-carousel__item.is-selected div.txtBox{padding:0; height:27%; right:0; left:40%; top:64%; width:54%;}
	.slider01 .m-carousel__item.is-selected div.txtBox .facil_name{font-size:25px}
	
	.flickity-viewport{height:500px;}
	.slider01 .flickity-prev-next-button.previous{left:130px; bottom:17px; margin:0px 0px 0 5px; background:url(../img/prev_b.png)no-repeat  center; background-size:contain;}
	.slider01 .flickity-prev-next-button.next{right:130px; bottom:17px; margin:0 238px 0 0; background:url(../img/next_b.png)no-repeat  center; background-size:contain;}
	.slider01 .flickity-prev-next-button{border:2px solid #fff;}
	
	.slider01 .m-carousel__item.is-selected div.txtBox .caption3{display:none;}
	
	.eng_facil .m-carousel__item.is-selected div.txtBox .facil_name span{padding:22px 25px 0 25px; font-size:16px;}
		div.txtBox .m_rolling_txt span{font-size:15px;}
	div.txtBox .caption2 span{padding:10px 0 20px;}
	div.txtBox .facil_name span{font-size:22px; padding:22px 30px 0 30px; line-height:1.4}
	div.slider01 .caption3 span{font-size:14px;}
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
/*.nbs-flexisel-nav-left,.nbs-flexisel-nav-right {display:none;}*/	
}
@media (max-width: 320px) {
}