@charset "utf-8";

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard-dynamic-subset.css');
@import url('https://webfontworld.github.io/score/SCoreDream.css');
@import url('https://fonts.googleapis.com/css2?family=Arsenal:wght@400;700&family=Jost:wght@100;200;300;400;500;600;700;800;900&family=Nanum+Myeongjo:wght@400;700;800&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.9.7/jquery.fullpage.min.css');
@font-face {
     font-family: 'S-CoreDream-5Medium';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream-6Bold';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

html,body{height: 100%;font-family:'Pretendard',sans-serif;}
.wrap{height: 100%;min-width: 1300px;position: relative;margin:0 auto;}
.inner{width: 1200px;margin: 0 auto;position: relative;}

/*header*/
header{position: absolute;top: 0;left: 0;width: 100%;z-index: 99;padding: 0 20px;transition: all 0.2s;text-align: center;height: 90px;}
header:before {content:"";display:block;width:100%;height:1px;background:#e5e5e5;position:absolute;left:0;top:89px;opacity:0;transition:0.2s;}
header .head_in{max-width: 1680px;margin: 0 auto;position: relative;height: 90px;overflow: hidden;z-index: 10;;transition: 0.2s;}
header h1{position: absolute;top: 32px;left: 0;}
header h1 a{display: block;width: 242px;height: 28px;background: url(../images/logo2.png?ver=2) no-repeat center;background-size: contain;}
header .menu{display: block;text-align:center;}
header .menu > ul{display:inline-block;}
header .menu ul::after{content: "";display: block;clear: both;}
header .menu .gnb1{float: left;}
header .menu .gnb1 > a{display: block;line-height: 90px;color: #fff;font-size: 18px;padding: 0 15px;font-weight: 400;transition: 0.2s;position:relative;}
header .menu .gnb1 > a > span {display:block;position:relative;padding:0 10px;}
header .menu .gnb1 > a > span:before{content:"";position:absolute; bottom:-1px;left:50%;transform:translateX(-50%); background:#00393b;width:0%;height:3px;opacity:0;transition:.5s;z-index:111}
header .menu .gnb1:hover > a > span:before{opacity:1;width:100%;}
header .menu .gnb2{margin-top: 30px;}
header .menu .gnb2 li a{display: block;font-size: 16px;color: #777;padding-bottom:18px;letter-spacing: 0px;}
header .menu .gnb2 li a:hover{color:#00393b}
header .rig{position: absolute;right: 0px;top: 32px;display:flex;align-items:center;}
header .tel{display:flex; align-items:center;}
header .tel img:nth-child(2){display:none;}
header .tel img{padding-right:5px}
header .tel p {font-size:28px; color:#fff;font-family:'Jost';font-weight:bold;position:relative;  }
header:hover{background-color: #fff;box-shadow: 5px 5px 6.93px 0.07px rgb(0 0 0 / 10%);background:#fff;}
header:hover,
header:hover .head_in {height:370px;}
header:hover:before {opacity:1;}
header:hover .menu .gnb1 > a{color: #000;}
header:hover h1 a {background-image:url(../images/logo2.png);}
header:hover .tel img:nth-child(2){display:block;}
header:hover .tel img:nth-child(1){display:none;}
header:hover .tel p {color:#222222}
header.sub {}
header.sub{background:#fff;}
header.sub .menu .gnb1 > a{color: #000;}
header.sub h1 a {background-image:url(../images/logo2.png);}
header.sub .radio {display: none;}
header.sub .tel img:nth-child(1){display:none;}
header.sub .tel img:nth-child(2){display:block;}
header.sub .tel p{color:#222222}

/* radio */
.main_audio {display:flex;width:120px;color:#fff;text-align:center;box-sizing:border-box;font-size:13px;font-family:'Jost';margin-left:30px;}
.main_audio > span{display:flex;align-items: center; width:120px;justify-content: space-between;}
.main_audio .tit {display:block;line-height: 1.8;display:flex;}
.main_audio .tit ul{display:inline-block;margin-left:5px;margin-right:5px;}
.main_audio .tit ul li{width:2px;background-color:#fff;display:inline-block;transition:0.3s;}
.main_audio .tit ul li:nth-child(1){height:6px;}
.main_audio .tit ul li:nth-child(2){height:14px;}
.main_audio .tit ul li:nth-child(3){height:16px;}
.main_audio .tit ul li:nth-child(4){height:5px;}
.main_audio .tit ul li:nth-child(5){height:12px;}
.main_audio .tit ul.active li:nth-child(1){animation: soundbar1 1.0s 0.4s infinite alternate linear;}
.main_audio .tit ul.active li:nth-child(2){animation: soundbar2 1.0s 0.3s infinite alternate linear;}
.main_audio .tit ul.active li:nth-child(3){animation: soundbar3 2.0s 0.3s infinite alternate linear;}
.main_audio .tit ul.active li:nth-child(4){animation: soundbar4 1.0s 0.3s infinite alternate linear;}
.main_audio .tit ul.active li:nth-child(5){animation: soundbar5 1.0s 0.2s infinite alternate linear;}
@keyframes soundbar1{
  0%{height:6px;}
  20%{height:10px;}
  40%{height:3px;}
  60%{height:14px;}
  80%{height:6px;}
  100%{height:12px;}
}
@keyframes soundbar2{
  0%{height:14px;}
  20%{height:16px;}
  40%{height:5px;}
  60%{height:13px;}
  80%{height:4px;}
  100%{height:10px;}
}
@keyframes soundbar3{
  0%{height:16px;}
  20%{height:10px;}
  40%{height:15px;}
  60%{height:7px;}
  80%{height:12px;}
  100%{height:4px;}
}
@keyframes soundbar4{
   0%{height:5px;}
  20%{height:10px;}
  40%{height:7px;}
  60%{height:13px;}
  80%{height:5px;}
  100%{height:10px;}
}
@keyframes soundbar5{
  0%{height:12px;}
  20%{height:5px;}
  40%{height:13px;}
  60%{height:3px;}
  80%{height:8px;}
  100%{height:2px;}
}
.main_audio .audio_play_btn1, .main_audio .audio_pause_btn1 {cursor:pointer;}
header:hover .main_audio{color:#222;}
header:hover .main_audio .tit ul li{background-color:#222;}

/* vide-wrap */
.video-wrap { position:relative;padding-bottom:56.25%;height:0px;overflow:hidden; }
.video-wrap iframe { position:absolute;top:0;left:0;width:100%;height:100%; }

/*ban*/
/* .ban{position: fixed;right: 0;top: 220px;z-index: 50;} */
 .ban{position: fixed;right: 0;top:170px; z-index: 111;    display: flex;flex-direction: column;align-items: center;}
.ban > a{position:relative;}

/* main2 */
.main2{background:url(../images/premium-bg.jpg?ver=1) no-repeat center center;height:817px;position:relative;background-size:cover;}
.main2 .lef{width:50%;padding-top:165px}
.main2 .lef h2{padding-bottom:70px}
.main2 .rig{width:50%;overflow:hidden;position:absolute; top:115px ;right:0;}
.main2 .hnn-inner{display:flex;}
.main2 .swiper-slide{width:404px;}
.main2 .s-btn{position:absolute;bottom:95px;left:50%;}
.main2 .swiper-button-prev{background:url(../images/prev-arr.png)no-repeat center;left:0;width:24px;height:17px;margin:0;top:0}
.main2 .swiper-button-next{background:url(../images/next-arr.png)no-repeat center;right:auto;left:35px;width:24px;height:17px;margin:0;top:0}
.main2 .rig .swiper-slide a:nth-child(2){position:absolute; bottom:0;background:rgba(0,0,0,0.7);width:100%;height:140px;left:0;padding:35px 0 35px 30px;}
.main2 .rig .swiper-slide a:nth-child(2) strong{display:block;color:#fff;font-size:17px;font-family: 'Montserrat', sans-serif;margin-bottom:15px;}
.main2 .rig .swiper-slide a:nth-child(2) span{display:block;font-size:16px; font-weight:300; color:#fff;}
.main2 .rig .swiper-slide a:nth-child(2) .span2{opacity:.4;margin-top:5px}

/* main3 */
.main3{padding:100px 20px 120px;}
.main3 .tit{margin-bottom:60px;text-align:center;}
.main3 .tit strong{color:#363636;font-weight:600;font-size:56px;display:block;margin-bottom:25px;}
.main3 .tit span{color:#939393;font-size:18px;display:block;}

.map{display:flex;justify-content:space-between;}
.map .map_box{width:calc(50% - 10px);}
.map .map_box .txt{background-color:#524a42;padding:55px 0 65px;text-align:center;}
.map .map_box .txt p{color:#fff;font-size:22px;font-weight:300;;margin-bottom:30px;}
.map .map_box .txt p span{font-size:18px;padding-right:10px;}
.map .map_box .txt ul{display:flex;justify-content:center;}
.map .map_box .txt ul li ~ li{margin-left:5px;}

/*footer*/
footer{background-color: #313131;padding: 65px 20px 60px;}
footer .foot_in{max-width: 1760px;margin: 0 auto;position:relative;}
footer .foot_logo{margin-bottom: 30px;}
footer .foot-info{margin-bottom: 15px;color: #999;font-size: 14px;}
footer .ori{line-height: 20px;color: #666666;font-size: 12px;}
footer address{color: #888888;font-size: 14px;margin-top: 30px;}
footer .fr{position:absolute;top:0;right:0;}
footer .fr .foot-tel{display:flex;    align-items: center;}
footer .fr .foot-tel img{margin-right:10px;}
footer .fr .foot-tel p{font-size:28px; color:#fff; font-family:'Jost';font-weight:bold}


/*vis_wrap*/
.vis_wrap,
.vis_wrap .vis_slide,
.vis_wrap .slick-list,
.vis_wrap .slick-track,
.vis_wrap .slick-slide > div,
.vis_wrap .vis{height: 100%;}
.vis_wrap .vis .bg{height: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;}
.vis_wrap .vis1 .bg{background-image: url(../images/vis1.jpg?ver=1);}
.vis_wrap .vis2 .bg{background-image: url(../images/vis2.jpg);}
.vis_wrap .vis_txt{position: absolute;z-index: 10;left: 15%;top: 23%;transition:1s;opacity:0;transition-delay:0.3s;}
.vis_wrap .active .vis_txt {opacity:1;}
.vis_wrap .cont {position:absolute; left:300px; bottom:0;width:300px; height:65px; background:rgba(18,18,18,0.7); }
.vis_wrap .cont .num {position:absolute;left:46px;top:23px;color:#fff; font-size:0px;}
.vis_wrap .cont .num span {display:inline-block;vertical-align:bottom;font-size:20px;font-weight:normal;position:relative; color:#fff;}
.vis_wrap .cont .num span.present-page {color:#df7200;}
.vis_wrap .cont .num span ~ span {margin-left:2px;padding-left:10px;}
.vis_wrap .cont .num span ~ span:before {content:"";display:block;width:8px;height:20px;background:url(../images/num-bar.png) no-repeat;position:absolute;left:0;top:50%;margin-top:-8px;}
.vis_wrap .cont .arr {position:absolute;right:0;top:0;height:65px; width:100%;}
.vis_wrap .cont .arr a {display:block;width:13px;height:23px;text-indent:-9999px;background-repeat:no-repeat;background-position:50% 50%;position:absolute;top:50%; margin-top:-11.5px;}
.vis_wrap .cont .arr .prev {left:14px;background-image:url(../images/vis-prev.png);}
.vis_wrap .cont .arr .next {right:14px;background-image:url(../images/vis-next.png);}
.vis_wrap .cont .bar {display:block; width:137px; height:3px;background:rgba(255,255,255,0.3);position:relative; left:94px; top:32px;}
.vis_wrap .cont .bar span {display:block;position:absolute;left:0;top:0;width:0;height:100%;background:#fff;animation-fill-mode:forwards;z-index:999;}
.vis_wrap .cont .bar.active span {animation:visBar 4.8s linear;}
.vis_wrap .slick-dots{position:absolute; bottom:30px; left:50%; transition:translateX(-50%); display:flex;}
.vis_wrap .slick-dots li button {
    background: transparent;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: block;
    border: 2px solid #fff;
	text-indent: -9999px;
	}
.vis_wrap .slick-dots li ~ li{margin:0 10px}
.vis_wrap .slick-dots .slick-active button{background:#fff}
@keyframes visBar {
	0% {width:0;}
	100% {width:100%;}
}
.con_btn {position:absolute; top:22px; right:36px;}
.con_btn > button {display: block;border:none;width:7px; height:15px; cursor:pointer; padding:10px;}
.con_btn > button.stop {background:url('../images/icon_pause.png') center center no-repeat;}
.con_btn > button.play {background:url('../images/icon_play.png') center center no-repeat;}

/*con*/
.quick{padding: 100px 0 125px;}
.quick ul::after{content: "";display: block;clear: both;}
.quick li{float:left;width:22%; margin-left:4%;text-align:center;}
.quick li a{display:block;padding-top:65px;background-repeat:no-repeat;background-position:center  top;}
.quick li:nth-child(1) a{background-image:url(../images/quick1.png?ver=1)}
.quick li:nth-child(2) a{background-image:url(../images/quick2.png?ver=1)}
.quick li:nth-child(3) a{background-image:url(../images/quick3.png?ver=1)}
.quick li:nth-child(4) a{background-image:url(../images/quick4.png?ver=1)}
.quick li:nth-child(1) {margin-left:0;}
.quick li strong{display:block;color:#555;font-size:20px;font-weight:500;margin-bottom:20px;}
.quick li p {color:#555;font-size:16px;line-height:20px;}
.main1{background: url(../images/premium-bg.gif) no-repeat center top;padding: 100px 0 100px;background-size: cover;overflow: hidden;text-align: center;}
.main1-tit{margin-bottom: 60px;}
.main1-btn{position: absolute;top: 50%;width: 27px;height: 44px;margin-top: -22px;z-index: 10;cursor: pointer;}
.main1-next{background: url(../images/life-next.png) center center no-repeat;right: -30px;}
.main1-prev{background: url(../images/life-prev.png) center center no-repeat;left: -30px;}
.main1-pagination .swiper-pagination-bullet{background-color: #ccc;opacity: 1;;margin: 0 5px;}
.main1-pagination .swiper-pagination-bullet-active{background-color: #db7000;}


/*sub*/

.sub_top{position: relative;height: 440px;overflow:hidden;}
.sub_top::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background: url(../images/svis.jpg?ver=1) no-repeat center;background-size: cover;z-index:-1;transform:scale(1.15);transition:3s;}
.sub_tit{padding-top:192px;overflow:hidden;}
.sub_tit h2{font-size:42px;color: #3e3c3c;font-weight: 600;text-align: center;opacity:0;transform:translate(0,-60%);transition:0.8s;}
.sub_tit  p{color: #3e3c3c;font-family:'Nanum Myeongjo',serif;text-align: center;font-weight: bold;font-size: 24px;letter-spacing: -0.05em;padding-top:20px;;transform:translate(0,100%);transition:0.8s;transition-delay:0.2s;}
.sub_tit p span {color:#ca705b;}
.sub_tit h2 img{display:block; margin:0 auto;padding-top:20px;}
.sub_top.on::before{transform:none;}
.sub_top.on .sub_tit h2,
.sub_top.on .sub_tit p{opacity:1;transform:none;}
.sub_menu{border-top: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6;position: absolute;left: 0;bottom: 0;width: 100%;background-color: #fff;}
.sub_menu .inner::after{content: "";display: block;clear: both;}
.sub_menu .inner > div{float: left;}
.sub_menu .home{width: 60px;height: 60px;border-left: 1px solid #e6e6e6;border-right: 1px solid #e6e6e6;}
.sub_menu .home a{display: block;width: 100%;height: 100%;background: url(../images/ico-home.png) no-repeat center;}
.sub_menu .depth{border-right: 1px solid #e6e6e6;position: relative;}
.sub_menu .depth > a{display: block;line-height: 60px;font-size: 15px;color: #333;width: 240px;padding: 0 20px;background: url(../images/ico-arr.png) no-repeat 90% 50%;}
.sub_menu .depth ul{display: none;position: absolute;top: 60px;left: -1px;z-index: 10;width: 101%;}
.sub_menu .depth:hover ul{display: block;border-top: 1px solid #e5e5e5;}
.sub_menu .depth:hover ul li{border: 1px solid #e5e5e5;border-top: none;}
.sub_menu .depth:hover ul li a{display: block;line-height: 45px;background-color: #fff;width: 100%;padding: 0 20px;font-size: 15px;color: #666;}
.sub_menu .depth:hover ul li a:hover{background-color: #f5f5f5;color: #3a718f;}
.content{padding: 70px 0 160px;}
#__title + .content {padding-top:0;}
.con_tit{text-align: center;margin-bottom: 60px;font-size: 32px;color: #222;}

.sub_tbl{margin-top: 60px;}
.sub_tbl table{width: 100%;border-top: 2px solid #ca705b;}
.sub_tbl table th{color: #555;font-weight: 500;text-align: center;font-size: 18px;border-bottom: 1px solid #e6e6e6;padding: 25px 0;position: relative;}
.sub_tbl table th::after{content: "";display: block;width: 1px;height: 20px;background-color: #e6e6e6;position: absolute;right: 0;top: 50%;margin-top: -10px;}
.sub_tbl table td{color: #555;font-weight: 400;font-size: 18px;border-bottom: 1px solid #e6e6e6;padding: 25px 0;padding-left: 30px;letter-spacing: -1.3px;}

.sub_top .snb {position:absolute;left:0;bottom:0;width:100%;}
.sub_top .snb .inner {max-width:1200px;margin:0 auto;}
.sub_top .snb .inner ul {display:flex;}
.sub_top .snb .inner ul li {width:0;flex-grow:1;}
.sub_top .snb .inner ul li a {display:flex;align-items:center;justify-content:center;text-align:center;height:60px;color:#fff;background:rgba(66,60,59,0.9);}
.sub_top .snb .inner ul .active a {background:#ca705b;}

.precaution{background-color: #f5f5f5;margin-top:50px;padding: 45px 20px 45px 120px;position: relative;}
.precaution:before{content: "";display: inline-block;width: 50px;height: 50px;background: url(../images/precaution_icon.png) no-repeat;position: absolute;top: calc(50% - 25px);left: 40px;}
.precaution li{font-size: 13px;color: #999;line-height: 22px;position: relative;padding-left: 1.1em;}
.precaution li:before {content:"※";position:absolute;left:0;top:0;}

/*customer*/
.bo_tbl{margin-bottom: 60px;}
.bo_tbl table{width: 100%;border-top: 1px solid #333;}
.bo_tbl table tr th{font-size: 17px;font-weight: 400;color: #333;padding: 30px 0 30px 40px;text-align: left;border-bottom: 1px solid #e5e5e5;}
.bo_tbl table tr td{border-bottom: 1px solid #e5e5e5;}
.bo_tbl table tr td > div{display: flex;align-items: center;}
.bo_tbl table tr td input[type="text"]{background-color: #f0f0f0;height: 50px;border: none;font-size: 16px;color: #999;padding: 0 20px;outline: none;}
.bo_tbl table tr td select{width: 227px;height: 50px;border: none;font-size: 16px;color: #999;padding: 0 20px;-webkit-appearance: none;-moz-appearance: none;appearance: none;background: #f0f0f0 url(../images/select-icon.png) no-repeat 90% 52%;outline: none;}
.bo_tbl table tr td select ~ select{margin-left: 10px;}
.bo_tbl table tr td em{font-size: 16px;color: #666;margin: 0 10px;}
.bo_tbl table tr td .personnel label ~ label{margin-left: 20px;}
.bo_tbl table tr td .personnel label span{margin-left: 5px;}
.bo_tbl table tr td p{margin-top: 10px;font-size: 14px;}
.bo_tbl table tr td input:focus,
.bo_tbl table tr td select:focus{border: 1px solid #35343a;background: #fff;}
.terms{margin-top: 60px;}
.terms dl{margin-bottom: 15px;}
.terms dl dt{margin-bottom: 10px;font-size: 20px;font-weight: 600;color: #333;}
.terms dl dd{font-size: 15px;line-height: 20px;color: #666;}
.terms table{border-top: 1px solid #707070;width: 100%;margin-bottom: 50px;}
.terms table th{font-size: 14px;font-weight: 600;color: #666;vertical-align: middle;border-bottom: 1px solid #d5d5d5;border-right: 1px solid #d5d5d5;padding: 15px 0;}
.terms table td{font-size: 14px;line-height: 22px;color: #666;padding: 15px 0 15px 30px;border-bottom: 1px solid #d5d5d5;}
.terms table.type2 th:last-child{border-right: none;}
.terms table.type2 td{text-align: center;border-right: 1px solid #d5d5d5;padding: 15px 0;}
.terms table.type2 td:last-child{border-right: none;}
.agree > div{background-color: #f5f5f5;padding: 25px 40px;margin-bottom: 10px;display: flex;align-items: center;justify-content: space-between;}
.agree p{font-size: 18px;color: #333;}
.agree p span{font-size: 15px;}
.agree ul{display: flex;}
.agree ul li ~ li{margin-left: 20px;}
.agree ul li span{padding-left: 5px;}
.btn_area{margin-top: 50px;}
.btn_area ul{display: inline-block;overflow: hidden;}
.btn_area ul li{float: left;}
.btn_area ul li ~ li{margin-left: 10px;}
.btn_area ul li.black button,
.btn_area ul li.black a{color: #fff;background-color: #353535;}
.btn_area ul li.black button:hover,
.btn_area ul li.black a:hover{color: #353535;background-color: #fff;border: 1px solid #353535;}
.btn_area ul li.white button,
.btn_area ul li.white a{color: #353535;background-color: #fff;border: 1px solid #353535;}
.btn_area ul li.white button:hover,
.btn_area ul li.white a:hover{color: #fff;background-color: #353535;}
.btn_area ul li button,
.btn_area ul li a{display: block;font-size: 16px;font-weight: 600;width: 160px;height:50px;line-height: 48px;border: none;transition: 0.2s;}

/*news*/
.search_area{display: flex;justify-content: flex-end;}
.search_area form{display:flex;}
.search_area select{border: 1px solid #c1c1c1;height: 35px;width: 100px;padding: 0 10px;color: #666;margin-right: 5px;}
.search_area input{border: 1px solid #c1c1c1;height: 35px;width: 240px;padding: 0 10px;color: #666;}
.search_area button{border: 1px solid #c1c1c1;border-left: none;background: url(../images/search-icon.gif) no-repeat center;width: 35px;height: 35px;}
.news_tbl{margin-top: 20px;}
.news_tbl table{border-top: 2px solid #6b6b6b;width: 100%;table-layout: fixed;}
.news_tbl table td{padding: 25px 0;font-size: 14px;color: #666;border-bottom: 1px solid #dcdcdc;text-align: center;}
.news_tbl table td a{display: block;text-align: left;font-size: 18px;width: 80%;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.news_tbl table tr:hover td{background: #f9f9f9;}

/*schedule*/
.sche_tab{margin-bottom: 60px;}
.sche_tab::after{content: "";display: block;clear: both;}
.sche_tab li{width: 50%;float: left;position: relative;}
.sche_tab li::after{content: "";position: absolute;position: absolute;left: 50%;margin-left: -7px;border-top: 8px solid #3b7387;border-left: 8px solid transparent;border-right: 8px solid transparent;display: none;}
.sche_tab li a{display: block;width: 100%;text-align: center;font-size: 20px;color: #888;background: #f0f0f0;border: 1px solid #dedede;line-height: 60px;}
.sche_tab li.on::after{display: block;}
.sche_tab li.on a{background-color: #3b7387;border: 1px solid #3b7387;color: #fff}
.sche_tab li a:hover{background-color: #3b7387;border: 1px solid #3b7387;color: #fff}
.step{display: flex;margin-bottom: 30px;}
.step_tit{width: 240px;background-color: #999;display: flex;align-items: center;justify-content: center;border-radius: 10px 0 0 10px;}
.step_tit strong{color: #fff;font-weight: 400;padding-right: 30px;background: url(../images/step-arr.png) no-repeat right center;}
.step ul{width: calc(100% - 240px);;border: 1px solid;border: 1px solid #ddd;border-left: none;border-radius: 0px 10px 10px 0px;display: flex;}
.step ul li{width: 33.33%;height: 100px;display: flex;align-items: center;padding: 0 80px;position: relative;}
.step ul li dl{display: inline-block;}
.step ul li dl dt{font-size: 14px;color: #9a9a9a;font-weight: 400;margin-bottom: 7px;}
.step ul li dl dd{font-size: 18px;font-weight: 500;}
.step ul li::after{content: "";position: absolute;right: 0;top: 50%;width: 1px;;height: 40px;margin-top: -20px;background-color: #ddd;}
.step ul li:last-child:after{display: none;}
.notice_box{background-color: #f9f9f9;color: #222;border-radius: 10px;margin-bottom: 70px;padding: 30px 0;text-align: center;}
.notice_box p{line-height: 26px;font-size: 20px;}
.notice_box ul{margin-top: 30px;display: inline-block;text-align: left;}
.notice_box ul li{line-height: 26px;font-size: 16px;}
.notice_box span{color: #ff3333;}
.sche_tit{margin-bottom: 50px;color: #333;font-size: 30px;}
.sche_tit strong{color: #000;margin-right: 10px;}
.calendar_box{display: flex;justify-content: space-between;margin-bottom: 70px;}
.calendar{width: calc(50% - 20px);border: 1px solid #efefef;}
.calendar .top{background-color: #f1f1f1;line-height: 50px;text-align: center;color: #222;font-weight: 500;}
.calendar .date{padding: 15px 60px;background-color: #fcfcfc;height: 320px;overflow-y: auto;}
.calendar .date .month{text-align: center;position: relative;}
.calendar .date .month strong{font-size: 24px;font-weight: 400;color: #222;line-height: 50px;}
.calendar .date .month button{position: absolute;top: 50%;margin-top: -16px;width: 33px;height: 33px;border: none;}
.calendar .date .month .prev{left: 0;background: url(../images/calen-prev.gif) no-repeat center;background-size: contain;}
.calendar .date .month .next{right: 0;background: url(../images/calen-next.gif) no-repeat center;background-size: contain;}
.calendar table{width: 100%;margin-top: 5px;}
.calendar table thead th{padding: 5px 0;color: #555;font-weight: 500;}
.calendar table td{text-align: center;line-height: 35px;color: #777;}
.calendar table td.sun{color: #de1818;}
.calendar table td.sat{color: #2653b9;}
.calendar table td input{width: 100%;height: 100%;border: none;color: #777;background-color:transparent;}
.calendar table td.res input{background-color: #d7d7d7;}
.calendar table td.on input{background-color: rgba(25,115,135,0.5);color:#fff;}
.calendar table td.on input.active{background-color: #3b7387;}
.calendar .bot{background-color: #f1f1f1;line-height: 50px;display: flex;justify-content: space-between;padding: 0 40px;}
.calendar .bot span{font-size: 14px;color: #777;position: relative;}
.calendar .bot .lef span{padding-left:15px;margin-right: 20px;display:inline-block;}
.calendar .bot .lef span::before{content: "";position: absolute;left: 0;top: 50%;margin-top: -4px;width: 9px;height: 9px;}
.calendar .bot .lef .res::before{background-color: #d7d7d7;}
.calendar .bot .lef .possi::before{background-color: rgba(25,115,135,0.5);}
.calendar .bot .rig span strong{font-weight: 500;color: #222;}
.calendar .date .time li ~ li{margin-top: 10px;}
.calendar .date .time li button{background-color: transparent;border: none;font-size: 16px;color: #555;padding: 5px 10px;}
.calendar .date .time li button.active{background-color: #3b7387;color: #fff;}
.terms_area{padding: 30px;overflow-y: scroll;font-size: 14px;border: 1px solid #dedede;line-height: 1.5em;height: 170px;margin-bottom: 20px;}
.complete{background: #eee;padding: 60px 20px 80px;text-align: center;}
.complete_tit{font-size: 36px;color: #121212;font-weight: 300;margin-bottom: 30px;}
.complete_txt{font-size: 18px;color: #121212;font-weight: 300;margin-bottom: 40px;}
.complete_box{display: inline-block;width: 600px;border-top: 1px solid #222;border-bottom: 1px solid #222;padding: 30px 0;color: #222;font-weight: 500;font-size: 32px;line-height: 52px;}
.complete_box span{color: #000;font-weight: 600;}
.confirm_tit{margin-bottom: 60px;text-align: center;font-weight: 300;font-size: 26px;line-height: 1.3em;color: #444;}
.confirm_tit span{font-weight: 500;color: #000;}
.confirm_tbl table{width: 100%;border-top: 1px solid #000;}
.confirm_tbl table th{position: relative;padding: 25px 0;text-align: center;font-size: 18px;color: #333;font-weight: 400;border-bottom: 1px solid #e5e5e5;}
.confirm_tbl table th::after{content: "";display: block;background-color: #999;width: 1px;height: 16px;position: absolute;right: 0;top: 50%;margin-top: -8px;}
.confirm_tbl table td{padding: 25px 0;text-align: left;font-size: 18px;color: #333;font-weight: 400;padding-left: 40px;border-bottom: 1px solid #e5e5e5;}
.confirm_tbl table td .cancel{background: none;border: none;border-bottom: 1px solid #ff0000;color: #ff0000;font-size: 15px;line-height: 1.3em;}
.confirm_tbl table td .no_result{padding: 40px 0;text-align: center;font-size: 15px;}

/*pagination*/
.pagination{margin-top:80px;text-align:center;}
.pagination ul{display:inline-block;}
.pagination ul::after{content:"";display:block;clear:both;}
.pagination ul li{float:left; width:40px;}
.pagination ul li a{display:block;height:40px;line-height:40px;font-family: 'Spoqa Han Sans';font-size: 20px;color: #abaaaa;}
.pagination ul li.on a{color: #535353;text-decoration: underline;text-underline-position: under;}
.pagination ul li.pg_st{margin-right:5px;}
.pagination ul li.pg_st a{background:url(../images/pg_start.png) no-repeat center;border: 1px solid #e5e5e5;}
.pagination ul li.pg_ed{margin-left:5px;}
.pagination ul li.pg_ed a{background:url(../images/pg_end.png) no-repeat center;border: 1px solid #e5e5e5;}


.sub31{display:flex;}
.sub31.sub31_1{display:flex;     justify-content: center; padding-top:60px}

@media(min-width:1921px){
.main2{height:817px; background:url('../images/premium-bg.jpg?ver=1')no-repeat center left -1200px;position:relative; background-size:cover; width:100%}
}
@media(max-width:1700px){
.vis_wrap .vis_txt{left: 10%;}
}
@media(max-width:1500px){
.vis_wrap .vis_txt{left: 5%;}
}

/*vd_pop*/
.black_overlay22{ position:fixed; top:0px;  left: 0px;  width:100%;  height:100%; background-color: black;   z-index:1180;  -moz-opacity: 0.60;   opacity:.60;   filter: alpha(opacity=50);  }
.white_content{ margin-left:-700px;  animation-duration:2s;animation-name:pr;width:1400px; height:675px;  position: fixed;  top:100px;    left: 50%;z-index: 90000;}
#player3 { z-index:10000;animation-duration:2s; animation-name:pr;position: fixed; top: 100px; left: 50%; margin-left: -700px; }
#movie-close { position: absolute; top:0px; right: -40px;z-index: 1189;}
@keyframes pr {
	from { opacity:0; margin-top:-1000px; }
	50% {opacity:0;  margin-top:-1000px;}
	to { }
}


/* tab 유니트1 */  
.with_tab{margin-bottom:60px;}
.with_tab ul{display:flex;}
.with_tab ul.block{display:block}
.with_tab ul li{background-color:#fff;text-align:center;cursor:pointer;font-size:18px;border:1px solid #d4d4d4;line-height:58px; color:#888}
.with_tab ul li.on{background-color:rgba(66,60,59,0.9);color:#fff;border:1px solid #004f50;font-weight:bold;}/*컬러변경*/
.tab2 ul li{width:50%;}
.tab3 ul li{width:33.33%;}
.with_box{display:none; text-align:center;}
.with_box.on{display:block;}
.with_box iframe{display:block;}
.tab7 ul li{width:25%;}
.tab7.tab8 ul li{width:50%;}
.tab4 .block li{float:left; width:12.333%}

.list_box{background-color:#ca705b;padding:65px 40px 65px 60px;display:none;}
.list_box .lb_wrap{display:flex;align-items:center;justify-content:space-between;}
.list_box.on{display:block;}
.list_box .type{color:#fff;font-family: 'S-CoreDream-6Bold';font-size:54px;}
.list_box .type em{font-family: 'S-CoreDream-5Medium';font-size:42px;}
.list_box ul{display:flex;}
.list_box ul li ~ li{margin-left:10px;}
.list_box ul li a{display:block;line-height:58px;width:220px;border:1px solid #fff;padding: 0 25px 0 20px;text-align:left;transition:0.3s;}
.list_box ul li a span{color:#fff;font-size:18px;font-weight:300;display:block;background:url(../images/down-icon.png) no-repeat right center;}
.list_box ul li a:hover{border-color:#3e3c3c;background-color:#3e3c3c;}

/* tab 유니트2 */
.tabsub { border-top:1px solid #e6e6e6;  border-bottom:1px solid #e6e6e6;background:#fff; overflow:hidden; height:60px; box-sizing:border-box;margin-bottom:60px}
.tabsub li { float:left; width:33%; text-align:center; box-sizing:border-box; }
.tabsub li { display:inline-block;  cursor:pointer; }
.tabsub li {font-size:18px; color:#888;position:relative;  display:block;  height:60px; padding:20px; box-sizing:border-box; }
.tabsub li.on  {  color:#00393b; font-weight:bold;}/*폰트 색변경*/
.tabsub li.on:after {content:''; width:100%; height:2px; background:#00393b; position:absolute; left:0; bottom:2px; }/*밑줄 색변경*/

.tab_con{display:none; text-align:center;}
.tab_con.on{display:block;}

.tabsub2 { border-top:1px solid #e6e6e6;  border-bottom:1px solid #e6e6e6;background:#fff; overflow:hidden; height:60px; box-sizing:border-box;}
.tabsub2 li { float:left; width:50%; text-align:center; box-sizing:border-box; }
.tabsub2 li { display:inline-block;  cursor:pointer; }
.tabsub2 li a {font-size:18px; color:#888;position:relative;  display:block;  height:60px; padding:20px; box-sizing:border-box; }
.tabsub2 li.on  a {  color:#cba160; font-weight:bold;}
.tabsub2 li.on  a:after {content:''; width:100%; height:2px; background:#cba160; position:absolute; left:0; bottom:2px; }

.tabsub.tab2 li{width:50%;}
.tabsub.tab4 li{width:25%;}


/* tab 유니트3 */
.floorplan_tab{border-top:1px solid #00393b;border-bottom:1px solid #00393b;margin-bottom:55px;}/* tab 라인 색변경*/
.floorplan_tab ul{display:flex;justify-content: center;}
.floorplan_tab ul li ~ li{margin-left:170px;}
.floorplan_tab ul li a{line-height:60px;color:#888;display:block;position:relative;}
.floorplan_tab ul li.active a{color:#00393b}/* 폰트색변경*/
.floorplan_tab ul li.active a:before{content:"";display:inline-block;position:absolute;bottom:-1px;left:50%;margin-left:-3px;;border-bottom:6px solid #00393b;border-left:5px solid transparent;border-right:5px solid transparent;}/* tab 화살표색변경*/
.floorplan_tab ul li a span strong{font-weight:600;}
.floorplan_tab ul li a span em{font-size:18px;font-family:'Noto Sans KR';}
.floorplan{padding-bottom:90px;}
.floorplan > li{display:none;}
.floorplan > li .lef_box{width:25%;}
.floorplan > li .rig_box{width:75%;display:flex;align-items: center;}
.floor_info .info_top{background:#8d7249 url(../images/sub11-bg.png) no-repeat center top;background-size:cover;text-align:center;padding:50px 0 40px;}
.floor_info .info_top .floor_area{color:#fff;font-size:2.5rem;font-family:'Noto Sans KR';}
.floor_info .info_top .floor_area span{font-size:3.75rem;font-family:'Jost';display:inline-block;}
.floor_info .info_top .floor_area span strong{font-weight:600;}
.floor_info .info_top .floor_area span em{font-size:2.5rem;font-family:'Noto Sans KR';}
.floor_info .info_top p{color:#d5ba91;font-size:1.25rem;line-height:1.3em;margin:15px 0 20px;}
.floor_info .info_top > span{color:#fff;font-weight:600;font-size:1.75rem;}
.floor_info .info_bot{background-color:#f7f3ea;padding: 30px;}
.floor_info .info_bot ul li{padding:0 10px;border-bottom:1px solid #dedad6;line-height:36px;color:#2a2d2e;font-size:1.125rem;display:flex;justify-content: space-between;}
.floor_info .info_bot ul li:last-child{border-bottom:none;}
.keymap img{width:100%;}
.floor_type1,
.floor_type2{width:50%;text-align:center;}

/* 모집공고 */
.mo-jip{display:flex;text-align:center;margin-top:30px;justify-content:center;}
.mo-jip a{line-height:100px;width:50%;font-size:26px;color:#fff;padding: 0 60px 0 30px;}
.mo-jip a span{display:block;background:url(../images/down-arr.png) no-repeat right center;}
.mo-jip .mj1{background:#ca705b;}
.mo-jip .mj2{background:#3e3c3c;}

.event-box {padding:0 85px;}
.event-box p{color:#555;font-size:20px;font-weight:500;margin-bottom:40px;text-align:center;line-height:1.3em;}
.event-box:after {content:'';display:block;clear:both;}
.event-box .lef {float:left;}
.event-box .rig {float:right;}
.event-box table {width:480px;border-top:1px solid #ccc;}
.event-box table th, .event-box table td {font-size:15px;text-align:center;padding:14px 0;}
.event-box table th {color:#fff;font-weight:400;background:#dc6a85;border:1px solid #ccc;border-top:none;}
.event-box table td {color:#333;border:1px solid #ccc;}

.event_form{background-color:#f2f4f8;padding:45px 35px 60px;}
.event_form .ori{margin-bottom:25px;color:#666;font-size:15px;font-weight:300;text-align:right;}
.event_form .flex_wrap{display:flex;align-items:center;max-width:590px;}
.event_form .flex_wrap ~ .flex_wrap{margin-top:10px;}
.event_form .flex_wrap li{width:100%;position:relative;}
.event_form table{width:100%;text-align:center;}
.event_form table th{background-color:#152b4f;color:#fff;padding:22px 37px;text-align:left;font-weight:400;line-height:1.25em;border-top:1px solid #331a23;border-bottom:1px solid #331a23;}
.event_form table th p{display:flex;}
.event_form table th p i{padding-right:5px;font-style:normal;position: relative;top: 4px;}
.event_form table td{padding: 11px 30px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;}
.event_form table input[type="text"]{width:100%;border:none;height:39px;display:block;color:#222;padding: 0 30px;}
.event_form table select{width:100%;border:none;height:39px;display:block;color:#222;padding: 0 30px;appearance: none;background: #fff url(../images/sel-icon.png) no-repeat right 10% center;}
.event_form table ._type1{max-width:100%;}
.event_form table ._type2{max-width:30%;}
.event_form table ._type3{max-width:5%;}
.event_form table ._type4{max-width:110px;flex-shrink:0;padding-left:5px;}
.event_form table ._type5{width:auto;}
.event_form table ._type5 ~ ._type5{margin-left:25px;}
.event_form em{display:block;color:#6a6a6a;font-size:14px;}
.event_form .ag{display:flex;align-items:center;}
.event_form .ag span{padding-left:5px;color:#222;}
.event_form .gray_btn{background-color:#555;line-height:39px;border:none;color:#fff;font-size:15px;display:block;width:100%;}
.event_form .file{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;width:100%;height:100%;}
.event_form .file input{display:none;}
.event_form .__link{display:flex;justify-content:center;margin-top:60px;}
.event_form .__link img{display:block;}
.event_form .__link a{box-shadow: 0 10px 7px rgba(0,0,0,0.18);border-radius: 15px 0 15px 0;}


#__header {position:absolute;left:0;top:0;width:100%;z-index:99;padding:0 130px;overflow:hidden;height:91px;transition:0.3s;}
#__header:before {content:"";display:block;position:absolute;left:0;top:90px;width:100%;height:1px;background:rgba(255,255,255,0.2);pointer-events:none;transition:0.3s;}
#__header .in {position:relative;height:91px;}
#__header .logo {position:absolute;left:0;top:50%;margin-top:-28px;}
#__header .logo a {display:block;width:136px;height:55px;text-indent:-9999px;background:url(../images/logo.png) no-repeat 0 50%;}
#__header .tel {position:absolute;right:45px;top:0;height:91px;display:flex;align-items:center;gap:10px;color:#fff;transition:0.3s;}
#__header .tel:before {content:"";display:block;width:15px;height:15px;background:url(../images/ico-tel.svg) no-repeat 0 50% / contain;position:relative;top:2px;transform:rotate(5deg);}
#__header .tel span {font-size:26px;font-weight:500;}
#__header .gnb {position:absolute;right:270px;top:0;display:flex;}
#__header .gnb > li {position:relative;}
#__header .gnb > li > a {display:block;font-size:16px;letter-spacing:-0.05em;color:#fff;padding:0 20px;transition:0.3s;}
#__header .gnb > li > a > span {display:block;padding:0 30px;height:91px;line-height:91px;position:relative;}
#__header .gnb > li > a > span:before {content:"";display:block;position:absolute;height:3px;background:#ca705b;left:0;bottom:-1px;width:100%;transition:0.3s;transform:scale(0,1);}
#__header .gnb > li > ul {display:block;position:absolute;left:0;top:100%;width:100%;text-align:center;padding-top:30px;}
#__header .gnb > li > ul > li > a {display:block;font-size:16px;color:#868686;padding:10px 0;letter-spacing:-0.05em;}
#__header .gnb > li > ul > li:hover > a,
#__header .gnb > li > ul > li.active > a {color:#ca705b;}
#__header:hover {background:#fff;height:240px;box-shadow:23px 40px 21px 0px rgba(0,0,0,0.11)}
#__header:hover:before {background:#d5d5d5;}
#__header:hover .logo a {background-image:url(../images/logo2.png);}
#__header:hover .tel {color:#3e3c3c;}
#__header:hover .tel:before {background-image:url(../images/ico-tel2.svg);}
#__header:hover .gnb > li > a {color:#575757;}
#__header:hover .gnb > li:hover > a > span:before {transform:scale(1,1);}

.subwrap #__header:before {background:transparent;}
.subwrap #__header .logo a {background-image:url(../images/logo2.png);}
.subwrap #__header .tel {color:#3e3c3c;}
.subwrap #__header .tel:before {background-image:url(../images/ico-tel2.svg);}
.subwrap #__header .gnb > li > a {color:#575757;}
.subwrap #__header .gnb > li:hover > a > span:before {transform:scale(1,1);}

#__header:hover {background:#fff;height:440px;box-shadow:23px 40px 21px 0px rgba(0,0,0,0.11)}
#__header:hover:before {background:#d5d5d5 !important;}
#__header:hover .logo a {background-image:url(../images/logo2.png);}
#__header:hover .tel {color:#3e3c3c;}
#__header:hover .tel:before {background-image:url(../images/ico-tel2.svg);}
#__header:hover .gnb > li > a {color:#575757;}
#__header:hover .gnb > li:hover > a > span:before {transform:scale(1,1);}

@media all and (max-width:1400px){
	#__header {padding:0 102px 0 15px;}
	#__header .tel {right:0;}
}

#__aside {position:fixed;right:0;top:0;z-index:100;height:100%;width:86px;display:flex;flex-direction:column;background:#3e3c3c;box-shadow:0 -5px 20px rgba(0,0,0,0.2)}
#__aside .brown {background:#ca705b;height:580px;color:#fff;font-family:'SCoreDream',sans-serif;}
#__aside .brown .yet {display:flex;align-items:center;justify-content:center;text-align:center;height:50%;}
#__aside .brown .yet dl dt {font-size:20px;font-weight:500;}
#__aside .brown .yet dl dt strong {font-size:30px;font-weight:500;font-family:'Jost',sans-serif;}
#__aside .brown .yet dl dd {font-family:'Arsenal',sans-serif;margin:6px 0 8px;}
#__aside .brown .yet p {font-size:15px;font-weight:500;}
#__aside .brown .bt {height:50%;display:flex;align-items:center;justify-content:center;border-top:1px solid #e5b8ad;font-size:17px;line-height:1.3;font-weight:500;color:#fff;}
#__aside .bot {height:0;flex-grow:1;display:flex;flex-direction:column;}
#__aside .bot > * {height:0;flex-grow:1;text-align:center;display:flex;align-items:center;justify-content:center;position:relative;background:none;border:none;}
#__aside .bot span {display:block;position:absolute;right:80px;width:90px;height:28px;line-height:28px;color:#fff;top:50%;margin-top:-14px;background:#ca705b;font-size:14px;font-weight:500;letter-spacing:-0.05em;transform:translateX(10px);opacity:0;transition:0.3s;pointer-events:none;box-shadow:0 0 5px rgba(0,0,0,0.15);}
#__aside .bot a:hover span {transform:translateX(0);opacity:1;pointer-events:auto;}


#__bt {position:fixed;left:0;top:50%;z-index:100;margin-top:-86px;}
#__bt a {display:block;padding-left:78px;position:relative;font-size:13px;font-weight:200;letter-spacing:0.04em;color:#fff;transition:0.3s;}
#__bt a ~ a {margin-top:40px;}
#__bt a:before {content:"";display:block;width:60px;height:1px;position:absolute;left:0;top:50%;background:#bc6c55;transition:0.3s;transform:scale(0,1);transform-origin:0 50%;}
#__bt .active {color:#ca705b;}
#__bt .active:before {transform:scale(1,1);}

@media all and (max-width:1400px){
	#__bt a {padding-left:30px;}
	#__bt a:before {width:20px;}
}

#__footer {background:#262626;padding:60px 155px 60px 100px;}
#__footer .in {display:flex;justify-content:space-between;}
#__footer .lef h2 {}
#__footer .lef address {overflow:hidden;font-size:13px;color:#fff;line-height:1.85;font-weight:300;margin-top:25px;}
#__footer .lef address ul {display:flex;margin-left:-16px;}
#__footer .lef address ul li {position:relative;margin-left:8px;padding-left:9px;}
#__footer .lef address ul li:before {content:"";display:block;width:1px;height:12px;background:#fff;position:absolute;left:0;top:50%;margin-top:-6px;}
#__footer .lef .cau {font-size:13px;color:#5a5a5a;line-height:1.69;font-weight:300;margin-top:30px;}
#__footer .lef .copy {margin-top:30px;font-size:14px;color:#878787;letter-spacing:-0.05em;}
#__footer .rig {text-align:right;}
#__footer .rig dl {margin-top:75px;}
#__footer .rig dl dd {font-size:17px;line-height:1.53;margin-top:20px;}


.__ani {position:relative;opacity:0;transition:1s;}
.__ani.anirig {transform:translate3d(20px,0,0);}
.__ani.anitop {transform:translate3d(0,-20px,0);}
.__ani.anibot {transform:translate3d(0,20px,0);}
.delay01 {transition-delay:0.1s;}
.delay02 {transition-delay:0.2s;}
.delay03 {transition-delay:0.3s;}
.delay04 {transition-delay:0.4s;}
.delay05 {transition-delay:0.5s;}
.delay06 {transition-delay:0.6s;}
.delay07 {transition-delay:0.7s;}
.delay08 {transition-delay:0.8s;}
.delay09 {transition-delay:0.9s;}
.delay10 {transition-delay:1.0s;}
.delay11 {transition-delay:1.1s;}
.delay12 {transition-delay:1.2s;}
.delay13 {transition-delay:1.3s;}
.delay14 {transition-delay:1.4s;}
.delay15 {transition-delay:1.5s;}

.fin .__ani {transform:translate3d(0,0,0) !important;opacity:1;}

#__vis .in {height:100%;position:relative;text-align:center;}
#__vis .in .roll{width: 100%;height: 100%;}
#__vis .swiper-slide{display: flex;align-items: center;justify-content: center;}
#__vis .bg {position:absolute;left:0;top:0;width:100%;height:100%;background: no-repeat 50% 50% / cover;transform:scale(1.1);transition:5s;}
#__vis .txt {position:relative;z-index:20;}
#__vis .txt dl dt {position:relative;transform:translateY(-30px);transition:1.5s;opacity:0;transition-delay:0.5s;}
#__vis .txt dl dd {margin-top:67px;padding-top:154px;position:relative;}
#__vis .txt dl dd:before {content:"";display:block;width:1px;height:0;position:absolute;left:50%;top:0;background:#adaaa6;transition:0.5s;transition-delay:0.8s;}
#__vis .txt dl dd p {position:relative;transform:translateY(30px);transition:1.5s;transition-delay:1.1s;opacity:0;}
#__vis .mouse {display:block;animation:mouse 1s ease infinite;position:absolute;width:66px;height:58px;left:50%;margin-left:-33px;bottom:40px;background:url(../images/vis-mouse.png) no-repeat 50% 50% / contain;z-index:10;}
#__vis .box2 .in{display:block;}
#__vis .box1 .bg{background-image:url(../images/vis2.jpg?ver=1);}
#__vis .box2 .bg{background-image:url(../images/vis.jpg?ver=1);}
#__vis .box1 .txt{position:absolute;left:0;top:19%;width:100%;display:flex;align-items:center;justify-content:center;}
#__vis .box1 .txt .lef{opacity:0;transition: 1.5s;transform:translate(-40px,0);transition-delay:0.5s;}
#__vis .box1 .txt .rig{opacity:0;transition: 1.5s;transform:translate(40px,0);transition-delay:2.5s;}
#__vis .box1 .txt .line{width:320px;height:1px;background-color:#fff;opacity:0.4;position:relative;left:-24px;transform:scaleX(0);transform-origin: 0 0;transition: 1.5s;transition-delay:1.3s;}

#__vis .swiper-slide-active .bg {transform:scale(1);}
#__vis .swiper-slide-active .txt dl dt {transform:translateY(0);opacity:1;}
#__vis .swiper-slide-active .txt dl dd:before {height:75px;}
#__vis .swiper-slide-active .txt dl dd p {transform:translateY(0);opacity:1;}
#__vis .swiper-slide-active.box1 .txt .lef,
#__vis .swiper-slide-active.box1 .txt .rig,
#__vis .swiper-slide-active.box1 .txt .line{transform:none;opacity:1;}

@keyframes mouse {
	0% {transform:translateY(0);}
	50% {transform:translateY(15px);}
	100% {transform:translateY(0);}
}


#lel .in {height:100%;position:relative;}
#lel .roll,
#lel .swiper-wrapper,
#lel .box {height:100%;}
#lel .bt {position:absolute;left:0;top:0;width:;z-index:20;width:31%;height:100%;display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,0.15);}
#lel .bt a {display:flex;align-items:center;height:0;flex-grow:1;font-size:34px;font-weight:100;color:rgba(255,255,255,0.4);transition:0.3s;}
#lel .bt a ~ a {border-top:1px solid rgba(255,255,255,0.15);}
#lel .bt a span {display:block;margin-left:47%;}
#lel .bt .active {color:#fff;}
#lel .box {display:flex;}
#lel .box .img {width:60%;position:relative;overflow:hidden;}
#lel .box .img i {display:block;position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(1.1);transition:3s;}
#lel .box .info {width:40%;background:#ca705b;padding:90px 110px 0 4.25vw;display:flex;align-items:center;}
#lel .box .info .cont {width:100%;}
#lel .box .info .cont h3 {text-align:right;font-size:17px;color:rgba(255,255,255,0.5);letter-spacing:0.08em;margin-bottom:70px;font-weight:normal;padding-right:40px;}
#lel .box .info .cont .sum {font-size:22px;line-height:1.45;height:140px;color:#fff;letter-spacing:-0.05em;}
#lel .box .info .cont .sum span {font-size:16px;}
#lel .box .info .cont .txt {font-family:'Nanum Myeongjo',serif;font-size:44px;line-height:1.27;letter-spacing:-0.05em;color:#fff;height:330px;}
#lel .box .info .cont .txt span {color:#423c3b;}
#lel .box .info .cont .desc {font-size:18px;line-height:1.8;height:9em;}
#lel .box .info .cont .desc li {color:#fff;font-weight:300;border-left:1px solid #da9b8d;padding-left:17px;letter-spacing:-0.05em;}
#lel .box .info .cont .desc li span {font-size:15px;}
#lel .more {display:block;width:162px;height:162px;z-index:20;background:url(../images/ico-arr1.png) no-repeat 50% 50%;bottom:30%;position:absolute;right:calc(40% - 81px);}
#lel .more:before {content:"";display:block;width:100%;height:100%;background:url(../images/ico-arr2.png) no-repeat 50% 50%;animation:rot 10s linear infinite;}

#lel .box .info .cont h3,
#lel .box .info .cont .sum,
#lel .box .info .cont .txt,
#lel .box .info .cont .desc {transform:translate3d(0,20px,0);opacity:0;}

#lel .box.active .img i {transform:scale(1);}
#lel .box.active .info .cont h3 {animation:visTxt 1.5s;animation-delay:0.3s;animation-fill-mode:forwards;}
#lel .box.active .info .cont .sum {animation:visTxt 1.5s;animation-delay:0.6s;animation-fill-mode:forwards;}
#lel .box.active .info .cont .txt {animation:visTxt 1.5s;animation-delay:0.9s;animation-fill-mode:forwards;}
#lel .box.active .info .cont .desc {animation:visTxt 1.5s;animation-delay:1.2s;animation-fill-mode:forwards;}

@media all and (max-width:1400px){
	#lel .box .info .cont .desc {line-height:1.6;height:8em;font-size:17px;}
	#lel .bt a span {margin-left:30%;}
}

@keyframes visTxt {
	0 {transform:translate3d(0,20px,0);opacity:0;}
	100% {transform:translate3d(0,0,0);opacity:1;}
}

@keyframes rot {
	0% {transform:rotate(0deg);}
	100% {transform:rotate(360deg);}
}


#pre {background:url(../images/bg-pre.jpg) no-repeat 50% 50% / cover;}
#pre .fp-tableCell {padding:90px 15px 0;}
#pre .in {max-width:1400px;margin:0 auto;}
#pre .img {width:938px;height:560px;background:url(../images/img-pre.png) no-repeat 0 0;position:absolute;right:0;top:50%;margin-top:-280px;}
#pre h3 {font-size:30px;color:#fff;font-family:'Nanum Myeongjo',serif;letter-spacing:-0.05em;font-weight:normal;}
#pre .rank {margin-top:60px;}
#pre .rank li {position:relative;transition:0.5s;}
#pre .rank li:before {content:"";display:block;width:0;height:1px;position:absolute;left:0;top:50%;transition:0.5s;background:#ada5a5;}
#pre .rank li ~ li {margin-top:20px;}
#pre .rank li span {display:block;font-size:94px;font-weight:bold;color:transparent;-webkit-text-stroke:1px #fff;transition:0.5s;}
#pre .rank .active {padding-left:100px;}
#pre .rank .active span {color:#fff;}
#pre .rank .active:before {width:65px;}
#pre .dot {margin-top:80px;font-size:20px;color:#fff;line-height:1.85;}
#pre .dot li {position:relative;padding-left:0.8em;}
#pre .dot li:before {content:"·";position:absolute;left:0;top:0;}
#pre .bub {position:absolute;width:360px;height:320px;position:absolute;left:50%;margin-left:-180px;top:50%;margin-top:65px;z-index:30;background:#423c3b;border-radius:0 95px 0 0;}
#pre .bub .box {position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;opacity:0;transition:0.5s;transform:translateY(10px);}
#pre .bub .box.active {opacity:1;transform:translateY(0);}
#pre .bub .box .con {width:100%;}
#pre .bub .box .top {display:inline-block;width:114px;height:102px;background:url(../images/bg-bub.png) no-repeat;color:#423c3b;padding-top:25px;}
#pre .bub .box .top span {font-size:22px;font-weight:300;}
#pre .bub .box .top strong {font-size:38px;}
#pre .bub .box .bot {margin-top:28px;}
#pre .bub .box .bot dl dt {font-size:26px;color:#fff;letter-spacing:-0.05em;}
#pre .bub .box .bot dl dt span {color:#ca705b;}
#pre .bub .box .bot dl dd {font-size:18px;font-weight:300;letter-spacing:-0.05em;color:#fff;margin-top:7px;}

@media all and (max-width:2000px){
	#pre .img {left:50%;margin-left:62px;right:auto;}
}


#loc {background:url(../images/bg-loc.jpg) no-repeat 50% 50% / cover;}
#loc .fp-tableCell {padding:90px 101px 0 15px;}
#loc .in {max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;}
#loc .img {width:736px;}
#loc .info {width:420px;}
#loc .info .head {font-family:'Nanum Myeongjo',serif;padding-left:15px;}
#loc .info .head dt {font-size:20px;letter-spacing:-0.05em;color:#dcdcdc;}
#loc .info .head dd {font-size:60px;color:#fff;margin-top:17px;font-weight:bold;}
#loc .info .add {display:flex;align-items:center;gap:20px;margin-top:80px;padding-left:15px;}
#loc .info .add dt {width:120px;height:38px;border-radius:19px;border:1px solid rgba(255,255,255,0.5);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:100;color:#fff;}
#loc .info .add dd {font-size:22px;font-weight:300;letter-spacing:-0.05em;color:#fff;font-weight:300;}
#loc .info .tel {border-top:1px solid rgba(255,255,255,0.3);border-bottom:1px solid rgba(255,255,255,0.3);text-align:center;padding:35px 0;margin:43px 0;}
#loc .info .tel dd {margin-top:27px;font-size:22px;line-height:1.35;color:#e1e1e1;}
#loc .info .bt {display:flex;justify-content:space-between;padding:0 28px;}
#loc .info .bt a {display:inline-flex;align-items:center;gap:12px;color:#fff;}
#loc .info .bt a:before {content:"";display:block;width:36px;height:36px;background:url(../images/ico-loc.png) no-repeat 50% 50% / contain;}
#loc .info .bt a span {font-size:18px;font-weight:300;letter-spacing:-0.05em;}

@media all and (max-width:1460px){
	#loc {background-position:62% 50%;}
}

#__title {text-align:center;padding:110px 0 45px;font-size:38px;font-weight:500;color:#30353b;letter-spacing:-0.05em;}