
/* ::-webkit-scrollbar {

  display:none;
  
  }  */
  
  


article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
body{ line-height:1.5; font-family:'Dotum'; font-size:16px; color:#000; background:#fff;-ms-overflow-style: none; } 
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0;}
ul,ol,li{list-style:none}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
fieldset,img{border:0}
hr{height:0;}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
address,caption,em,var{font-style:normal;font-weight:normal}
a{text-decoration:none;cursor:pointer;color: inherit;}
a[href^="tel"]{font-style:normal}
a:hover,a:active,a:focus{text-decoration:none !important;}
b,strong{font-weight:bold}
dfn{font-style:italic}
img{border:0;vertical-align:top}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
table{border-spacing:0;border-collapse:collapse}
td,th{padding:0;}
legend, caption{overflow:hidden;text-indent:-9999999px; height:0 !important; width:0 !important;line-height:0 !important;margin:0;padding:0;}
input{vertical-align:middle;margin:0;padding:0;}
input[type="text"],input[type="password"],input[type="email"]{-webkit-appearance:none;appearance:none;border-radius:0;font-family:'Dotum';}
input:checked[type="checkbox"]{-webkit-appearance:checkbox;appearance:checkbox}
button,input[type="button"],input[type="submit"],input[type="reset"],input[type="file"]{border-radius:0;-webkit-appearance:button;appearance:button;font-family:'Dotum';}
button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}
button{overflow:visible;border:none;cursor:pointer;margin:0;padding:0;}
a,input,button,select{outline:none}
button,select{text-transform:none}
optgroup{font-weight:bold}
textarea{border:1px solid #bcbcbc;overflow:auto;-webkit-appearance:none;appearance:none;}
input::-ms-clear{display:none;}


body { width: 100%; margin: auto; font-family: 'Noto Sans KR', sans-serif; }
body.locked { touch-action:none; -webkit-overflow-scrolling:none; overflow:hidden; overscroll-behavior:none; }

/*body.main { overflow-y: hidden; }*/

.mo { display: none; }
.pad { display: none!important; }

.pc { display: block; }

/**/


/*html,a,.btn { cursor: none; }*/
.btn { cursor: pointer; }

#cursor {
position: fixed;
z-index: 99999999999999999;
left: 0;
top: 0;
pointer-events: none;
will-change: transform;
}

@media (hover: hover) and (pointer: fine) {

.cursor__circle {
    width: 25px;
    height: 25px;
    margin-top: -20%;
    margin-left: -20%;
    border-radius: 50%;
    border: solid 1px #614332;
    background-color: #614332;
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1),
    background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
    border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
    width 0.3s cubic-bezier(0.25, 1, 0.5, 1),
    height 0.3s cubic-bezier(0.25, 1, 0.5, 1),
    margin 0.3s;
    display: none;
}

#cursor.arrow .cursor__circle{
    width: 80px;
    height: 80px;
    margin-top: -50%;
    margin-left: -50%;
    background-color: transparent;
    border-color: #614332;
}

.cursor_drag { width: 25px; height: 25px; background-color: rgba(0,0,0,0.7); display: flex; justify-content: center; align-items: center; border-radius: 100%; left: 0; top: 0; transform: translate(-50%,-50%); transition: 0.3s; opacity: 0; position: absolute; border: 1px solid #000; background: none; }
.cursor_drag p { color: #000; font-size: 10px; line-height: 100%; font-weight: 500; display: inline-block; position: relative; letter-spacing: 0; }
.cursor_drag p:before { content:''; width: 5px; height: 5px; border-left: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(45deg); position: absolute; left: -33px; top: 0; bottom: 0; margin: auto; }
.cursor_drag p:after { content:''; width: 5px; height: 5px; border-right: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(-45deg); position: absolute; right: -33px; top: 0; bottom: 0; margin: auto; }

.cursor_click { width: 25px; height: 25px; background-color: transparent; border: 1px solid #fff; display: flex; justify-content: center; align-items: center; border-radius: 100%; left: 0; top: 0; transform: translate(-50%,-50%); transition: 0.3s; opacity: 0; position: absolute; }
.cursor_click p { color: #fff; font-size: 10px; line-height: 100%; font-weight: 500; display: inline-block; position: relative; letter-spacing: 0; transform: translateY(-5px); }
.cursor_click p:before { content:''; width: 5px; height: 5px; border-left: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(-45deg); position: absolute; left: 0; right: 0; top: 18px; bottom: 0; margin: auto; }

#cursor{
    width: 70px;
    height: 70px;
}
.cursor_drag.show { display: flex; }

.cursor_skip { width: 70px; height: 70px; display: flex; justify-content: center; align-items: center; border-radius: 100%; left: 0; top: 0; transform: translate(-50%,-50%); transition: opacity 1.0s; opacity: 0; position: absolute; display: none; }
.cursor_skip p { display: none; }
body.main .cursor_skip { display: flex; }
body.main .cursor_skip.show { opacity: 1; }
.cursor_skip:before { display: none; }

.cursor_skip2 { width: 70px; height: 70px; background-color: #888; display: flex; justify-content: center; align-items: center; border-radius: 100%; left: 0; top: 0; transform: translate(-50%,-50%); transition: opacity 1.0s; 
opacity: 0; position: absolute; display: none; z-index:999;}
body.main .cursor_skip2 { display: flex; }
body.main .cursor_skip2.show { opacity: 1; }
.cursor_skip2 p { font-family: 'lexend', sans-serif; color: #fff; font-size: 14px; line-height: 100%; font-weight: 600; display: inline-block; position: relative; letter-spacing: 0; text-transform: uppercase; }
.cursor_skip2:before { content:''; width: 94px; height: 94px; position: absolute; left: -12px; top: -12px; background-color: #888; opacity: 0.6; border-radius: 100%;  

    animation-name: cursor_skip, cursor_skip2;
    animation-duration: 2.1s, 2.1s;
    animation-delay: 0s, 0s;
    animation-timing-function: ease, ease;
    animation-fill-mode: both, both;
    animation-iteration-count: infinite, infinite;

}

.cursor_skip.drag { opacity: 0; }
.cursor_skip2.drag { opacity: 0; }


    
    @keyframes intro_bg {
        from { transform: rotate(-360deg); }
        to {  }
    }

#cursor.click .cursor__circle{
    width: 80px;
    height: 80px;
    background-color: transparent;
    border-color: transparent;
}
#cursor.click .cursor_click { 
    width: 65px;
    height: 65px;
opacity: 1;
}

#cursor.drag .cursor__circle{
    width: 80px;
    height: 80px;
    background-color: transparent;
    border-color: transparent;
}
#cursor.drag .cursor_drag { 
    width: 65px;
    height: 65px;
opacity: 1;
}

#cursor.drag2 .cursor__circle{
    width: 80px;
    height: 80px;
    background-color: transparent;
    border-color: transparent;
}
#cursor.drag2 .cursor_drag { 
    width: 65px;
    height: 65px;
opacity: 1;
}
#cursor.drag2 .cursor_drag { background-color: transparent; border: 1px solid #fff; }
#cursor.drag2 .cursor_drag p { color: #fff; }
#cursor.drag2 .cursor_drag p:before { border-left: 1px solid #fff; border-bottom: 1px solid #fff; }
#cursor.drag2 .cursor_drag p:after { border-right: 1px solid #fff; border-bottom: 1px solid #fff; }




}



@keyframes cursor_skip {
0% { transform: scale(0.7); }
30% { transform: scale(0.7); }
80% { transform: scale(1); }
100% { transform: scale(1);  }
}
@keyframes cursor_skip2 {
0% { opacity: 0; }
20% { opacity: 0.3; }
70% { opacity: 0.3; }
100% { opacity: 0; }
}

