@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@font-face { font-family: 'SCoreDream'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff') format('woff'); font-weight: 100; font-style: normal; }
@font-face { font-family: 'SCoreDream'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff'); font-weight: 200; font-style: normal; }
@font-face { font-family: 'SCoreDream'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff'); font-weight: 300; font-style: normal; }
@font-face { font-family: 'SCoreDream'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff'); font-weight: 400; font-style: normal; }
@font-face { font-family: 'SCoreDream'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff'); font-weight: 500; font-style: normal; }
@font-face { font-family: 'SCoreDream'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff'); font-weight: 600; font-style: normal; }
@font-face { font-family: 'SCoreDream'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff'); font-weight: 700; font-style: normal; }
@font-face { font-family: 'SCoreDream'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff'); font-weight: 800; font-style: normal; }
@font-face { font-family: 'SCoreDream'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff'); font-weight: 900; font-style: normal; }


html,body{height: 100%;font-family: "Noto Sans KR", sans-serif;}
:root { --gap: 85px; }
.font-jost{ font-family: 'Jost', sans-serif;}
.wrap{height: 100%;min-width: 1400px;position: relative;max-width:1920px;margin:0 auto;}
.inner{width: 1500px;margin: 0 auto;position: relative;}
.in_1200{width:1200px;}
.section{overflow:hidden;}

.intro{width:100%;height:100%;position:absolute;left:0;top:0;z-index:150;overflow:hidden;transition-delay:4.5s;}
.intro img{display:block;}
.intro .bg{position:absolute;left:0;top:0;width:100%;height:100%;background: #000;transition:0.8s;transition-delay:3.8s;}
.intro .bg span{display:block;height:100%;position:relative;transition:2s;transition-delay:3.2s;}
.intro .bg span::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:url(../images/intro-bg.jpg) no-repeat center / cover;opacity:0;transform:scale(1.4);transition:2s;}
.intro .logo{position:absolute;left:50%;top:50%;width:46px;transform:translate(-50%,-50%);transition:1s 1s ease-in-out;transition-delay:3s;}
.intro .logo span{display:block;transition:2s;transition-delay:0.6s;transition-timing-function: ease-in-out;}
.intro .logo img{display:block;opacity:0;transform:translate(0,50%);transition:0.6s;}
.intro .txt{width:640px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);transition:1s 1s ease-in-out;transition-delay:3s;}
.intro .txt svg{display:block;transform:translate(400px,0);transition:2s;transition-delay:0.6s;transition-timing-function: ease-in-out;}
.intro .txt svg .base{fill:transparent;}
.intro .txt svg .line{fill:none;stroke:#fff;stroke-miterlimit:3;stroke-width:6px;}
.intro .txt svg .l1{stroke-dasharray: 60px;stroke-dashoffset: 60px;transition:0.8s;transition-delay:0.6s;}
.intro .txt svg .l2{stroke-dasharray: 15px;stroke-dashoffset: 15px;transition:0.4s;transition-delay:0.8s;}
.intro .txt svg .l3{stroke-dasharray: 45px;stroke-dashoffset: 45px;transition:0.5s;transition-delay:0.9s;}
.intro .txt svg .l4{stroke-dasharray: 50px;stroke-dashoffset: 50px;transition:0.6s;transition-delay:1s;}
.intro .txt svg .l5{stroke-dasharray: 25px;stroke-dashoffset: 25px;transition:0.5s;transition-delay:1.2s;}
.intro .txt svg .l6{stroke-dasharray: 10px;stroke-dashoffset: 10px;transition:0.3s;transition-delay:1.35s;}
.intro .txt svg .l7{stroke-dasharray: 10px;stroke-dashoffset: 10px;transition:0.3s;transition-delay:1.45s;}
.intro .txt svg .l8{stroke-dasharray: 20px;stroke-dashoffset: 20px;transition:0.3s;transition-delay:1.2s;}
.intro .txt svg .l9{stroke-dasharray: 20px;stroke-dashoffset: 20px;transition:0.3s;transition-delay:1.3s;}
.intro .txt svg .l10{stroke-dasharray: 15px;stroke-dashoffset: 15px;transition:0.3s;transition-delay:1.3s;}
.intro .txt svg .l11{stroke-dasharray: 15px;stroke-dashoffset: 15px;transition:0.3s;transition-delay:1.4s;}
.intro .txt svg .l12{stroke-dasharray: 70px;stroke-dashoffset: 70px;transition:0.5s;transition-delay:1.3s;}
.intro .txt svg .l13{stroke-dasharray: 10px;stroke-dashoffset: 10px;transition:0.3s;transition-delay:1.5s;}
.intro .txt svg .l14{stroke-dasharray: 40px;stroke-dashoffset: 40px;transition:0.4s;transition-delay:1.5s;}
.intro .txt svg .l15{stroke-dasharray: 50px;stroke-dashoffset: 50px;transition:0.4s;transition-delay:1.4s;}
.intro .txt svg .l16{stroke-dasharray: 30px;stroke-dashoffset: 30px;transition:0.5s;transition-delay:1.5s;}
.intro .txt svg .l17{stroke-dasharray: 10px;stroke-dashoffset: 10px;transition:0.3s;transition-delay:1.65s;}
.intro .txt svg .l18{stroke-dasharray: 40px;stroke-dashoffset: 40px;transition:0.4s;transition-delay:1.6s;}
.intro .txt svg .l19{stroke-dasharray: 50px;stroke-dashoffset: 50px;transition:0.4s;transition-delay:1.55s;}
.intro .txt svg .l20{stroke-dasharray: 10px;stroke-dashoffset: 10px;transition:0.3s;transition-delay:1.65s;}
.intro .txt svg .l21{stroke-dasharray: 10px;stroke-dashoffset: 10px;transition:0.3s;transition-delay:1.75s;}
.intro .txt svg .l22{stroke-dasharray: 25px;stroke-dashoffset: 25px;transition:0.4s;transition-delay:1.65s;}
.intro .txt svg .l23{stroke-dasharray: 40px;stroke-dashoffset: 40px;transition:0.5s;transition-delay:1.8s;}
.intro .txt svg .l24{stroke-dasharray: 65px;stroke-dashoffset: 65px;transition:0.5s;transition-delay:1.7s;}
.intro .txt svg .l25{stroke-dasharray: 40px;stroke-dashoffset: 40px;transition:0.5s;transition-delay:1.75s;}
.intro .txt svg .l26{stroke-dasharray: 10px;stroke-dashoffset: 10px;transition:0.3s;transition-delay:1.9s;}
.intro .txt svg .l27{stroke-dasharray: 50px;stroke-dashoffset: 50px;transition:0.4s;transition-delay:1.8s;}
.intro .txt svg .l28{stroke-dasharray: 25px;stroke-dashoffset: 25px;transition:0.4s;transition-delay:2s;}
.intro .txt svg .l29{stroke-dasharray: 40px;stroke-dashoffset: 40px;transition:0.4s;transition-delay:2.1s;}
.intro .txt svg .l30{stroke-dasharray: 65px;stroke-dashoffset: 65px;transition:0.5s;transition-delay:1.95s;}
.intro .txt svg .l31{stroke-dasharray: 45px;stroke-dashoffset: 45px;transition:0.5s;transition-delay:2.1s;}
.intro .txt svg .l32{stroke-dasharray: 60px;stroke-dashoffset: 60px;transition:0.5s;transition-delay:2.2s;}
.intro .txt svg .l33{stroke-dasharray: 15px;stroke-dashoffset: 15px;transition:0.4s;transition-delay:2.4s}
.intro .txt svg .l34{stroke-dasharray: 45px;stroke-dashoffset: 45px;transition:0.4s;transition-delay:2.35s;}
.intro .skip{position:absolute;z-index:10;right:180px;bottom:100px;transition:0.4s;transition-delay:3s;}
.intro .skip button{border:none;background:none;opacity:0;transform:translate(0,50%);transition:0.6s;transition-delay:0.4s;}
.intro.on{z-index:-1;}
.intro.on .bg{opacity:0;}
.intro.on .bg span{transform:scale(1.8);}
.intro.on .bg span::before{opacity:1;transform:none;}
.intro.on .logo{left: 33px;top: 44px;width: 14px;transform: translate(350px, 0);}
.intro.on .logo span{transform:translate(-350px,0);}
.intro.on .logo img{opacity:1;transform:none;transition-delay:0.2s;}
.intro.on .txt{left: 150px;top: 38px;transform: translate(-53px, 0);width: 208px;}
.intro.on .txt svg{transform:translate(53px,0);}
.intro.on .txt svg .line{stroke-dashoffset:0;}
.intro.on .skip{opacity:0;}
.intro.on .skip button{opacity:1;transform:none;}

/*header*/
header{position: absolute;top: 0;left: 0;width: 100%;z-index: 99;padding-left: 150px; padding-right: 70px; transition: 0.4s;text-align: center;height: 100px; transform: translate(0, -105%);}
.open header {transform: unset;}
header.open {transition: all 1s ease-in-out;}
header.remove {opacity: 0; visibility: hidden; transition: all 0.8s;}
header:before{content:"";display:block;width:100%;height:1px;background: #dcdcdc;position:absolute;left:0;top:99px;opacity:0;transition:0.4s;}
header .head_in { max-width: 1700px; position: relative; height: 100px; min-width: 1300px; overflow: hidden; z-index: 10; ; transition: 0.2s; }
header h1 { position: absolute; top: 50%; left: 0; top: 38px; }
header h1 a {display: flex; align-items: center;}
header h1 .active { display: none; }
header:hover h1 .basic { display: none; }
header:hover h1 .active { display: block; }
header .menu { height: 100px; }
header .menu>ul { display: flex; justify-content: center; height: 100%; }
header .menu .gnb1 { position: relative; height: 100%; }
header .menu .gnb1 > a { display: flex; align-items: center; justify-content: center; padding: 0 35px; transition: 0.3s; font-weight: 500; color: #ffffff; font-size: 18px; height: 100%; }
header .menu .gnb1>a>span { display: flex; align-items: center; justify-content: center; position: relative; height: 100%; }
header .menu .gnb1>a>span:before { content: ""; position: absolute; bottom: -1px; left: 50%; transform: translateX(-50%); background: #001241; 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 { position: absolute; top: 100%; left: 0; transform: translate(0, 30px); transition: 0.4s; width: 100%; padding: 12px 0; }
header .menu .gnb2 li a { display: block; font-size: 15px; color: #999; padding: 8px 0; letter-spacing: -0.05em; transition: 0.3s; white-space: nowrap; }
header .menu .gnb2 li a:hover{color:#001241;}
header .right { position: absolute; right: 0; top: 36px; display: flex; align-items: center; gap: 0 25px; }
header .right .open { font-size: 15px; letter-spacing: -0.05em; display: flex; align-items: center; justify-content: center; padding: 6px 15px; color: #fff; transition: all 0.3s ease-in-out; border-radius: 14px; border: 1px solid #fff; }
header .right .open {background: #fff;font-weight: 700;color: #001241;    }
header:hover .right .open {background: unset; color: unset; font-weight: 400;}
header .right .tel p { padding-left: 20px; color: #fff; font-family: "Jost"; font-size: 18px; font-weight: 500; background: url(../images/tel-icon-wh.png) no-repeat left 70%; transition: 0.3s; }
header:hover{box-shadow: 5px 5px 6.93px 0.07px rgb(0 0 0 / 10%);background:#fff;}
header:hover,
header:hover .head_in {height:285px; z-index: 100;}
header:hover::before{opacity:1;}
header:hover .menu .gnb1 > a{color:#000;}
header:hover .right .open {
    border-color: #000;
    color: #000;
}
header:hover .right .tel p{color:#000;background-image:url(../images/tel-icon-bl.png);}
header:hover .menu .gnb2{opacity:1;transform:none;;transition-delay:0.2s;}

@media all and (max-width:1700px) {
    header {
        padding: 0 120px;
    }
	.intro.on .txt{left:120px;}
}

@media all and (max-width:1580px) {
	.inner{width: 100%; padding: 0 160px;}
}

/*footer*/
footer{padding: 80px 0; background-color: #000000;padding-left: 150px;padding-right: 70px;position: relative;}
footer .top-btn { position: absolute; right: 70px; cursor: pointer; top: 40px; display: none;}
.subwrap footer .top-btn {display: block;}
footer .footer-inner { max-width: 1700px; margin: 0 auto; }
footer .f-top-box { display: flex; gap: 25px; line-height: 1.6em;}
footer .f-top-box p { display: flex; gap: 10px; font-size: 17px; font-weight: 400; letter-spacing: -0.05em; color: #fff; }
footer .f-body-box { margin: 30px 0 25px; font-size: 14px; letter-spacing: -0.05em; color: rgba(255,255,255,0.25); font-weight: 400; line-height: 1.5714em; }
footer .f-body-box .f-copy-box { margin-top: 20px; color: rgba(255,255,255,0.5); letter-spacing: 0; font-family: 'Pretendard', sans-serif; }
footer .f-flex-box {display: flex; justify-content: space-between; align-items: flex-start;}
footer .f-flex-box .right-box {
    font-size: 14px;
    letter-spacing: -0.05em;
    color: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 15px 25px;
    display: flex;
}

/* quick */
#quickMenu { position: absolute; left: 0; top: 0; width: 80px; height: 100svh; background-color: #001241; z-index: 99; display: flex; flex-direction: column; justify-content: center; align-items: center; }
#quickMenu ul { position: relative; }
#quickMenu .quick-icon { width:24px; height:24px; }
#quickMenu svg{ fill:none; stroke:currentColor; }
#quickMenu svg [stroke]{ stroke:currentColor !important; }
#quickMenu svg [fill]:not([fill="none"]){ fill:currentColor !important; }
#quickMenu svg .cls-1{ stroke:currentColor !important; fill:none !important; }
#quickMenu svg .cls-2, #quickMenu svg .cls-6{ fill:currentColor !important; }
#quickMenu li { width: 100%; }
#quickMenu li a { padding: 25px 0; display: flex; align-items: center; justify-content: center; color: #66718d; position: relative; }
#quickMenu li a::after { content: ''; position: absolute; left: 50%; bottom: 0; width: 0; height: 3px; transform: translateX(-50%); background-color: #fff; transition: all 0.3s ease-in-out; }
#quickMenu li.active a { color: #fff; }
#quickMenu li.active a::after { width: 30px; }
#quickMenu li.top-icon, #quickMenu li.btm-icon { position: absolute; }
#quickMenu li.top-icon { top: 8px; left: 0; height: 100px; display: flex; align-items: center; justify-content: center; }
#quickMenu li.btm-icon { bottom: 60px; }
#quickMenu li.btm-icon > a { display: flex; align-items: center; justify-content: center; }
/* END quick */

/* mv */
.mv {position: relative; width: 100%; height: 100%;}
.mv .inner { height: 100%; }
.mv .mv-inner {max-width: 1700px; margin: 0 auto; position: absolute; bottom: 75px; left: 150px; width: 100%;}
.mv .mv-slide { height: 100%; width: 100%; }
.mv .mv-slide .item { overflow: hidden; }
.mv .mv-slide .item .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: all 1.5s ease-in-out; transform: scale(1.1); }
.mv .mv-slide .item .bg img { width: 100%; height: 100%; object-fit: cover; }
.mv .mv-slide .item.swiper-slide-active .bg { transform: scale(1); }
.mv .mv-slide .mv-txt-box { position: absolute; left: 0; top: 27%; color: #fff; }
.mv .mv-slide .mv-txt-box .mv-sub-tit { font-size: 50px; font-weight: 300; letter-spacing: -0.1em; }
.mv .mv-slide .mv-txt-box .mv-sub-tit b { font-weight: 700; letter-spacing: -0.05em;}
.mv .mv-slide .mv-txt-box span { display: inline-block; }
.mv .mv-slide .mv-txt-box p { overflow: hidden; }
.mv .mv-slide .mv-txt-box .mv-tit { font-family: 'SCoreDream'; font-size: 80px; font-weight: 800; letter-spacing: 0; line-height: 1; margin: 20px 0 30px; }
.mv .mv-slide .mv-txt-box .mv-btn-box { margin-top: 40px; display: flex; gap: 10px; }
.mv .mv-slide .mv-txt-box .mv-btn-box a { display: flex; align-items: center; justify-content: center; /* min-width: 216px; height: 60px; gap: 9px; border-radius: 4px; font-weight: 700; letter-spacing: -0.05em; font-size: 18px; */ }
/* .mv .mv-slide .mv-txt-box .mv-btn-box a.add { color: #fff; background-color: #6fa3ca; }
.mv .mv-slide .mv-txt-box .mv-btn-box a.open { color: #001141; background-color: #ffffff; }
*/
.mv .mv-slide .mv-txt-box span, .mv .mv-slide .mv-btn-box a { opacity: 0; transform: translate3d(0, 100px, 0); }
.mv .mv-slide .swiper-slide-active .mv-txt-box span, .mv .mv-slide .swiper-slide-active .mv-btn-box a { opacity: 1; transform: unset; transition: all 1s ease-in-out; }
.mv .mv-slide .swiper-slide-active .mv-txt-box .mv-tit span { transition-delay: 0.5s; }
.mv .mv-slide .swiper-slide-active .mv-txt-box .mv-alt span { transition-delay: 0.6s; }
.mv .mv-slide .swiper-slide-active .mv-btn-box a { transition-delay: 0.8s; }
.mv .mv-slide .swiper-slide-active .mv-btn-box p:last-child a { transition-delay: 0.9s;  }
.mv .mv-slide-controll-box {display: flex; justify-content: space-between; z-index: 13; position: relative; width: 100%; gap: 45px; align-items: center;}
  
.mv .mv-slide-controll-box .play-box {flex-shrink: 0;}
.mv .mv-slide-controll-box .play-box.is-playing .play { display:none; }
.mv .mv-slide-controll-box .play-box.is-paused .stop { display:none; }
.mv .mv-slide-controll-box .right-box {display: flex; align-items: center; gap: 65px; flex-shrink: 0;}
.mv .mv-slide-controll-box .right-box .slide-page {font-size: 14px; font-weight: 400; color: #fff; letter-spacing: 0.05em;}
.mv .mv-slide-controll-box .right-box .slide-arw-box {display: flex; align-items: center; gap: 20px;}
.mv .mv-slide-controll-box .right-box .slide-arw-box a {position: relative;}
.mv .mv-slide-controll-box .right-box .slide-arw-box span {width: 2px; height: 15px; background-color: rgba(255, 255, 255, 0.4);}
.mv .mv-slide-controll-box .slide-progress {width: 100%; position: relative; background-color: rgba(255, 255, 255, 0.4); height: 2px;}
.mv .mv-slide-controll-box .slide-progress span {position: absolute; background-color: #6fa3ca; height: 100%; width: 0;}
.mv .mv-link-box-wrapper { position: absolute; z-index: 11; left: calc((100% - 1500px) / 2); bottom: 120px; color: #fff; height: auto; }
.mv .mv-link-box-wrapper p { overflow: hidden; }
.mv .mv-link-box-wrapper span { display: inline-block; }
.mv-link-tit { font-size: 22px; font-weight: 500; letter-spacing: -0.075em; margin-bottom: 25px; line-height: 1.2em;}
.mv-link-tit span, .mv-link-box01 .box, .mv-link-box01 .box span { transition: all 0.8s ease-in-out; transform: translate3d(0, 100px, 0); opacity: 0; }
.open .mv-link-tit span { transform: unset; opacity: 1; transition-delay: 1.2s; }
.open .mv-link-box01 .box { transition-delay: 1.4s; transform: unset; opacity: 1; }
.open .mv-link-box01 .box span { transition-delay: 1.55s; transform: unset; opacity: 1; }
.open .mv-link-box01 .box:nth-child(2) { transition-delay: 1.6s; }
.open .mv-link-box01 .box:nth-child(2) span { transition-delay: 1.75s; }
.open .mv-link-box01 .box:nth-child(3) { transition-delay: 1.8s; }
.open .mv-link-box01 .box:nth-child(3) span { transition-delay: 1.95s; }
.open .mv-link-box01 .box:nth-child(4) { transition-delay: 2s; }
.open .mv-link-box01 .box:nth-child(4) span { transition-delay: 2.15s; }
.mv-link-box01 { display: flex; gap: 7px; margin-top: 14px; }
.mv-link-box01 .box { position: relative; border-radius: 5px; overflow: hidden; }
.mv-link-box01 .box .txt-box { position: absolute; left: 30px; bottom: 25px; }
.mv-link-box01 .box .txt-box .sub-tit { font-size: 16px; font-weight: 400; letter-spacing: -0.05em; }
.mv-link-box01 .box .txt-box .tit { margin-top: 10px; font-size: 24px; font-weight: 700; letter-spacing: -0.025em; }

@media all and (max-height:880px) {
    .mv .mv-slide .mv-txt-box {
        top: 20%;
    }
}
@media all and (max-width:1580px) {
    .mv .mv-slide .mv-txt-box {
        left: 160px;
    }
    .mv .mv-link-box-wrapper {
        left: 0;
    }
}
/* END mv */

/* con02 */
.main .premium {background-color: #000000; position: relative;}
.main .premium-bg { position: absolute; bottom: 26%; opacity: 0; transition: all 0.6s ease-in-out; transition-delay: 1s; }
.main .active .premium-bg { opacity: 1; }
.main .con02-slide { opacity: 0; transition: all 0.9s ease-in-out; transition-delay: 1.2s; }
.main .active .con02-slide { opacity: 1; }
.premium-txt-box { text-align: center; color: #fff; }
.premium-txt-box p { overflow: hidden; }
.premium-txt-box p span { display: inline-block; }
.premium-txt-box span { opacity: 0; transform: translate3d(0, 100px, 0); }
.active .premium-txt-box span { opacity: 1; transform: unset; transition: all 1s ease-in-out; }
.premium-txt-box .sub-tit { font-weight: 400; font-size: 24px; letter-spacing: -0.075em; }
.premium-txt-box .tit { font-family:"Jost"; font-size: 70px; font-weight: 500; letter-spacing: 0; line-height: 1; margin-top: 19px; }
.premium-txt-box .tit span { transition-delay: 0.4s; }
.main .premium, .main .premium .inner {height: 100%;}
.main .premium .inner { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 85px; }
.main .con02-slide.swiper { overflow: hidden; height: 450px; padding-bottom: 50px; /* margin: 0 50px; */ }
.main .con02-slide .swiper-slide { width: 320px; border-radius: 18px; overflow: hidden; position: relative;   display: flex; align-items: flex-end; justify-content: center; transition: filter .25s ease, transform .25s ease, opacity .25s ease;  height: 100% !important; scale: 1.2 !important; transition: all 0.3s ease;}
.main .con02-slide .swiper-slide.swiper-slide-active {scale: 1 !important;}
.main .con02-slide .swiper-slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.main .con02-slide .txt-box .cap { position: absolute; bottom: 90px; left: 50%; transform: translateX(-50%); font-size: 35px; text-align: center; color: #fff; font-weight: 400; letter-spacing: -0.02em; transition: all 0.7s ease-in-out; width: 100%; font-family: 'Jost';}
.main .con02-slide .txt-box .cap span {display: inline-block; white-space: nowrap; width: 100%;}
.main .con02-slide .swiper-slide-active .txt-box .cap { font-weight: 500; bottom: 130px; }
.main .con02-slide .swiper-slide-active .txt-box .cap span {font-weight: 500; transition: all 0.9s ease;}
.main .con02-slide .txt-box .alt { text-align: center; position: absolute; bottom: 50px; left: 50%; transform: translate(-50%, 100px); opacity: 0; font-size: 16px; line-height: 1.6em; letter-spacing: -0.05em; color: #fff; transition: all 0.75s ease-in-out; width: 100%; }
.main .con02-slide .txt-box .alt b { font-size: 22px; line-height: 1.3636em; font-weight: 700; white-space: nowrap;}
.main .con02-slide .swiper-slide-active .txt-box .alt { opacity: 1; transform: translate(-50% , 0); }
.main .con02-slide .swiper-slide.edge-left::after, .swiper-slide.edge-right::after { content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 1; }
.main .con02-slide .swiper-slide.edge-left::after { background: linear-gradient(to left, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, 0) 100%); }
.main .con02-slide .swiper-slide.edge-right::after { background: linear-gradient(to right, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, 0) 100%); }
.main .con02 .swiper-button-prev, .main .con02 .swiper-button-next { color: #fff; width: 20px; height: 40px; position: absolute; top: calc(50% - 30px); transform: translateY(-50%); margin-top: unset; }
.main .con02-slide-wrap {position: relative; width: 100%;}
.main .con02 .swiper-button-prev { background: url('../images/main-con02-arw01.png') no-repeat center / cover; left: 0;}
.main .con02 .swiper-button-next { background: url('../images/main-con02-arw02.png') no-repeat center / cover; right: 0;}
.main .con02 .swiper-button-prev:after, .main .con02 .swiper-button-next:after { font-size: 0; }
.main .con02-slide .swiper-pagination { bottom: 0; font-size: 14px; font-weight: 300; letter-spacing: 0.05em; color: #fff; }
.main .con02-slide .swiper-slide img, .main .con02-slide .txt-box .cap p { opacity: 0; transform: translate3d(0, 100px, 0); transition: all 1s ease-in-out; }
.main .con02-slide .swiper-slide-active .txt-box .alt p { opacity: 0; transform: translate3d(0, 180px, 0); transition: all 1s ease-in-out; }
.main .active .con02-slide .swiper-slide-active .txt-box .alt p { opacity: 1; transform: unset; }
.main .active .con02-slide .swiper-slide img, .main .active .con02-slide .txt-box .cap p { opacity: 1; transform: unset; transition-delay: 1.3s; }
.main .active .con02-slide .txt-box .cap p { transition-delay: 1.5s; }
.main .active .con02-slide .swiper-slide-active .txt-box .alt p { transition-delay: 1.9s; }
/* END con02 */

/* con03 */
.location { position: relative; background-color: #000921; height: 100%; }
.location .inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.location .inner > div { flex-shrink: 0; }
.location .inner .loca-img { margin-top: auto; width: 1115px; margin-right: -122px;  position: relative;max-height: 866px;}
.main-txt-box { color: #fff; }
.main-txt-box p { overflow: hidden; }
.main-txt-box .label-txt { font-family:"Jost"; font-size: 15px; letter-spacing: 0.075em; font-weight: 400; }
.main-txt-box .sub-tit { font-size: 35px; line-height: 1.2857em; letter-spacing: -0.075em; margin: 30px 0 25px; font-weight: 400; }
.main-txt-box .tit { font-weight: 700; line-height: 1.16em; font-size: 60px; letter-spacing: -0.075em; }
.main-txt-box .detail p { padding-bottom: 10px; }
.main-txt-box .detail a { font-size: 16px; letter-spacing: -0.05em; text-decoration: underline; text-underline-position: under; text-underline-offset: 5px; display: inline-block; margin-top: 40px; }
.location .main-txt-box span, .location .main-txt-box .detail a { opacity: 0; transform: translate3d(0, 100px, 0); transition: all 1s ease-in-out; display: inline-block; }
.active .main-txt-box span, .active .main-txt-box .detail a { opacity: 1; transform: unset; }
.location .inner .loca-img .bg { opacity: 0; transition: all 0.8s ease-in-out; transition-delay: 1.8s; max-height: 866px;}
.active .inner .loca-img .bg { opacity: 1; }
.inner .loca-img .shadow { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url('../images/main-con03-bg02.png?v=5') no-repeat center / auto 100%; z-index: 2; transform-origin: 45% 60%; transform: scale(0); transition: 1s; }
.inner .loca-img .shadow span { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url('../images/main-con03-bg03.png?v=5') no-repeat center / cover; opacity: 0; transition: 1s; }
.active .inner .loca-img .shadow { transform: unset; transition-delay: 2s; opacity: 1; }
.active .inner .loca-img .shadow span { transform: unset; transition-delay: 2.5s; opacity: 1; }
  
.location .main-txt-box .sub-tit span { transition-delay: 0.4s; }
.location .main-txt-box .tit span { transition-delay: 0.8s; }
.location .main-txt-box .detail a { transition-delay: 1.1s; }
/* END con03 */

/* con04 */
.info-section {background-color: #000; height: 100%;}
.info-section .inner { height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: 70px; }
.info-section .inner .box { position: relative; }
.info-section .main-txt-box { position: absolute; top: 22%; left: 0; width: 100%; }
.info-section .main-txt-box .box { position: absolute; top: 0; left: 0; }
.info-section .main-txt-box .tit { margin: 20px 0 15px; }
.main-txt-box .alt { font-size: 18px; line-height: 1.5em; font-weight: 400; color: #fff; letter-spacing: -0.075em; }
.main-txt-box .alt em { font-size: 14px; }
.info-section .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.info-section .bg img {width: 100%; height: 100%; object-fit: cover;opacity: 0; visibility: hidden; transition: all 0.6s ease-in-out;position: absolute; left: 0; top: 0;}
.info-section .main-txt-box .box { opacity: 0; visibility: hidden; transition: all 0.6s ease-in-out; height: 0; }
.info-section .bg img.active {opacity: 1; visibility: visible;}
.info-section .main-txt-box .box.active { opacity: 1; visibility: visible; height: auto; }
.info-section .inner .btm-box { position: relative; display: flex; justify-content: space-between; margin-top: 124px; }
.info-section .inner .btm-box .box:nth-child(1) .num { left: -40px; }
.info-section .inner .btm-box .box { cursor: pointer; }
.info-section .inner .btm-box .num { position: absolute; bottom: 0; width: auto; left: -57px; }
.info-section .inner .btm-box .img { border-radius: 6px; overflow: hidden; position: relative; }
.info-section .inner .btm-box .txt { position: absolute; bottom: 30px; left: 20px; font-size: 20px; line-height: 1.5em; letter-spacing: -0.05em; color: #fff; }
.info-section .inner .btm-box .num span { position: absolute; bottom: 0; left: 0; width: 100%; height: 0%; transition: all 0.8s ease-in-out; background: url('../images/main-con03-num01-active.png'); background-position: center bottom; }
.info-section .inner .btm-box .box:nth-child(2) .num span { background: url('../images/main-con03-num02-active.png'); background-position: center bottom; }
.info-section .inner .btm-box .box:nth-child(3) .num span { background: url('../images/main-con03-num03-active.png'); background-position: center bottom; }
.info-section .inner .btm-box .box:nth-child(4) .num span { background: url('../images/main-con03-num04-active.png'); background-position: center bottom; }
.info-section .inner .btm-box .img::after { content: ''; position: absolute; background-color: rgba(5, 42, 145, 0.4); left: 0; right: 0; bottom: 0; width: 100%; height: 0; border-radius: 6px; transition: all 0.6s ease-in-out; }
.info-section .inner .btm-box .box { opacity: 0; transform: translate3d(0, 300px, 0); transition: all 0.9s ease-in-out; transition-delay: 0.3s; }
.info-section .inner .btm-box .box:nth-child(2) { transition-delay: 0.6s; }
.info-section .inner .btm-box .box:nth-child(3) { transition-delay: 0.9s; }
.info-section .inner .btm-box .box:nth-child(4) { transition-delay: 1.2s; }
.active .info-section .inner .btm-box .box { opacity: 1; transform: unset; }
.info-section .inner .btm-box .box.active span, .info-section .inner .btm-box .box.active .img::after { height: 100%; }
.info-section .main-txt-box span, .info-section .main-txt-box .detail a { opacity: 0; transform: translate3d(0, 100px, 0); transition: all 1s ease-in-out; display: inline-block; }
.info-section .main-txt-box .box.active span, .info-section .main-txt-box .box.active .detail a { opacity: 1; transform: unset; }
.info-section .inner .btm-box .box.active .num { z-index: 2; }

@media all and (max-width:1580px) {
    .info-section .main-txt-box .box {
        left: 160px;
    }
    .info-section .inner .btm-box {
        gap: 0 40px;
    }
}
/* END con04 */

/* con05 */
.contact-section { background-color: #000921; }
.contact-section, .contact-section .inner { height: 100%; position: relative; }
.contact-section .inner { display: flex; }
.contact-section .inner > div { flex: 1; display: flex; align-items: center; justify-content: center; }
.contact-section .contact-txt-box { color: #fff; }
.contact-section .contact-txt-box .tit { font-family:"Jost"; font-size: 60px; font-weight: 500; letter-spacing: 0; }
.contact-section .contact-txt-box .link-box { margin: 50px 0 40px; }
.contact-section .contact-txt-box .link-box .sub-box { display: flex; font-size: 20px; padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.2); font-weight: 400; }
.contact-section .contact-txt-box .link-box .sub-box > div { flex-shrink: 0; }
.contact-section .contact-txt-box .link-box .sub-box .t { min-width: 93px; letter-spacing: -0.075em; }
.contact-section .contact-txt-box .link-box .sub-box .a { letter-spacing: -0.05em; padding-right: 40px; }
.contact-section .contact-txt-box .link-box .sub-box .link { display: flex; align-items: center; gap: 20px; margin-left: auto; }
.contact-section .contact-txt-box .link-box .sub-box .link span { background-color: rgba(255, 255, 255, 0.2); width: 1px; height: 14px; }
.contact-section .contact-txt-box .alt-box .alt { font-size: 18px; font-weight: 400; }
.contact-section .contact-txt-box .alt-box .alt .n { letter-spacing: -0.075em; }
.contact-section .contact-txt-box .alt-box .alt .b { margin: 0 5px; }
.contact-section .contact-txt-box .alt-box .alt b { font-family: 'Jost'; letter-spacing: 0; font-weight: 600; }
.contact-section .contact-txt-box .alt-box .alt .l b { font-weight: 400; }
.contact-section .contact-txt-box .alt-box .alt .a { letter-spacing: 0; }
.contact-section .contact-txt-box .alt-box .alt .a + .a { margin-left: 20px; }
.contact-section .contact-txt-box .alt-box .alt + .alt { margin-top: 10px; }
.contact-section .contact-txt-box .tell-box { margin-top: 50px; font-family: 'Jost'; font-weight: 500; font-size: 24px; display: flex; align-items: center; gap: 7px; }
.contact-section .contact-txt-box p { overflow: hidden; }
.contact-section .contact-txt-box .tit p span { display: inline-block; }
.contact-section .contact-txt-box .tit p span, .contact-section .contact-txt-box .link-box, .contact-section .contact-txt-box .alt-box, .contact-section .contact-txt-box .tell-box, .contact-section .cotact-box:nth-child(2) { opacity: 0; transform: translate3d(0, 100px, 0); transition: all 1s ease-in-out; }
.contact-section .contact-txt-box .link-box { transition-delay: 0.4s; }
.contact-section .contact-txt-box .alt-box { transition-delay: 0.8s; }
.contact-section .contact-txt-box .tell-box { transition-delay: 1.2s; }
.contact-section .cotact-box:nth-child(2) { transition-delay: 1.6s; }
.active .contact-txt-box .tit p span, .active .contact-txt-box .link-box, .active .contact-txt-box .alt-box, .active .contact-txt-box .tell-box, .active .cotact-box:nth-child(2) { opacity: 1; transform: unset; }

/* END con05 */

/* con06 */
.qr-section{position: relative; background-color: #000921;}
.qr-section .qr-bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url('../images/main-con06-bg.jpg') no-repeat center / cover; opacity: 0; transition: all 1s ease-in-out;}
.qr-section, .qr-section .inner { height: 100%; }
.qr-section .inner { display: flex; align-items: center; justify-content: center; text-align: center; }
.qr-section .qr-txt-box { color: #fff; }
.qr-section .qr-txt-box .tit { font-size: 45px; letter-spacing: -0.05em; font-weight: 700; }
.qr-section .qr-txt-box .alt { font-weight: 400; letter-spacing: -0.075em; font-size: 18px; line-height: 1.55em; margin: 20px 0 50px; }
.qr-section .step-box { margin-top: 45px; display: flex; justify-content: center; gap: 47px; }
.qr-section .step-box .box { font-size: 16px; letter-spacing: -0.05em; font-weight: 400; line-height: 1.25em; }
.qr-section .step-box .box .icon { margin-bottom: 15px; position: relative; }
.qr-section .step-box .box:not(:first-child) .icon::after { content: ''; position: absolute; right: calc(100% + 7px); top: 50%; transform: translate(-50%, -50%); width: 16px; height: 11px; background: url('../images/main-con06-arw.png') no-repeat center / cover; }
.qr-section .qr-txt-box p { overflow: hidden; }
.qr-section .qr-txt-box span { display: inline-block; }
.qr-section .qr-txt-box .tit span,
.qr-section .qr-txt-box .alt span,
.qr-section .qr-txt-box .img {
    transform: translate3d(0, 100px, 0);
    opacity: 0;
    transition: all 1s ease-in-out;
}
.qr-section .qr-txt-box .box {
    transform: translate3d(0, 100px, 0);
    opacity: 0;
    transition: all 0.7s ease-in-out;
}
.active .qr-txt-box .tit span, .active .qr-txt-box .alt span, .active .qr-txt-box .img, .active .qr-txt-box .box { opacity: 1; transform: unset; }
.active .qr-bg {opacity: 1;}
.active .qr-section .qr-txt-box .tit span {transition-delay: 0.4s;}
.active .qr-section .qr-txt-box .alt span { transition-delay: 0.8s; }
.active .qr-section .qr-txt-box .img { transition-delay: 1.2s; }
.active .qr-section .qr-txt-box .box { transition-delay: 1.6s; }
.active .qr-section .qr-txt-box .box:nth-child(2) { transition-delay: 2s; }
.active .qr-section .qr-txt-box .box:nth-child(3) { transition-delay: 2.4s; }
.active .qr-section .qr-txt-box .box:nth-child(4) { transition-delay: 2.8s; }
/* END con06 */

/* popup */
/*popup*/
.popup{position:fixed;left:0;top:0;z-index:9999;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction: column;transform:translate(0,-100%);transition:1s;}
#dontShow {appearance: auto; -webkit-appearance: auto; -moz-appearance: auto;}
.popup .dim{position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.8);z-index:-1;}
.pop_sd{position:relative;z-index:1;text-align:center;overflow: hidden;max-width: 100%;}
.pop_sd .swiper-wrapper{height:auto;}
.pop_sd .pop_close{margin-bottom:20px;}
.pop_sd .pop_close button{border:none;background:none;color:#fff;font-size:1rem;}
.pop_sd ul{display:flex;gap: 0 10px; flex-direction: row-reverse;}
/* .pop_sd ul li{max-width:360px;}
*/
.pop_sd ul li img{display:block;width:100%;}
.pop_sd .pop_bot{margin-top:20px;display:flex;align-items:center;justify-content: center;}
.pop_sd .pop_chk{text-align:center;}
.pop_sd .pop_chk label{display:flex;gap: 0 10px;justify-content: center;}
.pop_sd .pop_chk label p{color:#fff;font-size:1rem;}
.pop_sd .pop_arrow{display:none;align-items:center;justify-content: space-between;background-color: #fff;border-radius:50px;width: 90px;height: 32px;}
.pop_sd .pop_arr{height: 100%;flex-grow: 1;display: flex;align-items: center;justify-content: center;}
.pop_sd .pop_page{color:#000;font-size:1.08rem;width: auto;letter-spacing: 0.05em;display:flex;flex-direction: row-reverse;gap: 0 3px;}
.pop_btn{position:absolute;left:0;top:250px;z-index: 20;cursor:pointer;transform:translate(-100%,0);transition:0.6s;transition-delay:2s;}
.pop_btn::before{content:"";position:absolute;top:148px;left:19px;width:8px;height:12px;background:url(../images/pop-arr.png) no-repeat center / contain;transition:0.6s;}
.pop_btn button{border:none;background:none;display:block;}
.pop_btn img{display:block;}
.vis.on .pop_btn{transform:none;}
.popup.on{transform:none;}
@media all and (max-width:1300px){
	.pop_btn{top: 180px;}
}
@media all and (max-width:1064px){
    .popup{justify-content: flex-start;}
	.pop_sd{width: 80%;max-width: 360px;margin-top: 46px;}
	.pop_sd ul{gap:0;flex-direction: row;}
	.pop_sd .pop_close{margin-bottom:10px;}
	.pop_sd .pop_bot{margin-top:10px;justify-content: space-between;flex-direction: row-reverse;}
	.pop_sd .pop_arrow{display:flex;}
	.pop_btn{display:none;}
    .pop_sd .pop_close button{font-size: 14px;}
    .pop_sd .pop_chk label p{font-size: 12px;}
    .pop_sd .pop_page{font-size: 12px;}
}

/*sub*/
.sub_top{position: relative;}
.sub_top .bg{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;}
.sub_top .bg span{display:block;height:100%;background: url(../images/sub-top-bg.jpg?ver=3) no-repeat center / cover;transform:scale(1.2);transition:2s;}
.sub_top .sub_tit { padding: 160px 0 155px; text-align: center; position: relative; z-index: 1; }
.sub_top .sub_tit dl dt { margin-bottom: 25px; font-weight: 300; font-size: 40px; letter-spacing: -0.1em; color: #fff; }
.sub_top .sub_tit dl dt b { font-weight: 700; letter-spacing: 0; }
.sub_top .sub_tit dl dt p { transition-delay: 0.9s; opacity: 0; transform: translate(0, 100%); transition: 1s; }
.sub_top .sub_tit dl { overflow: hidden; }
.sub_top .sub_tit dl dd { font-family: 'SCoreDream'; font-weight: 900; color: #fff; font-size: 60px; letter-spacing: 0; opacity: 0; transform: translate(0, 100%); transition: 1s; transition-delay: 0.6s; }
.sub-inner { max-width: 1200px; margin: 0 auto; position: relative; }
.sub_menu { position: absolute; right: 0; bottom: 0; display: flex; /* align-items: flex-start; */ z-index: 22; }
.sub_menu .home { width: 65px; position: relative; margin-bottom: 15px; }
.sub_menu .depth { font-size: 17px; font-weight: 400; letter-spacing: -0.05em; white-space: nowrap; color: #fff; display: flex; align-items: center; gap: 55.5px; }
.sub_menu .depth .sub-depth1 { position: relative; display: flex; height: 100%; align-items: center; gap: 26px; padding-left: 20px; padding-bottom: 15px; }
.sub_menu .depth > ul { display: flex; height: 100%; }
.sub_menu .depth > ul >li > a { display: flex; align-items: center; justify-content: center; height: 100%; padding: 0 22.5px; padding-bottom: 15px; border-bottom: 4px solid transparent; }
.sub_menu .depth > ul >li.active > a { border-color: #c9dbed; }
.sub_menu .home a { display: flex; height: 30px; align-items: center; justify-content: center; border-left: 1px solid rgba(255, 255, 255, 0.5); border-right: 1px solid rgba(255, 255, 255, 0.5); }
.open .sub_top .bg span, .open .sub_top .sub_tit dl dt p, .open .sub_top .sub_tit dl dd{opacity:1;transform:none;}

.content{padding: 85px 0 150px;font-family:"Noto Sans KR";}
.sub-tit01 { font-size: 45px; font-weight: 700; letter-spacing: 0; color: #000000; text-align: center;  position: relative;}
.sub-tit01 .bar { height: 38px; width: 1px; background-color: #000; margin: 35px auto 50px; }
/* .sub-tit01 p { overflow: hidden; }
*/
.sub-tit01 p span { display: inline-block; }
.precaution{background-color: #f5f5f5;margin-top: 60px;padding: 30px 20px 30px 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: 25px;text-indent: -15px;}
.intro-info-box { width: 100%; display: flex; flex-wrap: wrap; gap: 38px 80px; margin-top: 100px; }
.intro-info-box .box { flex: 0 0 calc(50% - 40px); font-weight: 400; padding-bottom: 25px; border-bottom: 1px solid #cccccc; }
.intro-info-box .box .sub-tit { font-size: 16px; letter-spacing: -0.05em; color: #3f3e40; margin-bottom: 20px; }
.intro-info-box .box .tit { font-size: 20px; letter-spacing: -0.05em; color: #000000; }
.intro-info-box .box .tit span + span { margin-left: 20px; }

/* location */
.sub-flex-box01 { display: flex; gap: 20px; }
.sub-flex-box01 > div { width: calc(50% - 10px); }
.sub-flex-box01>.info-box { background: url('../images/sub13-bg.jpg') no-repeat center / cover; display: flex; flex-direction: column; justify-content: center; padding: 25px; gap: 35px; color: #fff; }
.sub-flex-box01>.info-box > .box { padding-bottom: 40px; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.sub-flex-box01>.info-box .link-box .sub-box { display: flex; align-items: center; font-size: 17px; }
.sub-flex-box01>.info-box .link-box .sub-box + .sub-box { margin-top: 5px; }
.sub-flex-box01>.info-box .link-box .sub-box > div { flex-shrink: 0; }
.sub-flex-box01>.info-box .link-box .sub-box .label { height: 38px; min-width: 120px; display: flex; align-items: center; justify-content: center; border-radius: 19px; border: 1px solid rgba(255, 255, 255, 0.5); font-weight: 700; letter-spacing: -0.05em; margin-right: 15px; }
.sub-flex-box01>.info-box .link-box .sub-box .alt { font-weight: 400; }
.sub-flex-box01>.info-box .link-box .sub-box .link { margin-left: auto; display: flex; align-items: center; gap: 20px; }
.sub-flex-box01>.info-box .link-box .sub-box .link span { width: 1px; height: 14px; background-color: #fff; }
.sub-flex-box01>.info-box .tell-box { text-align: center; }
.sub-flex-box01>.info-box .tell-box .t-box { display: flex; gap: 10px; align-items: center; justify-content: center; font-family: 'Jost'; font-weight: 600; letter-spacing: 0; font-size: 28px; margin-bottom: 24px; }
.sub-flex-box01>.info-box .tell-box .b-box { font-weight: 400; font-size: 18px; letter-spacing: -0.05em; }
/* END location */

/* brand */
.page_container * {line-height: 1.4;}
.brand { max-width: 1100px; margin: 0 auto; }
.brand h3 { font-size: 34px; text-align: center; position: relative; font-weight: 600; padding: 0 0 2rem; margin: 5rem 0 2rem; color:#333}
.brand h3::after { content: ""; display: block; position: absolute; left: 50%; bottom: 0; width: 130px; height: 2px; transform: translateX(-50%); background: #eee; }
.brand .en_tit { text-align: center; font-size: 22px; color: #9ab3cd; font-weight: 400; }
.brand .en_tit strong { font-weight: 600; }
.brand .summary p { font-size: 17px; text-align: center; font-weight: 400; color: #222;}
.brand .summary p strong { display: block; margin: 1rem 0; font-size: 26px; color: #001041; font-weight: 600; }
.brand .brand_con { margin: 8rem 0;text-align:center}
.brand_logo { display: flex; margin: 0 0 4rem; }
.brand_logo .logo_img { width: 380px; text-align: center; position: relative; border: 1px solid #e9e9e9; border-right: none; display: flex; align-items: center; justify-content: center; }
.brand_logo .logo_img img { width: 50%; }
.brand_logo .logo_img span { box-sizing: border-box; text-align: center; display: block; position: absolute; top: 0px; left: 0px; width: 90px; height: 50px; font-size: 14px; line-height: 1.1; background: #001141; color: #fff; padding: 8px 0 0; }
.brand_logo .logo_txt { box-sizing: border-box; width: calc(100% - 380px); background: #001141; padding: 3rem 4rem; text-align: left; }
.brand_logo .logo_txt dt { padding: 0 0 1rem; font-size: 26px; color: #fff; font-weight: 600;}
.brand_logo .logo_txt dd p { font-size: 17px; color: #fff; font-weight: 500;}

.brand .mov_responsive { position: relative; padding: 56.25% 0 0; margin: 4rem 0; }
.brand .mov_responsive iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}

.brand_award { padding: 0;}
.brand_award h4 { position: relative; text-align: center; margin: 0 0 2rem; }
.brand_award h4::before { content: ""; display: block; position: absolute; top: 50%; left: 0px; width: 100%; height: 1px; background: #000; z-index: -1; }
.brand_award ul { display: flex; justify-content: space-between;}
.brand_award ul li { width: 18%; padding: 0 0 2rem;}
.brand_award ul li img { width: 100%;}
/* END brand */


/*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; v}
.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: #222;}
.terms dl dd{font-size: 15px;line-height: 20px;color: #666;}
.terms table{border-top: 1px solid #707070;width: 100%;margin-bottom: 50px; border-bottom: 1px solid #707070;}
.terms table th{font-size: 14px;font-weight: 600;color: #666;vertical-align: middle;border-bottom: 1px solid #707070;border-right: 1px solid #707070;padding: 15px 0; background: #f0f0f0;  border-left: 1px solid #707070;}
.terms table td{font-size: 14px;line-height: 22px;color: #666;padding: 15px 0 15px 30px;border-bottom: 1px solid #707070; border-right: 1px solid #707070;}
.terms table.type2 th:last-child{border-right: 1px solid #707070;}
.terms table.type2 td{text-align: center;border-right: 1px solid #707070;padding: 15px 0;}
.terms table.type2 td:last-child{border-right: 1px solid #707070;}
.terms table tr:last-of-type th,
.terms table tr:last-of-type td{border-bottom: 1px solid #707070;}

.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 #01185c;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: #01185c;border: 1px solid #01185c;color: #fff}
.sche_tab li a:hover{background-color: #01185c;border: 1px solid #01185c;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: #036db86c;color:#fff;}
.calendar table td.on input.active{background-color: #01185c;}
.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: #0085e46c;}
.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: #01185c;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;}

/*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 { }
}

/* COMING SOON 텍스트  */
.coming_title{padding-top: 40px; font-size: 48px; color: #ccc; font-family: 'Jost'; font-weight: 500; text-align:center;}
.coming_text{font-size: 18px; color: #ccc; padding-top: 5px;  text-align:center;}

/* 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:#00244b; color:#fff;border:1px solid #00244b;font-weight:bold;}/*컬러변경*/
.tab1 ul li{width:100%;}
.tab2 ul li{width:50%;}
.tab3 ul li{width:33.33%;}
.with_box{display:none; text-align:center;}
.with_box.on{display:block;}
.tab7 ul li{width:25%;}
.tab7.tab8 ul li{width:50%;}
.tab4 .block li{float:left; width:12.333%}
.tab5 ul {justify-content:space-around; width: 100%; gap: 0px;}
.tab5 li {width: 100%; box-sizing: border-box;}

.with_tab.unit li.on:first-of-type{background: #f38393; border: 1px solid #f38393;}
.with_tab.unit li.on:nth-of-type(2){background: #51c4d3; border: 1px solid #51c4d3;}
.with_tab.unit li.on:last-of-type{background: #faa639; border: 1px solid #faa639;}

/* 전시품목 탭메뉴 */
.ui_tabcontents .tab_inner {text-align: right; padding-bottom: 40px;}
.ui_tabcontents .tab_inner li {display:inline-block; text-align: center; position: relative; margin-left: 5px;}
.ui_tabcontents .tab_inner li a {
    font-family: 'Noto Sans';
    color: #fff;
    font-size: 16px;
    display: inline-block;
    background: #959ba7;
    padding: 20px 30px;
    transition: all .3s;
}
.ui_tabcontents .tab_inner li a:hover {
  background: #003057;
}

/* 전시품목 팝업 */
.pop_img{
    position: fixed;
    left: 0; top: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .6);
    z-index: 10000;
}

.pi_wrap{
    width: 1020px;
    position: relative;
}
.pi_in{
    width: 1020px;
    height: 800px;
    box-sizing: border-box;
    position: absolute;
    left:50%; top:50%;
    transform: translate(-50%, -50%);
    overflow-x: hidden;
    overflow-y: scroll;
}
.pi_in::-webkit-scrollbar{
    width: 20px;
    border: none;
    background: #f3f3f3;
}
.pi_in::-webkit-scrollbar-thumb{
   background-color:#036eb8 
}

.pi_img{
    width: 100%;
    object-fit: cover;
}
.pi_wrap .close{
    position: absolute;
    right: 50%;
    top: -400px;
    transform: translateX(560px);
    background: none;
    border: none;
}

/* 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; display: flex; justify-content: space-around;}
.tabsub li { float:left; width:100%; 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:#036eb8; font-weight:bold;}/*폰트 색변경*/
.tabsub li.on:after {content:''; width:100%; height:2px; background:#036eb8; 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:60px 0 55px;}/* tab 라인 색변경*/
.floorplan_tab ul{display:flex;justify-content: space-around;}
.floorplan_tab ul li a{line-height:60px;color:#888;display:block;position:relative;}
.floorplan_tab ul li.active a{color:#000}/* 폰트색변경*/
.floorplan > li.active{display:block;}
.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;overflow:hidden;}
.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;}
.mo-jip a{display:block;color:#fff;display:flex;    align-items: center;justify-content: center;line-height:100px;}
.mo-jip a:nth-child(1){font-size:26px;background:#00244b;width:790px;}
.mo-jip a:nth-child(1) span{font-weight:300;}
.mo-jip a:nth-child(2){font-size:22px;background:#00172f;width:410px;}
.mo-jip a:nth-child(2) img{margin-right:15px}
.mo-jip2{display:flex;text-align:center;}
.mo-jip2 a{display:block;color:#fff;display:flex;    align-items: center;justify-content: center;line-height:100px;}
.mo-jip2 a:nth-child(1){font-size:26px;background:#22acb1;width:790px;}
.mo-jip2 a:nth-child(1) span{font-weight:300;}
.mo-jip2 a:nth-child(2){font-size:22px;background:#0b8b90;width:410px;}
.mo-jip2 a:nth-child(2) img{margin-right:15px}

.mo-jip3{display:flex;text-align:center;}
.mo-jip3 a{display:block;color:#fff;display:flex;    align-items: center;justify-content: center;line-height:100px;}
.mo-jip3 a:nth-child(1){font-size:26px;background:#1c70b0;width:790px;}
.mo-jip3 a:nth-child(1) span{font-weight:300;}
.mo-jip3 a:nth-child(2){font-size:22px;background:#14598d;width:410px;}
.mo-jip3 a:nth-child(2) img{margin-right:15px}

.mj1 a:nth-child(1){background: #004290;}
.mj1 a:nth-child(2){background: #032956;}
.mj2 a:nth-child(1){background: #00acc7;}
.mj2 a:nth-child(2){background: #0b5a74;}

.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:100%;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:#001241;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;}


/* 청약 확인 */

.subscrip-wrap{
    display: flex;
    width: 100%;
    max-width: 1200px;
    height: 600px;
    margin: 0 auto;
    font-family: 'Pretendard', sans-serif;
    justify-content: space-around;
    align-items: center;
    border-radius: 16px;
    letter-spacing: -0.025em;
}
.subscrip-info-wrap{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: url(../images/sub-bg.jpg);
	color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 16px 0px 0px 16px;
}
.subscrip-info-title{
    font-weight: 500;
    font-size: 30px;
    line-height: 42px;
}
.subscrip-info-item{
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 30px 0px 50px 0px;
}
.subscrip-info-item > span{
    display: block;
    width: 1px;
    height: 50px;
    background: #fff;
}
.subscrip-info-desc{
    font-weight: 600;
    font-size: 52px;
}

.subscrip-submit-wrap{
    display: flex;
    flex-direction: column;
    width: 100%; height: 100%;
    background: #004290;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 0px 16px 16px 0px;
}
.subscrip-submit-info{
    font-size: 22px;
    line-height: 34px;
    margin-top: 40px;
    font-weight: 400;
}
.subscrip-input-wrap{
    width: 450px;
    margin-top: 30px;
}
.subscrip-submit-input{
    display: block;
    width: 100%;
    height: 70px;
    padding: 0px 35px;
    margin-top: 10px;
    border: none;
    border-radius: 35px;
    background: #fff;
    box-sizing: border-box;
    outline: none;
    font-family: 'Pretendard', sans-serif;
}
.subscrip-submit-btn{
    width: 100%;
    height: 60px;
    background: #00b5c8;
    border: none;
    font-family: 'Pretendard', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin-top: 30px;
}

.result_modal_bg * {
    font-family: 'Pretendard', sans-serif;
    letter-spacing: -0.025em;
}

.result_modal_bg{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
.result_modal_wrap{
    display: block;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    max-height: 600px;
    position: relative;
}

.result_modal_close_btn{
    width: 60px;
    height: 60px;
    position: absolute;
    top: -55px; right: -55px;
    padding: 20px;
    background: #036eb8;
    border-radius: 50%;
}
.result_modal_close_btn > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.result_modal_item{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 500px;
    background: #fff;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.result_modal_title{
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #414141;
}
.result_modal_desc{
    font-size: 42px;
    font-weight: 700;
    color: #414141;
}
.result_namespace-wrap{
    display: block;
    width: 100%;
    padding : 0px 90px;
    box-sizing: border-box;
    margin-top: 36px;
}
.result_namespace-item p{
    display: inline;
}
.result_namespace-item p:first-of-type{
    margin-right: 40px;
}
.result_namespace-item{
    background: #f3f3f3;
    line-height: 80px;
    color: #424242;
}
.namespace-title{
    font-weight: 400;
}
.namespace-item{
    font-weight: 500;
}
.namespace-item:not(:last-of-type){
    padding-right: 40px;
}

.result_modal_content{
    margin-top: 50px;
    color: #3b3b3b;
    margin-bottom: 30px;
}
.result_modal_content-title{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
}
.result_modal_content-desc{
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
}

@media screen and (min-width:1201px) {
    .result_modal_wrap{
        display: block;
        width: 100%;
        max-width: 1000px;
        height: 100%;
        max-height: 600px;
        position: relative;
    }
    
}

@media screen and (max-width:1200px) {
    .result_modal_bg * {
        font-family: 'Pretendard', sans-serif;
        letter-spacing: -0.025em;
    }
    
    .result_modal_bg{
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.8);
        z-index: 9999;
        justify-content: center;
        align-items: center;

    }
    .result_modal_wrap{
        display: block;
        width: 100%;
        height: 100%;
        max-height: 450px;
        position: relative;
        padding: 16px 16px;
        box-sizing: border-box;
    }
    
    .result_modal_close_btn{
        width: 60px;
        height: 60px;
        position: absolute;
        top: -80px; right: 50%;
        padding: 20px;
        background: #036eb8;
        border-radius: 50%;
        transform: translateX(50%);
    }
    .result_modal_close_btn > img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .result_modal_item{
        position: absolute;
        top: 50%; left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        width: calc(100% - 32px);
        height: 100%;
        max-height: 500px;
        background: #fff;
        border-radius: 16px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    
    .result_modal_title{
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        margin-top: 16px;
        margin-bottom: 10px;
        color: #414141;
    }
    .result_modal_desc{
        font-size: 34px;
        font-weight: 700;
        color: #414141;
    }
    .result_namespace-wrap{
        display: block;
        width: 100%;
        padding : 0px 16px;
        box-sizing: border-box;
        margin-top: 36px;
    }
    .result_namespace-item{
        background: #f3f3f3;
        line-height: 40px;
        color: #424242;
        text-align: center;
        padding: 0px 16px;
        box-sizing: border-box;
    }
    .result_namespace-item p{
        display: block;
    }
    .result_namespace-item p:first-of-type{
        margin-right: 0px;
    }
    .namespace-title{
        font-weight: 400;
    }
    .namespace-item{
        font-weight: 500;
    }
    .namespace-item:not(:last-of-type){
        padding-right: 30px;
    }
    
    .result_modal_content{
        margin-top: 50px;
        color: #3b3b3b;
        margin-bottom: 30px;
    }
    .result_modal_content-title{
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 16px;
    }
    .result_modal_content-desc{
        font-size: 16px;
        font-weight: 300;
        margin-top: 10px;
        line-height: 24px;
        word-break: keep-all;
    }
    
}

/* 돋보기 */
.sub_location {position: relative;}
.sub_location .map-zoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    
}
.sub_location .magnifier { display: none; position: absolute; width: 300px; height: 300px;background-color:#fff; background-image: url("../images/sub21-2-1.svg?ver=5"); background-repeat: no-repeat; border-radius: 100%; box-shadow: 0 0 7px 7px rgb(0 0 0 / 20%); z-index: 10; cursor: none; }

.sub_location img { display: block; }

.location_gray{background-color:#f8f8f8;padding: 70px 80px;}


/* 개인정보처리방침 추가 */
/* 
  용도 : 공통레이어 (개인정보 취급방침 등)
*/
.layerPopup {
  position:fixed;
  z-index:1000;
  left:50%;
  top:50%;
  display: none;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  background-clip: padding-box;
  background:#fff;
  transform: translate(-50%, -50%);
}
.layerPopup .layerPopup_in {display:block; position: relative; text-align: left;}
.layerPopup .closeLayer {
  display: inline-block;
  color: #4a525f;
  font-size: 0;
  color: transparent;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  z-index: 90;
}
.layerPopup .closeLayer a {width: inherit; height: inherit; padding:10px 20px; font-size: 2.6rem; color: #000;}
.layerPopup.privacy_layer .closeLayer a {color: #000;}
.layerContent {
  padding-top: 50px;
  margin-top: 20px;
}
.layerContent.rejectbox {
  border-top: 1px solid #ccc;
  line-height: 1.7;
  font-size: 16px;
}
.layerPopup .closeLayer:hover {color:#095573;}


/* 
  용도 : 개인정보 취급방침
*/
.layerPopup.privacy_layer .closeLayer { right: -1.5rem; top: -6rem; }
.layerPopup.privacy_layer { position: fixed; top: 50%; padding-top: 20px; -webkit-transform: translate(-50.1%, -50%); -moz-transform: translate(-50.1%, -50%); -ms-transform: translate(-50.1%, -50%); transform: translate(-50.1%, -50%); }
.privacy_pop { width: 1000px; padding: 1.6rem; height: calc( 100vh - 20rem ); overflow-y: scroll; }
.privacy_pop h2 {text-align: center; font-size: 1.5rem; color:#000; padding-bottom: 2rem; position: relative; margin-bottom: 2rem; font-weight: 500;}
.privacy_pop h2::before { content: ""; width: 1px; height: 20px; position: absolute; left: 50%; background: #535353; bottom: 0; }
.privacy_pop .rule_list_box {background: #fbfbfb; border: 1px solid #e4e4e4; overflow:hidden; padding: 20px;}
.privacy_pop .rule_list_box ul { display: flex; flex-direction: row; flex-wrap: wrap; }
.privacy_pop .rule_list_box li {width: 50%; padding: 0.3rem 0;}
.privacy_pop .rule_list_box li a {display: block; font-size: 0.92rem; font-weight: 500;}
.privacy_pop .rule_list_box li:nth-child(2n+1) {clear: both;}
.privacy_pop .privacy_summary {padding: 1.2rem 0; border-bottom: 2px solid #5872af; color: #222; font-size: 0.87rem; line-height: 1.6;}
.privacy_pop .privacy_summary p {padding: 5px 0;}
.privacy_pop .privacy_con {line-height: 1.6; padding: 20px 0; font-size: 0.87rem;}
.privacy_pop .privacy_con h3 {font-size: 1rem; color: #000; padding-bottom: 5px; font-weight: 500;}
.privacy_pop .privacy_con p {padding: 5px 0;}
.privacy_pop .privacy_con ul {margin-left: 5px;}
.privacy_pop .privacy_con ul li {padding-left: 12px;}
.privacy_pop .privacy_con ol li {padding-left: 1.2rem;}
.privacy_pop .privacy_con ul.bl_dot>li:before {top: 0.7rem;}
.privacy_pop .privacy_con table {margin-bottom: 1rem;}
@media screen and (min-width: 1025px) { 
    .layer_title { text-align: center; padding: 2rem 0 1rem; position: relative; }
    .layer_title span.tit {position: relative; font-size: 1.8rem; color: #000; font-weight: 500;}
    .layer_title::before { content: ""; position: absolute; left: 0; right: 0; bottom: -1rem; height: 2rem; background: rgba(255,255,255,1); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(57%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0))); background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 57%, rgba(255,255,255,0) 100%); background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 57%, rgba(255,255,255,0) 100%); }
    .layerPopup { position:fixed; z-index:1000; left:50%; top:50%; display: none; -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5); box-shadow: 0 5px 15px rgba(0,0,0,0.5); background-clip: padding-box; background:#fff; transform: translate(-50%, -50%); }
    .layerPopup .layerPopup_in {display:block; position: relative; text-align: left;}
    .layerPopup .closeLayer { display: inline-block; color: #4a525f; font-size: 0; color: transparent; position: absolute; right: 1rem; top: 0.5rem; z-index: 90; }
    .layerPopup.privacy_layer .closeLayer { right: -1.5rem; top: -6rem; }
    .layerPopup .closeLayer a {width: inherit; height: inherit; padding:10px 20px; font-size: 2.6rem; color: #000;}
    .layerPopup.privacy_layer .closeLayer a {color: #000;}
    body.main .layerPopup.privacy_layer .closeLayer a {color: #fff;}
    .layerContent { padding-top: 50px; margin-top: 20px; }
    .layerContent.rejectbox { border-top: 1px solid #ccc; line-height: 1.7; font-size: 16px; }
    .layerPopup .closeLayer:hover {color:#095573;}
    #layerScreen {z-index:80;position:fixed;top:0;left:0;right:0;bottom:0;background:black;filter:Alpha(opacity=30);opacity:0.6;-moz-opacity:0.3;display:none;}
    .layerPopup.privacy_layer { position: fixed; top: 50%; padding-top: 20px; -webkit-transform: translate(-50.1%, -50%); -moz-transform: translate(-50.1%, -50%); -ms-transform: translate(-50.1%, -50%); transform: translate(-50.1%, -50%); }
    .button_group {text-align: center; padding: 2.5rem 0;}
    .privacy_pop { width: 1000px; padding: 1.6rem; height: calc( 100vh - 20rem ); overflow-y: scroll; }
    .privacy_pop h2 {text-align: center; font-size: 1.5rem; color:#000; padding-bottom: 2rem; position: relative; margin-bottom: 2rem; font-weight: 500;}
    .privacy_pop h2::before { content: ""; width: 1px; height: 20px; position: absolute; left: 50%; background: #535353; bottom: 0; }
    .privacy_pop .rule_list_box {background: #fbfbfb; border: 1px solid #e4e4e4; overflow:hidden; padding: 20px;}
    .privacy_pop .rule_list_box ul { display: flex; flex-direction: row; flex-wrap: wrap; }
    .privacy_pop .rule_list_box li {width: 50%; padding: 0.3rem 0;}
    .privacy_pop .rule_list_box li a {display: block; font-size: 0.92rem; font-weight: 500;}
    .privacy_pop .rule_list_box li:nth-child(2n+1) {clear: both;}
    .privacy_pop .privacy_summary {padding: 1.2rem 0; border-bottom: 2px solid #5872af; color: #222; font-size: 0.87rem; line-height: 1.6;}
    .privacy_pop .privacy_summary p {padding: 5px 0;}
    .privacy_pop .privacy_con {line-height: 1.6; padding: 20px 0; font-size: 0.87rem;}
    .privacy_pop .privacy_con h3 {font-size: 1rem; color: #000; padding-bottom: 5px; font-weight: 500;}
    .privacy_pop .privacy_con p {padding: 5px 0;}
    .privacy_pop .privacy_con ul {margin-left: 5px;}
    .privacy_pop .privacy_con ul li {padding-left: 12px;}
    .privacy_pop .privacy_con ol li {padding-left: 1.2rem;}
    .privacy_pop .privacy_con ul.bl_dot>li:before {top: 0.7rem;}
    .privacy_pop .privacy_con table {margin-bottom: 1rem;}
}
@media screen and (max-width: 1024px) { 
    .layerPopup { position:fixed; z-index:9999; display:block; left:50%; top:50%; -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5); box-shadow: 0 5px 15px rgba(0,0,0,0.5); background-clip: padding-box; background:#fff; -webkit-transform: translateX(-50%)translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); width: 92%; display: none; }
    .layerPopup h3 {font-size:36px; color: #222; padding-bottom: 12px;}
    .layerPopup .layerPopup_in {display:block; position: relative; text-align: left;}
    .layerPopup .closeLayer {display:inline-block;color:#4a525f; position:absolute; right:-20px; top:-86px; font-size:0; color: transparent;}
    .layerPopup .closeLayer a {width: inherit; height: inherit; padding:10px 20px; font-size: 45px; color: #fff;}
    .imgIcon.closex:after {}
    .layerContent { padding-top: 50px; margin-top: 20px; }
    .layerContent.rejectbox { border-top: 1px solid #ccc; line-height: 1.7; font-size: 16px; }
    .layerPopup .closeLayer:hover {color:#095573;}
    .layerPopup.privacy_layer { padding: 0; /* height: 70vh; */ }
    .layerPopup.privacy_layer .closeLayer {top: -45px; right:0;}
    .layerPopup.privacy_layer .closeLayer a {padding: 0; font-size: 38px;}
    #layerScreen{z-index:999;position:fixed;top:0;left:0;right:0;bottom:0;background:black;filter:Alpha(opacity=30);opacity:0.6;-moz-opacity:0.3;display:none;}
    #layerModal{z-index:9999;position:fixed;top:0;left:0;right:0;bottom:0;background:black;filter:Alpha(opacity=30);opacity:0.6;-moz-opacity:0.3;display:none;}
    /* 개인정보 취급방침 */ .privacy_link {text-align: center; padding: 10px 0;}
    .privacy_link a {display: inline-block; padding: 5px 10px; color: #fff; font-size: 11px;}
    .privacy_pop { width: 100%; height: 65vh; overflow-y: scroll; padding: 20px 15px; }
    .privacy_pop h2 {text-align: center; font-size: 18px; color: #535353; padding-bottom: 30px; position: relative; margin-bottom: 20px; font-weight: 700;}
    .privacy_pop h2::before { content: ""; width: 1px; height: 20px; position: absolute; left: 50%; background: #535353; bottom: 0; }
    .privacy_pop .rule_list_box {background: #fbfbfb; border: 1px solid #e4e4e4; overflow:hidden; padding: 20px;}
    .privacy_pop .rule_list_box li {padding: 5px 0;}
    .privacy_pop .rule_list_box li:nth-child(2n+1) {clear: both;}
    .privacy_pop .rule_list_box li a {color: #222;}
    .privacy_pop .privacy_summary {padding: 25px 0; border-bottom: 2px solid #5872af; color: #222; font-size: 13px; line-height: 1.6;}
    .privacy_pop .privacy_summary p {padding: 5px 0;}
    .privacy_pop .privacy_con {line-height: 1.6; padding: 10px 0; font-size: 12px;}
    .privacy_pop .privacy_con h3 {font-size: 14px; color: #535353; font-weight: 700; padding-bottom: 5px;}
    .privacy_pop .privacy_con p {padding: 5px 0;}
    .privacy_pop .privacy_con ul {}
    .privacy_pop .privacy_con ul li {padding-left: 12px;}
    .privacy_pop .privacy_con ol li {padding-left: 15px;}
    .privacy_pop .privacy_con ol.circle_list>li::before {top: 2px;}
    .privacy_pop .privacy_con ul.bl_dot>li:before {top: 8px;}
}

/* END 개인정보처리방침 추가 */

.service{overflow:hidden;position:relative;padding: 265px 20px 95px;}
.service .bg{position:absolute;left:0;top:0;width:100%;height:100%;background:url(../images/service-bg.jpg) no-repeat center top / cover;opacity:0;;transform:scale(1.2);transition:1s;}