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

/**/

/*jd_btn*/
.btn_all{display: flex; justify-content: center; gap: 2rem; /*margin-top:2rem;*/}
.btn_all>div{ background: #34302f; color: #fff; width: 40%; border-radius: 100px; }
.btn_all>div a{display: inline-block; padding: 1rem 2rem;}


/*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; }
.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 #000; border-bottom: 1px solid #000; transform: rotate(45deg); position: absolute; left: -33px; top: 0; bottom: 0; margin: auto; }
.cursor_drag p:after { content:''; width: 5px; height: 5px; border-right: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(-45deg); position: absolute; right: -33px; top: 0; bottom: 0; margin: auto; }

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

#cursor{
    width: 70px;
    height: 70px;
}

.cursor_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; }
/* .cursor_skip::after { content: ''; width: 100%; height: 100%; background: url(../img/play.png) center no-repeat; } */
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; }
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; }

/* body.main .cursor_skip { display: flex; } */

/* .intro_bg { width: 167.1428%; position: absolute; left: -33%; top: -33%; animation: intro_bg 8s 0s linear infinite; } */
    
    @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: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; padding: .6rem 1rem; font-size: 0.75rem; line-height: 100%; color: #fff; position: absolute; right: 0; bottom: 0; background:rgba(0,0,0,0.7) ; }

/*  */

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