.imgc { z-index: 9; font-size: 0.75rem; line-height: 100%; color: #fff; position: absolute; right: 1rem; bottom: 0.75rem; text-shadow: 0 0 5px rgba(0,0,0,0.7),0 0 5px rgba(0,0,0,0.7); }


.main_skip_wrap { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9999999980; display: none; }
.main_skip_bt { width: 100%; height: 100%; position: absolute; left: 0; top: 0; cursor: pointer; }
.main_skip_bt p { display: none; }


/*  */


.intro_all_wrap { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1; }

.intro_wrap { width: 100%; height: 100%; position: relative; overflow:hidden;}
.intro_wrap>div { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }

/* .intro01::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1; background-color: #000; } */

.intro_vd_box { position: absolute; left: 0; top: 0; width: 100%; height: 100dvh !important; z-index: 1; background-color: #000; overflow: hidden; transition: 1.2s; 
/*clip-path: polygon(0 calc(50% - 1px), 100% calc(50% - 1px), 100% calc(50% + 1px), 0 calc(50% + 1px));*/ }
.intro_vd_box>div { width: 100%; height: 100%; position: absolute; /*clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);*/ }
.intro_vd { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; padding-bottom: 56.25%; height: 0; z-index: 2; }
/* .intro_vd { position: relative; width: 100%; height: 100%; overflow: hidden; } */
/* .intro_vd:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 5; } */
.intro_vd::before { content:''; position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; background: url(../img/int_bg.jpg) center no-repeat; background-size: cover; z-index: 1; opacity: 1; transition: 1.2s; }
.intro_vd iframe { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; opacity: 0.3; transition: 1.2s; }
/* .intro_vd iframe { width: 100%; aspect-ratio: 16 / 9; height: auto; border: 0; z-index: 2; position: relative; } */

@media all and (max-width: 1640px) { 
	.intro_vd iframe { width: 140%; height: 140%; }
    .intro_vd::before { width: 140%; height: 140%; }
}

@media all and (max-width: 1440px) { 
	.intro_vd { top: 50%; }
	.intro_vd iframe { width: 150%; height: 150%; }
    .intro_vd::before { width: 150%; height: 150%; }
}

@media all and (max-width: 1000px) { 
	.intro_vd iframe { width: 200%; height: 200%; }
    .intro_vd::before { width: 200%; height: 200%; }
}
@media screen and (min-width: 767px) and (max-width: 1440px) and (orientation: portrait) {
	.intro_vd iframe { width: 260%; height: 260%; transform: translateY(-50%); right: -47%; left: revert; }
    .intro_vd::before { width: 260%; height: 260%; }
}

@media all and (max-width: 767px) { 
	.intro_vd iframe { width: 400%; height: 400%; transform: translateY(-50%); right: -65%; right: -200%; left: revert; }
    .intro_vd::before { width: 400%; height: 400%; }
}

.intro_tit { width: 100%; height: 100%; position: absolute; z-index: 5; z-index: 1; text-align: center; display: flex; justify-content: center; align-items: center; transition: 0.8s; }
.intro_tit h1 { font-size: 1.375rem; line-height: 100%; display: flex; justify-content: center; align-items: center; color: #000; gap: 1.125rem; }
.intro_tit h1 span { display: flex; justify-content: center; align-items: center; gap: 0.375rem; }
.intro_tit h1 b { display: inline-block; overflow: hidden; padding-bottom: 0.125rem; }
.intro_tit h1 b i { font-weight: 400; display: inline-block; opacity: 0; transform: translateY(101%); transition-duration: 1.2s; transition-delay: 0s; transition-timing-function: ease; }
.intro_tit h1 b.spacing { margin-right: 0.75rem; }
.intro_tit h1 span.space { width: 0rem; }

.intro_tit h1 b i { transition-delay: calc(var(--i) * 0.06s); }

.logo_bi {  opacity: 0; width:20%;  transform: translateY(3rem); }


.intro_bg_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.intro_bg_box>div { width: 140%; height: 25%; position: absolute; border-radius: 15rem; }
.intro_bg01 { left: -140%; top: 0; }
.intro_bg02 { right: -140%; top: 25%; }
.intro_bg03 { left: -140%; bottom: 25%; }
.intro_bg04 { right: -140%; bottom: 0; }

.intro_bg_box.box01 { z-index: 3; }
.intro_bg_box.box01>div { background-color: #fff; }

.intro_bg_box.box02 { z-index: 9; }
.intro_bg_box.box02>div { background-color: #000; }

/*
.logo_wrap { width: 233px; width: 13.229167%; height: auto; position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); z-index: 999999; margin: auto; display: flex; justify-content: center; align-items: center; transition: width 1.2s, height 1.2s, top 1.2s, transform 1.2s; }
*/

.logo_wrap { width: 100%; position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); z-index: 999999; margin: auto; display: flex; justify-content: center; align-items: center;  }

.logo_wrap>div { position: relative; width: 70%; height: auto; margin:0 auto; left:0; right:0; /*display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 1.125rem; flex: 0 0 auto; */ 
transition: 1.2s; }
/*.logo_wrap>div img:last-child { width: 15.4166%; opacity: 0; transform: translateY(3rem); }*/
.logo_wrap>div h3 { width: 100%; font-size: 1.575rem; line-height: 100%; font-weight: 700; color: #001141; margin-top: 1rem; opacity: 0; transform: translateY(3rem); white-space: nowrap;  text-align: center;  }
.logo_wrap>div h2 { opacity: 0; transform: translateX(-3rem); text-align: left;  font-size: 0.975rem;  font-family: 'copperplate';  position: absolute; left:2rem; top:2rem; color:#001141; z-index:2; }
.logo_wrap>div h4 { font-family: 'antro';  font-size: 2.5rem; opacity: 0; transform: translateX(3rem); text-align: right;  position: absolute; right:1rem; bottom:0;}

/* .logo_wrap { width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; } */
.logo_svg { width: 100%; height: auto; }
.logo_svg .path { stroke: #000; stroke-width: 0.04; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1000; stroke-dashoffset: 1000; }
.logo_svg .fillrect { fill: #000; y: 21.19; height: 0; transition: 0.3s; }







.main_wrap.intro .intro_tit.tit01 b i { opacity: 1; transform: translate(0); transition-duration: 2.0s; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.main_wrap.intro2 .intro_tit.tit01 { opacity: 0; transition: 1.2s 0s; }
.main_wrap.intro3 .intro_tit.tit02 b i { opacity: 1; transform: translate(0); transition-duration: 2.0s; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.main_wrap.intro4 .intro_tit.tit02 { opacity: 0; transition: 1.2s 0s; }
.main_wrap.intro5 .intro_tit.tit03 b i { opacity: 1; transform: translate(0); transition-duration: 2.0s; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.main_wrap.intro6 .intro_tit.tit03 { opacity: 0; transition: 1.2s 0s; }

.main_wrap.intro7 .logo_wrap>div h3 { opacity: 1; transform: translate(0); transition: 1.5s 0.7s; }
.main_wrap.intro7 .logo_bi { opacity: 1; transform: translate(0); transition: 1.5s 0.2s; }

.main_wrap.intro8 .main_img_box { opacity: 1; transition: 1.6s 0.6s; }

.main_wrap.intro8 .logo_bi { filter: brightness(0) invert(1); transition: 0.5s 0.2s; }
.main_wrap.intro8 .logo_wrap>div h3 { color:#fff; transition: 0.5s 0.2s; }
/*.main_wrap.intro9 .main_img_box {  clip-path: inset(12% 34% 0 34% round 300px 300px 0 0); transition: clip-path 2.8s cubic-bezier(.19,1,.22,1); }*/
.main_wrap.intro8 .main_img::after { background: url(../img/main.jpg) center bottom 60% no-repeat; background-size: cover; transition: 10s 0.7s; }
.main_wrap.intro8 .main_img_box {  opacity: 1; transform: translateX(-50%)  translateY(58vh); }

.main_wrap.intro9 .main_img_box {  opacity: 1; transform: translateX(-50%)  translateY(0); }
.main_wrap.intro9 .logo_wrap>div h3 { opacity: 0; transition: 1.2s 0s;  }
.main_wrap.intro9 .logo_bi { width:90%; transition: 1.5s 0.5s; }

.main_wrap.intro10 .logo_wrap>div h2 {  opacity: 1; transform: translate(0); transition: 1.2s 0.2s;  }
.main_wrap.intro10 .logo_wrap>div h4 {  opacity: 1; transform: translate(0); transition: 1.2s 0.5s;  }

.main_wrap.intro11 .main_img_box { width:100vw; height:100vh; 	transform:translateX(-50%) translateY(0); border-radius:0; }
.main_wrap.intro11 .intro_vd_box {  opacity: 0; transition: 1.2s 0.5s;   }
/*.main_wrap.intro10 .main_img_box { clip-path: inset(0% 0% 0% 0% round 0px); transition: clip-path 1.8s cubic-bezier(.77,0,.175,1); }


.main_wrap.intro6 .logo_wrap .logo_svg .path { stroke-dashoffset: 0; transition: 80s cubic-bezier(.19,1,.22,1); }

 .main_wrap.intro6 .logo_wrap .logo_svg .fillrect { y: 0; height: 21.19px; transition: all 0.3s, height 2s, y 2s; } */


.main_wrap.skip .logo_wrap,
.main_wrap.skip .intro_tit,
.main_wrap.skip .intro_vd_box { opacity: 0; transition: 1.2s 0s; }
.main_wrap.skip .main_img_box { opacity: 1; /*clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%); clip-path: inset(0% 0% 0% 0% round 0px);*/width:100vw; height:100vh; 	transform:translateX(-50%) translateY(0); border-radius:0; }
.main_wrap.skip .main_img::after { background: url(../img/main.jpg) center bottom 60.01% no-repeat; background-size: cover; transition: 3s 0s; }

.main_wrap.skip .main_tit.tit01 h1 b i { transition-delay: calc(var(--i) * 0.06s); }

/**/

.all_wrap { width: 100%; height: auto; overflow: hidden; position: relative; left: 0; top: 0; z-index: 9; }
body.main .all_wrap { height: 100vh; text-align: center; }

.section { background-color: #fff; width: 100%; height: 100vh; position: relative; overflow: hidden; }

/**/

.event_bn_wrap { position: absolute; right:5.5rem; top:20rem; z-index:10; opacity: 0; transition: 0.8s; }
.event_bn { width:100px; height:100px; border-radius:10px; overflow:hidden;  position: relative; margin-bottom:0.5rem; border: 3px solid transparent; }
.event_bn a { display: flex; justify-content: center; align-items: center; color:#fff; font-size:1rem; font-weight:600; line-height:120%; width:100%; height:100%; }

.event_bn_bg {position: absolute; top:0; left:0; z-index:-1;}
.event_bn_bg.ebn_bg01 { width:100%; height:100%; background: url(../img/event_bn01.jpg) center no-repeat; background-size: cover;}
.event_bn_bg.ebn_bg02 { width:100%; height:100%; background: url(../img/event_bn02.jpg) center no-repeat; background-size: cover;}
.event_bn_bg.ebn_bg03 { width:100%; height:100%; background: url(../img/event_bn03.jpg) center no-repeat; background-size: cover;}

.event_bn:hover {  border-color: #fff; transition: 0.2s; }


/**/


/**/

#section1 { width: 100%; background: none; }

.main_wrap { width:100%; height: 100vh; left: 0; top: 0; z-index: 9; display: flex; justify-content: center; align-items: center; overflow: hidden; transition: 1.6s; }

.main01 { width:100%; height: 100%; position: relative; left: 0; bottom: 0; transition: 0.8s; opacity:0; }
.main02 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; z-index: 9; }
.main02::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: #000; opacity: 0; transition: 1.5s; }
/*.main02>div:first-child { width: 90%; max-width: 1500px; transform: translateY(3rem); }
.main02>div>div:first-child { display: flex; justify-content: flex-start; align-items: flex-end; gap: 2.25rem; position: relative; flex-direction: column; }*/

.main01.on { opacity: 1; }

.main_img_box { clip-path: polygon(0 100%,0 0,100% 0,100% 100%); border-radius:999px 999px 0 0; 
transition: transform 1s cubic-bezier(.19,1,.22,1), width 1s cubic-bezier(.77,0,.175,1), height 1s cubic-bezier(.77,0,.175,1), border-radius 1s cubic-bezier(.77,0,.175,1);
position:absolute; left:50%; bottom:0; width:28vw; height:78vh; transform:translateX(-50%) translateY(78vh); overflow:hidden; z-index: 2;  opacity: 0;}


.main_img_box::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0;  background: url(../img/main_bg.png) left bottom no-repeat; background-size: cover; z-index: 2; }
.main_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; overflow: hidden; transition: 1.2s; z-index: 1; }
.main_img::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/main.jpg) center top no-repeat; background-size: cover; }

.main_vd_bg { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; z-index: 5; }


.main_wrap.hide .main01 { opacity: 0; }


.main_visual{ width:100%; position:relative; overflow:hidden;}
.main_visual .swiper-slide { position:relative; width:100%; overflow:hidden;}

.main_visual,
.main_visual .swiper-slide{
	width:100%;
	height:100vh;
	height:100dvh;
	position:relative;
	overflow:hidden;
}

.main_bg { position:absolute; width:100%; height:100%; inset:0; will-change:transform; backface-visibility:hidden; transform-origin:center center; }
/*.main_bg.bg01 { background: url(../img/main01.jpg) center bottom no-repeat; background-size: cover; transform:scale(1.2); transition:transform 7s ease;}
.main_bg.bg02 { background: url(../img/main02.jpg) center bottom no-repeat; background-size: cover; transform:scale(1.2); transition:transform 7s ease;}
*/

.main_bg{
	position:absolute;
	inset:0;
	overflow:hidden;
}

.main_bg::before{
	content:'';
	position:absolute;
	inset:-5%;
	background-size:cover !important;
	background-position:center center !important;
	background-repeat:no-repeat;
	transform:scale(1.2);
	transition:transform 7s ease;
	will-change:transform;
}

.main_bg.bg01::before{
	background-image:url(../img/main01.jpg);
}

.main_bg.bg02::before{
	background-image:url(../img/main02.jpg);
}

.main_visual .swiper-slide-active .main_bg::before{
	transform:scale(1);
}

.main_bg.bg01,
.main_bg.bg02{
	background-size:cover !important;
	background-position:center center !important;
}
.main_swiper .swiper-wrapper,
.main_swiper .swiper-slide{
	height:100% !important;
}


.main_bg::after { content:''; position:absolute; left:0; right:0; top:0; width:100%;	height:100%; background: url(../img/main_bg.png) center no-repeat; background-size: cover; z-index:2;}
/*.main_bg::after { content:''; position:absolute; left:0; top:0; width:100%;	height:100%; background:linear-gradient(to bottom,rgba(0,0,0,0.08),rgba(0,0,0,0.28)); z-index:2;}*/
	

/*.main_visual .swiper-slide-active .main_bg { transform:scale(1); }*/
	
.main_tit { position:relative; z-index:10;	width:100%; height:100%; top:13rem; left:0; right:0; margin:0 auto; /*display:flex;	align-items:center;	justify-content:center;	padding:0;	box-sizing:border-box;*/ }
.main_tit > div { position:relative;  width:100%; max-width:1500px; display:flex; align-items:center; justify-content:space-between; gap:1rem; left:0; right:0;  margin:0 auto;}
	


.main_tit_box01 { /*flex-shrink:0;*/ transform: translateY(-2rem); position:relative; width:100%;}
.main_tit_box01 h5 {  line-height:1.4; }
.main_tit_box01 h4 {  line-height:1.2; margin-left:7rem; }

.main_tit_box01 span { font-family: "Nanum Myeongjo", serif; font-size:2.7rem;  font-weight:500; letter-spacing:-1px; }
.main_tit_box01 {font-size:1.4rem; color:#001141; font-weight:500; text-align:left; }

.main_tit.tit02 .main_tit_box01 h4 { margin-left:12rem;}

.main_line { /*flex:1;*/ position:absolute; width:0%; height:1px; background:#001141; left:40%;}
	


.main_tit_box02 { /*flex-shrink:0; */ text-align:right;  transform: translateY(2rem); position:relative;}
.main_tit_box02 h3 { font-size:2.2rem; color:#001141; margin-bottom:1rem; font-weight:600; }
	
.main_bi { /*width:min(24vw,370px);*/ filter: brightness(0) invert(1); width:50%; }
	


.main_tit { opacity:0; transform:translateY(3rem);}

.swiper-slide-active .main_line { width:42%; transition: 1.8s 0.2s; }
.swiper-slide-active .main_tit { opacity:1; transform:translateY(0); transition:transform 1.2s cubic-bezier(.19,1,.22,1),opacity 1.2s; }

.swiper-slide-active .main_tit h5{
	transition-delay:.2s;
}

.swiper-slide-active .main_tit h4{
	transition-delay:.35s;
}

.swiper-slide-active .main_line{
	transition-delay:.5s;
}

.swiper-slide-active .main_tit_box02{
	transition-delay:.7s;
}


.main_swiper .swiper-pagination{bottom: 4rem !important; display:flex; justify-content:center; align-items:center; gap:0.5rem;}
.main_swiper .swiper-pagination-bullet {  width:4.3rem; height:0.8rem; margin:0 !important; border-radius:10rem; background:rgba(255,255,255,0); border:1px solid #fff; opacity:1; transition:0.4s;}	
.main_swiper .swiper-pagination-bullet-active {  background:#fff;}	
	
	





.main_vd_wrap { position: absolute; inset:0; z-index: 6; width: 100%; height: 100dvh !important; opacity: 1; }
.main_vd_box { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 1920px; height: 1000px; opacity: 1; background-color: #000; overflow: hidden; -webkit-clip-path:url(#hashClip); clip-path:url(#hashClip); transition: 0.8s; }
/* .main_vd_box::before { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/main_vd.jpg) center no-repeat; background-size: cover; z-index: 1; opacity: 1; transition: 1.2s; } */
/* .main_vd_stage{ width:1920px; height:1000px; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:min(520px,60vw); aspect-ratio: 1920/1000; } */
.main_vd { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; padding-bottom: 56.25%; height: 0; z-index: 2; }
.main_vd>div { width: 100%; height: 100%; position: absolute; left: 0; top: 0; transform: translateY(100%); transition: 2s cubic-bezier(.34,.67,.51,.99); overflow: hidden; }
/* .main_vd { position: relative; width: 100%; height: 100%; overflow: hidden; } */
.main_vd:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 5; }
.main_vd iframe { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; opacity: 1; transition: 1.2s; }
/* .main_vd iframe { width: 100%; aspect-ratio: 16 / 9; height: auto; border: 0; z-index: 2; position: relative; } */

.main_vd.vd01>div { transform: translateY(0); }

@media all and (max-width: 1640px) { 
	.main_vd iframe { width: 140%; height: 140%; }
    .main_vd::before { width: 140%; height: 140%; }
}

@media all and (max-width: 1440px) { 
	.main_vd { top: 50%; }
	.main_vd iframe { width: 150%; height: 150%; }
    .main_vd::before { width: 150%; height: 150%; }
}

@media all and (max-width: 1000px) { 
	/* .main_vd iframe { width: 200%; height: 200%; }
    .main_vd::before { width: 200%; height: 200%; } */
}
@media screen and (min-width: 767px) and (max-width: 1440px) and (orientation: portrait) {
	.main_vd iframe { width: 260%; height: 260%; transform: translateY(-50%); right: -47%; left: revert; }
    .main_vd::before { width: 260%; height: 260%; }
}

@media all and (max-width: 767px) { 
	.main_vd iframe { width: 350%; height: 350%; transform: translateY(-50%); right: -65%; right: -120%; left: revert; }
    .main_vd::before { width: 350%; height: 350%; }
}

.main_guest_box { display: none; }

.main_guest { width: 8.125rem; height: 8.125rem; margin: auto; border-radius: 100%; z-index: 9; cursor: pointer; position: absolute; left: 4.625rem; bottom: 4.125rem; display: flex; justify-content: center; align-items: center; opacity: 0; cursor: default; transition: 0.8s 0s; z-index: 90; text-transform: uppercase; }
.main_guest a { cursor: default; }
.main_guest_bg { width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(1) rotate(0); animation: main_guest_bg 12s 0s linear infinite; transition: opacity 0.3s; }
.main_guest_bg.white { opacity: 0; }
.main_guest p { font-size: 0.75rem; line-height: 128%; color: #000; position: relative; z-index: 9; font-weight: 400; transform: translate(0px); transition: 0.3s; }
.main_guest p b { font-size: 1.375rem; text-transform: uppercase; font-weight: 800; letter-spacing: 0; }

.main_guest.show { opacity: 1; }
.main_guest.hide { opacity: 0 !important; }

.main_guest.white .main_guest_bg.white { opacity: 1; }
.main_guest.white .main_guest_bg.black { opacity: 0; }
.main_guest.white p { color: #fff; }

@keyframes main_guest_bg {
from { transform: translate(-50%,-50%) scale(1) rotate(-360deg); }
to {  }
}

/*
.main_img_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; /*clip-path: polygon(calc(50% + 24px) 42%, calc(50% + 296px) 42%, calc(50% + 296px) 58%, calc(50% + 24px) 58%);
opacity: 0; /*clip-path: ellipse(22% 48% at 50% 100%);clip-path: inset(90% 34% 0 34% round 999px 999px 0 0); transition: clip-path 3s cubic-bezier(.19,1,.22,1); }

*/ 



.main_guest_bt { width: 15rem; height: 3rem; color: #3A1D1D; background-color: #F7E600; margin: auto; margin-top: 3.5rem; font-size: 1.125rem; line-height: 100%; 
display: flex !important; justify-content: center; align-items: center; border-radius: 5rem; font-weight: 600; opacity: 0; transform: translateY(3rem); }

.main_guest_bt a { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }

.main_guest_bt.active { transform: translate(0); opacity: 1; transition: 1.2s 0.2s; }

.main_wrap.on .main_tit.tit01 h3 { opacity: 1; transform: translate(0); transition: 1.5s 0.6s; }
.main_wrap.on .main_tit.tit01 h4 { opacity: 1; transform: translate(0); transition: 1.5s 0.6s; }
.main_wrap.on .main_tit.tit01 h5 { opacity: 1; transform: translate(0); transition: 1.5s 0.6s; }
.main_wrap.on .main_tit.tit01 img { opacity: 1; transform: translate(0); transition: 1.5s 0.6s; }
.main_wrap.on .main_img::after { background: url(../img/main.jpg) center bottom 25% no-repeat; background-size: cover; transition: 3s 0s; }


/*  */

.sum_wrap { width: 100vw; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: flex-end; z-index: 9; }

.sum_img_box { width: 100%; height: 100%;  position: relative; overflow: hidden; }
/*.sum_img_box::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/main01.jpg) center bottom no-repeat; background-size: cover; z-index: 1;
transform: scale(1.2);  opacity: 0; }*/

.sum_box { width: 100%; height: 100%; position: relative; display: flex; justify-content: center; align-items: center; transform: translateY(3rem); z-index: 9; }
.sum_box>div { width: 90%; max-width:1330px; margin:0 auto; }

.sum_txt_box { text-align: center; color: #fff; }
.sum_txt_box>div { display: inline-block; opacity: 0; transform: translateY(-3rem); position: relative; }
.sum_txt_box p { font-size: 0.9375rem; line-height: 200%; opacity: 0.7; }
.sum_txt_box h4 { font-size: 1.375rem; line-height: 136%; margin-top: 1.375rem; font-weight: 600; }
.sum_txt_box h2 { font-family: 'copperplate'; font-size: 3.4375rem; line-height: 100%; position: relative; font-weight: 700; opacity: 1; }
.sum_txt_box h2 span { color: #fff; }
.sum_txt_box h5 { font-size: 1.125rem; margin-top: 1.125rem; line-height: 100%; opacity: 1; white-space: nowrap; }


.sum_sum { width: 100%; max-width: 1330px; display: flex; justify-content: center; align-items: flex-end; opacity: 0; transform: translateY(3rem); color: #fff; flex-wrap: wrap; position: relative; margin-top: 9rem; }
/* .sum_sum::before { content: ''; width: 1px; height: 100vh; position: absolute; left: -4.75rem; top: 0; background-color: #fff; opacity: 0.3; } */
.sum_sum>div:last-child { width: 100%; }
.sum_list { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: 2rem;  }
/*.sum_list li { width: calc(50% - 1.5rem); text-align: left; }*/
.sum_list li { width: 100%; text-align: left; } 
.sum_list li h3 { font-size: 1.125rem; line-height: 100%; }
.sum_list li p { font-size: 0.875rem; line-height: 128%; opacity: 1; border-top: 1px solid rgba(255,255,255,1); margin-top: 0.875rem; padding-top: 1.25rem; }

.sum_list.active { display: flex; }

.sum_bt { width: 100%; display: flex; justify-content: center; align-items: center; gap: 0.625rem; margin-top: 3.75rem; flex-wrap: wrap; opacity: 0; transform: translateY(3rem); }
.sum_bt>div { width: calc(33.33% - 7px); text-align: center; padding: 1rem 0; border: 1px solid #000; box-sizing: border-box; cursor: pointer; font-size: 0.875rem; line-height: 100%; font-weight: 500; }
.sum_bt>div.active { background-color: #000; color: #fff; border: 1px solid #000; }

.sum_ori { width: 100%; position: static; opacity: 0; transform: translateY(3rem); z-index: 9; margin-top: 12rem; text-align: center;}
.sum_ori .imgc { position: static; text-align: center; right: revert; line-height: 166%; opacity: 0.7; color: #fff; text-shadow: none; }



.main_wrap.on2 .main01 { opacity:0; }
/*.main_wrap.on2 .sum_img_box::after {  opacity: 1; transform: scale(1); transition: 2.5s 0s; }*/
.main_wrap.on2 .sum_txt_box>div { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.main_wrap.on2 .sum_ori { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.main_wrap.on2 .sum_bt { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.main_wrap.on2 .sum_sum { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.main_wrap.on2 .main02::before { opacity: 0.8; transition: 2.5s 0s; }


/*  */

#sec_cal {  width: 100%; height: 100%; position: relative; transition: 1.6s; display: flex; justify-content: center; align-items: center;  }
.sec_cal::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: #000; opacity: 0; transition: 1.5s; }

.calendar_wrap {  width: 100%; height: 100%;  background: url(../img/cal_bg.jpg) center no-repeat; background-size: cover; position: relative; margin:0 auto; left:0; right:0; top:0; }
.main_cal_wrap { width: 80%; max-width:1500px;  position: relative; margin:0 auto; left:0; right:0; padding-top:10rem;}

.cal_txt_box { text-align: left; color: #001141; width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; }
.cal_txt_box>div { display: inline-block; transition: 0.8s; opacity: 0; transform: translateX(-5rem); position: relative; }
.cal_txt_box h2 { font-family: 'copperplate'; font-size: 4rem; line-height: 100%; position: relative; font-weight: 700; margin-left: -0.25rem; opacity: 1; transition: 0.8s; text-transform: uppercase; letter-spacing:0rem; }
.cal_txt_box h5 { font-size: 1.375rem; margin-top: 1.375rem; line-height: 100%; opacity: 1; transition: 0.8s; white-space: nowrap; font-weight: 600;}
.cal_txt_box>div img { width: 30.1875rem; position: absolute; right: -20.5rem; bottom: 1rem; z-index: 3; }


.main_cal_box { width: 100%; max-width: 1070px; display: flex; justify-content: flex-end; align-items: flex-end; transition: 0.8s; color: #001141; flex-wrap: wrap; position: relative; opacity: 0; 
transform: translateX(5rem); transition: 0.8s;  margin-left: auto; margin-top:3rem; }
.main_cal_box ul { width: 100%; display: flex; justify-content: flex-end; align-items: flex-start; gap: 0.75rem; flex-wrap: wrap; display: none; }
.main_cal_box ul li { width: calc(25% - 0.5625rem); height: 9rem; text-align: left; border: 1px solid rgba(0,17,65,0.3); box-sizing: border-box; display: flex; justify-content: center; align-items: center; text-align: left; position: relative; transition: 0.3s; }
/* .main_cal_box ul li:nth-child(n+6) { width: calc(37.5% - 0.5rem); }  */
.main_cal_box ul li>div { width: 100%; height: 100%; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: flex-start; padding: 1.5rem 1.625rem; position: relative; }
.main_cal_box ul li h3 { font-size: 1.375rem; font-weight: 600; line-height: 100%; letter-spacing: 0rem; }
.main_cal_box ul li h4 { font-size: 0.875rem; line-height: 100%; margin-top: 0.25rem; position: absolute; right: 1.625rem; bottom: 1.5rem; font-weight:500; }

.main_cal_box ul li::before { content: ''; width: 0; height: 1px; position: absolute; left: -1px; top: -1px; background-color: #001141; transition: 0.5s; }
.main_cal_box ul li::after { content: ''; width: 0; height: 1px; position: absolute; right: -1px; bottom: -1px; background-color: #001141; transition: 0.5s; }
.main_cal_box ul li span { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.main_cal_box ul li span::before { content: ''; width: 1px; height: 0; position: absolute; left: -1px; bottom: -1px; background-color: #001141; transition: 0.5s; }
.main_cal_box ul li span::after { content: ''; width: 1px; height: 0; position: absolute; right: -1px; top: -1px; background-color: #001141; transition: 0.5s; }

.main_cal_box ul.active { display: flex; }

.main_cal_box ul:nth-child(2) li:nth-child(1),
.main_cal_box ul:nth-child(2) li:nth-child(n+4):nth-child(-n+6) { opacity: 0; }

.cal_icon { position: absolute; right: 1.875rem; top: 0; bottom: 0; margin: auto; transition: 0.3s; }
.cal_icon.icon02 { opacity: 0; }

.main_cal_box ul li:hover::before,
.main_cal_box ul li:hover::after { width: calc(100% + 2px); }
.main_cal_box ul li:hover span::before,
.main_cal_box ul li:hover span::after { height: calc(100% + 2px); }
/* .main_cal_box ul li:hover { background-color: #fff; color: #000; }
.main_cal_box ul li:hover .cal_icon.icon01 { opacity: 0; }
.main_cal_box ul li:hover .cal_icon.icon02 { opacity: 1; } */

.main_cal_bt_wrap {  position: absolute; width:90%; height: 36.8%;/* height:23rem; */ bottom:3rem; display: flex; box-sizing: border-box; justify-content: center; align-items: center; gap: 4.125rem;
opacity: 0; transform: translateY(3rem); left:0; right:0; margin:0 auto; }
.main_cal_bt_wrap>div { position: relative; width:100%; margin:0 auto;  transform: translateY(3rem);}

.main_cal_bt_wrap::before {  content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/cal_bottom_img.jpg) center no-repeat; background-size: cover;}

.main_cal_tab { height: 100%; border: 1px solid #fff; padding: 0.3125rem; border-radius: 5rem; display: flex; justify-content: center; align-items: center; box-sizing: border-box; }
.main_cal_tab>div { border-radius: 5rem; color: #fff; width: 7.125rem; height: 3.125rem; display: flex; justify-content: center; align-items: center; font-size: 1.125rem; line-height: 100%; cursor: pointer; }

.main_cal_tab>div.active { color: #000; background-color: #fff; }
.main_cal_tab>div:hover { color: #000; background-color: #fff; }

.main_cal_bt { height: 4rem; display: flex; justify-content: center; align-items: center; color: #000; transition: 0.8s; }
.main_cal_bt>div { height: 100%; display: flex; justify-content: center; align-items: center; gap: 0.875rem;  }
.main_cal_bt a { width: 15.375rem; height: 100%; border: 1px solid #fff; border-radius: 5rem; padding-left: 2.375rem; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: center;
position: relative; font-size: 1rem; background-color: #fff; font-weight:500;  }
.main_cal_bt a span { width: 24px; height: 9px; position: absolute; right: 1.875rem; top: 0; bottom: 0; margin: auto; }
.main_cal_bt a span::before { content: ''; width: 100%; height: 1px; background-color: #000; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; }
.main_cal_bt a span::after { content: ''; width: 8px; height: 8px; position: absolute; right: 0; top: 0; bottom: 0; border-right: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(-45deg); }

.main_cal_bt>div.active { display: flex; }

.cal_ori { color: #fff; font-size:0.795rem; opacity:0.6; margin-top:3rem; line-height:180%;}

@media screen and (max-height: 810px) {
  .main_cal_bt_wrap { height: 33%; }
}

/*
.main_cal_bt a:hover { background-color: #fff; color: #000; }
.main_cal_bt a:hover span::before { background-color: #000; }
.main_cal_bt a:hover span::after { border-right: 1px solid #000; border-bottom: 1px solid #000; }

*/


/* .main_wrap.on .main_vd.vd01>div { transition: 1.5s 0s; } */



.calendar_wrap.on .cal_txt_box>div { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.calendar_wrap.on .main_cal_box { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.calendar_wrap.on .main_cal_bt_wrap { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }


/**/

#sec_infra {}
.infra_wrap { width: 100%; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: flex-start; align-items: center; transition: 1.6s; 
background: url(../img/cal_bg.jpg) right top no-repeat; background-size: cover; }

.infra_left { position: relative; width: 35%; height: 100%;  left:0; bottom:0;  display: flex; justify-content: center; align-items: center; }
.infra_bg { position: absolute;  width: 100%;  left:0; bottom:0; height: calc(100% - 7.5rem); overflow: hidden; }
.infra_bg::before { content:''; position: absolute; bottom:0; left:0; width: 100%; height: 100%; background: url(../img/infra_bg.jpg) center bottom no-repeat; background-size: cover;  transform: scale(1.2); }


.infra_left_tit {  position: absolute;  left:30%; opacity: 0; transform: translateX(-3rem); }
.infra_left_txt {  position: absolute; bottom:2rem; left:0; right:0; margin:0 auto; color:#fff; font-size:1.12rem; font-weight:600; opacity: 0; transform: translateY(3rem); }
.infra_left_txt h6 span { color: #adbdff; }

.infra_cont {   position: relative; right:0; width: 65%; height: 100%;  display: flex; justify-content: center; align-items: flex-end; }
.infra_tit {  position: absolute;  right:0; top:0; text-align:right; color:#002e45; margin-top:2rem; opacity: 0; transform: translateX(3rem);  }
.infra_tit h1 { font-size:2.3rem; font-weight:600; }
.infra_tit p { font-size:0.895rem; margin-top:1rem; }

.infra_ori {  position: absolute; left:0; right:0; margin:0 auto; bottom:2rem; font-size:0.795rem;}

.infra_cont_box {  position: relative;  width: 80%; left:0; right:0; margin:0 auto; height: calc(100% - 7.5rem); display: flex;  flex-wrap:wrap; justify-content: flex-start; align-items: center; }
.infra_cont_wrap {   position: relative; display: flex; justify-content: flex-start; align-items: flex-start; gap:4rem;  width: 100%; height:100%; transform: translate(3rem, 6rem);}

.infra_box {  position: relative; display: flex; justify-content: center; align-items: center; width: auto; }
.infra_box>div {  position: relative; width: 100%; display: flex; justify-content: center;  align-items: flex-end; gap:2rem; }

.infra_box.box01>div {  align-items: flex-start;}

.infra_box.box01 { opacity: 0; transform: translateX(-3rem);}
.infra_box.box02 { opacity: 0; transform: translateY(3rem); top:12rem; }
.infra_box.box03 { left:11rem; opacity: 0; transform: translateX(3rem); top:5rem; }

.infra_txt { position:absolute; z-index:2; }
.infra_txt.txt01 { top:0; right:-12rem; }
.infra_txt.txt02 { bottom:0; left:-11rem; }
.infra_txt.txt03 { bottom:0; left:-11rem; }

.infra_img { width:12.2rem; height:24rem;}

.infra_img.img01::before { content:''; position: absolute; bottom:0; left:0; width: 100%; height: 100%; background: url(../img/infra_img01.jpg) center bottom no-repeat; background-size: cover; }
.infra_img.img02::before { content:''; position: absolute; bottom:0; left:0; width: 100%; height: 100%; background: url(../img/infra_img02.jpg) center bottom no-repeat; background-size: cover; }
.infra_img.img03::before { content:''; position: absolute; bottom:0; left:0; width: 100%; height: 100%; background: url(../img/infra_img03.jpg) center bottom no-repeat; background-size: cover; }

/*
.infra_box.box01 { top:7rem; left:5rem;  opacity: 0; transform: translateX(-3rem);}
.infra_box.box02 { bottom:8rem; left:10rem;  opacity: 0; transform: translateY(3rem);}
.infra_box.box03 { right:0;  opacity: 0; transform: translateX(3rem); }
*/

@media screen and (max-width: 1600px) {

  .infra_img { width:10rem; height:20rem;}
  /*.infra_left_tit { left: 20%;}
  .infra_img_box { width: 9.375rem; }
  .infra_img_box img { width: 100%; }*/
}


.infra_img_box {  position: relative; display: flex; justify-content: center; align-items: center; }
.infra_tag { position: absolute;  text-align:center; top:2rem; left:0; right:0; }
.infra_tag h3 { font-size:1rem; color:#fff;}
.infra_tag p { font-size:0.795rem; color:#fff; opacity:0.7; margin-top:0.5rem;}

.infra_tag.tag01 { text-align:left; left:-2rem; top:2rem; }
.infra_tag.tag01 h3 { color:#002e45;}

.infra_txt { text-align:left; }
.infra_txt h1 { font-size:1.25rem; color:#002e45; line-height:120%; font-weight:600;}
.infra_txt p { font-size:0.875rem; color:#000; line-height:180%; opacity:0.7; margin-top:1rem;}

.infra_txt.txt03 { text-align:right; }

.infra_wrap.on .infra_bg::before {   transform: scale(1);  transition: 1.2s 0s; }
.infra_wrap.on .infra_left_tit {  opacity: 1; transform: translate(0);  transition: 1.2s 0.2s; }
.infra_wrap.on .infra_left_txt {  opacity: 1; transform: translate(0);  transition: 1.2s 0.4s; }
.infra_wrap.on .infra_tit {  opacity: 1; transform: translate(0);  transition: 1.2s 0.3s; }

.infra_wrap.on .infra_box.box01 {  opacity: 1; transform: translate(0);  transition: 1.2s 0.5s; }
.infra_wrap.on .infra_box.box02 {  opacity: 1; transform: translate(0);  transition: 1s 1s; }
.infra_wrap.on .infra_box.box03 {  opacity: 1; transform: translate(0);  transition: 1.2s 0.7s; }

/**/

.location_wrap { width: 200vw; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: flex-start; align-items: center; transition: 1.6s; }
.location_wrap::before {}


.loca_vd_box { position: absolute; left: 0; top: 0; width: 100%; height: 100dvh !important; z-index: -1; background-color: #000; overflow: hidden; transition: 1.2s; }
.loca_vd_box>div { width: 100%; height: 100%; position: absolute; /*clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);*/ }
.loca_vd { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; padding-bottom: 56.25%; height: 0; z-index: 2; }
.loca_vd::before { content:''; position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; background: url(../img/int_bg.jpg) center no-repeat; 
background-size: cover; z-index: 1; opacity: 1; transition: 1.2s; }
.loca_vd iframe { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; opacity: 0.3; transition: 1.2s; }

@media all and (max-width: 1640px) { 
	.loca_vd iframe { width: 140%; height: 140%; }
    .loca_vd::before { width: 140%; height: 140%; }
}

@media all and (max-width: 1440px) { 
	.loca_vd { top: 50%; }
	.loca_vd iframe { width: 150%; height: 150%; }
    .loca_vd::before { width: 150%; height: 150%; }
}

@media all and (max-width: 1000px) { 
	.loca_vd iframe { width: 200%; height: 200%; }
    .loca_vd::before { width: 200%; height: 200%; }
}
@media screen and (min-width: 767px) and (max-width: 1440px) and (orientation: portrait) {
	.loca_vd iframe { width: 260%; height: 260%; transform: translateY(-50%); right: -47%; left: revert; }
    .loca_vd::before { width: 260%; height: 260%; }
}

@media all and (max-width: 767px) { 
	.loca_vd iframe { width: 400%; height: 400%; transform: translateY(-50%); right: -65%; right: -200%; left: revert; }
    .loca_vd::before { width: 400%; height: 400%; }
}

.location01 { width: 100vw; height: 100%; position: relative; display: flex; justify-content: center; align-items: center; z-index: 9; overflow: hidden; }

.location_map { width: 100%; height: 100%; overflow: hidden; position: absolute; left: 0; top: 0; z-index: 1; }
.location_map img { width: 100%; display: none; }
.location_map::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: url(../img/location_map.jpg) right top no-repeat; background-size: cover; transform: scale(1.2); transition: 1.5s; }

.location_tit_box { width: 90%; max-width: 940px;  text-align: left; /*height: 100%; display: flex; justify-content: center; align-items: center; */ position: absolute; left: 10rem; bottom:10rem; z-index: 9;
transition: 1.2s; opacity: 0; transform: translateX(-5rem);  color:#001141;}
.location_tit_box>div { transform: translateY(2rem); }
.location_tit_box>div>h1 { font-family: 'copperplate'; font-size: 4.5rem; line-height: 100%;  }
.location_tit_box h4 { font-size: 1.35rem; line-height: 140%; margin-top: 2rem; }
.location_tit_box h2 { font-size: 2.2rem; line-height: 124%; font-weight: 300; margin-top: 1rem; }
.location_tit_box h2 b { font-weight: 700; }


.location_tit { text-align: left; opacity: 0; transform: translateX(-5rem); white-space: nowrap; transition: 0.8s; color:#001141;}
.location_tit>div { transform: translateY(-10rem); }
.location_tit h2 { font-family: 'copperplate'; font-size: 5.125rem; line-height: 120%; margin-left: -0.125rem; }
.location_tit h4 { font-size: 1rem; line-height: 100%; margin-top: 2.875rem; }
.location_tit h3 { font-size: 1.625rem; line-height: 100%; margin-top: 0.5rem; font-weight: 600; }

.loca_tag_box { margin-top:5rem;  position: relative; width:21rem;  display: none;}
.loca_tag_box>h1 { font-size: 1.15rem; color:#fff; background:#000c42; width:17rem; height:5rem; display: flex; justify-content: flex-start; align-items: center; font-weight:500; padding:0 2rem; border-radius:10px;
box-shadow: 5px 7px 3px rgba(0,0,0,0.2); border-bottom:1px solid #fff; border-right:1px solid #fff; }

.loca_tag_img {  position: absolute; right:-2rem; top:1rem;}

.loca_up { position:relative; width:300px;  left:60%; margin-top:-3rem;  display: none;}
.loca_bg { width:100%; display:block;}
   
.loca_up_txt { position:absolute; color:#fff; text-align:center;}

.loca_up_txt h3 { font-size:0.875rem; line-height:1.2; font-weight:700;}
.loca_up_txt p { position:absolute; white-space:nowrap; color:#1b2c63; font-size:0.875rem; padding-left:40px;}
.loca_up_txt p strong { font-size:1rem;  font-weight:800;}

.loca_up_txt p::before { content:''; position:absolute; left:0; top:50%; transform:translateY(-50%); width:30px;  height:1px;  background:#1b2c63;} 
.loca_up_txt p::after{  content:'';  position:absolute;   left:30px;  top:50%;   transform:translateY(-50%);  width:4px; height:4px; border-radius:50%; background:#1b2c63;}    


.loca_up_txt.txt01 { left:30px;  bottom:35px;}
.loca_up_txt.txt01 p {  left:80px; bottom:-30px;}

.loca_up_txt.txt02 { left:95px; bottom:95px;}
.loca_up_txt.txt02 p {  left:50px; bottom:-40px;}
  
.loca_up_txt.txt03 {  left:150px; bottom:145px;}
.loca_up_txt.txt03 p { left:40px;  bottom:-40px;}
   
.loca_up_txt.txt04 { left:205px;  top:20px;}
.loca_up_txt.txt04 p {  left:40px; bottom:-50px;}
  

/**/
.location02 { width: 100vw;  min-width:100vw; height:100vh; flex-shrink:0; position: relative; left: 0; top: 0; display: flex; justify-content: center; align-items: center; z-index: 5; transition: 0.8s;   overflow:hidden; }
/*.location02>div { width:90%;  max-width:1600px;   margin:0 auto;  display:flex;  justify-content:space-between; align-items:center; }*/
.loca_cont { width: 100%; height: 100%; display: flex; justify-content: flex-start; align-items: center; transition: 0.8s; position: relative; z-index: 9; }

/**/

.location02{
    width:100vw;
    height:100vh;
    position:relative;
    overflow:hidden;

    display:flex;
    justify-content:center;
    align-items:center;

}

.location02_inner{
    width:90%;
    max-width:1600px;

    display:flex;
    justify-content:space-between;
    align-items:center;
}



/* =========================
   LEFT TITLE
========================= */

.main_tit_box01 { /*flex-shrink:0;*/ transform: translateY(-2rem); position:relative; width:100%;}
.main_tit_box01 h5 {  line-height:1.4; }
.main_tit_box01 h4 {  line-height:1.2; margin-left:7rem; }

.location_tit.tit02 span { font-family: "Nanum Myeongjo", serif; font-size:2.7rem;  font-weight:600; letter-spacing:-1px; }
.location_tit.tit02 {font-size:1.4rem; color:#001141; font-weight:500; text-align:left; margin-top:-10rem;}

.location_tit.tit02{
    width:32%;
    color:#102454;
}

.location_tit.tit02 h5{
    letter-spacing:-0.03em;
}

.location_tit.tit02 h5 span{
}

.location_tit.tit02 h3{
    margin-top:1rem; font-weight:500;
}

.location_tit.tit02 h4{
    margin-top:4rem;
    font-size:1.32rem;
}



/* =========================
   VISUAL AREA
========================= */

.location02_visual{
    width:75%;
    position:relative;
    height:850px;
}

@media screen and (max-width: 1600px) {
  .location02_visual { transform: scale(0.85) translateY(2rem); } 
}




/* =========================
   ITEM POSITION
========================= */

.loca_item{
    position:absolute;
}

.item01{
    left:0;
    bottom:0px; transform: translate(-2rem,2rem); opacity: 0;
}

.item02{
    left:180px;
    top:140px; transform: translate(-2rem,-2rem); opacity: 0;
}

.item03{
    /*right:160px;*/ transform: translate(2rem,-2rem); opacity: 0;
	left:670px;
    top:30px;
}

.item04{
    /*right:210px;*/ left:610px; transform: translate(2rem,2rem); opacity: 0;
    bottom:-70px;
}



/* =========================
   IMAGE
========================= */

.loca_img{
    overflow:hidden;
    position:relative;

    filter:grayscale(1);
    transition:.6s;
}

.loca_img:hover{
    filter:grayscale(0);
}

.loca_img img{
    width:100%;
    height:100%;
    object-fit:cover;

    transform:scale(1.12);
    transition:1.2s;
}

.loca_img:hover img{
    transform:scale(1.03);
}



/* =========================
   SIZE
========================= */

    .loca_img.big{
        width:449px;
        height:449px;
    }

    .loca_img.small{
        width:180px;
        height:180px;
    }

	.loca_img.mid{
        width:234px;
        height:234px;
    }


/* =========================
   SHAPE
========================= */

.round01{
    border-radius:100% 100% 100% 0%;
}

.round02{
    border-radius:100% 0% 100% 100%;
}

.round03{
    border-radius:100% 100% 100% 0; margin-top:3rem;
}

.round04{
    border-radius:0 100% 100% 100%;
}



/* =========================
   TEXT
========================= */

.loca_txt{
    margin-top:2rem;
    color:#102454; letter-spacing:-1px; text-align:left;
}

.loca_txt h3{
    font-size:1.4rem;
    line-height:130%;
    font-weight:300; 
}

.loca_txt p{
    margin-top:1rem;
    font-size:.975rem;
    line-height:180%;
    color:#333;
    opacity:.75;
}

.loca_txt.center{
    text-align:left;
}

.loca_txt.txt01 { position: relative; left:-14rem; bottom:5.5rem; }
.loca_txt.txt02 { margin-left:5rem; }
.loca_txt.txt04 { position: relative; left:17rem; top:-17rem;  }

/* =========================
   CIRCLE TEXT
========================= */

.circle_txt {left: 0; top: 0; transform: translate(-40px, -10px); position: absolute;}
    



/* =========================
   ANIMATION
========================= */
.location_wrap.on2 .item01 {  opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.location_wrap.on2 .item02 {  opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.location_wrap.on2 .item03 {  opacity: 1; transform: translate(0); transition: 1.2s 0.9s; }
.location_wrap.on2 .item04 {  opacity: 1; transform: translate(0); transition: 1.2s 1.2s; }

/*
.location_wrap.on2 .location02 .loca_item{
    opacity:1;
    transform:translate(0);
}

.location_wrap.on2 .location02 .item01{
    transition-delay:.2s;
}

.location_wrap.on2 .location02 .item02{
    transition-delay:.4s;
}

.location_wrap.on2 .location02 .item03{
    transition-delay:.6s;
}

.location_wrap.on2 .location02 .item04{
    transition-delay:.8s;
}
*/


/* =========================
   MOBILE
========================= */

@media all and (max-width:1280px){

    .location02{
        height:auto;
       
    }

    .location02_inner{
        flex-direction:column;
        gap:5rem;
    }

    .location_tit.tit02{
        width:100%;
    }

    .location02_visual{
        width:100%;
        height:auto;

        /*display:grid;
        grid-template-columns:1fr 1fr;
        gap:4rem;*/

        position:relative; transform: translate(0);

    }

    .loca_item{
        position:relative !important;
		/*width:100%;
        left:auto !important;
        right:auto !important;
        top:auto !important;
        bottom:auto !important;*/
    }

    .loca_img.big{
        width:449px;
        height:449px;
    }

    .loca_img.small{
        width:180px;
        height:180px;
    }

	.loca_img.mid{
        width:234px;
        height:234px;
    }

    .location_tit.tit02 h3{
        
    }
}




.location_wrap.on2 { transform: translateX(-100vw); }


 
.location_wrap.on .location_map::after { transform: scale(1); transition: 2.5s 0s; }
.location_wrap.on .location_tit_box { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }

.location_wrap.on2 .location02 { opacity: 1; transition: 1.2s 0s; }
.location_wrap.on2 .location_tit,
.location_wrap.on3 .location_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }

.location_wrap.on2 .location_img_box .big_img01{ opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.location_wrap.on2 .location_img.img03.ad01{ opacity: 1; transform: translate(0); transition: 1.2s 1.4s; }
.location_wrap.on2 .location_img.img02.ad02{ opacity: 1; transform: translate(0); transition: 1s 1.4s; }
.location_wrap.on2 .location_img.img02{ opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.location_wrap.on2 .location_img.img03{ opacity: 1; transform: translate(0); transition: 1.2s 1s; }
.location_wrap.on2 .location_img.img01 img,
.location_wrap.on2 .location_img.img02 img,
.location_wrap.on2 .location_img.img03 img { transform: scale(1); transition: 2.5s 0s;  }

.location_wrap.on2 .location_tit_box.box01,
.location_wrap.on2 .location_tit_box.box02,
.location_wrap.on2 .location_tit_box.box03 { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.location_wrap.on2 .location_txt_box.box01 h2,
.location_wrap.on2 .location_txt_box.box02 h2,
.location_wrap.on2 .location_txt_box.box03 h2 { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.location_wrap.on2 .location_txt_box.box01 h3,
.location_wrap.on2 .location_txt_box.box02 h3,
.location_wrap.on2 .location_txt_box.box03 h3 { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.location_wrap.on2 .location_txt_box.box01 p,
.location_wrap.on2 .location_txt_box.box02 p,
.location_wrap.on2 .location_txt_box.box03 p { opacity: 0.7; transform: translate(0); transition: 1.2s 0.8s; }

/*
.location_wrap.on2 .location02 { opacity: 1; transition: 1.2s 0s; }
.location_wrap.on2 .location_tit,
.location_wrap.on3 .location_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.location_wrap.on2 .location02 .location_img>div:first-child { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.location_wrap.on2 .location02 .location_txt_box { opacity: 1; transform: translate(0) !important; transition: 1.2s 1.2s; }
.location_wrap.on2 .location02 .location_img_bg.bg01 { opacity: 1; transition: 1.2s 1.2s; }
.location_wrap.on2 .location02 .location_img_bg.bg05 { opacity: 1; transition: 1.2s 1.3s; }
.location_wrap.on2 .location02 .location_img_bg.bg06 { opacity: 1; transition: 1.2s 1.4s; }
.location_wrap.on2 .location02 .location_img_bg.bg02 { opacity: 1; transition: 1.2s 1.5s; }
.location_wrap.on2 .location02 .location_img_bg.bg07 { opacity: 1; transition: 1.2s 1.6s; }
.location_wrap.on2 .location02 .location_img_bg.bg04 { opacity: 1; transition: 1.2s 1.7s; }
.location_wrap.on2 .location02 .location_img_bg.bg03 { opacity: 1; transition: 1.2s 1.8s; }
*/
/*
.location_wrap.on3 .location03 { opacity: 1; transition: 1.2s 0s; }
.location_wrap.on3 .location03 .location_img>div:first-child { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.location_wrap.on3 .location03 .location_txt_box { opacity: 1; transform: translate(0) !important; transition: 1.2s 1.2s; }
.location_wrap.on3 .location03 .location_img_bg.bg01 { opacity: 1; transition: 1.2s 1.2s; }
.location_wrap.on3 .location03 .location_img_bg.bg05 { opacity: 1; transition: 1.2s 1.3s; }
.location_wrap.on3 .location03 .location_img_bg.bg03 { opacity: 1; transition: 1.2s 1.4s; }
.location_wrap.on3 .location03 .location_img_bg.bg07 { opacity: 1; transition: 1.2s 1.5s; }
.location_wrap.on3 .location03 .location_img_bg.bg02 { opacity: 1; transition: 1.2s 1.6s; }
.location_wrap.on3 .location03 .location_img_bg.bg06 { opacity: 1; transition: 1.2s 1.7s; }
.location_wrap.on3 .location03 .location_img_bg.bg04 { opacity: 1; transition: 1.2s 1.8s; }
*/

/**/

.pride_wrap { width: 100%; height: 100%; position: relative; transition: 1.6s; display: flex; justify-content: center; align-items: flex-end; }

.pride_img_box { position: relative; width: 31.875%; height: calc(100vh - 7.1875rem); transform: translateX(28rem); z-index: 9; }

.pride_img { width: 100%; height: 100%; position: relative; overflow: hidden; }
.pride_img>div:first-child { width: 100%; height: 100%; position: relative; overflow: hidden; }
.pride_img>div:first-child::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: url(../img/pride_img.jpg) center / cover no-repeat; transform: scale(1.2); transition: 1.5s; }

.pride_txt_box { position: absolute; z-index: 8; left: -52.5rem; top: 7.5rem; text-align: left; opacity: 0; transform: translateX(-8rem); transition: 1.2s; }
.pride_txt_box h1 { font-family: 'copperplate'; font-size: 6.75rem; line-height: 102%; margin-left: -0.25rem; }
.pride_txt_box h1 span { display: inline-block; margin-left: 34rem; }
.pride_txt_box h3 { font-family: "Nanum Myeongjo", serif; font-size: 1.4375rem; line-height: 144%; margin-top: -2rem; }
.pride_txt_box p { font-size: 0.875rem; line-height: 178%; opacity: 0.7; margin-top: 2.875rem; }
.pride_txt_box h6 { font-size: 0.75rem; line-height: 100%; margin-top: 2.5rem; opacity: 0.5; }

.pride_txt_box.pad { display: none; }
.pride_txt_box.white { color: #fff; z-index: 9; }

.pride_bg { position: absolute; opacity: 0.15; z-index: 1; }
.pride_bg.bg01 { width: 17.5rem; right: 34%; top: -1.5rem; }
.pride_bg.bg02 { width: 14.375rem; left: 11%; bottom: -2.5rem; transform: rotate(180deg); }


.pride_wrap.on .pride_img>div:first-child::before { transform: scale(1); transition: 2.5s 0s; }
.pride_wrap.on .pride_txt_box { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }

/*  */

.view_wrap { width: 100%; height: 100%; position: relative; transition: 1.6s; display: flex; justify-content: center; align-items: center; background-color: #000; }
.view_wrap::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: url(../img/view_img.jpg) center / cover no-repeat; opacity: 0.6; transform: scale(1.2); }
.view_wrap::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background: url(../img/view_bg.png) center / cover no-repeat; }

.view_txt_box { width: 100%; height: 100%; position: absolute; right: 0; top: 0; z-index: 9; text-align: center; display: flex; justify-content: center; align-items: center; transition: 0.8s; color: #fff; transform: translateY(-2.5rem); }
.view_txt_box>div { width: 90%; max-width: 1220px; position: relative; display: flex; justify-content: flex-start; align-items: center; flex-direction: column; }
.view_txt_box h1 { width: 100%; font-family: 'copperplate'; font-size: 6.75rem; line-height: 100%; display: flex; justify-content: center; align-items: center; text-transform: uppercase; margin-top: 0rem; font-weight: 400; }
.view_txt_box h1 span { width: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; }
.view_txt_box h1 span i { display: flex; justify-content: center; align-items: center; overflow: hidden; }
.view_txt_box h1 b { font-weight: 400; display: inline-block; opacity: 1; transform: translateY(101%); transition-duration: 0s; transition-delay: 0s; transition-timing-function: ease; }
.view_txt_box h1 b.spacing { margin-right: 3.25rem; }
.view_txt_box h1 span.space { width: 0rem; }
.view_txt_box h1 img { width: 74.25rem; transition: 1.2s; }
.view_txt_box h3 { width: 100%; text-align: center; font-family: "Nanum Myeongjo", serif; font-size: 1.75rem; line-height: 144%; opacity: 0; transform: translateY(-3rem); font-weight: 300; margin-bottom: 1.125rem; margin-left: 0.25rem; margin-left: 0; transition: 1.2s; }
.view_txt_box p { font-size: 0.9375rem; line-height: 212%; margin-right: 0.3125rem; margin-top: 2.5rem; text-align: center; width: 100%; transition: 1.2s; transform: translateY(3rem); opacity: 0; }
.view_txt_box p b { font-size: 1.375rem; font-weight: 600; display: inline-block; margin-bottom: 0.875rem; }

.view_txt_box h4 { font-size: 1.25rem; line-height: 172%; margin-top: 5rem; font-weight: 500; opacity: 0; transform: translateY(3rem); }


.view_wrap.on::before { transform: scale(1); transition: 2.5s 0s; }
.view_wrap.on .view_txt_box h1 b { transition-delay: calc(var(--i) * 0.06s); }
.view_wrap.on .view_txt_box h1 b { opacity: 1; transform: translate(0); transition-duration: 2.0s; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.view_wrap.on .view_txt_box h3 { opacity: 1; transform: translate(0); transition: 1.5s 0.6s; }
.view_wrap.on .view_txt_box h4 { opacity: 1; transform: translate(0); transition: 1.5s 0.6s; }
.view_wrap.on .view_txt_box p { opacity: 0.7; transform: translate(0); transition: 1.2s 0.6s; }

/*  */

.comm_wrap { width: 200vw; height: 100vh; left: 0; top: 0; z-index: 9; display: flex; justify-content: flex-start; align-items: center; overflow: hidden; transition: 1.6s; }
.comm_wrap>div { width: 100vw; height: 100%; position: relative; display: flex; justify-content: center; align-items: center; z-index: 9; overflow: hidden; }

.comm01 { align-items: flex-end !important; }

.comm_img_box { position: relative; width: 31.875%; height: calc(100vh - 7.1875rem); transform: translateX(-27.5rem); z-index: 9; }

.comm_img { width: 100%; height: 100%; position: relative; overflow: hidden; }
.comm_img>div:first-child { width: 100%; height: 100%; position: relative; overflow: hidden; }
.comm_img>div:first-child::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: url(../img/comm_bg.jpg) center / cover no-repeat; transform: scale(1.2); transition: 1.5s; }

.comm_txt_box { position: absolute; z-index: 8; right: -53.75rem; top: 11rem; text-align: right; opacity: 0; transform: translateX(8rem); transition: 1.2s; }
.comm_txt_box h1 { font-family: 'copperplate'; font-size: 5.375rem; line-height: 102%; margin-right: -0.25rem; }
.comm_txt_box h1 span { display: inline-block; margin-right: 30rem; }
.comm_txt_box h3 { font-family: "Nanum Myeongjo", serif; font-size: 1.4375rem; line-height: 144%; margin-top: 4.75rem; }
.comm_txt_box p { font-size: 0.875rem; line-height: 178%; opacity: 0.7; margin-top: 2.5rem; }

.comm_txt_box.pad { display: none; }
.comm_txt_box.white { color: #fff; z-index: 9; }

.comm_bg { position: absolute; opacity: 0.15; z-index: 1; }
.comm_bg.bg01 { width: 17.5rem;  left: 9%; top: -1.5rem; }
.comm_bg.bg02 { width: 14.375rem; right: 36%; bottom: -2.5rem; transform: rotate(180deg); }


.comm_box { width: 90%; max-width: 1261px; height: auto; margin: auto; position: relative; padding-top: 0px; padding-bottom: 0px; transform: translateY(30px); z-index: 2;}

.comm_slide_tit { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); font-family: 'antro'; font-size: 112px; line-height: 100%; color: #e2e2e2; z-index: 10; white-space: nowrap; opacity: 0; }

.swiper_comm { width: 100%; opacity: 1; padding: 130px 0px 0px; margin-top: 10px; opacity: 1; transform: translateY(0); z-index: 9; transform: translateY(3rem); opacity: 0; opacity: 0; transition: 0.8s; }
.swiper_comm .swiper-slide { text-align: center; transition: 0.4s; position: relative; overflow: hidden; cursor: pointer; filter: grayscale(1); }

.swiper_comm .swiper-slide img { width: 100%; max-width: 221px; }

.swiper_comm .swiper-slide:hover .comm_thumb_bg { bottom: 0; }
.swiper_comm .swiper-slide:hover .comm_go { bottom: 0; opacity: 1; }

.swiper_comm .swiper-slide-active { transform: translateY(-80px); }
.swiper_comm .swiper-slide-prev { transform: translateY(-40px); }
.swiper_comm .swiper-slide-prev2 { transform: translateY(-0px); }
.swiper_comm .swiper-slide-next { transform: translateY(-40px); }
.swiper_comm .swiper-slide-next2 { transform: translateY(-0px); }

.swiper_comm .swiper-slide-active { filter: grayscale(0); }

.swiper_comm_txt { width: 100%; max-width: 300px; white-space: nowrap; opacity: 1; transform: translateY(-3rem);  text-align: center; z-index: 1; background-color: #fff; padding-bottom: 3rem; opacity: 0; transition: 0.8s; }
.comm_slide_txt { opacity: 0; transform: translateY(3rem); transition: 0.8s; }
.comm_slide_txt p { font-size: 0.875rem; line-height: 100%; font-weight: 400; opacity: 0.7; }
.comm_slide_txt h4 { font-size: 1.375rem; line-height: 100%; margin-top: 12px; }

.comm_box .swiper-pagination { width: 102px; margin: auto; transform: translateY(-128px); padding: 0; color: #ae2471; position: static; font-family: inherit; }
.comm_box .swiper-pagination span {  font-size: 0.75rem; line-height: 100%; }
.comm_box .swiper-pagination-total { display: none; }

.swiper_comm_txt .swiper-slide-active .comm_slide_txt { opacity: 1; transform: translateY(0); transition: 0.8s 0.2s; }


.swiper-button-prev-comm { width: 72px; height: 72px; position: absolute; left: -9.5rem; top: 0; bottom: 0; margin: auto; border-radius: 100%; background-color: #ececec; cursor: pointer; z-index: 10; opacity: 0; transition: 0.8s; }
.swiper-button-prev-comm::after { content: ''; width: 10px; height: 10px; position: absolute; left: 0; right: -5px; top: 0; bottom: 0; margin: auto; border-bottom: 1px solid #000; border-left: 1px solid #000; transform: rotate(45deg); }
.swiper-button-prev-comm::before { content: ''; position: absolute; width: 100%; height: 1px; right: -32px; top: 0; bottom: 0; margin: auto; background-color: #000; }

.swiper-button-next-comm { width: 72px; height: 72px; position: absolute; right: -9.5rem; top: 0; bottom: 0; margin: auto; border-radius: 100%; background-color: #ececec; cursor: pointer; z-index: 10; opacity: 0; transition: 0.8s; }
.swiper-button-next-comm::after { content: ''; width: 10px; height: 10px; position: absolute; left: -5px; right: 0; top: 0; bottom: 0; margin: auto; border-bottom: 1px solid #000; border-right: 1px solid #000; transform: rotate(-45deg); }
.swiper-button-next-comm::before { content: ''; position: absolute; width: 100%; height: 1px; left: -32px; top: 0; bottom: 0; margin: auto; background-color: #000; }

.comm_bg.bg03 { width: 17.5rem; right: 5.5%; top: 8.5rem; }
.comm_bg.bg04 { width: 14.375rem; left: 9%; bottom: 6.25rem; transform: rotate(180deg); }




.comm_wrap.on .comm_img>div:first-child::before { transform: scale(1); transition: 2.5s 0s; }
.comm_wrap.on .comm_txt_box { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }

.comm_wrap.on2 .comm_slide_tit { opacity: 1; transition: 1.2s 0.6s; }
.comm_wrap.on2 .swiper_comm_txt,
.comm_wrap.on2 .swiper_comm { transform: translate(0); opacity: 1; transition: 1.2s 0.6s; }
.comm_wrap.on2 .swiper-button-prev-comm { opacity: 1; transition: 1.2s 0.6s; }
.comm_wrap.on2 .swiper-button-next-comm { opacity: 1; transition: 1.2s 0.6s; }

.comm_wrap.on2 { transform: translateX(-100vw); }

/*  */

.premium_wrap { width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; z-index: 9; color: #fff; text-align: left; }

.premium_tit { width: 100%; max-width: 1094px; height: 100%; position: absolute; left: 0; top: 0; z-index: 8; text-align: left; display: flex; justify-content: center; align-items: center; }
.premium_tit>div { transform: translateY(-2rem); }
.premium_tit h2 { font-family: 'copperplate'; font-size: 5.125rem; line-height: 100%; }
.premium_tit h5 { font-size: 1.375rem; line-height: 100%; margin-top: 1.25rem; }

.premium_img_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; }
.premium_img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; position: absolute; background-color: #000; display: none; }
.premium_img::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; transform: scale(1.2); opacity: 0.4; }
.premium_img::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background: url(../img/premium_bg.png) center bottom no-repeat; background-size: cover; }
.premium_img.img01::before { background: url(../img/premium_img01.jpg) center no-repeat; background-size: cover; }
.premium_img.img03::before { background: url(../img/premium_img03.jpg) center no-repeat; background-size: cover; }
.premium_img.img04::before { background: url(../img/premium_img04.jpg) center no-repeat; background-size: cover; }
.premium_img.img05::before { background: url(../img/premium_img05.jpg) center no-repeat; background-size: cover; }

.premium_img.active { display: block; }

.premium_txt_box { width: 100%; max-width: 1500px; position: absolute; left: 0; bottom: 0; right: 0; margin: auto; z-index: 9; display: flex; justify-content: space-between; align-items: flex-end; }
.premium_txt { box-sizing: border-box; padding-left: 1.875rem; padding-bottom: 2.5rem; position: relative; transition: 0.8s; opacity: 0.5; }
.premium_txt::before { content: ''; width: 1px; height: 96%; position: absolute; left: 0; bottom: 0; background-color: #fff; }
.premium_txt p { font-size: 0.875rem; line-height: 100%; opacity: 0.5; }
.premium_txt h3 { font-size: 1.625rem; line-height: 112%; font-weight: 700; margin-top: 0.625rem; }


.premium_txt.active { opacity: 1; padding-bottom: 7.5rem; }

/*  */

.contact_wrap { width: 100%; height: 100%; position: relative; transition: 1.6s; display: flex; justify-content: flex-start; align-items: center; background-color: #000; color: #fff; }
.contact_wrap::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: url(../img/contact_bg.jpg) center bottom no-repeat; background-size: cover; animation: contact_bg 12.0s 0s infinite; opacity: 0.15; }

/* @keyframes contact_bg {
	0% { transform: scale(1); }
	50% { transform: scale(1.15); }
	100% { transform: scale(1); }
} */

.contact_wrap>div:last-child { display: flex; justify-content: space-between; align-items: center; text-align: left; position: relative; width: 90%; max-width: 1200px; margin: auto; z-index: 9; gap: 10rem; transform: translateY(2rem); }


.contact_wrap .sub_contact_bottom { width: auto; opacity: 0; transform: translateX(5rem); margin-top: 3.75rem; margin-top: 0; transition: 0.8s; }
.contact_wrap .sub_contact_bottom>div { justify-content: space-between; transform: translateY(0rem); }
.contact_wrap .sub_contact_map_box { width: 580px; height: 420px; border: 1px solid rgba(255,255,255,0.3); }
.contact_wrap .sub_contact_txt_box { max-width: 600px; margin: 1.125rem 0; }
.contact_wrap .sub_contact_add span { color: #fff; }
.contact_wrap .contact_txt_box { margin-top: 4rem; }
.contact_wrap .sub_contact_bt a:nth-child(1) { background: url(../sub/naver.png) center no-repeat; background-size: 18px; }
.contact_wrap .sub_contact_bt a:nth-child(2) { background: url(../sub/kakao.png) center no-repeat; background-size: 20px; }
.contact_wrap .sub_contact_bt a:nth-child(3) { background: url(../sub/kakao.png) center no-repeat; background-size: 20px; }

.contact_tit { text-align: left; opacity: 0; transform: translateX(-5rem); margin-top: 0rem; transition: 0.8s; }
.contact_tit h2 { font-family: 'copperplate'; font-size: 4rem; line-height: 100%; letter-spacing: -0.125rem; margin-left: -0.25rem; transition: 0.8s; font-weight: 400; }
.contact_tit h5 { font-size: 1.125rem; line-height: 100%; opacity: 0.7; font-weight: 300; margin-top: 1rem; }

.contact_txt_box { width: 100%; max-width: 413px; margin-top: 4rem;  position: relative; }
.contact_txt { width:100%; position: relative; overflow:hidden; margin-top: 2.2rem; text-align: left; }
.contact_txt p { font-size: 1rem; line-height: 100%;  position: relative; margin-top:0rem;}
.contact_txt span {  position: absolute;  width:100%; height:1px; background:#fff; opacity:0.2; bottom:0.5rem; margin-left:0.5rem;}
.contact_txt_box .sub_contact_add { margin-top: 0.75rem; gap: 1rem; }

/* .contact_txt.txt01b { margin-bottom: -1rem; margin-top: 3rem; } */
.contact_txt h4 { font-size: 1.125rem; line-height: 100%; }
.contact_txt.txt02 { margin-top: 4rem; }
.contact_txt.txt02 a { display: inline-block; padding-left: 2rem; background: url(../img/common/tel2.png) left center no-repeat; background-size: 1.375rem; margin-top: 1rem; }
.contact_txt h1 { font-family: 'Poppins', sans-serif; font-size: 2.5rem; line-height: 100%; font-weight:700; letter-spacing: 0.125rem; }

/*.contact_txt_box { text-align: center; margin-top: 1.75rem; }
.contact_txt_box p { font-size: 1rem; line-height: 160%; color: #7e7e7e; } 
.contact_txt_box p span { color: #000; }*/

.sub_contact_map_box img { width: 100%; }
.sub_contact_map_box::before { content: ''; width: 0; height: 1px; position: absolute; left: -1px; top: -1px; background-color: #fff; transition: 0.5s; }
.sub_contact_map_box::after { content: ''; width: 0; height: 1px; position: absolute; right: -1px; bottom: -1px; background-color: #fff; transition: 0.5s; }
.sub_contact_map_box span { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.sub_contact_map_box span::before { content: ''; width: 1px; height: 0; position: absolute; left: -1px; bottom: -1px; background-color: #fff; transition: 0.5s; }
.sub_contact_map_box span::after { content: ''; width: 1px; height: 0; position: absolute; right: -1px; top: -1px; background-color: #fff; transition: 0.5s; }

.sub_contact_map_box:hover::before,
.sub_contact_map_box:hover::after { width: calc(100% + 2px); }
.sub_contact_map_box:hover span::before,
.sub_contact_map_box:hover span::after { height: calc(100% + 2px); }

/* .contact_wrap.on::before { transform: scale(1); transition: 2.5s 0s; } */
.contact_wrap.on .contact_tit { opacity: 1; transform: translate(0); transition: 1.5s 0.6s; }
.contact_wrap.on .sub_contact_bottom { opacity: 1; transform: translate(0); transition: 1.5s 0.6s; }

/*  */

.main_guest_wrap { width: 100%; height: 100%; position: relative; transition: 1.6s; display: flex; justify-content: center; align-items: center; background-color: #000; color: #fff; }
.main_guest_wrap::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: url(../img/guest_bg.jpg) center bottom no-repeat; background-size: cover; opacity: 0.8; }
.main_guest_wrap>div { position: relative; z-index: 9; transform: translateY(2rem); }

.main_guest_tit_box { text-align: center; opacity: 0; transform: translateY(-3rem); transition: 0.8s; }
.main_guest_tit_box h2 { font-family: 'copperplate'; font-size: 4rem; line-height: 100%; font-weight: 400; }
.main_guest_tit_box p { font-size: 0.9375rem; line-height: 178%; margin-top: 1.5rem; opacity: 0.5; }

.main_guest_qr { width: 10rem; height: 10rem; position: relative; margin: auto; margin-top: 5rem; background-color: #fff; opacity: 0; transition: 0.8s; }
.main_guest_qr img { width: 100%; }
.main_guest_qr_bg { display: inline-block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.main_guest_qr_bg span { width: 14%; height: 14%; position: absolute; border: 1px solid #fff; }
.main_guest_qr_bg span:nth-child(1) { left: -7%; top: -7%; border-right: none; border-bottom: none; }
.main_guest_qr_bg span:nth-child(2) { right: -7%; top: -7%; border-left: none; border-bottom: none; }
.main_guest_qr_bg span:nth-child(3) { left: -7%; bottom: -7%; border-right: none; border-top: none; }
.main_guest_qr_bg span:nth-child(4) { right: -7%; bottom: -7%; border-left: none; border-top: none; }

.main_guest_txt_box { display: flex; justify-content: center; align-items: center; gap: 6rem; margin-top: 7rem; opacity: 0; transform: translateY(3rem); transition: 0.8s; }
.main_guest_txt_box mark { display: none; }
.main_guest_txt_box>div { width: 5rem; position: relative; }
.main_guest_txt_box p { font-size: 0.875rem; line-height: 142%; opacity: 0.7; margin-top: 1.25rem; }

.main_guest_icon { width: 31px; height: 28px; display: flex; justify-content: center; align-items: center; margin: auto; }
.main_guest_icon.icon01 img { width: 28px; }
.main_guest_icon.icon02 img { width: 28px; }
.main_guest_icon.icon03 img { width: 26px; }
.main_guest_icon.icon04 img { width: 31px; }

.main_guest_arrow { width: 18px; height: 12px; position: absolute; right: calc(-3rem - 9px); top: 0; bottom: 0; margin: auto; transform: translateY(-2rem); }
.main_guest_arrow::before { content: ''; width: 100%; height: 2px; background-color: #fff; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; border-radius: 2px; }
.main_guest_arrow::after { content: ''; width: 8px; height: 8px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg); position: absolute; right: 0; top: 0; bottom: 0; margin: auto; border-radius: 2px; }
.main_guest_txt_box>div:last-child .main_guest_arrow { display: none; }


.main_guest_wrap.on .main_guest_tit_box,
.main_guest_wrap.on .main_guest_qr,
.main_guest_wrap.on .main_guest_txt_box { opacity: 1; transform: translate(0); transition: 1.5s 0.6s; }




body.sub .main_guest_wrap { padding: 8rem 0; }
body.sub .main_guest_wrap>div { transform: translateY(0); }

.main_guest_tit_box.active,
.main_guest_qr.active,
.main_guest_txt_box.active { opacity: 1; transform: translate(0); transition: 1.5s 0.2s; }

/*  */

.right_by { width: 3.875rem; height: 16rem; position: absolute; left: 0; bottom: 0; margin: auto; z-index: 99; /*transform: translateY(-10rem);*/ display: none; }
.right_by_bg { width: 100%; height: 100%; background: url(../img/common/by_bg.jpg) center no-repeat; background-size: cover; transition: 0.3s;  clip-path:polygon(0% 0%, 0% 100%, 100% 100%, 100% 20%); }
.right_by_txt { width: 100%; height: 100%; transition: 0.3s; display: flex; justify-content: center; align-items: center; position:absolute; top:0; }

.right_by h4 { width: 1.0625rem; font-size: 1.0625rem; line-height: 112%; color: #fff; font-weight: 500; transform: translate(0.1875rem,-2.375rem); transition: 0.3s; }
.right_by h4 b { margin: 0.1875rem 0; display: inline-block; }

.right_by.white .right_by_bg { background: url(../img/common/by_bg2.jpg) center no-repeat; background-size: cover; }
.right_by.white .right_by_txt h4 { color: #003c66; }


.by_bn { width:10rem; height:10rem;  color:#fff; position:absolute; right:4rem; top:7rem; z-index:99; text-align:center; display: flex; justify-content: center; align-items: center; opacity: 0; transform: 0.8s; }
.by_bn_txt { width:7.5rem; height:7.5rem; background:#003c66; border:3px solid #e2df54; border-radius:100%; line-height:120%; display: flex; justify-content: center; align-items: center; }
.by_bn_txt h4 { font-size:0.975rem;}
.by_bn_bg { width:100%; height:100%; background: url(../img/main_circle2.png) center no-repeat; background-size: cover;  position:absolute; animation: main_circle 38s 0s linear infinite;}

.by_bn.show { opacity: 1; transition: 1.2s; }

/*  */

.right_scroll_wrap { width: 12px; height: 230px; margin: auto; overflow: hidden; position: absolute; z-index: 99; right: 1.75rem; top: 0; bottom: 0; transform: translateY(0rem); opacity: 1; display: none; }
.right_scroll_img { width: 9px; height: 73px; margin: auto; background: url(../img/scroll.png) center no-repeat; transition: 0.3s; }
.right_scroll { width: 1px; height: 130px; background-color: rgba(0,0,0,0.3); margin: auto; margin-top: 16px; position: relative; transition: 0.3s; }
.right_scroll span { position: absolute; content:''; width: 10px; height: 10px; background-color: #31f3ff; left: -4px; top: 0; border-radius: 100%; transition: background 0.3s; }

.right_scroll_wrap.white .right_scroll_img { background: url(../img/scroll2.png) center no-repeat; }
.right_scroll_wrap.white .right_scroll { background-color: rgba(255,255,255,0.3); }
.right_scroll_wrap.white .right_scroll span { background-color: #31f3ff; }

/*  */

.left_open { position: fixed; left: 2.875rem; bottom: 3.75rem; z-index: 90; white-space: nowrap; opacity: 0; transition: 1.0s; }
.left_open>div { display: flex; justify-content: center; align-items: center; gap: 1rem; transform: rotate(90deg) translateX(-100%); transform-origin: left bottom; }
.left_open span { display: inline-block; width: 5.125rem; height: 1px; background-color: #000; transition: 0.3s; }
.left_open p { font-family: 'copperplate'; font-size: 0.75rem; line-height: 100%; letter-spacing: 0; color: #000; transition: 0.3s; }

.left_open.white span { background-color: #fff; }
.left_open.white p { color: #fff; }

.left_open.show { opacity: 1; }

/*  */

#footer { overflow: visible; }

.footer { width: 100%; box-sizing: border-box; z-index: 999; position: relative; box-sizing: border-box; letter-spacing: -0.0313rem; font-size: 0.75rem; text-align: center; background-color: #0d0d0d; color: rgba(255,255,255,0.3); padding: 4.625rem 0 4.875rem; }
.footer:after { content:''; width: 100%; height: 100vh; position: absolute; left: 0; top: -100vh; display: none; z-index: -1; }
body.main .footer { border: none; }

.footer>div:first-child { width: 90%; max-width: 1720px; margin: auto; display: flex; justify-content: space-between; align-items: flex-start; }

.footer_logo { width: 7.25rem; margin-top: 2.625rem; }

/* .footer_top { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 3rem 7.25rem; box-sizing: border-box; border-bottom: 1px solid rgba(255, 255, 255, 0.14); position: relative; } */

.footer_left { text-align: left; display: flex; justify-content: flex-start; align-items: flex-start; gap: 3.375rem; }

.footer_guide ul { display: flex; justify-content: flex-end; align-items: center; color: #fff; }
.footer_guide ul li { line-height: 100%; padding: 0 0.875rem; position: relative; }
.footer_guide ul li:last-child { padding-right: 0; }
.footer_guide li:after { position: absolute; content:''; width: 1px; height: 0.75rem; background-color: #fff; opacity: 0.3; right: 0; bottom: 0; top: 1px; margin: auto; }
.footer_guide li:last-child:after { display: none; }

.footer_right { display: flex; justify-content: flex-start; align-items: flex-end; gap: 1.875rem; flex-direction: column; }

.footer_sns { display: flex; justify-content: flex-end; align-items: center; gap: 0.625rem; }
.footer_sns li { width: 2rem; height: 2rem; }
.footer_sns li a { display: block; width: 100%; height: 100%; }
.footer_sns li:nth-child(1) a { background: url(../img/common/youtube.svg) center no-repeat; background-size: cover; }
.footer_sns li:nth-child(2) a { background: url(../img/common/kakao.svg) center no-repeat; background-size: cover; }
.footer_sns li:nth-child(3) a { background: url(../img/common/insta.svg) center no-repeat; background-size: cover; }


.footer_family { width: 12.5rem; height: 4.125rem; position: relative; text-align: left; }
.footer_family>div { width: 100%; height: 100%; display: flex; justify-content: flex-start; align-items: center; border: 1px solid rgba(255, 255, 255, 0.2); box-sizing: border-box; cursor: pointer; position: relative; }
.footer_family>div>span { width: 0.6875rem; height: 0.6875rem; position: absolute; right: 1rem; top: 0; bottom: 0; margin: auto; }
.footer_family>div>span::before { content: ''; width: 100%; height: 1px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; }
.footer_family>div>span::after { content: ''; width: 1px; height: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; }
/* .footer_family>div::after { content: ''; width: 0.375rem; height: 0.375rem; border-left: 2px solid #eee; border-bottom: 2px solid #eee; transform: rotate(-225deg); position: absolute; right: 1rem; top: 1px; bottom: 0px; margin: auto; } */
.footer_family h4 { color: #fff; margin-left: 1rem; font-size: 0.9375rem; line-height: 100%; }
.footer_family ul { width: 100%; display: none; position: absolute; left: 0; bottom: 4.125rem; background-color: #fff; }
.footer_family ul li { width: 100%; padding: 1.125rem 1rem; color: #222; font-size: 1rem; line-height: 100%; box-sizing: border-box; }

.footer_family.active ul { display: block; }
/* .footer_family.active>div::after { transform: rotate(-45deg); top: -1px; } */
.footer_family.active>div>span::after { display: none; }

.footer_tel { display: flex; justify-content: flex-end; align-items: flex-end; gap: 0.5rem; }
.footer_tel h5 { font-size: 0.875rem; line-height: 100%; }
.footer_tel h2 { font-family: 'Poppins', sans-serif; font-size: 2.625rem; line-height: 70%; color: #fff; font-weight: 600; }

.footer_bottom { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: 5rem; padding: 2.25rem 7.25rem 4rem; box-sizing: border-box; text-align: left; position: relative; }

.footer_bottom>div:last-child { display: flex; flex-direction: column; gap: 0.3125rem; }
.footer_bottom>div:last-child>div:last-child { display: flex; justify-content: flex-end; gap: 0.3125rem; }
.footer_bottom>div:last-child .footer_const ul li.ci{ font-size: 1.2rem;}
.footer_bottom>div:last-child .footer_const h5{text-align: right; font-size: 1rem; margin-bottom: 1.2rem;}
/* .footer_logo { width: 8.0625rem; height: 1.5625rem; background: url(../img/common/footer_logo.svg) center no-repeat; background-size: cover; position: absolute; right: 6.25rem; top: 3rem; } */

.footer_const ul { display: flex; justify-content: flex-end; align-items: center; margin-top: 3.25rem; margin-top: 0; }
.footer_const ul li { font-size: 1.125rem; position: relative; padding: 0 0.125rem; line-height: 100%; color: #fff; }
/* .footer_const ul li.space { margin-right: 1.25rem; } */
/* .footer_const li:after { position: absolute; content:''; width: 1px; height: 0.75rem; background-color: #fff; opacity: 0.3; right: 0; bottom: 0; top: -1px; margin: auto; } */
.footer_const ul li:last-child:after { display: none; }
.footer_const ul li span { color: rgba(255,255,255,0.4); font-size: 0.9375rem; }
.footer_const ul li.mo { margin: 0; }
.footer_const ul li.space { margin-right: 1rem; }
.footer_const li img { width: 14.9375rem; }
/* .footer_const ul li img { width: 6.125rem; } */

/*.footer_const li:nth-child(4) img { width: 7.5625rem; }*/
.footer_const li:nth-child(7) img { width: 5.8125rem; }

.footer p { line-height: 154%; margin-top: 0.875rem; margin-top: 1rem; }
.footer p br.pad { display: none; }
/* .footer p br { display: none; } */

.footer_info ul { display: flex; justify-content: flex-start; align-items: center; margin-top: 1.25rem; margin-top: 0; color: #fff; }
.footer_info li { padding: 0 0.75rem; line-height: 100%; position: relative; }
.footer_info li>div { display: flex; justify-content: flex-start; align-items: flex-end; gap: 0.375rem; }
.footer_info li::after { position: absolute; content:''; width: 1px; height: 0.875rem; background-color: #fff; opacity: 0.3; right: 0; bottom: 0; top: 1px; margin: auto; }
.footer_info li span { color: rgba(255,255,255,0.4); font-size: 0.8125rem; }
.footer_info li b { font-size: 0.9375rem; font-weight: 400; }
.footer_info li:last-child:after { display: none; }
.footer_info li:nth-child(1) { padding-left: 0; }
/* .footer_info li:nth-child(1)::after { display: none; } */
.footer_info li:nth-of-type(3) img { width: 6.25rem; } 
.footer_info li:nth-child(1) img { width: 12.125rem; transform: translateY(0.375rem); }
/* .footer_info li:nth-child(2)>div { transform: translateY(-0.625rem); } */

.footer_right .footer_info ul { flex-wrap: wrap; justify-content: flex-end; gap: 0.5rem 0; text-align: right; }
.footer_right .footer_info li { padding: 0; }
.footer_right .footer_info li:nth-child(1) { width: 100%; }
.footer_right .footer_info li:nth-child(1)::after { display: none; }
.footer_right .footer_info li:nth-child(2) { padding-right: 0.75rem; }
.footer_right .footer_info li:nth-child(3) { padding-left: 0.75rem; }

.footer h6 { font-size: 0.875rem; line-height: 100%; margin:0 auto; margin-top: 2.25rem; letter-spacing: 0; color: #fff; text-align: left; /*margin-left: calc(5% + 10.875rem); margin-left: calc(5% + 10.875rem);*/ width:90%; }

/* span.yellow { color: #fcff00 !important; } */

.top_bt { width: 3rem; height: 3rem; background-color: #fff; z-index: 99999; position: absolute; right: 6.25rem; bottom: 3rem; opacity: 1; cursor: pointer; transition: 0.3s; }
.top_bt:before { content:''; width: 6px; height: 6px; position: absolute; left: 0; right: 0; top: 3px; bottom: 0; margin: auto; border-left: 1px solid #000; border-top: 1px solid #000; transform: rotate(45deg); z-index: 9; }
/* .top_bt::after { content: ''; width: 1px; height: 14px; position: absolute; left: 0; right: 0; top: 5px; bottom: 0; margin: auto; background-color: #fff; } */



.footer.end:after { display: block; }



/* .footer.on .top_bt { opacity: 1; top: -23px; transition: 0.6s 0s; }
.footer.active .top_bt { opacity: 1; top: -23px; transition: 0.6s 0s; } */

.footer.on .top_bt { opacity: 1; transition: 0.6s 0s; }
.footer.active .top_bt { opacity: 1; transition: 0.6s 0s; }


/**/


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

.sub_brand .mov_responsive { position: relative; padding: 56.25% 0 0; margin: 4rem 0; }
.sub_brand .mov_responsive iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

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

@media screen and (max-width: 1080px) {
  .sub_brand .sub_brand_con { margin: 4rem 0;}
  .sub_brand_logo { margin: 0 0 2rem; }
  .sub_brand_logo .logo_img { width: 240px; }
  .sub_brand_logo .logo_txt { width: calc(100% - 240px); padding: 2rem 3rem;}
  .sub_brand_logo .logo_txt dt { font-size: 20px; }
  .sub_brand_logo .logo_txt dd p { font-size: 14px; }
  .sub_brand_logo .logo_txt dd p br { display: none; }
}
@media screen and (max-width: 720px) {
  .sub_brand h3 { font-size: 22px; }
  .sub_brand div.en_tit { font-size: 14px; }
  .sub_brand .summary p strong { font-size: 18px; }
  .sub_brand .summary p br { display: none;}
  .sub_brand_logo { display: block; margin: 0 0 1rem; }
  .sub_brand_logo .logo_img { width: 100%; padding: 2rem 0; border-right: 1px solid #e9e9e9;}
  .sub_brand_logo .logo_img img { width: 20%;}
  .sub_brand_logo .logo_txt { width: 100%; }
}
@media screen and (max-width: 640px) {
  .sub_brand_award ul { display: flex; justify-content: space-around; flex-wrap: wrap;}
  .sub_brand_award ul li { width: 46%;}
  .sub_brand .mov_responsive { margin: 1rem 0; }
}


/*  */


.guest_pop_wrap { width: 60%; height: 100%; position: fixed; right: -100%; top: 0; z-index: 99999999999999; display: flex; justify-content: center; align-items: center; transition: 0.8s 0s; }
.guest_pop_wrap::before { content: ''; width: 100%; height: 92%; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; border-radius: 2rem; }
.guest_pop_bg_bt { display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; cursor: pointer; z-index: 1; }

.guest_pop { width: 84%; height: 78%; max-width: 1300px; width: 90%; max-width: revert; position: relative; display: flex; justify-content: center; align-items: flex-start; z-index: 9; flex-wrap: wrap; }
.guest_pop img { width: 100%; }
.guest_pop_bg { width: 100%; height: 100%; position: fixed; left: -100%; top: 0; z-index: 999999998; background-color: #000; opacity: 0.8; transition: 0.6s 0.2s; }
.guest_pop_close { width: 3.75rem; height: 3.75rem; position: absolute; right: 1.875rem; top: 3.875rem; cursor: pointer; transition: 0.5s; z-index: 99; background-color: #000; border-radius: 100%; }
.guest_pop_close:after { content:''; width: 1px; height: 35%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; transform: rotate(45deg); }
.guest_pop_close:before { content:''; width: 1px; height: 35%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; transform: rotate(-45deg); }
.guest_pop_close:hover { transform: rotate(360deg); }

.guest_pop_tit { text-align: center; width: 100%; margin-bottom: 1.875rem; display: flex; justify-content: flex-start; align-items: flex-end; }
.guest_pop_tit h2 { font-family: 'Futura Std', sans-serif; font-size: 2.5625rem; line-height: 100%; text-transform: uppercase; }
.guest_pop_tit h5 { font-size: 1rem; line-height: 100%; position: relative; padding-left: 1rem; margin-left: 1.125rem; transform: translateY(-0.25rem); }
.guest_pop_tit h5::before { content: ''; width: 1px; height: 90%; position: absolute; left: 0; bottom: 0; top: 0; margin: auto; background-color: #000; opacity: 0.5; }
.guest_pop_tit span { display: inline-block; width: 1px; height: 2.375rem; background-color: #404040; margin: auto; margin-top: 2.1875rem; }

.guest_pop_box { width: 100%; height: calc(100% - 4.5rem); overflow: scroll; padding-right: 1.5rem; }

.guest_pop_box::-webkit-scrollbar { display: block; width: 0.625rem; height: 100%; background-color: #f3f3f3; }
.guest_pop_box::-webkit-scrollbar-thumb { width: 100%; background-color: #898989; border-radius: 1.25rem; }

.guest_pop_wrap.active { right: 2%; transition: 0.8s 0.2s; }
.guest_pop_bg.active { left: 0; transition: 0.6s 0s; }


.guest_wrap { position: fixed; left: 0; top: -100%; z-index: 99999999; width: 100%; height: 100vh; max-height: 1000px; overflow: hidden; text-align: left; display: flex; justify-content: center; align-items: center; background: #fff; transition: 0.8s 0s; box-sizing: border-box; overflow-x: hidden; }
.guest_wrap { position: relative; top: 0; width: 100%; height: auto; max-height: revert; margin: auto; overflow: visible; }
.guest_wrap>div>div:last-child { width: 100%; }

.guest_bg { position: fixed; left: 0; bottom: -100%; z-index: 99999998; width: 100%; height: 100%; background-color: #000; opacity: 0.7; transition: 0.6s 0s; cursor: pointer; }

.guest_wrap.active { top: 0; transition: 0.8s 0s; }
.guest_bg.active { bottom: 0; transition: 0.6s 0s; }

body.sub .guest_wrap { position: relative; top: 0; z-index: 9; }
body.sub .guest_close { display: none; }

@media all and (min-width: 800px) { 
/*	body.sub .guest_wrap { padding-top: 130px; }*/
}

/*.guest_wrap>div { overflow-x: hidden; padding-bottom: 3px; }*/
.guest_wrap>div { padding-bottom: 3px; }

/*.guest_wrap>div>div:last-child { width: 90%; max-width: 1300px; margin: auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; opacity: 0; transform: translateY(60px); }*/
.guest_wrap>div>div:last-child { width: 100%; max-width: 1300px; max-width: revert; margin: auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }

/*.guest_tit { text-align: center; margin-bottom: 55px; opacity: 0; transform: translateY(-50px); }*/
.guest_tit { text-align: center; margin-bottom: 55px; }
.guest_tit h1 { font-size: 55px; line-height: 100%; }
.guest_tit p { font-size: 15px; line-height: 100%; opacity: 0.7; margin-top: 25px; font-weight: 500; }


.guest_wrap h2 { font-size: 18px; line-height: 100%; margin-bottom: 18px; font-weight: 600; }
.guest_box h6 { font-size: 14px; line-height: 22px; position: absolute; right: 0; top: 0; font-weight: 500; }
.guest_box b.red { color: #f71313; }
.guest_box p b.red { margin-left: 3px; }

.guest_wrap .guest_box { width: 100%; margin-right: 0%; margin-bottom: 40px; }
.guest_wrap .guest_box:nth-child(2n) { margin-right: 0; }
.guest_wrap .guest_box input { font-family: 'Noto Sans KR', sans-serif; }

.guest_box.m { width: 100% !important; margin-top: 10px; position: relative; }

.guest_ori { width: 100%; display: flex; justify-content: center; align-items: center; margin-top: 40px; }
/*.guest_box h6 { font-size: 14px; line-height: 100%; font-weight: 500; }*/
/* .guest_kakao {  } */
.guest_kakao a { display: flex; justify-content: center; align-items: center; }
.guest_kakao p { font-size: 14px; line-height: 100%; position: relative; display: inline-block; margin-left: 10px; transform: translateY(-1px); font-weight: 500; }
.guest_kakao p:after { content:''; width: 0; height: 1px; background-color: #25282a; left: 0; bottom: -5px; position: absolute; transition: 0.4s; }

.guest_kakao:hover p:after { width: 100%; }

.per_agree_box { width: 100%; height: 175px; overflow: scroll; border: 1px solid #b6b6b6; box-sizing: border-box; padding: 0 25px; padding-top: 20px; letter-spacing: -1px;
font-size: 14px; line-height: 30px; color: #6f6f6f; padding-bottom: 40px; }
.per_agree_box::-webkit-scrollbar { display: block; width: 10px; height: 100%; background-color: #f3f3f3; }
.per_agree_box::-webkit-scrollbar-thumb { width: 100%; background-color: #cacaca; border-radius: 20px; }
.per_agree_box b { font-size: 16px; color: #25282a; }
.per_agree_box a { color: #ff4e00; position: relative; margin-left: 10px; top: -1px; }
.per_agree_box a.pc { display: inline-block; }
.per_agree_box a.m { display: none; }
.per_agree_box a:after { content:''; width: 100%; height: 1px; position: absolute; left: 0; bottom: 0; background-color: #ff4e00; }

.per_agree_bt_box { text-align: left; font-size: 13px; font-weight: 400; line-height: 15px; margin-top: 20px; height: 20px; position: relative; }
/*.per_agree_bt_box input[type="radio"] { display: none; }
.per_agree_bt_box input[type="radio"] + label { display: inline-block; position: relative; padding-left: 27px; cursor: pointer; margin-right: 30px; }
.per_agree_bt_box input[type="radio"] + label:before { content: ''; position: absolute; left: 0; top: 0; width: 18px; height: 18px; background: #fff; border: 1px solid #4d4d4d; border-radius: 100%; box-sizing: border-box; }
.per_agree_bt_box input[type="radio"] + label:after { content: ''; position: absolute; top: 6px; left: 6px; width: 6px; height: 6px; background: transparent; border-radius: 100%; }
.per_agree_bt_box input[type="radio"] + label:last-child { margin-right: 0; }
.per_agree_bt_box input[type="radio"]:checked + label:before { background: #25282a; border: 1px solid #25282a; }
.per_agree_bt_box input[type="radio"]:checked + label:after { background: #fff; }*/

.radio_bt[type='radio'] { -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 1rem; height: 1rem; border: 1px solid #aaa; border-radius: 100%; outline: none; position: relative; cursor: pointer; box-sizing: border-box; }
.radio_bt[type='radio']:after { content:''; width: 0.5rem; height: 0.5rem; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #0075ff; border-radius: 100%; display: none; }
.radio_bt[type='radio']:checked { border-color: #0075ff; }
.radio_bt[type='radio']:checked:after { display: block; }
.radio_bt[type='radio'] + label { margin-right: 0.25rem; }

.per_check_box { text-align: center; margin-top: 30px; }
.per_check_box label { font-size: 18px; }
.per_check_box input#agreeYny { display: none; }
.per_check_box input#agreeYny + label { cursor: pointer; position: relative;}
.per_check_box input#agreeYny + label > span { vertical-align: middle; padding-left: 8px; }
.per_check_box input#agreeYny + label:before { content:""; display: inline-block; width: 19px; height: 19px; border:2px solid #bbb; border-radius: 2px; vertical-align: middle; margin-top: 2px; }
.per_check_box input#agreeYny + label:after { content:''; width: 9px; height: 5px; border: 2px solid #ddd; border-top: 0; border-right: 0; transform: rotate(-45deg); transform-origin: center; position: absolute; left: 6px; top: 2px; bottom: 0; margin: auto; }

input#agreeYny:checked + label:before { content:""; background-color: #0075ff; border-color: #0075ff; }
input#agreeYny:checked + label:after { border-color: #fff; }

/**/


.info_box { width: 100%; text-align: left; }

.info_box>p { width: 100%; border: 1px solid #b6b6b6; border-top: 1px solid #25282a; box-sizing: border-box; font-size: 13px;  padding: 30px; padding-left: 22px; margin-bottom: 0px; }

.info_box>ul { border-top: 1px solid #25282a; box-sizing: border-box; text-align: left; border-bottom: 1px solid #b6b6b6; box-sizing: border-box; border-top: none; overflow: hidden; padding-top: 2px; }
.info_box>ul>li { float: left; width: 50%; height: 60px; vertical-align: top; border-top: 1px solid #b6b6b6; position: relative; box-sizing: border-box;  justify-content: flex-start; align-items: center; flex-wrap: wrap; }
.info_box>ul>li p { float: left; line-height: 58px; font-size: 16px; padding-left: 2px; width: 100%; font-weight: 500; box-sizing: border-box; position: relative; }
/*.info_box>ul>li:after { content:''; width: 105px; height: 1px; background-color: #25282a; position: absolute; left: 0; top: -1px; z-index: 9; }*/

.info_box>ul>li:nth-child(2n-1) { width: 9%; border-top: 1px solid #25282a; }
.info_box>ul>li:nth-child(2n) { width: 41%; }
.info_box>ul>li:last-child { width: 91%; height: auto; }
.info_box>ul>li:nth-last-child(2) { width: 9%; }
.info_box>ul>li:nth-child(4),.info_box>ul>li:nth-child(6) { padding: 17px 0; padding-left: 10px; }

.info_box.adress>ul { border-top: 1px solid #25282a; box-sizing: border-box; }
.info_box.adress>ul>li { width: 100%; height: 150px; border-bottom: 1px solid #b6b6b6; box-sizing: border-box; }
/*.info_box.adress>ul>li>p { float: left; }*/

.info_box input { font-size: 16px; height: 100%; line-height: 31px; border: none; outline: none; margin-top: 0px; padding-left: 10px; text-align: left; box-sizing: border-box; color: #25282a; }
.info_name { width: 100%; }

.info_number_box { height: 100%; float: left; }

.info_number01 { width: 65px; height: 100%; float: left; background: none; border: none; margin-top: 0px; padding: 0 5px; font-size: 16px; line-height: 31px; }
.info_number02 { width: 50px; float: left; }
.info_number03 { width: 50px; float: left; }
.info_box>ul>li span { float: left; line-height: 60px; margin: 0 5px; }

.info_address { width: 100%; float: left; }
.info_address>ul { width: 100%; }
.info_address>ul>li { width: 100%; height: 60px; border-bottom: 1px solid #b6b6b6; box-sizing: border-box; }
.info_address>ul>li:last-child { border: none; }
/*.info_address>ul>li p { float: left; }*/

.info_address01 { width: 15%; height: 33px; float: left; margin-right: 1%; }
/*.info_address03 { width: 34%; height: 33px; float: left; margin-right: 1%; }*/
.info_address03 { width: 65%; height: 33px; float: left; margin-right: 1%; }
.info_address04 { width: 30%; height: 33px; float: left; margin-right: 3%; }
.info_address05 { width: 50%; height: 33px; float: left; }
.info_address02 { width: 120px;; height: 35px !important; margin-top: 12px !important; float: left; margin-left: 1%; text-align: center !important; padding: 0 !important; cursor: pointer; background-color: #25282a !important; 
border: 1px solid #25282a !important; color: #fff !important; font-size: 12px !important; float: right; }


.info_bt_box { float: left; text-align: left; font-size: 13px; font-weight: 400; line-height: 16px; margin-top: 0px; height: 100%; position: relative; box-sizing: border-box; }
.info_bt_box input[type="radio"] { display: none; }
.info_bt_box input[type="radio"] + label { display: inline-block; position: relative; padding-left: 27px; cursor: pointer; margin-right: 25px; }
.info_bt_box input[type="radio"] + label:before { content: ''; position: absolute; left: 0; top: 0; width: 18px; height: 18px; background: #fff; border: 1px solid #4d4d4d; border-radius: 100%; box-sizing: border-box; }
.info_bt_box input[type="radio"]:checked + label:after { content: ''; position: absolute; top: 5px; left: 5px; width: 8px; height: 8px; background: #101f3a; border-radius: 100%; }


/**/

.guest_bt_box { width: 260px; height: 66px; margin: auto; margin-top: 0px; display: flex; justify-content: space-between; text-align: center; color: #25282a; font-size: 18px; }
.guest_bt_box>div { width: 100%; height: 100%; line-height: 64px; }
.guest_bt_box>div>a { width: 100%; height: 100%; display: block; }
.guest_regi_bt { border: 1px solid #25282a; margin-right: 0px; }
.guest_cancle_bt { background-color: #cfcfcf; }

.guest_regi_bt:hover { background-color: #25282a; color: #fff; }


.guest_close { position: absolute; top: 20px; right: 25px; z-index: 9; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 10px; }
.guest_close p { font-family: 'Futura Std', sans-serif; font-size: 12px; line-height: 100%; text-transform: uppercase; margin-right: 15px; margin-top: 1px; letter-spacing: 0; }
.guest_close>span { width: 20px; height: 20px; position: relative; display: block; }
.guest_close>span:before { content:''; width: 100%; height: 1px; background-color: #25282a; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; transform: rotate(45deg); }
.guest_close>span:after { content:''; width: 100%; height: 1px; background-color: #25282a; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; transform: rotate(-45deg); }

.m_br { display: none; }


.guest_wrap.active .guest_tit { opacity: 1; transform: translate(0); transition: 0.8s 0.2s; }
.guest_wrap.active>div>div:last-child { opacity: 1; transform: translate(0); transition: 0.8s 0.7s; }


/**/

.guest_wrap.ok { height: auto; padding: 60px 0 20px; }
.guest_ok_box { width: 100%; max-width: 1300px; margin: auto; position: relative; text-align: center; transform: translateY(20px); }

.guest_ok_box>h3 { font-size: 33px; line-height: 40px; font-weight: 700; }
.guest_ok_box>p { font-size: 15px; line-height: 30px; opacity: 0.7; margin-top: 30px; margin-bottom: 120px; }

.guest_ok_bg { position: absolute; right: -80px; top: -120px; }

/**/


/*서브*/

.sub_top01 { position: relative; left: 0; top: 0; width: 100%; height: 20rem; z-index: 99; margin-top: 0px; overflow: hidden; }
.sub_top01:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; /* background: url(../img/sub_top.png) center top no-repeat;  background-size: cover;background: #353231;  */ z-index: 2; }
.sub_top_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1;  background: url(../img/int_bg.jpg) center bottom 10% no-repeat; background-size: cover; opacity: 1; }
.sub_top {  position: relative; width: 100%; height: 22rem; display: flex; justify-content: center; align-items: center; z-index: 99; overflow: hidden; background:#000; }

.sub_top_txt { z-index: 9; color: #001141; text-align: center; display: flex; justify-content: center; align-items: center; animation: sub_top_txt 1.0s 0.4s both; }
.sub_top_txt>div { transform: translateY(2rem); }
.sub_top_txt h2 { font-family: 'trajan'; font-size: 2.1875rem; text-transform: uppercase; }
.sub_top_txt h5 { font-size: 16px; line-height: 100%; font-weight: 300; letter-spacing: 5px; text-transform: uppercase; }
.sub_top_txt>div { transform: translateY(2rem); }
.sub_top_txt h3 { font-size: 28px; line-height: 100%; font-weight: 700; letter-spacing: -1px; }


@keyframes sub_img {
from { background: url(../img/sub_top.jpg) center bottom no-repeat; background-size: cover; }
to{ }
}
@keyframes sub_top_img {
from { transform: scale(1.2); }
to{ }
}
@keyframes sub_top_txt {
from { opacity: 0; transform: translateY(3.75rem); }
to{ }
}

#snb_wrap { width: 1100px; height: 65px; position: relative; margin: auto; margin-top: 0px; z-index: 99; }
#snb { width: 480px; height: 65px; position: absolute; right: 0; top: 0; }
#snb:after {content:""; display:block; clear:both; }
#snb > li { float: left; width: 200px; position:relative; height: 65px; text-align: left; box-sizing: border-box; color: #000; }
#snb > li > a { width: 100%; height: 100%; display: block; box-sizing: border-box; }
#snb > li > a:after { content:''; position: absolute; width: 1px; height: 20px; background-color: #adadad; right: 0; top: 0; bottom: 0; margin: auto; }
#snb > li:first-child { width: 60px; }
#snb > li:first-child img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
#snb > li:nth-child(3) { width: 220px; }
#snb > li:nth-child(3) > a:after { display: none; }
#snb > li:first-child + li + li > a { margin-top:1px; color: #000; }
/*#snb > li:first-child + li + li { border-bottom: 1px solid #e8e8e8; }*/
#snb > li:first-child + .ov {margin-left:0;}
#snb > li:nth-child(2):after { content:''; width: 8px; height: 8px; border-top: 1px solid #000; border-right: 1px solid #000; transform: rotate(45deg); position: absolute; right: 18px; top: 29px; transition:0.3s; }
#snb > li:nth-child(3):after { content:''; width: 8px; height: 8px; border-top: 1px solid #000; border-right: 1px solid #000; transform: rotate(45deg); position: absolute; right: 18px; top: 29px; transition:0.3s; }
#snb .ov {margin-left:-1px;}
#snb .ov > a { display: block; height: 65px; line-height: 65px; padding: 0 15px; font-size: 14px; color:#000; min-width:160px; font-weight:400; }

#snb > li:nth-child(2):hover:after { transform: rotate(135deg); top: 27px; }
#snb > li:nth-child(3):hover:after { transform: rotate(135deg); top: 27px; }

#snb .ov ul {position:absolute;left:0;top:100%;min-width:100%;background:#fff; display:none; }
#snb .ov ul li { border:1px solid #c2c2c2;margin-top:-1px; font-weight: 400; }
#snb .ov ul li:first-child {margin-top:0;}
#snb .ov ul li a { display:block;font-size: 12px; color: #000; padding:11px 15px;white-space:nowrap; letter-spacing: 0; }
#snb .ov:hover ul {display:block;}
#snb .ov ul li a:hover { background: #ebebeb; color: #000; }

/* #snb .ov a { text-transform: uppercase; } */
/*#snb .ov:last-child a { text-transform: uppercase; }*/

body.full #sub_container { width: 100%; }
#sub_container { width: 90%; position: relative; left: 50%; transform: translateX(-50%); overflow: hidden; background-color: #fff; text-align: center; }
#sub_box { position: relative; width: 100%; margin: auto; text-align: center; padding-bottom: 7.5rem; padding-top: 0px; box-sizing: border-box; margin-top: 80px; }
#sub_tit { width: 100%; margin-top: 0; overflow: hidden; text-align: center; }
#sub_tit h2 { font-size: 2.75rem; color: #000; font-weight: 700; line-height: 100%; letter-spacing: -1px; /*text-transform: uppercase;*/ }
.sub_line { width: 1px; height: 38px; background-color: #404040; margin: auto; margin-top: 35px; }
#sub_tit h5 { font-size: 14px; color: #858585; font-weight: 400; margin-top: 16px; }
#sub_tit h5 b { color: #222; }
#sub_tit h5 div { display: inline-block; color: #056b5c; }
#sub_tit h5 span { font-size: 13px; font-family: 'Futura Std'; font-weight: 700; }
.sub_page { padding-top: 3.25rem; position: relative; max-width: 1100px; margin: 0 auto;}
.sub_page.contact { max-width: 1200px; }

.sub_ori { width: 100%; max-width: 1100px; margin: 3.375rem auto 0; background-color: #f3f3f3; text-align: left; padding: 25px 30px; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: center; }
.sub_ori>div { width: 55px; height: 55px; min-width: 55px; border-radius: 100%; background: #001141 url(../sub/ori.png) center no-repeat; margin-right: 18px; }
/* .sub_ori ul {  } */
.sub_ori ul li { font-size: 13px; line-height: 155%; color: #383838; font-weight: 500; letter-spacing: -1px; position: relative; }
.sub_ori ul li:before { content:'·'; content: ''; position: absolute; left: -6px; margin-right: 2px; }

.sub_ori ul.ori2 li { margin-left: 20px; }
.sub_ori ul.ori2 li:first-child { margin-left: 0; font-size: 14px; margin-bottom: 3px; }
.sub_ori ul.ori2 li:first-child:before { display: none; }

.sub_tab_bt { width: 100%; margin-bottom: 20px; }
.sub_tab_bt ul { width: 100%; display: flex; justify-content: space-between; align-items: center; }
.sub_tab_bt ul li { width: 100%; margin-right: 1%; font-size: 18px; line-height: 60px; border: 1px solid #ccc; box-sizing: border-box; }
.sub_tab_bt ul li a { width: 100%; height: 100%; display: block; }
.sub_tab_bt ul li:last-child { margin-right: 0; }
.sub_tab_bt ul li.active { background-color: #000; color: #fff; border: 1px solid #000; }


/**/

.sub_img_wrap { width: 100%; max-width: 1100px; margin: auto; height: auto; position: relative; padding-bottom: 3rem; }
.sub_img_wrap img { width: 100%; max-width: 1100px; animation: sub_img 1.2s 0.2s both; }
.sub_img_wrap img.half { width: 50%; float: left; }

@keyframes sub_img {
	from { opacity: 0; transform: translateY(3rem); }
	to{ }
}


.sub_page.img { width: 100%; max-width: 1100px; margin: auto; margin-top: 3.125rem; height: auto; position: relative; }
.sub_page.img img { width: 100%; max-width: 1100px; }
.sub_img { margin-bottom: 100px; }
.sub_page.img img.half { width: 50%; float: left; }


ul.tabs2 { width: 100%; display: flex; justify-content: space-between; margin-bottom: 2.25rem; }
ul.tabs2.two { flex-wrap: wrap; }
ul.tabs2 li { width: 100%; color: #222; margin-left: 1%; text-align: center; cursor: pointer; font-size: 16px; height: 2.813rem; line-height: 2.813rem; border: 1px solid #e9eaec; font-weight: 400; background: #e9eaec; }
ul.tabs2 li a { width: 100%; height: 100%; display: block; }
ul.tabs2 li:nth-child(1) { margin-left: 0; }

ul.tabs2 li.selected, ul.tabs li.selected:hover { color: #fff; background: #000c42; border: 1px solid #000c42; }	
ul.tabs2 li.selected a, ul.tabs li.selected a:hover { color: #fff; }
ul.tabs2 li.active { color:#fff; background: #000c42; border: 1px solid #000c42; }

#container2 { width: 100%; max-width: 1100px; margin: auto; }


	ul.tabs3 { width: 100%; display: flex; justify-content: space-between; margin-bottom: 2.25rem; }
	ul.tabs3.two { flex-wrap: wrap; }
	ul.tabs3 li { width: 100%; color: #222; margin-left: 1%; text-align: center; cursor: pointer; font-size: 16px; height: 2.813rem; line-height: 2.813rem; border: 1px solid #e9eaec; font-weight: 400; background: #e9eaec; }
	ul.tabs3 li a { width: 100%; height: 100%; display: block; font-size:0.975rem;}
	ul.tabs3 li:nth-child(1) { margin-left: 0; }

	ul.tabs3 li.selected, ul.tabs li.selected:hover { color: #fff; background: #009ec2; border: 1px solid #009ec2; }	
	ul.tabs3 li.selected a, ul.tabs li.selected a:hover { color: #fff; }
	ul.tabs3 li.active { color:#fff; background: #009ec2; border: 1px solid #009ec2; }


.btn_all.mo{display: none!important;}


/**/

.sub_over_wrap { width: 100%; max-width: 1100px; margin: auto; height: auto; position: relative; text-align: left; padding-bottom: 3.5rem; padding-bottom: 0; }

.sub_over_top { width: 100%; margin: auto; position: relative; display: flex; justify-content: space-between; align-items: flex-end; opacity: 0;/*  border: 3px solid #b0b0b0; */ box-sizing: border-box; }
/* .sub_over_top::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background: url(../sub/planning_bg.png) center no-repeat; background-size: cover; } */

.sub_over_txt { position: absolute; left: 5rem; top: 3.75rem; z-index: 9; text-align: left; font-family: 'antro'; transition: 1.2s; }
.sub_over_txt h4 { font-size: 1.125rem; line-height: 100%; }
.sub_over_txt h2 { font-family: "Nanum Myeongjo", serif; font-size: 2.8125rem; line-height: 100%; margin-top: 0.625rem; margin-left: -0.3125rem; }
.sub_over_txt p { font-size: 0.875rem; line-height: 178%; margin-top: 2.125rem; opacity: 0.7; }

.sub_over_top h6 { position: absolute; font-size: 0.75rem; color: #fff; left: 1rem; bottom: 1rem; text-shadow:0px 0px 0.5rem #000; z-index: 2; width: 90%; text-align: left;}

.swiper_planning { width: 84%; margin: 0; padding: 0; }
.swiper_planning .sub_planning_img { width: 100%; height: 50vw; max-height: 521px; }
.sub_planning_img.img01 { background: url(../img/main01.jpg) center no-repeat; background-size: cover; }
.sub_planning_img.img02 { background: url(../sub/planning02.jpg) center no-repeat; background-size: cover; }
.sub_planning_img.img03 { background: url(../sub/planning03.jpg) center no-repeat; background-size: cover; }

.swiper_planning_thumb { width: 14.36%; margin: 0; padding: 0; }

.swiper_planning_thumb .swiper-wrapper { display: flex; justify-content: space-between; flex-direction: column; }
.swiper_planning_thumb .swiper-slide { height: 100%; height: 17vw; max-height: 94px; cursor: pointer; border: none; overflow: hidden; margin-top: 0.375rem; position: relative; }
.swiper_planning_thumb .sub_planning_img { width: 100%; height: 100%; filter: grayscale(1); }
.swiper_planning_thumb .swiper-slide-thumb-active .sub_planning_img { opacity: 1; filter: grayscale(0); }
.swiper_planning_thumb .swiper-slide-thumb-active:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border: 3px solid #000; box-sizing: border-box; }

.swiper-button-next-planning { position: absolute; width: 75px; height: 47px; right: -12%; top: 0%; bottom: 0; margin: auto; padding: 0; outline: none; z-index: 99; cursor: pointer; }
.swiper-button-prev-planning { position: absolute; width: 75px; height: 47px; left: -12%; top: 0%; bottom: 0; margin: auto; padding: 0; outline: none; z-index: 99; cursor: pointer; }
.swiper-button-next-planning img { width: 100%; }
.swiper-button-prev-planning img { width: 100%; }

.sub_over_bottom { width: 100%; margin: auto; position: relative; margin-top: 2.5rem; opacity: 0; }
.sub_over_txt_box { margin-top: 35px; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; padding-bottom: 0px; gap: 3.125rem; display: none; }
.sub_over_txt_box.active { display: flex; }
.sub_over_txt_box>div { width: 30%; }
.sub_over_txt_box>div h4 { font-size: 1.15rem; line-height: 100%; font-weight: 500; color: #231815; border-bottom: 1px solid #383838; padding-bottom: 10px; }
.sub_over_txt_box>div p { font-size: 0.875rem; line-height: 170%; height: 3rem; margin-top: 15px; opacity: 0.7; font-weight: 400; }

.sub_planning_bt { display: flex; justify-content: flex-start; align-items: center; gap: 0.625rem; }
.sub_planning_bt>div { width: 8.75rem; height: 2.875rem; display: flex; justify-content: center; align-items: center; border: 1px solid #000; margin-top: 2rem; font-size: 1rem; cursor: pointer; }
.sub_planning_bt>div.active { background-color: #000; color: #fff; }


.sub_over_top.active { opacity: 1; transition: 1.0s 0s; }
.sub_over_bottom.active { opacity: 1; transition: 1.0s 0s; }

.sub_over_top.active .over_tit b:nth-child(1) { transform: translate(0); transition: 1.3s 0.0s; }
.sub_over_top.active .over_tit b:nth-child(2) { transform: translate(0); transition: 1.3s 0.07s; }
.sub_over_top.active .over_tit b:nth-child(3) { transform: translate(0); transition: 1.3s 0.14s; }
.sub_over_top.active .over_tit b:nth-child(4) { transform: translate(0); transition: 1.3s 0.21s; }
.sub_over_top.active .over_tit b:nth-child(5) { transform: translate(0); transition: 1.3s 0.28s; }
.sub_over_top.active .over_tit b:nth-child(6) { transform: translate(0); transition: 1.3s 0.35s; }
.sub_over_top.active .over_tit b:nth-child(7) { transform: translate(0); transition: 1.3s 0.42s; }
.sub_over_top.active .over_tit b:nth-child(8) { transform: translate(0); transition: 1.3s 0.49s; }

.sub_over_top.active .over_img_box { opacity: 1; clip-path: inset(2% 37% 0% 37% round 300px); transform: rotate(30deg); transition: opacity 1.2s 1.0s, clip-path 1.5s 1.85s, transform 1.3s 3.8s; }
.sub_over_top.active .over_vd_box { transform: rotate(-30deg); transition: 1.3s 3.8s; }
.sub_over_top.active .over_txt_box.white { transform: rotate(-30deg); transition: 1.3s 3.8s; }
.sub_over_top.active .over_txt_box h4 { opacity: 1; transform: translate(0); transition: 1.3s 2.8s; }
.sub_over_top.active .over_txt_box h2 { opacity: 1; transform: translate(0); transition: 1.3s 2.8s; }



.sub_over_top.active { opacity: 1; transition: 1.0s 0s; }
.sub_over_bottom.active { opacity: 1; transition: 1.0s 0s; }
.sub_planning_type_box>div.active { opacity: 1; transition: 1.0s 0s; }
.sub_over_wrap .sum_sum.active { opacity: 1; transition: 1.0s 0s; }


/*  */


.sub_contact_wrap { width: 100%; margin: auto; position: relative; text-align: left; color: #010101; padding-bottom: 4.375rem; padding-bottom: 0; }
.sub_contact_wrap>div { display: flex; justify-content: space-between; align-items: center; }

/* .sub_contact_wrap h2 { font-size: 1.5rem; line-height: 100%; margin-bottom: 0.9375rem; font-weight: 500; }
.sub_contact_wrap h2 img { margin-right: 0.625rem; margin-top: 0px; }
.sub_contact_top { width: 100%; }
.sub_contact_top>div { width: 100%; display: flex; justify-content: space-between; align-items: flex-end; } */

.sub_contact_wrap .contact_tit { color: #000; }

.sub_contact_wrap .sub_contact_bottom { opacity: 0; transform: translateX(5rem); }
.sub_contact_wrap .sub_contact_map_box::before { background-color: #000; }
.sub_contact_wrap .sub_contact_map_box::after { background-color: #000; }
.sub_contact_wrap .sub_contact_map_box span::before { background-color: #000; }
.sub_contact_wrap .sub_contact_map_box span::after { background-color: #000; }
.sub_contact_wrap .contact_txt span { background: #000; }
.sub_contact_wrap .contact_txt.txt02 a { background: url(../img/common/tel.png) left center no-repeat; background-size: 22px; }

.sub_contact_bottom { width: 100%; margin-top: 0rem; }
.sub_contact_bottom>div { width: 100%; display: flex; justify-content: flex-end; align-items: flex-start; }

.contact_wrap .sub_contact_map_box { width: 580px; height: 420px; border: 1px solid rgba(255,255,255,0.3); }
.sub_contact_map_box { width: 100%; width: 580px; height: 420px; border: 1px solid #cecece; position: relative; }
.sub_contact_map_box img { width: 100%; }

.sub_contact_txt_box { width: 100%; max-width: 579px; margin: 1.5625rem 0; }
.sub_contact_txt_box h3 { display: inline-block; font-size: 2rem; line-height: 100%; font-weight: 700; position: relative; margin-bottom: 3.75rem; }
.sub_contact_txt_box h3:after { content:''; width: 100%; height: 1px; background-color: #000; position: absolute; left: 0; bottom: 0; }

.sub_contact_add { display: flex; justify-content: space-between; align-items: center; }
.sub_contact_add h4 { font-size: 1.375rem; line-height: 100%; font-weight: 600; }
.sub_contact_add p { font-size: 1rem; line-height: 100%; margin-top: 0.5rem; color: #7e7e7e; margin-top: 0; font-weight: 500; letter-spacing: 0; }
.sub_contact_add p span { color: #000; }
.sub_contact_top .sub_contact_add { margin-top: 3.125rem; }

.sub_contact_bt { display: flex; justify-content: flex-end; align-items: center; margin-right: 0; }
.sub_contact_bt a { width: 31px; height: 31px; margin-left: 0.3125rem; border-radius: 100%; }
.sub_contact_bt a:nth-child(1) { background: #6d9cd2 url(../sub/naver.png) center no-repeat; background-size: 13px; }
.sub_contact_bt a:nth-child(2),
.sub_contact_bt a:nth-child(3) { background: #000e42 url(../sub/kakao.png) center no-repeat; background-size: 11px; }
.sub_contact_bt a:nth-child(4) { background: url(../sub/tmap.png) center no-repeat; background-size: cover; }

#map { position: relative; width: 100%; height: 100%; }
#map2 { position: relative; width: 100%; height: 100%; }

.map_marker { font-family: 'Noto Sans KR', sans-serif; width: auto; height: auto; border: 2px solid #95182c; background-color: #fff; border-radius: 25px; border-radius: 0; text-align: center; display: flex; justify-content: center; align-items: center; padding: 4px 15px 6px; position: relative; box-sizing: border-box; transform: translate(-25%); }
.map_marker img { width: 140px; }
.map_marker p { font-size: 13px; line-height: 100%; color: #1b1414; font-weight: 600; font-size: 19px; margin-top: 7px; }
.map_marker:after { content:''; width: 0px; height: 0px; border-top: 12px solid #95182c; border-left: 5px solid transparent; border-right: 5px solid transparent; position: absolute; left: 0; right: 0; bottom: -12px; margin: auto; }
/*.map_marker.mk01 { width: 82px; z-index: 9; }*/

.contact_tit.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
body.sub .sub_contact_bottom.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }


/**/


.sub_location_map_box { width: 100%; display: flex; justify-content: space-between; align-items: flex-end; position: relative; margin-top: 4.75rem; border: 1px solid #000; box-sizing: border-box; opacity: 0; border: none; margin-top: 3rem; }
.sub_location_map_wrap { width: 100%; position: relative; margin-left: 0%; }
.sub_location_map { width: 100%; height: 650px; position: relative; overflow: hidden; background-color: #f6f7f7; }
.sub_location_map_m { display: none; }
.sub_location_move { width: 600%; height: 600%; margin-left: -250%; margin-top: -148%; cursor: move; display: flex; justify-content: center; align-items: center; }
.sub_location_map img { width: 16.8%; }
.sub_location_map.active img { transform: scale(1.2); }
.sub_location_map.active2 img { transform: scale(1.45); }

.sub_location_map_plus { width: auto; height: 3.125rem; display: flex; justify-content: flex-end; align-items: center; position: absolute; bottom: 1.25rem; right: 1.25rem; z-index: 9; gap: 0 0.5rem; }
.sub_location_map_plus>div { width: 3.125rem; height: 3.125rem; border-radius: 100%; position: relative; cursor: pointer; }
.sub_location_map_plus>div:before { content: ''; width: 30%; height: 0.0625rem; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; z-index: 9; }
.sub_location_map_plus>div:after { content: ''; width: 0.0625rem; height: 30%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; }
.sub_location_map_plus>div:nth-child(1) { background-color: #000; }
.sub_location_map_plus>div:nth-child(2) { background-color: #fff; border:1px #3d3d3d solid; }
.sub_location_map_plus>div:nth-child(2):before { background-color: #000; }

.sub_location_map_pop { width: 100%; height: 100%; position: fixed; left: 0; top: -100%; z-index: 999999999999999; transition: 0.8s; display: flex; justify-content: center; align-items: center; overflow: hidden; }
.sub_location_map_pop>div { width: 80%; position: relative; }
.sub_location_map_pop img { width: 100%; }
.sub_location_map_pop_close { width: 3.125rem; height: 3.125rem; border-radius: 100%; position: absolute; background-color: #000; z-index: 9; right: 1.25rem; top: 1.25rem; transform: rotate(-45deg); cursor: pointer; }
.sub_location_map_pop_close:before { content: ''; width: 40%; height: 1px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; z-index: 9; }
.sub_location_map_pop_close:after { content: ''; width: 1px; height: 40%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; }
.sub_location_map_pop_bg { width: 100%; height: 100%; position: fixed; left: -100%; top: 0; z-index: 9999998; background-color: #000; opacity: 0.7; transition: 0.6s 0.2s }

.sub_location_map_pop.active { top: 0; transition: 0.8s 0.2s; }
.sub_location_map_pop_bg.active { left: 0; transition: 0.6s 0s; }


.sub_location_map_box.active { opacity: 1; transition: 1.2s 0s; }

.sub_location_map{
    position:relative;
    overflow:hidden;
}

.sub_location_map_plus{
    position:absolute;
    right:20px;
    bottom:20px;

    z-index:100;

    display:flex;
    gap:8px;
}

.sub_location_map_plus > div{
    width:50px;
    height:50px;

    border-radius:50%;

    position:relative;
    cursor:pointer;
}

/* 플러스 */
.zoom_in{
    background:#000;
}

/* 마이너스 */
.zoom_out{
    background:#fff;
    border:1px solid #000;
}

.sub_location_map_plus > div:before{
    content:'';

    width:30%;
    height:1px;

    position:absolute;
    inset:0;
    margin:auto;
}

.zoom_in:before{
    background:#fff;
}

.zoom_out:before{
    background:#000;
}

.zoom_in:after{
    content:'';

    width:1px;
    height:30%;

    background:#fff;

    position:absolute;
    inset:0;
    margin:auto;
}

/* =========================
   모바일 팝업
========================= */
.map_popup{
    position:fixed;
    left:0;
    top:0;

    width:100%;
    height:100%;

    background:rgba(0,0,0,.85);

    z-index:999999;

    display:none;

    justify-content:center;
    align-items:center;

    padding:20px;
    box-sizing:border-box;
}

.map_popup img{
    width:100%;
    max-width:1400px;
}

.map_popup_close{
    width:50px;
    height:50px;

    position:absolute;
    top:20px;
    right:20px;

    border-radius:50%;

    background:#000;

    cursor:pointer;
}

.map_popup_close:before,
.map_popup_close:after{
    content:'';

    position:absolute;
    inset:0;
    margin:auto;

    background:#fff;
}

.map_popup_close:before{
    width:50%;
    height:1px;

    transform:rotate(45deg);
}

.map_popup_close:after{
    width:1px;
    height:50%;

    transform:rotate(45deg);
}

/* =========================
   모바일
========================= */
@media(max-width:1399px){

    .wraps{
        cursor:pointer;
    }

    .magnifier{
        display:none !important;
    }

}
/*  */


.sub_gongo_wrap { width: 100%; max-width: 1100px; margin: auto; height: auto; position: relative; color: #000; }

.sub_gongo_top { width: 100%; height: 494px; display: flex; justify-content: space-between; align-items: center; overflow: hidden; }

.sub_gongo_img_box { width: 57.545%; height: 100%; position: relative; overflow: hidden; }
.sub_gongo_img_box>div { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../img/main01.jpg) center bottom no-repeat; background-size: cover; /*transform: scale(1.35);*/ transform-origin: center bottom; }

.sub_gongo_txt_box { width: 40%; height: 100%; display: flex; flex-direction: column; /*justify-content: space-between;*/ justify-content: end; text-align: left; }
.sub_gongo_txt_box>div { width: 100%; height: 50%; border: 1px solid #b2b2b2; box-sizing: border-box; /*margin-bottom: 5%;*/ position: relative; }
.sub_gongo_txt_box>div>a { width: 100%; height: 100%; display: block; box-sizing: border-box; padding: 50px 30px 45px; }
.sub_gongo_txt_box>div:nth-child(2) { margin-bottom: 0; }
.sub_gongo_logo { width: 8rem; }
.sub_gongo_txt_box h2 { font-size: 28px; line-height: 100%; margin-top: 10px; margin-left: -2px; }
.sub_gongo_txt_box p { font-size: 12px; line-height: 167%; opacity: 0.7; margin-top: 25px; }

.sub_gongo_bt { width: 48px; height: 48px; background-color: #e3e3e3; position: absolute; right: 35px; bottom: 35px; border-radius: 100%; }
.sub_gongo_bt>div { width: 30px; height: 17px; position: absolute; left: -10px; top: 0; bottom: 0; margin: auto; transition: 0.4s; }
.sub_gongo_bt>div:before { content:''; width: 100%; height: 1px; background-color: #000; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; }
.sub_gongo_bt>div:after { content:''; width: 10px; height: 10px; border-right: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(-45deg); transform-origin: center; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; }

.sub_gongo_notice { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: 30px; }
.sub_gongo_notice a { width: 13%; display: block; }
.sub_gongo_notice img:nth-child(1) { width: 59%; }
.sub_gongo_notice a img:nth-child(1) { width: 100%; }
.sub_gongo_notice img:nth-child(3) { width: 28%; }

.sub_gongo_txt_box>div>a:before { content:''; width: 0; height: 1px; background-color: #000; position: absolute; left: -1px; top: -1px; transition: 0.4s; }
.sub_gongo_txt_box>div>a:after { content:''; width: 1px; height: 0; background-color: #000; position: absolute; right: -1px; top: -1px; transition: 0.4s; }
.sub_gongo_txt_box>div:before { content:''; width: 0; height: 1px; background-color: #000; position: absolute; right: -1px; bottom: -1px; transition: 0.4s; }
.sub_gongo_txt_box>div:after { content:''; width: 1px; height: 0; background-color: #000; position: absolute; left: -1px; bottom: -1px; transition: 0.4s; }

.sub_gongo_txt_box>div:hover>a:before { width: calc(100% + 2px); }
.sub_gongo_txt_box>div:hover>a:after { height: calc(100% + 2px); }
.sub_gongo_txt_box>div:hover:before { width: calc(100% + 2px); }
.sub_gongo_txt_box>div:hover:after { height: calc(100% + 2px); }

.sub_gongo_txt_box>div:hover .sub_gongo_bt>div { left: -3px; }

/*  */

.sub_pr_wrap { width: 100%; height: auto; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; text-align: center; }
.sub_pr_wrap>div { width: 100%; max-width: 1100px; position: relative; z-index: 9; }

/* .sub_pr_vd { position: relative; width: 100%; padding-bottom: 56.25%; height: 0; z-index: 999; margin-bottom: 0px; }
.sub_pr_vd iframe { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; } */
.sub_pr_vd { width: 100%; max-width: 1100px; position: relative; margin: auto; display: flex; justify-content: center; align-items: center; z-index: 9; }
.sub_pr_vd iframe { width: 100%; aspect-ratio: 16/9 !important; }
.sub_pr_vd.shorts { width: 70%; max-width: 350px; }
.sub_pr_vd.shorts iframe { aspect-ratio: 9/16 !important; }
.sub_pr_vd.shorts2 { width: 100%; gap: 2rem 1.5rem; flex-wrap: wrap; }
.sub_pr_vd.shorts2 iframe { max-width: 350px; aspect-ratio: 9/16 !important; }

.sub_pr_vd.sub { max-width: 1100px; margin-top: 3.25rem; }
.sub_pr_vd.over { max-width: 1100px; margin-bottom: 4.75rem; }

.tabs2.pr { gap: 0.625rem 1%; }
.tabs2.pr li { width: 100%; margin-left: 0; box-sizing: border-box; }
.tabs2.pr li:nth-child(4) { margin-left: 0; }
/* .tabs2.pr li:nth-last-child(-n+6) { width: 32.66%; } */

.vr_box { width: 100%; max-width: 1100px; height: 0; margin: auto; position: relative; padding-bottom: 56.25%; }
.vr_box iframe { position: absolute; left: 0; right: 0; width: 100%; max-width: 1100px; height: 100%;}


.cy_btns { display: flex; justify-content: space-between; align-items: center; position: relative; width:100%; gap:1rem; margin-top: 2rem; }
.cy_btn { width:100%; height:12rem; border:1px solid #003c66; border-radius:10px;  display: flex; justify-content: center; align-items: center;}
.cy_btn a { width:100%; height:100%;  display:block; display: flex; justify-content: center; align-items: center;}
.cy_btn p {font-size:1.22rem; line-height:120%; margin-top:1rem; color:#003c66;}

.cy_btn:hover { background:#003c66;  transition: 0.3s;}
.cy_btn:hover p { color:#fff;  transition: 0.3s;}
.cy_btn:hover .cy_icon.cy_icon01 { background:url(../sub/app_btn_01_ho.png) center no-repeat;transition: 0.3s;}
.cy_btn:hover .cy_icon.cy_icon02 { background:url(../sub/app_btn_02_ho.png) center no-repeat;transition: 0.3s;}
.cy_btn:hover .cy_icon.cy_icon03 { background:url(../sub/app_btn_03_ho.png) center no-repeat;transition: 0.3s;}
.cy_btn:hover .cy_icon.cy_icon04 { background:url(../sub/app_btn_04_ho.png) center no-repeat;transition: 0.3s;}

.cy_icon { text-align:center; margin:0 auto; }

.cy_icon.cy_icon01 { background:url(../sub/app_btn_01.png) center no-repeat;  width:30px; height:26px;}
.cy_icon.cy_icon02 { background:url(../sub/app_btn_02.png) center no-repeat; width:24px; height:32px; }
.cy_icon.cy_icon03 { background:url(../sub/app_btn_03.png) center no-repeat; width:23px; height:32px;}
.cy_icon.cy_icon04 { background:url(../sub/app_btn_04.png) center no-repeat; width:32px; height:26px; }


/*paper_btn*/
.btn_all{display: flex; justify-content: center; gap: 2rem; margin-bottom: 2rem;}
.btn_all>div{ background: #000c42; color: #fff;}
.btn_all>div a{display: inline-block; padding: 1rem 2rem;}



/*  */

.email_txt { font-size: 1rem; line-height: 178%; padding: 2.25rem 0rem; box-sizing: border-box; background-color: #f3f3f3; margin-top: 1rem; margin-bottom: 2rem; }
.email_txt span { font-size: 0.875rem; opacity: 0.8; }

/*  */

.sub_event_wrap { width: 100%; max-width: 1100px; margin: auto; }
.sub_event_wrap>div { width: 100%; }

.sub_event_wrap .tabs2 { margin-bottom: 1.5rem; }

.sub_event_tit {  width: 100%; position: relative; text-align: center; background-color: #f3f3f3; padding: 3.5rem 0 3rem; padding: 0; background: none; }
.sub_event_tit img { width: 100%; }
/* .sub_event_tit img { width: 16.875rem; } */
.sub_event_tit p { font-size: 0.875rem; line-height: 160%; opacity: 0.8; margin-top: 1.75rem; }
.sub_event_tit h2 { font-size: 1.75rem; line-height: 100%; font-weight: 700; margin-top: 3.5rem; color: #003c66; }
/* .sub_event_tit h2 { font-size: 1.5rem; line-height: 100%; margin-top: 4.25rem; font-weight: 500; }
.sub_event_tit h2 a { display: flex; justify-content: center; align-items: center; gap: 0 0.625rem; }
.sub_event_tit h2 span { font-family: 'lexend'; font-size: 2.625rem; } */

.sub_event_wrap table { width: 100%; display: flex; }
.sub_event_wrap table col { display: none !important; }
.sub_event_wrap table tbody { width: 100%; display: flex; justify-content: center; flex-wrap: wrap; gap: 0 2%; }
.sub_event_wrap table tr { width: 23.5%; width: 38%; display: flex; justify-content: center; align-items: center; }
.sub_event_wrap table tr td { font-size: 1rem; line-height: 100%; border-bottom: 1px solid #ccc; padding: 0.875rem 0; text-align: center; display: inline-block; position: relative; }
.sub_event_wrap table tr td:nth-child(1) { width: 40%; }
.sub_event_wrap table tr td:nth-child(1)::after { content: ''; width: 1px; height: 30%; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; background-color: #ccc; }
.sub_event_wrap table tr td:nth-child(2) { width: 60%; }
/* .sub_event_wrap table tr:nth-child(-n+4) { border-top: 2px solid #003c66; } */

.sub_event_wrap table.tit { margin-top: 3.25rem; color: #fff; }
.sub_event_wrap table.tit tr { border: none; background-color: #003c66; }
.sub_event_wrap table.tit tr td { border: none; font-weight: 500; }
.sub_event_wrap table.tit tr:nth-child(2n) { display: none; }
