
::-webkit-scrollbar {

  display:none;
  
  } 
  
  


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


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

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

.mo { display: none; }
.pc { display: block; }

/**/


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

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

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

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

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

.cursor_drag { width: 25px; height: 25px; background-color: rgba(0,0,0,0.7); display: flex; justify-content: center; align-items: center; border-radius: 100%; left: 0; top: 0; transform: translate(-50%,-50%); transition: 0.3s; opacity: 0; position: absolute; border: 1px solid #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: #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; 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: absolute; left: 0; top: 0; z-index: -1; transition: 1.6s 0s; }

.intro_wrap { width: 100%; height: 100%; position: relative; display: flex; justify-content: center; align-items: center; }
.intro_wrap::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1; }


.intro_txt_box { width: 100%; height: 50%; position: absolute; right: 0; top: 0; z-index: 995; display: flex; justify-content: center; align-items: end; text-align: center; opacity: 0; transform: translateY(3rem); }
.intro_txt_box>div { font-family: 'Nanum Myeongjo', serif;  margin-bottom: 5.375rem; }
.intro_txt_box h4 { font-size: 1.8rem; line-height: 160%;}
.intro_txt_box h4 b { font-size: 2rem; font-weight: bold; }
/*
.intro_txt_box h4 { font-size: 1.25rem; line-height: 100%; font-weight: 700; }
.intro_txt_box h2 { font-size: 2.25rem; line-height: 100%; margin-top: 0.75rem; font-weight: 700; }
*/


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

.logo_wrap>a { width: 100%; height: auto; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 1.125rem; flex: 0 0 auto; transition: 1.2s; }
.logo_wrap>a img:first-child { width: 35.9155%; opacity: 0; }
.logo_wrap>a img:last-child { width: 49.7653%; opacity: 0; transform: translateY(3rem); }
.logo_svg { width: 100%; height: auto; background: transparent !important; }
.logo_svg .path { stroke: #a5a5a5; stroke-width: 0.4; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1000; stroke-dashoffset: 1000; }
.logo_svg .fillrect { fill: #000; y: 23.15; height: 0; transition: 0.3s; }
.logo_wrap svg { height: 100%; width: auto; background: transparent !important; }

/* @keyframes fill-up {
    from {
        y: 23.15;
        height: 0;
    }
    to {
        y: 0;
        height: 23.15;
    }
}
@keyframes draw-line {
    to {
        stroke-dashoffset: 0;
    }
} */

.logo_wrap.white .logo_svg .fillrect { fill: #fff; }
.logo_wrap.white>a img:last-child{filter: invert(1);}
.logo_wrap>a img:last-child{filter: invert(0);}

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

.logo_wrap.intro>a img:first-child { opacity: 1; transform: translate(0); transition: 1.5s 0s; }

.logo_wrap.intro2>a img:last-child { opacity: 1; transform: translate(0); transition: 1.5s 0s; }
.logo_wrap.intro2 .logo_svg .fillrect { y: 0; height: 23.15px; transition: all 0.3s, height 2s, y 2s; }

.intro_wrap.intro2 .main_vd { clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%); transition: 2s 0s; }
.intro_wrap.intro2 .main_bg { clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%); transition: 2s 0s; }

.intro_wrap.intro3 .main_vd_box { clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); transition: 2s 0s; }

.intro_wrap.intro4 .intro_txt_box { opacity: 1; transform: translate(0); transition: 1.5s 0s; }
.logo_wrap.intro4>a { transform: translateY(-18rem); transition: 1.5s 0s; }

.logo_wrap.skip .logo_svg .path { stroke-dashoffset: 0; transition: 4s cubic-bezier(.19,1,.22,1); }
.logo_wrap.skip .logo_svg .fillrect { y: 0; height: 23.15px; transition: all 0.3s, height 1s, y 1s; }
.logo_wrap.intro5{width: 16.625rem;}
.logo_wrap.skip { width: 8.875rem; height: 3.5rem; top: 2.75rem; left: 11.25rem; margin: 0; transform: translateY(0); }
.logo_wrap.skip>a img { opacity: 1 !important; transform: translate(0) !important; transition: 1.2s 0s; }
.logo_wrap.skip>a { gap: 0.3125rem; transform: translateY(0); transition: 1.2s 0s; }
.intro_wrap.skip .main_vd { clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); transition: 1.5s 0s; }
.intro_wrap.skip .main_bg { clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); transition: 1.5s 0s; }
.intro_wrap.intro5 .main_bg { clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); transition: 1.5s 0s; }
.intro_wrap.skip .main_bg { transition: 1.5s 0s; background: url(../img/main02.jpg) center no-repeat;}
.intro_wrap.skip .main_vd_box { clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); transition: 1.5s 0s; }
.intro_wrap.intro5 .intro_txt_box { opacity: 0; transition: 1.2s 0s; }
.intro_wrap.skip .intro_txt_box { opacity: 0; transition: 1.2s 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; }
body.main .all_wrap.scroll { height: 100%; text-align: center; }

.section { background-color: #fff; width: 100%; height: 100%!important; 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: 100%; height: 100vh; left: 0; top: 0; z-index: 9; display: flex; justify-content: center; align-items: center; overflow: hidden; }

.main_vd_box { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 1; z-index: 3; overflow: hidden; opacity: 1; clip-path: polygon(40% 0, 60% 0, 60% 100%, 40% 100%); }
.main_vd { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; padding-bottom: 56.25%; height: 0; opacity: 1; clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%); }
.main_bg {  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%); }
.main_vd::after { content:''; left: 50%; width: 100%; height: 100%; position: absolute; top: 50%; transform: translate(-50%,-50%); background: url(../img/main_vd.jpg) center no-repeat; background-size: cover; z-index: 1; transition: 1.5s 0s; }
/* .main_vd:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 5; } */
.main_vd iframe { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; transition: 1.5s 0s; }
.main_bg { width: 100%; height: 100%; position: absolute; background: url(../img/main011.jpg) center no-repeat; background-size: cover; z-index: 3; opacity: 1; }

