@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{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.6s;transform:translate(0,-100%);transition-delay:0.5s;}
header h1{position: absolute;top: 37px;left: 0;}
header h1 a{display: block;width: 241px;height: 30px;background: url(../images/logo-wh.png?ver=1) 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: #eb6002; font-size: 18px; color: #fff; text-align: center; padding: 0 20px; height: 33px; border-radius: 20px; font-weight: 600; display: flex; align-items: center; }
header .rig .open p span { display: inline-block; margin-bottom: 3px; }
header .rig .tel p{padding-left:20px;color:#fff;font-family:"Jost";font-size:25px;font-weight:600;background:url(../images/tel-icon-wh.png?ver=1) no-repeat left / 16px auto;transition:0.3s;display: flex;align-items: center; gap: 5px;}
/*
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:300px;}
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;}
*/
.open header .head_in{transform:none;}
.fp-viewing-1 header{opacity:0;pointer-events:none;}
@media all and (max-width:1600px){
	header .menu > ul{margin-right:0;}
}

/*footer*/
footer { position: relative; padding: 45px 20px 105px; background-color: #151515; }
footer .inner {max-width: 1760px;margin: 0 auto;position: relative;display:flex;justify-content:space-between;}
footer .lef{padding-top:30px;}
footer .lef dl{display:flex;gap: 0 45px;}
footer .lef .foot_brand{margin-bottom:40px;}
footer .lef .ori{color:rgba(255,255,255,0.25);font-size:13px;line-height:20px;letter-spacing:-0.05em;}
footer .lef address{margin-top:35px;color:rgba(255,255,255,0.5);font-size:14px;}
footer .rig .top_btn button{background:none;border:none;display:block;width:54px;height:54px;margin: 0 0 0 auto;}
footer .rig .foot_info{margin-top:90px;}

/*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 2s infinite;}
.scroll img{display:block;opacity:0;transition:0.6s;transition-delay:2.2s;}
.open .scroll img{opacity:1;}
@keyframes scroll { 
	0% {transform:translate(0,0);}
	50% {transform:translate(0,20px);}
	100% {transform:translate(0,0);}
 }

 /*quick*/
.quick{position:fixed;right:70px;bottom:90px;z-index:10;opacity:0;transform:translate(0,70%);transition:0.6s;transition-delay:0.8s;}
.quick a{display:block;width:110px;height:110px;transition:0.6s;}
.quick a::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:#eb6002;border-radius:50%;transform:scale(0.7);transition:0.4s;}
.quick a span{display:block;height:100%;position:relative;transition:0.4s;transition-delay:0.2s;}
.quick a span::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:url(../images/quick-before-icon.png) no-repeat center / contain;}
.quick a span::after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:url(../images/quick-before-txt.png) no-repeat center / contain;animation: rotate 7s linear infinite;}
.quick a em{display:block;height:100%;opacity:0;transition:0.4s;}
.quick a em::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:url(../images/quick-after-arr.png) no-repeat center / contain;}
.quick a em::after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:url(../images/quick-after-txt.png) no-repeat center / contain;animation: rotate 7s linear infinite;}
.quick a:hover::before{transform:scale(0.9);}
.quick a:hover span{opacity:0;transition-delay:0s;}
.quick a:hover em{opacity:1;transition-delay:0.2s;}
.open .quick{opacity:1;transform:none;}
.fp-viewing-1 .quick a{opacity:0;pointer-events:none;}
  @keyframes rotate { 
	0% {transform:rotate(0deg);}
	100% {transform:rotate(-360deg);}
 }

/*main*/
.vis{height:100%;overflow:hidden;position:relative;background-color:#1a2e5d;}
.vis .img{overflow:hidden;position:absolute;right:0;top:0;width:65%;height:100%;clip-path: inset(0 0 0 100%);transition:1.2s;transition-delay:1.2s;}
.vis .img span{position:absolute;left:0;top:0;width:100%;height:100%;background:url(../images/vis.jpg) no-repeat center / cover;transform:translate(20%,0) scale(1.2);transition:1.2s;transition-delay:1.2s;}
.vis .img em{position:absolute;left:0;top:0;width:100%;height:100%;background:url(../images/vis-txt.png) no-repeat center / cover;opacity:0;transform:translate(0,5%);transition:0.8s;transition-delay:2.4s;}
.vis .txt{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;transition:1s;transition-delay:1.2s;}
.vis .txt ul{margin-bottom:-40px;}
.vis .txt ul li{overflow:hidden;}
.vis .txt ul li img{display:block;margin: 0 auto;;transition:0.8s;}
.vis .txt ul .t1 img{transform:translate(0,100%);}
.vis .txt ul .t2 img{transform:translate(0,100%);transition-delay:0.2s;}
.vis .txt ul .t3 img{opacity:0;transform:scale(0.7);transition-delay:0.8s;}
.vis .txt .line{margin: 20px 0;transform:scaleY(0);transform-origin: 0 0;transition:0.6s;transition-delay:0.5s;}
.vis .txt .line span{display:block;margin: 0 auto;width:1px;height:90px;background-color:rgba(255,255,255,0.3);}
.open .vis .txt{width:35%;}
.open .vis .img{clip-path: inset(0 0 0 0%);}
.open .vis .txt ul li img,
.open .vis .txt .line,
.open .vis .img span,
.open .vis .img em{opacity:1;transform:none;}

/*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) 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:#1a2e5d;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:#eb6002;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;}