.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 h2 span b:nth-child(n+6):nth-child(-n+13) { color: #7c7776; font-weight: 500; }
.intro_tit h2 { font-size: 1.25rem; letter-spacing: 0.0313rem; padding-left: 0.0313rem; 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: 400; opacity: 0; transform: translateY(-2rem); }
.intro_tit h2 span b.spacing { margin-right: 0.375rem; }
.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: 100vw; height: 100vw; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; z-index: 2; background-color: #353231; }
.intro_bg_box>div { width: 100%; height: 10%; display: flex; justify-content: space-between; align-items: center; }
.intro_bg_box>div>div { width: 10%; height: 100%; background-color: #fff; transform: scale(0); }



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

.main_wrap.intro2 .intro_tit>div { opacity: 0; transition: 1.5s 0.5s; }
.main_wrap.intro2 .intro_bg_box { opacity: 0; transition: 1.5s 0.5s; }
.main_wrap.intro2 .intro_bg_box>div:nth-child(2n-1)>div:nth-child(2n-1) { transform:  scale(1.01); transition: 1.8s 0.2s; }
.main_wrap.intro2 .intro_bg_box>div:nth-child(2n-1)>div:nth-child(2n) { transform:  scale(1.01); transition: 2.2s 0s; }
.main_wrap.intro2 .intro_bg_box>div:nth-child(2n)>div:nth-child(2n) { transform:  scale(1.01); transition: 1.8s 0.2s; }
.main_wrap.intro2 .intro_bg_box>div:nth-child(2n)>div:nth-child(2n-1) { transform:  scale(1.01); transition: 2.2s 0s; }

.main_wrap.intro3 .main_tit b { opacity: 1; transform: translate(0); transition-duration: 2.8s; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.main_wrap.intro4 .main_tit h1 { letter-spacing: 1.25rem; padding-left: 1.25rem; transition: 1.2s 0s;  }
.main_wrap.intro4 .main_tit h1 b.spacing { margin-right: 1.25rem; transition: 1.2s 0s; }
.main_wrap.intro4 .main_tit h1>span:nth-child(1) { transition: 1.2s 0s; }
.main_wrap.intro4 .main_tit p { opacity: 1; transform: translate(0); transition: 1.2s 0.9s; }
.main_wrap.intro4 .main01 .deco{opacity: 1; transition: 1.2s 2.5s;} 

.main_wrap.intro5 .main_tit h1 { transition: .2s 1s; color: #fff; }
.main_wrap.intro5 .main_tit h1>span:nth-child(1) { transition: .2s 1s;color: #fff; }
.main_wrap.intro5 .main_tit p { transition: .2s 1s; color: #fff; }
.main_wrap.intro5 .main_img::before{opacity: 1; background: url(../img/main.jpg) top no-repeat; background-size: cover; transition: 5s .1s;}


/* swiper */
.main_img {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* 공통 설정 */
.main_img .bg,
.main_img .bg2 {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 
    opacity 1.5s ease-in-out,
    background-position 1.5s ease-in-out; /* ← 포인트 */
  opacity: 0;
}

/* on 상태 */
.main_wrap.on .main_img .bg {
  background-image: url(../img/main.jpg);
  background-position: 0 88%;
}
.main_wrap.on .main_img .bg2 {
  background-image: url(../img/main2.jpg);
  background-position: 0 88%;
}

/* on2 상태 */
.main_wrap.on2 .main_img .bg {
  background-image: url(../img/main.jpg);
  background-position: bottom; /* ← 자연스럽게 이동 */
}
.main_wrap.on2 .main_img .bg2 {
  background-image: url(../img/main2.jpg);
  background-position: bottom;
}

.main_wrap.on3 .main_img .bg {
  background-image: url(../img/main.jpg);
  background-position: bottom; /* ← 자연스럽게 이동 */
}
.main_wrap.on3 .main_img .bg2 {
  background-image: url(../img/main2.jpg);
  background-position: bottom;
}
.main_wrap.on4 .main_img .bg {
  filter: blur(4px);
  background-image: url(../img/main.jpg);
  background-position: bottom; /* ← 자연스럽게 이동 */
}
.main_wrap.on4 .main_img .bg2 {
  filter: blur(4px);
  background-image: url(../img/main2.jpg) ;
  background-position: bottom;
}

/* fade 토글 */
.main_img .show {
  opacity: 1 !important;
}
.main_img .hide {
  opacity: 0 !important;
}
/* swiper */


.main_wrap.skip .main_img::before{ background: url(../img/main.jpg) 0 88% no-repeat; background-size: cover; transition: 3s .1s;}
.main_wrap.skip .intro_bg_box { opacity: 0; transition: 1.3s 0s !important; }
.main_wrap.skip .intro_tit { opacity: 0; transition: 1.3s 0s !important; }
/* .main_wrap.skip .intro_bg_box>div:nth-child(2n-1)>div:nth-child(2n-1) { transform: rotate(90deg) scale(1.01); transition: 1.2s 0s; }
.main_wrap.skip .intro_bg_box>div:nth-child(2n-1)>div:nth-child(2n) { transform: rotate(-90deg) scale(1.01); transition: 1.6s 0s; }
.main_wrap.skip .intro_bg_box>div:nth-child(2n)>div:nth-child(2n) { transform: rotate(90deg) scale(1.01); transition: 1.2s 0s; }
.main_wrap.skip .intro_bg_box>div:nth-child(2n)>div:nth-child(2n-1) { transform: rotate(-90deg) scale(1.01); transition: 1.6s 0s; } */

/* .main_wrap.skip .main_tit { opacity: 0; transition: 1.2s 0s; } */
.main_wrap.skip .main_tit b { opacity: 1; transform: translate(0); transition-duration: 2.8s; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.main_wrap.skip .main_tit h1 {color: #fff; letter-spacing: 1.25rem; padding-left: 1.25rem; transition: 1.0s 0s; }
.main_wrap.skip .main_tit h1>span:nth-child(1) {color: #fff; transition: 1.0s 0s; }
.main_wrap.skip .main_tit h1 b.spacing { margin-right: 1.25rem; transition: 1.0s 0s; }
.main_wrap.skip .main_tit p { color: #fff; opacity: 1; transform: translate(0); transition: 1.2s 0s; }

.main_wrap.on2 .main_tit {opacity: 0;transition: 1.2s 0s; }
.main_wrap.on .main_img::before{ background: url(../img/main.jpg) 0 88% no-repeat; background-size: cover; transition: 1s 0s;}
.main_wrap.on2 .main_img::before{ background: url(../img/main.jpg) bottom no-repeat; background-size: cover; opacity: 1; transition: 1s 0s;}
.main_wrap.on3 .main_img::before{ background: url(../img/main.jpg) bottom no-repeat; background-size: cover; opacity: 1; transition: 1s 0s;}
.main_wrap.on4 .main_img::before{ filter: blur(4px); background: url(../img/main.jpg) bottom no-repeat; background-size: cover; opacity: 1; transition: 1s 0s;}
/**/

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


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


/**/

#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; }
.main_wrap .main_tit2{display: none; opacity: 0; transition: 0.8s;}
.main_wrap .main01 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.main_wrap .main01 .deco{opacity: 0; position: absolute; left: 0; bottom: 0; z-index: 10;}
.main_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; }
.main_img::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1; background: url(../img/main.jpg) top no-repeat; background-size: cover; opacity: 0;  }
.main_img::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background-color: #000; transition: 0.8s; opacity: 0; }
.main_tit { width: 100%; height: 100%; position: absolute; right: 0; top: 0; z-index: 5; text-align: center; display: flex; justify-content: center; align-items: center; transition: 0.8s; color: #353231; }
.main_tit>div { position: relative; }
.main_tit h1 { font-family: 'trajan'; font-size: 2.8rem; letter-spacing: 0.375rem; padding-left: 0.375rem; line-height: 100%; display: flex; justify-content: center; align-items: center; }
.main_tit h1 span { display: flex; justify-content: center; align-items: center; font-size: 1.75rem;}
.main_tit h1>span:nth-child(1) { color: #a3a3a3;}
.main_tit h1 b { font-weight: 400; display: inline-block; opacity: 0; transform: translateY(-2rem); transition-duration: 1.2s; transition-delay: 0s; transition-timing-function: ease; }
.main_tit h1 b.spacing { margin-right: 0.875rem; }
.main_tit h1 span.space { width: 0rem; }
/* .main_tit h1 span:first-child b:nth-child(-n+8) { color: #a3a3a3;  } */
.main_tit p { display: flex; justify-content: flex-start; margin-bottom: 1rem; margin-left: 1.25rem; font-size: 1rem; line-height: 100%; opacity: 0; transform: translateX(-5rem); font-weight: 400; }
.main_tit p:last-child { justify-content: flex-end; transform: translateX(5rem); margin-bottom: 0; margin-top: 1rem; margin-right: 1.25rem; font-weight: 700; }
.main_tit h1 span b:nth-child(1)  { transition-delay: 0.1s; }
.main_tit h1 span b:nth-child(2) { transition-delay: 0.3s; }
.main_tit h1 span b:nth-child(3) { transition-delay: 0.2s; }
.main_tit h1 span b:nth-child(4) { transition-delay: 0.5s; }
.main_tit h1 span b:nth-child(5) { transition-delay: 0.2s; }
.main_tit h1 span b:nth-child(6) { transition-delay: 0.3s; }
.main_tit h1 span b:nth-child(7) { transition-delay: 0.6s; }
.main_tit h1 span b:nth-child(8) { transition-delay: 0.5s; }
.main_tit h1 span b:nth-child(9) { transition-delay: 0.4s; }
.main_tit h1 span b:nth-child(10) { transition-delay: 0.1s; }
.main_tit h1 span b:nth-child(11) { transition-delay: 0.3s; }
.main_tit h1 span b:nth-child(12) { transition-delay: 0.2s; }
.main_tit h1 span b:nth-child(13) { transition-delay: 0.5s; }
.main_tit h1 span b:nth-child(14) { transition-delay: 0.2s; }
.main_tit h1 span b:nth-child(15) { transition-delay: 0.3s; }
.main_tit h1 span b:nth-child(16) { transition-delay: 0.6s; }
.main_tit h1 span b:nth-child(17) { transition-delay: 0.5s; }
.main_tit h1 span b:nth-child(18) { transition-delay: 0.4s; }
.main_tit h1 span b:nth-child(19) { transition-delay: 0.2s; }
.main_tit h1 span b:nth-child(20) { transition-delay: 0.3s; }
.main_tit h1 span b:nth-child(21) { transition-delay: 0.5s; }
.main_bd { width: 31.6875rem; position: absolute; left: 0; right: 0; margin: auto; bottom: -18.5rem; transition: 0.8s; } 
.main_txt_box { width: 100%; height: 100%; position: absolute; left: 0%; top: 0; display: flex; justify-content: center; align-items: center; text-align: center; color: #fff; transition: 0.8s; z-index: 8; }
.main_txt_box>div { transform: translateY(-9rem); }
.main_txt_box h3 { font-size: 1.375rem; line-height: 100%; font-weight: 200; opacity: 0; transform: translateY(-3rem); transition: 0.8s; }
.main_txt_box h2 { font-size: 1.875rem; line-height: 100%; margin-top: 0.5rem; font-weight: 700; color: #605d5c; color: #fff; opacity: 0; transform: translateY(-3rem); transition: 0.8s; }
.main_txt_box h2 b { color: #d8e5f3; font-weight: 700; }
.main_txt_box p { font-size: 0.9375rem; line-height: 200%; opacity: 0.4; opacity: 1; margin-top: 2rem; font-weight: 300; opacity: 0; transform: translateY(3rem); transition: 0.8s; }
.main_logo { width: 20rem; margin-top: 2.5rem; opacity: 0; transform: translateY(3rem); transition: 0.8s; }
.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: 1rem; line-height: 128%; color: #f48808; color: #fff; position: relative; z-index: 9; font-weight: 700; transform: translate(1px,1px); transition: 0.3s; }
.main_guest p b { font-size: 22px; text-transform: uppercase; font-weight: 800; letter-spacing: 0; display: inline-block; margin-right: 0.125rem; }
.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_bt { position: absolute; width: 6.5rem; height: 6.5rem; border-radius: 100%; left: 2.5rem; bottom: 2.5rem; z-index: 9; display: flex; justify-content: center; align-items: center; gap: 1.5rem; background-color: #001041; background-color: #d8e5f3; cursor: pointer; opacity: 0; transform: translateX(-3rem); transition: 0.8s; }
.main_bt p { font-size: 0.9375rem; font-size: 1rem; font-weight: 500; line-height: 144%; color: #353231; font-weight: 600; transform: translateY(1px); }
.main_bt span { width: 11px; height: 11px; position: relative; }
.main_bt span::before { content: ''; width: 1px; height: 100%; background-color: #fff; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.main_bt span::after { content: ''; width: 100%; height: 1px; background-color: #fff; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }

.main_wrap .main02{position: absolute; left: 11%; top:28% ; z-index: 1; color: #fff; text-align: left; opacity: 0;transition: .2s;}
.main_wrap .main02 h3{font-size: 1.625rem; font-weight: 300; transform: translateY(-1rem);transition:0.4s;}
.main_wrap .main02 h3 b{}
.main_wrap .main02 p{line-height: 180%; margin-top: 1.75rem;transform: translateY(1rem);transition:0.4s;}

.main_wrap .main03{position: relative; z-index: 1; width: 100%; color: #fff; opacity: 0;transition:0.4s;}
 .main_wrap .main03 .tit{position: relative; width: fit-content; display: flex; margin: 0 auto; justify-content: center;}
.main_wrap .main03 .tit img{position: absolute; top: -2.4rem; left: 0;}
  .main_wrap .main03 .tit h1{ font-family: 'trajan'; font-size: 7.625rem; letter-spacing: 6rem; line-height: 100%; transition:0.7s;}
  .main_wrap .main03 .tit h1 b{ font-size: 8.4rem;}
  .main_wrap .main03 .tit h2{ position: absolute; bottom: -2rem; transform: translateX(40rem); font-family: 'antro'; font-size: 3.375rem; display: inline-block; color: #129ba4; transition:0.7s;}
 .main_wrap .main03 .txt{position: absolute; right: 0; margin-top: 10.625rem; margin-right: 12rem; text-align: left; }
  .main_wrap .main03 .txt h4{font-size: 1.25rem; font-weight: bold;}
  .main_wrap .main03 .txt p{line-height: 180%; margin-top: 1.75rem; opacity: .5;}

.main_wrap .main04{position: absolute; z-index: 6; transform: translateY(6rem); width: 100%; display: flex; flex-direction: column; gap: 9.25rem; color: #fff;}
 .main_wrap .main04 .cal01{display: flex; justify-content: center; align-items: center; gap: 10rem; opacity: 0; transform: translateY(-2rem); transition: .4s;}
  .main04 .cal01 .tit{text-align: left; }
  .main04 .cal01 .tit h1{ font-family: 'trajan'; font-size: 4.125rem;}
  .main04 .cal01 .tit p{ font-size: 1.25rem;}
  .main04 .cal01 .box{ display: flex; flex-direction: column; gap:1rem;}
  .main04 .cal01 .box ul{display: flex; flex-wrap: wrap; gap: 1rem;}
  .main04 .cal01 .box ul li{width: 10rem; padding: 1.5rem 0 4.75rem 2rem; text-align: left; 
    border: 1px solid rgba(255,255,255,0.4); border-radius: .7rem;
    flex: 1; background: url(../img/cal01.png) no-repeat; background-position: 90% 90%; transition: .2s;}
   .main04 .cal01 .box ul li.w1{background-position: 94% 90%;}
   .main04 .cal01 .box ul:nth-child(2) li:first-child{flex: none;}
   .main04 .cal01 .box ul li:hover{border: 1px solid rgba(255,255,255,1); transition: .2s;}
   .main04 .cal01 .box ul li h1{font-size: 1.125rem; font-weight: bold;}
   .main04 .cal01 .box ul li p{opacity: .4;}
  .main04 .cal02{opacity: 0; transform: translateY(2rem); transition: .4s;}
  .main04 .cal02 ul{display: flex; justify-content: center; gap: 1rem;}
  .main04 .cal02 ul li a{width: 12rem; padding: 1.2rem 2.5rem;
     border: 1px solid #fff; border-radius: 100px; transition: .2s;
    display: flex; justify-content: space-between; align-items: center; }
    .main04 .cal02 ul li img{transition: .2s;}
    .main04 .cal02 ul li:hover a{background: #fff; color: #000; transition: .2s;}
    .main04 .cal02 ul li:hover a img{filter: invert(1); transition: .2s;}

.main_wrap.on .main_img::before,
.main_wrap.on2 .main_img::before { opacity: 1; transform: scale(1); }
.main_wrap.on .main_bd { bottom: 0; transition: 1.5s 1.2s; }
.main_wrap.on .main_bt { opacity: 1; transform: translate(0); transition: 1.5s 0.4s; }
.main_wrap.on .main_txt_box h3 { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.main_wrap.on .main_txt_box h2 { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.main_wrap.on .main_txt_box p { 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.on2 .main_tit { opacity: 0 !important; }
.main_wrap.on2 .main_txt_box { opacity: 0; transition: 1.2s 0s; }
.main_wrap.on2 .main_bd { bottom: 0 !important; opacity: 0 !important; transition: 0.8s 0s; }
.main_wrap.on2 .main02{opacity: 1; transition: 1.5s 0.4s;}
.main_wrap.on2 .main02 h3{opacity: 1; transform: translate(0); transition: 1.5s 0.4s;}
.main_wrap.on2 .main02 p{opacity: 1; transform: translate(0); transition: 1.5s 0.4s;}

.main_wrap.on3 .main_img::after{opacity: .6; transition:0.7s;}
.main_wrap.on3 .main_tit { opacity: 0 !important; }
.main_wrap.on3 .main03 .tit h1{  letter-spacing: 2rem; transition:0.7s;}
.main_wrap.on3 .main03 .tit h2{  transform: translateX(30rem); transition:0.7s;}
.main_wrap.on3 .main03 { opacity: 1; transition:0.7s;}

.main_wrap.on4 .main_img::after{opacity: .6; transition:0.7s;}
.main_wrap.on4 .main_tit { opacity: 0 !important; }
.main_wrap.on4 .main04 .cal01{opacity: 1; transform: translate(0); transition:0.7s;}
.main_wrap.on4 .main04 .cal02{opacity: 1; transform: translate(0); transition:0.7s;}

/**/

/* location */
.location_wrap { width: 100%; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; transition: 1.6s; background-color: #fff; }
.location_wrap .deco{ position: absolute; left: 0; bottom: 0; filter: invert(1);}
.location_wrap .deco2{ position: absolute; left: 18vw; bottom: 0; opacity: 0; transform: translateY(4rem); }
.location_wrap>div{display: flex; align-items: center; gap: 11.25rem;}
 .location_wrap .tit{ text-align: left; opacity: 0; transform: translateX(-4rem); }
 .location_wrap .tit h1{font-family: 'trajan'; font-size: 4.125rem; color: #353231;}
 .location_wrap .tit p{font-size: 1.25rem;}
 .location_wrap .box_wrap{display: flex; flex-direction: column; gap: 1.25rem; opacity: 0; transform: translateX(4rem); }
 .location_wrap .box{display: flex; justify-content: center; gap: 1.25rem;}
 .location_wrap .box:first-child{align-items: end;}
 .location_wrap .box>div ul{display: flex; align-items: center;}
 .location_wrap .box>div ul li.txt{text-align: left; color: #353231;}
 .location_wrap .box>div ul li.txt h2{ line-height: 120%; font-size: 1.25rem; font-weight: bold;}
 .location_wrap .box>div ul li.txt p{ font-size: .875rem; margin-top: 1rem; opacity: .7;}
 .location_wrap .box>div ul li.img{ width: 11.25rem; height: 17.25rem; border-radius: 1rem;}
  .location_wrap .box .txt02 li.img,.location_wrap .box .txt03 li.img {height: 11.25rem; width: 17.25rem;}
   .location_wrap .box .txt01 ul{gap: 3rem;}
   .location_wrap .box .txt01 .txt{margin-top: 6rem;}
   .location_wrap .box .txt02 ul{gap: 2.25rem;}
   .location_wrap .box .txt02 .txt{margin-top: -10rem;}
   .location_wrap .box .txt03 ul{gap: 3.75rem; flex-direction: column; align-items: end;}
   .location_wrap .box .txt03 .txt{margin-left: 6rem;}
   .location_wrap .box .txt04{position: relative;}
   .location_wrap .box .txt04 ul{gap: 3rem;}
   .location_wrap .box .txt04 .txt{margin-top: -6rem;}
   .location_wrap .box .txt04 h3{position: absolute; right: 0; bottom: 4rem; font-family: 'antro'; font-size: 3.375rem; color: #a3a1a0;}
 .location_wrap .box .txt01 ul li.img{background: url(../img/location_img01.jpg) center no-repeat; background-size: cover;}
 .location_wrap .box .txt02 ul li.img{background: url(../img/location_img02.jpg) center no-repeat; background-size: cover;}
 .location_wrap .box .txt03 ul li.img{background: url(../img/location_img03.jpg) center no-repeat; background-size: cover;}
 .location_wrap .box .txt04 ul li.img{background: url(../img/location_img04.jpg) center no-repeat; background-size: cover;}

 .location_wrap.on .tit{ opacity: 1; transform: translate(0); transition: 1.2s 0.4s;}
 .location_wrap.on .box_wrap{ opacity: 1; transform: translate(0); transition: 1.2s 0.4s;}
 .location_wrap.on .deco2{ opacity: 1; transform: translate(0); transition: 1.2s 1.4s;}
/*  */


/* complex */
.complex_wrap { width: 100%; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: end; transition: 1.6s; background-color: #fff; color: #353231; }
 .complex_wrap .deco{position: absolute; bottom: -8rem; right: 0; opacity: 0;}
.complex_wrap>div{display: flex; width: 100%; height: calc(100% - 9.063rem); overflow: hidden; justify-content: start; align-items: end; gap: 5.625rem;}
.complex_wrap .complex_box{ position: relative; width: 60vw; opacity: 0;}
.complex_wrap .swiper_location{margin-bottom: 0;}
.complex_wrap .swiper-pagination-location{display: flex; flex-direction: column; right: -4rem; bottom: 2.8rem;}
 .complex_wrap .swiper-pagination-bullet { background: none; position: relative; width: 30px; height: 30px; opacity: 0.5; }
 .complex_wrap .swiper-pagination-bullet::before { content: ''; width: 5px; height: 5px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border-radius: 100%; background-color: #000; }
 .complex_wrap .swiper-pagination-bullet::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border-radius: 100%; border: 1px solid #000; box-sizing: border-box; opacity: 0; }
 .complex_wrap .swiper-pagination-bullet-active { opacity: 1; }
 .complex_wrap .swiper-pagination-bullet-active::after { opacity: 1; }

.complex_wrap .c_txt{display: flex; flex-direction: column; gap: 10rem; text-align: left; margin-bottom: 5.625rem;}
.complex_wrap .c_txt .tit{position: relative; opacity: 0; transform: translateX(-4rem);}
.complex_wrap .c_txt .tit h2{position: absolute; top: -.5rem; right: 3rem; font-family: 'antro'; font-size: 2.375rem; color: #a3a1a0;}
.complex_wrap .c_txt .tit h1{font-family: 'trajan'; font-size: 4.125rem;}
.complex_wrap .c_txt .tit p{font-size: 1.25rem;}
.complex_wrap .c_txt .txt{margin-left: 16rem; opacity: 0; transform: translateX(4rem);}
.complex_wrap .c_txt .txt ul{ display: flex; flex-direction: column; gap: 2.875rem;}
.complex_wrap .c_txt .txt ul li{position: relative; width: 20rem;}
.complex_wrap .c_txt .txt ul li h3{ font-size: 1.25rem; font-weight: bold;}
.complex_wrap .c_txt .txt ul li p{font-size: .875rem;}
.complex_wrap .c_txt .txt ul li:after{position: absolute; top: 0; right: 0; content: ''; display: block; width: 5px; height: 100%; background: #353231;}

.complex_wrap.on .complex_box{opacity: 1; transform: translate(0); transition: 1.2s 0.4s}
.complex_wrap.on .c_txt .tit{opacity: 1; transform: translate(0); transition: 1.2s 0.7s}
.complex_wrap.on .c_txt .txt{opacity: 1; transform: translate(0); transition: 1.2s 0.7s}
.complex_wrap.on .deco{opacity: 1; bottom: 0; transition: 1.2s 1s}
/*  */



/* community */
.community_wrap { width: 100%; height: 100%; position: relative; transition: 1.6s; display: flex; justify-content: flex-start; align-items: center; }
.community_wrap>div{ width: 100%; height: 100%; }
.community_wrap .main01{ position: absolute; top: 50%; left: 0; right: 0; z-index: 1; margin: 0 auto; transform: translateY(-50%); background: url(../img/community_bg.jpg) center no-repeat; background-size: cover; transition: 1.2s .2s;}
.community_wrap.start .main01{ animation: clipMorph 2s ease-in-out forwards;}
.community_wrap.end .main01{ background: url(../img/community_bg.jpg) center no-repeat; background-size: cover; transition: 1.2s .2s;}
 @keyframes clipMorph {
  0% {
    clip-path: inset(50% round 50px);
    -webkit-clip-path: inset(50% round 50px);
    width: 11rem; height: 11rem;
  }
  20% {
    clip-path: inset(50% round 50px);
    -webkit-clip-path: inset(50% round 50px);
    width: 11rem; height: 11rem;
  }
  40% {
    clip-path: inset(10% round 100px);
    -webkit-clip-path: inset(10% round 100px);
    width: 11rem; height: 11rem;
  }
  70% {
    clip-path: inset(20% round 50px);
    -webkit-clip-path: inset(20% round 50px);
    width: 11rem; height: 60%;
  }
  100% {
    clip-path: inset(0 round 0);
    -webkit-clip-path: inset(0 round 0);
    width: 100%; height: 100%;
  }
 }

 .community_wrap .main01>div{height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 1.25rem; text-align: center; color: #fff;}
  .community_wrap .main01 .tit{text-align: left; opacity: 0; transition: .7s .4s;}
  .community_wrap .main01 .tit p{font-size: 1rem;}
  .community_wrap .main01 .tit p.t2{font-size: 1.375rem;}
  .community_wrap .main01 .tit h1{font-family: 'trajan'; font-size: 6.938rem; letter-spacing: 8rem;}
  .community_wrap .main02{position: absolute; top: 0; right: 0; z-index: 1; display: flex; gap: 5rem; align-items: end; width: 0; height: 100%; background: #353231; transition: 1.2s .2s; }
   .community_wrap .main02 .deco{position: absolute; right: 0; bottom: 0; z-index: 1; transform: scaleX(-1);}
   .community_wrap .main02 .txt{display: flex; flex-direction: column; text-align: left; color: #fff; margin-left: 7.25rem; margin-bottom: 6.875rem;}
   .community_wrap .main02 .txt h4{font-family: 'trajan'; font-size: 1.25rem; margin-top: 5rem; color: #cee3fb; transition: 1.2s .2s;}
   .community_wrap .main02 .tit{margin-bottom:12.5rem ; transform: translateY(4rem); transition: 1.2s .2s;}
   .community_wrap .main02 .tit h1{font-family: 'trajan'; font-size: 3.5rem;}
   .community_wrap .main02 .tit p{font-size: 1.25rem;}
   .community_wrap .main02 .list ul{display: flex; flex-direction: column; gap: 3.125rem;}
   .community_wrap .main02 .list ul li h3{font-size: 1.125rem;}
   .community_wrap .main02 .list ul li p{font-size: .875rem; opacity: .5;}
   .community_wrap .main02 .img{margin-bottom: 6.875rem; opacity: 1; transition: 1.2s .2s;}
   .community_wrap .main02 .img ul{ display: flex; flex-direction: column; gap: 14px;}
   .community_wrap .main02 .img ul li{width: 32.563rem; height: 15.5rem; display: flex; justify-content: end; align-items: end;}
   .community_wrap .main02 .img ul li:nth-child(1){background: url(../img/commu01.jpg) center no-repeat; background-size: cover;}
   .community_wrap .main02 .img ul li:nth-child(2){background: url(../img/commu02.jpg) center no-repeat; background-size: cover;}
   .community_wrap .main02 .img ul li p{ color: #fff; font-size: .75rem; padding: .4rem; text-shadow: 0px 0px 3px #000;}
  .community_wrap .main03{position: absolute; z-index: 1; width: 100%; height: 100%; display: flex; justify-content: center; align-items: end;}
   .community_wrap .main03>div{ width: 100%; height: 100%; display: flex; gap: 4rem; justify-content: center; align-items: center; transform: translateY(2rem);}
   .community_wrap .main03 .txt{text-align: left; color: #fff; opacity: 0; transform: translateX(4rem); transition: 1s .4s;} 
   .community_wrap .main03 .txt h4{font-family: 'trajan'; font-size: 1.25rem; margin-top: 5rem; color: #cee3fb;}
   .community_wrap .main03 .tit{margin-bottom:10rem ; transform: translateY(-4rem); opacity: 0; transition: 1.2s .2s;}
   .community_wrap .main03 .tit h1{font-family: 'trajan'; font-size: 3.5rem;}
   .community_wrap .main03 .tit p{font-size: 1.25rem;}
   .community_wrap .main03 .list{display: flex; gap: 3.75rem; align-items: end; transform: translateY(4rem); opacity: 0; transition: 1.2s .2s;}
   .community_wrap .main03 .list .sub{font-size: 1.25rem; font-family: 'trajan';}
   .community_wrap .main03 .list .t2{color: #ccf7b1;}
   .community_wrap .main03 .list .t3{color: #ff6c00;}
   .community_wrap .main03 .list ul{display: flex; flex-direction: column; gap: 3.125rem;}
   .community_wrap .main03 .list ul li h3{font-size: 1.125rem;}
   .community_wrap .main03 .list ul li p{font-size: .875rem; opacity: .5;}
   .community_wrap .main03 .iso{opacity: 0; transform: translateX(12rem); transition: 1s .2s;}
   .community_wrap .main03 .iso img{ width: 98%;}

    .community_wrap .main04{position: absolute; z-index: 1; width: 100%; height: 100%; display: flex; justify-content: center; align-items: end;}
   .community_wrap .main04>div{ width: 100%; height: 100%; display: flex; gap: 4rem; justify-content: center; align-items: center;transform: translateY(2rem);}
   .community_wrap .main04 .txt{text-align: left; color: #fff; opacity: 0; transform: translateX(4rem); transition: 1s .4s;} 
   .community_wrap .main04 .txt h4{font-family: 'trajan'; font-size: 1.25rem; margin-top: 5rem; color: #cee3fb;}
   .community_wrap .main04 .tit{margin-bottom:10rem ; transform: translateY(-4rem); opacity: 0; transition: 1.2s .2s;}
   .community_wrap .main04 .tit h1{font-family: 'trajan'; font-size: 3.5rem;}
   .community_wrap .main04 .tit p{font-size: 1.25rem;}
   .community_wrap .main04 .list{display: flex; gap: 3.75rem; align-items: end; transform: translateY(4rem); opacity: 0; transition: 1.2s .2s;}
   .community_wrap .main04 .list .sub{font-size: 1.25rem; font-family: 'trajan';}
   .community_wrap .main04 .list .t2{color: #ccf7b1;}
   .community_wrap .main04 .list .t3{color: #ff6c00;}
   .community_wrap .main04 .list ul{display: flex; flex-direction: column; gap: 3.125rem;}
   .community_wrap .main04 .list ul li h3{font-size: 1.125rem;}
   .community_wrap .main04 .list ul li p{font-size: .875rem; opacity: .5;}
   .community_wrap .main04 .iso{opacity: 0; transform: translateX(12rem); transition: 1s .2s;}
   .community_wrap .main04 .iso img{ width: 98%;}

       .community_wrap .main05{position: absolute; z-index: 1; width: 100%; height: 100%; display: flex; justify-content: center; align-items: end;}
   .community_wrap .main05>div{ width: 100%; height: 100%; display: flex; gap: 4rem; justify-content: center; align-items: center;  transform: translateY(2rem);}
   .community_wrap .main05 .txt{text-align: left; color: #fff; opacity: 0; transform: translateX(4rem); transition: 1s .4s;} 
   .community_wrap .main05 .txt h4{font-family: 'trajan'; font-size: 1.25rem; margin-top: 5rem; color: #cee3fb;}
   .community_wrap .main05 .tit{margin-bottom:10rem ; transform: translateY(-4rem); opacity: 0; transition: 1.2s .2s;}
   .community_wrap .main05 .tit h1{font-family: 'trajan'; font-size: 3.5rem;}
   .community_wrap .main05 .tit p{font-size: 1.25rem;}
   .community_wrap .main05 .list{display: flex; gap: 3.75rem; align-items: end; transform: translateY(4rem); opacity: 0; transition: 1.2s .2s;}
   .community_wrap .main05 .list .sub{font-size: 1.25rem; font-family: 'trajan';}
   .community_wrap .main05 .list .t2{color: #ccf7b1;}
   .community_wrap .main05 .list .t3{color: #ff6c00;}
   .community_wrap .main05 .list ul{display: flex; flex-direction: column; gap: 3.125rem;}
   .community_wrap .main05 .list ul li h3{font-size: 1.125rem;}
   .community_wrap .main05 .list ul li p{font-size: .875rem; opacity: .5;}
   .community_wrap .main05 .iso{opacity: 0; transform: translateX(12rem); transition: 1s .2s;}
   .community_wrap .main05 .iso img{ width: 98%;}


  .community_wrap.on .main01 .tit{opacity: 1;}
  .community_wrap.on .main01 .tit h1{letter-spacing: 4rem; transition: 1.2s 2s;}
  .community_wrap.on .main02 .deco{opacity: 0;transition: 1.2s .2s;}
  .community_wrap.on2 .main02 .deco{opacity: 1;transition: 1.2s .2s;}
  .community_wrap.on2 .main02 .tit{ transform: translate(0); transition: 1s .2s; }
  .community_wrap.on2 .main01 .tit h1{letter-spacing: 4rem; transition: 1.2s .4s;}
  .community_wrap.on2 .main01,.community_wrap.on3 .main01{  background-image: url(../img/community_bg.jpg); background-repeat: no-repeat; background-position: -600px center;  background-size: cover; transition: 1.2s .2s;}
  .community_wrap.on2 .main02{width: 66%; transition: 1.2s .2s; }
  .community_wrap.on2 .main02 .txt{opacity: 1; transition: 1.2s .2s; }
  .community_wrap.on3 .main02{width: 100%; transition: 1.2s .2s; }
  .community_wrap.on3 .main02 .txt{opacity: 0; transition: 1.2s .2s; }
  .community_wrap.on3 .main02 .img{opacity: 0; transition: 1.2s .2s; }
  .community_wrap.on3 .main03 .tit{transform: translate(0); opacity: 1; transition: 1.2s .2s;}
  .community_wrap.on3 .main03 .txt{opacity: 1; transform: translate(0); transition: 1s .2s; }
  .community_wrap.on3 .main03 .list{opacity: 1; transform: translate(0); transition: 1s .2s; }
  .community_wrap.on3 .main03 .iso{opacity: 1; transform: translate(0); transition: 1s .2s;}

  
  .community_wrap.on4 .main02{width: 100%; transition: 1.2s .2s; }
  .community_wrap.on4 .main02 .txt{opacity: 0; transition: 1.2s .2s; }
  .community_wrap.on4 .main02 .img{opacity: 0; transition: 1.2s .2s; }
  .community_wrap.on4 .main03 .tit{transform: translate(0); opacity: 1; transition: 1.2s .2s;}
  .community_wrap.on4 .main04 .tit{transform: translate(0); opacity: 1; transition: 1.2s .2s;}
  .community_wrap.on4 .main04 .txt{opacity: 1; transform: translate(0); transition: 1s .2s; }
  .community_wrap.on4 .main04 .list{opacity: 1; transform: translate(0); transition: 1s .2s; }
  .community_wrap.on4 .main04 .iso{opacity: 1; transform: translate(0); transition: 1s .2s;}

   .community_wrap.on5 .main02{width: 100%; transition: 1.2s .2s; }
  .community_wrap.on5 .main02 .txt{opacity: 0; transition: 1.2s .2s; }
  .community_wrap.on5 .main02 .img{opacity: 0; transition: 1.2s .2s; }
  .community_wrap.on5 .main04 .tit{transform: translate(0); opacity: 1; transition: 1.2s .2s;}
  .community_wrap.on5 .main05 .tit{transform: translate(0); opacity: 1; transition: 1.2s .2s;}
  .community_wrap.on5 .main05 .txt{opacity: 1; transform: translate(0); transition: 1s .2s; }
  .community_wrap.on5 .main05 .list{opacity: 1; transform: translate(0); transition: 1s .2s; }
  .community_wrap.on5 .main05 .iso{opacity: 1; transform: translate(0); transition: 1s .2s;}
/*  */


/* premium */
.premium_wrap { width: 100%; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; transition: 1.6s; }
.premium_wrap::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: #353231 url(../img/premium_bg.png) left top no-repeat; background-size: 8.5rem; }
.premium_wrap>div:last-child { width: 90%; max-width: 1600px; display: flex; justify-content: center; align-items: center; gap: 5.625rem; position: relative; z-index: 9; transform: translateY(2rem); }
.premium_bg_box { width: 16%; height: calc(100% - 9.0625rem); position: relative; }
.premium_bg { width: 100%; height: 100%; position: relative; overflow: hidden; }
.premium_bg::after { content: ''; width: 100%; height: 100%; position: absolute; right: 0; top: 0; background: url(../img/premium_bg.jpg) center no-repeat; background-size: cover; z-index: 1; transform: scale(1.2); }
.premium_tit { text-align: left; display: flex; justify-content: center; align-items: center; gap: 1.25rem; color: #e1ebf6; opacity: 0; transform: translateX(-5rem); }
.premium_tit h4 { font-size: 13px; line-height: 100%; font-weight: 500; }
.premium_tit h3 { font-size: 18px; line-height: 100%; margin-top: 0.3125rem; font-weight: 500; } 
.premium_tit h2 { font-family: 'trajan'; font-size: 2.375rem; line-height: 100%; margin-top: 1.25rem; margin-left: -0.25rem; }
.premium_box { width: 90%; max-width: 1292px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; transform: translateY(0rem); }
.premium_icon { width: 70px; height: 70px; display: flex; justify-content: center; align-items: center; margin: auto; margin-top: 1.25rem; }
.premium_content { width: 33.33%; height: 20rem; display: flex; justify-content: center; align-items: center; position: relative; }
.premium_content>div { position: relative; opacity: 0; color: #fff; }
.premium_content h6 { font-size: 0.6875rem; color: #8d7972; font-weight: 600; letter-spacing: 0; }
.premium_content h2 { font-size: 1.25rem; line-height: 100%; font-weight: 700; color: #d8e5f3; margin-top: 1.375rem; }
.premium_content p { font-size: 0.8rem; opacity: 0.7; line-height: 200%; margin-top: 1rem; font-weight: 300; letter-spacing: 0; }
.premium_content p b { font-size: 0.625rem; font-weight: 300; }
.premium_content span { width: 100%; height: 100%; display: block; position: absolute; z-index: -1; left: 0; top: 0; }
.premium_content span::before { content: ''; width: 0%; height: 1px; position: absolute; background-color: #9a9a9a; opacity: 0.2; left: 0; right: 0; bottom: 0; margin: auto; }
.premium_content span::after { content: ''; width: 1px; height: 0%; position: absolute; background-color: #9a9a9a; opacity: 0.2; right: 0; top: 0; bottom: 0; margin: auto; }

.premium_wrap.on .premium_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.premium_wrap.on .premium_bg::after { transform: scale(1); transition: 2.5s 0s; }
.premium_wrap.on .premium_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.premium_wrap.on .premium_content>div { opacity: 1; transition: 1.5s 0.8s; }
.premium_wrap.on .premium_content span::before { width: 90%; transition: 2.5s 0.2s; }
.premium_wrap.on .premium_content span::after { height: 90%; transition: 2.5s 0.2s; }
.premium_wrap.on .premium_content:nth-child(n+4) span::before{ width: 0; }
.premium_wrap.on .premium_content:nth-child(3n) span::after{ height: 0; }
/*  */



/* unit */
.unit_wrap { width: 100%; height: 100%; position: relative; transition: 1.6s; display: flex; justify-content: flex-start; align-items: center; }
.unit_wrap::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: url(../img/unit_bg.jpg) center bottom no-repeat; background-size: cover; }
.unit_wrap>div{position: relative; z-index: 1; width: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 4.375rem;}
.unit_wrap .tit{color: #fff; opacity: 0; transform: translateY(-4rem); }
 .unit_wrap .tit h1{font-family:'trajan'; font-size: 5.438rem;}
 .unit_wrap .tit p{font-size: 1.25rem;}
.unit_wrap .box{color: #fff; opacity: 0; transform: translateY(4rem); }
 .unit_wrap .box ul{display: flex; gap: 3.125rem;}
 .unit_wrap .box ul li{width: 17.688rem; border: 1px solid #fff; border-radius: 2rem; transition: .4s;}
  .unit_wrap .box ul li a{ display: block; padding: 7.938rem 0;}
  .unit_wrap .box ul li img{ transition: .4s;}
  .unit_wrap .box ul li h2{font-size: 1.875rem; font-weight: bold; padding: 2.5rem 0 1.125rem;}
  .unit_wrap .box ul li p{}

  .unit_wrap .box ul li:hover{background: #fff; color: #000; transition: .4s;}
  .unit_wrap .box ul li:hover img{ filter: invert(1); transition: .4s;}

  .unit_wrap.on .tit{opacity: 1; transform: translate(0); transition: 1.2s 0.8s;}
  .unit_wrap.on .box{opacity: 1; transform: translate(0); transition: 1.2s 0.8s;}
/* //unit */


/* contact */
.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_tit { text-align: center; opacity: 0; transform: translateY(-3rem); color: #353231; }
.contact_tit h2 { font-family: 'trajan'; font-size: 4.0625rem; 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; 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_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_scroll_wrap { width: 12px; height: 230px; margin: auto; overflow: hidden; position: absolute; z-index: 99; right: 2.25rem; top: 0; bottom: 0; transform: translateY(7.125rem); opacity: 1; display: none; }
.right_scroll_img { width: 100%; height: 83.008px; 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: #222a65; 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: #222a65; }

/*  */

#footer { overflow: visible; }
.footer { width: 100%; padding: 2rem 4rem; box-sizing: border-box; z-index: 990; background: #353231 url(../img/premium_bg.png) left top no-repeat; background-size: 8.5rem; color: #888; position: relative; box-sizing: border-box; text-align: center; letter-spacing: -0.5px; display: flex; justify-content: space-between; align-items: flex-start; }
.footer:after { content:''; width: 100%; height: 100vh; position: absolute; left: 0; top: -100vh; display: none; }
.footer_left { font-size: 0.8125rem; height: 100%; font-weight: 500; text-align: left; display: flex; justify-content: flex-start; align-items: center; }
.footer_logo { margin-right: 2.625rem; }
.footer_left ul { display: flex; justify-content: flex-start; align-items: center; }
.footer_left>div>ul { color: #fff; }
.footer_left ul li { display: flex; justify-content: flex-start; align-items: flex-end; gap: 0.25rem;  padding: 0 1rem; position: relative; line-height: 100%; font-weight: 400; }
.footer_left ul li:first-child { padding-left : 0; }
.footer_left ul li:after { position: absolute; content:''; width: 1px; height: 0.875rem; background-color: #fff; opacity: 0.2; right: 0; bottom: 0; top: 1px; margin: auto; }
.footer_left ul li:last-child:after { display: none; }
.footer_left ul li h4 { font-size: .7rem; line-height: 100%; font-weight: 400; }
.footer_left ul li h2 { font-size: 1.25rem; line-height: 100%; }
/* .footer_left ul li img { margin-left: 0.25rem; } */
.footer_left ul li h4 span { font-size: 1rem; display: inline-block; margin-left: 0.25rem; }
.footer_left ul li:nth-child(1) img { margin-top: -0.625rem; }
.footer_left p { line-height: 180%; margin-top: 1.125rem; }
.footer_left p:nth-child(3) { margin-top: 0; }
.footer_left p b { font-size: 16px; }
.footer_left p b span { font-weight: 500; }
.footer_left p br.tab { display: none; } 
.footer_left h5 { line-height: 100%; margin-top: 0.25rem; margin-top: 1.125rem; font-size: 0.75rem; line-height: 183%; }
.footer_left h6 { line-height: 100%; font-size: .7rem; margin-top: 1rem; font-weight: 400; letter-spacing: 0; color: #fff; }
.footer_right { font-size: 0.875rem; text-align: right; }
.footer_right ul { display: flex; justify-content: flex-end; align-items: center; gap: 0 4px; }
.footer_right ul li { display: flex; justify-content: flex-end; align-items: center; gap: 0.25rem;  padding: 0 0.75rem; position: relative; line-height: 100%; font-weight: 400; }
.footer_right ul li:last-child { padding-right: 0; }
.footer_right ul 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_right ul li:last-child:after { display: none; }
.footer_right ul li h4 { font-size: 0.9375rem; line-height: 100%; }
.footer_right ul li h2 { font-size: .7rem; line-height: 100%; color: #fff; }
.footer_right ul li:last-child:after { display: none; }
.footer_right p { font-size: 0.8125rem; line-height: 150%; margin-top: 1.75rem; line-height: 250%; margin-top: 0.5rem; letter-spacing: -0.3px; }
.footer_right p span { font-size: .7rem; }
.footer_right p span b { font-size: .7rem; color: #fff; font-weight: 400; }
/* .footer_right p span { color: #6aa9c4; } */
.top_bt { width: 49px; height: 47px; background-color: #000; z-index:99; position: absolute; top: -1.4rem; right: 4rem; display: inline-block; cursor:pointer; }
.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(255,255,255,1); border-top: 1px solid rgba(255,255,255,1); transform: rotate(45deg); z-index: 9;}
/* .footer.end:after { display: block; } */
.footer.on .top_bt { opacity: 1; transition: 0.6s 0s; }
.footer.active .top_bt { opacity: 1; transition: 0.6s 0s; }


.footer_right .privacy{}
.footer_right .privacy a{    border: 1px solid;
    padding: .4rem 1rem;
    display: inline-block;
    margin-top: 1rem;}
/*body.main .footer { width: 100%; }*/




/*  */
.guest_pop_wrap { width: 65%; height: 100%; position: fixed; right: -65%; 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; 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: 'trajan'; 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; 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: 345px; 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: 260px; z-index: 99; overflow: hidden; background: #353231 url(../img/sub_top_bg.png)-14% top no-repeat; }
.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 { width: 100%; position: absolute; left: 0; right: 0; top: 55%; margin: auto; 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; letter-spacing: .4rem; 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 { width: 95px; height: 1px; background-color: #fff; margin: 0 15px; }
.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(60px); }
to{ }
}

#snb_wrap { width: 1100px; height: 65px; position:relative; margin: auto; z-index: 90; }
#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: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 > a {background:url('../img/snb-arr.gif') no-repeat 100% 50%; }
#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 #666; border-right: 1px solid #666; 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 #666; border-right: 1px solid #666; 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:11.5px; 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: 80px; 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: 35px; color: #000; font-weight: 400; 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: 'Brown'; font-weight: 700; }
#sub_page { margin-top: 50px; position: relative; }
.sub_ori { width: 100%; max-width: 1100px; margin: auto; background-color: #f3f3f3; text-align: left; padding: 25px 30px; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: center; margin-top: 2rem; }
.sub_ori>div { width: 55px; height: 55px; min-width: 55px; border-radius: 100%; background: #353231 url(../sub/ori.png) center no-repeat; margin-right: 22px; }
/* .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:'·'; position: absolute; left: -8px; 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; }


/**/

ul.tabs2 { width: 100%; display: flex; justify-content: space-between; margin-bottom: 1.5rem; }
ul.tabs2.two { flex-wrap: wrap; }
ul.tabs2 li { width: 100%; margin-bottom: -1px; color: #222; margin-left: 1%; text-align: center; cursor: pointer; height: 45px; line-height: 45px; border: 1px solid #e9eaec; font-weight: 400; background: #e9eaec; }
ul.tabs2 li:nth-child(1) { margin-left: 0; }
ul.tabs2 li a { display: block; width: 100%; height: 100%;}
ul.tabs2 li.selected, ul.tabs li.selected:hover { color: #fff; background: #353231; border: 1px solid #353231; }	
ul.tabs2 li.selected a, ul.tabs li.selected a:hover { color: #fff; }
ul.tabs2 li.active { color:#fff; background: #192642; border: 1px solid #192642; }
#container2 { width: 100%; max-width: 1100px; margin: auto; }
ul.tabs2.comm { margin-bottom: 4.5rem; }
.sub_page { max-width: 1100px; margin: auto;	padding-top: 2rem; }




/* planning*/
.sub_over_wrap { width: 100%; max-width: 1100px; margin: auto; height: auto; position: relative; text-align: left; }
.sub_over_top { width: 100%; height: 32.5rem; height:auto;  margin: auto; position: relative; display: flex; justify-content: center; align-items: center; opacity: 0; overflow: hidden; }
.sub_over_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../sub/planning.jpg) center bottom no-repeat; background-size: cover; }
.sub_over_tit { text-align: center; color: #05364b; position: relative; z-index: 9; transform: translateY(-3.5rem); display: none; }
.sub_over_tit h4 { font-size: 1.375rem; line-height: 136%; font-weight: 200; transition: 1.0s 0s; }
.sub_over_tit h4 b { font-weight: 700; }
.sub_over_tit h2 { font-family: "Nanum Myeongjo Regular", serif; font-size: 40px; line-height: 112%; font-weight: 400; margin-top: 1.625rem; transition: 1.0s 0s; }
.sub_over_tit h2 b { font-weight: 700; }
.swiper_planning { width: 80%; 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 bottom no-repeat; background-size: cover; }
.sub_planning_img.img02 { background: url(../sub/planning02.jpg) center bottom no-repeat; background-size: cover; }
.sub_planning_img.img03 { background: url(../sub/planning03.jpg) center bottom no-repeat; background-size: cover; }
.swiper_planning_thumb { width: 18%; 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: 7.3125rem; height: 17vw; max-height: 117px; cursor: pointer; border: none; overflow: hidden; margin-top: 1rem; 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: 111px; height: 63px; right: -16%; top: 0%; bottom: 0; margin: auto; padding: 0; outline: none; z-index: 99; cursor: pointer; }
.swiper-button-prev-planning { position: absolute; width: 111px; height: 63px; left: -16%; 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: 4.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; text-align: left;}
.sub_over_txt_box>div { width: 21%; /*margin-bottom: 30px;*/ }
.sub_over_txt_box>div h4 { font-size: 1rem; line-height: 100%; font-weight: 600; color: #231815; border-bottom: 1px solid #383838; padding-bottom: 10px; }
.sub_over_txt_box>div p { font-size: .7rem; line-height: 142%; height: 3rem; margin-top: 10px; opacity: 0.7; font-weight: 500; }
.sub_over_top.active { opacity: 1; transition: 1.0s 0s; }
.sub_over_bottom.active { opacity: 1; transition: 1.0s 0s; }
.sub_over_top { width: 100%; margin: auto; position: relative; display: flex; justify-content: space-between; align-items: flex-end; opacity: 0; }
.swiper_planning { width: 100%; margin: 0; padding: 0; }
.swiper_planning .sub_planning_img { width: 100%; height: 50vw; max-height: 546px; }
.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; }

.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: auto; height: auto; right: 0; top: 50%; bottom: 0; margin: auto; padding: 0; outline: none; z-index: 99; cursor: pointer; }
.swiper-button-prev-planning { position: absolute; width: auto; height: auto; left: 0; top: 50%; 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_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; }

/*  */


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

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

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

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






/*gongo*/
.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%; background: url(../sub/gongo.jpg) center no-repeat; background-size: cover; }
.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: auto!important; margin-left: 2px; }
.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; }

/*gongo*/




.sub_location_wrap {  width: 100%; max-width: 1100px; margin: auto; position: relative; margin-top: 1rem; padding-bottom: 2rem; }
.sub_location_wrap h2 { font-size: 2.5rem; line-height: 128%; font-weight: 300; margin-bottom: 3rem; }
.sub_location_wrap h2 b { font-weight: 700; }




/* contact */
.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: 580px; 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 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: 'Pretendard'; 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_event_wrap { width: 100%; max-width: 1100px; margin: auto; }
.sub_event_wrap>div { width: 100%; }

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

.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.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; margin-top: 1.5rem; }
.sub_event_wrap table col { display: none !important; }
.sub_event_wrap table tbody { display: flex; flex-wrap: wrap; gap: 0 2%; }
.sub_event_wrap table tr { width: 23.5%; 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: 45%; }
.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: 55%; }
.sub_event_wrap table tr:nth-child(-n+4) { border-top: 2px solid #353231; }

/*  */

.guest_content { width: 100%; max-width: 1100px; }






.sub_yd_wrap { width: 100%; max-width: 1100px; margin: auto; margin-top:3rem;}
.sub_yd_wrap>div { width: 100%; }

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

.sub_yd_tit {  width: 100%; position: relative; text-align: center; background-color: #f3f3f3; padding: 3.5rem 0 3rem; padding: 0; background: none; }
.sub_yd_tit img { width: 100%; }
/* .sub_event_tit img { width: 16.875rem; } */
.sub_yd_tit p { font-size: 0.875rem; line-height: 160%; opacity: 0.8; margin-top: 1.75rem; }
.sub_yd_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_yd_wrap table { width: 100%; display: flex; justify-content: center; }
.sub_yd_wrap table col { display: none !important; }
.sub_yd_wrap table tbody { width: 100%; display: flex; justify-content: center; flex-wrap: wrap; gap: 0 2%; }
.sub_yd_wrap table tr { /*width: 100%;*/ width: 49%; display: flex; justify-content: center; align-items: center; }
.sub_yd_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_yd_wrap table tr td:nth-child(1) { width:20%; }
.sub_yd_wrap table tr td:nth-child(2) { width: 40%; }
.sub_yd_wrap table tr td:nth-child(3) { width: 20%; }
.sub_yd_wrap table tr td:nth-child(4) { width: 25%; }
.sub_yd_wrap table tr td:nth-child(5) { width: 20%; }
/* .sub_event_wrap table tr:nth-child(-n+4) { border-top: 2px solid #003c66; } */
.sub_yd_wrap table tr td:nth-child(4) { display:none; }

/*.sub_yd_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_yd_wrap table tr td:nth-child(n+1)::after { content: ''; width: 1px; height: 30%; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; background-color: #ccc; }
.sub_yd_wrap table tr td:last-child::after {display:none;}


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