@charset "utf-8"; 

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html{font-family:"Noto Sans KR";}
html, body{min-width:1360px;}
.wrap { position: relative; min-width: 1300px; margin:0 auto; } 
.inner { position: relative; width: 1200px; margin: 0 auto; } 
.in_1580{width:1580px;}
.in_1290{width:1290px;}
.section{overflow:hidden;}

/*header*/
header {position: fixed;top: 0;left: 0;width: 100%;height: 100px;min-width:1360px;padding: 0 20px;text-align: center;z-index: 100; transition: all 0.3s;}
header:before {display:block;position:absolute; top:99px;left:0;width:100%;height:1px; background-color:rgba(153,153,153,0.5);content:"";transition:0.3s;}
header:hover::before{background-color:rgba(255,255,255,0.2);}
header .head_in { position: relative; overflow: hidden; max-width: 1580px; height: 100px; margin: 0 auto; z-index: 10; transition: 0.2s; } 
header h1 { position: absolute; top: 35px; left: 0; } 
header h1 a { display: block; width: 224px; height: 29px; background: url(../images/logo-b.png?ver=1) no-repeat center; background-size: contain; transition:0.3s; } 
header .menu > ul { display:inline-flex;margin-left:-50px;}
header .menu .gnb1 {text-align: left; } 
header .menu .gnb1 > a { display: block; position:relative; padding: 0 15px; color: #000; font-weight: 400; font-size: 16px; line-height: 100px; transition: 0.3s; } 
header .menu .gnb1 > a > span { display:block; position:relative; padding:0 15px; } 
header .menu .gnb1 > a > span:before { position:absolute; bottom:-1px; left:50%; width:0%; height:3px; background:#fff; content:""; transform:translateX(-50%); opacity:0; transition:.5s; z-index:111; } 
header .menu .gnb1:hover > a > span:before { opacity:1; width:100%; }
header .menu .gnb2 { margin-top: 25px; } 
header .menu .gnb2 li a { display: block; padding-bottom:16px; color: #fff; font-size: 16px; text-align: center; } 
header .menu .gnb2 li a:hover { color:#d2b887; }
header .rig {display:flex;align-items:center;gap:0 50px;position: absolute; top: 32px; right: 0px;}
header .tel p{color:#000;font-size:22px;font-weight:600;font-family:"Jost";padding-left:20px;background:url(../images/tel-b.png) no-repeat left center;transition:0.3s;}
header .open p {text-align:center;background-color:#22495c;border-radius:40px;color:#fff;font-size:16px;width:135px;line-height:35px;transition:0.3s;}
.fp-viewing-1 header  h1 a,
.fp-viewing-2 header  h1 a{background-image:url(../images/logo-w.png?ver=1);}
.fp-viewing-1 header::before,
.fp-viewing-2 header::before{background-color:rgba(255,255,255,0.5);}
.fp-viewing-1 header .menu .gnb1 > a,
.fp-viewing-2 header .menu .gnb1 > a{color:#fff;}
.fp-viewing-1 header .tel p,
.fp-viewing-2 header .tel p{color:#fff;background-image:url(../images/tel-w.png);}
.fp-viewing-1 header .open p,
.fp-viewing-2 header .open p{background-color:#fff;color:#22495c;}
.fp-viewing-4 header{opacity:0;pointer-events:none;}
header:hover {background-color: #22495c !important; box-shadow: 5px 5px 6.93px 0.07px rgb(0 0 0 / 10%); } 
header:hover,
header:hover .head_in { height:340px; } 
header:hover .menu .gnb1 > a { color: #fff !important; } 
header:hover h1 a { background-image:url(../images/logo-w.png?ver=1) !important; } 
header:hover .tel p { color:#fff !important; background-image:url(../images/tel-w.png) !important;}
header:hover .open p{background-color:#fff !important;color:#22495c !important;}
header.sub{background-color:#fff;}

@media all and (max-width:1500px){
	header .menu .gnb1 > a{padding: 0 10px;}
	header .rig{gap: 0 20px;}
}

aside{position:fixed;right:60px;top:50%;z-index:100;text-align:right;margin-top:-120px;}
aside ul{margin-bottom:30px;}
aside ul li{display:flex;justify-content:flex-end;}
aside ul li ~ li{margin-top:10px;}
aside ul li a{display:block;position:relative;border:1px solid #fff;border-radius:50px;width:65px;height:65px;overflow:hidden;transition:0.4s;}
aside ul li:nth-child(1) a{background:#22495c url(../images/aside-icon1.png) no-repeat left 22px center;}
aside ul li:nth-child(2) a{background:#d2b887 url(../images/aside-icon2.png) no-repeat left 20px center;;}
aside ul li:nth-child(3) a{background:#34667e url(../images/aside-icon3.png) no-repeat left 20px center;;}
aside ul li a span{display:block;color:#fff;line-height:65px;position:absolute;left:55px;top:0;opacity:0;transform:translate(15%,0);transition:0.4s;}
aside ul li a::before{content:"";position:absolute;right:20px;top:50%;margin-top:-4px;width:23px;height:8px;background:url(../images/aside-arr.png) no-repeat center / contain;opacity:0;transform:translate(-40%,0);transition:0.3s;}
aside ul li a:hover{width:215px;}
aside ul li a:hover span{opacity:1;transform:none;transition-delay:0.3s;}
aside ul li a:hover::before{opacity:1;transform:none;transition-delay:0.6s;}
aside .top_btn{cursor: pointer;margin-right: 7px;}

/*footer*/
footer{background-color:#1a1a1a;padding:70px 20px 75px;}
footer .foot_in{position: relative;max-width: 1580px;margin: 0 auto;}
footer .foot_logo{margin-bottom:40px;}
footer .foot_brand{position:absolute;right:0;top:0;}
footer .foot_info{margin-bottom:20px;color:#999;font-size:13px;line-height:22px;}
footer .ori{margin-bottom:20px;color:#666;font-size:13px;line-height:22px;}
footer address{font-family:"Jost";font-size:13px;color:#777;}

.vis,
.vis .slick-list,
.vis .slick-track,
.vis .slick-slide > div,
.vis .sd{width:100%;height:100%;position:relative;}
.vis .bg{position:absolute;left:0;top:0;width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-position:center;}
.vis .sd1 .bg{background-image:url(../images/vis1.jpg);}
.vis .txt{position:absolute;}
.vis .sd1 .txt{padding-top:110px;left:50%;top:50%;margin-left:-600px;margin-top:-227px;text-align:center;}
.vis .sd1 .t1{position:absolute;left:50%;top:0;margin-left: -271px;opacity:0;transform:translate(0,50%);transition:0.8s;transition-delay:0.9s;}
.vis .sd1 .t2{opacity:0;transform:translate(-5%,0);transition:1s;transition-delay:0.5s;}
.vis .sd1 .t3{position:absolute;right:60px;bottom:40px;opacity:0;transform:translate(-10%,0);transition:0.8s;transition-delay:1.3s;}

.vis .sd2 .bg{background-image:url(../images/vis2.jpg?ver=8);}
.vis .sd2 .txt{top: 17%;right: 50%;margin-right: -271px;}
.vis .sd2 .txt img{margin: 0 auto;}
.vis .sd2 .t1{opacity:0;transform:translate(-10%,0);transition:0.8s;transition-delay:0.5s;}
.vis .sd2 .t2{opacity:0;transform:translate(-10%,0);transition:0.8s;transition-delay:0.8s;margin-top:15px;}

.sec1 .scroll{animation: scroll 2.5s infinite;position:absolute;left:50%;bottom:65px;z-index:10;margin-left:-790px;}
.sec1.mo_com .vis.active .txt .t1,
.sec1.mo_com .vis.active .txt .t2,
.sec1.mo_com .vis.active .txt .t3{opacity:1;transform:none;}
@keyframes scroll {
	0% {transform:translate(0,20px);}
	50% {transform:translate(0,0);}
	100% {transform:translate(0,20px);}
}

.premium{height:100%;position:relative;display: flex;align-items: center;justify-content: center;}
.premium .bg{position:absolute;right:0;top:0;width:100%;height:100%;background-color:#d2b887;opacity:0;}
.premium .bg::after{content:"";position:absolute;right:0;top:0;background-color:#22495c;width:54%;height:100%;}
.fp-section .premium .bg{opacity:1;}
.premium .tit{margin-top:-30px;}
.premium .tit dl{margin-bottom:50px;}
.premium .tit dl dt{margin-bottom:35px;opacity:0;transform:translate(0,50%);transition:0.6s;}
.premium .tit dl dd{opacity:0;transform:translate(0,30%);transition:0.6s;transition-delay:0.2s;}
.premium .tit .link a{display:block;padding: 0 30px;width:260px;box-shadow:rgba(155,110,72,0.3) 20px 25px 25px;background-color:#fff;border-radius:50px;position:relative;overflow:hidden;opacity:0;transform:translate(-30%,0);transition:0.6s;transition-delay:0.4s;}
.premium .tit .link a::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:#22495c;transform:translate(-100%,0);transition:0.6s;}
.premium .tit .link a span{display:block;background: url(../images/premium-arr.png) no-repeat right center;color:#000;font-size:18px;line-height:60px;position:relative;z-index:5;transition:0.6s;}
.premium .tit .link a:hover::before{transform:none;}
.premium .tit .link a:hover span{color:#fff;background-image:url(../images/premium-arr-wh.png);}
.premium .tit .cont{margin-top:60px;display:flex;align-items:center;opacity:0;transform:translate(0,100%);transition:0.6s;transition-delay:0.7s;}
.premium .tit .cont .bar{position:relative;width:280px;height:1px;background-color:rgba(34,73,92,0.2);}
.premium .tit .cont .bar span{position:absolute;left:0;top:0;width:0%;height:100%;background-color:#22495c;}
.premium .tit .cont .bar span::before{content:"";background-color:rgba(34,73,92,0.2);border-radius:50%;width:30px;height:30px;position:absolute;right:0;top:50%;margin-right:-15px;margin-top:-15px;}
.premium .tit .cont .bar span::after{content:"";background-color:#22495c;width:8px;height:8px;border-radius:50%;position:absolute;right:0;top:50%;margin-right:-4px;margin-top:-4px;}
.premium .tit .cont .bar.active span{animation:preBar 4.1s linear;animation-fill-mode: forwards;}
@keyframes preBar {
	0 {width:0;}
	100% {width:100%;}
}
.premium .tit .cont .num{width:auto;font-size:0;margin-left:15px;}
.premium .tit .cont .num span{color:#22495c;font-size:18px;font-family:'NanumSquare';}
.premium .tit .cont .num span::before{content:"0";}
.premium .tit .cont .num .swiper-pagination-current{font-weight:800;margin-right:8px;padding-right:10px;position:relative;}
.premium .tit .cont .num .swiper-pagination-current::after{content:"";background-color:#22495c;width:1px;height:10px;position:absolute;right:0;top:50%;margin-top:-5px;}
.premium_sd{position:absolute;width:1170px;left:465px;top:-110px;overflow:hidden;padding-top:15px;}
.premium_sd .swiper-slide{width:328px;}
.premium_sd .swiper-slide-active{width:477px;}
.premium_sd .swiper-slide a{display:flex;align-items:center;justify-content:center;width:100%;transition:0.6s;transform:rotate(20deg);opacity:0;transition-delay:1.6s;}
.premium_sd .swiper-slide-active a{transition-delay:1s;}
.premium_sd .swiper-slide-next a{transition-delay:1.3s;}
.premium_sd .swiper-slide a img{display:block;width:100%;}
.premium_sd .swiper-slide .box{width:328px;transition:0.6s;position:relative;margin-top:275px;}
.premium_sd .swiper-slide-active .box{width:477px;margin-top:0;}
.premium_sd .swiper-slide .box img{transition:0.6s;}
.premium_sd .swiper-slide-active .box img{filter: drop-shadow(20px 40px 5px rgba(0,0,0,0.15));}
.premium_sd .swiper-slide .dim{display:flex;align-items:center;justify-content:center;position:absolute;left:0;top:0;width:100%;height:100%;transition:0.6s;}
.premium_sd .swiper-slide .dim::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:url(../images/premium-dim.png) no-repeat center / cover;opacity:0.7;}
.premium_sd .swiper-slide .dim span{color:#dbc69c;font-size:17px;letter-spacing:0.05em;font-family: "Cinzel";font-weight:400;position:relative;z-index:5;}
.premium_sd .swiper-slide-active .dim{opacity:0;}
.premium_sd .rotate{position:absolute;z-index:10;width:156px;height:156px;left:35px;top:0;opacity:0;transform:translate(-20%,0);transition:0.5s;transition-delay:2s;}
.premium_sd .rotate a{display:block;width:100%;height:100%;position:relative;}
.premium_sd .rotate a::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;border-radius:50%;background-color:rgba(255,255,255,0.6);transform:scale(0.65);transition:0.4s;}
.premium_sd .rotate .ar{position:relative;z-index:1;position:absolute;left:0;top:0;width:100%;height:100%;background:url(../images/rotate-arr-co.png) no-repeat center / cover;transition:0.4s;}
.premium_sd .rotate .txt{animation: rotate 8s linear infinite;position:absolute;left:0;top:0;width:100%;height:100%;background:url(../images/rotate-txt-co.png) no-repeat center / cover;transition:0.4s;}
@keyframes rotate {
	0% {transform: rotate(0deg);}
	50% {transform: rotate(180deg);}
	100% {transform: rotate(360deg);}
}
.premium_sd .rotate:hover a::before{transform:none;background-color:#22495c;}
.premium_sd .rotate:hover .ar{background-image:url(../images/rotate-arr-wh.png);}
.premium_sd .rotate:hover .txt{background-image:url(../images/rotate-txt-wh.png);}
.premium_sd .txt_area{position:absolute;top:35px;left:100%;width:270px;padding-left:25px;z-index:5;padding-bottom:20px;opacity:0;transition:0.3s;}
.premium_sd .txt_area span{position:absolute;left:0;bottom:0;width:0%;height:1px;background-color:#fff;transition:0.7s;}
.premium_sd .txt_area span::before{content:"";position:absolute;right:0;top:50%;width:6px;height:6px;border-radius:50%;background-color:#fff;margin-top:-3px;opacity:0;transition:0.5s;}
.premium_sd .txt_area i{display:inline-block;margin-bottom:15px;opacity:0;transform:scale(0.7);transition:0.6s;}
.premium_sd .txt_area dl dt{color:#dbc69c;font-size:17px;font-family: "Cinzel";font-weight:400;margin-bottom:15px;opacity:0;transform:translate(-10%,0);transition:0.6s;}
.premium_sd .txt_area dl dd{color:#fff;font-family:'NanumSquare';font-size:24px;line-height:34px;font-weight:800;opacity:0;transform:translate(0,15%);transition:0.6s;}
.sec2.mo_com .premium_sd .swiper-slide-active .txt_area{opacity:1;}
.sec2.mo_com .premium_sd .swiper-slide-active .txt_area span{width:100%;transition-delay:0.5s;}
.sec2.mo_com .premium_sd .swiper-slide-active .txt_area span::before{opacity:1;transition-delay:1.2s;}
.sec2.mo_com .premium_sd .swiper-slide-active .txt_area i{opacity:1;transform:none;transition-delay:1s;}
.sec2.mo_com .premium_sd .swiper-slide-active .txt_area dl dt{opacity:1;transform:none;transition-delay:1.3s;}
.sec2.mo_com .premium_sd .swiper-slide-active .txt_area dl dd{opacity:1;transform:none;transition-delay:1.6s;}
.sec2.mo_com .premium .tit dl dt,
.sec2.mo_com .premium .tit dl dd,
.sec2.mo_com .premium_sd .swiper-slide a,
.sec2.mo_com .premium_sd .rotate,
.sec2.mo_com .premium .tit .link a,
.sec2.mo_com .premium .tit .cont{opacity:1;transform:none;}

.location{height:100%;position:relative;overflow:hidden;text-align:center;display:flex;align-items:center;}
.location::before{content:"";position:absolute;left:25%;top:100px;width:1px;height:0;background-color:rgba(255,255,255,0.5);z-index:5;transition:0.8s;transition-delay:1s;}
.location::after{content:"";position:absolute;right:25%;bottom:0;width:1px;height:0;background-color:rgba(255,255,255,0.5);z-index:5;transition:0.8s;transition-delay:1s;}
.location .bg{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;transition:0.6s;}
.location .bg .txt{position:absolute;left:50%;top:50%;margin-top:-140px;margin-left:-657px;z-index:5;opacity:0;transform:translate(-10%,0);transition:0.8s;transition-delay:0.6s;}
.location .bg span{display:block;width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-position:center;transform:scale(1.2);transition:2s;}
.location .bg .sd1 span{background-image:url(../images/location-bg1.jpg);}
.location .bg .sd2 span{background-image:url(../images/location-bg2.jpg);}
.location_sd{width:100%;position: relative;z-index: 10;margin-bottom:-80px;}
.location_sd .tit{margin-bottom:90px;}
.location_sd .tit dl dt{color:#fff;font-size:24px;margin-bottom:15px;opacity:0;transform:translate(0.80%);transition:0.8s;transition-delay:1.3s;}
.location_sd .tit dl dd{color:#fff;font-size:40px;font-weight:300;opacity:0;transform:translate(0.80%);transition:0.8s;transition-delay:1.5s;}
.location_sd .tit dl dd strong{font-weight:600;}
.location_sd .sd_box{position:relative;}
.location_sd .sd_box .swiper-slide{display:flex;justify-content:center;opacity:0;transition:0.6s;}
.location_sd .sd_box .swiper-slide-active{transform:translate(0,20%);transition-delay:1.8s;}
.location_sd .sd_box .swiper-slide-prev{transform:translate(-20%,0);transition-delay:2.1s;}
.location_sd .sd_box .swiper-slide-next{transform:translate(20%,0);transition-delay:2.1s;}
.location_sd .sd_box a{display:block;}
.location_sd .sd_box .arr{position:absolute;top:200px;z-index:10;cursor:pointer;opacity:0;transition:0.6s;transition-delay:2.3s;}
.location_sd .sd_box .prev{left:50%;margin-left:-365px;}
.location_sd .sd_box .next{right:50%;margin-right:-365px;}
.location_sd .sd_box .top{margin-bottom:20px;color:#dbc69c;font-family: "Cinzel";font-weight:600;font-size:17px;letter-spacing:0.05em;opacity:0;transform:translate(0,100%);transition:0.6s;}
.location_sd .sd_box .bot{margin-top:20px;color:#fff;font-size:18px;line-height:28px;font-family:"NanumSquare";opacity:0;transform:translate(0,-70%);transition:0.6s;}
.location_sd .sd_box .bot em{font-size:14px;}
.sec3.mo_com .location .bg,
.sec3.mo_com .location .bg .txt,
.sec3.mo_com .location .bg .swiper-slide-active span,
.sec3.mo_com .location_sd .tit dl dt,
.sec3.mo_com .location_sd .tit dl dd,
.sec3.mo_com .location_sd .sd_box .swiper-slide,
.sec3.mo_com .location_sd .sd_box .arr{opacity:1;transform:none;}
.location_sd .sd_box .swiper-slide-active .top{opacity:1;transform:none;transition-delay:0.6s;}
.location_sd .sd_box .swiper-slide-active .bot{opacity:1;transform:none;transition-delay:0.9s;}
.sec3.mo_com .location::before,
.sec3.mo_com .location::after{height:calc(100% - 100px);}

.contact{position:relative;overflow:hidden;height:100%;display:flex;align-items:center;justify-content:center;padding-top:60px;}
.contact .bg{position:absolute;left:0;top:0;width:100%;height:100%;background:url(../images/contact-bg.jpg) no-repeat center / cover;opacity:0;transform:scale(1.15);transition:2s;}
.contact .tit{padding-left:270px;margin-bottom:55px;display:flex;justify-content:center;}
.contact .tit dl dt{font-family: "Cinzel";color:#000;font-size:50px;font-weight:500;margin-bottom:15px;opacity:0;transform:translate(0,30%);transition:0.6s;transition-delay:0.6s;}
.contact .tit dl dd{color:#555;font-size:18px;opacity:0;transform:translate(0,30%);transition:0.6s;transition-delay:0.8s;}
.contact .map{padding-left:270px;display:flex;gap:0 15px;justify-content: center;}
.contact .map .lef{opacity:0;transform:translate(-10%,0);transition:0.6s;transition-delay:1.1s;}
.contact .map .rig{opacity:0;transform:translate(10%,0);transition:0.6s;transition-delay:1.1s;}
.contact .map .box .link{display:flex;gap:10px;margin-top:10px;}
.contact .map .box .link a{display:block;}
.contact .bot{padding-left:270px;margin-top:45px;text-align:center;opacity:0;transform:translate(0,100%);transition:0.6s;transition-delay:1.5s;}
.sec4.mo_com .contact .bg,
.sec4.mo_com .contact .tit dl dt,
.sec4.mo_com .contact .tit dl dd,
.sec4.mo_com .contact .map .box,
.sec4.mo_com .contact .bot{opacity:1;transform:none;}

/*sub*/
.subwrap { padding-top:100px; } 
.sub_top { position: relative; height: 200px; background: url(../images/sub-top-bg.jpg?ver=3) no-repeat center; background-size: cover; } 
.sub_tit {display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;flex-direction: column;} 
.sub_tit h2 { color: #000; font-weight: 500; font-size: 34px; text-align: center; } 
.sub_tit p { padding-top:15px; color: #6av6a6a; font-weight: 400; font-size: 17px; line-height: 24px; letter-spacing: -.8px; text-align: center; } 
.sub_tit h2 img { display:block; padding-top:20px; margin:0 auto; } 
.sub_menu { position: absolute; bottom: -61px; left: 0; width: 100%; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; background-color: #fff; z-index: 90;} 
.sub_menu .inner::after { display: block; clear: both; content: ""; } 
.sub_menu .inner > div { float: left; } 
.sub_menu .home { width: 60px; height: 60px; border-right: 1px solid #e6e6e6; border-left: 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 { position: relative; border-right: 1px solid #e6e6e6; } 
.sub_menu .depth > a { display: block; width: 240px; padding: 0 20px; background: url(../images/ico-arr.png) no-repeat 90% 50%; color: #333; font-size: 15px; line-height: 60px; } 
.sub_menu .depth ul { display: none; position: absolute; top: 60px; left: -1px; width: 101%; z-index: 10; } 
.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; width: 100%; padding: 0 20px; background-color: #fff; color: #666; font-size: 15px; line-height: 45px; } 
.sub_menu .depth:hover ul li a:hover { background-color: #f5f5f5; color: #be9e86; } 
.content { padding: 180px 0 120px; } 
.con_tit { margin-bottom: 60px; color: #222; font-size: 32px; text-align: center; } 

.sub_tbl { margin-top: 60px; } 
.sub_tbl table { width: 100%; border-top: 2px solid #e6e6e6; } 
.sub_tbl table th { position: relative; padding: 25px 0; border-bottom: 1px solid #e6e6e6; background: #22495c; color: #fff; font-weight: 500; font-size: 18px; text-align: center; } 
.sub_tbl table td { padding: 25px 30px; border-bottom: 1px solid #e6e6e6; color: #666; font-weight: 400; font-size: 18px; text-align: center; } 

.precaution { position: relative; padding: 30px 20px 30px 120px; margin-top: 60px; background-color: #f5f5f5;text-align:left;}
.precaution:before { display: inline-block; position: absolute; top: calc(50% - 25px); left: 40px; width: 50px; height: 50px; background: url(../images/precaution_icon.png) no-repeat; content: ""; } 
.precaution li { position: relative; padding-left: 10px; color: #999; font-size: 13px; line-height: 22px; } 

/*customer*/
.bo_tbl { margin-bottom: 60px; } 
.bo_tbl table { width: 100%; border-top: 1px solid #333; } 
.bo_tbl table tr th { padding: 30px 0 30px 40px; border-bottom: 1px solid #e5e5e5; color: #333; font-weight: 400; font-size: 17px; text-align: left; } 
.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"] { height: 50px; padding: 0 20px; border: none; background-color: #f0f0f0; color: #999; font-size: 16px; outline: none; } 
.bo_tbl table tr td select { width: 227px; height: 50px; padding: 0 20px; border: none; background: #f0f0f0 url(../images/select-icon.png) no-repeat 90% 52%; color: #999; font-size: 16px; -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: none; } 
.bo_tbl table tr td select ~ select { margin-left: 10px; } 
.bo_tbl table tr td em { margin: 0 10px; color: #666; font-size: 16px; } 
.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; } 

.ck_wrap { display:flex; gap:10px; width:100%; height:100%; justify-content:flex-start; align-items:center; } 
.ck { display:flex; gap:6px; height:79px; align-items:center; } 

.terms { margin-top: 60px; } 
.terms dl { margin-bottom: 15px; } 
.terms dl dt { margin-bottom: 10px; color: #333; font-weight: 600; font-size: 20px; } 
.terms dl dd { color: #666; font-size: 15px; line-height: 20px; } 
.terms table { width: 100%; margin-bottom: 50px; border-top: 1px solid #707070; } 
.terms table th { padding: 15px 0; border-right: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5; color: #666; font-weight: 600; font-size: 14px; vertical-align: middle; } 
.terms table td { padding: 15px 0 15px 30px; border-bottom: 1px solid #d5d5d5; color: #666; font-size: 14px; line-height: 22px; } 
.terms table.type2 th:last-child { border-right: none; } 
.terms table.type2 td { padding: 15px 0; border-right: 1px solid #d5d5d5; text-align: center; } 
.terms table.type2 td:last-child { border-right: none; } 
.agree > div { display: flex; padding: 25px 40px; margin-bottom: 10px; background-color: #f5f5f5; align-items: center; justify-content: space-between; } 
.agree p { color: #333; font-size: 18px; } 
.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 { background-color: #353535; color: #fff; } 
.btn_area ul li.black button:hover,
.btn_area ul li.black a:hover { border: 1px solid #353535; background-color: #fff; color: #353535; } 
.btn_area ul li.white button,
.btn_area ul li.white a { border: 1px solid #353535; background-color: #fff; color: #353535; } 
.btn_area ul li.white button:hover,
.btn_area ul li.white a:hover { background-color: #353535; color: #fff; } 
.btn_area ul li button,
.btn_area ul li a { display: block; width: 160px; height:50px; border: none; font-weight: 600; font-size: 16px; line-height: 48px; transition: 0.2s; }

/*vd_pop*/
.white_content{ margin-left:-600px;  animation-duration:2s;animation-name:pr;width:1200px; height:675px;  position: fixed;  top:100px;    left: 50%;z-index: 1100;}
#player3 { z-index:10000;animation-duration:2s; animation-name:pr;position: fixed; top: 100px; left: 50%; margin-left: -600px;}
#movie-close { position: absolute; top:0px; right: -70px;z-index: 1189;}
@keyframes pr {
	from { opacity:0; margin-top:-1000px; }
	50% {opacity:0;  margin-top:-1000px;}
	to { }
}

/*news*/
/*
.search_area { display: flex; justify-content: flex-end; } 
.search_area form { display:flex; } 
.search_area select { width: 100px; height: 35px; padding: 0 10px; margin-right: 5px; border: 1px solid #c1c1c1; color: #666; } 
.search_area input { width: 240px; height: 35px; padding: 0 10px; border: 1px solid #c1c1c1; color: #666; } 
.search_area button { width: 35px; height: 35px; border: 1px solid #c1c1c1; border-left: none; background: url(../images/search-icon.gif) no-repeat center; } 
.news_tbl { margin-top: 20px; } 
.news_tbl table { width: 100%; border-top: 2px solid #6b6b6b; table-layout: fixed; } 
.news_tbl table td { padding: 25px 0; border-bottom: 1px solid #dcdcdc; color: #666; font-size: 14px; text-align: center; } 
.news_tbl table td a { display: block; overflow:hidden; width: 80%; font-size: 18px; text-align: left; white-space:nowrap; text-overflow:ellipsis; } 
.news_tbl table tr:hover td { background: #f9f9f9; } 
*/
.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;}
.new_list{border-top:2px solid #6b6b6b;border-bottom:2px solid #6b6b6b;padding: 40px 0;}
.new_list ul{display:flex;flex-wrap:wrap;}
.new_list ul li{width:calc(33.33% - 10px);margin-left:15px;}
.new_list ul li:nth-child(3n+1){margin-left:0;}
.new_list ul li:nth-child(n+4){padding-top:25px;}
.new_list ul li a{display:block;border: 1px solid #e0e0e0;height:100%;padding: 30px 20px;text-align:left;}
.new_list ul li a span{display:block;color: #22495c;margin-bottom: 15px;font-weight:600;}
.new_list ul li a strong{color:#000;font-size: 24px;font-weight:400;line-height: 28px;margin-bottom: 20px;min-height: 84px;overflow:hidden;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.new_list ul li a p{color: #828282;line-height: 20px;font-weight: 300;min-height: 100px;overflow:hidden;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;}
.new_list .no_list{font-size:18px;color:#444;margin: 100px 0;}

/*schedule*/
.sche_tab { margin-bottom: 60px; } 
.sche_tab::after { display: block; clear: both; content: ""; } 
.sche_tab li { position: relative; float: left; width: 50%; } 
.sche_tab li::after { display: none; position: absolute; position: absolute; left: 50%; margin-left: -7px; border-top: 8px solid #3b7387; border-right: 8px solid transparent; border-left: 8px solid transparent; content: ""; } 
.sche_tab li a { display: block; width: 100%; border: 1px solid #dedede; background: #f0f0f0; color: #888; font-size: 20px; line-height: 60px; text-align: center; } 
.sche_tab li.on::after { display: block; } 
.sche_tab li.on a { border: 1px solid #3b7387; background-color: #3b7387; color: #fff; } 
.sche_tab li a:hover { border: 1px solid #3b7387; background-color: #3b7387; color: #fff; } 
.step { display: flex; margin-bottom: 30px; } 
.step_tit { display: flex; width: 240px; background-color: #999; align-items: center; justify-content: center; border-radius: 10px 0 0 10px; } 
.step_tit strong { padding-right: 30px; background: url(../images/step-arr.png) no-repeat right center; color: #fff; font-weight: 400; } 
.step ul { display: flex; width: calc(100% - 240px);; border: 1px solid; border: 1px solid #ddd; border-left: none; border-radius: 0px 10px 10px 0px; } 
.step ul li { display: flex; position: relative; width: 33.33%; height: 100px; padding: 0 80px; align-items: center; } 
.step ul li dl { display: inline-block; } 
.step ul li dl dt { margin-bottom: 7px; color: #9a9a9a; font-weight: 400; font-size: 14px; } 
.step ul li dl dd { font-weight: 500; font-size: 18px; } 
.step ul li::after { position: absolute; top: 50%; right: 0; width: 1px;; height: 40px; margin-top: -20px; background-color: #ddd; content: ""; } 
.step ul li:last-child:after { display: none; } 
.notice_box { padding: 30px 0; margin-bottom: 70px; background-color: #f9f9f9; color: #222; text-align: center; border-radius: 10px; } 
.notice_box p { font-size: 20px; line-height: 26px; } 
.notice_box ul { display: inline-block; margin-top: 30px; text-align: left; } 
.notice_box ul li { font-size: 16px; line-height: 26px; } 
.notice_box span { color: #ff3333; } 
.sche_tit { margin-bottom: 50px; color: #333; font-size: 30px; } 
.sche_tit strong { margin-right: 10px; color: #000; } 
.calendar_box { display: flex; margin-bottom: 70px; justify-content: space-between; } 
.calendar { width: calc(50% - 20px); border: 1px solid #efefef; } 
.calendar .top { background-color: #f1f1f1; color: #222; font-weight: 500; line-height: 50px; text-align: center; } 
.calendar .date { overflow-y: auto; height: 320px; padding: 15px 60px; background-color: #fcfcfc; } 
.calendar .date .month { position: relative; text-align: center; } 
.calendar .date .month strong { color: #222; font-weight: 400; font-size: 24px; line-height: 50px; } 
.calendar .date .month button { position: absolute; top: 50%; width: 33px; height: 33px; margin-top: -16px; 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 { color: #777; line-height: 35px; text-align: center; } 
.calendar table td.sun { color: #de1818; } 
.calendar table td.sat { color: #2653b9; } 
.calendar table td input { width: 100%; height: 100%; border: none; background-color:transparent; color: #777; } 
.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 { display: flex; padding: 0 40px; background-color: #f1f1f1; line-height: 50px; justify-content: space-between; } 
.calendar .bot span { position: relative; color: #777; font-size: 14px; } 
.calendar .bot .lef span { display:inline-block; padding-left:15px; margin-right: 20px; } 
.calendar .bot .lef span::before { position: absolute; top: 50%; left: 0; width: 9px; height: 9px; margin-top: -4px; content: ""; } 
.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 { color: #222; font-weight: 500; } 
.calendar .date .time li ~ li { margin-top: 10px; } 
.calendar .date .time li button { padding: 5px 10px; border: none; background-color: transparent; color: #555; font-size: 16px; } 
.calendar .date .time li button.active { background-color: #3b7387; color: #fff; } 
.terms_area { overflow-y: scroll; height: 170px; padding: 30px; margin-bottom: 20px; border: 1px solid #dedede; font-size: 14px; line-height: 1.5em; } 
.complete { padding: 60px 20px 80px; background: #eee; text-align: center; } 
.complete_tit { margin-bottom: 30px; color: #121212; font-weight: 300; font-size: 36px; } 
.complete_txt { margin-bottom: 40px; color: #121212; font-weight: 300; font-size: 18px; } 
.complete_box { display: inline-block; width: 600px; padding: 30px 0; border-top: 1px solid #222; border-bottom: 1px solid #222; color: #222; font-weight: 500; font-size: 32px; line-height: 52px; } 
.complete_box span { color: #000; font-weight: 600; } 
.confirm_tit { margin-bottom: 60px; color: #444; font-weight: 300; font-size: 26px; line-height: 1.3em; text-align: center; } 
.confirm_tit span { color: #000; font-weight: 500; } 
.confirm_tbl table { width: 100%; border-top: 1px solid #000; } 
.confirm_tbl table th { position: relative; padding: 25px 0; border-bottom: 1px solid #e5e5e5; color: #333; font-weight: 400; font-size: 18px; text-align: center; } 
.confirm_tbl table th::after { display: block; position: absolute; top: 50%; right: 0; width: 1px; height: 16px; margin-top: -8px; background-color: #999; content: ""; } 
.confirm_tbl table td { padding: 25px 0; padding-left: 40px; border-bottom: 1px solid #e5e5e5; color: #333; font-weight: 400; font-size: 18px; text-align: left; } 
.confirm_tbl table td .cancel { border: none; border-bottom: 1px solid #ff0000; background: none; color: #ff0000; font-size: 15px; line-height: 1.3em; } 
.confirm_tbl table td .no_result { padding: 40px 0; font-size: 15px; text-align: center; } 

/*pagination*/
.pagination { margin-top:80px; text-align:center; } 
.pagination ul { display:inline-block; } 
.pagination ul::after { display:block; clear:both; content:""; } 
.pagination ul li { float:left; width:40px; } 
.pagination ul li a { display:block; height:40px; color: #abaaaa; font-family: 'Spoqa Han Sans'; font-size: 20px; line-height:40px; } 
.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 { border: 1px solid #e5e5e5; background:url(../images/pg_start.png) no-repeat center; } 
.pagination ul li.pg_ed { margin-left:5px; } 
.pagination ul li.pg_ed a { border: 1px solid #e5e5e5; background:url(../images/pg_end.png) no-repeat center; } 

/*location*/
.map { display: inline-block; position: relative; } 
.map-zoom { position: absolute; top:0; left:0; width:100%; } 
.magnifier { display: none; position: absolute; width: 300px; height: 300px; background-image:url(../images/location_zoom_square.jpg); background-repeat:no-repeat; border-radius: 100%; box-shadow: 0 0 0 2px #c6a07b, 0 0 7px 7px rgb(0 0 0 / 20%); } 

/* 모집공고 */
.mo-jip a,
.mo-jip a img{display:block;}

/* tab메뉴 */
.with_tab{margin-bottom: 70px;}
.with_tab ul{width:100%;display: flex;}
.with_tab li{width: 100%; height: 60px; line-height: 58px; text-align: center; font-size: 18px; color:#555; background: #fff; border-top:1px solid #ccc; border-bottom: 1px solid #ccc;cursor:pointer;}
.with_tab li:first-child{border-left: 1px solid #ccc;}
.with_tab li:last-child{border-right: 1px solid #ccc;}
.with_tab li:first-of-type~li{border-left: 1px solid #ccc;}
.with_tab li.on{background: #c6a07b; color:#fff;}
.with_tab.tab3 li{width:33.33%;}
.with_tab.tab7 li{width:14.28%;}
.with_box{display: none; text-align: center;}
.with_box.on{display: block;}