@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');
@font-face {font-family:'Thesignature';font-weight:400;src:url('../font/Thesignature.otf'), url('../font/Thesignature.woff');}
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100..900;1,100..900&display=swap');


html,body{height: 100%;font-family: "Noto Sans KR";}
.wrap{height: 100%;min-width: 1400px;position: relative;max-width:2000px;margin:0 auto; opacity: 0;}
.inner{max-width: 1760px;margin: 0 auto;position: relative; width: 100%;}
.subwrap .content .inner {max-width: 1200px;}
.inner.in_1400{width:1400px;}
.inner.in_1460{width:1460px;}
.section{overflow:hidden;}
.wrap.open{opacity: 1;}
/*header*/
header.remove {    opacity: 0; visibility: hidden; transition: all 0.8s;}
header{position: absolute;top: 0;left: 0;width: 100%;z-index: 99;padding: 0 20px;transition: 0.4s;text-align: center;height: 100px;}
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: 1760px;margin: 0 auto;position: relative;height: 100px;min-width: 1300px;overflow: hidden;z-index: 10;;transition: 0.2s;}
header h1{position: absolute;top: 37px;left: 0;}
header h1 a{display: block;width: 251px;height: 25px;background: url(../images/logo.png) no-repeat center;background-size: contain;}
header .menu > ul{display:inline-block;}
header .menu ul::after{content: "";display: block;clear: both;}
header .menu .gnb1{float: left;max-width:180px;transition:0.5s;}
header .menu .gnb1 > a{display: block;line-height: 100px;color: #fff;font-size: 17px;padding: 0 20px;font-weight: 500;transition: 0.3s;position:relative;}
header .menu .gnb1 > a > span{display:block;position:relative;padding:0 5px;}
header .menu .gnb1 > a > span:before{content:"";position:absolute; bottom:-1px;left:50%;transform:translateX(-50%); background:#2d3d7d;width:0%;height:3px;opacity:0;transition:.5s;z-index:111}
header .menu .gnb1:hover > a > span:before{opacity:1;width:100%;}
header .menu .gnb2 { margin-top: 25px; text-align: left; opacity: 0; transform: translate(0, 30px); transition: 0.4s; }
header .menu .gnb2 li a{display: block;font-size: 14px;color: #999;padding-bottom:15px;letter-spacing: 0px;line-height: 1.3em;transition:0.3s;white-space:nowrap; text-align: center; font-weight: 400;}
header .menu .gnb2 li a:hover{color:#2d3d7d;}
header .rig{position:absolute;right:0;top:32px;display:flex;align-items:center;gap:0 20px;}
header .rig .open p { background-color: #c1985d; font-size: 18px; color: #fff; text-align: center; padding: 0 19px; height: 33px; border-radius: 16.5px; font-weight: 700; display: flex; align-items: center; }
header .rig .open p span { display: inline-block; margin-bottom: 3px; }
header .rig .tel p{padding-left:22px;color:#fff;font-family:"Jost";font-size:20px;font-weight:600;background:url(../images/h-tell.png) no-repeat left 70% / 16px 16px;transition:0.3s;display: flex;align-items: center; gap: 5px;}
header .rig .tel p strong{font-size:25px;font-weight:600;}
header:hover{box-shadow: 5px 5px 6.93px 0.07px rgb(0 0 0 / 10%);background:#fff;}
header:hover h1 a {background: url(../images/logo-active.png) no-repeat center;background-size: contain;}
header:hover,
header:hover .head_in {height:330px;}
header:hover::before{opacity:1;}
header:hover .menu .gnb1 > a{color:#222;}
header:hover .rig .tel p{color:#222;background-image:url(../images/h-tell-active.png);}
header:hover .menu .gnb1{max-width:200px;}
header:hover .menu .gnb2{opacity:1;transform:none;;transition-delay:0.3s;}
.fp-viewing-1 header h1 a
 {background: url(../images/logo-active.png) no-repeat center;background-size: contain;}
.fp-viewing-1 header .menu .gnb1 > a,
.fp-viewing-5 header .menu .gnb1 > a{color:#222;}
.fp-viewing-1 header .rig .tel p,
.fp-viewing-5 header .rig .tel p{color:#222;background-image:url(../images/h-tell-active.png);}
.fp-viewing-6 header{opacity:0;pointer-events:none;}
@media all and (max-width:1600px){
	header .menu > ul{margin-right:0;}
}

/*footer*/
footer { position: relative; padding: 75px 70px 70px 85px; background-color: #151515; }
footer .top_btn { position: absolute; right: 0; top: 0; }
footer .inner { display: flex; align-items: flex-start; gap: 65px; }
footer .inner .f-alt-t { display: flex; gap: 40px; }
footer .inner .f-alt-c { font-size: 13px; line-height: 1.538em; letter-spacing: -0.05em; font-weight: 400; color: rgba(255, 255, 255, 0.25); margin: 30px 0 35px; }
footer .inner .f-alt-c .custom { margin: 10px 0; display: flex; gap: 10px; }
footer .inner .f-alt-copy { font-size: 14px; font-weight: 400; letter-spacing: 0; color: rgba(255, 255, 255, 0.5); }
footer .inner .f-right { margin-top: auto; margin-left: auto; }

/*popup*/
.popup{position:absolute;left:0;top:0;z-index:100;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction: column;transform:translate(0,-100%);transition:1s;}
.popup .dim{position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.6);z-index:-1;}
.pop_sd{position:relative;z-index:1;text-align:center;overflow: hidden;}
.pop_sd .swiper-wrapper{height:auto;}
.pop_sd .pop_close{margin-bottom:30px;}
.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 img{display:block;width:100%;}
.pop_sd .pop_bot{margin-top:30px;display:flex;align-items:center;justify-content: center;}
.pop_sd .pop_chk{text-align:center;margin-top:20px;}
.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_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;}
.popup.on{transform:none;}

.scroll{position:absolute;bottom:90px;left:80px;z-index:5;animation: scroll 3s 1.4s infinite;}
.scroll span{display:block;opacity:0;transition:0.6s;transition-delay:0.8s;}
.scroll span::before{content:"";display:block;width:20px;height:85px;background:url(../images/scroll-wh.png) no-repeat center / contain;transition:0.6s;}
.open .scroll span{opacity:1;}
.fp-viewing-page2 .scroll span::before,
.fp-viewing-page5 .scroll span::before{background-image: url(../images/scroll-bl.png);}
.fp-viewing-page6 .scroll span{opacity:0;transition-delay:0s;}
@keyframes scroll { 
	0% {transform:translate(0,0);}

	50% {transform:translate(0,40px);}
	100% {transform:translate(0,0);}

 }

/* main */

/* mv */
.mv { position: relative; width: 100%; height: 100%; }
.mv .mvBgTxtBox { display: flex; height: 100%; flex-direction: column; align-items: center; justify-content: center; position: relative;}
.mv .mvBgTxtBox .mvBgTxt02 { margin: 100px 0 50px; }
.mv .mvBgTxtBox .mvBgTxt { opacity: 0; transform: translate3d(0, 100px, 0); transition: all 1s ease-in-out; }
.mv .mvSlide { width: 100%; height: 100%; }
/* .mv .mvSlide .item .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: all 1.5s ease-in-out; transform: scale(1.1); }
*/
.mv .mvSlide .item .bg img {  width: 100%; height: 100%;  }
.mv .mvSlide .item.swiper-slide-active .bg { transform: scale(1); }
.mv .mvSlide .item .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: all 1.5s ease-in-out; transform: scale(1.1); }
.mv .mvSlide .item .txtBox { position: absolute; }
.mv .mvSlide .item .txtBox02 { left: 52%; top: 22%; }
.mv .mvSlide .item .txtBox02 .mvTxtBox { opacity: 0; transform: translate3d(0, 100px, 0); transition: all 1s ease-in-out; }
.mv .mvSlide .item .txtBox02 .mvTxtBox02 { margin: 27px 0 45px; }
.mv .mvSlide .item.swiper-slide-active .txtBox02 .mvTxtBox { opacity: 1; transform: unset; }
.mv .mvSlide .item.swiper-slide-active .txtBox02 .mvTxtBox02 { transition-delay: 0.3s; }
.mv .mvSlide .item.swiper-slide-active .txtBox02 .mvTxtBox03 { transition-delay: 0.6s; }
.mv.active .mvBgTxtBox .mvBgTxt { opacity: 1; transform: unset; }
.mv.active .mvBgTxtBox .mvBgTxt01 { transition-delay: 0.3s; }
.mv.active .mvBgTxtBox .mvBgTxt02 { transition-delay: 0.6s; }
.mv.active .mvBgTxtBox .mvBgTxt03 { transition-delay: 0.9s; }
.mv.ing .mvBgTxtBox {opacity: 0; transition: 0.9s;}
.mv .register-wrap { position: absolute; right: 4%; bottom: 60px; width: 105px; height: 105px; z-index: 100; }
.register-wrap .btn-wrap { display: flex; position: relative; width: 100%; height: 100%; justify-content: center; align-items: center; }
.register-wrap .btn-wrap p { display: flex; position: relative; width: 100%; height: 100%; justify-content: center; align-items: center; }
.register-wrap .btn-wrap span { position: relative; z-index: 5; }
.register-wrap .btn-wrap p::before { display: block; position: absolute; top: 50%; left: 50%; width: 70px; height: 70px; background: #ba995a; content: ''; transition: .5s; border-radius: 50%; transform: translate(-50%, -50%); z-index: 1; }
.register-wrap:hover .btn-wrap p::before { width: 105px; height: 105px; }
.register-wrap .btn-wrap em { position: absolute; top: 5px; left: 5px; width: 95px; height: 95px; background: url(../images/main-vis-icon-off.png) no-repeat center; animation: roll 5s linear infinite; transition: background .6s; z-index: 10; }
/* .register-wrap:hover .btn-wrap em { background: url(../images/main-vis-icon-on.png) no-repeat center; }
*/
@keyframes roll{ 0%{transform: rotate(0deg);}
100%{transform: rotate(360deg);}
}
.mv .mvSlide .item .bg { overflow: hidden; position: absolute; left: 50%; top: 50%; margin-top: -483px; margin-left: -960px; width: 1920px; height: 966px; }
.mv .mvBgWrap { width: 100%; height: 100%; position: relative; }
.mv .mvBgWrap .bg02 { position: absolute; width: 1920px; height: 1791px; left: 50%; top: 0; margin-left: -960px; transition: all 4s ease-in-out; }
.mv .mvBgWrap .bg02 img {width: 100%; height: 100%;}
.mv.ing .mvBgWrap .bg02 { top: 100%; transform: translate(0, -99%); }
.mv.end .mvBgWrap { opacity: 0; transition: all 0.2s ease-in-out; visibility: hidden; }
@media all and (min-width:2000px) {
    .mv .mvSlide .item .bg{ left: 0; top: 0; width: 100%; height: 100%; margin-top: 0; margin-left: 0; }
    .mv .mvBgWrap .bg02 {left: 0; width: 100%; margin-top: 0; margin-left: 0;}
}
/* END mv */

/* premium */
.main .premium { position: relative; width: 100%; height: 100%; padding: 80px 0; display: flex; align-items: flex-end; }
.main .premiumBg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url('../images/main-con02-bg.jpg') no-repeat center / cover;}
.main .premiumTit { position: absolute; left: calc(50% - 23.5px); top: 15%; transform: translateX(-50%); font-size: 26px; letter-spacing: -0.02em; font-weight: 500; color: #090909; }
.main .premiumTit p:nth-child(2) { font-family: 'Jost'; font-weight: 600; letter-spacing: -0.02em; font-size: 44px; margin-top: 10px; position: relative; color: #2b2e5e; }
.main .premiumTit p em { /* font-family: 'Poppins', sans-serif; font-size: 100px; letter-spacing: -0.075em; color: #2b2e5e; line-height: 0; */ width: 49px; height: 72px; position: absolute; left: calc(100% + 10px); bottom: 14%; }
.main .premium .premiumSlide { width: 100%; margin-top: auto; padding-bottom: 45px; }
.main .premium .item { position: relative; width: 455px; height: 548px; overflow: hidden; margin-top: auto; display: flex; justify-content: center; align-items: flex-end; }
.premium .swiper-slide-next { transform: translateX(30px) !important; }
.premium .swiper-slide-prev { transform: translateX(-30px) !important; }
.main .premium .item .subItem { width:340px; height:412px; position: relative; border-radius: 15px; transition: all 0.45s ease-in-out; z-index: 2; }
.main .premium .item .subItem .bg {width: 100%; height: 100%;}
.main .premium .item .subItem .bg::after {
    content: '이미지컷';
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 13px;
    font-weight: 400;
    z-index: 33;
}
.main .premium .item .subItem .bg img {width: 100%; height: 100%;}
.main .premium .item .txtBox { position: absolute; bottom: 45px; left: 50%; transform: translateX(-50%); text-align: center; opacity: 0; visibility: hidden; transition: all 0.5s ease-in-out; z-index: 2; width: 100%; }
.main .premium .item .txtBox .txt p { overflow: hidden; }
.main .premium .item .txtBox .txt p span { display: inline-block; opacity: 0; transform: translate3d(0, 100px, 0); transition: all 0.9s ease-in-out; color: #fff; }
.main .premium .item .txtBox .txt01 { font-family: 'Jost'; font-size: 15px; font-weight: 400; letter-spacing: 0.04em; }
.main .premium .item .txtBox .txt02 { font-size: 30px; font-weight: 700; letter-spacing: -0.05em; margin: 20px 0 30px; }
.main .premium .item .txtBox .txt03 { font-size: 18px; letter-spacing: -0.05em; line-height: 1.55em; color: #c8c8c8; font-weight: 400; }
.main .premium .item .txtBox .txt02 p span { transition-delay: 0.4s; }
.main .premium .item .txtBox .txt03 p span { transition-delay: 0.8s; }
.main .premium .item .txtBox .txt03 em { font-size: 15px; }
.main .premium .item .subItem::after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 15px; background-color: rgba(0, 0, 0, 0.3); }
.main .premium .premiumSlideFlexBox { display: flex; position: absolute; bottom: 0; left: 50%; width: 100%; justify-content: center; align-items: center; transform: translateX(-50%); gap: 10px; }
.main .premium .item.swiper-slide-active .txtBox { opacity: 1; visibility: visible; }
.main .premium .item.swiper-slide-active .txtBox .txt p span { opacity: 1; transform: unset; }
.main .premium .item.swiper-slide-active .subItem { width: 100%; height: 100%; }
.main .premium .premiumSlide .item.swiper-slide-active .subItem::after{ content:""; position:absolute; left:0; right:0; bottom:0; height: 100%; background:linear-gradient(to top, rgba(0,0,0,.95) 0%, rgba(0,0,0,0) 70%); pointer-events:none; }
.main .premium .swiper-pagination { position: relative; bottom: unset; top: unset; left: unset; display: flex; gap: 10px; font-family: 'Jost'; font-size: 13px; letter-spacing: 0.02em; font-weight: 700; color: #2b2e5e; align-items: center; width: auto; }
.main .premium .swiper-pagination .prog { width: 140px; height: 1px; background-color: #fff; position: relative; }
.main .premium .swiper-pagination .prog .bar { background-color: #2b2e5e; position: absolute; left: 0; top: 0; height: 1px; }
.main .premium .swiper-button-next, .main .premium .swiper-button-prev { position: relative; top: unset; left: unset; right: unset; width: 9px; height: 12px; margin-top: unset; }
.main .premium .swiper-button-next::after, .main .premium .swiper-button-prev::after { content: none; }
.main .premium .swiper-button-prev { background: url('../images/main-con02-arw01.png') no-repeat center / cover; margin-right: 5px; }
.main .premium .swiper-button-next { background: url('../images/main-con02-arw02.png') no-repeat center / cover; }
.main .premium .premiumSlide { opacity: 0; transform: translate3d(0, 100px, 0); transition: all 0.7s ease-in-out; }
.main .premium .premiumTit { opacity: 0; transform: translate(-50%, 100px); transition: all 0.7s ease-in-out; }
.main .premium.active .premiumTit { transform: translate(-50%, 0); opacity: 1; }
.main .premium.active .premiumSlide { opacity: 1; transform: unset; }
.main .premium .premiumSlide { transition-delay: 0.3s; }
/* END premium */ 

/* location */ 
.main .location { position: relative; padding: 70px 0; width: 100%; height: 100%; background-color: #000;}
.main .location .inner { height: 100%; max-width: 1400px;}
.main .location .bgBox { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.main .location .bgBox img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; scale: 1.2; transition: all 1s ease-in-out; }
.main .location .bgBox img.active { scale: 1; opacity: 1; }
.main .location .subBgBox { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); display: flex; justify-content: center; gap: 28px; }
.main .location .subBgBox div { position: relative; cursor: pointer; border-radius: 50%; width: 110px; aspect-ratio: 1/1; overflow: hidden; }
.main .location .subBgBox div.active::after { content: ''; position: absolute; left: 0; top: 0; width: calc(100% - 6px); height: calc(100% - 6px); border-radius: 50%; border: 3px solid #fff; }
.main .location .txtBox { color: #fff; }
.main .location .txtBox .tTxt { position: absolute; left: 0; top: 15%; font-size: 50px; font-weight: 700; letter-spacing: -0.05em; line-height: 1.28em; }
.main .location .txtBox .centerTxt { font-family:'Thesignature'; font-size: 80px; letter-spacing: 0; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.main .location .txtBox .btmTxt { position: absolute; right: 0; bottom: 15%; font-size: 18px; font-weight: 400; letter-spacing: -0.05em; line-height: 1.7em; text-align: right; }
.main .location .txtBox .btmTxt em { font-size: 15px; }
.main .location .txtBox p { overflow: hidden; }
.main .location .txtBox span { display: inline-block; opacity: 0; transform: translate3d(0, 100px, 0); transition: all 0.9s ease-in-out; }
.main .location .txtBox.active span { opacity: 1; transform: unset; }
.main .location .txtBox.active .centerTxt span { transition-delay: 0.4s; }
.main .location .txtBox.active .btmTxt span { transition-delay: 0.8s; }
/* END location */

/* brand */
.main .brand { position: relative; width: 100%; height: 100%; padding-bottom: 90px; }
.main .brandBg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url('../images/main-brand-bg.jpg') no-repeat center / cover;}
.main .barndInner { height: 100%; display: flex; flex-direction: column; justify-content: flex-end; position: relative; z-index: 1; }
.main .brandImgBox { display: flex; width:max-content; gap: 55px; animation : marq 31s infinite linear; }
.main .brandImgBox img{ flex:0 0 auto; }
@keyframes marq { from{ transform:translateX(0); }
to{   transform:translateX(-50%); }
}
.main .brandTxtBox { color: #fff; text-align: center; }
.main .brandTxtBox .tit { font-size: 30px; line-height: 1.6em; letter-spacing: -0.05em; }
.main .brandTxtBox .tit b { font-size: 40px; font-weight: 700; }
.main .brandTxtBox .alt { font-size: 18px; letter-spacing: -0.05em; line-height: 1.5em; margin-top: 30px; }
.main .brandNumBox { margin: 75px 0 100px; display: flex; align-items: center; justify-content: center; gap: 180px; text-align: center; position: relative; }
.main .brandNumBox::after { content: ''; position: absolute; left: 50%; top: 50%; width: 1px; height: 0; background-color: #fff; transform: translate(-50%, -50%);  transition: all 0.8s ease-in-out;}
.main .brandNumBox .num { font-family: 'Play'; font-weight: 700; font-size: 84px; letter-spacing: -0.01em; color: #102764; }
.main .brandNumBox span { color: #102764; font-size: 20px; letter-spacing: -0.07em; }
.main .brand p { overflow: hidden; }
.main .brand span { display: inline-block; opacity: 0; transform: translate3d(0, 100px, 0); transition: all 0.9s ease-in-out; }
.main .brandTxtBox .alt span { transition-delay: 0.4s; }
.main .brandNumBox span { transition-delay: 0.8s; }
.main .brandMarquee { opacity: 0; transform: translate3d(0, 100px, 0); transition: all 0.8s ease-in-out; transition-delay: 1.2s; }
.main .brand.active span, .main .brand.active .brandMarquee { opacity: 1; transform: unset; }
.main .brand.active .brandNumBox::after {height: 140px; transition-delay: 0.4s;}
/* END brand */

/* contact */
.main .contact { position: relative; width: 100%; height: 100%; }
.main .contact .inner { max-width: 1200px; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.main .contactBg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url('../images/main-contact-bg.jpg') no-repeat center / cover;}
.main .contactMapBox { margin-top: 80px; display: flex; gap: 58px; text-align: center; }
.main .contactTit { font-family: 'Jost'; font-size: 42px; letter-spacing: 0; font-weight: 500; color: #fff; }
.main .contactTit p { overflow: hidden; }
.main .contactTit span { display: inline-block; opacity: 0; transform: translate3d(0, 100px, 0); transition: all 0.9s ease-in-out; }
.main .contactMapBox > div { flex-shrink: 0; }
.main .contactMapBox .txtBox { margin-top: 38px; color: #fff; }
.main .contactMapBox .txtBox .tit { font-size: 20px; font-weight: 700; letter-spacing: -0.02em; }
.main .contactMapBox .txtBox .alt { margin: 10px 0 20px; font-size: 18px; font-weight: 400; letter-spacing: -0.02em; }
.main .contactMapBox .txtBox .linkBox { display: flex; justify-content: center; gap: 12px; }
.main .contactMapBox .txtBox .linkBox a { display: flex; min-width: 185px; height: 55px; display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 14px; font-weight: 200; letter-spacing: -0.05em; color: #fff; border: 1px solid #61698c; background-color: #213257; }
.main .contact .left, .main .contact .right { opacity: 0; transform: translate3d(0, 200px, 0); transition: all 0.9s ease-in-out; }
.main .contact .left { transition-delay: 0.4s; }
.main .contact .right { transition-delay: 0.8s; }
.main .contact.active .contactTit span, .main .contact.active .left, .main .contact.active .right { opacity: 1; transform: unset; }
/* END contact */

/* END main */


/*sub*/
.subTit {font-size: 34px; font-weight: 500; letter-spacing: -0.05em; color: #30353b; margin-bottom: 50px; text-align: center;}
.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: 180px 0 110px;text-align:center;position:relative;z-index:1;}
.sub_top .sub_tit dl dt{margin-bottom:15px;opacity:0;transform:translate(0,100%);transition:1.4s;}
.sub_top .sub_tit dl dt p { color: #fff; letter-spacing: -0.05em; font-size: 40px; font-weight: 700; transition: 1s; transition-delay: 0.9s; }
.sub_top .sub_tit dl dd { color: #fff; font-size: 18px; letter-spacing: -0.04em; font-weight: 400; line-height: 1.55em; margin-top: 35px; opacity: 0; transform: translate(0, 100%); transition: 1s; transition-delay: 1.6s; }
.sub_menu{position: absolute;left: 0;bottom: -30px;width: 100%;z-index:2;}
.sub_menu .inner{background-color:#212d65;box-shadow:5px 5px 10px rgba(0,0,0,0.2);display:flex; max-width: 1200px;}
.sub_menu .home{width: 60px;height: 60px;}
.sub_menu .home a{display: block;width: 100%;height: 100%;background:#30353b url(../images/ico-home.png?ver=1) no-repeat center;}
.sub_menu .depth{width:calc(100% - 60px);padding-right: 60px;}
.sub_menu .depth ul{display:flex;justify-content:center;height: 100%;align-items: center;}
.sub_menu .depth ul li{height:60px;position:relative;display:flex; justify-content:space-around; align-items: center; overflow:hidden;}
.sub_menu .depth ul li a{color:#fff;padding:0 40px;font-size:17px;display:block; text-align:center; line-height: 60px;}

.sub_menu .depth.small ul li a{padding: 0 20px; letter-spacing: -0.05em;}
.sub_menu .depth ul li.active::before{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:0;background-color:#4099cd;height:3px;width:70%;}
.sub_menu .depth ul li:not(:last-of-type)::after{content:"";position:absolute; right:0;width:1px;height:14px;top:24px;background:#fff;}
.open .sub_top .bg span,
.open .sub_top .sub_tit dl dt,
.open .sub_top .sub_tit dl dd{opacity:1;transform:none;}
.open .sub_top .sub_tit dl dt p{letter-spacing:0.6em;}

.content{padding: 155px 0;font-family:"Noto Sans KR";}

.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;}

.sub_tbl { margin-top: 60px;}

.sub_tbl table { border-top: 2px solid #242b5f ; width: 100%; }
.sub_tbl table th { padding: 25px 0; border-bottom: 1px solid #e6e6e6; position: relative; font-size: 18px; font-weight: 500; color: #121212; text-align: center;vertical-align:top;line-height:30px;}
.sub_tbl table th::after { display: block;position: absolute; top: 27px; right: 0; width: 1px; height: 26px; background-color: #e6e6e6; content: ""; }

.sub_tbl table td { padding: 25px 0; padding-left: 30px; border-bottom: 1px solid #e6e6e6; font-size: 18px; font-weight: 400; color: #666666; letter-spacing: -0.05em;line-height:30px;vertical-align:top;}

/*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:#c1985d; color:#fff;border:1px solid #c1985d;font-weight:bold;}/*컬러변경*/
.tab2 ul li{width:50%;}
.tab3 ul li{width:33.33%;}
.tab4 ul li{width:25%;}
.tab5 ul li{width:20%;}
.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;}
.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;line-height:100px;}
.mo-jip a:nth-child(1){font-weight:600;font-size:26px;background:#212d65;width:790px;padding-left:170px;}
.mo-jip a:nth-child(1) span{font-weight:400;}
.mo-jip a:nth-child(2){font-size:22px;background:#323d73;width:410px;justify-content: center;}
.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;line-height:100px;}
.mo-jip2 a:nth-child(1){font-weight:600;font-size:26px;background:#1c4489;width:790px;padding-left:170px;}
.mo-jip2 a:nth-child(1) span{font-weight:400;}
.mo-jip2 a:nth-child(2){font-size:22px;background:#305ba5;width:410px;justify-content: center;}
.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-weight:600;font-size:26px;background:#1c70b0;width:790px;}
.mo-jip3 a:nth-child(1) span{font-weight:400;}
.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: #212d65;}
.mj1 a:nth-child(2){background: #323d73;}
.mj2 a:nth-child(1){background: #1c4489;}
.mj2 a:nth-child(2){background: #305ba5;}

.event-box {padding:0 85px;}
.event-box p{color:#555;font-size:20px;font-weight:500;margin-bottom:40px;text-align:center;line-height:1.3em;}
.event-box:after {content:'';display:block;clear:both;}
.event-box .lef {float:left;}
.event-box .rig {float:right;}
.event-box table {width:480px;border-top:1px solid #ccc;}
.event-box table th, .event-box table td {font-size:15px;text-align:center;padding:14px 0;}
.event-box table th {color:#fff;font-weight:400;background:#036eb8;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%; border:2px solid #a4a4a3;}
.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;}