@charset "UTF-8";
/*****************************************************************

		Copyright C 다온테마 All rights reserved. 
		daontheme@daum.net
		본 페이지는 유료컨텐츠 다온테마용 CSS입니다. 불법복제시 법적인 제제를 받으실 수 있습니다. 
		라이센스를 삭제하지 마세요. 라이센스 삭제시 불법 사용으로 간주될 수 있습니다.

******************************************************************/
   
html{overflow-x:hidden;}
body,td,h1,h2,h3,h4,h5,div,p,li,ul,ol,dd,dt,section,input,textarea,select,button{margin:0;padding:0; font-size:15px; color:#333; line-height:1.6em; font-family: 'Poppins', 'Noto Sans KR', sans-serif; font-weight:400; letter-spacing:-0.02em;}
ul,ol,li{margin:0;padding:0;list-style:none;}


a, img{border:0px; vertical-align:middle;}
a{text-decoration:none;}
strong{font-weight:500;}
*, :after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.lview{}
.sview{display:none;} 
.mview{display:none;}


/* 중간기기~작은기기 모바일 상단 */
#mobile_header {width:100%; height:60px;  line-height:60px; border:0px solid red; z-index:999999; display:none;}
#mobile_header .inner {top:0; left:0; z-index:50; width:100%; height:60px; line-height:60px; overflow:hidden; background:#111;}
#mobile_header h1 { width:220px; padding-top:10px; text-align:center; margin:0 auto; }
#mobile_header h1 img { width:90%; overflow:hidden;}
#mobile_header .m_gnb li {list-style:none;}
#mobile_header .m_gnb li a {display:block; top:0; width:100%; text-align:center; color:transparent;}
#mobile_header .m_gnb li.category a i{float:left; position:absolute; width:18px; height:18px; line-height:18px; left:15px; top:20px; font-size:18px; color:#fff;}
#mobile_header .m_gnb li.home a i { float:left; position:absolute; width:18px; height:18px; line-height:18px; right:15px; top:20px; font-size:18px; color:#fff; }
#back_cover {position:absolute; display:none; left:0; top:0;  width:100%; height:100%; top:0px; background:rgba(0,0,0,0.5); z-index:9999998;}
#sideMenu {display:inline; position:fixed; top:0; left:-250px; width:249px; height:100%; background:#fff; z-index:9999999;}
#sideMenu .side_title{height:60px; line-height:60px; background:#111; color:#fff; text-align:center; font-size:1.3em; cursor:pointer;}
#sideMenu .navi_bg{ width:100%;} 
#sideMenu .nav { width:100%; margin:0 auto; padding:0; padding-bottom:30px; list-style: none; box-sizing:border-box;  overflow:auto; height:500px;} 
#sideMenu .nav ul { width:100%; margin:0; padding:0;}
#sideMenu .navi_set{ display:inline;  margin:0; padding:10px 0 10px 0; text-align:center;  }
#sideMenu .navi_set > div {display:block; width:100%; height:40px; line-height:40px; border-bottom:1px solid #aaa; text-align:left; background:#fff; color:#333; text-indent:10px; cursor:pointer;}
#sideMenu .navi_set > div > a{display:block; width:100%; height:40px; line-height:40px;}
#sideMenu .navi_set ul {display:none;}
#sideMenu .navi_set ul li {list-style:none; border-bottom:1px solid #eee;}
#sideMenu .navi_set ul li a{display:block; width:100%; height:30px; line-height:30px; text-align:left; font-size:0.9em; color:#333; cursor:pointer;  text-indent:20px; background:#fff;}
#sideMenu .navi_set ul li a:hover{color:#fff; background:#aaa; }
#gnba {background:#666; text-align:center; padding:10px 0;}
#gnba i{color:#fff; font-size:30px;}
#gnba a { color:#fff; text-align:center; font-size:0.85em;  padding:5px 10px; margin:0 2px;  background:#C53428; border-radius:3px;}
#gnba a:hover { background:#fff; color:#000; }
.jbmFixed{position:fixed !important; top:0; left:0;}



/* 큰기기 PC 상단 */
#header_wrap { width:100%; min-width:1200px; overflow-x:hidden;}
.wrap_box { position:relative; width:100%; max-width:100%; margin:0 auto; background:none; }
.wrap_box h1.logo_a a img{display:inline; vertical-align:middle; }
.wrap_box h1.logo_b a img{display:none; }
#header { position:absolute; top:0; left:0; width:100%; min-height:80px; border-bottom:1px solid rgba(255,255,255,0); background:rgba(0, 0, 0, 0); z-index:500 !important; height:80px; transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease;}
#header h1 { position:absolute; display:block;  line-height:80px; left:10px; transition: all .3s ease-in-out; background:none;}
#header.header_on{height:350px !important; background:rgba(0, 0, 0, 0.8); } /* 메뉴 배경의 높이를 입력합니다.*/
#header.header_on #lnb:hover .lnb_wrap {height:350px; } /*메뉴의 높이를 입력합니다.*/
#lnb {position:relative; float:right; background:none;}
#lnb .lnb_wrap { float:left; position:relative; overflow:hidden; height:80px; min-height:80px; transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease;}
#lnb .lnb_wrap > ul > li { float:left;  }
#lnb .lnb_wrap > ul > li > a { display:block; width:100%; padding:0 50px; font-size:1.2em; text-align:center; letter-spacing:0; color:#fff; height:80px; line-height:80px; border-bottom:0px solid rgba(255,255,255,0);  }
#lnb .lnb_wrap > ul > li > a > span{display:block; background:#fff; width:0px; height:2px; transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease;}
#lnb .lnb_wrap > ul > li.current > a, #lnb .lnb_wrap > ul > li.actived > a { color:#ae874e; border-bottom:0px solid rgba(255,255,255,1); transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease;}
#lnb .lnb_wrap > ul > li.current > a > span, #lnb .lnb_wrap > ul > li.actived > a > span{display:block; background:#ae874e; width:100%;}
#lnb .lnb_sub {width:100%; margin-top:20px;text-align:center; background:none;}
#lnb .lnb_sub li a { position:relative; display:inline-block; margin-top:2px; padding:4px 5px; color:#999; font-size:1em; line-height:1.4em; letter-spacing:-0.5px; }
#lnb .lnb_sub li a:before { z-index:-1; content:""; position:absolute; left:0; bottom:0; display:block; width:0; height:100%; background:#ae874e; transition: 0.5s all ease;}
#lnb .lnb_sub li a:hover {color:#fff;}
#lnb .lnb_sub li a:hover:before {width:100%;}
#gnbb {float:left; font-size:1.2em;}
#gnbb:after{ content:""; display:block; clear:both;}
#gnbb a {display:block; width:100px; height:80px; line-height:80px; background:none; color:#fff; text-align:center; font-size:1em; margin:0px;  transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease;}
#gnbb a:hover{color:#fff; background:#ae874e;}
.jbFixed { min-height:auto !important;}
.jbFixed .header_in { position:fixed !important; top:0px; width:100% !important; background:rgba(0, 0, 0, 0.8); }
.jbFixed .header_in #lnb { margin-top:0;}
.jbFixed .header_in #lnb:hover .lnb_wrap{height:330px;} /*메뉴의 높이를 입력합니다.*/
.jbFixed .header_in #lnb .lnb_wrap{height:60px; min-height:60px;}
.jbFixed .header_in #lnb .lnb_wrap > ul > li > a { height:60px; line-height:60px; }
.jbFixed .header_in #gnbb a { height:60px; line-height:60px; color:#fff; }
.jbFixed .header_in h1 {  height:60px; line-height:60px !important;}
.jbFixed .header_in h1 img { width:90%; transition: all .3s ease-in-out;}


#container22 { width:100%; min-width:320px; margin:0; padding:0;}


#main_visual{position:relative; text-align:center; width:100%; padding:0; margin:0px auto; overflow:hidden; }
#main_visual:after{ content:""; display:block; clear:both;}
#main_visual .swiper-slide{width:100%; height:auto; padding:0; background:#000; overflow:hidden;}
#main_visual .swiper-slide div.backgroundimg{width:100%; height:100%; z-index:1; opacity: 0;	-ms-transform: scale(1.2, 1.2);-webkit-transform: scale(1.2, 1.2);-webkit-transition:transform 7s ease-out, opacity 1s ease 0.3s; transition:transform 7s ease-out, opacity 1s ease 0.3s;}
#main_visual .swiper-slide .backgroundimg .mobile_only{display:none;}
#main_visual .swiper-slide .backgroundimg img{width:100%; height:auto;}
#main_visual .swiper-slide-active div.backgroundimg{opacity: 1;	-ms-transform: scale(1, 1) rotate(.001deg);	-webkit-transform: scale(1, 1) rotate(.001deg);	transform: scale(1, 1) rotate(.001deg);	-webkit-transition-delay: 0s;	transition-delay: 0s;}
#main_visual .sliderkit-text {width:100%; height:220px; position:absolute; bottom:18%; left:50%;  margin-left:-50%; text-align:center; z-index:2;}
#main_visual .sliderkit-text h1.lviewa{opacity:0; font-size:4em; color:#fff;  font-weight:500; line-height:1.3em; letter-spacing:-0.05em; text-shadow: 0px 0px 10px rgba(0,0,0,.2); padding-bottom:20px; }
#main_visual .sliderkit-text h1.sviewa{opacity:0;  font-size:1.3em; color:#fff; letter-spacing:-0.05em; line-height:1.3em; text-shadow: 0px 1px 4px #000; padding-bottom:10px; }
#main_visual .sliderkit-text div{opacity:0;}
#main_visual .swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:20px; top:50%; margin-top:-25px; display:block; background:url("../image/visual_prev_on.png")  center center no-repeat; opacity : 0.7; width:50px; height:50px; color:rgba(255,255,255,0); transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease;}
#main_visual .swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:20px; top:50%; margin-top:-25px; display:block; background:url("../image/visual_next_on.png") center center no-repeat; opacity : 0.7; width:50px; height:50px; color:rgba(255,255,255,0); transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease;}
#main_visual .swiper-button-prev:hover,.swiper-container-rtl .swiper-button-next:hover{opacity :1; }
#main_visual .swiper-button-next:hover,.swiper-container-rtl .swiper-button-prev:hover{opacity :1; }
#main_visual .swiper-container-horizontal > .swiper-pagination-bullets{bottom:15%;}
#main_visual .swiper-pagination-bullet-active{background:#fff;}


#main_room_list{width: 100%; padding-top:100px; background:linear-gradient(180deg, #f7f7f7 50%, #192c2c  50%);}
#main_room_list .con_title {text-align:center; margin-bottom:50px;}
#main_room_list .con_title h3 { display:block; font-size:2.5em; font-weight:700; color:#000; line-height:1em;} 
#main_room_list .con_title p { display:block; font-size:1.25em; color:#555; margin-top:20px;}
#main_room_list .thumbs-gallery {width:100%; padding:0px 0;}
#main_room_list .thumbs-gallery .swiper-container { width:100%; max-width:1500px; margin-left: auto; margin-right: auto; background:#fff; }
#main_room_list .thumbs-gallery .swiper-slide { width:100%; background-size: cover; background-position: center; }
#main_room_list .thumbs-gallery .swiper-slide .swiper-slide-left {position:relative; float:left; display:table; width:50%; height:590px;}
#main_room_list .thumbs-gallery .swiper-slide .swiper-slide-left:after { content:""; display:block; clear:both;}
#main_room_list .thumbs-gallery .swiper-slide .swiper-slide-left p {display:table-cell; vertical-align:middle; width:100%; text-align:center;}
#main_room_list .thumbs-gallery .swiper-slide .swiper-slide-left p img { width:100%; }
#main_room_list .thumbs-gallery .swiper-slide .swiper-slide-right {float:right; display:table; width:50%; height:590px; padding:0 50px; text-align:center; background:#fff;}
#main_room_list .thumbs-gallery .swiper-slide .swiper-slide-right:after { content:""; display:block; clear:both;}
#main_room_list .thumbs-gallery .swiper-slide .swiper-slide-right .con_left_inner {display:table-cell; vertical-align:middle; width:100%; text-align:center;}
#main_room_list .thumbs-gallery .swiper-slide .swiper-slide-right .con_left_inner .infoTitle {display:block;}
#main_room_list .thumbs-gallery .swiper-slide .swiper-slide-right .con_left_inner .infoTitle h4 { display:block; font-size:2em; font-weight:700; }
#main_room_list .thumbs-gallery .swiper-slide .swiper-slide-right .con_left_inner .infoTitle .tit1 { display:block; font-size:1.5em;}
#main_room_list .thumbs-gallery .swiper-slide .swiper-slide-right .con_left_inner .infoTitle .tit2 { display:block; font-size:1em; margin-top:20px;}
#main_room_list .thumbs-gallery .swiper-slide .swiper-slide-right .con_left_inner .infoIcon {width:100%; margin:25px 0;  box-sizing:border-box; }
#main_room_list .thumbs-gallery .swiper-slide .swiper-slide-right .con_left_inner .infoIcon:after { content:""; display:block; clear:both;}
#main_room_list .thumbs-gallery .swiper-slide .swiper-slide-right .con_left_inner .infoIcon ul {width:100%; margin:0; padding:20px 0; }
#main_room_list .thumbs-gallery .swiper-slide .swiper-slide-right .con_left_inner .infoIcon ul li {display:inline-block; padding:0 15px; margin:0; border-left:1px solid #eee; box-sizing:border-box; }
#main_room_list .thumbs-gallery .swiper-slide .swiper-slide-right .con_left_inner .infoIcon ul li:first-child { border-left:0; }
#main_room_list .thumbs-gallery .swiper-slide .swiper-slide-right .con_left_inner .infoIcon ul li div {display:table-cell; vertical-align:middle; text-align:center;}
#main_room_list .thumbs-gallery .swiper-slide .swiper-slide-right .con_left_inner .infoIcon ul li div i {display:inline-block; width:50px; height:50px; line-height:50px; text-align:center; font-size:2em; }
#main_room_list .thumbs-gallery .swiper-slide .swiper-slide-right .con_left_inner .infoIcon ul li div span {display:block; font-size:1em; line-height:1.4em;}
#main_room_list .thumbs-gallery .gallery-top { width: 100%; transition: 0.5s all ease;}
#main_room_list .thumbs-gallery .gallery-top:after{ content:""; display:block; clear:both;}
#main_room_list .thumbs-gallery .swiper-container-rtl .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {position:absolute; right:0; top:0;}
#main_room_list .thumbs-gallery .swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:0; top:50%; margin-top:-30px; display:block; background:#fff url("../image/thumbs-gallery-prev.png")  center center no-repeat; opacity : 0.7; width:60px; height:60px; color:rgba(255,255,255,0); transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease;}
#main_room_list .thumbs-gallery .swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:0; top:50%; margin-top:-30px; display:block; background:#fff url("../image/thumbs-gallery-next.png") center center no-repeat; opacity : 0.7; width:60px; height:60px; color:rgba(255,255,255,0); transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease;}
#main_room_list .thumbs-gallery .swiper-button-prev:hover,.swiper-container-rtl .swiper-button-next:hover{opacity :1; }
#main_room_list .thumbs-gallery .swiper-button-next:hover,.swiper-container-rtl .swiper-button-prev:hover{opacity :1; }
#main_room_list .reserv_bt_s{display:inline-block; margin:0 2px; width:150px; height:50px; line-height:50px; color:#fff; background:#655135; text-align:center; font-size:1.15em; transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease;}
#main_room_list .reserv_bt_s:hover{background:#000;}
#main_room_list .detail_s{background:#192c2c;}
#main_room_list .detail_s:hover{background:#000;}


#service_section { width:100%; padding:100px 0; }
#service_section:after{ content:""; display:block; clear:both;}
#service_section .inner {  width:100%; height:100%; min-width:320px; max-width:1500px; margin:0 auto; text-align:center; }
#service_section .con_title h3 { display:block; font-size:2.5em; font-weight:700; color:#000; line-height:1em;} 
#service_section .con_title p { display:block;  font-size:1.25em; color:#333; margin-top:20px;}
#service_section .service_wrap{ width:100%; margin-top:50px;}
#service_section .service_wrap ul { width:100%; margin:0; padding:0; }
#service_section .service_wrap ul li {float:left; width:360px; margin-right:20px; padding:0; list-style:none; }
#service_section .service_wrap ul li:last-child {margin-right:0;}
#service_section .service_wrap ul li a{display:block; width:100%; height:100%; }
#service_section .service_wrap ul li .con_img{ position:relative; float:left; display:inline-block; width:100%; height:250px; background:#000; overflow:hidden;}
#service_section .service_wrap ul li .con_img img { width:100%;  transition:all .8s ease;} 
#service_section .service_wrap ul li:hover .con_img img { transform:scale(1.1); }
#service_section .service_wrap ul li .con_txt{ float:left; display:inline-block; width:100%; padding:25px 20px; text-align:left; box-sizing:border-box; background:#fff; border:1px solid #eee;  box-sizing:border-box; transition: 0.3s all ease; }
#service_section .service_wrap ul li .con_txt .summary {display:block; font-size:0.8em; color:#a9a9a9; line-height:1.5em; letter-spacing:0.15em; margin-bottom:5px; text-transform:uppercase;}
#service_section .service_wrap ul li .con_txt p.subject { font-size:1.5em; color:#000; line-height:1.5em;}
#service_section .service_wrap ul li .con_txt p.subject:after { content:""; display:block; width:20px; height:2px; background:#192c2c; margin:10px 0px 20px; transition: 0.5s all ease;}
#service_section .service_wrap ul li .con_txt p.des {font-size:1em; color:#555; line-height:1.5em; word-break: keep-all; min-height:70px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; overflow:hidden;}
#service_section .service_wrap ul li .con_txt span.btn_go { display:inline-block; vertical-align:middle; font-size:0.85em; color:#999; margin-top:30px; }
#service_section .service_wrap ul li .con_txt span.btn_go i { display:inline-block; vertical-align:middle; margin-left:5px; font-size:1em; }
#service_section .service_wrap ul li:hover .con_txt {background:#f8f8f8; box-shadow: 8px 8px 10px rgba(0,0,0,0.05);}
#service_section .service_wrap ul li:hover .con_txt p.subject:after { width:100%; transition: 0.5s all ease;}
#service_section .service_wrap ul li:hover .con_txt span.btn_go { color:#000;}


#fix_photo1 { width:100%; height:500px; background:url('../image/fix_photo1.jpg') no-repeat 50% 50%; background-attachment:fixed; background-size:cover;}
#fix_photo1:after{ content:""; display:block; clear:both;}
#fix_photo1 .b_txt{width:100%; height:100%; background:rgba(0,0,0,.3); position: relative; }
#fix_photo1 .b_txt p{position: absolute; width:100%; top: 50%; left: 50%; transform: translate(-50%, -50%); color:rgba(255,255,255,1); font-weight:300; font-size:2em; text-align:center;}
#fix_photo1 .b_txt p span{ font-family: 'Dancing Script', cursive; font-weight:300; font-size:1.2em;}


#fix_photo2 { width:100%; height:300px; background:url('../image/fix_photo2.jpg') no-repeat 50% 50%; background-attachment:fixed; background-size:cover;}
#fix_photo2:after{ content:""; display:block; clear:both;}
#fix_photo2 .b_txt{width:100%; height:100%; background:rgba(0,0,0,.3); position: relative; }
#fix_photo2 .b_txt p{position: absolute; width:100%; top: 50%; left: 50%; transform: translate(-50%, -50%); color:rgba(255,255,255,1); font-weight:300; font-size:1.5em; text-align:center;}
#fix_photo2 .b_txt p span{ font-family: 'Dancing Script', cursive; font-weight:300; font-size:1.2em; letter-spacing:2px; }
#fix_photo2 .b_txt p a  {display:inline-block; vertical-align:middle; color:#fff; line-height:1.4em; margin-top:10px; } 
#fix_photo2 .b_txt p a i {display:inline-block; vertical-align:middle; font-size:0.85em; line-height:1.4em;}



#bnr1_section {width:100%; }
#bnr1_section:after {content:''; display:block; clear:both;}
#bnr1_section .bnr1_box {position:relative; display:block; overflow:hidden; float:left; width:33.33333%; }
#bnr1_section .bnr1_box:after { content:'';	display:block; position:absolute;	left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.1); transition:.3s all; -webkit-transition:.3s all;}
#bnr1_section .bnr1_box img { display:block; width:100%; height:100%; transition:all .8s ease;}
#bnr1_section .bnr1_box:hover img { transform:scale(1.1); }
#bnr1_section .bnr1_box:hover:after { content:'';	display:block; position:absolute;	left:0; top:0; width:100%; background:rgba(0,0,0,.6); border:15px solid rgba(255,255,255,.3); transition:.3s all; -webkit-transition:.3s all;}
#bnr1_section .bnr1_box .tb { z-index:1; position:absolute; top:0; left:0; display:table; width:100%; height:100%;   text-align:center;}
#bnr1_section .bnr1_box .tb:after {content:''; display:block; clear:both;}
#bnr1_section .bnr1_box .tb .tb-cell { display:table-cell; vertical-align:middle; width:100%; }
#bnr1_section .bnr1_box .tb .tb-cell p.t1 { color:#fff;  font-size:2.5em; margin-bottom:14px;  white-space:nowrap;}
#bnr1_section .bnr1_box .tb .tb-cell p.t2 { color:#fff;  font-size:0.85em; letter-spacing:0.5em;}
#bnr1_section .bnr1_box .tb .tb-cell span.btn_go { display:block; vertical-align:middle; font-size:1.15em; color:#fff;}
#bnr1_section .bnr1_box .tb .tb-cell span.btn_go i {font-size:1em; color:#fff; transition: 0.3s all ease;}
#bnr1_section .bnr1_box:hover .tb .tb-cell span.btn_go i { color:#ae874e; margin-left:10px; transition: 0.3s all ease;}



#tour_section {width:100%; min-width:320px; padding:80px 0; margin-top:0px; background:#fff;}
#tour_section .inner {  width:100%; height:100%; min-width:320px; max-width:1500px; margin:0 auto; text-align:center; }
#tour_section .con_title h3 { display:block; font-size:2.5em; font-weight:700; color:#000; line-height:1em;} 
#tour_section .con_title p { display:block;  font-size:1.25em; color:#333; margin-top:20px;}
#tour_section .rolling_area { width:100%; margin-top:50px; overflow:hidden; }
#tour_section .swiper-wrapper2{width:100%;  height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}
#tour_section .swiper-container2{ width:100%; max-width:1500px; height:auto; margin:0 auto; }
#tour_section .swiper-container2 .swiper-slide{position:relative; width:357px; padding:0; margin:0; overflow:hidden; box-sizing:border-box; border-radius:0px;}
#tour_section .swiper-container2 .swiper-slide a{width:100%; display:block;}
#tour_section .swiper-container2 .swiper-slide img{width:100%; }
#tour_section .swiper-container2 .swiper-slide .txtBox{z-index:10; position:absolute; bottom:0; width:100%; height:20%; text-align:left; padding:40px 20px; background:linear-gradient(180deg, rgba(0,0,0,0) 5%, rgba(0,0,0,.9) 100%); transition: 0.3s all ease; }
#tour_section .swiper-container2 .swiper-slide .txtBox .tit{ display:block; width:100%; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; font-size:1.5em; color:#fff; }
#tour_section .swiper-container2 .swiper-slide .txtBox .tit span.new_icon{display:inline-block;width:14px; height:14px; line-height:14px;font-size:9px !important;color:#fff;background:#3071CA;text-align:center;border-radius: 2px; font-weight:normal;}
#tour_section .swiper-container2 .swiper-slide .txtBox .txt{ display:block; margin-top:40px; min-height:50px; overflow:hidden; font-size:1em; color:#fff;  line-height:1.5em; }
#tour_section .swiper-container2 .swiper-slide .txtBox .btn_go { display:none; position:absolute; left:0; right:0; top:50%; margin-top:-20px; text-align:center;  }
#tour_section .swiper-container2 .swiper-slide .txtBox .btn_go i {color:#fff; font-size:1.5em;}
#tour_section .swiper-container2 .swiper-slide .txtBox .btn_go span {display:block; color:#fff; font-size:1em;}
#tour_section .swiper-container2 .swiper-slide:hover .txtBox {height:100%;  background:rgba(0,0,0,.65); transition: 0.3s all ease; }
#tour_section .swiper-container2 .swiper-slide:hover .txt {margin-top:20px; }
#tour_section .swiper-container2 .swiper-slide:hover .txtBox .btn_go {display:block;}
#tour_section .swiper-btn-wrap { position:relative; top:30px; width:100%; max-width:240px; height:50px; margin:0 auto;  }
#tour_section .swiper-btn-wrap .swiper-scrollbar-wrap1 {display:none; position:absolute; top:25px; width:100%; height:2px; margin:0 auto; z-index:0;}
#tour_section .swiper-btn-wrap .swiper-scrollbar-wrap1 .swiper-scrollbar2{width:100%; height:2px; right:0; bottom:7px; margin:0 auto; background:rgba(0,0,0,.1)}
#tour_section .swiper-btn-wrap .swiper-scrollbar-wrap1 .swiper-scrollbar-drag{width:100%; height:100%; position:relative; background:#000;}
#tour_section .swiper-btn-wrap .swiper-scrollbar-wrap2 {position:absolute; top:-12px; width:100%; height:40px; text-align:center;  z-index:20; background:none;}
#tour_section .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-prev2{background:url("../image/list_prev_on2.png"); left:0; cursor:pointer;}
#tour_section .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-next2{background:url("../image/list_next_on2.png"); right:0;  cursor:pointer;}
#tour_section .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-next2, .swiper-button-prev2{position:absolute; top:auto; bottom:0px; width:32px; height:32px;}
#tour_section .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-next2.swiper-button-disabled{opacity:0.5; background:url("../image/list_next_on2.png");}
#tour_section .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-prev2.swiper-button-disabled{opacity:0.5; background:url("../image/list_prev_on2.png");}
#tour_section .swiper-pagination2{display:block; text-align:center;}
#tour_section .swiper-pagination-bullet{width:10px; height:10px; margin:0 3px; background:transparent; border:1px solid #000;}
#tour_section .swiper-pagination-bullet-active{background:#000;}
#tour_section a.btn_view{display:block; text-align:center; width:200px; height:60px; line-height:60px; font-size:1.1em; color:#fff; letter-spacing:0.05em; background:#111; margin:40px auto 0; transition: 0.3s all ease;   -webkit-transition: 0.3s all ease;   -moz-transition: 0.3s all ease;   -ms-transition: 0.3s all ease;   -o-transition: 0.3s all ease; }
#tour_section a.btn_view:hover{color:#fff; background:#ae874e; transition: 0.3s all ease; }



#notice_section {width:100%; min-width:320px; padding:80px 0 40px 0; }
#notice_section:after{ content:""; display:block; clear:both;}
#notice_section .inner {  width:100%; height:100%; min-width:320px; max-width:1500px; margin:0 auto; text-align:center; }
#notice_section .con_title h3 { display:block; font-size:2.5em; font-weight:700; color:#000; line-height:1em;} 
#notice_section .con_title p { display:block;  font-size:1.25em; color:#333; margin-top:20px;}
#notice_section_rolling {width:100%; max-width:1300px; margin:50px auto;}
#notice_section_rolling:after{ content:""; display:block; clear:both; }
#notice_section_rolling .swiper-wrapper2{position:relative; width:100%; height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}
#notice_section_rolling .swiper-container3{width:100%; max-width:1300px; height:auto; overflow:hidden;  }
#notice_section_rolling .swiper-container3 .swiper-slide{position:relative; width:33.33333%;  padding:0; margin:0; }
#notice_section_rolling .swiper-container3 .swiper-slide a{width:100%; display:block; border:1px solid #ddd; background:#f8f8f8; box-sizing:border-box; transition: 0.2s all ease; }
#notice_section_rolling .swiper-container3 .swiper-slide a:after { position:absolute; top:0; left:0; content:""; display:block; width:0; height:4px; background:#ddd; margin:0; transition: 0.5s all ease;}
#notice_section_rolling .swiper-container3 .swiper-slide .txtBox{width:100%; height:300px; padding:35px; text-align:left; }
#notice_section_rolling .swiper-container3 .swiper-slide .txtBox .tit1{ display:block; width:100%; max-height:50px; min-height:50px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; overflow:hidden; font-size:1.25em; color:#000; line-height:1.4em;}
#notice_section_rolling .swiper-container3 .swiper-slide .txtBox .tit1 span.new_icon{display:inline-block;width:14px; height:14px; line-height:14px;font-size:9px !important;color:#fff;background:#3071CA;text-align:center;border-radius: 2px; font-weight:normal;}
#notice_section_rolling .swiper-container3 .swiper-slide .txtBox .txt{ display:block;  max-height:85px; min-height:85px;  text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; overflow:hidden; font-size:1em; color:#555;  line-height:1.5em;  margin-top:20px; }
#notice_section_rolling .swiper-container3 .swiper-slide .txtBox .link{ display:block; margin-top:40px;}
#notice_section_rolling .swiper-container3 .swiper-slide .txtBox .link em {float: left;  background:#ddd; display: inline-block; height:30px; line-height:30px; color:#fff; font-size:1em; font-weight:500; font-style: normal; text-transform: uppercase; padding: 0 15px; border-radius:5px; transition: 0.2s all ease;}
#notice_section_rolling .swiper-container3 .swiper-slide .txtBox .link .date{ float:right; display: inline-block; height:30px; line-height:30px; font-size:0.9em; color: rgba(0, 0, 0, .6);  }
#notice_section_rolling .swiper-container3 .swiper-slide a:hover { background:#fff; transition: 0.2s all ease;}
#notice_section_rolling .swiper-container3 .swiper-slide a:hover:after {width:100%; background:#ae874e; }
#notice_section_rolling .swiper-container3 .swiper-slide a:hover .txtBox .link em {background:#192c2c; }
#notice_section_rolling .swiper-btn-wrap {position:relative; top:0; width:100%; }
#notice_section_rolling .swiper-btn-wrap .swiper-scrollbar-wrap1 {display:none; position:absolute; top:300px; width:100%; height:10px; margin:0 auto; z-index:0;}
#notice_section_rolling .swiper-btn-wrap .swiper-scrollbar-wrap1 .swiper-scrollbar2{width:20%; height:3px; right:0; bottom:0; margin:0 auto; background:rgba(0,0,0,.3)}
#notice_section_rolling .swiper-btn-wrap .swiper-scrollbar-wrap1 .swiper-scrollbar-drag{height:100%; width:100px; position:relative; background:rgba(0,0,0,1);}
#notice_section_rolling .swiper-btn-wrap .swiper-scrollbar-wrap2 { position:relative; display:block; width:120px; height:44px; margin:50px auto 0; text-align:center;  z-index:20; }
#notice_section_rolling .swiper-btn-wrap .swiper-scrollbar-wrap2 span {content: "";  display: block;  position:absolute; top:12px; left:50%; width:1px; height:24px; background:#ddd;}
#notice_section_rolling .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-prev3{opacity:1; background:url("../image/list_prev_on.png"); left:0%; cursor:pointer; background-size:cover;}
#notice_section_rolling .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-next3{opacity:1; background:url("../image/list_next_on.png"); right:0%;  cursor:pointer; background-size:cover;}
#notice_section_rolling .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-next3, .swiper-button-prev3{position:absolute; top:auto; bottom:0px; width:44px; height:44px;  border-radius:100%;}
#notice_section_rolling .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-next3.swiper-button-disabled{opacity:.3; background:url("../image/list_next_on.png"); background-size:cover;}
#notice_section_rolling .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-prev3.swiper-button-disabled{opacity:.3; background:url("../image/list_prev_on.png"); background-size:cover;}
#notice_section_rolling .swiper-pagination2{display:none}



#bnr2_section { position:relative; width:100%; background:url('../image/bnr2_back.jpg') no-repeat 50% 50%; background-size:cover;} 
#bnr2_section:after {content:''; display:block; clear:both;}
#bnr2_section .inner{width:100%; height:600px;} 
#bnr2_section .bnr2_back { display: block; float:left; width:33.33333%; height: 100%;  }
#bnr2_section .bnr2_back::before { opacity: 0; content:''; width: 100%; height: 100%; display:block; position: absolute; left: 0; top: 0; }
#bnr2_section .bnr2_back.bg01::before { background:url('../image/bnr2_img1.jpg'); background-position: center center; background-repeat: no-repeat;  background-size: cover;   -webkit-transition: all 1s;  transition: all 1s;   pointer-events: none;} 
#bnr2_section .bnr2_back.bg02::before { background:url('../image/bnr2_img2.jpg'); background-position: center center; background-repeat: no-repeat;  background-size: cover;   -webkit-transition: all 1s;  transition: all 1s;   pointer-events: none;}
#bnr2_section .bnr2_back.bg03::before { background:url('../image/bnr2_img3.jpg'); background-position: center center; background-repeat: no-repeat;  background-size: cover;   -webkit-transition: all 1s;  transition: all 1s;   pointer-events: none;}
#bnr2_section .bnr2_back:hover::before {opacity:1; transition: 1s all ease;}
#bnr2_section .bnr2_box {position:relative; display:block; width:100%; height:100%;  }
#bnr2_section .bnr2_box:last-child{border-right:0;}
#bnr2_section .bnr2_box:after { content:'';	display:block; position:absolute; left:0; right:0; top:0; width:0; margin:0 auto; height:100%; background:rgba(255,255,255,.1); transition: 0.3s all ease;} 
#bnr2_section .bnr2_box:hover:after {width:100%;  background:rgba(0,0,0,.5); } 
#bnr2_section .bnr2_box .tb { z-index:1; position:relative; display:table; width:100%; height:100%;   text-align:center; }
#bnr2_section .bnr2_box .tb:after {content:''; display:block; clear:both;}
#bnr2_section .bnr2_box .tb .tb-cell { display:table-cell; vertical-align:middle; width:100%; border-right:1px solid rgba(255,255,255,.1);}
#bnr2_section .bnr2_box .tb .tb-cell p.t1 {position:relative; color:rgba(255,255,255,1); font-size:2em; margin-bottom:20px; font-weight:bold; white-space:nowrap; transition: 0.5s all ease;}
#bnr2_section .bnr2_box .tb .tb-cell p.t1:after {opacity:0;  content:'';	display:block; position:absolute;	left:50%; margin-left:-15px; bottom:-20px; width:30px; height:1px; background:#fff; transition: 0.5s all ease;}
#bnr2_section .bnr2_box .tb .tb-cell p.t1 a {color:#fff; cursor:unset;}
#bnr2_section .bnr2_box .tb .tb-cell p.t1 a em { display:block; font-family: 'Dancing Script', cursive; font-weight:300; font-style:normal; color:rgba(255,255,255,1); font-size:0.65em; }
#bnr2_section .bnr2_box .tb .tb-cell p.t1 a span.btn_go_mobile { display:none; position:absolute; right:30px; text-align:center; width:34px; height:34px; line-height:34px; font-size:0.6em; font-weight:400; font-style:normal; color:#000; background:#fff; border-radius:100%; }
#bnr2_section .bnr2_box .tb .tb-cell p.t1 a:hover span.btn_go_mobile {color:#fff; background:#ae874e;}
#bnr2_section .bnr2_box .tb .tb-cell p.t2{padding:0; opacity:0; height:0; transition: 0.3s all ease;}
#bnr2_section .bnr2_box .tb .tb-cell p.t2 a{border:1px solid rgba(255,255,255,0.8); padding:10px 10px; width:200px; line-height:1.4em; text-align:center; color:#fff; background:#none; display:block; border-radius:35px; margin:10px auto 0; transition: 0.3s all ease;}
#bnr2_section .bnr2_box .tb .tb-cell p.t2 a:hover{ color:#000; background:#fff; border:1px solid #fff; }
#bnr2_section .bnr2_box .tb .tb-cell span.btn_go_pc { display:none; vertical-align:middle; font-size:1.15em; color:#fff; margin-top:5px;}
#bnr2_section .bnr2_box .tb .tb-cell span.btn_go_pc i {font-size:1em; color:#fff; transition: 0.3s all ease;}
#bnr2_section .bnr2_box:hover .tb .tb-cell span.btn_go_pc i { margin-left:10px; transition: 0.3s all ease;}
#bnr2_section .bnr2_box:hover .tb .tb-cell p.t1 {opacity:1; }
#bnr2_section .bnr2_box:hover .tb .tb-cell p.t1:after {opacity:1;}
#bnr2_section .bnr2_box:hover .tb .tb-cell p.t2{padding:20px 0; opacity:1; height:auto; transition: 0.3s all ease;}



#footer_online { width:100%; padding:50px 0; background:#192c2c; } 
#footer_online:after{ content:""; display:block; clear:both;}
#footer_online .inner { width:100%; height:100%; min-width:320px; max-width:1500px; margin:0 auto; text-align:center; }
#footer_online .inquiry_wrap {width:100%; }
#footer_online .inquiry_wrap .online_area {width:100%; position:relative;}
#footer_online .inquiry_wrap .online_area:after{ content:""; display:block; clear:both;}
#footer_online .inquiry_wrap .online_area .online_info {float:left; width:100%;}
#footer_online .inquiry_wrap .online_info dl {display:table; float:left; width:44%; height:50px; margin-bottom:5px; margin-right:13px;}
#footer_online .inquiry_wrap .online_info dl.wn{width:17%;}
#footer_online .inquiry_wrap .online_info dl:last-child{margin-right:0;}
#footer_online .inquiry_wrap .online_info dl dt , #footer_online .inquiry_wrap .online_info dl dd { display:table-cell; vertical-align: middle; background:rgba(255, 255, 255, 1);}
#footer_online .inquiry_wrap .online_info dl dt {width:15%; text-align:center; font-size:1.2em; letter-spacing: -0.5px; color:#000;  }
#footer_online .inquiry_wrap .online_info dl.wn dt{width:30%;} 
#footer_online .inquiry_wrap .online_info dl dd{text-align:left; width:70%;}
#footer_online .inquiry_wrap .online_info dl dd input[type=text], #footer_online .inquiry_wrap .online_info dl dd input[type=date] { width:100%; height:50px; text-indent:10px;background: transparent; border:0;  color:#000;}
#footer_online .inquiry_wrap .online_info dl dd select { width:95%; height:50px; text-indent:10px;background: #fff; border:0;  color:#000; border:0px !important;}
#footer_online .inquiry_wrap .online_memo {display:table; width:100%; height:150px; padding:20px 20px 20px 0; background:rgba(255, 255, 255, 0.1);}
#footer_online .inquiry_wrap .online_memo .online_tit {display:table-cell; vertical-align: middle; width:25%; color:#fff; font-size:1.2em; letter-spacing: -0.5px; text-align:center;}
#footer_online .inquiry_wrap .online_memo textarea { border:0; width:100%; height:100%; color:rgba(255, 255, 255, 0.9);  padding:15px; background: transparent; border:1px solid rgba(255,255,255,.5); resize: none;}
#footer_online .btn_online {position:absolute; right:0; top:0; display:block; width:150px; font-size: 16px; line-height:50px; height:50px; color: #fff;  text-align: center; background:#ae874e; transition: 0.5s all ease; border:0px;}
#footer_online .btn_online:hover {  color:#000; background:#fff; transition: 0.5s all ease;}
#footer_online .inquiry_wrap .online_info dl dd input::placeholder { color: #aaa;  opacity: 1;}
#footer_online .inquiry_wrap .online_info dl dd input:-ms-input-placeholder {color: #aaa;}
#footer_online .inquiry_wrap .online_info dl dd input::-ms-input-placeholder { color: #aaa;}



/* 하단 */
#footer{ clear:both; width:100%; margin:0; padding-bottom:70px; background:#202020;}
#footer:after{ content:""; display:block; clear:both;}
#footer .copy_bar{ width:100%;}
#footer .copy_bar div{width:100%; max-width:1300px; margin:0 auto;}
#footer .copy_bar div .copy_menu { padding-top:40px; }
#footer .copy_bar div .copy_menu a{color:#fff; }
#footer .copy_bar div .copy_menu a:hover{color:#ae874e; }
#footer .copy_area{position:relative; width:100%; max-width:1300px; margin:0 auto; }
#footer .copyright{float:left; width:70%; text-align:left; padding:0; color:#777; }
#footer .copyright p{width:100%; text-align:left; color:#666; padding-top:20px; }
#footer .copyright p span{ display:inline-block; color:#666; margin-right:15px;}
#footer .copyright p span:nth-child(5){ display:block;}
#footer .copyright p span:nth-child(5){ display:inline-block;}
#footer .copyright p span:nth-child(9){ display:block;}
#footer .cs_area {position:absolute; top:0; right:0; width:350px; border:1px solid #555; padding:20px; box-sizing:border-box;}
#footer .cs_data{float:left; width:55%; text-align:center; }
#footer .cs_data .cs_title{font-size:1.2em; color:#fff; }
#footer .cs_data .cs_title:after{display:block; content:""; width:100%; height:1px;  margin:5px 0; background:#eee;}
#footer .cs_data .cs_tel{font-size:1.4em; color:#fff; }
#footer .cs_data .cs_tel a{color:#fff;}
#footer .cs_info{float:right; width:40%; padding-top:5px;}
#footer .cs_info span { display:block; font-size:0.85em; color:#aaa; padding:0; margin:0; height:20px; line-height:20px;}




/* 서브 */
#sub_visual{width:100%; min-width:320px; height:400px; text-align:center; background:#e8e9eb; overflow:hidden;}
#sub_visual .backgroundimg{position:relative; width:100%; text-align:center; margin:0 auto; height:400px; z-index:0; }
#sub_visual .visual_area {width:100%; max-width:1920px; height:400px; margin:0 auto; }


#sub_wrapper{width:100%; min-width:320px; margin:0 auto;}
#sub_wrapper:after{ content:""; display:block; clear:both;}


#sub_menu{ display:block; width:100%;  margin:0px auto; background:none; border-bottom:1px solid #ddd;}
#sub_menu .sub_tab{width:100%; max-width:1300px; text-align:left; margin:0 auto; }
.sub_location{ width:100%; max-width:1300px; height:60px; font-size: 0; background:#fff; margin:0 auto;}
.sub_location > div{font-size: 0;}
.sub_location > div .cen{ float:left; width:60px; height:60px; line-height:60px; text-align:center; background:#000;}
.sub_location > div .cen i{ color:#fff; font-size:1.2em;}
.sub_location ul{width:100%; max-width:1300px; padding:0; margin:0; display: inline-block; width:189px; border-right: 1px solid #ddd;vertical-align: top; box-sizing:border-box; }
.sub_location ul:first-child{ border-left: 1px solid #ddd; }
.sub_location ul li{position: relative; width:100%;}
.sub_location ul li span{display: block; padding: 0 15px; line-height: 60px; font-size:1em; color: #000; background: url('../image/icnLocaArr.png') 90% center no-repeat; cursor: pointer; }
.sub_location ul.on li span{background: url('../image/icnLocaArr1.png') 90% center no-repeat; }
.sub_location ul li a{width:100%; display: block; padding: 8px 15px; color:#555; }
.sub_location ul li a:hover{color:#fff; background:#000; box-sizing:border-box;}
.sub_location ul ul{display: none;position: absolute;top:60px; left: -1px; padding: 0px 0;background:#fff; border: 1px solid #ddd;  border-top:none; z-index:999998; width:calc(100% + 2px) !important;}
.sub_location ul.on li ul{display: block;}
.sub_location ul.dep2 li span{color:#000; font-weight:500; background:#fff url('../image/icnLocaArr.png') 90% center no-repeat; font-size:1em;}
.sub_location ul.on.dep2 li span{ background:#fff url('../image/icnLocaArr1.png') 90% center no-repeat;}
.sub_location ul.dep2 ul{width:190px; color:#000; background:#fff}
.sub_location ul.dep2 ul a{ color:#000; }
.sub_location ul.dep2 ul a:hover{color:#fff; background:#000;}


#sub_tit { position:absolute; width:100%; min-width:320px; max-width:1300px; margin:0px auto; top:180px; left:50%; margin-left:-650px; border:0px solid red;}
#sub_tit .path { position:absolute; top:240px; right:0;  }
#sub_tit .path li { float: left; text-align:center; font-size:0.9em; padding: 0 8px 0 12px; margin:0; color: #000; background: url('../image/ico_path.gif') no-repeat left center; }
#sub_tit .path li a span.ic-home {padding: 0;cursor: pointer;}
#sub_tit .path li a span.ic-home i { background: url('../image/icon_home.png')no-repeat left center; display:inline-block; width:11px; height:11px;}
#sub_tit .path li:first-child { background:none;}
#sub_tit .path li:last-child { color:#000; font-weight:500;}
#sub_tit .title{ position:relative; padding-bottom:10px; font-size:3em; font-weight:700; color:#fff; text-align:center; text-transform:uppercase; } /*대문자로*/
#sub_tit .title:after{display:block; content:""; width:50px; height:3px;  margin:10px auto; background:#fff;}
#sub_tit .normal_txt{display:none; margin:0px 0; font-size:1.2em; color:#fff; text-transform:uppercase; text-align:center; line-height:1.6; word-break: keep-all; font-family: 'Noto Sans KR', sans-serif;}
#sub_tit .normal_txt .color1{color:#fd7701;}


.scontents{width:100%; max-width:1300px; margin:0px auto; padding:80px 0; }
.scontents:after{ content:""; display:block; clear:both;}
.scontents h3.title { display:block; font-size: 2.5em;  text-align: center; padding:0; margin:0;  }
.scontents .eng {  display:block; text-align:center; font-size: 2.5em;  font-weight:500;  padding:0;  }
.scontents .eng em { color: #c53528; font-style: normal;}
.scontents .stitle { font-size:1.2em; line-height:1.6em; text-align:center; color:#333; margin:10px 0 50px 0; }
.scontents .stitle:after{display:block; width:40px; height:1px; border-bottom:2px solid #D51F26;  margin:30px auto; margin-bottom:80px; content:"";}
.scontents .stitlea { font-size:1.5em; line-height:1.6em; text-align:center; color:#333; margin:50px 0 50px 0; }
.scontents .stitlea:after{display:block; width:40px; height:1px; border-bottom:2px solid #D51F26;  margin:30px auto; margin-bottom:30px; content:"";}

.tbl{width:100%; border-top:1px solid #333; border-collapse:collapse;}
.tbl th{width:30%; background:#f2f2f2; border-bottom:1px solid #ccc; padding:5px 0; font-size:0.9em; font-weight:normal;  color:#000; text-align:center;}
.tbl td{width:70%; border-bottom:1px solid #ccc; padding:5px 0; text-indent:10px; font-size:0.9em;}


.tba{width:100%; border-top:1px solid #333; border-collapse:collapse; background:#fff;}
.tba th{width:35%; background:#f2f2f2; border-bottom:1px solid #ccc; padding:6px 0; font-size:0.9em; font-weight:normal;  color:#000; text-align:center;}
.tba td{width:65%; border-bottom:1px solid #ccc; padding:6px 0; text-indent:10px; font-size:0.9em;}


.policy_box{border:1px solid #ddd; padding:10px; height:160px; overflow:auto;}


@media all and (max-width:1600px){

	#lnb .lnb_wrap > ul > li > a{padding:0 40px;}

	#service_section .service_wrap ul li {width:23.5%; margin-right:2%; height:auto; }
	#service_section .service_wrap ul li .con_img { height:auto;}
}


@media all and (max-width:1500px){

	#main_room_list .thumbs-gallery {padding:0 2%;}
	#main_room_list .thumbs-gallery .swiper-slide {padding:2%;}
	#main_room_list .thumbs-gallery .swiper-slide .swiper-slide-left p {width:100%; }
	#main_room_list .thumbs-gallery .swiper-slide .swiper-slide-left p img{ width:100%; }
	#main_room_list .thumbs-gallery .swiper-slide .swiper-slide-right { padding:0;}


	#service_section {padding:100px 2%; }


	#footer_online {padding:50px 2%;}
	#footer_online .inquiry_wrap .online_info dl {width:100%; }
	#footer_online .inquiry_wrap .online_info dl.wn{width:32.5%; margin-right:1.25%;  margin-bottom:1.25%;}
	#footer_online .inquiry_wrap .online_info dl:nth-child(3n) {margin-right:0;}
	#footer_online .inquiry_wrap .online_info dl:last-child{margin-right:0;}
	#footer_online .btn_online { position: relative; display:inline-block; margin:25px 0 30px 0; }

}




/* 반응형 중간기기 1300px 사이즈 이하*/
@media all and (max-width:1300px){	


	#lnb .lnb_wrap > ul > li > a{padding:0 20px; font-size:1em; }
	#lnb .lnb_sub { margin:10px 5px 0 5px; }


	#fix_photo1 { height:350px;}
	#fix_photo1 .b_txt p{font-size:1.5em;}

	#fix_photo2 { height:250px;}
	#fix_photo2 .b_txt p{font-size:1.5em;}


}


/* 반응형 중간기기 1200px 사이즈 이하*/
@media all and (max-width:1200px){

	.scontents{width:96%;}
	
	.wrap_box{width:100%;}
	#sub_tit{left:0; margin-left:0;}

}


/* 반응형 중간기기 1100px 사이즈 이하*/
@media all and (max-width:1100px){

	#mobile_header{display:block; min-width:320px; }
	#header_wrap, #gnb_wrap, #gnb_area {display:none;}

	.lview{display:none;}
	.sview{display:block;}


	#main_visual{top:0px; margin-top:0;}
	#main_visual .swiper-slide{width:100%; height:auto;}
	#main_visual .swiper-slide div.backgroundimg{height:auto; }
	#main_visual .sliderkit-text {height:auto; bottom:35%; background:rgba(255,255,255,0);  }
	#main_visual .sliderkit-text h1.lviewa{font-size:2em;}
	#main_visual .sliderkit-text h1.sviewa{font-size:1.25em;}
	#main_visual .sliderkit-text h1 img{width:60%;}


	#main_room_list .thumbs-gallery {padding:0 4%;}
	#main_room_list .thumbs-gallery .swiper-container {padding-bottom:30px; }
	#main_room_list .thumbs-gallery .swiper-slide {padding:0;}
	#main_room_list .thumbs-gallery .swiper-slide .swiper-slide-left { width:100%; height:auto; text-align:center; }
	#main_room_list .thumbs-gallery .swiper-slide .swiper-slide-left p img {width:100%; }
	#main_room_list .thumbs-gallery .swiper-slide .swiper-slide-right {width:100%; height:auto; padding:0; padding-top:30px;}


	#service_section .service_wrap ul li {width:49%; margin-right:2%; margin-bottom:50px;}
	#service_section .service_wrap ul li:nth-child(even) {float:right; margin-right:0;}

	#footer_online {padding:50px 4%;}


	#notice_section_rolling .swiper-btn-wrap .swiper-scrollbar-wrap1{display:none;}


	#footer{ min-width:320px; padding-bottom:30px; text-align:center;}
	#footer .copyright{width:100%; padding:0 30px; }
	#footer .copyright p{ text-align:center;}
	#footer .cs_area {display:none;}

	
	#sub_visual{margin-top:0px;}

	.scontents h3.title { text-align: center;}
	.scontents .eng {  text-align: center;}
	.scontents .stitle { text-align:center; }
	.scontents{width:96%;}
	#container {margin-top:0px;}


	.sub_location > div .cen{ display:none;}
	.sub_location ul{width:50%;}
	.sub_location ul:first-child{border-left:0px; }
	.sub_location ul.dep2{border-right:0px;}

	#sub_tit { margin:0px auto; padding:0; left:0%; margin-left:0px; top:200px; background:none;}
	#sub_tit .path { display:none; }
	#sub_tit .normal_txt{font-size:1.2em;  color:#fff;  text-transform:uppercase; text-align:center; line-height:1.6; word-break: keep-all; text-shadow: 0px 1px 4px #333; font-family: 'Noto Sans KR', sans-serif;}
	#sub_tit .normal_txt .color1{color:#fd7701;}

}


/* 반응형 중간기기 768사이즈 이하 */
@media screen and (max-width: 768px) {			

	.mview{display:block;}	

	.con_title h3 {font-size:2em !important;}
	.con_title p {font-size:1em !important; margin-top:10px !important;}


	#main_visual .swiper-slide .backgroundimg .mobile_only{display:block;}
	#main_visual .swiper-slide .backgroundimg .pc_only{display:none;}
	#main_visual .swiper-button-prev,.swiper-container-rtl .swiper-button-next{display:none !important;}
	#main_visual .swiper-button-next,.swiper-container-rtl .swiper-button-prev{display:none !important;}
	#main_visual .swiper-container-horizontal > .swiper-pagination-bullets{bottom:20%;}


	#main_room_list {padding:50px 0 0 0;}
	#main_room_list .thumbs-gallery .swiper-slide {padding:0;}
	#main_room_list .thumbs-gallery .swiper-slide .swiper-slide-right .con_left_inner .infoIcon {margin:0;}
	#main_room_list .thumbs-gallery .swiper-button-prev,.swiper-container-rtl .swiper-button-next{margin-top:-20px; width:40px; height:40px; background-size:100%;}
	#main_room_list .thumbs-gallery .swiper-button-next,.swiper-container-rtl .swiper-button-prev{margin-top:-20px; width:40px; height:40px; background-size:100%;}



	#service_section  {padding:50px 4% 20px 4%;}
	#service_section .service_wrap {margin-top:25px;}


	
	#bnr1_section .bnr1_box .tb .tb-cell p.t1 {font-size:1.8em;}
	#bnr1_section .bnr1_box .tb .tb-cell span.btn_go_pc { font-size:1em;}


	#bnr2_section .inner{ height:auto;  }
	#bnr2_section .bnr2_back {width:100%;}
	#bnr2_section .bnr2_box:after {right:unset;}
	#bnr2_section .bnr2_box .tb {text-align:left; padding:0;}
	#bnr2_section .bnr2_box .tb .tb-cell { border-right:0;  border-bottom:1px solid rgba(255,255,255,.2)}
	#bnr2_section .bnr2_box .tb .tb-cell p.t1 {display:block; vertical-align:middle; font-size:1.5em; margin-bottom:0;}
	#bnr2_section .bnr2_box .tb .tb-cell p.t1:after {display:none; }
	#bnr2_section .bnr2_box .tb .tb-cell p.t1 a {display:block; padding:30px; cursor:pointer;}
	#bnr2_section .bnr2_box .tb .tb-cell p.t1 a em {display:inline-block; vertical-align:middle; margin-right:10px; font-size:0.85em; }
	#bnr2_section .bnr2_box .tb .tb-cell p.t1 a span.btn_go_mobile {display:inline-block;}
	#bnr2_section .bnr2_box .tb .tb-cell p.t2 {display:none;}
	#bnr2_section .bnr2_box:hover .tb .tb-cell p.t1 {padding-bottom:0; }
	#bnr2_section .bnr2_box:hover .tb .tb-cell p.t2{padding:0;}


	#notice_section{padding:60px 4% 20px 4%;}
	#notice_section_rolling {width:100%; margin-top:40px}	
	#notice_section_rolling h3.rolling_tit {  font-size:2em;}
	#notice_section_rolling h3.rolling_tit:before {top:15px;}


	#footer_online .inquiry_wrap .online_info dl{width:100%;}
	#footer_online .inquiry_wrap .online_info dl.wn{width:100%;}
	#footer_online .inquiry_wrap .online_info dl.wn dt{width:20%;}
	#footer_online .inquiry_wrap .online_info dl dt{width:20%;}
	#footer_online .btn_online{clear:both; position:relative; margin:0 auto; margin-top:20px;}



	#sub_visual{height:280px; }
	#sub_visual .backgroundimg{height:280px; }
	#sub_visual .visual_area {height:280px; background-position:center top; background-size:cover !important;}


	#sub_tit {top:160px;}
	#sub_tit .path { display:none;}
	.sub_location > div .cen{ display:none;}
	.sub_location ul{width:50%;}
	.sub_location ul:first-child{border-left:0px; }
	.sub_location ul.dep2{border-right:0px;}


	.scontents{padding:50px 0px;}
	.scontents .eng { font-size: 2em; }
	.scontents .stitle {font-size: 1em; margin-bottom:30px; }		
	.scontents .stitle:after{ margin-bottom:0; }

}


/* 반응형 작은기기 640사이즈 이하 */
@media screen and (max-width:640px) {	

	#service_section .service_wrap ul li {width:100%;}
	#service_section .service_wrap ul li .con_txt p.des {min-height:56px;}
	

	#bnr1_section .bnr1_box {width:100%; }

	#bnr2_section .bnr2_box {width:100%; }


	#tour_section a.btn_view{ width:160px; height:40px; line-height:40px; font-size:1em; }


	#notice_section_rolling h3.rolling_tit {  font-size:1.85em;}
	#notice_section_rolling h3.rolling_tit:before {top:10px;}	
	#notice_section_rolling .swiper-btn-wrap .swiper-scrollbar-wrap2 {width:100px; margin-top:20px;}
	#notice_section_rolling .swiper-btn-wrap .swiper-scrollbar-wrap2 span {top:16px; height:20px;}
	#notice_section_rolling .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-next3, .swiper-button-prev3{ width:34px; height:34px;}

}



/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {	

	body,td,h1,h2,h3,h4,h5,div,p,li,ul,ol,dd,dt,section,input,textarea,select,button{font-size:13px;}


	#main_visual .sliderkit-text h1.lviewa{font-size:2em;}


	#main_room_list .reserv_bt_s{width:40%; height:40px; line-height:40px; margin:10px auto; }


	#fix_photo1 { height:200px; }
	#fix_photo1 .b_txt p{font-size:1.25em;}

	#fix_photo2 { height:180px; }
	#fix_photo2 .b_txt p{font-size:1.25em;}



	#notice_section.con_title p { display:block; margin-left:0; margin-top:10px;}
	#notice_section_rolling .swiper-container3 .swiper-slide{width:100% !important; }
	#notice_section_rolling .swiper-container3 .swiper-slide .txtBox .txt{  max-height:75px; min-height:75px;}


	#footer_online .inquiry_wrap .online_area .online_info { width:100%;}
	#footer_online .inquiry_wrap .online_area .online_info:first-child {margin-right:0; margin-bottom:5px;;}
	#footer_online .inquiry_wrap .online_info dl dt{font-size:1em;}
	#footer .copyright span{font-size:1em;}
	#footer .copyright p{font-size:0.8em;}


	#sub_visual{height:180px; }
	#sub_visual .backgroundimg{height:180px; }
	#sub_visual .visual_area {height:180px; background-position:center top; background-size:cover !important;}

	
	#sub_tit {top:90px; background:none; margin:30px auto;}
	#sub_tit .title{  font-size:2em;  } 
	#sub_tit .normal_txt{font-size:1em;}


}


/* 반응형 작은기기 360사이즈 이하 */
@media screen and (max-width: 360px) {	

	body,td,h1,h2,h3,h4,h5,div,p,li,ul,ol,dd,dt,section,input,textarea,select,button{font-size:12px;}
	
}



/* daon_reservation 스킨 예약하기*/
#reservation_top{width:100%; clear:both;position:relative;overflow:hidden; max-width:100%; margin:0 auto; margin-bottom:20px;}
#reservation_top ul {list-style:none; }
#reservation_top ul li{list-style:none;  }
#reservation_top .reservation_se{width:57%;}
#reservation_top .re1{float:left; width:40%; height:380px; margin-right:0%; border:1px solid #ddd; border-top:0px; border-right:0;}
#reservation_top .re1 h1{width:100%; background:#585858; color:#fff; height:35px; line-height:35px; padding-left:10px; text-align:center;}
#reservation_top .re1 .scroll{position:relative; width:100%; height:344px; overflow-y:auto; }
#reservation_top .re1 ul{ position:relative; padding:0; margin:0; width:100%; text-align:center; padding:10px 0;}
#reservation_top .re1 ul li{display:inline-block; padding:0; margin:0; width:92%; height:28px; line-height:28px; font-size:0.9em; margin:3px 0px;}
#reservation_top .re1 ul li a{display:block; width:100%; height:28px; line-height:26px; cursor:pointer; border:1px solid #eee; border-radius:3px;}
#reservation_top .re1 ul li a:hover{background:#f2f2f2; }
#reservation_top .re1 ul li a.on{background:#005CB6; color:#fff; border:1px solid #005CB6;}
#reservation_top .re2 {float:left; width:60%; height:380px; margin-right:0%; border:1px solid #ddd; border-top:0px; }
#reservation_top .re2 h1{width:100%; background:#585858; color:#fff; height:35px; line-height:35px; padding-left:10px; text-align:center;}
#reservation_top .re2 .tit_calendar {position:relative; margin:15px auto; margin-bottom:10px; text-align:center; font-size:1.3em; font-weight:700; color:#000;}
#reservation_top .re2 .tit_calendar i{color:#888; font-size:0.8em;}
#reservation_top .re2 table{width:90%; margin:0px auto; border-collapse: collapse; border-spacing:0;  border-top:0px solid #2e86dc; border-width:0 0 0 0; border-right:1px solid #eee; border-bottom:1px solid #eee;}
#reservation_top .re2 table th{width:14%; font-size:1em; text-align:center; color:#000; padding:8px 0; border:1px solid #eee; border-right:0; border-bottom:0;}
#reservation_top .re2 table td{width:14%; font-size:1em; text-align:center; color:#888; padding:0; border:1px solid #eee; border-right:0; border-bottom:0;}
#reservation_top .re2 table th:first-child, #reservation_top .re2 table td:first-child a{color:#d90a3b !important;}
#reservation_top .re2 table th:last-child,#reservation_top .re2 table td:last-child a{color:#147ac1;}
#reservation_top .re2 table th:last-child,#reservation_top .re2 table td:last-child a.rv_date:hover{color:#147ac1;}
#reservation_top .re2 table td a{display:block; width:100%; height:36px; line-height:36px; cursor:default;}
#reservation_top .re2 table td a.rv_date{color:#000; cursor:pointer; background:#f2f2f2;}
#reservation_top .re2 table td a.rv_date:hover{background:#f2f2f2;}
#reservation_top .re2 table td a.today{/*font-weight:bold !important;*/ border:1px solid #005CB6;}
#reservation_top .re2 table td a.holiday{color:#d90a3b;}
#reservation_top .re2 table td a.holidaya{color:#d90a3b;}
#reservation_top .re2 table td a.off{color:#aaa !important;}
#reservation_top .re2 table td a.on{color:#fff !important; background:#005CB6;}
#reservation_top .re2 table td a.on:hover{color:#fff; background:#005CB6; border:1px solid #005CB6;}
#reservation_top .scroll{width:100%; height:100%; margin:0 auto; box-sizing:border-box; margin-top:0%;margin-bottom:2%;}
#reservation_top .scroll::-webkit-scrollbar {width:6px;}
#reservation_top .scroll::-webkit-scrollbar-track{border-radius: 10px; background:#F2F2F2;}
#reservation_top .scroll::-webkit-scrollbar-thumb{border-radius: 10px; background:#585858;}
#reservation_top .board_time_wrap{ width:43%; float:right; overflow:hidden; }
#reservation_top .board_time_wrap:after{ content:""; display:block; clear:both;}
#reservation_top .board_time_wrap .time_right{width:100%;  float:right; padding:0px 40px; }
#reservation_top .board_time_wrap .time_tit{ font-size:1.5em; color:#000; }
#reservation_top .board_time_wrap .time_tel{font-size:3.5em; color:#005cb6; font-weight:700; }
#reservation_top .board_time_wrap .time_txt{ width:100%; padding:20px 0; margin:0px auto 10px; border-top:1px solid #000;  border-bottom:1px solid #ddd; }
#reservation_top .board_time_wrap .time_txt:after{ content:""; display:block; clear:both;}
#reservation_top .board_time_wrap .time_txt dl{width:100%; padding:0; margin:0;}
#reservation_top .board_time_wrap .time_txt dl dd{ display:inline-block; color:#000; font-size:1.2em; letter-spacing:0.1em; }
#reservation_top .board_time_wrap .holiday { font-size:1em; color:#000; padding-bottom:15px;}
#reservation_top .board_time_wrap .holiday span{ font-size:1em; color:red; padding-bottom:15px;}


#reservation_tbl{width:100%; border-top:1px solid #333; border-collapse:collapse;}
#reservation_tbl th{width:15%; background:#f2f2f2; border-bottom:1px solid #ccc; height:50px; min-height:50px; padding:5px 0; font-size:1em; font-weight:normal;  color:#000; text-align:center;}
#reservation_tbl td{width:35%; border-bottom:1px solid #ccc; height:50px;  min-height:50px;  padding:5px 0; padding-left:10px; font-size:1em;}

.confrim_top {width:100%; max-width:500px; margin:0 auto; padding:30px 20px; margin-top:10px; border:1px solid #ddd;  overflow:hidden;}
.confrim_top:after { content:""; display:block; clear:both; }
.confrim_top .icon{ width:100%; text-align:center; margin-bottom:20px;}
.confrim_top .icon i {font-size:3.5em; color:#000;}
.confrim_top .txt{ width:100%; font-size:1em; letter-spacing:-0.05em; color:#666; text-align:center; }
.confrim_top .txt strong { display:inline-block; font-size:1.5em; color:#000; margin-bottom:20px;}

#pw_confirm{width:100%; max-width:500px; margin:0 auto; padding:30px 20px; border:1px solid #ddd; border-top:0px; text-align:center;}
#pw_confirm input{width:100%;}





@media all and (max-width:1200px){	
	
	#reservation_top .reservation_se{width:60%;}
	#reservation_top .board_time_wrap{ width:40%; }
	#reservation_top .board_time_wrap .time_right{padding:0px 30px; }

}


@media all and (max-width:1100px){
	
	#reservation_top .reservation_se{width:100%; margin-bottom:30px; overflow:hidden;}
	#reservation_top .board_time_wrap{ width:100%; background:#f7f7f7; margin-bottom:10px;}
	#reservation_top .board_time_wrap .time_right{padding:25px 30px; padding-bottom:10px;}

}


@media all and (max-width:768px){
	#reservation_top .re1{width:100%; height:auto; border-right:1px solid #ddd;}
	#reservation_top .re1 .scroll{height:auto; max-height:146px}
	#reservation_top .re2{width:100%; height:auto; padding-bottom:20px; border-right:1px solid #ddd;}
	#reservation_top .re3{width:100%; height:auto;}
	#reservation_top .re3 .scroll{height:auto; max-height:146px}
	#bo_w #selected_time, #bo_w #wr_4{margin-left:0;}
	#reservation_tbl th{display:inline-block; float:left; width:25%; overflow:hidden; height:100%; background:#fff; border-bottom:0px;  line-height:40px; }
	#reservation_tbl td{display:inline-block; float:left; width:75%; overflow:hidden; height:auto; border-bottom:0px; }	
	#reservation_tbl tr{display:block; clear:both;}
	#reservation_tbl tr.double th{display:inline-block; float:left; width:25%; overflow:hidden; height:100%;}
	#reservation_tbl tr.double td{display:inline-block; float:left; width:75%; overflow:hidden; height:100%;}
	#reservation_tbl td .bo_v_optiona{margin:7px 0; overflow:hidden;}
	#reservation_tbl td input, #reservation_tbl td select, #reservation_tbl td textarea{width:100%; max-width:500px;}
	#reservation_tbl td #wr_password{margin-top:0;}
	#pw_confirm .pfa, #pw_confirm .pfb{width:49.5% !important;}

}