
::-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: 'Pretendard'; }
body::selection { background-color: #9dbedf; }
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; }
.ml50{margin-left: 50px;}

/**/


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

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

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

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

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

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

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

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

.cursor_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: #3a3233; 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: #3a3233; 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; font-size: 0.75rem; line-height: 100%; color: #fff; position: absolute; right: 1rem; bottom: 0.75rem; text-shadow: 0 0 5px rgba(0,0,0,0.7),0 0 5px rgba(0,0,0,0.7); }

/*  */

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

.intro_wrap { width: 100%; height: 100%; position: relative; }

.intro_vd_box { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 1; z-index: 2; background-color: #000; clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%); }
.intro_vd { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; padding-bottom: 56.25%; height: 0; }
.intro_vd::after { content:''; width: 100%; height: 100%; position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; background: url(../img/intro_vd.jpg) center no-repeat; background-size: cover; z-index: 1; }
.intro_vd::before { content:''; width: 100%; height: 100%; position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; background: url(../img/intro_bg.png) center no-repeat; background-size: cover; z-index: 3; opacity: 0; }
/* .intro_vd:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 5; } */
.intro_vd iframe { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; }

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

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

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

@media all and (max-width: 767px) { 
	.intro_vd iframe { top: 80%; width: 300%; height: 300%; }
    .intro_vd::before { width: 300%; height: 300%; }
	/* .intro_vd iframe { left: 50%; top: 0; transform: translateX(-91.5vh); width: 180vh; height: 100vh; }
    .intro_vd::before { left: 50%; top: 0; transform: translateX(-91.5vh); width: 180vh; height: 100vh; } */
}

.intro_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 7; display: flex; justify-content: space-between; align-items: flex-end; }
.intro_bg>div { width: 100%; height: 100%; background-color: #e26b36; }
/* .intro_bg>div:nth-child(1) { animation: intro 1.5s 0.2s both cubic-bezier(1,0,.65,.57); }
.intro_bg>div:nth-child(2) { animation: intro 1.5s 0.4s both cubic-bezier(1,0,.65,.57); }
.intro_bg>div:nth-child(3) { animation: intro 1.5s 0.6s both cubic-bezier(1,0,.65,.57); }

@keyframes intro {
	from { height: 100%; }
	to {  }
} */

.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 { font-family: 'kessler'; font-size: 1.375rem; line-height: 138%; letter-spacing: 0.625rem; 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(-3rem); transform: translateY(0); }
/* .intro_tit h2 span:nth-child(1) b { opacity: 0; transform: translateY(-3rem); }
.intro_tit h2 span:nth-child(2) b { opacity: 0; transform: translateY(3rem); } */
.intro_tit h2 span b.spacing { margin-right: 1rem; }
/* .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: 0s; }
.intro_tit h2 span:nth-child(1) b:nth-child(6) { transition-delay: 0.4s; }
.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.2s; }
.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.3s; } */

.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: 0s; }
.intro_tit h2 span:nth-child(1) b:nth-child(6) { transition-delay: 0.4s; }
.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.2s; }
.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.3s; }
.intro_tit h2 span:nth-child(1) b:nth-child(11) { transition-delay: 0s; }
.intro_tit h2 span:nth-child(1) b:nth-child(12) { transition-delay: 0.1s; }
.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.1s; }
.intro_tit h2 span:nth-child(1) b:nth-child(15) { transition-delay: 0.5s; }

.intro_tit h2 span:nth-child(1) b:nth-child(16) { transition-delay: 0.1s; }
.intro_tit h2 span:nth-child(1) b:nth-child(17) { transition-delay: 0.3s; }
.intro_tit h2 span:nth-child(1) b:nth-child(18) { transition-delay: 0.6s; }
/*  */
.intro_tit2 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; text-align: center; z-index: 8; }
.intro_tit2>div { opacity: 1; }
.intro_tit2 h2 { font-family: 'kessler'; font-size: 1.375rem; line-height: 100%; letter-spacing: 0.5rem; text-transform: uppercase; }
.intro_tit2 h2 span { display: flex; justify-content: center; align-items: flex-end; }
.intro_tit2 h2 span b { display: inline-block; font-weight: 400; opacity: 0; transform: translateY(-3rem); transform: translateY(0); }
.intro_tit2 h2 span b:nth-child(-n+4) { font-size: 0.875rem; line-height: 120%; letter-spacing: 0.375rem; }
/* .intro_tit2 h2 span:nth-child(1) b { opacity: 0; transform: translateY(-3rem); }
.intro_tit2 h2 span:nth-child(2) b { opacity: 0; transform: translateY(3rem); } */
.intro_tit2 h2 span b.spacing { margin-right: 0.875rem; }
.intro_tit2 h2 span:nth-child(1) b:nth-child(1) { transition-delay: 0.1s; }
.intro_tit2 h2 span:nth-child(1) b:nth-child(2) { transition-delay: 0.3s; }
.intro_tit2 h2 span:nth-child(1) b:nth-child(3) { transition-delay: 0.2s; }

.intro_tit2 h2 span:nth-child(1) b:nth-child(4) { transition-delay: 0.5s; }
.intro_tit2 h2 span:nth-child(1) b:nth-child(5) { transition-delay: 0s; }
.intro_tit2 h2 span:nth-child(1) b:nth-child(6) { transition-delay: 0.4s; }
.intro_tit2 h2 span:nth-child(1) b:nth-child(7) { transition-delay: 0.6s; }
.intro_tit2 h2 span:nth-child(1) b:nth-child(8) { transition-delay: 0.2s; }
.intro_tit2 h2 span:nth-child(1) b:nth-child(9) { transition-delay: 0.4s; }
.intro_tit2 h2 span:nth-child(1) b:nth-child(10) { transition-delay: 0.3s; }