.main_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 5; }
.main_bg::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; /*background: url(../img/main_bg.png) center no-repeat;*/ background-size: cover; transform: scale(12); opacity: 0; }

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

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

@media all and (max-width: 1100px) { 
	.main_vd iframe { width: 250%; height: 250%; }
    .main_vd::after { width: 250%; height: 250%; }
}

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

.main01 { width: 100%; height: 100%; position: relative; left: 0; top: 0; transition: 0.8s; }
.main02 { width: 75%; height: 100%; position: relative; right: 0; top: 0; display: flex; justify-content: center; align-items: center; }
.main02>div:last-child { width: 90%; max-width: 1120px; margin-left: 8rem; height: 100%; position: relative; display: flex; justify-content: center; align-items: flex-start; flex-direction: column; gap: 9rem; transform: translateY(5rem); }

.main_wrap2{display: flex; align-items: center; }
.main_wrap2 .vd_box{position: absolute; width: 100%; height: 100vh; clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);}
.main_wrap2 .vd_box .vd{    width: 100%;
    padding-bottom: 56.25%; height: 0; left: 0; top: 50%;
    transition: 1.5s 0s; transform: translate(-74%, -40%);
    position: absolute; opacity: 1;  overflow: hidden;   border-top-right-radius: 8.5rem;}
.main_wrap2 .vd_box .vd iframe{ position: absolute; top: 50%; transform: translate(-50%, -50%); left: 50%; width: 100%; height: 100%; z-index: 2; transition: 1.5s 0s;}

