
::-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,1); 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; }
.cursor_drag p { color: #fff; font-size: 10px; line-height: 100%; font-weight: 500; display: inline-block; position: relative; letter-spacing: 0; }
.cursor_drag p:before { content:''; width: 5px; height: 5px; border-left: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(45deg); position: absolute; left: -33px; top: 0; bottom: 0; margin: auto; }
.cursor_drag p:after { content:''; width: 5px; height: 5px; border-right: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(-45deg); position: absolute; right: -33px; top: 0; bottom: 0; margin: auto; }

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

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

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

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

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

}

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

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

/* .intro_bg { width: 167.1428%; position: absolute; left: -33%; top: -33%; animation: intro_bg 8s 0s linear infinite; } */
    
    @keyframes intro_bg {
        from { transform: rotate(-360deg); }
        to {  }
    }

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

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

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




}



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

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


html.scroll-lock,
body.scroll-lock {
  overflow: hidden;
  height: 100%;
}

.main_skip_wrap {
  position: fixed;
  z-index: 9999999;
  pointer-events: auto;
}

/*  */

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

.intro_wrap { width: 100%; height: 100%; position: relative; }
/* .intro_wrap::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background-color: #00102a; opacity: 0; } */

.intro_bg_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; }
.intro_bg_box>div { width: 100%; height: 33.33%; position: absolute; background-color: #fff; }
.intro_bg01 { left: 0; top: 0; }
.intro_bg02 { left: 0; top: 33.33%; }
.intro_bg03 { left: 0; top: 66.66%; }

.intro_tit { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 5; text-align: center; display: flex; justify-content: center; align-items: center; transition: 0.8s; color: #00102a; text-align: center; }
.intro_tit>div { position: relative; transform: translateY(-0rem); }
.intro_tit h1 { font-family: 'copperplate'; font-size: 5rem; line-height: 124%; display: flex; justify-content: center; align-items: center; display: flex; justify-content: center; align-items: center; flex-direction: column; text-transform: uppercase; margin-left: -0.375rem; }
.intro_tit h1 b { display: flex; justify-content: center; align-items: center; overflow: hidden; flex-direction: column; }
.intro_tit h1 b span { display: flex; justify-content: center; align-items: center; overflow: hidden; }
.intro_tit h1 i { font-weight: 700; display: inline-block; opacity: 1; transform: translateY(105%); transition-duration: 1.2s; transition-delay: 0s; transition-timing-function: ease; }
.intro_tit h1 i.spacing { margin-right: 2rem; }
.intro_tit h4 { font-family: 'Noto Sans KR', sans-serif;; font-size: 1.375rem; line-height: 100%; position: absolute; left: 0; right: 0; margin: auto; bottom: -3.25rem; opacity: 0; transform: translateY(3rem); }

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

.c_brown { color: #987e62; }

.intro_vd_box { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 1; z-index: 1; background-color: #fff; overflow: hidden; }
.intro_vd { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; padding-bottom: 56.25%; height: 0; z-index: 2; opacity: 0.7; }
/* .intro_vd:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 5; } */
.intro_vd:after { content:''; width: 100%; height: 100%; position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; background: url(../img/main_vd.jpg) center no-repeat; background-size: cover; z-index: 1; opacity: 1; transition: 1.2s; }
.intro_vd iframe { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; transition: 1.2s; }

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

@media all and (max-width: 1000px) { 
	.intro_vd iframe { width: 150%; height: 150%; }
    .intro_vd::after { width: 150%; height: 150%; }
}

@media all and (max-width: 1400px) and (orientation: portrait) {
	.intro_vd iframe { width: 250%; height: 250%; left: 60%; }
    .intro_vd::after { width: 250%; height: 250%; left: 60%; }
}

@media all and (max-width: 767px) { 
	.intro_vd iframe { width: 350%; height: 350%; left: 75%; }
    .intro_vd::after { width: 350%; height: 350%; left: 75%; }
}


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

.main_wrap.intro2 .intro_bg03 { transform: translateX(-100%); transition: 1.5s 0s cubic-bezier(1,0,.65,.57); }
.main_wrap.intro2 .intro_bg02 { transform: translateX(-100%); transition: 1.5s 0.2s cubic-bezier(1,0,.65,.57); }
.main_wrap.intro2 .intro_bg01 { transform: translateX(-100%); transition: 1.5s 0.4s cubic-bezier(1,0,.65,.57); }

.main_wrap.intro3 .intro_tit h4 { opacity: 1; transform: translate(0); transition: 1.5s 0.6s; }
.main_wrap.intro3 .main_bd { transform: translateY(0); transition: all 1.2s 0s, transform 4s 2.0s; }


.main_wrap.skip .intro_bg_box { opacity: 0; transition: 1.2s 0s; }
.main_wrap.skip .intro_tit i { opacity: 1; transform: translate(0); transition-duration: 2.8s; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.main_wrap.skip .intro_tit h4 { opacity: 1; transform: translate(0); transition: 1.5s 0s; }
.main_wrap.skip .main_bd { transform: translateY(0); transition: all 1.2s 0s, transform 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; }

.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: 999999999999980; display: none; }
.main_skip_bt { width: 100%; height: 100%; position: absolute; left: 0; top: 0; cursor: pointer; }
.main_skip_bt p { display: none; }


/*  */

.bi_logo_txt { display: inline-block; }

/**/

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

.main_wrap { width: 100vw; height: 100vh; left: 0; top: 0; z-index: 9; display: flex; justify-content: center; align-items: center; overflow: hidden; }
.main_wrap::before { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/main_bg.png) right bottom no-repeat; background-size: cover; z-index: 1; opacity: 1; transition: 0.8s; opacity: 0; }

.main01 { width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; transition: 0.8s; overflow: hidden; }
.main02 { width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; transition: 0.8s; z-index: 9; }

.main_bd { width: 48.625rem; position: absolute; right: 0; bottom: 0; z-index: 9; transform: translateY(100%); transition: 1.2s; }

.main_guest { width: 8.125rem; height: 8.125rem; margin: auto; border-radius: 100%; z-index: 9; cursor: pointer; position: absolute; left: 4.625rem; bottom: 4.125rem; display: flex; justify-content: center; align-items: center; opacity: 0; cursor: default; transition: 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: 128%; color: #000; position: relative; z-index: 9; font-weight: 400; transform: translate(0px,-1px); transition: 0.3s; letter-spacing: 0; }
.main_guest p span { font-size: 0.75rem; transform: translateX(-1px); }
.main_guest p b { font-size: 1.375rem; text-transform: uppercase; font-weight: 700; display: inline-block; transform: translateX(-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 {  }
}

.main_sum_box { width: 68%; height: calc(100vh - 7.1875rem); position: absolute; right: 0; bottom: 0; z-index: 30; display: flex; justify-content: center; align-items: center; transform: translateX(100%); transition: 1.2s; }
.main_sum_box::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1; background: #00102a url(../img/sum_bg.png) right bottom / cover no-repeat; transition: 0.8s; }
.main_sum_box>div { width: 90%; max-width: 1100px; height: 100%; position: relative; display: flex; justify-content: center; align-items: flex-end; gap: 7.5rem; transform: translateY(3rem); flex-direction: column; }

.sum_txt_box { width: 100%; text-align: left; color: #fff; transform: translateX(-22rem); }
.sum_txt_box>div { display: inline-block; transition: 0.8s; opacity: 0; transform: translateX(-5rem); }
.sum_txt_box h2 { font-family: 'copperplate'; font-size: 5.5625rem; line-height: 90%; position: relative; font-weight: 700; white-space: nowrap; opacity: 1; color: #987e62; transition: 0.8s; }
/* .sum_txt_box h2::after { content: ''; width: 35%; height: 20px; position: absolute; right: 0; bottom: 0; z-index: -1; background-color: #f68b1e; } */
.sum_txt_box h5 { font-family: 'Noto Sans KR', sans-serif;; font-size: 1.375rem; margin-top: 1.25rem; line-height: 100%; font-weight: 500; opacity: 0.7; opacity: 1; transition: 0.8s; margin-right: 0.25rem; white-space: nowrap; text-align: right; }
.sum_txt_box h5 img { height: 1.375rem; }

.sum_sum { width: 100%; display: flex; justify-content: flex-end; align-items: center; flex-direction: column; gap: 5.5rem; opacity: 0; transform: translateY(3rem); transition: 0.8s; color: #fff; }
.sum_sum ul { width: 100%; display: flex; justify-content: flex-end; align-items: flex-start; gap: 4.625rem 3rem; flex-wrap: wrap; }
.sum_sum ul li { width: calc(33.33% - 2rem); text-align: left; }
.sum_sum ul li h3 { font-family: 'Noto Sans KR', sans-serif;; font-size: 1.5rem; line-height: 100%; }
.sum_sum ul li p { font-size: 1rem; line-height: 128%; opacity: 0.5; border-top: 1px solid rgba(255,255,255,0.5); margin-top: 0.875rem; padding-top: 1.25rem; }

.main_sum_box .imgc { text-align: center; line-height: 166%; position: static; text-shadow: none; opacity: 0.3; transition: 0.8s; }





.main_wrap.on .intro_tit>div,
.main_wrap.on2 .intro_tit>div { transform: translateY(-2rem); transition: 1.2s 0s; }


.main_wrap.on2 .main_bd { right: 56vw; transition: all 1.5s 0s; }
.main_wrap.on2 .main_sum_box { transform: translateX(0); transition: 1.5s 0s; }
.main_wrap.on2 .main_guest,
.main_wrap.on2 .intro_tit { opacity: 0; transition: 0.8s 0s; }
.main_wrap.on2 .sum_txt_box>div { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.main_wrap.on2 .sum_sum { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }

.sub_film_vd { position: relative;  inset: 0; z-index: 2; opacity:1; }
.sub_film_vd iframe { position: absolute;  top: 50%;  left: 50%;  width: 177.77vh;  height: 56.25vw; min-width: 100%; min-height: 100%; transform: translate(-50%, -50%);  pointer-events: none; z-index: 1; }


/**/


#sec_calendar { width: 100%;  }

.calendar_wrap { width: 100%; height: 100vh; position: relative; overflow: hidden; background-color: #000; background-size: cover; display: flex; justify-content: center; align-items: center; }

.calendar_bg { position: absolute; width: 100%; height: 100%; opacity: 1; z-index: 0; background-color: #000; overflow: hidden; top: 50%; left: 50%; width: 25vw; height: 80vh; 
transform: translate(-50%, -50%);}
.film_vd { position: absolute;  inset: 0; z-index: 2; opacity: 0.22; }
.cal_vd { opacity: 1; }
/*.film_vd:after { content:''; width: 100%; height: 100%; position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; background: url(../img/cal_vd.jpg) center no-repeat; background-size: cover; z-index: 1; opacity: 1; transition: 1.2s; }
.film_vd iframe { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; transition: 1.2s; }*/
.film_vd iframe { position: absolute;  top: 50%;  left: 50%;  width: 177.77vh;  height: 56.25vw; min-width: 100%; min-height: 100%; transform: translate(-50%, -50%);  pointer-events: none; z-index: 1; }
.cal_vd:after {  content: ''; position: absolute; inset: 0;  background: url(../img/cal_bg.jpg) center/cover no-repeat; z-index: 0; transition: 1.2s;}


.cal_cy_btn { width: 240px; height: 240px; position: absolute; bottom:0; left:0; }
.cal_cy_btn a>div {  position: absolute; display: flex; justify-content: flex-start; align-items: center; gap:1rem; left:2rem; bottom:3rem;}

.cal_cy_btn a { display: block; width: 100%; height: 100%; position: relative; color: #fff; }
.cal_cy_btn::before { content: "";  position: absolute; inset: 0; background: #987e62; clip-path: polygon(0 0, 0 100%, 90% 100%);}
.cal_cy_btn p { position: relative; margin: 0; z-index: 1; font-size: 1rem; text-align:left;}
.arr_long { transition: 0.5s 0s; }
.cal_cy_btn a:hover .arr_long { transform: translateX(3rem); transition: 0.5s 0s; }


.calendar_box { width: 63%;  transform: translateY(0rem); position: relative;  z-index: 2;  }

.calendar_tit { text-align: left; color: #fff; transform: translateY(0); position: relative;  /*transform: translateY(5rem); animation: calendar_tit 1.0s 0.4s both; */}
.calendar_tit > div {
  width: 100%;
  top: 0;
  left: 0; 
 }

.tit_left {
  text-align: left; position: absolute;
  opacity: 1;
  transform: translateY(5rem);
}

.tit_center {
  text-align: center;
  opacity: 0;
  transform: translateY(2rem);
}

.calendar_tit h2 { font-family: 'copperplate';  font-weight: 700; font-size: 5.5rem; line-height: 100%; letter-spacing: -1px; color: #987e62; }
.calendar_tit p { font-size: 1.32rem; line-height: 100%; margin-top:1rem; color: #fff; }

.calendar_bottom { margin-top: 60px; opacity: 0; transform: translateY(5rem);  /*animation: calendar_content 1.0s 0.6s both;*/ }
.calendar_con_box { display: flex; justify-content: space-between; }
.calendar_con_box.box01 { width: 100%; }
.calendar_con_box.box02 { width: 100%; margin-top: 30px; margin-top: 2%; }
.calendar_con { width: 100%; height: 11rem; position: relative; display: flex; justify-content: center; align-items: center; margin-right: 2%; color: #fff; text-align: center; border:1px solid rgba(255,255,255,1); z-index:1;}
.calendar_con:last-child{ margin-right: 0; }
.calendar_con h4 { font-family: 'trajan';  font-size: 1.77rem; line-height: 100%; font-weight: 700; }
.calendar_con h4 span {  font-size: 20px; line-height: 100%; font-weight: 700;  }

.calendar_con p { font-size: 0.975rem; line-height: 100%; margin-top: 0.5rem; }

.calendar_con:hover { color:#987e62;}

.calendar_con_box.box02 .calendar_con {  height:8rem; }
.calendar_con_box div:last-child { width: 150%; }


.calendar_btn {opacity: 0; transform: translateY(2rem); transition: .4s; margin-top:4rem;}
.calendar_btn ul{display: flex; justify-content: center; gap: 1rem;}

.calendar_btn ul li a {width: 15rem; font-size:1.1rem;  padding: 1.2rem 2.5rem; border: 1px solid #fff; color:#fff; border-radius: 100px; transition: .2s; display: flex; justify-content: space-between; align-items: center;} 

.calendar_btn ul li img {transition: .2s;}
.calendar_btn ul li:hover a {background: #fff; color: #000; transition: .2s;}
.calendar_btn ul li:hover a img { /* filter: brightness(0) invert(1); */ filter: brightness(0); transition: .2s;}

.calendar_ori {  position: relative; left:0; right:0; margin:0 auto; color:#fff; margin-top:2rem; opacity:0; transform: translateY(3rem);}
.calendar_ori p { font-size:0.795rem;  text-align:center; }


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

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


.calendar_con.line_eff::before,
.calendar_con.line_eff::after,
.calendar_con.line_eff span::before,
.calendar_con.line_eff span::after {
    background-color: #987e62; z-index:2;
}

@keyframes calendar_tit {
	from { opacity: 0; transform: translateY(-80px);}
	to {  }
}
@keyframes calendar_content {
	from { opacity: 0;transform: translateY(100px); }
	to {  }
}





/*.calendar_wrap.on .calendar_tit { opacity: 1; transform: translateY(0) translateX(50%); transition: 1.2s 3s; }*/
.calendar_wrap.on .calendar_bottom { opacity: 1; transform: translate(0); transition: 1.2s 2.5s; }

.calendar_wrap.on .calendar_btn { opacity: 1; transform: translate(0); transition: 1.2s 2.8s; }
.calendar_wrap.on .calendar_bg { width: 100%; height: 100vh; transition: 2s 1.5s; }
.calendar_wrap.on .cal_by_bn { opacity: 1; transform: translate(0); transition: 1.2s 2.4s; }

.calendar_wrap.on .film_vd {  opacity: 0.2;  transition: 1s 2s; }
.calendar_wrap.on .calendar_ori {  opacity: 0.7; transform: translate(0); transition: 1s 2.8s; }

.calendar_wrap.on .tit_left {
  opacity: 0;
  transition: 1s 1.5s;
}

.calendar_wrap.on .tit_center {
  opacity: 1;
  transform: translateY(0);
  transition: 1s 2s;
}



/*  */

.location_wrap { width: 100vw; height: 100vh; position: relative; display: flex; justify-content: flex-start; align-items: center; transition: 1.6s; background-color: #000; }

.location01 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; color: #fff; text-align: left; }
.location01::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: url(../img/location_bg01.jpg) right bottom / cover no-repeat; }
.location01>div:first-child { position: relative; z-index: 9; width: 90%; display: flex; justify-content: center; align-items: flex-end; gap: 20.875rem; }
.location02 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; color: #000; text-align: left; opacity: 0; transition: 0.8s; z-index: 9; }
.location02::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: url(../img/location_bg02.jpg) right bottom / cover no-repeat; }
.location02>div:first-child { position: relative; z-index: 9; width: 90%; display: flex; justify-content: center; align-items: flex-end; gap: 20.875rem; }



.location_bt_box { position: absolute; display: flex; justify-content: flex-start; align-items: center; flex-direction: row; gap: 1.875rem; z-index: 20; left: 6.25rem; bottom: 4rem; opacity: 0; transform: translateY(3rem); }
.location_bt { z-index: 9; width: 11.375rem; height: 4rem; display: flex; justify-content: center; align-items: center; gap: 1.5rem; background-color: #987e62; cursor: pointer; transition: 0.8s; }
.location_bt a { display: flex; justify-content: center; align-items: center; gap: 1.5rem; }
.location_bt p { font-size: 0.9375rem; line-height: 100%; font-weight: 500; 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_bt_box h6 { font-size: 0.75rem; line-height: 100%; opacity: 0.5; color: #fff; text-align: left; }

.location02 .location_bt { background-color: #000; }

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

.location_pop_box { width: 90%; max-width: 1400px; height: 100%; display: flex; justify-content: center; align-items: center; color: #fff; }
.location_pop_box>div { width: 100%; transform: translateY(0rem); position: relative; }

.location_pop { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; position: relative; transform: translateX(-0rem); z-index: 9; }
.location_map { width: 100%; height: 83vh; display: flex; justify-content: center; align-items: center; position: relative; }
.location_map_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; overflow: hidden; border-radius: 2rem; background: url(../img/location_map.jpg) center bottom 0% / cover no-repeat; }
.location_map img { width: 100%; display: none; }
.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.5rem; height: 3.5rem; position: absolute; left: 0; right: 0; margin: auto; top: -1.75rem; margin: auto; cursor: pointer; background-color: #000; border-radius: 100%; z-index: 9; }
.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_tit { text-align: left; position: absolute; right: -9.25rem; top: 2.25rem; z-index: 9; white-space: nowrap; }
.location_pop_tit>div { position: absolute; left: 0; top: 0; }
.location_pop_tit>div>div { transform: rotate(90deg); transform-origin: left top; }
.location_pop_tit h2 { font-family: 'copperplate'; font-size: 4.5rem; line-height: 100%; font-weight: 700; margin-left: -0.25rem; color: #987e62; }
.location_pop_tit h4 { font-family: 'Noto Sans KR', sans-serif;; font-size: 1.375rem; line-height: 100%; margin-top: 1rem; display: flex; justify-content: flex-start; align-items: center; gap: 0.5rem; white-space: nowrap; }
.location_pop_tit h4 img { height: 1.375rem; }

.location_pop_ori { width: 100%; max-width: 1300px; margin: auto; margin-top: 1.25rem; }
.location_pop_ori ul { display: flex; justify-content: center; align-items: center; gap: 0.5rem 0.625rem; flex-wrap: wrap; }
.location_pop_ori ul li { font-size: 0.75rem; line-height: 100%; opacity: 0.4; }

.location_ori { text-align: center; position: static; left: 0; right: 0; margin: auto; z-index: 9; bottom: -10rem; }
.location_ori p { font-size: 0.75rem; line-height: 166%; opacity: 0.4; }
.location02 .location_ori p { opacity: 0.7; }

.location_pop_wrap.active { top: 0; transition: 0.8s 0.2s; }
.location_pop_bg.active { left: 0; transition: 0.6s 0s; }
.location_ori.active { transform: translateY(0); transition: 0.8s 0.2s; }


.location_tit { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; text-align: center; display: flex; justify-content: center; align-items: center; transition: 0.8s; color: #987e62; text-align: center; }
.location_tit>div { position: relative; transform: translateY(0rem); }
.location_tit h3 { font-family: 'Noto Sans KR', sans-serif;; font-size: 1.625rem; line-height: 100%; position: relative; margin-bottom: 1rem; margin-left: -0.25rem; text-align: left; opacity: 0; transform: translateX(-5rem); }
.location_tit h1 { font-family: 'copperplate'; font-size: 2.5625rem; line-height: 124%; display: flex; justify-content: center; align-items: center; display: flex; justify-content: center; align-items: center; flex-direction: column; text-transform: uppercase; margin-left: -0.375rem; }
.location_tit h1 b { display: flex; justify-content: center; align-items: center; overflow: hidden; flex-wrap: wrap; gap: 2.5rem; }
.location_tit h1 b span { display: flex; justify-content: center; align-items: center; overflow: hidden; gap: 0.8125rem; }
.location_tit h1 i { font-weight: 700; display: inline-block; opacity: 1; transform: translateY(105%); transition-delay: 0s; transition-timing-function: ease; }
.location_tit h1 i.spacing { margin-right: 2.25rem; }
.location_tit h4 { font-family: 'Noto Sans KR', sans-serif;; font-size: 1.375rem; line-height: 100%; position: relative; margin-top: 1.5rem; text-align: right; opacity: 0; transform: translateX(5rem); left: -0.1875rem; }


.location_content_box { width: 100%; max-width: 1260px; display: flex; justify-content: flex-end; align-items: center; gap: 1rem; transform: translateX(6rem); }
.location_content { position: relative; transition: 0.8s; opacity: 0; }
.location_content.con01 { transform: translate(0,3.625rem); }
.location_content.con02 { transform: translate(-0,-3.625rem); }

.location_img { width: 100%; max-width: 507px; clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%); transition: 0.8s; }
.location_img img { width: 100%; }
.location_img.img01 { clip-path: polygon(0 0, 0 0, 100% 61%, 52% 100%); }
.location_img.img02 { clip-path: polygon(100% 100%, 0 39%, 48% 0, 100% 100%); }

.location_txt_box { position: absolute; white-space: nowrap; z-index: 9; opacity: 0; transition: 0.8s; }
.location_txt_box h3 { font-family: 'Noto Sans KR', sans-serif;; font-size: 1.625rem; line-height: 100%; }
.location_txt_box p { font-size: 0.875rem; line-height: 178%; margin-top: 1.125rem; opacity: 0.4; }

.location_txt_box.box01 { left: -4rem; top: -4rem; transform: translateX(-5rem); }
.location_txt_box.box02 { left: 4rem; bottom: -9.25rem; transform: translateX(5rem); }

.location02 .location_txt_box p { opacity: 0.7; }


.location_wrap.on .location_tit h1 i,
.location_wrap.on2 .location_tit h1 i { transition-delay: calc(var(--i) * 0.06s); }
.location_wrap.on .location_tit i,
.location_wrap.on2 .location_tit i { opacity: 1; transform: translate(0); transition-duration: 1.5s; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.location_wrap.on .location_bt_box,
.location_wrap.on2 .location_bt_box { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.location_wrap.on .location_tit h3,
.location_wrap.on2 .location_tit h3,
.location_wrap.on .location_tit h4,
.location_wrap.on2 .location_tit h4 { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }

.location_wrap.on .location01 .location_content.con01 { opacity: 1; transform: translate(6rem,3.625rem); transition: 1.6s 0.4s; }
.location_wrap.on .location01 .location_content.con02 { opacity: 1; transform: translate(-6rem,-3.625rem); transition: 1.6s 0.4s; }
.location_wrap.on .location01 .location_img.img01 { clip-path: polygon(0 61%, 100% 0, 52% 100%, 0 61%); clip-path: polygon(100% 0, 100% 0, 52% 100%, 0 61%); transition: 1.6s 0.4s; }
.location_wrap.on .location01 .location_img.img02 { clip-path: polygon(48% 0, 100% 39%, 0 100%, 0% 100%); clip-path: polygon(0 100%, 48% 0, 100% 39%, 0% 100%); transition: 1.6s 0.4s; }
.location_wrap.on .location01 .location_txt_box { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }

.location_wrap.on2 .location02 { opacity: 1; transition: 1.2s 0s; }
.location_wrap.on2 .location02 .location_content.con01 { opacity: 1; transform: translate(6rem,3.625rem); transition: 1.6s 0.4s; }
.location_wrap.on2 .location02 .location_content.con02 { opacity: 1; transform: translate(-6rem,-3.625rem); transition: 1.6s 0.4s; }
.location_wrap.on2 .location02 .location_img.img01 { clip-path: polygon(0 61%, 100% 0, 52% 100%, 0 61%); clip-path: polygon(100% 0, 100% 0, 52% 100%, 0 61%); transition: 1.6s 0s; }
.location_wrap.on2 .location02 .location_img.img02 { clip-path: polygon(48% 0, 100% 39%, 0 100%, 0% 100%); clip-path: polygon(0 100%, 48% 0, 100% 39%, 0% 100%); transition: 1.6s 0s; }
.location_wrap.on2 .location02 .location_txt_box { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }

/*  */

.premium_wrap { width: 100vw; height: 100vh; position: relative; display: flex; justify-content: center; align-items: center; transition: 1.6s; }
.premium_wrap::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: url(../img/location_bg02.jpg) center bottom no-repeat; background-size: cover; }
.premium_wrap>div { width: 90%; max-width: 1475px; position: relative; z-index: 9;  transform: translateY(3rem); }

.pre01 { position: relative; display: flex; justify-content: space-between; align-items: center;  }
.pre02 { position: relative; display: flex; justify-content: space-between; align-items: center;  }

.premium_tit { text-align: left; position: relative; z-index: 8; white-space: nowrap; opacity: 0; }
.premium_tit>div { position: relative; }
.premium_tit h4 { font-family: 'Noto Sans KR', sans-serif;; font-size: 1.625rem; line-height: 100%; color: #987e62; }
.premium_tit h4 img { height: 1.625rem; }
.premium_tit h1 { font-family: 'copperplate'; font-size: 3.5rem; line-height: 100%; font-weight: 700; margin-top: 0.75rem; color: #00102a; margin-left: -0.25rem;  }
.premium_tit h2 { font-family: 'copperplate'; font-size: 2.9375rem; line-height: 124%; font-weight: 700; opacity: 0.11; text-transform: uppercase; }
.premium_tit h3 { font-family: 'antro'; font-size: 2.5rem; line-height: 110%; position: absolute; right: 6rem; bottom: -4rem; z-index: 9; font-weight: 500; }
.premium_tit h3 span { display: inline-block; transform: translateX(11rem); }

.premium_tit.tit01 { left: 0;  transform: translateX(-5rem); }
.premium_tit.tit02 { right: 0; text-align: center; transform: translateX(5rem); }

.premium_content_box { width: 100%; position: relative; z-index: 9; }

.pre_box.box01 { display: flex; justify-content: flex-end; align-items: center; gap:3rem;  transform: translateX(5rem); opacity: 0;}
.pre_box.box02 { display: flex; justify-content: flex-start; align-items: center; gap:3rem; margin-top:5rem;  transform: translateX(-5rem); opacity: 0;}

.swiper_premium { width: 100%; padding: 21rem 0 6rem; }
/* .swiper_premium .swiper-wrapper { align-items: flex-start; } */
.swiper_premium .swiper-slide { max-width: 200px; overflow: visible; }

.premium_content { position: relative; transition: 0.8s; z-index: 9; }
.premium_content>div { display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column-reverse; }

.premium_img { overflow: hidden; /*filter: grayscale(1);*/ transition: 0.8s; }
.premium_img img { display: block; width: 100%; height: auto; }

.premium_img:hover { filter: grayscale(0); transition: 0.8s;  }

.premium_txt_box { padding-bottom: 3.5rem; padding-left: 1.25rem; position: relative; text-align: left; margin-left: 0rem; white-space: nowrap; }
.premium_txt_box::before { content: ''; width: 1px; height: 100%; position: absolute; left: 0px; top: 1.25rem; background-color: #b2b2b2; transition: 0.8s; }
.premium_txt_box p { font-size: 0.8125rem; line-height: 154%; opacity: 0.7; }
.premium_txt_box h3 { font-size: 1.125rem; line-height: 111%; transition: 0.8s; margin-top: 0.75rem; font-weight: 600; }

.pre_ori {  position: relative; left:0; right:0; margin:0 auto; color:#000; margin-top:2rem; opacity:0; transform: translateY(3rem);}
.pre_ori p { font-size:0.795rem;  text-align:center; }

:root { --premium-step-gap: 3.2rem; }


.swiper_premium .swiper-slide.swiper-slide-prev5 .premium_content { transform: translateY(15rem); }
.swiper_premium .swiper-slide.swiper-slide-prev4 .premium_content { transform: translateY(12rem); }
.swiper_premium .swiper-slide.swiper-slide-prev3 .premium_content { transform: translateY(9rem); }
.swiper_premium .swiper-slide.swiper-slide-prev2 .premium_content { transform: translateY(6rem); }
.swiper_premium .swiper-slide.swiper-slide-prev .premium_content  { transform: translateY(3rem); }

.swiper_premium .swiper-slide.swiper-slide-next .premium_content  { transform: translateY(-3rem); }
.swiper_premium .swiper-slide.swiper-slide-next .premium_img { filter: grayscale(0); }
.swiper_premium .swiper-slide.swiper-slide-next2 .premium_content { transform: translateY(-6rem); }
.swiper_premium .swiper-slide.swiper-slide-next3 .premium_content { transform: translateY(-9rem); }
.swiper_premium .swiper-slide.swiper-slide-next4 .premium_content { transform: translateY(-12rem); }
.swiper_premium .swiper-slide.swiper-slide-next5 .premium_content { transform: translateY(-15rem); }
.swiper_premium .swiper-slide.swiper-slide-next6 .premium_content { transform: translateY(-18rem); }
.swiper_premium .swiper-slide.swiper-slide-next7 .premium_content { transform: translateY(-21rem); }


/* 반응형 예시 */
@media (max-width: 1400px) {
    .premium_content { width: auto; }
    :root { --premium-step-gap: 2rem; }
}




.premium_wrap.on .premium_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
/*.premium_wrap.on .premium_content_box { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }*/
.premium_wrap.on .pre_box.box01 { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.premium_wrap.on .pre_box.box02 { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.premium_wrap.on .pre_ori { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }

/*  */

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

.view_wrap>div { width: 90%; max-width: 1400px; position: relative; z-index: 9; color: #fff; display: flex; justify-content: center; align-items: flex-end; gap: 2.5rem; transform: translateY(1.5rem); }

.view_slide_box { width: 100%; position: relative; }

.view_slide { width: 100%; max-width: 1162px; opacity: 0; transform: translateY(3rem); }
.swiper_view { width: 100%; }

.view_img { width: 100%; position: relative; }
.view_img img { width: 100%; }

.view_img h2 { position: absolute; left: 0; top: -2.25rem; font-size: 1.375rem; line-height: 100%; color: #fff; font-weight: 500; padding-left: 0.75rem; opacity: 0; transform: translateY(3rem); transition: 0.8s; }
.view_img h2::before { content: ''; width: 3px; height: 90%; position: absolute; left: 0; top: 5px; bottom: 0; margin: auto; background-color: #fff; }

.swiper_view { width: 100%; margin: 0; padding: 0; overflow: visible; }
.swiper_view .sub_view_img { width: 100%; }

.swiper_view .swiper-slide.swiper-slide-active .view_img h2 { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }

.view_thumb_box { width: 100%; }
.view_thumb_box>div { width: 100%; }

.swiper_view_thumb { width: 100%; max-width: 128px; margin: 0; padding: 0; opacity: 0; transform: translateX(5rem); }
.swiper_view_thumb .swiper-wrapper { display: flex; justify-content: space-between; flex-direction: column-reverse; }
.swiper_view_thumb .swiper-slide { width: 100%; cursor: pointer; border: none; overflow: hidden; margin-top: 0.72rem; position: relative; }
.swiper_view_thumb .view_img { width: 100%; filter: grayscale(1); }
.swiper_view_thumb .swiper-slide-thumb-active .view_img { opacity: 1; filter: grayscale(0); }
.swiper_view_thumb .swiper-slide-thumb-active:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border: 3px solid #fff; box-sizing: border-box; }

.view_ori { width: 100%; margin: auto; text-align: center; position: absolute; left: 0; right: 0; margin: auto; bottom: -3rem; opacity: 0; transform: translateY(-3rem); }
.view_ori p { font-size: 0.75rem; line-height: 100%; opacity: 0.4; color: #fff; }

.view_tit { text-align: left; position: absolute; right: -16rem; top: 0; z-index: 9; white-space: nowrap; opacity: 0; transform: translateY(3rem); }
.view_tit>div { position: absolute; left: 0; top: 0; }
.view_tit>div>div { transform: rotate(90deg); transform-origin: left top; }
.view_tit h4 { font-family: 'Noto Sans KR', sans-serif;; font-size: 1rem; line-height: 100%; margin-bottom: 0.5rem; display: flex; justify-content: flex-start; align-items: center; gap: 0.5rem; white-space: nowrap; }
.view_tit h2 { font-family: 'copperplate'; font-size: 2.625rem; line-height: 100%; font-weight: 700; margin-left: -0.25rem; color: #fff; }
.view_tit h4 img { height: 1rem; }




.view_wrap.on .view_slide,
.view_wrap.on .view_ori,
.view_wrap.on .swiper_view_thumb,
.view_wrap.on .view_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }



/**/

.news_wrap { width:100%; height:100%; position: relative; overflow: hidden;  display: flex; justify-content: center; align-items: center; }

.news_tit {width:100%;  position: relative;  font-family: 'copperplate', sans-serif; font-size: 73px; font-weight:bold; color:#00102a; text-transform:uppercase; transform: translateY(-50px); opacity:0;}

.news_wrap .news_boxs{transform: translateY(3rem);}
.news_conts {width:60vw; position: relative; left:0; right:0; margin:0 auto; transform: translateY(50px); opacity:0; margin-top:20px; overflow: hidden; /*height:280px;*/}
.news_conts ul {width:100%; max-width:1100px; /*display: flex; justify-content: center; align-items: center;*/ }
.news_conts ul li { float:left; width:27.1%; height:220px; text-align: left; border:1px solid #ddd; padding:2%; margin:1%; padding-top:20px;}
.news_conts ul li:nth-child(1) { margin-left:0;}
.news_conts ul li:nth-child(4) { margin-left:0;}


.news_box h2 {color:#97714b; font-size: 14px; font-weight: bold; padding-bottom:5px;}
.news_box h3 {color:#111; font-size: 15px; font-weight: bold;  line-height: 140%; }
.news_box p {color:#999; font-size: 12px;  line-height: 160%; margin-top:20px;}
.news_date {color:#ff7e00; font-size: 11px; margin-top:30px; font-weight: bold;}


.news_btn {position: relative; left:0; right:0; margin:0 auto; top:30px; transform: translateY(50px); opacity:0;}
.news_btn01 {border-radius:100px; width:223px; height:50px; position: relative; left:0; right:0; margin:0 auto;  background-color: #242a5c; border:1px solid #242a5c; overflow:hidden;}

.news_btn01:after { content:''; width: 0; height: 100%; position: absolute; left: 0; top: 0; z-index: -1; background-color: #000; opacity: 0; transition: 0.5s; } 

.news_btn a {display:block; color:#fff;  line-height: 50px; font-weight:200;}
.news_btn a span {font-weight:bold; }

.news_wrap.on .news_btn {opacity:1; transform: translate(0); transition: 1.0s 1.2s;}
.news_wrap.on .news_tit {opacity:1; transform: translate(0); transition: 1.0s 0.2s;}
.news_wrap.on .news_conts {opacity:1; transform: translate(0); transition: 1.0s 0.5s;}


.news_btn01:hover::after { width: 100%;opacity: 1; }
.news_btn01:hover {border:1px solid #000; }

/*  */

.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/premium_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(0rem); mix-blend-mode: multiply; }

.contact_wrap .sub_contact_bottom { opacity: 0; transform: translateY(3rem); transition: 0s; margin-top: 3rem; }
.contact_wrap .sub_contact_bottom>div { justify-content: center; gap: 2.625rem; }
.contact_wrap .sub_contact_map_box { width: 100%; max-width: 473px; height: 284px; padding: 1rem; }
.contact_wrap .sub_contact_txt_box { margin: auto; margin-top: 0.875rem; }
.contact_wrap .sub_contact_add { justify-content: space-between; gap: 2rem; text-align: center; }

.contact_tit { text-align: center; opacity: 0; transform: translateY(-3rem); transition: 0s; }
.contact_tit h5 { font-family: 'Noto Sans KR', sans-serif;; font-size: 1.375rem; margin-bottom: 0.75rem; line-height: 100%; opacity: 1; transition: 0.8s; font-weight: 400; white-space: nowrap; color: #987e62; display: flex; justify-content: center; align-items: center; gap: 0.5rem; white-space: nowrap; }
.contact_tit h5 img { height: 1.375rem; transform: translateY(1px); }
.contact_tit h2 { font-family: 'copperplate'; font-size: 4.125rem; line-height: 100%; position: relative; font-weight: 700; white-space: nowrap; opacity: 1; transition: 0.8s; color: #00102a; }


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


/**/

.out_wrap { width: 100%; height: 100%; position: relative; transition: 1.6s; display: flex; justify-content: center; align-items: center; }
.out_wrap>div { width: 100%; height: 100%; position: relative; left:0; right:0; margin:0 auto;  display: flex; justify-content: center; align-items: center;}
.out_bg { position: absolute; width: 100%; height: 100%; opacity: 1; z-index: 0; background-color: #000; overflow: hidden; }
/*.out:after {  content: ''; position: absolute; inset: 0;  background: url(../img/cal_bg.jpg) center/cover no-repeat; z-index: 2; transition: 1.2s;}*/

.out_tit { position: relative; left:0; right:0; margin:0 auto; text-align:center; }
.out_tit h1 { color:#987e62; font-size:3rem; line-height:130%; margin-top:3rem;  opacity:0; transform: translateY(3rem); letter-spacing:-3px; font-weight:700; }
.out_tit p { color:#fff; font-size:1rem;  line-height:200%; margin-top:2rem; opacity:0;  transform: translateY(3rem); }
.out_line { width:1px; height:0rem; background:#fff;  position: relative; left:0; right:0; margin:0 auto; }

.out_ori {  position: absolute; bottom:2rem; left:0; right:0; margin:0 auto; color:#fff;  opacity:0; transform: translateY(3rem);}
.out_ori p { font-size:0.795rem;  text-align:center; }


.out_wrap.on .out_tit h1 { opacity: 1; transform: translate(0); transition: 1.2s 0.5s; }
.out_wrap.on .out_tit p { opacity: 0.5; transform: translate(0); transition: 1.2s 0.5s; }

.out_wrap.on .out_ori { opacity: 0.3; transform: translate(0); transition: 1.2s 0.8s; }
.out_wrap.on .out_line { height:7rem; transition: 1.2s 0.3s; }

/*  */

.right_scroll_wrap { width: 12px; height: 270px; margin: auto; overflow: hidden; position: absolute; z-index: 99; right: 1.75rem; top: 0; bottom: 0; transform: translateY(0rem); opacity: 1; display: none; }
.right_scroll_img { width: 10px; height: 122px; margin: auto; background: url(../img/scroll.png) center no-repeat; transition: 0.3s; }
.right_scroll { width: 1px; height: 130px; background-color: rgba(0,0,0,0.3); margin: auto; margin-top: 16px; position: relative; transition: 0.3s; }
.right_scroll span { position: absolute; content:''; width: 10px; height: 10px; background-color: #987e62; 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: #fff; }

/*  */

#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: #00102a; color: rgba(255,255,255,0.4); padding: 3.125rem 0 4.5rem; }
.footer:after { content:''; width: 100%; height: 100vh; position: absolute; left: 0; top: -100vh; display: none; z-index: -1; }
body.main .footer { border: none; }

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

.footer_logo { width: 11.5625rem; margin-top: 0; }

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

.footer_left { text-align: left; display: flex; justify-content: flex-start; align-items: flex-start; gap: 3.375rem; }
/* .footer_left>div { margin-top: 0.625rem; } */

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


.footer_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 { max-width: 29.5rem; display: flex; justify-content: flex-start; align-items: center; gap: 0.5rem 1.75rem; flex-wrap: wrap; }
.footer_const ul li { position: relative; line-height: 100%; text-align: left; }
/* .footer_const ul li.space { margin-right: 1.25rem; } */
.footer_const li.line:after { position: absolute; content:''; width: 1px; height: 0.75rem; background-color: #fff; opacity: 0.3; right: -0.875rem; bottom: 0; top: -1px; margin: auto; }
.footer_const li:nth-child(1) { width: 100%; }
.footer_const ul li:first-child:after,
.footer_const ul li:last-child:after { display: none; }
.footer_const ul li span { color: #fff; }
.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: 142%; margin-top: 0.875rem; margin-top: 1rem; }
.footer p br.pad { display: none; }
/* .footer p br { display: none; } */

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

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

.footer_praivacy { display: flex; justify-content: flex-end; align-items: center; gap: 1.5rem; }
.footer_praivacy img { width: 6rem; }
.footer_praivacy h5 { width: 10rem; height: 2.625rem; box-sizing: border-box; padding-left: 1rem; position: relative; color: #fff; border: 1px solid rgba(255,255,255,0.3); text-align: left; display: flex; justify-content: flex-start; align-items: center; }
.footer_praivacy h5::after { content: ''; width: 5px;  height: 5px; position: absolute; right: 1rem; top: 0; bottom: 0; margin: auto; border-right: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(-45deg); }

.footer_unit { width: auto; height: 2.75rem; font-size: 0.875rem; line-height: 100%; border: 1px solid rgba(255,255,255,0.3); display: flex; justify-content: center; align-items: center; padding: 0 1.5rem; }
.footer_unit span { color: #fff; }

.footer h6 { font-size: 0.75rem; line-height: 100%; margin-top: 4.875rem; letter-spacing: 0; color: #fff; text-align: left; margin-left: calc(5% + 15.1875rem); }

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

.top_bt { width: 2.75rem; height: 2.75rem; background-color: #fff; z-index: 99999; opacity: 1; cursor: pointer; transition: 0.3s; display: flex; justify-content: center; align-items: center; box-sizing: border-box; border: 1px solid #eee; position: relative; }
/* .top_bt img { width: 1.4375rem; } */
.top_bt:before { content:''; width: 12px; height: 12px; position: absolute; left: 0; right: 0; top: 4px; bottom: 0; margin: auto; border-left: 1px solid #000; border-top: 1px solid #000; transform: rotate(45deg); z-index: 9; }
/* .top_bt::after { content: ''; width: 1px; height: 14px; position: absolute; left: 0; right: 0; top: 5px; bottom: 0; margin: auto; background-color: #fff; } */



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



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

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


/*  */


.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); display: flex; justify-content: flex-start; align-items: center; gap: 0.5rem; white-space: nowrap; }
.guest_pop_tit img { height: 1rem; }
.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: 25rem; z-index: 99; margin-top: 0px; overflow: hidden; }
.sub_top01:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; /* background: url(../img/sub_top.png) center top no-repeat;  background-size: cover; */ background: #00102b; z-index: 2; }
.sub_top_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; }
.sub_top {  position: relative; width: 100%; height: 25rem; display: flex; justify-content: center; align-items: center; z-index: 99; overflow: hidden; background:#00102b; }


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

.sub_top_txt { z-index: 9; color: #fff; text-align: center; display: flex; justify-content: center; align-items: center;}
.sub_top_txt h2 { font-family: 'copperplate';  font-size: 2.1875rem; text-transform: uppercase; font-weight: 700; color:#987e62;  letter-spacing:2rem; animation: sub_top_txt 1.8s 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 { transform: translateY(2rem); }
.sub_top_txt h3 { font-size: 28px; line-height: 100%; font-weight: 700; letter-spacing: -1px; }
.sub_top_txt p { font-size: 1rem; line-height: 100%; font-weight: 500; letter-spacing: 1rem; color:#fff; margin-top:0.5rem; animation: sub_top_txt 1.8s 0.4s both;}

.sub_top_obj { position: absolute; right:5rem; bottom:-15rem;}

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

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

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

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

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

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

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

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

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


/**/

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

.sub_over_wrap_1680 {  max-width: 1680px;  }
.sub_loca_wrap { width: 100%; max-width: 1600px; margin: auto; height: auto; position: relative; padding-bottom: 3rem;}


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


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


/**/


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

ul.tabs2 li.selected, ul.tabs li.selected:hover { color: #001a60; background: #00102b; border: 1px solid #00102b; }	
ul.tabs2 li.selected a, ul.tabs li.selected a:hover { color: #fff; }
ul.tabs2 li.active { color:#fff; background: #00102b; border: 1px solid #00102b; }

					ul.tabs2 { display: flex; justify-content: space-between; float: none; margin-bottom: 38px; }
					ul.tabs2>li { width: 100%; text-align: center; }
					ul.tabs2>li>a { padding: 0; display: flex; align-items: center;  letter-spacing: 0; display: block; }
					ul.tabs2>li:first-child {margin-left:0;}

					.unit-line { width: 100%; height: 1px; background-color: rgba(0,0,0,0.3); margin-top: 10px; }

					.unit-bt { width: 100%; height: 50px; margin-bottom: 40px; margin-top: 30px; display: flex; justify-content: space-between; }
					.unit-bt>li { position: relative; width: 100%; height: 50px; line-height: 50px; text-align: center; float: left; margin-left: 1%; background-color: #eaeaea; border: 1px solid #eaeaea; box-sizing:border-box; cursor: pointer; font-family: 'Noto Sans KR', sans-serif; font-size: 14px; color: #161616; }
					.unit-bt>li a { display: block; color: #161616; }
					.unit-bt>li:hover { background-color: #131e32; color: #fff!important; border: 1px solid #131e32; }
					.unit-bt>li:hover a { color: #fff!important; }
					.unit-bt>li:nth-child(1) { margin-left: 0;}

ul.tabs2 li:nth-child(1) { margin-left: 0; }
ul.tabs2 li:first-child { margin-left: 0; }

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

ul.tabs3 li.selected, ul.tabs li.selected:hover { color: #c36c5e; background: #fff; border: 1px solid #c36c5e; border-bottom:none;}	
ul.tabs3 li.selected a, ul.tabs li.selected a:hover { color: #c36c5e; }
ul.tabs3 li.active { color:#c36c5e; background: #fff; border: 1px solid #c36c5e; border-bottom:none;}

ul.tabs3 { display: flex; justify-content: space-between; float: none; margin-bottom: 4rem; }
ul.tabs3>li { width: 100%; text-align: center; }
ul.tabs3>li>a { padding: 0; display: flex; align-items: center;  letter-spacing: 0; display: block; }
ul.tabs3>li:first-child {margin-left:0;}


.tabcontents > div { display: none; }
.tabcontents > div.active { display: block; }

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

/*
.sub_pr ul.tabs2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.7rem;
}
*/

/**/
.sub_over_wrap { width: 100%; max-width: 1100px; margin: auto; height: auto; position: relative; text-align: left; color: #383838; }

.sub_over_top { width: 100%; height: auto; position: relative; padding: 17.5rem 0 22rem; }
.sub_over_top2 { width: 100%; height: auto; position: relative; padding: 0rem 0 0rem; }


.over_tit_box { position: absolute; left: 0; top: 1.5rem; opacity: 0; transform: translateX(-5rem); }
.over_tit_box.box02 { left: revert; top: revert; right: 0; bottom: 3.25rem; opacity: 0; transform: translateX(5rem); }
.over_tit_box h2 { font-size: 2.0625rem; line-height: 140%; color: #262626; font-weight: 200; }
.over_tit_box h2 b { font-weight: 700; }
.over_tit_box p { font-size: 1.125rem; line-height: 138%; font-weight: 500; text-align: right; }

.over_logo { position: absolute; left: 0; right: 0; margin: auto; bottom: 0rem; opacity: 0; transform: translateY(3rem); }

.over_txt_box { position: absolute; left: 0; top: 0; text-align: center; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center !important; z-index: 8; color: #000e42; transition: 0.8s; opacity: 0; transform: translate(31.25rem,-2.5rem); }
.over_txt_box.white { color: #fff; z-index: 9; }
.over_txt_box h4 { font-size: 1.375rem; line-height: 100%; font-weight: 300; letter-spacing: 0.875rem; padding-left: 0.875rem; opacity: 0; transform: translateY(-1.875rem); }
.over_txt_box h2 { font-family: "Nanum Myeongjo", serif; font-size: 1.6875rem; line-height: 100%; font-weight: 600; margin-top: 2rem; letter-spacing: 1.0625rem; padding-left: 1.0625rem; opacity: 0; transform: translateY(-1.875rem); }
.over_txt_box h2 span { font-size: 2.8125rem; letter-spacing: 2rem; vertical-align: middle; display: inline-block; margin-left: 0.5rem; }

.over_img_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; clip-path: inset(10% 32% 0% 32% round 300px 300px 0 0); opacity: 0; }
.over_vd_box { position: relative; left: 0; top: 0; width: 100%; opacity: 1; z-index: 1; overflow: hidden; }
.over_vd { position: relative; top: 0; width: 100%; padding-bottom: 56.25%; height: 0; }
.over_vd iframe { position: absolute; top: 44%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; opacity: 1; }
.over_vd:before { content:''; width: 100%; height: 100%; position: absolute; top: 44%; transform: translate(-50%,-50%); left: 50%; background: url(../sub/planning_bg.jpg) center no-repeat; background-size: cover; z-index: 1; }


.sub_over_top2 .over_tit_box { position: absolute; left: 0; top: 1.5rem; opacity: 0; transform: translateX(-5rem); }
.sub_over_top2 .over_tit_box.box02 { left: revert; top: revert; right: 0; bottom: 3.25rem; opacity: 0; transform: translateX(5rem); }
.sub_over_top2 .over_tit_box h2 { font-size: 2.0625rem; line-height: 140%; color: #262626; font-weight: 200; }
.sub_over_top2 .over_tit_box h2 b { font-weight: 700; }
.sub_over_top2 .over_tit_box p { font-size: 1.125rem; line-height: 138%; font-weight: 500; text-align: right; }

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

.sub_over_top2 .over_txt_box { position: absolute; left: 0; top: 0; text-align: center; width: 100%; height: 100%; display: flex; justify-content: flex-end; align-items: center !important; z-index: 8; color: #000e42; 
transition: 0.8s; opacity: 0; transform: translate(31.25rem,0rem);  margin-left:160px; display:none;}
.sub_over_top2 .over_txt_box img {transform: translateY(-10rem); width:80%;} 

.sub_over_top2 .over_txt_box h4 { font-size: 1.375rem; line-height: 100%; font-weight: 300; letter-spacing: 0.875rem; padding-left: 0.875rem; opacity: 0; transform: translateY(-1.875rem); }
.sub_over_top2 .over_txt_box h2 { font-family: "Nanum Myeongjo", serif; font-size: 1.6875rem; line-height: 100%; font-weight: 600; margin-top: 2rem; letter-spacing: 1.0625rem; padding-left: 1.0625rem; opacity: 0; transform: translateY(-1.875rem); }
.sub_over_top2 .over_txt_box h2 span { font-size: 2.8125rem; letter-spacing: 2rem; vertical-align: middle; display: inline-block; margin-left: 0.5rem; }

.sub_over_top2 .over_img_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; clip-path: inset(10% 32% 0% 32% round 300px 300px 0 0); opacity: 0; }

.swiper_planning { margin: 0; padding: 0; }
.swiper_planning .sub_planning_img { width: 100%; height: 80vw; max-height: 637px; }
.sub_planning_img.img01 { background: url(../img/view_img01.jpg) center no-repeat; background-size: cover; }
.sub_planning_img.img02 { background: url(../img/view_img02.jpg) center no-repeat; background-size: cover; }
.sub_planning_img.img03 { background: url(../img/view_img03.jpg) center no-repeat; background-size: cover; }
.sub_planning_img.img04 { background: url(../img/view_img04.jpg) center no-repeat; background-size: cover; }
.sub_planning_img.img05 { background: url(../img/view_img05.jpg) center no-repeat; background-size: cover; }
.sub_planning_img.img06 { background: url(../img/view_img06.jpg) center no-repeat; background-size: cover; }
.sub_planning_img.img07 { background: url(../img/view_img07.jpg) center no-repeat; background-size: cover; }
.sub_planning_img.img08 { background: url(../img/view_img08.jpg) center no-repeat; background-size: cover; }
.sub_planning_img.img09 { background: url(../img/view_img09.jpg) center no-repeat; background-size: cover; }
.sub_planning_img.img10 { background: url(../img/view_img10.jpg) center no-repeat; background-size: cover; }

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

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

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


@media all and (max-width: 1200px) { 
	.over_vd iframe { width: 140%; height: 140%; top: 60%; }
}

@media all and (max-width: 767px) { 
	.over_vd iframe { width: 160%; height: 160%; top: 70%; }
}

.sub_over_bottom { width: 100%; margin: auto; position: relative; margin-top: 6rem; opacity: 0; }
.sub_over_bottom_tit { display: flex; justify-content: space-between; align-items: center; }
.sub_over_bottom_tit h3 { width: 33%; font-family: 'Futura PT', sans-serif; font-size: 1.375rem; line-height: 100%; font-weight: 400; letter-spacing: 1px; }
.sub_over_bottom_tit span { display: block; width: 90%; height: 1px; background-color: #231815; }
.sub_over_txt_box { margin-top: 2.25rem; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 0 3.5%; margin-bottom: 3.125rem; }
.sub_over_txt_box>div { width: 30%; margin-bottom: 3.125rem; }
.sub_over_txt_box>div h4 { font-size: 1.25rem; line-height: 100%; font-weight: 500; border-bottom: 1px solid #b3b3b3; padding-bottom: 1.125rem; }
.sub_over_txt_box>div p { font-size: 0.875rem; line-height: 170%; margin-top: 1.125rem; opacity:0.8; }



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

.sub_over_top.active .over_tit_box { opacity: 1; transform: translate(0); transition: 1.0s 0.8s; }
.sub_over_top.active .over_logo { opacity: 1; transform: translate(0); transition: 1.0s 0.8s; }
.sub_over_top.active .over_img_box { opacity: 1; transition: 1.0s 0.2s; }
.sub_over_top.active .over_txt_box { opacity: 1; transform: translate(0); transition: 1.8s 0.8s; }

.sub_over_top2.active .over_tit_box { opacity: 1; transform: translate(0); transition: 1.0s 0.8s; }
.sub_over_top2.active .over_logo { opacity: 1; transform: translate(0); transition: 1.0s 0.8s; }
.sub_over_top2.active .over_img_box { opacity: 1; transition: 1.0s 0.2s; }
.sub_over_top2.active .over_txt_box { opacity: 1; transform: translate(0); transition: 1.8s 0.8s; }
.sub_over_top2.active .over_cg { opacity: 1; transform: translate(0); transition: 1.8s 0.6s; }



/**/


.brand01 { position: relative; margin:0 auto; width:100%;}							

.brand_top_img_box { display: flex; justify-content: center; align-items: center;  position: relative; margin:0 auto; width:100%; left:0; right:0;}
.brand_top_img_box2 {  position: relative; margin:0 auto; width:100%; left:0; right:0;  max-width:1300px; height:40rem; }

.brand_top_img { width:100%; max-width:1300px; height:40rem; position: relative; overflow:hidden; margin:0 auto; }							
.brand_top_img::before {content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../sub/brand_img01.jpg) center bottom no-repeat; background-size: cover; transform: scale(1.2); transition: 1s;}							 

.brand_top_img2 { width:100%; max-width:1300px; height:40rem; position: relative; overflow:hidden; margin:0 auto; }							
.brand_top_img2::before {content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../sub/brand_img01b.jpg) center bottom no-repeat; background-size: cover; transform: scale(1.2); transition: 1.2s;}							 

.brand_tit { position: absolute; text-align:center; margin:0 auto; width:100%; max-width:1612px;  opacity: 0; transform: translateY(3rem); transition: 0.8s;}
.brand_tit h1 { font-family: 'copperplate'; font-size:1.12rem; color:#fff; font-weight:700;}
.brand_tit_img { margin-top:2rem;}

.brand01_wrap { opacity: 1; transition: 1s;  position: absolute; top:0; left:0; right:0; margin:0 auto; width:100%; z-index: 2;}
.brand01_wrap2 { position: absolute; top:0; left:0; right:0; margin:0 auto; width:100%; opacity: 0; transition: 1s; z-index: 1;}
.brand_txt_box { position: absolute; height: calc(100% - 10rem); width:calc(100% - 10rem);  text-align:left; padding:5rem; top:0; }
.brand_txt_box p { font-size:1rem; color:#fff; line-height:180%; }

.brand_top_logo { position: absolute; bottom:5rem; right:5rem; width:100%; text-align:right;}
.brand_tit_img2 { width:25%;}
.brand_logo2 { margin-top:1.5rem; }

.line_obj_box { position: absolute; display: flex; justify-content: center; align-items: center; gap:1.5rem; top:5rem; }
.brand01 .line_obj_box { left:0; }

.line_obj {  height:40rem;  background:#f0f0f0; }
.line_obj01 { width:3.5rem;}
.line_obj02 { width:2.5rem; transform: translateY(10rem);}
.line_obj03 { width:1.5rem; transform: translateY(15rem); margin-left:1rem;}


.brand01_wrap {
  transition: opacity 0.6s ease;
}
.brand01_wrap2 {
  transition: opacity 0.6s ease;
}

.brand_txt_box,
.brand_top_logo {
  opacity: 0;
  transform: translateX(-3rem);
  transition: 0.8s;
}



.brand_txt_box {
  transform: translateY(50px);
  opacity: 0;
  transition: 0.8s;
}

.brand_top_logo {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.8s;
}


.brand01 {
  position: relative;  
  height: 350vh; /* 👈 중요 (단계 수 만큼 늘림) */
}

.brand01_inner {
  position: sticky;
  top: 10rem;
  height: 100vh;
  overflow: hidden; z-index: 10;
}




.brand_tit { opacity: 0; transform: translateY(50px); }
.brand01_wrap2 { opacity: 0; }
.brand_txt_box { opacity: 0; transform: translateY(50px); }
.brand_top_logo { opacity: 0; transform: translateY(50px); }

.brand_top_img::before { transform: scale(1.2); }
.brand_top_img2::before { transform: scale(1.2); }

.brand01.active1 .brand_top_img::before {
  transform: scale(1.2);
}

.brand01.active1 .brand_tit {
  opacity: 0;
}

.brand01.active2 .brand_top_img::before {
  transform: scale(1);
}

.brand01.active2 .brand_tit {
  opacity: 1;
  transform: translateY(0);
}

.brand01.active3 .brand01_wrap {
  opacity: 0;
}

.brand01.active3 .brand01_wrap2 {
  opacity: 1;
}

.brand01.active3 .brand_top_img2::before {
  transform: scale(1);
}

.brand01.active3 .brand_txt_box {
  opacity: 1;
  transform: translateY(0);
}

.brand01.active3 .brand_top_logo {
  opacity: 1;
  transform: translateY(0);
}

.brand01.active4 .brand01_wrap2 {
  opacity: 1;
}

.brand01.active4 .brand_top_logo {
  transform: scale(1);
}

.brand01 * {
  transition: all 0.8s ease;
}



.brand02 { position: relative; margin:0 auto; width:100%; margin-top:-10rem; }


.brand02_wrap {  position: relative; margin:0 auto; width:100%;  max-width:1300px;  z-index:1;}
.brand_tit2 { position: relative; color:#000; text-align:left;  width:100%; margin:0 auto;  transform: translateX(-3rem); opacity: 0;}
.brand_tit2>div { margin-left:3rem;}
.brand_tit2 h1 { font-family: 'copperplate'; font-size:1.12rem;  font-weight:500;}
.brand_tit2 h2 { font-family: 'copperplate'; font-size:3.12rem;  font-weight:100; line-height:120%; text-transform: uppercase; margin-top:2rem;}
.brand_tit2 h2 b { font-weight:700;}
.brand_tit2 p { font-size:1.12rem; margin-top:3rem; line-height:140%;  }

.brand_img_box { display: flex; justify-content: center; align-items: center; gap:1.5rem;   position: absolute; right:0;  transform: translateX(3rem); opacity: 0;}

.brand02_wrap2 { position: relative; margin:0 auto; width:100%;  max-width:1460px; z-index:0; margin-top:7rem;}
.brand02_bg { background:#f0f0f0; width:80%; height:60rem;  position: absolute; left:0;}
.brand02 .line_obj_box { top:15rem; right:0; }

.brand_logo { position: relative; margin:0 auto; padding-top:17rem;}
.brand_btn {opacity: 0; transform: translateY(2rem); transition: .4s; margin-top:4rem;}
.brand_btn ul { display: flex; justify-content: center; /*gap: 1rem;*/ }

.brand_btn ul li a {width: 12rem; font-size:1.1rem;  padding: 1.2rem 2.5rem; border: 1px solid #8b2332; color:#8b2332; border-radius: 100px; transition: .2s; display: flex; justify-content: space-between; align-items: center;} 
.brand_btn ul li img {transition: .2s;}
.brand_btn ul li:nth-child(1) a {background: #8b2332; color: #fff; }
.brand_btn ul li:nth-child(1) a img { filter: brightness(0) invert(1); }

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

.brand03 { position: relative; margin:0 auto; width:100%; max-width:1300px; margin-top:7rem; }
.brand_film_box { display: flex; justify-content: center; justify-content: center; gap: 4rem; margin-top:3rem;  width:100%; }

.brand_film01 { transform: translateY(2.5rem); opacity: 0;}
.brand_film02 { margin-top:5rem; transform: translateY(-2.5rem); opacity: 0;}

.brand03_tit { font-family: 'copperplate'; font-size:1.42rem;  font-weight:100;  transform: translateY(-2.5rem); opacity: 0;}

/*
.brand01.active .brand_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.3s;}
.brand01.active .brand_top_img::before { transform: scale(1); transition: 1.8s 0s;}
*/

.brand02.active .brand_tit2 {  opacity: 1; transform: translate(0); transition: 1s 0.3s;}
.brand02.active .brand_img_box {  opacity: 1; transform: translate(0); transition: 1s 0.5s;}

.brand_btn.active { opacity: 1; transform: translate(0); transition: 1.8s 0s;}

.brand02_wrap2.active .brand_logo { opacity: 1; transform: translate(0); transition: 1.2s 0.3s;}


.brand03.active .brand_film01 {  opacity: 1; transform: translate(0); transition: 1s 0.5s;}
.brand03.active .brand_film02 {  opacity: 1; transform: translate(0); transition: 1s 0.5s;}
.brand03.active .brand03_tit {  opacity: 1; transform: translate(0); transition: 1s 0.3s;}



/**/

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

.sub_loca_cont { position: relative; width:100%;  margin:0 auto; text-align:left; margin-top:7rem;  margin-bottom:12rem;}
.sub_loca_cont .location_content_box { transform: translate(0rem); }

.location_sub_img.active {  opacity: 1; transform: translate(0); transition: 1s 0.3s;}
.sub_loca_cont.active .location_content.con01 { opacity: 1; transform: translate(6rem,3.625rem); transition: 1.6s 0.4s; }
.sub_loca_cont.active .location_content.con02 { opacity: 1; transform: translate(-6rem,-3.625rem); transition: 1.6s 0.4s; }
.sub_loca_cont.active .location_img.img01 { clip-path: polygon(0 61%, 100% 0, 52% 100%, 0 61%); clip-path: polygon(100% 0, 100% 0, 52% 100%, 0 61%); transition: 1.6s 0.4s; }
.sub_loca_cont.active .location_img.img02 { clip-path: polygon(48% 0, 100% 39%, 0 100%, 0% 100%); clip-path: polygon(0 100%, 48% 0, 100% 39%, 0% 100%); transition: 1.6s 0.4s; }
.sub_loca_cont.active .location_txt_box { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }


/*  */

.sub_contact_wrap { width: 100%; max-width: 1100px; margin: auto; position: relative; text-align: left; color: #010101; padding-bottom: 4.375rem; padding-bottom: 0; }

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

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

.sub_contact_map_box { width: 100%;  /*height: 363px;*/ border: 1px solid #b2b2b2; position: relative; padding:1rem;}
.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; gap: 0.3125rem; }
.sub_contact_bt div { width: 31px; height: 31px; border-radius: 100%; display: flex; justify-content: center; align-items: center; }
.sub_contact_bt a { display: flex; justify-content: center; align-items: center; width:100%; height:100%;}

.sub_contact_bt div:nth-child(1) { background: #00102a; }
.sub_contact_bt div:nth-child(2),
.sub_contact_bt div:nth-child(3) { background: #8f735b; }
.sub_contact_bt div.mo { display: none; }

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

/*  */

.sub_vr_wrap { width: 100%; max-width: 1100px; margin: auto; height: auto; position: relative; padding-bottom: 30px; }
.sub_vr_wrap img { width: 100%; max-width: 1100px; }

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

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

.shorts-wrap {
  position: relative;
  width: 100%;
  max-width: 400px; /* 필요하면 조절 */
  aspect-ratio: 9 / 16; /* 핵심 (세로형) */
  margin: 0 auto;
}

.shorts-inner {
  position: relative;
  padding-top: 177.77%; /* 9:16 */
}

.shorts-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 0;
}


.vr_bt_box { width: 100%; display: flex; justify-content: flex-end; margin-top: 15px; }
.vr_bt_box ul { width: 100%; max-width: 600px; display: flex; justify-content: flex-end; }
.vr_bt_box ul li { width: 100%; margin-left: 2%; border-radius: 0px; height: 45px; line-height: 45px; text-align: center; background-color: #000; color: #fff; font-size: 16px; }
.vr_bt_box ul li a{ width: 100%; height: 100%; display: block; }
.vr_bt_box ul li:nth-child(1) { background-color: #624b40; margin-left: 0; }
.vr_bt_box ul li:nth-child(2) { background-color: #888; }
.vr_bt_box ul li:nth-child(3) { background-color: #000; }

.vr_pop { width: 95%; max-width: 1100px; margin: auto; position: relative; padding-top: 70px; padding-bottom: 100px; }
.vr_pop h2 { text-align: center; font-size: 36px; line-height: 100%; color: #000; margin: 0; padding: 0; margin-bottom: 30px; font-weight: 500; }

.vr_pop ul.tabs3 { display: flex; justify-content: space-between; float: none; margin-bottom: 15px; }
.vr_pop ul.tabs3>li { width: 100%; text-align: center; height: 55px; margin-left: 0; border-left: none; font-size: 16px; font-weight: 500; background-color: #e9eaec; box-sizing: border-box; }
.vr_pop ul.tabs3>li>a { padding: 0; letter-spacing: 0; line-height: 55px; display: block; }
.vr_pop ul.tabs3>li:first-child { margin-left:0; border-left: 1px solid #ccc; }
.vr_pop ul.tabs3 li.selected, .vr_pop ul.tabs li.selected:hover { background-color: #000e42 !important; border: 1px solid #000e42 !important; }
.vr_pop ul.tabs3 li.selected a, .vr_pop ul.tabs li.selected a:hover { color: #fff; }

.vr_pop ul.tabs2 { display: flex; justify-content: space-between; float: none; margin-bottom: 0rem; }
.vr_pop ul.tabs2>li { width: 100%; text-align: center; margin-left: 0; height: 40px; font-size: 14px; border: #f3f3f3; background: #f3f3f3; border-left: 1px solid #fff; border-top: 2px solid #f3f3f3; box-sizing: content-box; }
.vr_pop ul.tabs2>li>a { padding: 0; letter-spacing: 0; display: block; line-height: 40px; }
.vr_pop ul.tabs2>li:first-child { margin-left:0; border-left: none; }
.vr_pop ul.tabs2 li.selected, .vr_pop ul.tabs li.selected:hover { background: #fff; border: #f3f3f3; border-top: 2px solid #000e42; }
.vr_pop ul.tabs2 li.selected a, .vr_pop ul.tabs li.selected a:hover { color: #444; }

.pr_vd { position: relative; width: 100%; padding-bottom: 56.25%; height: 0; z-index: 999; margin-bottom: 0px; }
.pr_vd iframe { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; }









/*  */


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

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

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

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

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

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

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

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

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



/*premium1*/
.sub_premium1_wrap .premium_tit h2{ font-size: 1.8rem;}
.sub_premium1_wrap .premium_tit h3{ font-size: 1.8rem; bottom: -3rem;}
.sub_premium1_wrap .premium_tit h3 span{ transform: translateX(5rem);}
.sub_premium1_wrap .premium_wrap{width: 100%; height: auto;}
.sub_premium1_wrap .premium_wrap>div{transform: translate(0);}

.sub_premium1_wrap.active .premium_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.sub_premium1_wrap.active .pre_box.box01 { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.sub_premium1_wrap.active .pre_box.box02 { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.sub_premium1_wrap.active .pre_ori { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }

/*//premium1*/





/*premium2*/
body.sub .premium_box { width: 100%; max-width: 1292px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; transform: translateY(0); }
body.sub .premium_content { width: 50%; height: auto; display: flex; justify-content: center; align-items: center; position: relative; text-align: left;}
body.sub .premium_content>div { position: relative; opacity: 0; flex-direction: column; padding: 2rem;}
body.sub .premium_content h6 { width: 100%; text-align: right; font-size: 0.6875rem; color: #987e62; font-weight: 500; letter-spacing: 0; margin-bottom: 1rem; }
body.sub .premium_content .premium_icon img{ width: 100%; }
body.sub .premium_content h2 { font-size: 1.375rem; line-height: 100%; font-weight: 700; color: #00102b; margin-top: 1.375rem; }
body.sub .premium_content p { font-size: 0.875rem; line-height: 178%; margin-top: 1rem; }

body.sub .premium_content span { width: 100%; height: 100%; display: block; position: absolute; z-index: -1; left: 0; top: 0; }
body.sub .premium_content span::before { content: ''; width: 0%; height: 1px; position: absolute; background-color: #9a9a9a; left: 0; right: 0; bottom: 0; margin: auto; }
body.sub .premium_content span::after { content: ''; width: 1px; height: 0%; position: absolute; background-color: #9a9a9a; right: 0; top: 0; bottom: 0; margin: auto; }


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