.intro_line { position: absolute; left: 0; top: 0; z-index: 9; width: 100%; height: 100%; z-index: 2; background: url(../img/intro_line.png) center no-repeat; background-size: cover; clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); }
.intro_line_bg { position: absolute; left: 0; top: -35%; z-index: 9; width: 100%; height: 100%; z-index: 3; background: url(../img/intro_line_bg.png) center no-repeat; background-size: cover; display: none; }
.intro_line_bg::after { content: ''; width: 120%; height: 100%; position: absolute; left: -10%; bottom: -56%; background-color: #fff; }

.intro_txt_box { width: 100%; height: 100%; position: absolute; z-index: 5; display: flex; justify-content: center; align-items: center; text-align: center; }
.intro_txt_box>div { transform: translateY(14rem); opacity: 0; }
.intro_txt_box h3 { font-family: 'Nanum Myeongjo', serif; font-size: 1.375rem; line-height: 100%; font-weight: 700; margin: 1.625rem 0; opacity: 1; }
.intro_txt_box h3 span { color: #ccc; }
.intro_txt_box h3:nth-child(1) span { color: #000; transition: 1.2s 0s; }

.intro_logo { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; z-index: 9; opacity: 0; }



/* .intro_wrap.intro .intro_tit>div { opacity: 1; transition: 1.5s 0s; } */
.intro_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); }

.intro_wrap.intro2 .intro_tit>div { opacity: 0; transition: 1.2s 1.0s; }
.intro_wrap.intro2 .intro_bg>div:nth-child(1) { height: 0%; transition: 1.5s 0s cubic-bezier(1,0,.65,.57); }
.intro_wrap.intro2 .intro_bg>div:nth-child(2) { height: 0%; transition: 1.5s 0.2s cubic-bezier(1,0,.65,.57); }
.intro_wrap.intro2 .intro_bg>div:nth-child(3) { height: 0%; transition: 1.5s 0.4s cubic-bezier(1,0,.65,.57); }

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

.intro_wrap.intro4 .intro_tit2>div { opacity: 0; transition: 1.2s 0s; }
/* .intro_wrap.intro4 .intro_vd_box { clip-path: polygon(44% 32%, 56% 32%, 56% 68%, 44% 68%); transition: 1.5s 0.2s; } */
.intro_wrap.intro4 .intro_vd_box { clip-path: polygon(calc(50% - 8rem) calc(50% - 11.25rem), calc(50% + 8rem) calc(50% - 11.25rem), calc(50% + 8rem) calc(50% + 11.25rem), calc(50% - 8rem) calc(50% + 11.25rem)); transition: 1.5s 0.2s; }

.intro_wrap.intro5 .intro_vd_box { clip-path: polygon(calc(50% - 8rem) calc(38% - 11.25rem), calc(50% + 8rem) calc(38% - 11.25rem), calc(50% + 8rem) calc(38% + 11.25rem), calc(50% - 8rem) calc(38% + 11.25rem)); transition: 1.5s 0s; }
/* .intro_wrap.intro5 .intro_line { clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); transition: 3.0s 0s cubic-bezier(0.3,0.65,0.36,0.27); } */
.intro_wrap.intro5 .intro_txt_box>div { opacity: 1; transition: 1.2s 0.2s; }
.intro_wrap.intro5 .intro_line { clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); transition: 8.5s 0.6s ease; }

