
::-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; }
.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 #fff; background: none; }
.cursor_drag p { color: #fff; 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 #fff; border-bottom: 1px solid #fff; 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 #fff; border-bottom: 1px solid #fff; 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: #000; 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: #000; 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; transition: 1.6s 0s; }

.intro_wrap { width: 100%; height: 100%; position: relative; }
.intro_wrap::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1; background-color: #fff; }

.intro_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; transition: all 2.0s, opacity 1.5s; clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); opacity: 1; background-color: #000; }
.intro_img::before { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/int_bg.jpg) center top no-repeat; background-size: cover; z-index: 2; transition: 1.5s; }


.intro_tit { width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; color: #fff; text-align: center; z-index: 8; }
.intro_tit>div { opacity: 1; }
.intro_tit h1 { font-family: 'Futura PT', sans-serif; font-size: 4.375rem; line-height: 100%; letter-spacing: 1.75rem; padding-left: 1.75rem; text-transform: uppercase; font-weight: 700; opacity: 0; white-space: nowrap; }

.intro_tit { width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; color: #fff; text-align: center; z-index: 8; }
.intro_tit>div { opacity: 1; }
.intro_tit.tit02 h2 span b { font-weight: 600; }
/* .intro_tit h2 span b:nth-child(n+6):nth-child(-n+13) { color: #7c7776; font-weight: 500; } */
.intro_tit h2 { font-size: 1.5rem; letter-spacing: 0.125rem; padding-left: 0.125rem; line-height: 100%; text-transform: uppercase; }
.intro_tit h2 span { display: flex; justify-content: center; align-items: center; }
.intro_tit h2 span b { display: inline-block; font-weight: 300; opacity: 0; transform: translateY(-2rem); }
.intro_tit h2 span b.spacing { margin-right: 0.75rem; }
.intro_tit h3 { font-family: 'antro'; font-size: 1.75rem; line-height: 120%; text-align: left; font-weight: 600; transform: translateX(4rem); opacity: 0; }
.intro_tit h3 span { display: inline-block; margin-left: 7.5rem; }

.intro_tit h2 span:nth-child(1) b:nth-child(1) { transition-delay: 0.1s; }
.intro_tit h2 span:nth-child(1) b:nth-child(2) { transition-delay: 0.3s; }
.intro_tit h2 span:nth-child(1) b:nth-child(3) { transition-delay: 0.2s; }
.intro_tit h2 span:nth-child(1) b:nth-child(4) { transition-delay: 0.5s; }
.intro_tit h2 span:nth-child(1) b:nth-child(5) { transition-delay: 0.2s; }
.intro_tit h2 span:nth-child(1) b:nth-child(6) { transition-delay: 0.3s; }
.intro_tit h2 span:nth-child(1) b:nth-child(7) { transition-delay: 0.6s; }
.intro_tit h2 span:nth-child(1) b:nth-child(8) { transition-delay: 0.5s; }
.intro_tit h2 span:nth-child(1) b:nth-child(9) { transition-delay: 0.4s; }
.intro_tit h2 span:nth-child(1) b:nth-child(10) { transition-delay: 0.1s; }
.intro_tit h2 span:nth-child(1) b:nth-child(11) { transition-delay: 0.3s; }
.intro_tit h2 span:nth-child(1) b:nth-child(12) { transition-delay: 0.2s; }
.intro_tit h2 span:nth-child(1) b:nth-child(13) { transition-delay: 0.5s; }
.intro_tit h2 span:nth-child(1) b:nth-child(14) { transition-delay: 0.2s; }
.intro_tit h2 span:nth-child(1) b:nth-child(15) { transition-delay: 0.3s; }
.intro_tit h2 span:nth-child(1) b:nth-child(16) { transition-delay: 0.6s; }
.intro_tit h2 span:nth-child(1) b:nth-child(17) { transition-delay: 0.5s; }
.intro_tit h2 span:nth-child(1) b:nth-child(18) { transition-delay: 0.4s; }
.intro_tit h2 span:nth-child(1) b:nth-child(19) { transition-delay: 0.2s; }
.intro_tit h2 span:nth-child(1) b:nth-child(20) { transition-delay: 0.3s; }



.intro_bg_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 5; }
.intro_bg_box>div { width: 51%; height: 51%; background-color: #fff; position: absolute; }
.intro_bg_box>div:nth-child(1) { left: 0; top: 0; transform: translateY(-100%); }
.intro_bg_box>div:nth-child(2) { right: 0; top: 0; transform: translateX(100%); }
.intro_bg_box>div:nth-child(3) { left: 0; bottom: 0; transform: translateX(-100%); }
.intro_bg_box>div:nth-child(4) { right: 0; bottom: 0; transform: translateY(100%); }



.intro_txt_box { width: 100%; height: 100%; position: absolute; right: 0; top: 0; z-index: 995; display: flex; justify-content: center; align-items: center; text-align: center; }
.intro_txt_box>div { transform: translateY(-2rem); display: flex; justify-content: center; align-items: center; flex-direction: column; }
.intro_txt { width: 67.125rem; opacity: 0; transform: translate(14rem,-1.75rem); }
.intro_txt img { width: 100%; }
.intro_txt_box h1 { font-size: 1.75rem; line-height: 100%; font-weight: 700; color: #003c62; white-space: nowrap; opacity: 0; transform: translateY(3rem); margin-top: -4rem; }


.intro_wrap.intro .intro_img::before { opacity: 1; background: url(../img/int_bg.jpg) center bottom 15% no-repeat; background-size: cover; transition: all 6s 0s, opacity 2.5s 0s; }

.intro_wrap.intro .intro_tit.tit01 b { opacity: 1; transform: translate(0); transition-duration: 2.8s; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.intro_wrap.intro .intro_tit.tit01>div { opacity: 0; transition: 1.5s 1.0s; }

.intro_wrap.intro2 .intro_tit.tit02 b { opacity: 1; transform: translate(0); transition-duration: 2.8s; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.intro_wrap.intro2 .intro_tit.tit02>div { opacity: 0; transition: 1.5s 1.0s; }

.intro_wrap.intro3 .intro_txt { opacity: 1; transform: translate(0); transition: 2s 0s; }
.intro_wrap.intro3 .intro_txt_box h1 { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }


.intro_wrap.intro6 .intro_logo img { opacity: 1; transform: translate(0); transition: 1.5s 0s; }


.intro_wrap.skip .intro_img::before { opacity: 1; background: url(../img/int_bg.jpg) center bottom 0.01% no-repeat; background-size: cover; transition: all 3s 0s, opacity 1.5s 0s; }
.intro_wrap.skip .intro_bg_box>div { transform: translate(0); transition: 1.5s 0s; }
.intro_wrap.skip .intro_logo, 
.intro_wrap.skip .intro_tit,
.intro_wrap.skip .intro_txt_box { opacity: 0; transition: 1.3s 0s !important; }


/**/

.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: 100vw; height: 100vh; left: 0; top: 0; z-index: 9; display: flex; justify-content: center; align-items: center; overflow: hidden; transition: 1.0s; }

.main01 { width: 100%; height: 100%; position: relative; left: 0; bottom: 0; transition: 0.8s; }
.main02 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; z-index: 9;  }
.main02>div { width: 100%; height: 100%; position: relative; display: flex; justify-content: center; align-items: center; }
.main02>div>div { width: 90%; height: 100%; max-width: 1500px; display: flex; justify-content: flex-start; align-items: flex-start; gap: 19.5rem; transform: translateY(6rem); }

.swiper_main { width: 100%; height: 100%; position: relative; margin: 0; padding: 0; opacity: 0; transition: 0.8s; }

.swiper-pagination-main { position: absolute; left: 0; right: 0; margin: auto; bottom: 5rem !important; display: flex; justify-content: center; align-items: center; gap: 1.25rem; z-index: 99; opacity: 0; transition: 0.8s; }
.swiper-pagination-main span { width: 31px; height: 31px; margin: 0 !important; position: relative; box-sizing: border-box; background: none; opacity: 1; }
.swiper-pagination-main span::before { content: ''; width: 7px; height: 7px; border-radius: 100%; background-color: #003c66; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.swiper-pagination-main .swiper-pagination-bullet-active { border: 1px solid #003c66; background: none; }


.main_txt_box { width: 100%; height: 100%; position: absolute; right: 0; top: 0; display: flex; justify-content: center; align-items: center; z-index: 9; color: #003c66; }
.main_txt_box.pad { display: none; }
.main_txt_box>div { position: relative; transform: translateY(-11rem); }
.main_txt_box h5 { font-size: 0.9375rem; line-height: 100%; margin-top: -2.375rem; font-weight: 500; opacity: 0; transform: translateY(3rem); transition: 0.8s; }
.main_txt_box h2 { font-size: 2.625rem; line-height: 100%; margin-top: 1rem; font-weight: 700; letter-spacing: -0.0625rem; opacity: 0; transform: translateY(3rem); transition: 0.8s; }
.main_txt_box h2 b { color: #9bcbd7; }

.main_txt01 { display: flex; justify-content: center; align-items: center; opacity:0;  transform: translateY(-2rem);}
.main_line {width:4rem; height:1px; transform: translateY(0.45rem); margin:0 0.5rem;  position: relative; }
.main_line::before { content: ''; width:0%; height:1px; position:absolute; left:0;  background:#003c62;  }
.main_txt_box h3 b { color: #003c62; }
.main_txt_box h3 { color: #2a2a2a; color: #00a2cf; font-family: "Nanum Myeongjo", serif; font-size:1.5rem; font-weight:500;}
.main_txt_box h1 { color: #003c62;  font-size:3rem; font-family: 'NanumBarunGothic', sans-serif; font-weight:700; opacity:0; transform: translateY(-2rem);}

.main_txt { width: 67.125rem; opacity: 0; transform: translate(10rem,-1.5rem); transition: 1.2s; }

.main_txt_img { position: absolute; z-index: 1; opacity: 0; left: 0; right: 0; top: 0; bottom: 0; margin: auto; transition: 0.8s; }
.main_txt_img.img01 { width: 13.0625rem; transform: translate(33rem, 8rem); }
.main_txt_img.img02 { width: 17.9375rem; transform: translate(-38rem, -5rem); }


.main_guest { width: 8.125rem; height: 8.125rem; margin: auto; border-radius: 100%; z-index: 9; cursor: pointer; position: absolute; right: 4.625rem; bottom: 4.125rem; display: flex; justify-content: center; align-items: center; opacity: 0; cursor: default; transition: 0.8s 0s; z-index: 90; }
.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: 700; transform: translate(1px,1px); 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; overflow: hidden; }
.main_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; transition: all 2.0s; opacity: 0; background-color: #000; overflow: hidden; }
.main_img::before { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/int_bg.jpg) center bottom no-repeat; background-size: cover; z-index: 2; transition: 1.5s; transform: scale(1); }

.main_wrap.main .main_img { opacity: 1; }
.main_wrap.main .intro_all_wrap { opacity: 0; }

.main_img.img01 { left: -17rem; bottom: -17rem; }
.main_img.img02 { left: 21rem; bottom: 28rem; }
.main_img.img02>div { border-radius: 100%; overflow: hidden; }
.main_img.img02::after { content: ''; width: 2.625rem; height: 2.625rem; border-radius: 100%; background-color: #c4c4c4; position: absolute; left: -2.875rem; bottom: -2.375rem; }
.main_img.img03 { right: 22rem; bottom: 29rem; }
.main_img.img03 img { width: 15rem; width: 17.9375rem; }
.main_img.img04 { right: -1.5rem; top: 8.25rem; filter: grayscale(1); }

/* .main_img_txt { font-family: 'dx'; position: absolute; left: 7.5rem; top: -3.25rem; z-index: 9; text-align: left; white-space: nowrap; opacity: 0; transform: translateX(5rem); transition: 0.8s; } */
.main_img_txt { font-family: 'dx'; position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: left; white-space: nowrap; opacity: 0; transform: translateX(5rem); transition: 0.8s; z-index: 2; }
.main_img_txt.txt02 { transform: translateX(-5rem); }
.main_img_txt h2 { font-size: 2.0625rem; line-height: 100%; font-weight: 700; }
.main_img_txt p { font-size: 1.25rem; line-height: 125%; margin-left: 2rem; margin-top: 1rem; font-weight: 700; }
.main_img_txt.txt01>div { transform: translate(-32rem, -11rem); }
.main_img_txt.txt02>div { transform: translate(27rem, 10.5rem); }

.main_img_box.box02 .main_img.img01 { left: revert; right: -14rem; bottom: -18rem; filter: grayscale(0.9); }
.main_img_box.box02 .main_img.img02 { left: revert; right: 20em; }
.main_img_box.box02 .main_img.img02::after { left: revert; right: -2.875rem; }
.main_img_box.box02 .main_img.img03 { right: revert; left: 22rem; bottom: 8.25rem; }
.main_img_box.box02 .main_img.img03 img { width: 13.0625rem; }
.main_img_box.box02 .main_img.img04 { right: revert; left: -6.5rem; bottom: 32rem; }
.main_img_box.box02 .main_img_txt { left: -8.5rem; top: 2.25rem; transform: translateX(-5rem); }


.main_pr_btns { position: absolute; bottom:3rem; left:8rem; text-align:left; z-index:100; opacity: 0; transform: translateY(3rem); transition: 0.8s; }
.main_pr_btns h1 {font-family:'trajan'; font-size:1.4rem;}

.pr_btn_boxs {  display: flex; justify-content: space-between; align-items: center; gap:0.5rem;  }
.main_pr_btn a { width:100%; height:100%; }
.pr_btn_box { width:126px; height:74px;   position: relative; display: flex; justify-content: space-between; align-items: center; transition: 0.8s 0s;}
/* .main_pr_btn.btn02 { } */

.pr_img { width:126px; height:74px; border:1px solid #c8c8c8; border-radius:10px; overflow:hidden;  position: relative;}
.main_pr_btn.btn01 .pr_img {width:100%; height:100%;  background: url(../img/pr_icon01.jpg) center no-repeat; background-size: cover;  transition: 0.8s 0s; }
.main_pr_btn.btn02 .pr_img {width:100%; height:100%;  background: url(../img/pr_icon02.jpg) center no-repeat; background-size: cover;  transition: 0.8s 0s; }

.pr_play { position:absolute; margin:0 auto; left:0; right:0;}
.main_pr_btn p { line-height:120%; font-size:0.785rem; color:#fff; text-align:center; margin-top:0.5rem;}

.main_circle { position: absolute; right: -8.375rem; top: 10.75rem; z-index: 9; animation: main_circle 38s 0s linear infinite; }
.main_img_box.box02 .main_circle { right: revert; left: -8.375rem; }

.main_pr_btn.btn01 .pr_img:hover { background: url(../img/pr_icon01_on.jpg) center no-repeat;  transition: 0.8s 0s;  }
.main_pr_btn.btn02 .pr_img:hover { background: url(../img/pr_icon02_on.jpg) center no-repeat;  transition: 0.8s 0s; }



.pr_btn_box::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 4px; /* 테두리 두께 */
  background: linear-gradient(
    90deg,
    transparent,
    #fff,
    transparent
  );
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.6s linear;
  transform: scale(1.05);
}

/* hover 시 모션 */
.pr_btn_box:hover::before {
  opacity: 1;
  animation: border-glow 1.5s linear infinite;
}

/* 빛이 도는 효과 */
@keyframes border-glow {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}

.main_pr_btn.btn01 .pr_img:hover {
  background: url(../img/pr_icon01_on.jpg) center/cover no-repeat;
}
.main_pr_btn.btn02 .pr_img:hover {
  background: url(../img/pr_icon02_on.jpg) center/cover no-repeat;
}

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

.main_square_wrap { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; display: flex; justify-content: center; align-items: center; transition: 0.8s; }
.main_square_wrap.pad { display: none; }
.main_square_wrap>div:first-child { transform: translateY(2rem); }

.main_square_box { width: 25rem; height: 25rem; position: relative; margin: auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; z-index: 9; }
.main_square { width: 33.33%; height: 33.33%; text-align: center; display: flex; justify-content: center; align-items: center; color: #0c446d; position: relative; }
.main_square>div>span { width: 100%; height: 100%; display: block; position: absolute; z-index: -1; left: 0; top: 0; }
.main_square>div>span::before { content: ''; width: 0%; height: 1px; position: absolute; background-color: #c4c4c4; left: 0; right: 0; bottom: 0; margin: auto; transition: 0.8s; }
.main_square>div>span::after { content: ''; width: 1px; height: 0%; position: absolute; background-color: #c4c4c4; right: 0; top: 0; bottom: 0; margin: auto; transition: 0.8s; }
.main_square h4 { font-size: 1.75rem; line-height: 100%; font-weight: 700; letter-spacing: 0; color: #0c446d; opacity: 0; transition: 0.8s; }
.main_logo { width: 40.0625rem; position: absolute; bottom:4rem; right:5rem; opacity: 0; transform: translateX(3rem); transition: 0.8s; z-index:9; }

.main_square:nth-child(3n)>div>span::after { display: none; }
.main_square:nth-last-child(-n+3)>div>span::before { display: none; }

.c_brown { color: #9bcbd7; }
/* .c_brown { color: #a38075; } */

.sum_txt_box { text-align: right; color: #fff; /*margin-top: 2.25rem;*/ position:absolute; right:0rem; bottom:16rem; }
.sum_txt_box>div { display: inline-block; transition: 0.8s; opacity: 0; transform: translateX(0rem); }
.sum_txt_box h2 { width: 100%; font-family: 'trajan', sans-serif; font-size: 6.75rem; line-height: 100%; position: relative; font-weight: 700; white-space: nowrap; opacity: 1; transition: 0.8s; }
.sum_txt_box h5 { font-size: 1.2rem; margin-top: 3rem; line-height: 100%; opacity: 1; font-weight: 300; transition: 0.8s; margin-left: 0.25rem; white-space: nowrap; }

.sum_img_box { position: absolute; top: -5.75rem; right: 0; display: flex; justify-content: flex-end; align-items: flex-start; gap: 12px; }
.sum_img_box h3 { font-family: 'antro'; font-size: 1.5rem; line-height: 120%; text-align: left; font-weight: 600; transform: translateX(5rem); opacity: 0; color: #929292; position: absolute; right: -12.5rem; top: 4.5rem; transition: 0.8s; }
.sum_img_box h3 span { display: inline-block; margin-left: 5.375rem; }
.sum_img_box div { max-width:285px;  position: relative; }
.sum_img_box h6 { font-size: 0.575rem;  color:#fff; position:absolute; bottom:0.5rem; left:0.5rem; opacity:0;}

.sum_img_box img:nth-child(1) { opacity: 0; transform: translateX(-1.75rem); margin-top: 3.5rem; transition: 0.8s; }
.sum_img_box img:nth-child(2) { opacity: 0; transform: translateY(1.75rem); transition: 0.8s; }
.sum_img_box img:nth-child(3) { opacity: 0; transform: translateY(-1.75rem); margin-top: 3.5rem; transition: 0.8s; }

.sum_sum { width: 100%; max-width: 786px; display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; gap: 7.5rem; opacity: 0; transform: translateY(3rem); transition: 0.8s; color: #fff; }
.sum_sum ul { width: 100%; display: flex; justify-content: flex-end; align-items: flex-start; gap: 3.125rem 2.5rem; flex-wrap: wrap; }
.sum_sum ul li { width: calc(33.33% - 1.675rem); text-align: left; }
.sum_sum ul li h3 { font-size: 1.125rem; line-height: 100%; }
.sum_sum ul li p { font-size: 0.875rem; line-height: 128%; opacity: 0.7; border-top: 1px solid #fff; margin-top: 0.875rem; padding-top: 1.25rem; }

.main02 .imgc { text-align: left; right: revert; line-height: 166%; position: static; transition: 0.8s; opacity: 0.5; }
.calendar_ob { position:absolute; right:0; bottom:0; opacity:0; transform: translateX(5rem);}


.swiper_main .swiper-slide-active .main_txt { opacity: 1; transform: translate(0); transition: 2s 0s; }
.swiper_main .swiper-slide-active .main_txt_img { opacity: 1; transform: translate(0); transition: 1.5s 0.6s; }
.swiper_main .swiper-slide-active .main_txt_box h5 { opacity: 1; transform: translate(0); transition: 1.5s 0.6s; }
.swiper_main .swiper-slide-active .main_txt_box h2 { opacity: 1; transform: translate(0); transition: 1.5s 0.6s; }

.swiper_main .swiper-slide-active .main_square>div>span::before { width: 85%; transition: 2.1s 0.4s; }
.swiper_main .swiper-slide-active .main_square>div>span::after { height: 85%; transition: 2.1s 0.4s; }
.swiper_main .swiper-slide-active .main_square h4 { opacity: 1; transition: 1.2s 0.4s; }
.swiper_main .swiper-slide-active .main_logo { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }

.swiper_main .swiper-slide-active .main_txt { transform: translate(0); }
.swiper_main .swiper-slide-active .main_img_box .main_img { opacity: 1; transition: 1.5s 0.4s; }
.swiper_main .swiper-slide-active .main_img_box .main_img_txt { opacity: 1; transform: translate(0); transition: 1.2s 0.8s !important; }


.cal_txt_box { text-align: left; color: #fff; margin-top: 3.25rem; }
.cal_txt_box>div { display: inline-block; transition: 0.8s; opacity: 0; transform: translateX(-5rem); }
.cal_txt_box h2 { width: 100%; font-family: 'Futura PT', sans-serif; font-size: 5.25rem; line-height: 100%; position: relative; font-weight: 700; white-space: nowrap; opacity: 1; transition: 0.8s; }
.cal_txt_box h5 { font-size: 0.9375rem; margin-top: 1rem; line-height: 100%; opacity: 1; font-weight: 300; transition: 0.8s; margin-left: 0.25rem; white-space: nowrap; }

.cal_content { width: 100%; max-width: 825px; display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; gap: 7.5rem; opacity: 0; transform: translateY(3rem); transition: 0.8s; color: #fff; }
.cal_content ul { width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; gap: 0.75rem; flex-wrap: wrap; transform: translateY(9rem);}
.cal_content ul li { width: calc(25% - 0.75rem); height: 7rem; text-align: center; transition: 0.3s; border: 1px solid rgba(255,255,255,0.3); box-sizing: border-box; position: relative; 
display: flex; justify-content: center; align-items: center; border-radius:10px;}
.cal_content ul li h3 { font-family: 'trajan'; font-size: 1.2rem; line-height: 100%; font-weight: 700; }
.cal_content ul li p { font-size: 0.875rem; line-height: 128%; opacity: 1; margin-top: 0.275rem; }
.cal_content ul li:nth-child(n+5) { width: calc(33.3% - 0.75rem); height: 7rem; }

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

.cal_content ul li:hover { color: #fff; background-color:#003c62; border: 1px solid rgba(255,255,255,0);}


.main_cal_bt_box { width: 100%; justify-content: center; align-items: center; }
.main_cal_bt { display: flex; justify-content: center; align-items: center; gap: 1rem; opacity: 0; transition: 0.8s; }
.main_cal_bt>div { width: 16.875rem; height: 3.75rem; border: 1px solid rgba(255,255,255,0.4); border-radius: 3.75rem; transition: 0.5s; color: #fff; } 
.main_cal_bt>div>a { font-size: 1rem; line-height: 100%; width: 100%; height: 100%; display: flex; justify-content: space-between; align-items: center; box-sizing: border-box; padding: 0 2.25rem; }
.main_cal_bt>div>a>div { width: 0.9375rem; height: 0.75rem; background: url(../img/down_w.png) right center no-repeat; background-size: cover; transition: 0.5s; }


.main_cal_bt>div { color: #000; background-color: #fff; border: 1px solid #fff; }
.main_cal_bt>div>a>div { background: url(../img/down.png) right center no-repeat; background-size: cover; }



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


.main_wrap.on .event_bn_wrap { opacity: 1; transform: translate(0);  transition: 1.2s 0s;}
.main_wrap.on .main_pr_btns { opacity: 1; transform: translate(0);  transition: 1.2s 0.5s;}
/* .main_wrap.on .main_img { opacity: 1; transform: scale(1); transition: 5s 0s;} */
.main_wrap.on .main_img::before { transform: scale(1); transition: 5s 0s; }
.main_wrap.on .main_txt01 { opacity: 1; transform: translate(0);  transition: 1.2s 0.5s;}
.main_wrap.on .main_line::before { width:100%; transition: 1.2s 1.2s;}
.main_wrap.on .main_txt_box h1 { opacity:1;  transform: translate(0);  transition: 1.2s 0.8s;}
.main_wrap.on .main_logo {opacity:1;  transform: translate(0);  transition: 1.2s 0.8s;}
.main_wrap.on .main_txt_img,
.main_wrap.on2 .main_txt_img,
.main_wrap.on .swiper-pagination-main,
.main_wrap.on2 .swiper-pagination-main,
.main_wrap.on .swiper_main,
.main_wrap.on2 .swiper_main { opacity: 1; transition: 1.5s 0s; }

/* .main_wrap.on2 .main_img { opacity: 1;  transform: scale(1); } */
.main_wrap.on2 .main_img::before { opacity: 0.2; transform: scale(1); }
.main_wrap.on2 .intro_img::before { opacity: 0.2; }
.main_wrap.on2 .main_img::after { opacity: 1; }
.main_wrap.on2 .intro_tit.tit04 h3 { opacity: 1; transform: translate(0); transition: 1.5s 0.4s; }

.main_wrap.on2 .main_guest { opacity: 0; }
.main_wrap.on2 .sum_txt_box>div { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.main_wrap.on2 .sum_sum { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.main_wrap.on2 .calendar_ob { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.main_wrap.on2 .cal_txt_box>div { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.main_wrap.on2 .cal_content { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.main_wrap.on2 .main_cal_bt { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
/**/

.location_map_wrap { width: 100%; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: flex-end; background-color: #f0f0ef; transition: 1.6s; flex-direction: row-reverse; }

.location_map_wrap>div { display: flex; justify-content: center; align-items: center; gap: 5rem; transform: translateY(-3rem); z-index: 9; }

.location_map_wrap img { width: 100%; }

.location_map_tit { position: relative; text-align: left; transition: 0.8s; color: #000; display: flex; justify-content: center; align-items: center; opacity: 0; transform: translateX(-5rem); }
.location_map_tit>div { transform: translateY(-2rem); }
.location_map_tit>div>h2 { font-family: 'trajan'; font-size: 2.75rem; line-height: 100%; }
.location_map_tit>div>p { font-size: 1rem; line-height: 166%; margin-top: 1.25rem; margin-left: 0.25rem; }
.location_map_tit>div { position: relative; }

.location_map_tit .location_ori_bt { position: static; justify-content: flex-start; margin-top: 5rem; }
.location_map_tit .location_ori_bt p { color: #000; }
.location_map_tit .location_ori_bt>div::before { background-color: #000; }
.location_map_tit .location_ori_bt>div::after { border-right: 1px solid #000; border-bottom: 1px solid #000; }

.location_map_box { width: 90%; max-width: 1000px; position: relative; display: flex; justify-content: center; align-items: center; z-index: 9; opacity: 0; transform: translateX(5rem); transition: 0.8s; }
.location_map_box img { width: 100%; }


.location_map_wrap.on .location_map_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.location_map_wrap.on .location_map_box { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }

/*  */

.location_wrap { width: 100%; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: flex-end; transition: 1.6s; background-color: #000; color: #fff; flex-direction: row-reverse; }

.location_box { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; transition: 1.2s; }

.swiper_location { display: none; }
.swiper_location2 { display: none; }

.location_img_box { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; position: relative; transition: 1.2s; }
.location_img_box>div:last-child { width: 90%; position: relative; z-index: 9; transform: translateY(-3.5rem); opacity: 0; }
/* .location_img_box.box01 { background-color: #353b47; } */

.location_tit_box h4 { font-size: 1.125rem; line-height: 100%; opacity: 0.4; }
.location_tit_box h3 { font-size: 26px; line-height: 100%; color: #d58fa8; margin-top: 1.75rem; font-weight: 700; }
.location_tit_box h2 { font-size: 36px; line-height: 100%; color: #d58fa8; margin-top: 0.5rem; font-weight: 700; }
.location_img_box.box01b .location_tit_box h3 { color: #68c9c9; }
.location_img_box.box01b .location_tit_box h2 { color: #68c9c9; }

.location_slide_box { display: none; }

.location_img { width: 100%; max-width: 251px; margin: auto; margin-top: 2.5rem; position: relative; }
.location_slide { position: relative; overflow: hidden; border-radius: 24rem; }
.location_slide>img { width: 100%; position: absolute; left: 0; top: 0; transition: 1.2s; }
.location_slide>img:first-child { position: relative; }
.location_img.img01>.location_slide>img:nth-child(2) { top: -100%; }
.location_img.img01>.location_slide>img:nth-child(3) { top: -100%; }
.location_img.img01>.location_slide>img:nth-child(4) { top: -100%; }
.location_img.img01b>.location_slide>img:nth-child(2) { top: 100%; }
.location_img.img01b>.location_slide>img:nth-child(3) { top: 100%; }
.location_img.img01b>.location_slide>img:nth-child(4) { top: 100%; }

.location_txt_box { width: 100%; position: absolute; transition: 1.2s; text-align: center; opacity: 0; transform: translateY(3rem); bottom: -8.5rem; z-index: 9; }
.location_txt_box.box01 { opacity: 1; transform: translateY(0); }
.location_txt_box.box01b { opacity: 1; transform: translateY(0); }
.location_txt_box h2 { font-family: 'antro'; font-size: 2.875rem; line-height: 100%; display: inline-block; transform: translateX(-7rem); text-align: left; }
.location_txt_box h2 span { display: inline-block; margin-left: 4rem; }
.location_txt_box h3 { font-size: 1.4375rem; line-height: 100%; position: relative; font-weight: 700; color: #d58fa8; margin-top: 2.5rem; }
.location_txt_box p { font-size: 1rem; line-height: 188%; opacity: 0.4; margin-top: 1rem; }
.location_img_box.box01b .location_txt_box h2 { transform: translate(9rem,-3rem); }
.location_img_box.box01b .location_txt_box h3 { color: #68c9c9; margin-top: 3.75rem; }
.location_img_box.box01b .location_txt_box.box04b h2 { transform: translateX(9rem); }


.location_slide_bt { left: 0; right: 0; margin: auto; bottom: 4rem; position: absolute; display: flex; justify-content: center; align-items: center; gap: 1rem; z-index: 99; }
.location_slide_bt span { width: 0.875rem; height: 0.875rem; margin: 0 !important; cursor: pointer; border-radius: 100%; background-color: #000; opacity: 0.2; }
.location_slide_bt span.active { opacity: 1; background-color: #d58fa8; }
.location_img_box.box01b .location_slide_bt span { background-color: #fff; }
.location_img_box.box01b .location_slide_bt span.active { background-color: #68c9c9; }

.location_bg { width: 13.0625rem; position: absolute; z-index: -1; }
.location_bg.bg01 { left: -7.375rem; top: -1.625rem; }
.location_bg.bg01b { width: 8.4375rem; right: -11.125rem; bottom: -4.625rem; }
.location_bg.bg02 { right: -5.25rem; top: -4.375rem; }
.location_bg.bg02b { width: 8.4375rem; left: -4.5rem; bottom: 0.25rem; opacity: 0.4; }

.location_obj_box { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 8; }
.location_obj_box img { position: absolute; transition: 0.8s; opacity: 0; }
.location_obj.obj01 { left: 0; right: 0; margin: auto; bottom: -24px; opacity: 1; }
.location_obj.obj03 { left: -24px; bottom: -22px; }
.location_obj.obj04 { left: -43px; top: 15px; }

.location_line_box { width: 100%; height: 100%; position: absolute; right: 0; top: 0; overflow: hidden; z-index: 1; display: flex; justify-content: center; align-items: center; background-color: #353b47; transition: 1.2s; }
.location_line_box>div { height: 100%; display: flex; justify-content: center; align-items: center; gap: 0.6875rem; }
.location_line_box>div>div { width: 0.1px; height: 100%; position: relative; }
.location_line_box>div>div::after { content: ''; width: 100%; height: 0%; position: absolute; left: 0; top: 0; background-color: #5d5958; background-color: #fff; opacity: 0.1; }
.location_line_box>div>div:nth-child(2n):after { top: revert; bottom: 0; }

.location_img_bg_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; overflow: hidden; z-index: 1; background-color: #000; }
.location_img_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; opacity: 0; transition: 1.2s; }
.location_img_bg.bg01 { background: url(../img/location_bg01.jpg) center no-repeat; background-size: cover; }
.location_img_bg.bg02 { background: url(../img/location_bg02.jpg) center no-repeat; background-size: cover; }
.location_img_bg.bg03 { background: url(../img/location_bg03.jpg) center no-repeat; background-size: cover; }
.location_img_bg.bg04 { background: url(../img/location_bg04.jpg) center no-repeat; background-size: cover; }

.location_vd_box { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 1; z-index: 2; background-color: #000; overflow: hidden; }
.location_vd { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; padding-bottom: 56.25%; height: 0; }
/* .location_vd::before { content:''; width: 100%; height: 100%; position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; background: url(../img/location_bg.png) center no-repeat; background-size: cover; z-index: 3; opacity: 1; } */
.location_vd:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 5; }
.location_vd iframe { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 200%; height: 200%; z-index: 2; opacity: 0.15; }

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

@media all and (max-width: 1400px) { 
	.location_vd iframe { width: 150%; height: 150%; }
    .location_vd::before { width: 150%; height: 150%; }
}

@media all and (max-width: 1100px) { 
	.location_vd iframe { width: 200%; height: 200%; }
    .location_vd::before { width: 200%; height: 200%; }
}

@media all and (max-width: 767px) { 
	.location_vd iframe { width: 300%; height: 300%; }
    .location_vd::before { width: 300%; height: 300%; }
}


.location_wrap.on .location_img_bg.bg01 { opacity: 0.22; }
.location_wrap.on .location_img_box>div:last-child,
.location_wrap.on2 .location_img_box>div:last-child,
.location_wrap.on3 .location_img_box>div:last-child,
.location_wrap.on4 .location_img_box>div:last-child { opacity: 1; transition: 1.2s 0.4s; }

.location_wrap.on .location_line_box>div>div::after,
.location_wrap.on2 .location_line_box>div>div::after,
.location_wrap.on3 .location_line_box>div>div::after,
.location_wrap.on4 .location_line_box>div>div::after { height: 100%; transition: 2.4s 0s; }
.location_wrap.on .location_line_box>div>div:nth-child(2n):after,
.location_wrap.on2 .location_line_box>div>div:nth-child(2n):after,
.location_wrap.on3 .location_line_box>div>div:nth-child(2n):after,
.location_wrap.on4 .location_line_box>div>div:nth-child(2n):after { height: 100%; transition: 2.0s 0.4s; }

.location_wrap.on .location_tit_box,
.location_wrap.on2 .location_tit_box,
.location_wrap.on3 .location_tit_box,
.location_wrap.on4 .location_tit_box { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.location_wrap.on .location_img_wrap,
.location_wrap.on2 .location_img_wrap,
.location_wrap.on3 .location_img_wrap,
.location_wrap.on4 .location_img_wrap { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }

.location_wrap.on2 .location_line_box { background-color: #413c3b; }
.location_wrap.on2 .location_img_bg.bg02 { opacity: 0.15; }
.location_wrap.on2 .location_img.img01>.location_slide>img:nth-child(1),
.location_wrap.on3 .location_img.img01>.location_slide>img:nth-child(1),
.location_wrap.on4 .location_img.img01>.location_slide>img:nth-child(1) { transform: translateY(50%); }
.location_wrap.on2 .location_img.img01>.location_slide>img:nth-child(2),
.location_wrap.on3 .location_img.img01>.location_slide>img:nth-child(2),
.location_wrap.on4 .location_img.img01>.location_slide>img:nth-child(2) { top: 0; }
.location_wrap.on2 .location_img.img01b>.location_slide>img:nth-child(1),
.location_wrap.on3 .location_img.img01b>.location_slide>img:nth-child(1),
.location_wrap.on4 .location_img.img01b>.location_slide>img:nth-child(1) { transform: translateY(-50%); }
.location_wrap.on2 .location_img.img01b>.location_slide>img:nth-child(2),
.location_wrap.on3 .location_img.img01b>.location_slide>img:nth-child(2),
.location_wrap.on4 .location_img.img01b>.location_slide>img:nth-child(2) { top: 0; }
.location_wrap.on2 .location_txt_box.box01,
.location_wrap.on3 .location_txt_box.box01,
.location_wrap.on4 .location_txt_box.box01 { opacity: 0; transform: translateY(3rem); }
.location_wrap.on2 .location_txt_box.box02 { opacity: 1; transform: translate(0); }
.location_wrap.on2 .location_txt_box.box01b,
.location_wrap.on3 .location_txt_box.box01b,
.location_wrap.on4 .location_txt_box.box01b { opacity: 0; transform: translateY(-3rem); }
.location_wrap.on2 .location_txt_box.box02b { opacity: 1; transform: translate(0); }
.location_wrap.on2 .location_obj.obj01,
.location_wrap.on3 .location_obj.obj01,
.location_wrap.on4 .location_obj.obj01 { opacity: 0; }

.location_wrap.on3 .location_line_box { background-color: #3b3942; }
.location_wrap.on3 .location_img_bg.bg03 { opacity: 0.15; }
.location_wrap.on3 .location_img.img01>.location_slide>img:nth-child(2),
.location_wrap.on4 .location_img.img01>.location_slide>img:nth-child(2) { transform: translateY(50%); }
.location_wrap.on3 .location_img.img01>.location_slide>img:nth-child(3),
.location_wrap.on4 .location_img.img01>.location_slide>img:nth-child(3) { top: 0; }
.location_wrap.on3 .location_img.img01b>.location_slide>img:nth-child(2),
.location_wrap.on4 .location_img.img01b>.location_slide>img:nth-child(2) { transform: translateY(-50%); }
.location_wrap.on3 .location_img.img01b>.location_slide>img:nth-child(3),
.location_wrap.on4 .location_img.img01b>.location_slide>img:nth-child(3) { top: 0; }
.location_wrap.on3 .location_txt_box.box02,
.location_wrap.on4 .location_txt_box.box02 { opacity: 0; transform: translateY(3rem); }
.location_wrap.on3 .location_txt_box.box02b,
.location_wrap.on4 .location_txt_box.box02b { opacity: 0; transform: translateY(-3rem); }
.location_wrap.on3 .location_txt_box.box03 { opacity: 1; transform: translate(0); }
.location_wrap.on3 .location_txt_box.box03b { opacity: 1; transform: translate(0); }
.location_wrap.on3 .location_obj.obj03 { opacity: 1; }

.location_wrap.on4 .location_line_box { background-color: #242424; }
.location_wrap.on4 .location_img_bg.bg04 { opacity: 0.15; }
.location_wrap.on4 .location_img.img01>.location_slide>img:nth-child(3) { transform: translateY(50%); }
.location_wrap.on4 .location_img.img01>.location_slide>img:nth-child(4) { top: 0; }
.location_wrap.on4 .location_img.img01b>.location_slide>img:nth-child(3) { transform: translateY(-50%); }
.location_wrap.on4 .location_img.img01b>.location_slide>img:nth-child(4) { top: 0; }
.location_wrap.on4 .location_txt_box.box03 { opacity: 0; transform: translateY(3rem); }
.location_wrap.on4 .location_txt_box.box03b { opacity: 0; transform: translateY(-3rem); }
.location_wrap.on4 .location_txt_box.box04 { opacity: 1; transform: translate(0); }
.location_wrap.on4 .location_txt_box.box04b { opacity: 1; transform: translate(0); }
.location_wrap.on4 .location_obj.obj04 { opacity: 4; }


.location_bt { position: absolute; left: 0; bottom: -4rem; z-index: 9; width: 11.375rem; height: 4rem; display: flex; justify-content: center; align-items: center; gap: 1.5rem; background-color: #c96d68; cursor: pointer; }
.location_bt a { width:100%; height:100%;  display: flex; justify-content: center; align-items: center; gap: 1.5rem; }
.location_bt p { font-size: 0.9375rem; line-height: 100%; color: #fff; }
.location_bt span { width: 11px; height: 11px; position: relative; }
.location_bt span::before { content: ''; width: 1px; height: 100%; background-color: #fff; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.location_bt span::after { content: ''; width: 100%; height: 1px; background-color: #fff; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }

.location_ori { text-align: left; margin-top: 3.75rem; opacity: 0; transform: translateY(3rem); margin-left: 5rem; z-index: 9; }
.location_ori>div { position: relative; display: flex; justify-content: flex-start; align-items: center; gap: 1.5rem; }
.location_ori p { font-size: 0.75rem; line-height: 166%; opacity: 0.5; font-weight: 500; white-space: nowrap; }
.location_ori br.tab { display: none; }

.location_ori_bt { min-width: 11.375rem; height: 4rem; display: flex; justify-content: center; align-items: center; gap: 0.875rem; cursor: pointer; position: absolute; right: -15rem; bottom: 1rem; }
.location_ori_bt p { font-size: 0.9375rem; line-height: 100%; color: #fff; opacity: 1; font-weight: 400; }
.location_ori_bt span { width: 3.25rem; height: 3.25rem; min-width: 3.25rem; border-radius: 100%; background-color: #68c9c9; color: #fff; display: flex; justify-content: center; align-items: center; font-size: 1rem; line-height: 100%; font-weight: 700; }
.location_ori_bt>div { width: 2.25rem; height: 2.25rem; margin-left: 1rem; position: relative; opacity: 0.3; }
.location_ori_bt>div::before { content: ''; width: 100%; height: 1px; background-color: #fff; position: absolute; right: 0; top: 0; bottom: 0; left: 0; margin: auto; }
.location_ori_bt>div::after { content: ''; width: 0.5rem; height: 0.5rem; border-right: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(-45deg); position: absolute; right: 0; top: 0; bottom: 0; margin: auto; }

.location_ori_pop { width: 100%; margin: auto; background-color: #000; text-align: left; padding: 3.25rem 6.25rem; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: center; gap: 1.875rem; position: absolute; left: 0; bottom: 0; z-index: 999999990; transform: translateY(100%); transition: 0.8s; color: #fff; }
.location_ori_pop>div:first-child { width: 3.25rem; height: 3.25rem; min-width: 3.25rem; border-radius: 100%; background-color: #68c9c9; color: #fff; display: flex; justify-content: center; align-items: center; font-size: 1rem; line-height: 100%; font-weight: 700; }
.location_ori_pop ul li { font-size: 0.875rem; line-height: 214%; font-weight: 500; position: relative; }
/* .location_ori_pop ul li:before { content:'·'; position: absolute; left: -6px; margin-right: 2px; } */

.location_ori_pop.active { transform: translateY(0); }

.location_ori_close { width: 3.125rem; height: 3.125rem; position: absolute; left: 0; right: 0; margin: auto; top: -1.5625rem; top: 0; background-color: #fff; border-radius: 100%; z-index: 9; cursor: pointer; transition: 0.8s; }
.location_ori_close span::before { content: ''; width: 35%; height: 1px; background-color: #000; position: absolute; right: 0; top: 0; bottom: 0; left: 0; margin: auto; transform: rotate(45deg); }
.location_ori_close span::after { content: ''; width: 35%; height: 1px; background-color: #000; position: absolute; right: 0; top: 0; bottom: 0; left: 0; margin: auto; transform: rotate(-45deg); }

.location_ori_pop.active .location_ori_close { top: -1.5625rem; }

.location_pop_wrap { width: 100%; height: 100%; position: absolute; left: 0; top: -100%; z-index: 99999999; display: flex; justify-content: center; align-items: center; transition: 0.8s 0s; }
.location_pop_bg_bt { display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; cursor: pointer; z-index: 1; }

.location_pop_tit { position: absolute; text-align: left; width: 100%; left: -0; top: 0; transition: 0.8s; color: #fff; }
.location_pop_tit h2 { font-family: 'trajan'; font-size: 2.5rem; line-height: 100%; }
.location_pop_tit p { font-size: 1rem; line-height: 166%; margin-top: 1.25rem; margin-left: 0.25rem; }
.location_pop_tit>div { display: inline-block; position: absolute; right: 6.5rem; top: -2.375rem; white-space: nowrap; font-weight: 400; }

.location_pop { width: 90%; max-width: 1040px; position: relative; display: flex; justify-content: center; align-items: center; transform: translateY(1rem); z-index: 9; }
.location_pop img { width: 100%; }
.location_pop_bg { width: 100%; height: 100%; position: absolute; left: -100%; top: 0; z-index: 99999998; background-color: #000; opacity: 0.8; transition: 0.6s 0.2s; }
.location_pop_close { width: 3.125rem; height: 3.125rem; position: absolute; right: 1.25rem; top: 1.25rem; margin: auto; cursor: pointer; right: 0; top: 1.75rem; background-color: #fff; border-radius: 100%; }
.location_pop_close:after { content:''; width: 1px; height: 35%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #000; transform: rotate(45deg); }
.location_pop_close:before { content:''; width: 1px; height: 35%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #000; transform: rotate(-45deg); }


.location_pop_wrap.active { top: 0; transition: 0.8s 0.2s; }
.location_pop_bg.active { left: 0; transition: 0.6s 0s; }



.location_wrap.on .location_bt,
.location_wrap.on2 .location_bt,
.location_wrap.on3 .location_bt,
.location_wrap.on4 .location_bt { bottom: 0; opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }

/**/

.complex_wrap { width: 250%; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; transition: 1.6s; }

.complex01 { width: 100%; height: 100%;  max-width:1920px; overflow: hidden; display: flex; justify-content: flex-start; align-items: center; position: relative; }
.complex01>div { width: 100%; height: 100%; position: relative; display: flex; justify-content: flex-start; align-items: center;}

.complex_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; }
.complex_bg::before { content: ''; width: 100%; height: 100%; position: absolute; right: 0; top: 0; background: url(../img/complex_bg.jpg) center no-repeat; background-size: cover; z-index: 1; transform: scale(1.2); }
.complex_bg::after { content: ''; width: 40%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/complex_bg2.png) center no-repeat; background-size: cover; z-index: 1; opacity:0; transition: 0.8s; }

.complex01_bg {width: 100%; height: 100%; position: absolute; left: 0; right:0; margin:0 auto; } 
.complex_bg_tit { text-align: center; position: relative; z-index: 9; margin:0 auto; margin-bottom:15.375rem; opacity: 0; transform: translateY(3rem); transition: 0.8s; color:#003c62;}
.complex_bg_tit>div { position: relative; }
.complex_bg_tit h2 { font-family: 'trajan'; font-size: 5.25rem; line-height: 100%; text-transform: uppercase; font-weight: 700; }
.complex_bg_tit p { font-size: 1.2375rem; line-height: 100%; margin-top: 0.625rem; }
.complex_bg_tit h3 { font-family: 'antro'; font-size: 2.75rem; line-height: 100%; color: #fff600; position: absolute; right: -10.875rem; bottom: 0.625rem; }

.complex_bg_tit2 { opacity:0; text-align: right; position: absolute; z-index: 9; left:11rem;  transform: translateY(3rem); color:#fff; transition: 1.2s 0.3s; }
.complex_bg_tit2 h2 { font-family: 'trajan'; font-size: 4.25rem; line-height: 100%; text-transform: uppercase; font-weight: 700; }
.complex_bg_tit2 p { font-size: 0.975rem; line-height: 100%; margin-top: 0.625rem; }

.complex02 { width: 150%; height: 100%; display: flex; justify-content: flex-start; align-items: center; position: relative; background-color: #fff; z-index: 9; transition: 1.2s 0s; }
.complex02>div { display: flex; justify-content: flex-start; align-items: center; gap: 7.625rem; text-align: left; transform: translateY(3rem); }

.complex_left { width: 100%; height:100%; max-width: 1314px; padding-left:6rem; position: relative;}
.complex_right { width: 50%; height:100%; max-width: 1314px; }

.complex_img_box { display: flex; justify-content: flex-start; align-items: center; gap: 2.5rem; position: relative; opacity: 0; transform: translateY(3rem); transition: 0.8s; }
.complex_img { position:relative; transform: translate(3rem, 3rem); opacity:0; }

.complex_img_box h6 { font-size: 0.875rem; line-height: 100%; margin-top: 0.625rem; position: absolute; bottom:0rem; left:0rem; color:#fff; padding:1rem; background:rgba(0,0,0,0.6);}
.complex_img_box.box01 { margin-top: 2rem; }
.complex_img_box.box02 { text-align: right; margin-top: 3.375rem; }
.complex_img_box.box01 .complex_img { width: 100%; }
.complex_img_box.box02 .complex_img { width: 100%; }
/*.complex_img_box h3 { font-family: 'antro'; font-size: 2.75rem; line-height: 100%; color: #b1b1b1; position: absolute; z-index: 9; right: -5.375rem; bottom: 2.5rem; }*/


.complex_tit { opacity:0; transform: translateX(-3rem);  transition: 1.2s 0.5s; white-space: nowrap ;}
.complex_tit h2 { font-size: 2.125rem; line-height: 100%; font-weight: 700; color: #031442; opacity: 0; transform: translateX(5rem);  margin-top:0.5rem;}
.complex_tit h1 { font-size: 1.275rem; line-height: 100%; opacity: 0.7; font-weight: 300; opacity: 0; transform: translateX(5rem); }
.complex_tit p {  font-size: 0.875rem; line-height: 180%; font-weight: 400; margin-top:2rem; }

.complex_tit.tit02 { position:absolute; right:7rem; text-align:left; top:0; }
.complex_ob {position:absolute; right:-18rem; top:-5rem; z-index:-1; opacity:0.1;}

.complex_txt { transform: rotate(90deg); color:#c3c3c3; text-align: center;  position: absolute; width:100%; margin-top:-25rem; margin-left:4rem;}
.complex_txt h3 { font-family: 'trajan'; font-size: 2.15rem; line-height: 100%; text-transform: uppercase; font-weight: 700; }
.complex_txt p {  font-size: 0.875rem; line-height: 100%; font-weight: 300; margin-top:0.5rem; }

.complex_img_box.box01 .complex_img.img01 { margin-top:-13rem;}
.complex_img_box.box01 .complex_img.img02 { margin-top:20rem;  margin-left:2rem;}
.complex_img_box.box01 .complex_img.img03 { margin-top:-30rem; margin-left:-12rem;}
.complex_img_box.box01 .complex_txt { margin-top:-25rem; margin-left:4rem;}

.complex_img_box.box02 .complex_img.img01 { margin-top:22rem;  margin-left:-10rem;}
.complex_img_box.box02 .complex_img.img02 { margin-top:-36rem;  margin-left:-12rem;}
.complex_img_box.box02 .complex_img.img03 { margin-top:17rem; }
.complex_img_box.box02 .complex_txt { margin-top:7rem; margin-left:-10rem;}

.complex_wrap.start .complex01_bg { animation: clipMorph 2.5s ease-in-out forwards; }
 @keyframes clipMorph {
  0% {
    clip-path: inset(50% round 50px);
    -webkit-clip-path: inset(50% round 100px);
    width: 15rem; height: 15rem;
  }
  5% {
    clip-path: inset(50% round 50px);
    -webkit-clip-path: inset(50% round 100px);
    width: 15rem; height: 20rem;
  }
  20% {
    clip-path: inset(5% round 100px);
    -webkit-clip-path: inset(5% round 100px);
    width: 15rem; height: 20rem;
  }
  60% {
    clip-path: inset(10% round 50px);
    -webkit-clip-path: inset(10% round 100px);
    width: 15rem; height: 90%;
  }
  100% {
    clip-path: inset(0 round 0);
    -webkit-clip-path: inset(0 round 0);
    width: 100%; height: 100%;
  }
 }

.complex_wrap.on .complex_bg::before,
.complex_wrap.on2 .complex_bg::before { transform: scale(1); transition: 2s 0s; }
.complex_wrap.on .complex_bg_tit { opacity: 1; transform: translate(0); transition: 1.5s 0.5s; }


.complex_wrap.on .complex_tit h2,
.complex_wrap.on2 .complex_tit h2 { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.complex_wrap.on .complex_tit h1,
.complex_wrap.on2 .complex_tit h1 { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.complex_wrap.on .complex_txt_box.box01,
.complex_wrap.on2 .complex_txt_box.box01 { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.complex_wrap.on .complex_img_box.box01,
.complex_wrap.on2 .complex_img_box.box01 { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.complex_wrap.on2 .complex_txt_box.box02 { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.complex_wrap.on2 .complex_img_box.box02 { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }

.complex_wrap.on2 .complex02 { transform: translateX(-45%);  transition: 1.2s 0s;}
/*.complex_wrap.on2 .complex01 { transform: translateX(70%); transition: 1.2s 0.1s; }*/
.complex_wrap.on2 .complex_bg_tit2 {  opacity: 1; transform: translate(0); transition: 1.2s 0.3s;}
.complex_wrap.on2 .complex_bg_tit {  opacity: 0; }

.complex_wrap.on2 .complex_bg::after { opacity:1;  transition: 1.2s 0.5s; }
.complex_wrap.on2 .complex_img { opacity:1; transform: translate(0); transition: 1.2s 0.5s; }
.complex_wrap.on2 .complex_tit { opacity:1; transform: translate(0); transition: 1.2s 0.5s; }

.complex_wrap.toRight .complex02 {
  transform: translateX(-97%); /* 🔹 적절히 조정 가능: -90% ~ -110% */
  transition: 1.2s 0s;
}
.complex_wrap.toRight .complex_img { opacity:1; transform: translate(0); transition: 1.2s 0.5s; }
.complex_wrap.toRight .complex_tit { opacity:1; transform: translate(0); transition: 1.2s 0.5s; }



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

.complex01 {  max-width:1400px; }

}


/**/

/*  */


.unit_wrap { width: 100%; height: 100vh; position: relative; transition: 1.6s; display: flex; justify-content: center; align-items: center; gap:8rem; overflow: hidden; color: #fff; }
.unit_wrap::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: url(../img/unit_bg.jpg) center no-repeat; background-size: cover;  }
/*.unit_wrap>div:first-child::after { content: ''; width: 1px; height: 380px; position: absolute; right: 0; bottom: -100px; margin-right: -85px; background-color: #fff;}*/

.unit_wrap>div:first-child{position: relative; z-index: 2; display: flex; flex-direction: column; gap: 5rem; transform: translateY(0rem); opacity: 0;}
.unit_wrap>div:first-child div:nth-child(1){text-align: left; position: relative; left: -4rem;  transform: translateY(-2rem); }
.unit_wrap>div:first-child div:nth-child(1) h4{font-size: 0.975rem;}
.unit_wrap>div:first-child div:nth-child(1) h2{ font-size: 2.125rem; font-weight: 700; line-height: 140%; margin-top: 2rem;  margin-bottom: 2rem;}
.unit_wrap>div:first-child div:nth-child(1) p{ font-size: 0.875rem; opacity: 0.9; line-height: 180%;}
.unit_wrap>div:first-child div:nth-child(1) h3{ font-size: 2.125rem; font-weight: 700;  font-family: 'trajan';  margin-top: 8rem; opacity:0.5;}

/*.unit_wrap>div:first-child div:nth-child(2) ul{display: flex; justify-content: end; gap: 8px;}
.unit_wrap>div:first-child div:nth-child(2) li{width: 120px; height: 120px; border: 1px solid #fff; border-radius:100%;}
.unit_wrap>div:first-child div:nth-child(2) li:nth-child(1){background: #fff; color: #000;}
.unit_wrap>div:first-child div:nth-child(2) a{ display: inline-block; width: 100%; line-height: 120px; font-size: 0.875rem;}*/

.circle-menu {  display: flex;  justify-content: end;  gap: 8px;}
.circle-menu li {  width: 120px;  height: 120px;  border: 1px solid #fff;  border-radius: 50%;  position: relative;   text-align: center;}
.circle-menu li:first-child {  background: #fff;  color: #000;}
.circle-menu a {  display: inline-block;  width: 100%;  line-height: 120px;  font-size: 0.875rem;  color: inherit;  text-decoration: none;}

.plus-icon {  position: absolute;  top: 2px;   right: 2px;  width: 28px;  height: 28px;  border-radius: 50%;  background: #000;  color: #fff;  display: flex;  align-items: center;  justify-content: center;  font-size: 1rem;}
.circle-menu li:first-child .plus-icon {  background: #000; }
.circle-menu li:last-child .plus-icon {  background: #fff;   color: #000;  border: 1px solid #fff;}
.circle-menu .plus-icon::after {  content: ''; width: 1px; height: 11px; position: absolute; margin:0 auto; }
.circle-menu .plus-icon::before {  content: ''; width: 11px; height: 1px; position: absolute; margin:0 auto; }

.circle-menu li:first-child .plus-icon::after {   background-color: #fff; }
.circle-menu li:last-child .plus-icon::after {   background-color: #000; }
.circle-menu li:first-child .plus-icon::before {   background-color: #fff; }
.circle-menu li:last-child .plus-icon::before {   background-color: #000; }

.unit_box { max-width:825px; transform: translateY(3rem); position: relative; z-index: 9; opacity: 0; }
.unit_content {display: flex; align-items: flex-start; gap: 100px;}
.unit_tit_box>div { width: 90%; max-width: 573px; text-align: left; color: #000; transform: translateY(-5.5rem); }
.unit_tit_box h2 { font-size: 1.375rem; line-height: 200%; margin-left: -5.875rem; opacity: 0; transform: translateX(5rem); font-weight: 100; }
.unit_tit_box h2 span { font-size: 2.25rem; font-weight: 500;}
.unit_tit_img { width: 100%; margin-top: 2.25rem; position: relative;}
.unit_tit_img>div:first-child { position: relative; overflow: hidden;}
.unit_tit_img img { width: 100%; opacity: 0; position: relative; z-index: 2;}
.unit_tit_txt h3 { text-align: right; font-size: 1.125rem; line-height: 100%; font-weight: 500;}
.unit_tit_txt h1 { font-family: 'trajan'; text-align: right; font-size: 3.3rem; line-height: 100%; margin-top: 0.375rem; font-weight: 600;}
.unit_info { position: absolute; z-index: 9; right: 5.937rem; bottom: -12rem; display: inline-block; opacity: 0; transform: translateX(-5rem); }
.unit_info p { font-size: 0.875rem; line-height: 143%; margin-top: 14.6875rem; color: #5e5e5e; }
.unit_info p span { color: #fff; max-width: 10.06rem; display: block; margin-top: 2.5rem;}
.unit_info p span img { width: 100%; height: auto;}
.unit_tit_txt { position: absolute; z-index: -1; right: -5.5rem; top: 7.687rem; opacity: 0; transform: translateX(-5rem); }
.unit_tit_txt.white { position: absolute; color: #fff; z-index: 9 !important;}
.unit_tit_txt h1::before { content: ''; width: 1px; height: 23.5rem; position: absolute; left: -3rem; top: 1.85rem; background-color: #000; }
.unit_tit_txt.white h1::before { content: ''; width: 1px; height: 23.5rem; position: absolute; left: -3rem; top: 1.85rem; background-color: #fff; }
.swiper_unit { width: 100%; padding-top: 2rem; overflow: visible!important; }
.swiper_unit .swiper-slide { width: 100%; }
.swiper_unit-2 { width: 340px; height: 60px; position: relative; left: 0; bottom: 0; z-index: 9; margin-top: 90px; }
.swiper_unit-2 .swiper-slide { z-index: 2; }
.swiper_unit-2 .swiper-slide>div { width: 100%; height: 40px; border-bottom: 2px solid #fff; opacity: .3;  cursor: pointer; display: flex; justify-content: center; align-items: center;  }
.swiper_unit-2 .swiper-slide>div p { font-size: 1rem; color: #fff; line-height: 100%; }
.swiper_unit-2 .swiper-slide-thumb-active>div { opacity: 1; }
.unit_type { display: flex; align-items: baseline;  font-family: 'trajan';  font-size: 3.4375rem; line-height: 50%; font-weight: 600; opacity: 0; letter-spacing: -0.125rem; }
.unit_type::after{content: ''; position: absolute; bottom: -20px; width: 100%; height: 2px; background: #fff; }
.unit_type span { font-size: 2.216rem; display: inline-block; margin-left:4px; }
.unit_type span b { font-size: 2.77rem; font-family: 'Futura book', sans-serif; }
.unit_type .type{font-size: 44px;}
.unit_txt_box {width: 192px;  opacity: 0; }
.unit_txt_box h2 { font-size: 1rem; line-height: 2.5rem; font-weight: 700; }
.unit_txt_box ul { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; flex-direction: column; margin-top: 0.75rem; }
.unit_txt_box ul li { display: flex; justify-content: space-between; font-size: 0.8125rem; width: 100%; height: 40px; line-height: 40px; border-bottom: 1px solid rgba(255,255,255,0.4);  }
.unit_txt_box ul li b { color: #000; font-weight: 400; line-height: 160%;}
.unit_txt_box ul li:last-child:after { display: none; } 

.unit_iso .tag{width: 40%; height: 3.125rem; line-height: 3.125rem; border-radius: 1.5625rem; border: 1px solid #fff; margin:0 auto;  margin-top: 3rem; font-size: 1rem; }

.unit_txt_box .txt{margin-top: 1.5rem;}
.unit_txt_box ul li p { font-size:0.875rem; }
.unit_txt_box ul li p:first-child { opacity:0.6; }
.unit_iso { margin: 0 auto; opacity: 0; }
.swiper-button-next3 { position: absolute; width: 5.1875rem; height: 3.5625rem; right: -7%; top: 5%; bottom: 0; margin: auto; padding: 0; outline: none; z-index: 99; cursor: pointer; }
.swiper-button-prev3 { position: absolute; width: 5.1875rem; height: 3.5625rem; left: -7%; top: 5%; bottom: 0; margin: auto; padding: 0; outline: none; z-index: 99; cursor: pointer; }
.swiper-button-next3 img { width: 100%; }
.swiper-button-prev3 img { width: 100%; }
.swiper_unit .swiper-slide-active .unit_type { transform: translate(0); opacity: 1; transition: 1.0s 0.2s; }
.swiper_unit .swiper-slide-active .unit_txt_box { transform: translate(0); opacity: 1; transition: 1.0s 0.2s; }
.swiper_unit .swiper-slide-active .unit_iso { transform: translate(0); opacity: 1; transition: 1.0s 0.2s; }


.unit_wrap.on>div:first-child { transform: translateY(3rem); opacity: 1; transition: 1.0s 0.4s; }
.unit_wrap.on .unit_box { opacity: 1; transition: 1.0s 0.4s; }

/* .unit_content.con02 .unit_iso{width: 44%;}
.unit_content.con05 .unit_iso{width: 94%;}
.unit_content.con06 .unit_iso{width: 90%;}
.unit_content.con07 .unit_iso{width: 90%;} */
.unit_content .unit_iso img{width:100% ;}

.unit_content.con01 .unit_iso img { width: 31.125rem; }
.unit_content.con02 .unit_iso img { width: 31.125rem; }
.unit_content.con03 .unit_iso img { width: 33.6875rem; }





/*  */


.news_wrap { width: 100%; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: flex-end; align-items: center; background-color: #c6c6c6; }
.news_box { width: 100%; position: relative; display: flex; justify-content: center; align-items: center; }
.news_box>div:first-child { width: 90%; max-width: 1560px; position: relative; z-index: 9; transform: translateY(1rem); display: flex; justify-content: space-between; align-items: center; }

.news_vd_box { position: absolute; left: 0; top: 0; width: 50%; height: 100%; opacity: 1; z-index: 2; background-color: #000; overflow: hidden; }
.news_vd { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; padding-bottom: 56.25%; height: 0; }
/* .news_vd::before { content:''; width: 100%; height: 100%; position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; background: url(../img/news_bg.png) center no-repeat; background-size: cover; z-index: 3; opacity: 1; } */
.news_vd:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 5; }
.news_vd iframe { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 80%; width: 200%; height: 200%; z-index: 2; opacity: 0.4; }

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

@media all and (max-width: 1440px) { 
	.news_vd iframe { width: 200%; height: 200%; }
    .news_vd::before { width: 200%; height: 200%; }
}

@media all and (max-width: 1000px) { 
	.news_vd iframe { width: 250%; height: 250%; }
    .news_vd::before { width: 250%; height: 250%; }
}

@media all and (max-width: 767px) { 
	.news_vd iframe { width: 380%; height: 380%; }
    .news_vd::before { width: 380%; height: 380%; }
}

.news_tit { text-align: left; margin-top: -3rem; opacity: 0; transform: translateX(-5rem); color: #fff; }
.news_tit h5 { font-size: 1.375rem; line-height: 100%; }
.news_tit h2 { font-family: 'trajan'; font-size: 3.75rem; line-height: 100%; text-transform: uppercase; margin-top: 1.125rem; margin-left: -0.25rem; }

.swiper_news { width: 100%; max-width: 1100px; padding: 3.125rem; margin: 0; opacity: 0; }
/* .swiper_iswiper_newsnsta .swiper-wrapper { gap: 3rem; } */

.news_content { width: 26.125rem; height: 37.25rem; background-color: #fff; display: block; position: relative; border: 1px solid #b3b3b3; text-align: left; transition: 0.5s; }
.news_content a { display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start; padding: 3.875rem 3rem; box-sizing: border-box; }
.news_content a::before { content: ''; width: 0; height: 1px; position: absolute; left: -1px; top: -1px; background-color: #000; transition: 0.5s; }
.news_content a::after { content: ''; width: 0; height: 1px; position: absolute; right: -1px; bottom: -1px; background-color: #000; transition: 0.5s; }
.news_content a span { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.news_content a span::before { content: ''; width: 1px; height: 0; position: absolute; left: -1px; bottom: -1px; background-color: #000; transition: 0.5s; }
.news_content a span::after { content: ''; width: 1px; height: 0; position: absolute; right: -1px; top: -1px; background-color: #000; transition: 0.5s; }

.news_content:hover { box-shadow: 0 0 30px rgba(0,0,0,0.3); }

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

.news_content h5 { font-size: 0.875rem; line-height: 100%; color: #8b634b; }
.news_content h2 { font-size: 1.375rem; line-height: 136%; margin-top: 1.125rem; height: 3.75rem; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; }
.news_content h2 br { display: none; }
.news_content p { font-size: 0.875rem; line-height: 178%; opacity: 0.7; font-weight: 500; margin-top: 1.25rem; height: 7.875rem; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 5; line-clamp: 5; -webkit-box-orient: vertical; }
.news_content h6 { font-size: 0.75rem; line-height: 100%; margin-top: 2.5rem; }

.news_go { position: absolute; right: 3rem; bottom: 3rem; opacity: 1; transition: 0.5s; display: flex; justify-content: flex-end; align-items: center; gap: 0.75rem; }
/* .news_go::after { content: '' ;width: 40px; height: 40px; position: absolute; right: 0; top: 0; border-radius: 100%; background-color: #000; opacity: 0.4; z-index: 1; } */
.news_go h4 { font-size: 0.75rem; line-height: 100%; }
.news_go>div { display: inline-block; width: 2.25rem; height: 1px; background-color: #606060; position: relative; z-index: 9; }
/* .news_go>div::before { content: ''; width: 100%; height: 1px; background-color: #000; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; }
.news_go>div::after { content: ''; width: 6px; height: 6px; border-right: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(-45deg); position: absolute; right: 0; top: 0; bottom: 0; margin: auto; } */

.news_arrow { display: flex; justify-content: flex-start; align-items: center; z-index: 10; opacity: 0; margin-top: 5.625rem; }
.news_arrow>div { display: flex; justify-content: center; align-items: center; gap: 0px; }
.news_arrow .swiper-pagination { width: 42px; font-family: 'Noto Sans KR', sans-serif; display: flex; color: #fff; justify-content: center; align-items: center; gap: 8px; bottom: 0; position: relative; margin: 0; padding: 0; font-size: 12px; line-height: 100%; transform: translateY(-1px); }
.news_arrow .swiper-pagination span { width: 13px; }
.news_arrow .swiper-pagination .slash { width: 1px; height: 9px; background-color: #fff; display: block; transform: translateY(1px); }
/* .news_arrow .swiper-pagination4 .swiper-pagination-total { opacity: 0.5; } */
.news_arrow .swiper-button-prev,
.news_arrow .swiper-button-next { width: 25px; height: 25px; position: relative; bottom: 0; left: 0; outline: none; margin: 0; padding: 0; }
.news_arrow .swiper-button-prev::after { content: ''; width: 6px; height: 6px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border-left: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(45deg); }
.news_arrow .swiper-button-next::after { content: ''; width: 6px; height: 6px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border-right: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(-45deg); }


.news_wrap.on .news_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.news_wrap.on .swiper_news { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.news_wrap.on .news_arrow { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }


/*  */

.brand_wrap { width: 100%; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: space-between; align-items: center; transition: 1.6s; }
.brand_wrap>div { width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; }

/* .brand01 { opacity: 0; } */
.brand02 { display: none !important; }
.brand02>div { width: 90%; max-width: 1730px; transform: translateY(2.5rem); display: flex; justify-content: center; align-items: center; gap: 1.25rem; }

.brand_bg_box { width: 35.8%; height: 100%; position: absolute; left: 0; top: 0; overflow: hidden; transition: 0.8s; }
.brand_bg_box::before { content: ''; width: 100%; height: 100%; position: absolute; right: 0; top: 0; background: url(../img/brand_bg.jpg) center no-repeat; background-size: cover; z-index: 1; transform: scale(1.2); transition: 1.5s; }
.brand_bg_txt { position: absolute; left: 6.25rem; top: 18%; z-index: 9; text-align: left; opacity: 0; transform: translateX(5rem); transition: 0.8s; }
/* .brand_bg_txt>div { } */
.brand_bg_txt h2 { font-size: 1.5625rem; line-height: 128%; color: #003c66; font-weight: 300; }
.brand_bg_txt h2 b { font-weight: 700; }
.brand_bg_txt p { font-size: 0.875rem; line-height: 178%; margin-top: 2.25rem; font-weight: 500; }
.brand_bg_txt img { width: 23rem; margin-top: 2rem; margin-left: -0.5rem; }

.brand_box { width: 64.2%; height: 100%; position: absolute; right: 0; top: 0; display: flex; justify-content: center; align-items: center; }
.brand_box>div { transform: translateY(4rem); }

.brand_tit { color: #003c66; opacity: 0; transform: translateY(-3rem); transition: 0.8s; }
.brand_tit>div { display: inline-block; position: relative; z-index: 9; }
.brand_logo { width: 19rem; }
.brand_tit h5 { font-family: 'trajan'; font-size: 1rem; line-height: 100%; margin-top: 1rem; }
.brand_tit p { font-size: 1.25rem; line-height: 160%; margin-top: 5.25rem; font-weight: 500; }
.brand_tit_bg { width: 11.125rem; position: absolute; z-index: -1; right: -2.5rem; top: -5.5rem; }

.brand_box ul { display: flex; justify-content: center; align-items: center; gap: 1.875rem; margin-top: 5.25rem; opacity: 0; transform: translateY(3rem); transition: 0.8s; }
.brand_box ul li { width: 13.9375rem; position: relative; }
.brand_box ul li img { width: 100%; }
.brand_box ul li>div { transform: translateY(2.5rem); }
.brand_box ul li h6 { font-size: 0.75rem; line-height: 100%; color: #ff8711; }
.brand_box ul li p { font-size: 1rem; line-height: 137%; margin-top: 0.75rem; }
.brand_box ul li p b { font-weight: 700; }
.brand_box ul li h5 { font-size: 0.875rem; line-height: 100%; color: #003c66; margin-top: 5.75rem; font-weight: 700; }
.brand_box ul li:nth-child(2n) h5 { color: #68c9c9; }

.brand_bg { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: -1; }

.brand_ori { font-size: 0.875rem; line-height: 100%; font-weight: 500; margin-top: 3.125rem; opacity: 0; transform: translateY(3rem); transition: 0.8s; }
.brand_ori span { font-size: 1.375rem; display: inline-block; transform: translateY(0.5625rem); }


.brand_img_box.box01 { display: flex; justify-content: flex-start; align-items: flex-end; gap: 1.25rem; flex-direction: column; }
.brand_img_box.box01>div { display: flex; justify-content: flex-end; align-items: center; gap: 1.25rem; }
.brand_img_box.box01>div>div:last-child { display: flex; justify-content: flex-start; align-items: flex-start; gap: 1.25rem; flex-direction: column; }
.brand_img_box.box01>div:first-child { opacity: 0; transform: translateX(-5rem); transition: 0.8s; }
.brand_img_box.box01>div:last-child { opacity: 0; transform: translateX(5rem); transition: 0.8s; }
.brand_img_box.box02>div { opacity: 0; transform: translateY(3rem); transition: 0.8s; }

.brand_img { display: flex; justify-content: center !important; align-items: center !important; overflow: hidden; position: relative; }
.brand_img.img01 { height: 20rem; border-radius: 6rem 0 0 0; }
.brand_img.img02 { border-radius: 0 0 0 6rem; }
.brand_img.img05 { height: 47.375rem; border-radius: 0 6rem 0 0; }
.brand_img h6 { position: absolute; color: #fff; z-index: 9; font-size: 1rem; line-height: 100%; left: 0.5rem; bottom: 0.5rem; font-weight: 500; }
.brand_img.img02 h6 { left: revert; right: 0.5rem; bottom: revert; top: 0.5rem; }
.brand_img.img03 h6 { left: revert; right: 0.5rem; bottom: revert; top: 0.5rem; }
.brand_img.img04 h6 { left: revert; right: 0.5rem; bottom: revert; top: 0.5rem; }

.brand_img_txt { text-align: right; margin-top: 0.5rem; margin-right: 2rem; }
.brand_img_txt h5 { font-family: 'trajan'; font-size: 1rem; line-height: 100%; color: #003c66; letter-spacing: 0; }
.brand_img_txt img { width: 9.1875rem; margin-top: 0.625rem; }
.brand_img_txt ul { margin-top: 3.25rem; }
.brand_img_txt ul li { font-size: 0.875rem; line-height: 250%; font-weight: 500; }


.brand_wrap.on .brand_bg_box::before { transform: scale(1); transition: 2.5s 0s; }
.brand_wrap.on .brand_bg_txt { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.brand_wrap.on .brand_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.brand_wrap.on .brand_box ul { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.brand_wrap.on .brand_ori { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }

.brand_wrap.on2 .brand_bg_box { opacity: 0; }
.brand_wrap.on2 .brand_img_box>div { opacity: 1 !important; transform: translate(0) !important; transition: 1.2s 0.4s; }

/*  */

.contact_wrap { width: 100%; height: 100%; position: relative; transition: 1.6s; display: flex; justify-content: flex-start; align-items: center; }
.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; }

.contact_wrap>div { text-align: left; position: relative; width: 90%; max-width: 1200px; margin: auto; z-index: 9; transform: translateY(2rem); }

.contact_wrap .sub_contact_bottom { opacity: 0; transform: translateY(3rem); }
.contact_wrap .sub_contact_bottom>div { justify-content: center; gap: 2.625rem; }
.contact_wrap .sub_contact_map_box { width: 100%; max-width: 579px; height: 363px; }
.contact_wrap .sub_contact_txt_box { max-width: 559px; }
.contact_wrap .sub_contact_add { justify-content: space-between; gap: 5.625rem; }

.contact_tit { text-align: center; opacity: 0; transform: translateY(-3rem); }
.contact_tit h2 { font-family: 'trajan'; font-size: 4.375rem; color: #003c66; line-height: 100%; position: relative; font-weight: 700; white-space: nowrap; opacity: 1; transition: 0.8s; }
.contact_tit h5 { font-size: 0.9375rem; margin-top: 1rem; line-height: 100%; opacity: 1; transition: 0.8s; font-weight: 500; white-space: nowrap; }


.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_cont_map { width:100%; height:345px; }
		.sub_contact_wrap .sub_contact_bottom>div { gap:4rem;}
		.sub_contact_wrap .sub_contact_bottom { margin-top:0; }

.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: #000; transition: 0.5s; }
.sub_contact_map_box::after { content: ''; width: 0; height: 1px; position: absolute; right: -1px; bottom: -1px; background-color: #000; 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: #000; transition: 0.5s; }
.sub_contact_map_box span::after { content: ''; width: 1px; height: 0; position: absolute; right: -1px; top: -1px; background-color: #000; 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 .contact_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.contact_wrap.on .sub_contact_bottom { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }

/*  */

.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: 100%; height: 97px; 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: #00b5c3; 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: #00b5c3; }

/*  */

#footer { overflow: visible; }

.footer { width: 100%; padding: 3.125rem 6.25rem 6rem; box-sizing: border-box; z-index: 90; background-color: #171717; color: #fff; position: relative; box-sizing: border-box; text-align: center; letter-spacing: -0.5px; font-size: 0.8125rem; }
.footer:after { content:''; width: 100%; height: 100vh; position: absolute; left: 0; top: -100vh; display: none; }
.footer>div { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; }

.footer_top { align-items: center !important; }
.footer_top>div { display: flex; justify-content: flex-start; align-items: center; gap: 2rem; }
.footer_logo { margin-right: 2rem; }
.footer_const { display: flex; justify-content: flex-start; align-items: center; }
.footer_const li { display: flex; justify-content: flex-start; align-items: center; gap: 0.75rem;  padding: 0 1rem; position: relative; line-height: 100%; font-weight: 400; }
.footer_const li:first-child { padding-left : 0; }
.footer_const li:after { position: absolute; content:''; width: 1px; height: 0.875rem; background-color: #fff; opacity: 0.2; right: 0; bottom: 0; top: -1px; margin: auto; display: none; }
.footer_const li:last-child:after { display: none; }
.footer_const li h4 { font-size: 0.875rem; line-height: 100%; font-weight: 300; opacity: 0.3; }
.footer_const li h2 { font-size: 1.25rem; line-height: 100%; }
/* .footer_const li img { margin-left: 0.25rem; } */
.footer_const li h4 span { font-size: 1rem; display: inline-block; margin-left: 0.25rem; }
.footer_const li:nth-child(1) img { width: 10.625rem; }
.footer_const li:nth-child(2) img { width: 5.1875rem; }

.footer_info { display: flex; justify-content: center; align-items: center; gap: 1.75rem; }
.footer_info li { opacity: 0.4; }
.footer_info li:last-child { opacity: 0.7; }

.footer_middle { text-align: left; margin-top: 1.125rem; }
.footer_middle p { line-height: 180%; color: #fff; font-weight: 300; opacity: 0.4; }
.footer_middle p:nth-child(3) { margin-top: 0; }
.footer_middle p b { font-size: 16px; color: #fff; font-weight: 300; }
.footer_middle p b span { color: #fff; font-weight: 500; }
.footer_middle p br.tab { display: none; } 
.footer_middle h5 { line-height: 100%; opacity: 0.4; font-weight: 300; margin-top: 0rem; opacity: 0.4; line-height: 148%; }
.footer_middle h5 br.tab { display: none; } 

.footer_by { display: flex; justify-content: flex-end; align-items: center; gap: 0 0.25rem; font-size: 0.875rem; }
.footer_by li { width: auto; padding: 0 1.5rem; box-sizing: border-box; height: 2.5rem; line-height: 2.375rem; position: relative; font-weight: 400; border: 1px solid rgba(255,255,255,0.3); border: 1px solid #fff; text-align: center; color: #000; }
.footer_by li:nth-child(1) { background-color: #fff; font-weight: 600; }
.footer_by li:last-child { color: #fff; }
/*.footer_by li:after { position: absolute; content:''; width: 1px; height: 0.8rem; background-color: #fff; opacity: 0.2; right: 0; bottom: 0; top: -1px; margin: auto; }*/
.footer_by li span { color: #fff; font-size: 1.125rem; margin-right: 0.3rem; }
.footer_by li img { margin-left: 0.3rem; margin-top: -1px; }
.footer_by li:last-child:after { display: none; }

.footer_bottom { margin-top: 0.25rem; align-items: flex-end !important; }
.footer_bottom h6 { line-height: 100%; font-weight: 300; opacity: 0.4; letter-spacing: 0; }

.footer_bottom .top_bt { width: 47px; height: 47px; background-color: #fff; z-index:99;position: relative; display: inline-block; cursor:pointer; }
.footer_bottom .top_bt:before { content:''; width: 6px; height: 6px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border-left: 1px solid rgba(0,0,0,1); border-top: 1px solid rgba(0,0,0,1); transform: rotate(45deg); z-index: 9;}

.sujain_bt { display: inline-block; border: 1px solid rgba(255,255,255,0.4); color: #fff; margin-top: 1.5rem; font-weight: 500; transition: 0.4s; position: relative; overflow: hidden; }
.sujain_bt:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; bottom: -100%; background-color: #fff; transition: 0.4s; z-index: -1; }
.sujain_bt a { display: block; width: 100%; height: 100%; padding: 1rem 2.375rem; box-sizing: border-box; }

.sujain_bt:hover { color: #000; }
.sujain_bt:hover:after { bottom: 0; }

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


/*  */


.guest_pop_wrap { width: 96%; height: 100%; position: fixed; right: -100%; top: 0; z-index: 99999999; 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: 99999998; 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; }
.sub_top {  position: relative; width: 100%; height: 22rem; display: flex; justify-content: center; align-items: center; z-index: 99; overflow: hidden; background:#003c66; }


.sub_top01 .sub_top_img { background: url(../img/sub_top.jpg) center top 10% no-repeat; background-size: cover; animation: sub_top_img 2.0s 0s both; }

.sub_top_txt { z-index: 9; color: #fff; text-align: center; display: flex; justify-content: center; align-items: center; animation: sub_top_txt 1.0s 0.4s both; }
.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_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: #05364b 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: #0b364b; border: 1px solid #0b364b; }	
ul.tabs2 li.selected a, ul.tabs li.selected a:hover { color: #fff; }
ul.tabs2 li.active { color:#fff; background: #0b364b; border: 1px solid #0b364b; }

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





/**/

.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(../sub/planning01.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: space-between; align-items: flex-start; flex-wrap: wrap; padding-bottom: 0px; gap: 3.125rem 0; 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.25rem; line-height: 100%; font-weight: 600; color: #231815; border-bottom: 1px solid #383838; padding-bottom: 18px; }
.sub_over_txt_box>div p { font-size: 0.875rem; line-height: 170%; height: 3rem; margin-top: 18px; opacity: 0.7; font-weight: 500; }

.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_contact_wrap { width: 100%; max-width: 1100px; margin: auto; position: relative; text-align: left; color: #010101; padding-bottom: 4.375rem; padding-bottom: 0; }

/* .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_bottom { width: 100%; margin-top: 3.75rem; }
.sub_contact_bottom>div { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; }

.sub_contact_map_box { width: 100%; width: 520px; height: 344px; 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 { margin-left: 0.3125rem; }

#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; }*/



/*  */


.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(../sub/tsts.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; 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: 10rem; }
.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; }


/*  */

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