.main_tit { width: 25%; height: calc(100% - 9.0625rem); position: relative; left: 0%; bottom: 0; z-index: 9; display: flex; justify-content: center; align-items: center; }
.main_tit>div { transform: translateY(-1rem); }
.main_tit h2 { font-family: 'gg'; font-size: 1.6875rem; line-height: 120%; display: flex; justify-content: center; align-items: flex-start; gap: 1rem; }
.main_tit h2 b { font-weight: 400; display: inline-block; margin: 0.5rem 0; }
.main_tit h2 span { width: 1.5rem; position: relative; transition: 0.8s; }
.main_tit h2 span:first-child { opacity: 0; transform: translateY(-3rem); }
.main_tit h2 span:last-child { margin-top: 7.5rem; opacity: 0; transform: translateY(3rem); } 
.main_tit h2 span:last-child::after { content: ''; width: 7px; height: 7px; border-radius: 100%; border: 1px solid #000; position: absolute; right: -0.3rem; bottom: 0.2rem; box-sizing: border-box; }

.main_txt_box { width: 100%; height: 50%; position: absolute; right: 0; top: 0; display: flex; justify-content: center; align-items: end; z-index: 9; }
/*.main_txt_box>div { margin-bottom: 4rem; }*/
.main_txt_box h3 { font-family: 'Nanum Myeongjo', serif; font-size: 1.5rem; line-height: 100%; font-weight: 700; opacity: 0; transform: translateY(-3rem); transition: 0.8s; }
.main_txt_box h2 { font-family: 'Nanum Myeongjo', serif; font-size: 3.438rem; line-height: 100%; font-weight: 700; margin-top: 0.75rem; opacity: 0; transform: translateY(-3rem); transition: 0.8s; /*color: #c36c5e;*/}
.main_txt_box p { font-size: 1rem; line-height: 234%; margin-top: 3rem; opacity: 0.7; font-weight: 500; opacity: 0; transform: translateY(3rem); transition: 0.8s; }

/* .main_logo { position: absolute; width: 19.375rem; left: 15.75rem; bottom: 9.875rem; z-index: 9; opacity: 0; transition: 0.8s; } */

.c_blue { color: #001a60; }

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

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


.sum_txt_box { width: 100%; display: flex; justify-content: flex-start; align-items: center; transition: 0.8s; text-align: left; }
.sum_txt { width: 50%; height: 100%; display: flex; align-items: center; opacity: 0; transform: translateX(5rem); transition: 0.8s; }
.sum_txt>div { display: inline-block; transition: 0.8s; position: relative; }
.sum_txt h2 { width: 100%; font-family: 'Nanum Myeongjo', sans-serif; font-size: 4.375rem; line-height: 100%; position: relative; font-weight: 700; white-space: nowrap; opacity: 1; transition: 0.8s; }
.sum_txt h5 { font-size: 0.9375rem; margin-top: 1rem; line-height: 100%; opacity: 1; font-weight: 500; transition: 0.8s; white-space: nowrap; }
.sum_txt h3 { font-family: 'antro'; font-size: 1.6875rem; line-height: 84%; font-weight: 600; transition: 0.8s; color: #c36c5e; position: absolute; right: -10.375rem; bottom: 0.125rem; }
.sum_txt h3 span { font-size: 0.9375rem; display: inline-block; margin-left: 7.75rem; }
.sum_sum { width: 100%; opacity: 0; transform: translateY(3rem); transition: 0.8s; }
.sum_sum>div { display: flex; justify-content: center; align-items: flex-start; flex-direction: column; margin-bottom: 3.375rem; }
.sum_sum ul { width: 100%; display: flex; align-items: flex-start; gap: 4.625rem 3.5rem; flex-wrap: wrap; }
.sum_sum ul li { width: calc(20% - 2.375rem); text-align: left; }
.sum_sum ul li h3 { font-size: 1.125rem; line-height: 100%; font-weight: 500; }
.sum_sum ul li p { font-size: 0.875rem; line-height: 128%; opacity: 0.7; font-weight: 500; border-top: 1px solid #000; margin-top: 0.875rem; padding-top: 1.25rem; }
.sum_sum .imgc { text-align: left; right: revert; line-height: 166%; opacity: 0.5; position: static; color: #000; text-shadow: none; opacity: 0; transition: 0.8s; margin-top: 5.625rem; }

.main02>h5 { width: 100%; height: 32%; position: absolute; left: 0; bottom: 0; }
.main02>h5 span { font-size: 0.625rem; line-height: 100%; position: absolute; text-align: left; right: -1.875rem; top: 0; letter-spacing: 0; transition: 0.8s 0s; z-index: 9; opacity: 1; transform: translateY(0rem); color: #929292; text-transform: uppercase; transition: 0.8s; opacity: 0; transform: translateY(-3rem); }
.main02>h5 span b { transform: rotate(90deg); transform-origin: left top; display: inline-block; position: absolute; left: 0; top: 0; white-space: nowrap; font-weight: 400; }

.main_wrap.hide .main01 { opacity: 0; }
.planning_bg_box { width: 28%; height: calc(100% - 9.0625rem); position: absolute; overflow: hidden;border-top-right-radius: 8.5rem;}
.planning_bg { width: 100%; height: 100%; position: relative; overflow: hidden; }
.planning_bg::after { content: ''; width: 100%; height: 100%; position: absolute; right: 0; top: 0; background: url(../img/main022.jpg) no-repeat; background-size: cover; background-position-x: 20%; z-index: 1; transform: scale(1.2); transition: 2s 0s;}


.main_wrap.on .main_logo { opacity: 1; transform: translateY(0rem); transition: 1.5s 0.2s; }
.main_wrap.on .main_txt_box h3 { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.main_wrap.on .main_txt_box h2 { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.main_wrap.on .main_txt_box p { opacity: 0.6; transform: translate(0); transition: 1.2s .6s; }
 
/* .main_wrap.on2 .main_vd_box { opacity: 1; clip-path: polygon(0 calc(0% + 9.0625rem), 25% calc(0% + 9.0625rem), 25% 100%, 0% 100%); transition: 1.5s 0s; } */
.calendar.active .main_vd_box { left: -75%; border-top-right-radius: 8.5rem; top: 9.0625rem; transition: 1s 0s; }
.calendar.active .main_vd { left: 100%; left: 70%; top: calc(50% - 9.0625rem); transition: 1.5s 0s; }
.calendar.active .main_tit h2 span:first-child { opacity: 1; transform: translate(0); transition: .4s 0s; }
.calendar.active .main_tit h2 span:last-child { opacity: 1; transform: translate(0); transition: .4s 0s; }
.calendar.active .sum_txt { opacity: 1; transform: translate(0); transition: 1s 0s; }
.calendar.active .sum_sum { opacity: 1; transform: translate(0); transition: 1s 0s; }
.calendar.active .main02>h5 span  { opacity: 1; transform: translate(0); transition: 1s 0s; }
.calendar.active .imgc { opacity: 0.6; transform: translate(0); transition: 1s 0s; }
.calendar.active .sum_img_box h3 { opacity: 1; transform: translate(0); transition: 1s 0s; }
.calendar.active .sum_img_box img { opacity: 1; transform: translate(0); transition: 1s 0s; }
.calendar.active .planning_bg::after {background-position-x: 10%; transform: scale(1); transition: 2s 0s; }




/*  brand*/
.brand_wrap { width: 100vw; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: space-between; align-items: center; transition: 1.6s; }
.brand_wrap2 { width: 100vw; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: space-between; align-items: center; transition: 1.6s; }
.brand_wrap>div { width: 100vw; height: 100%; display: flex; justify-content: center; align-items: center; position: relative; overflow: hidden; }
.brand_wrap2>div { width: 100vw; height: 100%; display: flex; justify-content: center; align-items: center; position: relative; overflow: hidden; }
.brand_img { width: 100%; height: 50%; position: absolute; left: 0; bottom: 0; z-index: 1; overflow: hidden; transition: 0.8s; }
.brand_img::after { content: ''; width: 100%; height: 100%; position: absolute; right: 0; top: 0; transform: scale(1.2); transition: 0.8s; }
.brand_img.img01::after { background: url(../img/brand_img01.jpg) center no-repeat; background-size: cover; }
.brand_img.img02::after { background: url(../img/brand_img02.jpg) center bottom no-repeat; background-size: cover; }
.brand_img.img02 { opacity: 0; }
.brand_tit_box { width: 100%; height: 50%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; z-index: 9; text-align: left; }
.brand_tit_box>div { width: 90%; max-width: 1464px; transform: translateY(3.5rem); display: flex; justify-content: space-between; align-items: flex-end; }
.brand_tit_box>div>div { width: 100%; display: flex; align-items: center; opacity: 0; transition: 0.8s; }
.brand_tit_box>div>div:first-child { justify-content: flex-start; transform: translateX(-5rem); }
.brand_tit_box>div>div:last-child { justify-content: center; margin-top: -1.5rem; transform: translateX(5rem); text-align: center; }
.brand_tit_box>div>div>div { position: relative; }
/* .brand_tit_box>div>div:last-child>div { margin-right: 6rem; } */
.brand_tit_box h4 { font-family: 'Nanum Myeongjo', serif; font-size: 1.6875rem; line-height: 100%; }
.brand_tit_box h2 { font-family: 'Nanum Myeongjo', serif; font-size: 4rem; line-height: 100%; font-weight: bold; color: #c36c5e; }
.brand_tit_box h5 { font-size: 1.25rem; line-height: 100%; font-weight: 600; margin-top: 2.25rem; }
.brand_tit_box p { font-size: 1rem; line-height: 188%; opacity: 0.7; font-weight: 500; margin-top: 1rem; }
.brand_tit_box img { width: 10.8125rem; margin-top: 3.5rem; }
.brand_tit_box h1 { font-family: 'Futura PT', sans-serif; font-size: 4.875rem; line-height: 70%; font-weight: 700; }
.brand_tit_box h6 { font-size: 0.9375rem; line-height: 100%; margin-top: 1rem; font-weight: 500; }
.brand_tit_box h3 { position: absolute; font-family: 'antro'; font-size: 4.75rem; line-height: 100%; color: #c36c5e; z-index: 9; right: -6.5rem; top: -1.25rem; }
.brand_txt_box { width: 100%; height: 50%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; z-index: 9; }
.brand_txt_box>div { width: 90%; transform: translateY(4rem); }
.brand_txt_box>div>div { display: flex; justify-content: center; align-items: center; gap: 0.5rem; }
.brand_txt_box h4 { font-family: 'Nanum Myeongjo', serif; font-size: 2rem; line-height: 100%; opacity: 0; transform: translateY(-3rem); transition: 0.8s; }
.brand_txt_box h2 { font-family: 'Nanum Myeongjo', serif; font-size: 2.75rem; line-height: 100%; color: #c36c5e; opacity: 0; transform: translateY(-3rem); transition: 0.8s; }
.brand_txt_box p { font-size: 0.9375rem; line-height: 234%; margin-top: 2.25rem; opacity: 0.7; font-weight: 500; opacity: 0; transform: translateY(3rem); transition: 0.8s; }
.brand_left { width: 36%; height: 100%; display: flex; justify-content: center; align-items: center; position: relative; }
.brand_left::after { content: ''; width: 100%; height: 100%; position: absolute; right: 0; top: 0; transform: scale(1.2); transition: 0.8s; background: url(../img/brand_left_bg.jpg) center bottom no-repeat; background-size: cover;}
.brand_left>div{position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; justify-content: end; color: #fff;}
.brand_left>div>div{padding: 6.25rem 5.625rem; text-align: left;}
.brand_left .brand_logo{  filter: brightness(0) invert(1); margin-bottom: 2.375rem; opacity: 0; transform: translateY(2rem);}

.brand_wrap.on2 .brand_left .brand_logo{opacity: 0;transform: translateY(2rem);transition: 1.2s 0.4s; }
.brand_wrap.on3 .brand_left .brand_logo{opacity: 1; transform: translate(0); transition: 1.2s 0.4s;}
.brand_wrap.on3 .brand_left::after{transform: scale(1);transition: 1.2s 0.4s;}

.brand_left h2 { font-family: 'Nanum Myeongjo', serif; font-size: 1.875rem; line-height: 100%; opacity: 0; transform: translateY(-3rem); transition: 0.8s; }
.brand_left .brand_chart { width: 36.8125rem; margin-top: 3rem; opacity: 0; transform: translateY(3rem); transition: 0.8s; }
.brand_left h6 { position: absolute; left: 0; right: 0; margin: auto; bottom: 4rem; text-align: center; font-size: 0.75rem; line-height: 166%; opacity: 0.5; font-weight: 500; opacity: 0; transform: translateY(3rem); transition: 0.8s; }
.brand_right { width: 64%; height: 100%; display: flex; justify-content: center; align-items: center; background-color: #efeded; position: relative; }
.brand_right>div { transform: translateY(3rem); }
.brand_award { display: flex; align-items: center; flex-wrap: wrap; gap: 0.875rem 1rem; opacity: 0; transition: 0.8s; }
.brand_award li { font-size: 0.9375rem; line-height: 100%; }
.brand_award li::before { content: '· '; }
.brand_award li:last-child { width: 100%; }
.brand_history { display: flex; justify-content: center; align-items: flex-start; margin-top: 5.625rem; gap: 9.25rem; }
.brand_history li { position: relative; text-align: center; opacity: 0; transition: 0.8s; }
.brand_history li div:first-child { width: 11.25rem; height: 11.25rem; display: flex; justify-content: center; align-items: center; border-radius: 100%; border: 1px solid #888; transition: 0.5s; }
.brand_history li h2 { font-family: 'Futura PT', sans-serif; font-size: 2.25rem; line-height: 100%; font-weight: 700; }
.brand_history li h2 span { font-size: 1.25rem; }
.brand_history li:last-child h2 span { display: inline-block; margin-right: 0.25rem; }
.brand_txt { width: 200%; position: absolute; left: -50%; margin: auto; bottom: -5rem; }
.brand_txt h3 { font-size: 1.375rem; line-height: 100%; }
.brand_txt h5 { font-size: 0.875rem; line-height: 100%; opacity: 0.7; margin-top: 0.5rem; }
.brand_history li:hover div:first-child { border: 1px solid #000; }
.brand_history li:nth-child(1) { transform: translateX(100%); }
.brand_history li:nth-child(3) { transform: translateX(-100%); }
.brand_right .brand_logo_box { position: relative; margin-top: 11.25rem; opacity: 0; transform: translateY(3rem); transition: 0.8s; 
display: flex; justify-content: center; align-items: center; gap: 1rem; }
.brand_right .brand_logo_box h4 { font-size: 1.125rem; line-height: 100%; font-weight: 500; }
/* .brand_right .brand_logo { width: 9.1875rem; } */

.brand_right p { font-size: 0.875rem; line-height: 214%; margin-top: 2.5rem; opacity: 0.7; font-weight: 500; opacity: 0; transform: translateY(3rem); transition: 0.8s; }


/* .brand2.active { transform: translateX(-100vw); } */
.brand.active .brand_img.img01::after { transform: scale(1); transition: 2.5s 0s; }
.brand.active .brand_tit_box>div>div { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.brand2.active .brand_img.img02 { opacity: 1; transition: 1.2s 0s; }
.brand2.active .brand_left h2 { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.brand2.active .brand_logo { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.brand2.active .brand_logo_box { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.brand2.active .brand_chart { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.brand2.active .brand_left h6 { opacity: 0.5; transform: translate(0); transition: 1.2s 0.6s; }
.brand2.active .brand_award { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.brand2.active .brand_history li { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.brand2.active .brand_right p { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
/*  */



/* map */
.map_wrap { width: 100%; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: flex-end; transition: 1.6s;background:#faf9f4 ;}
.map_txt{width: 37%!important; flex-direction: column; align-items: center!important; transform: translate(0)!important;}
.map_txt h1{ font-family: 'Nanum Myeongjo'; font-size: 1.375rem; opacity: 0; transform: translateY(2rem);}
.map_txt h2.tit{  color: #000;}
.map_txt h2{ font-family: 'Nanum Myeongjo'; font-size: 2.9rem; color: #c36c5e;opacity: 0; transform: translateY(2rem);}
.map_txt p{  font-size: 1rem; line-height: 200%; margin-top: 2rem;opacity: 0; transform: translateY(-2rem);}
.map_txt img.main_logo{margin-top: 5.438rem;  width: 142px;opacity: 0; transform: translateY(-2rem);}
.location_pop_wrap{width: 63%!important; justify-content: start!important;}

.lo_map.active .location_box.box00 .location_map{opacity: 1; transform: translate(0); transition: .4s 0s;}
.lo_map.active .location_box.box00 .location_pop>h2{opacity: 1; transform: translate(0); transition: .4s 0s;}
.lo_map.active .location_ori{opacity: 1; transform: translate(0); transition: .7s 0.2s;}
.lo_map.active .map_txt h1{opacity: 1; transform: translate(0); transition: .7s 0.4s;}
.lo_map.active .map_txt h2{opacity: 1; transform: translate(0); transition: .7s 0.6s;}
.lo_map.active .map_txt p{opacity: 1; transform: translate(0); transition: .7s 0.8s;}
.lo_map.active .map_txt img.main_logo{opacity: 1; transform: translate(0); transition: .7s 1.4s;}
.lo_map.active .map_wrap::after{opacity: 1; transition: .7s 0.4s;}
.lo_map.active .location_bt { bottom: 0; transition: .7s 0.4s; }
/*  */




/* premium */
.location_wrap { width: 100%; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: flex-end; transition: 1.6s;background:#faf9f4 ; }

.location_pop_wrap { width: 100%; height: 100%; position: absolute; left: 0; z-index: 99999999; display: flex; justify-content: center; align-items: center; transition: 0.8s 0s;/* pointer-events: none;*/ }
.location_pop_bg_bt { display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; cursor: pointer; z-index: 1; }
.location_pop { width: 95%; /*max-width: 1400px;*/ position: relative; top: 0vh; z-index: 9; pointer-events: auto; }
.location_pop>h2 { font-size: 18px; line-height: 100%; color: #000; margin-bottom: 1rem; opacity: 0; transform: translateY(-1rem); }
.location_map { width: 100%; position: relative; display: flex; justify-content: center; align-items: flex-start; overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; opacity: 0; transform: translateY(2rem);transition: 1.2s 0.4s; }
.location_map img { width: 100%; }
.location_pop_bg { width: 100%; height: 100%; position: absolute; left: -100%; top: 0; z-index: 99999998; background-color: #000; opacity: 0.8; transition: 0.6s 0.2s; touch-action: none; overscroll-behavior: none; }
.location_pop_close { width: 3.4375rem; height: 3.4375rem; position: absolute; left: 1.5rem; top: 1.5rem; cursor: pointer; background-color: #000; }
.location_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); }
.location_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); }

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

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

.location_box { position: absolute; left: 0; top: 0; z-index: 9; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; transition: 0.8s; }
.location_box>div { width: 100%; height: 100%; position: relative; display: flex; justify-content: center; align-items: start; transform: translateY(9.0625rem); }
/* .location_box.box01{left:50%; } */
.location_box.box02 { background-color: #000; opacity: 0; }
.location_box.box02::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/location_bg.jpg) center no-repeat; background-size: cover; opacity: 0.12; transform: scale(1.2); transition: 1.5s; }

.location_content_box { transform: translateY(-2rem); }
.location_content_box>div { display: flex; justify-content: flex-end; opacity: 1; transform: translateX(0rem); transition: 0.8s; }
.location_content_box>div:first-child { align-items: flex-end; gap: 3.625rem; }
.location_content_box>div:last-child { align-items: flex-start; gap: 30rem; margin-top: 1.375rem; margin-right: 4.5rem; }

.location_content { position: relative; }
.location_content.con01 { transform: translateY(4rem); }
.location_content.con03 { transform: translateY(0.75rem); }

.location_img_box { position: relative; transition: 0.8s; opacity: 0; }
.location_img { overflow: hidden; }
.location_img.img01 { border-radius: 100% 0 100% 100%; }
.location_img.img02 { border-radius: 100% 100% 100% 0; }
.location_img.img03 { border-radius: 0 100% 100% 100%; }
.location_img_box.box01 { transform: translate(-7rem,-5rem); }
.location_img_box.box02 { transform: translate(4rem,-4rem); }
.location_img_box.box03 { transform: translate(4rem,3rem); }

.location_txt { width: 121.3808%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); }

.location_txt_box { width: 25rem; position: absolute; text-align: left; white-space: nowrap; transition: 0.8s; opacity: 0; }
.location_txt_box h3 { font-size: 1.375rem; line-height: 100%; font-weight: 700; }
.location_txt_box p { font-size: 0.875rem; line-height: 178%; margin-top: 1.25rem; font-weight: 500; opacity: 0.7; }
.location_txt_box.box01 { left: -11rem; bottom: -3rem; transform: translateX(-4rem); }
.location_txt_box.box02 { left: 2rem; top: -9rem; transform: translateX(4rem); }
.location_txt_box.box03 { right: -29.5rem; bottom: 6.5rem; transform: translateX(4rem); }
.location_box.box02 .location_txt_box h3 { color: #c36c5e; }
.location_box.box02 .location_txt_box p { color: #fff; opacity: 0.4; }


.location_ori {position: relative; z-index: 11; text-align: center; margin-bottom: 1.8rem; color: #fff; opacity: 0;}
.location_ori p { font-size: 0.75rem; line-height: 166%; opacity: 1; }
.map_wrap::after{position: absolute; z-index: 10; width: 100%; height: 14rem; content: '';background: linear-gradient(0deg,rgba(0, 0, 0, .8) 0%, rgba(255, 255, 255, 0) 100%); opacity: 0;transition: 1.2s 0.4s;}


.location.active .location_box.box01 .location_img_box { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.location.active .location_box.box01 .location_txt_box  { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.location.active .location_box.box01  { left: 0; transition: 1.2s 0.4s; }

.location2.active .location_box { opacity: 1; transition: 1.2s 0s; }
.location2.active .location_box.box02::before { transform: scale(1); transition: 2.0s 0s; }
.location2.active .location_box.box02 .location_img_box { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.location2.active .location_box.box02 .location_txt_box { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }


.location.active .location_box.box00 {z-index: 1; transition: 1.2s 0.4s;}
.location.active .location_box.box00 .location_map{opacity: 0; transition: 1.2s 0.4s;}
.location.active .location_box.box00 .location_pop>h2{opacity: 0; transition: 1.2s 0.4s;}
.location.active .location_box.box00 iframe{opacity: 0; transition: 1.2s 0.4s;}
.location.active  .location_ori{opacity: 0; transform: translate(0); transition: 1.2s 0.4s;}
.location.active::after{opacity: 0; transition: 1.2s 0.4s;}
/*  */



/* premium_re */
.premium_wrap { width: 100%; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: flex-end; align-items: flex-end; transition: 1.6s; }
.premium_wrap>div:last-child { width: 84%; height: 100%; display: flex; justify-content: center; align-items: center; }
.premium_bg_box { width: 28%; height: calc(100% - 9.0625rem); position: relative; overflow: hidden;border-top-right-radius: 8.5rem;}
.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); transition: 2s 0s;}
.premium_tit { position: absolute; right: 4rem; top: 6rem; z-index: 9; color: #fff; text-align: left; opacity: 0; transform: translateY(3rem); transition: 1s 0.4s;}
.premium_tit>span { position: absolute; left: 0; top: 0; transform: rotate(90deg); transform-origin: left top; display: inline-block; white-space: nowrap; }
.premium_tit h2 { font-family: 'Nanum Myeongjo', sans-serif; font-size: 4.375rem; font-weight: bold; line-height: 100%; margin-bottom: 1rem; }
.premium_tit img { margin-left: 0.25rem; }
.premium_tit.pad { display: none; }
.premium_box { width: 90%; max-width: 1292px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; transform: translateY(4rem); }
.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; transition: 1s 0.4s;}
.premium_content h6 { font-size: 0.6875rem; color: #c15827; font-weight: 500; letter-spacing: 0; margin-top: 2.313rem; }
.premium_content h2 { font-size: 1.375rem; line-height: 100%; font-weight: 700; color: #c36c5e; margin-top: 1.375rem; }
.premium_box>div:nth-child(2n) h2 {color: #000;}
.premium_box>div:nth-child(2n) h6 {color: #000;}
.premium_content p { font-size: 0.875rem; line-height: 178%; margin-top: 1rem; }
.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; left: 0; right: 0; bottom: 0; margin: auto; transition: 1s 0.4s;}
.premium_content span::after { content: ''; width: 1px; height: 0%; position: absolute; background-color: #9a9a9a; right: 0; top: 0; bottom: 0; margin: auto; transition: 1s 0.4s;}


.premium.active .premium_bg::after { transform: scale(1); transition: 2s 0s; }
.premium.active .premium_tit { opacity: 1; transform: translate(0); transition: 1s 0.4s; }
.premium.active .premium_content>div { opacity: 1; transition: 1s 0.4s; }
.premium.active .premium_content span::before { width: 90%; transition: 2s 0s; }
.premium.active .premium_content span::after { height: 90%; transition: 2s 0s; }
.premium.active .premium_content:nth-child(n+4) span::before{ width: 0; }
.premium.active .premium_content:nth-child(3n) span::after{ height: 0; }

/* premium_re */

.complex_wrap { width: 100%; height: 100%; position: relative; transition: 1.6s; display: flex; justify-content: flex-start; align-items: flex-end; }
.complex_wrap>div { width: 100%; height: 100%; display: flex; justify-content: flex-start; align-items: flex-end; }

.complex_bg_box { width: 50%; height: 80%; border-top-right-radius: 8.75rem; overflow: hidden; position: relative; }
.complex_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.complex_bg::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: url(../img/complex_bg.jpg) center no-repeat; background-size: cover; transform: scale(1.2); }

.complex_bg_tit { width: 100%; height: 100%; z-index: 9; color: #fff; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; text-align: left; opacity: 0; transform: translateX(-5rem); }
.complex_bg_tit>div { width: 90%; max-width: 660px; }
.complex_bg_tit h2 { font-family: 'Futura PT', sans-serif; font-size: 6.0625rem; line-height: 90%; position: relative; font-weight: 700; }
.complex_bg_tit p { font-size: 0.9375rem; margin-top: 1rem; line-height: 100%; }

.complex_box { width: 50%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: left; }
.complex_box>div { transform: translateY(3rem); }
.complex_box>div>div { display: flex; justify-content: flex-end; align-items: flex-end; flex-direction: row-reverse; gap: 7.5rem; }
.complex_box>div>div:last-child { margin-top: 5.375rem; }

.complex_tit { text-align: left; opacity: 0; transform: translateX(5rem); }
.complex_tit h4 { font-size: 1rem; line-height: 100%; }
.complex_tit h2 { font-family: 'Nanum Myeongjo', serif; font-size: 2.75rem; line-height: 100%; margin-top: 1rem; color: #c36c5e; }

.complex_img { display: flex; justify-content: center; align-items: flex-start; gap: 0.625rem; }
.complex_img>div { width: 9.5rem; overflow: hidden; opacity: 0; }
.complex_img>div:first-child { border-bottom-left-radius: 3.125rem; margin-top: 7.25rem; transform: translateY(-3.625rem); }
.complex_img>div:last-child { border-top-right-radius: 3.125rem; transform: translateY(3.625rem); }
.complex_img img { width: 100%; }

.complex_box ul { display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; gap: 3.25rem; opacity: 0; transform: translateX(5rem); }
.complex_box ul li h3 { font-size: 1.375rem; line-height: 100%; font-weight: 600; }
.complex_box ul li p { font-size: 0.875rem; line-height: 178%; opacity: 0.7; font-weight: 500; margin-top: 1.125rem; }



.complex_wrap.on .complex_bg::before { transform: scale(1); transition: 2.5s 0s; }
.complex_wrap.on .complex_box ul { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.complex_wrap.on .complex_img>div { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.complex_wrap.on .complex_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.complex_wrap.on .complex_bg_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }

/*  */

.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); margin-top: 2.125rem; transition: .5 .2s;}
.contact_wrap .sub_contact_bottom>div { justify-content: space-between; }
.contact_wrap .sub_contact_map_box { width: 579px; height: 363px; }
.contact_wrap .sub_contact_txt_box { max-width: 579px; }

.contact_tit { text-align: center; opacity: 0; transform: translateY(-3rem); transition: .5s .2s;}
.contact_tit h2 { font-family: 'Nanum Myeongjo', sans-serif; font-size: 4.375rem; line-height: 100%; position: relative; font-weight: 700; white-space: nowrap; }
.contact_tit h5 { font-size: 0.9375rem; margin-top: 1rem; line-height: 100%; 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.active .contact_tit { opacity: 1; transform: translate(0); transition: .5s .2s; }
.contact.active .sub_contact_bottom { opacity: 1; transform: translate(0); transition:.5s .2s; }

/*  */

.right_scroll_wrap { width: 10px; height: 230px; margin: auto; overflow: hidden; position: absolute; z-index: 99; right: 2.25rem; top: 0; bottom: 0; transform: translateY(-4rem); opacity: 1; display: none; }
.right_scroll_img { width: 100%; height: 95px; 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: #c36c5e; 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: #c36c5e; }

/*  */

.right_quick { width: 4.125rem; height: 13.625rem; position: fixed; right: 2.25rem; bottom: 2.625rem; z-index: 999; display: none; }

.right_quick ul { width: 100%; display: flex; justify-content: center; align-items: center; gap: 0.625rem; flex-direction: column; }
.right_quick ul li { height: 4.125rem; position: relative; white-space: nowrap; }
/*.right_quick ul li:first-child .right_quick_icon { background-color: #c36c5e; }*/
.right_quick ul li p { text-align: center; font-size: 0.6875rem; line-height: 110%; color: #fff; letter-spacing: 0; transform: translateY(1px); }
.right_quick ul li p b { font-size: 1.125rem; font-size: 0.9375rem; letter-spacing: -0.0625rem; display: inline-block; margin-right: 0.125rem; }
.right_quick ul li h3 { font-size: 1.0625rem; line-height: 100%; font-weight: 500; }
.right_quick ul li h2 { font-family: 'Poppins', sans-serif; font-size: 1.0625rem; line-height: 100%; font-weight: 700; }
.right_quick_icon { width: 4.125rem; height: 4.125rem; background-color: #fff; border-radius: 4.125rem; 
    display: flex; justify-content: center; align-items: center; position: relative; z-index: 9; 
    transition: 0.3s; box-shadow: 0px -2px 20px 0px rgba(0,0,0,0.54); }
.right_quick_icon img:nth-child(2) { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; opacity: 0; }
.right_quick_icon img { transition: 0.3s; }

.right_quick_txt { width: 4.125rem; height: 100%; border-radius: 4.125rem; background-color: #fff; display: flex; justify-content: flex-start; align-items: center; padding-left: 1.625rem; box-sizing: border-box; position: absolute; right: 0; top: 0; transition: 0.3s; overflow: hidden; }

.right_quick ul li:hover .right_quick_txt { width: 12.5rem; }


.right_quick.color .right_quick_txt { color: #fff; }
.right_quick.color ul li:nth-child(1) .right_quick_icon { background-color: #555; }
.right_quick.color ul li:nth-child(1) .right_quick_txt { background-color: #555; }
/* .right_quick.color ul li:nth-child(3) .right_quick_icon { background-color: #afafaf; } */
.right_quick.color ul li:nth-child(2) .right_quick_icon { border: 1px solid rgba(0,0,0,0.2);}
.right_quick.color ul li:nth-child(2) .right_quick_txt {color: #000; background-color: #fff; }
/* .right_quick.color .right_quick_icon img:nth-child(1) { opacity: 0; } */
.right_quick.color .right_quick_icon img:nth-child(2) { opacity: 1; }

/*  */

.popup_wrap { height: 33.125rem; position: absolute; left: 0; bottom: 18.1875rem; background-color: #555; z-index: 99999999; border-top-right-radius: 1.75rem; transform: translateX(calc(-100% + 3.875rem)); transition: transform 0.8s 0s; display: none; }
.popup_wrap>div { height: 100%; display: flex; justify-content: flex-start; align-items: center; }

.popup_bg { width: 100%; height: 100%; position: fixed; right: -100%; top: 0; z-index: 99999998; background-color: #000; opacity: 0.3; transition: 0.6s 0.2s; }

.popup_wrap ul { height: 100%; display: flex; justify-content: center; align-items: center; gap: 1px; }
.popup_wrap ul li { width: 360px; height: 100%; background-color: #fff; }

.popup_bt { width: 3.875rem; height: 100%; position: relative; display: flex; justify-content: center; align-items: flex-start; cursor: pointer; }
.popup_bt h5 { font-family: 'Futura PT', sans-serif; font-size: 1.125rem; color: #c36c5e; font-weight: 700; line-height: 100%; position: relative; top: 0; letter-spacing: 0; z-index: 9; opacity: 1; transform: translateY(0rem); text-transform: uppercase; transition: 0.8s; }
.popup_bt h5 span { transform: rotate(90deg); transform-origin: left top; display: inline-block; position: absolute; left: 0.5rem; top: 2rem; white-space: nowrap; }
/*.popup_bt>div { width: 10px; height: 10px; position: absolute; left: 0; right: 0.5rem; margin: auto; bottom: 1.5rem; border-left: 2px solid #c36c5e; border-bottom: 2px solid #c36c5e; transform: rotate(225deg); }*/



.popup_wrap.active { transform: translateX(0); transition: 0.8s 0s; }
.popup_bg.active { right: 0; transition: 0.6s 0s; }
.popup_wrap.active .popup_bt>div { transform: rotate(45deg); right: 0; left: 0.5rem; }

/*  */

#footer { overflow: visible; }

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

/* .footer_logo { width: 18.375rem; } */

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

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

.footer_right { display: flex; justify-content: flex-end; align-items: center; gap: 1.5rem; }

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


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

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

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

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

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

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

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

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

.footer_info ul { display: flex; justify-content: center; align-items:flex-start; margin-top: 1.25rem; margin-top: 0; }
.footer_info li { padding: 0 0.75rem; line-height: 100%; position: relative; }
.footer_info li:after { position: absolute; content:''; width: 1px; height: 0.625rem; background-color: #fff; opacity: 0.3; right: 0; bottom: 0; top: 1px; margin: auto; }
.footer_info li span { color: #489b7f; }
.footer_info li:last-child:after { display: none; }
.footer_info li:nth-child(1) { padding-left: 0; }
.footer_info li:nth-child(1)::after { display: none; }
.footer_info li:nth-child(1) img { width: 12.125rem; transform: translateY(0.375rem); }

.footer h6 { line-height: 100%; margin-top: 3.75rem; letter-spacing: 0; text-transform: uppercase; color: #fff; }

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

.top_bt { width: 4.125rem; height: 4.125rem; background-color: #000; z-index: 99999; position: relative; right: 6.25rem; bottom: 4rem; right: 0; bottom: 0; opacity: 1; cursor: pointer; transition: 0.3s; }
.top_bt:before { content:''; width: 6px; height: 6px; position: absolute; left: 0; right: 0; top: 3px; bottom: 0; margin: auto; border-left: 1px solid 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: 14px; position: absolute; left: 0; right: 0; top: 5px; bottom: 0; margin: auto; background-color: #fff; } */



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



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

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

/*body.main .footer { width: 100%; }*/

.footer_info ul.ci{justify-content: flex-start; margin-bottom: 1rem;}
.footer_info ul.ci li {display: flex; gap: 1rem;}
.footer_info ul.ci li img{width: 100%; height: 100%;}
.footer_info ul.ci li span{color: #fff;}
.footer_info ul.ci li:after{content: none;}

/*  */


.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: 'Futura Std', sans-serif; font-size: 2.5625rem; line-height: 100%; text-transform: uppercase; }
.guest_pop_tit h5 { font-size: 1rem; line-height: 100%; position: relative; padding-left: 1rem; margin-left: 1.125rem; transform: translateY(-0.25rem); }
.guest_pop_tit h5::before { content: ''; width: 1px; height: 90%; position: absolute; left: 0; bottom: 0; top: 0; margin: auto; background-color: #000; opacity: 0.5; }
.guest_pop_tit span { display: inline-block; width: 1px; height: 2.375rem; background-color: #404040; margin: auto; margin-top: 2.1875rem; }

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

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

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


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

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

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

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

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

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

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