.intro_wrap.intro6 .intro_txt_box h3:nth-child(1) span { color: #000; transition: 1.2s 0s; }
.intro_wrap.intro6 .intro_txt_box h3:nth-child(1) { opacity: 0.4; transition: 1.2s 1.5s; }
.intro_wrap.intro6 .intro_txt_box h3:nth-child(2) span { color: #000; transition: 1.2s 1.5s; }
.intro_wrap.intro6 .intro_txt_box h3:nth-child(2) { opacity: 0.4; transition: 1.2s 3.0s; }
.intro_wrap.intro6 .intro_txt_box h3:nth-child(3) span { color: #000; transition: 1.2s 3.0s; }
.intro_wrap.intro6 .intro_txt_box h3:nth-child(3) { opacity: 0.4; transition: 1.2s 4.5s; }
.intro_wrap.intro6 .intro_txt_box h3:nth-child(4) span { color: #000; transition: 1.2s 4.5s; }
.intro_wrap.intro6 .intro_txt_box h3:nth-child(4) { opacity: 0.4; transition: 1.2s 6s; }
/* .intro_wrap.intro6 .intro_txt_box h3:nth-child(6) span { color: #999; transition: 1.2s 2.0s; } */

.intro_wrap.intro7 .intro_line { opacity: 0; transition: 1.0s 0s; }
.intro_wrap.intro7 .intro_txt_box { opacity: 0; transition: 1.0s 0s; }
.intro_wrap.intro7 .intro_vd_box { clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); transition: 3.0s 0s; }
.intro_wrap.intro7 .intro_vd::before { opacity: 1; transition: 1.5s 0.8s; }
.intro_wrap.intro7 .intro_logo { opacity: 1; transition: 1.5s 0.8s; }

.intro_wrap.skip .intro_bg,
.intro_wrap.skip .intro_tit,
.intro_wrap.skip .intro_tit2,
.intro_wrap.skip .intro_logo,
.intro_wrap.skip .intro_txt_box,
.intro_wrap.skip .intro_line { opacity: 0; transition: 1.3s 0s !important; }
.intro_wrap.skip .intro_vd_box { clip-path: polygon(0 calc(0% + 9.0625rem), 13.75% calc(0% + 9.0625rem), 13.75% 100%, 0% 100%); transition: 1.5s 0s; }

/*125%*/
@media (min-resolution: 120dpi) {
    .main_txt_box h2 span img{width: 4rem;}
    .main_logo{width: 12rem;}
    .main_txt_box h2{ font-size: 1.2rem!important;}
    .main_txt_box h2::before{width: 70%!important; left: 28%!important;}
    .main_wrap.on .main_txt_box h2{width: 74%!important;}
    
    .brand_tit p{ font-size: .7rem!important; }
    .brand_logo{width: 12rem!important;}
    .brand_img img {width: 80%;}
    .brand_img_wrap>div:nth-child(1) .brand_img{text-align: right;}
    .brand_img_wrap>div:nth-child(2) .brand_img{text-align: left;}
    .brand_img.img03 img{width: 100%;}
    .brand_img.img04 img{width: 100%;}
    .brand_img.img06 img{width: 100%;}
    .brand_img.img08 img{width: 100%;}
    
    .brand_content_txt p{font-size: .7rem!important;}
    .brand_content_img img{width: 80%;}
    
    .concept_tit_box h2{font-size: 1.6rem!important;}
    .concept_txt_box h2{font-size: 1.6rem!important;}
    .concept_tit_box h4{font-size: 1rem!important;}
    .concept_tit_box p{font-size: .7rem!important;}
    .concept_txt_box p{font-size: .7rem!important;}
    .concept_bg_txt img{width: 30rem!important;}
    
    .location_img.img02c img{  width: 100%!important; height: 80%;}
    .location_img{ text-align: left;}
    .location_img_box.box02.a p{font-size: .7rem;}
    .location_img_wrap>div:nth-child(2) img{width: 80%;}
    .location_txt_box.box02.b{right:-14rem!important; }
    
    .location01 .location_txt_box img,.location02 .location_txt_box img{width: 80%;}
    .location_txt_box.box03 h3{ font-size: 1.2rem;}
    .location_txt_box p{font-size: .7rem!important;}
    .location_txt_box.box03 h5{font-size: .9rem!important;}
    .location_txt_box h6{font-size: .7rem!important;}
    .location_map_tit h1{font-size: 3rem!important;}
    .location_map_tit{right: -14rem!important;}
    
    .location_txt_box.box04 h3{font-size: .9rem!important;}
    .location_txt_box.box04>div:last-child img{width: 4rem;}
    
    .news_content{ height: 30rem!important; }
    .news_vd iframe{width: 200%!important;height: 200%!important;}
    
    .out_txt_box p{font-size: 12px!important;}
    }


/**/

.all_wrap { width: 100%; height: auto; overflow: hidden; position: relative; left: 0; top: 0; }
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_txt_box { width: 86.25%; height: 100%; position: absolute; right: 0; top: 0; display: flex; justify-content: center; align-items: center; text-align: left; }
.main_txt_box>div { width: 90%; max-width: 1320px; display: flex; justify-content: center; align-items: center; gap: 2.125rem; }
.main_txt_box h2 { width: 0%; font-family: 'Nanum Myeongjo', serif; font-size: 2.4rem; line-height: 180%; position: relative; font-weight: 700; white-space: nowrap; opacity: 0; color: #3a3233;}
.main_txt_box h2::before { content: ''; width: 64%; height: 1px; position: absolute; left: 36%; top: 0; bottom: 0; margin: auto; background-color: #b2b2b2; }
/*.main_txt_box h2 span { vertical-align: text-bottom; }*/
/*.main_txt_box h2 span { font-family: 'kessler'; letter-spacing: 0.5rem; font-weight: 500; display: inline-block; margin-left: 0.125rem; }*/
.main_txt_box h2 b { font-weight: bolder; }
.main_logo { opacity: 0; }

.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: 1.0s 0s; z-index: 90; }
.main_guest a { cursor: default; }
.main_guest_bg { width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(1) rotate(0); animation: main_guest_bg 12s 0s linear infinite; transition: opacity 0.3s; }
.main_guest_bg.white { opacity: 0; }
.main_guest p { font-size: 0.75rem; line-height: 140%; color: #000; position: relative; z-index: 9; font-weight: 700; transform: translate(1px,1px); transition: 0.3s; }
.main_guest p b { font-size: 1.375rem; text-transform: uppercase; font-weight: 900; }

.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_wrap.on .main_logo { opacity: 1; transition: 1.2s 0.4s; }
.main_wrap.on .main_txt_box h2 { opacity: 1; width: 100%; transition: all 2.5s 1.2s, opacity 1.2s 1.2s; }
/* .main_wrap.on .main_txt_box h2::before { width: 100%; transition: 2.2s 0s; } */


/**/

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

.brand01 { width: 100vw; height: 100%; position: relative; display: flex; justify-content: center; align-items: center; }
.brand02 { width: 70vw; height: 100%; position: relative; display: flex; justify-content: flex-start; align-items: center; transition: 1.6s; }

.brand01>div { display: flex; justify-content: center; align-items: center; gap: 22.5rem; transform: translateY(2rem); }
.brand02>div { display: flex; justify-content: flex-start; align-items: flex-startm; gap: 13vw; transform: translateY(-2rem); }

.brand_tit { opacity: 0; transform: translateY(-3rem); }
.brand_tit p { font-size: 0.875rem; line-height: 178%; color: #777; }
.brand_tit p span { color: #000; }
.brand_logo { width: 15.75rem; margin-top: 4.375rem; }

.brand_img_wrap { display: flex; justify-content: center; align-items: flex-start; gap: 0.5rem; position: relative; transform: translateX(-19rem); }
.brand_img_wrap>div { position: relative; display: flex; justify-content: center; flex-direction: column; gap: 0.5rem; }
.brand_img_wrap>div:nth-child(1) { align-items: flex-end; margin-top: 4.5rem; }
.brand_img_wrap>div:nth-child(2) { align-items: flex-start; }

.brand_img_box { display: flex; gap: 0.5rem; position: relative; }
.brand_img_box.box05 { align-items: flex-end; }

.brand_img { overflow: hidden; position: relative; opacity: 0; }

.brand_txt_box { position: absolute; text-align: left; opacity: 0; }
.brand_txt_box.box01 { left: -12.5rem; bottom: -2.25rem; }
.brand_txt_box.box02 { text-align: right; right: -2px; top: 24px; mix-blend-mode: soft-light; filter: invert();}
.brand_txt_box.white { color: #fff; }

.brand_txt_box h3 { font-family: 'antro'; transform: rotate(-2deg); font-size: 2.875rem; line-height: 100%; letter-spacing: -0.125rem; font-weight: 600; }
.brand_txt_box h3 span { display: inline-block; margin-left: 162px; }
.brand_txt_box h4 { font-family: 'Nanum Myeongjo', serif; font-size: 1.375rem; line-height: 100%; font-weight: 700; }
.brand_txt_box h2 { font-family: 'kessler'; font-size: 3.25rem; line-height: 108%; margin-top: 1rem; }

.brand_content { position: relative; text-align: left; opacity: 0; transform: translateY(-3rem); }
.brand_content>div { position: relative; }
.brand_content.con01 { margin-top: 15rem; }
.brand_content.con02 { margin-top: 7.5rem; }
.brand_content h6 { font-family: 'kessler'; font-size: 0.8125rem; line-height: 100%; margin-bottom: 1rem; letter-spacing: 0.0625rem; }

.brand_content_txt { position: absolute; white-space: nowrap; left: 0; bottom: -8.25rem; }
.brand_content_txt h3 { font-family: 'kessler'; font-size: 1.75rem; line-height: 100%; letter-spacing: 0; }
.brand_content_txt p { font-size: 0.875rem; line-height: 178%; margin-top: 1.5rem; }


.brand_wrap.active2 { transform: translateX(-65vw); }
.brand_wrap.active2 .brand02 { transform: translateX(-5vw); }

.brand_wrap.on .brand_img.img01 { opacity: 1; transition: 0.8s 0.2s; }
.brand_wrap.on .brand_img.img02 { opacity: 1; transition: 0.8s 0.6s; }
.brand_wrap.on .brand_img.img03 { opacity: 1; transition: 0.8s 0.9s; }
.brand_wrap.on .brand_img.img04 { opacity: 1; transition: 0.8s 0.4s; }
.brand_wrap.on .brand_img.img05 { opacity: 1; transition: 0.8s 1.0s; }
.brand_wrap.on .brand_img.img06 { opacity: 1; transition: 0.8s 0.7s; }
.brand_wrap.on .brand_img.img07 { opacity: 1; transition: 0.8s 0.5s; }
.brand_wrap.on .brand_img.img08 { opacity: 1; transition: 0.8s 1.1s; }
.brand_wrap.on .brand_img.img09 { opacity: 1; transition: 0.8s 0.3s; }
.brand_wrap.on .brand_img.img10 { opacity: 1; transition: 0.8s 0.8s; }
.brand_wrap.on2 .brand_img { opacity: 1; }

.brand_wrap.on .brand_tit,
.brand_wrap.on2 .brand_tit { opacity: 1; transform: translate(0); transition: 1.5s 1.4s; }
.brand_wrap.on .brand_txt_box,
.brand_wrap.on2 .brand_txt_box { opacity: 1; transform: translate(0); transition: 1.2s 1.7s; }
.brand_wrap.on .brand_img_wrap,
.brand_wrap.on2 .brand_img_wrap { opacity: 1; transform: translate(0); transition: 1.2s 1.4s; }

.brand_wrap.on2 .brand_content.con01 { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.brand_wrap.on2 .brand_content.con02 { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.brand_wrap.on2 .brand_content.con03 { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }

/*  */

.concept_wrap { width: 100%; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: flex-end; align-items: flex-end; transition: 1.6s; }
.concept_wrap>div { width: 100%; height: calc(100% - 9.0625rem); position: relative; z-index: 9; display: flex; justify-content: flex-end; align-items: center; }

.concept_box { width: 70%; height: 100%; display: flex; justify-content: flex-end; align-items: center; }
.concept_box>div { width: 90%; position: relative; z-index: 2; display: flex; flex-wrap: wrap; justify-content:flex-start; align-items: flex-start; transform: translateY(-1rem); }
.concept_box .b_bg{ position: absolute; top:0; right: -17px;  display: flex; align-items: baseline; gap: 0; transform: translate(0); opacity: 0;}
.concept_box .b_bg>div:nth-child(1){height: 10px; width: 10vw; background: #3a3233;}
.concept_box .b_bg>div:nth-child(2){height: 10px; width: 20vw; background: #e26b36;}
.concept_box .b_bg>p:nth-child(3){font-family:'kessler', serif; font-size: 18px; font-weight: bold; color: #e26b36; margin-top: 0; padding: 0 17px; opacity: 1;}
.concept_box .b_bg>div:nth-child(4){height: 10px; width: 4vw; background: #e26b36;}

.concept_tit_box { text-align: left; width: 100%; height: 100%; position: relative; opacity: 0; transform: translateY(-3rem); }
.concept_tit_box h2 { font-family: 'Nanum Myeongjo', serif; font-size: 1.875rem; line-height: 100%; font-weight: 700; }
.concept_tit_box h4 { font-family: serif; font-size: 1.125rem; line-height: 144%; font-weight: 700; margin-top: 1.625rem; }
/*.concept_tit_box h4 { font-family: 'Nanum Myeongjo', serif; font-size: 1.125rem; line-height: 144%; font-weight: 700; margin-top: 1.625rem; }*/
.concept_tit_box p { font-size: 0.875rem; line-height: 178%; font-weight: 500; opacity: 0.7; margin-top: 2.5rem; }
.concept_tit_box h5 { font-size: 1.125rem; line-height: 100%; margin-top: 1.875rem; font-weight: 500; }
.concept_tit_box img { position: absolute; left: 0; bottom: 0; width: 15.375rem; } 

.concept_img_box { display: flex; align-items: end; gap:18vw; height: 20vh; position: relative; opacity: 0; transform: translateY(3rem); }
.concept_img { display: flex; justify-content: flex-end; align-items: center; gap: 6px; }
.concept_img>div {width: 74px; height: 76px; }
.concept_img>div:nth-child(1) { background: #9dbedf; }
.concept_img>div:nth-child(2) { background: #e26b36; }
.concept_img>div:nth-child(3) { background: #3a3233; }
.concept_img>div:nth-child(4) { background: #e8e9e4; }

.concept_txt_box { text-align: right; position: relative; right: 0; bottom: 0; margin-top: 5.625rem; }
.concept_txt_box h2 { font-family: 'antro'; font-size: 2.375rem; line-height: 100%; font-weight: 600; letter-spacing: -0.125rem; }
.concept_txt_box p { white-space: nowrap; font-size: 0.875rem; line-height: 178%; color: #717171; margin-top: 2.125rem; }
.concept_txt_box p span { color: #000; }

.concept_bg_box { width: 28.8%; height: 100%; position: relative; overflow: hidden; }
.concept_bg_box::after { content: ''; width: 100%; height: 100%; position: absolute; right: 0; top: 0; background: url(../img/concept_bg.png) center no-repeat; background-size: cover; z-index: 1; }
.concept_bg { width: 100%; height: 100%; position: absolute; right: 0; top: 0; background: url(../img/concept_bg2.jpg) center no-repeat; background-size: cover; z-index: 1; transform: scale(1.2); }
.concept_bg_txt { position: absolute; left: 10rem; top: 4.5rem; color: #fff; text-align: left; z-index: 9; transform: rotate(90deg); transform-origin: left top; opacity: 0; }
.concept_bg_txt img { width: 34.6875rem; }
.concept_bg_txt h5 { font-family: 'kessler'; font-size: 1.375rem; line-height: 100%; margin-top: 1.125rem; letter-spacing: 0; }


.concept_wrap.on .concept_bg { transform: scale(1); transition: 2.5s 0s; }
.concept_wrap.on .concept_tit_box { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.concept_wrap.on .concept_img_box { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.concept_wrap.on .concept_bg_txt { opacity: 1; transition: 1.2s 0.4s; }
.concept_wrap.on .concept_box .b_bg { opacity: 1; transition: 1.2s 1.4s; }


/*  */

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

.location01::before { content: ''; width: 100%; height: 100%; position: absolute; right: 0; top: 0; background: url(../img/location_bg01.png) center no-repeat; background-size: cover; z-index: 2; }
.location02 { position: absolute !important; left: 0; top: 0; z-index: 9; }
.location02::before { content: ''; width: 100%; height: 100%; background-color: #fff; z-index: 1; transition: 1.2s 0s; position: absolute; left: 0; top: 0; opacity: 0; }
.location02>div:last-child { transform: translate(6.875rem,2rem); position: relative; z-index: 9; }
/* .location04>div { width: 90%; max-width: 1780px; } */

.location_bg { 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: 5; }
.location_bg>div { width: 100%; height: 10%; display: flex; justify-content: space-between; align-items: center; }
.location_bg>div>div { width: 10%; height: 100%; background-color: #fff; transform: rotate(0deg) scale(1.01); }

.location_img_box.box01 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; }
.location_img_box.box01>div { width: 100%; height: 100%; position: absolute; right: 0; top: 0; background: url(../img/location_img01.jpg) center bottom no-repeat; background-size: cover; transform: scale(1.2); }
.location_img_box.box04 { width: 90%; max-width: 1780px; height: 57%; position: absolute; left: 0; right: 0; margin: auto; bottom: 0; z-index: 1; overflow: hidden; }
.location_img_box.box04>div { width: 100%; height: 100%; position: absolute; right: 0; top: 0; background: url(../img/location_img04.jpg) center bottom no-repeat; background-size: cover; transform: scale(1.2); }

.location_txt_box { text-align: left; position: relative; z-index: 9; }
.location_txt_box h3 { font-family: 'Nanum Myeongjo', serif; font-size: 1.6875rem; line-height: 134%; }
.location_txt_box img { margin-top: 3rem; }
.location_txt_box h5 { font-family: 'kessler'; font-size: 1.375rem; line-height: 100%; margin-top: 1.25rem; }
.location_txt_box p { font-size: 1rem; line-height: 188%; margin-top: 1.75rem; opacity: 0.7; font-weight: 500; }
.location_txt_box h6 { font-size: 0.8125rem; line-height: 100%; font-weight: 500; opacity: 0.7; margin-top: 0.625rem; }
.location_txt_box ul { margin-top: 5.625rem; display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; gap: 1.5rem; }
.location_txt_box h2 { font-family: 'kessler'; font-size: 2.8125rem; line-height: 122%; }
.location_txt_box.box01 { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; color: #fff; opacity: 0; transform: translateX(-5rem); }
.location_txt_box.box01>div { transform: translate(-26.75rem,-4rem); }
.location_txt_box.box02 { position: absolute; transition: 1.2s 0s; }
/* .location_txt_box.box02.a { left: -26.25rem; top: 3.875rem; z-index: -1; } */
.location_txt_box.box02.a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; opacity: 0; }
.location_txt_box.box02.a>div { transform: translate(-26.75rem,-4rem); }
.location_txt_box.box02.b { right: -20rem; bottom: 1.25rem; opacity: 0; transform: translateX(5rem); }
.location_txt_box.box02 h4 { font-family: 'antro'; font-size: 2.375rem; line-height: 100%; margin-left: -6.25rem; margin-bottom: 7.375rem; font-weight: 600; }
.location_txt_box.box03 { width: 50%; height: 100%; display: flex; justify-content: flex-start; align-items: center; background-color: #383333; }
.location_txt_box.box03>div:last-child { margin-left: 7rem; transform: translate(5rem,2rem); opacity: 0; color: #fff; }
.location_txt_box.box03 h3 { font-size: 1.5rem; line-height: 145%; font-weight: 700; color: #e26b36; }
.location_txt_box.box03 h5 { font-family: 'Noto Sans KR', sans-serif; font-size: 1rem; line-height: 100%; font-weight: 500; margin-top: 0; color: #e26b36; }
.location_txt_box.box04 { display: flex; justify-content: center; gap:40px; width: 90%; margin: auto; max-width: 1520px; opacity: 0; transform: translateX(-5rem); }
.location_txt_box.box04>div { transform: translateY(-4.125rem); }
.location_txt_box.box04>div:nth-child(2){ transform: translate(0); margin-top: 1rem; width: 200px; height: 1px; background: #000;}
.location_txt_box.box04>div:last-child img{margin-top: 0;}
.location_txt_box.box04>div:last-child span{vertical-align: super;}
.location_txt_box.box04>div:last-child b{ font-weight: bolder;}
.location_txt_box.box04>div:last-child h3{ margin-top: 3.8rem;}
/*.location_txt_box.box04>div:last-child::before{ position: absolute; top: 30%; left: -100%; content: ''; width: 200px; height: 1px; background: #000;}*/
.location_txt_box.box04 h3 { font-size: 1.375rem; line-height: 159%; font-weight: 700; margin-top: 4.375rem; }
.location_txt_box.white { clip-path: polygon(calc(50% - 281px) 0, 100% 0, 100% 100%, calc(50% - 281px) 100%); color: #fff; z-index: 10 !important; }

.location_img_wrap { display: flex; justify-content: center; align-items: flex-start; gap: 2rem; position: relative; }
.location_img_wrap>div { position: relative; display: flex; justify-content: center; flex-direction: column; gap: 2rem; }
.location_img_wrap>div:nth-child(1) { align-items: flex-end; margin-top: 4.875rem; }
.location_img_wrap>div:nth-child(2) { align-items: flex-start; }

.location_img_box.box02 { display: flex; gap: 2rem; position: relative; }
.location_img_box.box02.a { display: block; }
.location_img_box.box02 p { font-size: 0.875rem; line-height: 178%; font-weight: 500; opacity: 0.7; white-space: nowrap; text-align: left; }
.location_img_box.box02.a p { position: absolute; left: 0; bottom: -6.3rem; opacity: 0; transform: translateY(3rem); transition: 1.2s 0s; }

.location_img { overflow: hidden; position: relative; opacity: 0; transition: 1.2s 0s; }
.location_img.img02a { transform: translate(-5rem,-1rem); }
.location_img.img02b { transform: translate(3rem,-3rem); }
.location_img.img02c { transform: translate(0rem,4rem); }
.location_img.img02d { transform: translate(4rem,2rem); }

.location_map { width: 50%; height: 100%; position: relative; overflow: hidden; }
.location_map>div { width: 100%; height: 100%; position: absolute; right: 0; top: 0; background: url(../img/location_map.jpg) center bottom no-repeat; background-size: cover; transform: scale(1.2); }

.location_map_tit { position: absolute; right: -20rem; top: -0.125rem; z-index: 9; transform: rotate(90deg); transform-origin: left bottom; text-align: left; color: #e26b36; }
.location_map_tit h1 { font-family: 'kessler'; font-size: 4.375rem; line-height: 110%; opacity: 0; transform: translateX(3rem); }

.location_pop_box { height: 20.625rem; position: absolute; z-index: 991; width: 90%; max-width: 540px; right: 13.25rem; bottom: -17rem; background-color: #fff; border-radius: 2rem 2rem 0 0; text-align: left; overflow: hidden; transition: 0.8s 0s; }
.location_pop_tit { width: 100%; height: 3.625rem; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #ababab; }
.location_pop_tit h3 { font-size: 1rem; line-height: 100%; margin-left: 2.5rem; }
.location_pop_bt { width: 3.625rem; height: 3.625rem; background-color: #000; position: relative; display: flex; justify-content: center; align-items: center; cursor: pointer; }
.location_pop_bt>div { width: 16px; height: 16px; position: relative; }
.location_pop_bt>div::before { content: ''; width: 1px; height: 16px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; }
.location_pop_bt>div::after { content: ''; width: 8px; height: 8px; border-top: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(-45deg); position: absolute; left: 0; right: 0; top: 0; margin: auto; }
.location_pop_content { height: 17rem; box-sizing: border-box; padding-left: 2.625rem; padding-top: 2rem; }
.location_pop_content p { font-size: 0.875rem; line-height: 178%; opacity: 0.7; font-weight: 500; }
.location_pop_bg { position: absolute; z-index: 10; transition: 0.6s 0.2s; }

.location_pop_bg { width: 100%; height: 100%; position: absolute; left: -100%; top: 0; background-color: #000; opacity: 0.7; z-index: 990; }

.location_pop_box.active { bottom: 0; transition: 0.6s 0.2s; }
.location_pop_box.active .location_pop_bt>div::before { transform: rotate(45deg); }
.location_pop_box.active .location_pop_bt>div::after { border: none !important; width: 1px; height: 16px; transform: rotate(-45deg); bottom: 0; background-color: #fff; }
.location_pop_bg.active { left: 0; transition: 0.8s 0s; }


.location_wrap.on .location_bg>div:nth-child(2n-1)>div:nth-child(2n-1),
.location_wrap.on2 .location_bg>div:nth-child(2n-1)>div:nth-child(2n-1) { transform: rotate(90deg) scale(0); transition: 2.0s 0.2s; }
.location_wrap.on .location_bg>div:nth-child(2n-1)>div:nth-child(2n),
.location_wrap.on2 .location_bg>div:nth-child(2n-1)>div:nth-child(2n) { transform: rotate(-90deg) scale(0); transition: 2.4s 0.2s; }
.location_wrap.on .location_bg>div:nth-child(2n)>div:nth-child(2n),
.location_wrap.on2 .location_bg>div:nth-child(2n)>div:nth-child(2n) { transform: rotate(90deg) scale(0); transition: 2.0s 0.2s; }
.location_wrap.on .location_bg>div:nth-child(2n)>div:nth-child(2n-1),
.location_wrap.on2 .location_bg>div:nth-child(2n)>div:nth-child(2n-1) { transform: rotate(-90deg) scale(0); transition: 2.4s 0.2s; }
.location_wrap.on .location_img_box.box01>div,
.location_wrap.on2 .location_img_box.box01>div { transform: scale(1); transition: 2.5s 0s; }
.location_wrap.on .location_txt_box.box01,
.location_wrap.on2 .location_txt_box.box01 { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }

.location_wrap.on2 .location02::before,
.location_wrap.on3 .location02::before { opacity: 1; transition: 1.2s 0.2s; }
.location_wrap.on2 .location_img { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.location_wrap.on2 .location_txt_box.box02 { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.location_wrap.on2 .location_img_box.box02 p { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }

.location_wrap.on3 .location_map>div { transform: scale(1); transition: 2.5s 0s; }
.location_wrap.on3 .location_txt_box.box03>div:last-child { opacity: 1; transform: translateY(2rem); transition: 1.2s 0.4s; }
.location_wrap.on3 .location_map_tit h1 { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }

.location_wrap.on4 .location_img_box.box04>div { transform: scale(1); transition: 2.5s 0s; }
.location_wrap.on4 .location_txt_box.box04 { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }



/* .location_wrap.active2 { transform: translateX(-100vw); } */
.location_wrap.active3 { transform: translateX(-100vw); }
.location_wrap.active4 { transform: translateX(-200vw); }




/*news*/
/**/

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

/*news*/

/*  */

.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); }
.contact_tit h2 { font-family: 'kessler'; font-size: 2.5625rem; line-height: 100%; font-weight: 700; letter-spacing: 0; }
.contact_tit h5 { font-size: 1rem; line-height: 100%; margin-top: 0.875rem; }

.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; }
.contact_wrap.on .cy_bt { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }

/*  */

.out_wrap { width: 100%; height: 100%; position: relative; transition: 1.6s; display: flex; justify-content: flex-start; align-items: center; background-color: #000; }
.out_wrap::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background: url(../img/out_bg.png) center no-repeat; background-size: cover; }

.out_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 10; background: url(../img/out_logo.png) center no-repeat; background-size: cover; }
.out_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: url(../img/out_img.jpg) center bottom no-repeat; background-size: cover; transform: scale(1.2); opacity: 1; }

.out_bg_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 5; }
.out_bg_box::after { content: ''; width: 100%; height: 78%; position: absolute; right: 0; top: 3rem; background-color: #040000; z-index: 9; }
.out_bg_box>div { position: absolute; background-color: #040000; }
.out_bg01 { width: 100%; height: calc(16% + 4rem); left: 0; top: 0; }
.out_bg02 { width: 100%; height: 16%; left: 0; bottom: 0; }
.out_bg03 { width: 40%; height: 100%; left: 0; top: 0; }
.out_bg04 { width: 40%; height: 100%; right: 0; top: 0; }

.out_txt_box { width: 65%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; display: flex; justify-content: center; align-items: flex-end; text-align: left; color: #fff; opacity: 0; transform: translateX(-5rem); }
.out_txt_box>div { margin-bottom: 6.25rem; }
.out_txt_box h4 { font-family: 'Nanum Myeongjo', serif; font-size: 1.375rem; line-height: 100%; }
.out_txt_box h2 { font-family: 'kessler'; font-size: 2.5625rem; line-height: 122%; margin-top: 1.25rem; }
.out_txt_box p { font-size: 16px; line-height: 188%; margin-top: 2.5rem; opacity: 0.4; }


/* .out_wrap.on .out_bg { transform: scale(15); opacity: 0; transition: all 1.2s 2s, transform 6s 1.6s; }
.out_wrap.on .out_img { transform: scale(1); opacity: 1; transition: all 1.2s 0.2s, transform 3s 1.6s; }
.out_wrap.on .out_txt_box { opacity: 1; transform: translate(0); transition: 1.2s 2.8s; } */

.out_wrap.on .out_bg_box::after { height: 0; transition: 2.5s 0s; }
.out_wrap.on .out_bg01 { height: 0; transition: 2.5s 2.0s; }
.out_wrap.on .out_bg02 { height: 0; transition: 2.5s 2.0s; }
.out_wrap.on .out_bg03 { width: 0; transition: 2.5s 2.0s; }
.out_wrap.on .out_bg04 { width: 0; transition: 2.5s 2.0s; }
.out_wrap.on .out_img { transform: scale(1); transition: 10s 0s; }
.out_wrap.on .out_txt_box { opacity: 1; transform: translate(0); transition: 1.2s 2.2s; }

/*  */

#footer { overflow: visible; z-index: 990; }

.footer { width: 100%; padding: 3.75rem 4rem 4.5rem; box-sizing: border-box; z-index: 999; position: relative; box-sizing: border-box; letter-spacing: -0.0313rem; font-size: 0.875rem; text-align: left; background-color: #fff; color: rgba(0,0,0,0.7); }
.footer:after { content:''; width: 100%; height: 100vh; position: absolute; left: 0; top: -100vh; display: none; }
body.main .footer { border: none; }

.footer_const { display: flex; justify-content: flex-start; align-items: flex-start; margin-top: 2.625rem; gap: 0.25rem; }
.footer_const li { font-size: 0.7rem; font-family: system-ui; line-height: 100%; color: #000; position: relative; line-height: 100%; }
/* .footer_const li:after { position: absolute; content:''; width: 1px; height: 0.75rem; background-color: #fff; opacity: 0.3; right: 0; bottom: 0; top: -1px; margin: auto; } */
.footer_const li:nth-child(2n) { margin-right: 1.875rem; }
.footer_const li:last-child { margin-right: 0; }
.footer_const li:last-child:after { display: none; }
.footer_const li span { color: #fff; font-size: 1rem; display: inline-block; margin-left: 0.25rem; }

.footer_const li img.dnc{margin-top: -4px; height: 22px;}
.footer_const li img.ko{margin-top: -1px; height: 16px;}
.footer_const li img.hl{margin-top: 1px; height: 14px;}

.footer p { line-height: 158%; margin-top: 1.25rem; margin-left: 1.2rem; }
.footer p span::before{ content: '※'; position: absolute; left: 68px; }

.footer_info { display: flex; justify-content: flex-start; align-items: center; margin-top: 1rem; }
.footer_info li { padding: 0 0.625rem; line-height: 100%; position: relative; }
.footer_info li:after { position: absolute; content:''; width: 1px; height: 0.8125rem; background-color: #000; opacity: 0.3; right: 0; bottom: 0; top: 1px; margin: auto; }
.footer_info li span { color: #489b7f; color: #fff; }
.footer_info li:first-child{ padding-left: 0; }
.footer_info li:last-child:after { display: none; }

.footer h5 { font-size: 0.9375rem; line-height: 100%; color: #000; margin-top: 1.375rem; }
.footer h6 { font-size: 0.9375rem; line-height: 100%; margin-top: 4.125rem; letter-spacing: 0; color: #000; }

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

.top_bt { width: 54px; height: 54px; background-color: #000; z-index: 99999; position: absolute; right: 2rem; top: 0.625rem; cursor: pointer; opacity: 0; transition: 0.6s; }
.top_bt:before { content:''; width: 8px; height: 8px; position: absolute; left: 0; right: 0; top: 0px; 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; }
/* .top_bt::after { content: ''; width: 1px; height: 13px; position: absolute; left: 0; right: 0; top: 1px; bottom: 0; margin: auto; background-color: #fff; } */


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

.footer.on .top_bt { opacity: 1; top: -20px; }


/*  */


.guest_pop_wrap { width: 48%; height: 100%; position: fixed; right: -50%; 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: 'kessler'; 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; z-index: 2; }
.sub_top_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; }

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

/**/

ul.tabs2 { width: 100%; display: flex; justify-content: space-between; }
ul.tabs2.two { flex-wrap: wrap; }
ul.tabs2 li { margin-bottom: -1px; color: #222; margin-left: 2%; 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.selected, ul.tabs li.selected:hover { color: #a79482; background: #192642; border: 1px solid #192642; }	
ul.tabs2 li.selected a, ul.tabs li.selected a:hover { color: #a79482; }
ul.tabs2 li.active { color:#fff; background: #192642; border: 1px solid #192642; }

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

/*  */

.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: 579px; height: 363px; border: 1px solid #cecece; position: relative; }
.sub_contact_map_box img { width: 100%; }

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

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

.sub_contact_bt { display: flex; justify-content: flex-end; align-items: center; margin-right: 0; }
.sub_contact_bt a { margin-left: 0.3125rem; }

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

.map_marker { font-family: '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; }*/
/*  */

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