
::-webkit-scrollbar {

/* display:block; */

} 




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:#333; background:#fff; -ms-overflow-style: block; } 
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.main { overflow-y: hidden; } */
body { -ms-overflow-style: none; }
body::-webkit-scrollbar{ display: none; }
body.locked { touch-action:none; -webkit-overflow-scrolling:none; overflow:hidden; overscroll-behavior:none; }

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

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

/**/

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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




}



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

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


/**/

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

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

.intro_img_box { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 1; z-index: 2; clip-path: inset(44% calc(46.5% - 4.5rem) 44% calc(43.5% + 4.5rem) round 10px); opacity: 0; }
.intro_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/main_img.jpg) center bottom no-repeat; background-size: cover; z-index: 3; transition: 1.5s; }
.intro_img::after { content:''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: url(../img/main_bg.png)center no-repeat; background-size: cover; }

.intro_tit { width: 100%; height: 100%; position: absolute; z-index: 5; z-index: 1; text-align: center; display: flex; justify-content: center; align-items: center; transition: 0.8s; opacity: 0; transform: scale(0.5); }
.intro_tit>div { position: relative; }
.intro_tit h1 { font-family: 'trajan'; font-size: 2.75rem; line-height: 100%; display: flex; justify-content: center; align-items: center; color: #000; }
.intro_tit h1 span { display: flex; justify-content: center; align-items: center; }
.intro_tit h1 b { font-weight: 400; display: inline-block; opacity: 1; transition-duration: 1.2s; transition-delay: 0s; transition-timing-function: ease; }
.intro_tit h1 b.spacing { margin-right: 1rem; }
.intro_tit h1 span.space { width: 0rem; }
.intro_tit h1 span:nth-child(-n+2) b { color: #a3a3a3; }
.intro_tit p { display: flex; justify-content: flex-start; margin-bottom: 1rem; margin-left: 0.5rem; font-size: 1.125rem; line-height: 100%; opacity: 0; transform: translateX(-5rem); font-weight: 500; }
.intro_tit p:last-child { justify-content: flex-end; transform: translateX(5rem); margin-bottom: 0; margin-top: 1rem; margin-right: 0.875rem; }
.intro_txt { width: 18.75rem; position: absolute; left: -5rem; bottom: 0; z-index: 9; opacity: 0; transform: translateY(3rem); }


.intro_wrap.intro .intro_tit { opacity: 1; transform: translate(0); transition: all 1.5s 0s, opacity 1.2s 0s; }

.intro_wrap.intro2 .intro_tit h1 { letter-spacing: 0.85rem; padding-left: 0.85rem; transition: 1.2s 0s; }
.intro_wrap.intro2 .intro_tit p { opacity: 1; transform: translate(0); transition: 1.2s 0.9s; }
.intro_wrap.intro2 .intro_txt { opacity: 1; transform: translate(0); transition: 1.2s 0.9s; }


.intro_wrap.intro3 .intro_tit h1 span.space { width: 14.75rem; transition: 1.5s 0s; }
.intro_wrap.intro3 .intro_img_box { opacity: 1; transition: 1.5s 0s; }

.intro_wrap.intro4 .intro_img_box { clip-path: inset(0 0 0 0 round 0); transition: 2.5s 0s; }
.intro_wrap.intro4 .intro_tit { opacity: 0; transition: 1.2s 2.0s; }


.intro_wrap.skip .intro_img_box { opacity: 1; transition: 1.5s 0s; }
.intro_wrap.skip .intro_img_box { clip-path: inset(0 0 0 0 round 0); transition: 2.0s 0s; }
.intro_wrap.skip .intro_tit { opacity: 0; transition: 1.2s 0s; }

/**/

.all_wrap { width: 100%; height: auto; overflow: hidden; position: relative; left: 0; top: 0; z-index: 100; }
body.main .all_wrap { height: 100vh; text-align: center; }

.section { background-color: #fff; width: 100%; height: 100vh; position: relative; overflow: hidden; }


.main_skip_wrap { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9999999980; display: none; }
.main_skip_bt { width: 100%; height: 100%; position: absolute; left: 0; top: 0; cursor: pointer; }
.main_skip_bt p { display: none; }

/**/

#section1 { width: 100%; background: none; }
.main_wrap { width: 100vw; height: 100vh; left: 0; top: 0; z-index: 9; display: flex; justify-content: center; align-items: center; overflow: hidden; }
.main01 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; transition: 0.8s; }
.main02 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; }
.main02::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: #000; opacity: 0.8; z-index: 1; opacity: 0; transition: 0.8s; }
.main02>div { width: 90%; max-width: 1415px; height: 100%; position: relative; display: flex; justify-content: center; align-items: center; z-index: 9; }
.main02>div>div { width: 100%; display: flex; justify-content: center; align-items: flex-end; gap: 9.375rem; transform: translateY(5rem); flex-direction: column; }


.main_con_box {width:100%; height: 100%; position: relative; right: 0; top: 0; overflow: hidden; z-index: 10; }

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

.main_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; transform: scale(1); }
.main_img.img01 { background: url(../img/main_img.jpg) center bottom 15% no-repeat; background-size: cover; }
.main_img.img01::after { content:''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: url(../img/main_bg.png)center no-repeat; background-size: cover;}

.main_img.img02::after,.main_img.img03::after { content:''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: url(../img/main_bg2.png)center no-repeat; background-size: cover;}

.main_txt_box { position: relative; transform: translateY(100%); color: #fff; }
.main_txt_box h1 { font-size: 4.375rem; font-family: 'Nanum Myeongjo', serif; font-weight: 600; line-height: 100%; opacity: 0; transform: translateY(-4rem); }
.main_txt_box h1 b { font-weight: 600; font-style: italic;}
.main_txt_box p { font-size: 1.125rem; font-weight: 300; line-height: 180%; margin-top: 1.8rem; opacity: 0; transform: translateY(-4rem);}
.main_txt_box h3 { font-size: 1.375rem; font-weight: 300; letter-spacing: 3px; line-height: 100%; opacity: 0; transform: translateY(-4rem);}
.main_txt_box h2 { color: #a32a58; font-weight: 700; font-size: 4.375rem; line-height: 110%; margin-top: 2.4rem; opacity: 0; transform: translateY(-4rem);}
.main_txt_box h4 { font-size: 0.9375rem; font-weight: 300; line-height: 185%; margin-top: 4rem; opacity: 0; transform: translateY(4rem);}



span.c_pink { color: #a32a58;}

.main_txt { font-family: 'antro'; font-size: 4.15rem; position: absolute; right: 8%; bottom: 8%; z-index: 9; opacity: 0; transform: translateX(8rem) rotate(-12deg); color: #fff;}

.main_open { width: 6.0625rem; height: 6.0625rem; position: absolute; left: 5%; bottom: 10%; margin: auto; border-radius: 100%; z-index: 9; cursor: pointer; opacity: 1; background-color: #b45347; color: #fff; opacity: 0; }
/*.main_open img:first-child { width: 100%; transition: 0.3s; }*/
.main_open img:last-child { width: 161%; }
.main_open_bg { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(1) rotate(0); animation: main_open_bg 16s 0s linear infinite; }
.main_open>a { cursor: default; }
.main_open>a>div { width: 100%; height: 100%; border-radius: 100%; box-sizing: border-box; display: flex; justify-content: center; align-items: center; text-align: center; position: absolute; left: 0; top: 0; transition: 0.3s; }
.main_open>a>div>div { transform: translateY(3px); }
.main_open h3 { font-size: 1.0625rem; line-height: 100%; margin-left: -0.125rem; }
.main_open h3 b { font-size: 2.4375rem; }
.main_open p { font-size: 0.75rem; line-height: 100%; font-weight: 500; margin-top: 0.25rem; letter-spacing: 0; margin-left: 0.125rem; }

@keyframes main_circle {
	0% { clip-path: circle(0% at 46% 50%); }
	5% { clip-path: circle(0% at 46% 50%); }
	40% { clip-path: circle(32% at 46% 50%); }
	55% { clip-path: circle(32% at 46% 50%); }
	100% { clip-path: circle(88% at 46% 50%); }
}

@keyframes main_open_bg {
	from { transform: translate(-50%,-50%) scale(1) rotate(-360deg); }
	to {  }
}


.main_wrap.on .main_txt_bo { opacity: 1; transform: translate(0); transition: 1.2s 1.7s; }

.main_wrap.on .main_open { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
/* .main_wrap.on .main_txt { opacity: 1; transform: translate(0) rotate(-12deg); transition: 1.5s 0.3s; } */

/*  */






@keyframes main_ob_box {
	from { transform: scale(2); opacity: 0; }
	to {  }
}
@keyframes main_ob {
	0% {  transform: rotate(0deg);  top:0; left:-5%;}
	50% {  transform: rotate(90deg); }
	100% {  transform: rotate(0deg); top:0; left:-5%;}
}


@media all and (max-width: 1400px) { 
	
.main_img .main_ob {  transform: translate(0px,100px); }

    
}


/* .swiper-button-next { position: absolute; width: 82px; height: 50px; right: 4%; left: revert; margin: auto; top: 1%; bottom: 0; padding: 0; outline: none; z-index: 99; }
.swiper-button-prev { position: absolute; width: 82px; height: 50px; left: 4%; right: revert; margin: auto; top: 1%; bottom: 0; padding: 0; outline: none; z-index: 99; }


.main_slide_num { position: absolute; width: 180px; left: 210px; top: 0; bottom: 0; margin: auto; height: 13px; z-index: 100; line-height: 95%; font-size: 13px; color: #fff; text-align: center; letter-spacing: 0; display: flex; justify-content: space-between; align-items: center; }
.main_slide_num p:last-child { opacity: 1; } */

.main_bt_wrap { width: 485px; height: 3.625rem; position: absolute; left: 0; bottom: -3.625rem; z-index: 2; display: flex; transition:1s; }
.swiper1 .main_bt_wrap { background-color: rgba(0,0,0,0.8); }

.main_mgm_bt { background-color: #1c1c1c; color: #fff; width: 168px; height: 3.625rem; position: relative; border-right: 1px solid rgba(255,255,255,0.15); }
.main_mgm_bt:first-child { background: #a32a58;}
.main_mgm_bt:last-child { border-right: none;}
.main_mgm_bt a { width: 100%; height: 100%; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; box-sizing: border-box; }
.main_mgm_bt p { font-size: 0.8125rem; line-height: 100%; }
.main_mgm_bt div { width: 11px; height: 11px; position: relative; }
.main_mgm_bt div:after { content:''; width: 100%; height: 1px; background-color: #fff; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.main_mgm_bt div::before { content:''; width: 1px; height: 100%; background-color: #fff; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }

/* .main_bt_wrap .swiper-pagination2 { width: 100px; height: 20px; position: absolute; left: 248px; bottom: 0; top: 0; margin: auto; z-index: 999; display: flex; justify-content: space-between; align-items: center; }
.main_bt_wrap .swiper-pagination2 .swiper-pagination-bullet { width: 100%; height: 20px; border-radius: 0; opacity: 1; background: none; position: relative; outline: none; }
.main_bt_wrap .swiper-pagination2 .swiper-pagination-bullet span { content:''; width: 100%; height: 3px; position: absolute; left: 0; bottom: 0; top: 0; margin: auto; background-color: #fff; opacity: 1;
animation: bullet 5s 0s both linear; display: none; }
.main_bt_wrap .swiper-pagination2 .swiper-pagination-bullet span.stop { animation-play-state: paused; }
.main_bt_wrap .swiper-pagination2 .swiper-pagination-bullet:before { content:''; width: 100%; height: 1px; position: absolute; left: 0; bottom: 0; top: 0; margin: auto; background-color: #fff; opacity: 0.3; }
.main_bt_wrap .swiper-pagination2 .swiper-pagination-bullet p { font-size: 11px; line-height: 100%; color: #fff; position: absolute; top: 0; left: -8px; letter-spacing: 0.5px; z-index: -1; opacity: 0; transition: 0.5s; display: none; }

.main_bt_wrap .swiper-pagination2 .swiper-pagination-bullet-active span { display: block; }
.main_bt_wrap .swiper-pagination2 .swiper-pagination-bullet-active p { left: -13px; opacity: 1; }


@keyframes bullet {
	from { width: 0; }
	to {  }
} */


/* .main_play_bt { width: 20px; height: 30px; color: #fff; position: absolute; right: 35px; top: 0; margin: auto; bottom: 0; }
.main_play_bt>div { width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; cursor: pointer; border-radius: 100%; }
.main_play_bt>div>img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.swiper-button-play { display: none; }


.swiper1-2 { width: 179px; height: 32px; position: absolute; left: 35px; top: 0; bottom: 0;  margin: auto; z-index: 99; }
.swiper1-2 .swiper-slide { width: 32px; height: 32px; cursor: pointer; border: none; overflow: hidden; box-sizing: border-box; border-radius: 100%; }
.swiper1-2 .swiper-slide-thumb-active { opacity: 1; }
.swiper1-2 .swiper-slide:before { content:''; width: 6px; height: 6px; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; background-color: #fff; z-index: 9; border-radius: 100%; opacity: 0.5; }
.swiper1-2 .swiper-slide-thumb-active:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border: 1px solid #fff; z-index: 9; border-radius: 100%; box-sizing: border-box; }

.swiper1-2 .swiper-slide-thumb-active:before { opacity: 1; }

.swiper1 { width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; margin-bottom: 0; color: #fff; }
 */



/*.main_wrap.on .main_img.img01 { animation: main_img 2.2s 0s both; }*/
/*.main_wrap.on .main_img.img02 { animation: main_img 4s 0s both; }*/
/*.main_wrap.on .main_img.img03 { animation: main_img 4s 0s both; }*/


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

.sum_img_box { position: absolute; top: -5.75rem; right: 0; display: flex; justify-content: flex-end; align-items: flex-start; gap: 12px; }
.sum_img_box h3 { font-family: 'antro'; font-size: 1.5rem; line-height: 120%; text-align: left; font-weight: 600; transform: translateX(5rem); opacity: 0; color: #929292; position: absolute; right: -12.5rem; top: 4.5rem; transition: 0.8s; }
.sum_img_box h3 span { display: inline-block; margin-left: 5.375rem; }
.sum_img_box img:nth-child(1) { opacity: 0; transform: translateY(1.75rem); transition: 0.8s; }
.sum_img_box img:nth-child(2) { opacity: 0; transform: translateY(-1.75rem); margin-top: 3.5rem; transition: 0.8s; }

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

.main02 .imgc { position: static; text-align: left; right: revert; line-height: 166%; opacity: 0.5; margin-top: 6.25rem; opacity: 0; transition: 0.8s; display: none; }

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

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

/**/
.main_wrap.on .main_txt_box h1 { opacity: 1; transform: translate(0); transition: 1.5s 0.3s; }
.main_wrap.on .main_txt_box p { opacity: 1; transform: translate(0); transition: 1.5s 0.3s; }
.main_wrap.on .main_bt_wrap { bottom: 0; transition: 1s 1.5s;}

.main_wrap.on .main_txt { opacity: 1; transform: translate(0) rotate(-12deg); transition: 1.5s 0.6s; }



.main_wrap.on .main_content:after { animation: main_img2 8s 0.5s both; }
.main_wrap.on .main_img.img01 { animation: main_img 2.2s 0s both; }
/* .main_wrap.on .main_img.img02 { animation: main_img 4s 0s both; }
.main_wrap.on .main_img.img03 { animation: main_img 4s 0s both; } */
.main_wrap.on .main_txt_box h1 { opacity: 1; transform: translate(0); transition: 1.5s 0.3s; }
.main_wrap.on .main_txt_box p { opacity: 1; transform: translate(0); transition: 1.5s 0.3s; }
.main_wrap.on .main_txt_box h3 { opacity: 1; transform: translate(0); transition: 1.5s 0.3s; }
.main_wrap.on .main_txt_box h2 { opacity: 1; transform: translate(0); transition: 1.5s 0.3s; }
.main_wrap.on .main_txt_box h4 { opacity: 1; transform: translate(0); transition: 1.5s 0.6s; }
.main_wrap.on .main_txt { opacity: 1; transform: translate(0) rotate(-12deg); transition: 1.5s 0.6s; }

.main_wrap.on2 .main_txt_box { opacity: 0; transition: 1.3s 0s; }
.main_wrap.on2 .main02::after { opacity: 0.8; transition: 1.3s 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; }
.main_wrap.on2 .main02>h5 span  { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.main_wrap.on2 .imgc { opacity: 0.5; transform: translate(0); transition: 1.2s 0.8s; }
.main_wrap.on2 .sum_img_box h3 { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.main_wrap.on2 .sum_img_box img { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }


/* .swiper1 .swiper-slide.swiper-slide-active .main_content.con01 .main_txt_box { animation: main_txt5 1.8s 1.6s both; }
.swiper1 .swiper-slide.swiper-slide-active .main_content.con02 .main_txt_box { animation: main_txt5 1.8s 0.6s both; }
.swiper1 .swiper-slide.swiper-slide-active .main_content.con03 .main_txt_box { animation: main_txt5 1.8s 0.6s both; } */
@keyframes main_bg {
	0% { transform: scale(1); }
	50% { transform: scale(1.15); }
	100% { transform: scale(1); }
}
@keyframes main_img3 {
	from { opacity: 1; }
	to { opacity: 1; }
}
@keyframes main_img2 {
	from { top: 0; }
	to { top: -100%; }
}
@keyframes main_img {
	from { transform: scale(1.22); }
	to { transform: scale(1); }
}
@keyframes main_txt {
	from { opacity: 0; transform: translateY(-5rem); }
	to { opacity: 1; transform: translate(0); }
}
@keyframes main_txt2 {
	from { opacity: 0; transform: translateY(5rem); }
	to { opacity: 1; transform: translate(0); }
}
@keyframes main_txt3 {
	from { opacity: 0; transform: translateX(6rem); }
	to { opacity: 1; transform: translate(0); }
}
@keyframes main_txt4 {
	from { opacity: 0; transform: translateX(-6rem); }
	to { opacity: 1; transform: translate(0); }
}
@keyframes main_txt5 {
	from { opacity: 0; transform: translateX(12rem); }
	to { opacity: 1; transform: translate(0); }
}



.main_wrap.active2 { transform: translateX(-100vw); }
.main_wrap.active3 { transform: translateX(-200vw); }
.main_wrap.active4 { transform: translateX(-300vw); }
/*.main_wrap.active5 { transform: translateX(-400vw); }

.main_wrap.on .main_tit_box h4 { opacity: 1; transform: translate(0); transition: 1.0s 0.4s; }
.main_wrap.on .main_tit_box h2 { opacity: 1; transform: translate(0); transition: 1.0s 0.4s; }
.main_wrap.on .main_tit_box p { opacity: 1; transform: translate(0); transition: 1.0s 0.9s; }*/

/* .main_wrap.on .main_content.con01 .main_img { transform: scale(1); transition: 2s; }
.main_wrap.on .main_content.con01 .main_number h2 { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.main_wrap.on .main_content.con01 .main_txt_box h3 { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.main_wrap.on .main_content.con01 .main_txt_box p { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; } */

/**/

/**/

#section2 { width: 100%; }

.location_wrap { width: 100vw; height: 100vh; position: relative; display: flex; justify-content: flex-start; align-items: center; transition: 0.8s; color: #000; }
.location_wrap:after { content:''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url(../img/location_bg.jpg)center no-repeat; background-size: cover; }
.location_wrap2 { width: 100vw; height: 100vh; position: relative; display: flex; justify-content: flex-start; align-items: center; transition: 0.8s; color: #000; }
.location_wrap2:after { content:''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url(../img/location_bg.jpg)center no-repeat; background-size: cover; }
.location_tit { width: 39%; padding-left: 8.3%;box-sizing: border-box; z-index: 1; text-align: left; opacity: 0; transform: translateX(3rem); transition: 0.8s 0s; } 
.location_tit h2 { font-family: 'trajan', sans-serif; color: #a32a58; font-size: 4.375rem; line-height: 100%; }
.location_tit p { font-size: 1rem; margin-top: 1rem; margin-left: 0.5rem; }
.location_con { position: relative; height: auto; max-height: 584px; z-index: 1; display: flex; flex-direction: column; gap:19px; }
.location_img_box { display: flex; justify-content:flex-start; align-items: flex-end; gap:19px; position: relative; }
.location_img_box>div { overflow: hidden; }
.location_img_box img { transform: scale(1.1); opacity: 0; transition: 0.8s 0s; }
.location_img_box.img02 { right: -304px; justify-content: flex-end;}
.location_txt_box { position: absolute; text-align: left; }
.location_txt_box h5 { font-family: 'Poppins', sans-serif; font-size: 0.875rem; font-weight: bold; color: #a32a58; line-height: 100%; }	
.location_txt_box h3 { font-size: 1.125rem; font-weight: 400; margin: 0.55rem 0 2.5rem; line-height: 150%;}
.location_txt_box h3 b { font-size: 1.375rem; font-weight: 600; }
.location_txt_box p { font-size: 0.875rem; opacity: 0.7; line-height: 170%; position: relative;}
.location_txt_box p::before { content:'·'; display: inline-block; position: absolute; left: -7px; }
.location_txt_box p:last-child { margin-top: 1.55rem; }
.location_txt_box.box01 { left: 0; bottom: 0; opacity: 0; transform: translateY(-3rem); transition: 0.8s 0s; }
.location_txt_box.box02 { right: -19.5rem; top: 2.8rem; opacity: 0; transform: translateY(3rem); transition: 0.8s 0s; }

.location_wrap.on .location_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.location_wrap.on .location_img_box.img01 div:nth-child(1) img { opacity: 1; transform: scale(1); transition: 1.2s 0.6s; } 
.location_wrap.on .location_img_box.img01 div:nth-child(2) img { opacity: 1; transform: scale(1); transition: 1.2s 0.8s; }
.location_wrap.on .location_img_box.img02 div:nth-child(1) img { opacity: 1; transform: scale(1); transition: 1.2s 1.0s; } 
.location_wrap.on .location_img_box.img02 div:nth-child(2) img { opacity: 1; transform: scale(1); transition: 1.2s 1.2s; }
.location_wrap.on .location_txt_box.box01,
.location_wrap.on .location_txt_box.box02{ opacity: 1; transform: translate(0); transition: 1.2s 1.2s; }


.location_wrap2.on .location_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.location_wrap2.on .location_img_box.img01 div:nth-child(1) img { opacity: 1; transform: scale(1); transition: 1.2s 0.6s; } 
.location_wrap2.on .location_img_box.img01 div:nth-child(2) img { opacity: 1; transform: scale(1); transition: 1.2s 0.8s; }
.location_wrap2.on .location_img_box.img02 div:nth-child(1) img { opacity: 1; transform: scale(1); transition: 1.2s 1.0s; } 
.location_wrap2.on .location_img_box.img02 div:nth-child(2) img { opacity: 1; transform: scale(1); transition: 1.2s 1.2s; }
.location_wrap2.on .location_txt_box.box01,
.location_wrap2.on .location_txt_box.box02{ opacity: 1; transform: translate(0); transition: 1.2s 1.2s; }

/**/

#section3 { width: 100%; }

.premium_wrap { width: 100%; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: flex-end; align-items: flex-end; transition: 1.6s; }
.premium_wrap>div:last-child { width: 74%; height: 100%; display: flex; justify-content: center; align-items: center; position: relative; z-index: 9; }

.premium_bg_box { width: 26%; height: 100%; position: relative; display: flex; justify-content: center; align-items: center; }
.premium_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; overflow: hidden; }
.premium_bg::after { content: ''; width: 100%; height: 100%; position: absolute; right: 0; top: 0; background: url(../img/premium_img.jpg) center bottom no-repeat; background-size: cover; z-index: 1; transform: scale(1.2); }

.premium_bg_txt { opacity: 0; transform: translateY(-3rem); position: relative; z-index: 9; }
.premium_bg_txt>div { transform: translateY(-10rem); }
.premium_bg_txt p { font-size: 1rem; line-height: 160%; margin-top: 2rem; font-weight: 500; }
.premium_bg_txt h3 { font-size: 2.25rem; font-weight: 600; }
.premium_bg_txt h3 b { color: #a32a58; }

.premium_tit { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; text-align: left; text-transform: uppercase; display: none;}
.premium_tit::before { content: ''; width: 0%; height: 1px; background-color: #949494; right: 0; top: 9.0625rem; position: absolute; }
.premium_tit::after { content: ''; width: 1px; height: 0; background-color: #949494; right: 11.25rem; top: 9.0625rem; position: absolute; }
.premium_tit>div { position: absolute; right: 7rem; top: 12.5rem; opacity: 0; transform: translateY(3rem); transition: 0.8s 0s;  }
.premium_tit>div span { transform: rotate(90deg); transform-origin: left top; display: inline-block; position: absolute; left: 0; top: 0; white-space: nowrap; }
.premium_tit h2 { font-family: 'trajan'; font-size: 3.125rem; line-height: 100%; }
.premium_tit p { font-size: 0.9375rem; line-height: 100%; margin-top: 2.625rem; margin-left: 0.375rem; }

.premium_box { width: 90%; max-width: 1242px; display: flex; justify-content: flex-start; align-items: flex-start; gap: 4rem; transform: translateY(2rem); position: relative; z-index: 9; }
.premium_content { position: relative; opacity: 0; transform: translateY(-3rem); transition: 0.8s 0s;  }
.premium_box>div:nth-child(3) { display: flex; gap:4rem; }
.premium_content.con01 { margin-top: 11.25rem; }
.premium_content.con02 { margin-top: 7.5rem; }
.premium_content.con03 { margin-top: 3.75rem; }
.premium_icon { width: 5rem; height: 5.625rem; display: flex; justify-content: center; align-items: center; position: relative; margin: auto; }
.premium_icon::before { content: ''; width: 100%; height: 20%; position: absolute; left: 0; top: 0; box-sizing: border-box; border: 4px solid #c0c0c0; border-bottom: none !important; transition: 0.5s; }
.premium_icon::after { content: ''; width: 100%; height: 20%; position: absolute; left: 0; bottom: 0; box-sizing: border-box; border: 4px solid #c0c0c0; border-top: none !important; transition: 0.5s; }
.premium_content.con03 .premium_icon img { transform: translateX(4px); }
.premium_content h3 { font-size: 1.25rem; line-height: 120%; font-weight: 600; margin-top: 2.375rem; }
.premium_content h3 b { font-weight: 700; }
.premium_content p { font-size: 0.8125rem; line-height: 154%; margin-top: 1.375rem; }
.premium_content:hover .premium_icon::before { border: 4px solid #404146; transform: translateY(-0.375rem); }
.premium_content:hover .premium_icon::after { border: 4px solid #404146; transform: translateY(0.375rem); }
.premium_box .space { display: none; }
.premium_ori { position: absolute; left: 0; bottom: -10rem; font-size: 0.75rem; line-height: 166%; opacity: 0.7; font-weight: 500; text-align: left; opacity: 0; }
.premium_ori br.pad { display: none; }
.premium_box_tit { font-family: 'trajan'; position: absolute; left: 0; top: 0; text-align: left; display: inline-flex; top: -3.75rem; text-transform: uppercase; opacity: 0; transform: translateX(-5rem); }
.premium_box_tit h2 { font-size: 3.75rem; line-height: 110%; color: #000; }
.premium_box_tit h5 { position: absolute; font-size: 0.875rem; line-height: 120%; left: 47%; bottom: 0.5rem; padding-left: 0.875rem; }
.premium_box_tit h5::before { content: ''; width: 1px; height: 84%; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; background-color: #af1556; }
.premium_bd { position: absolute; right: 2.625rem; bottom: 0; opacity: 0; }


.premium_wrap.on .premium_bg_txt { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.premium_wrap.on .premium_box_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.premium_wrap.on .premium_content.con04 { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.premium_wrap.on .premium_content.con03 { opacity: 1; transform: translate(0); transition: 1.2s 0.55s; }
.premium_wrap.on .premium_content.con02 { opacity: 1; transform: translate(0); transition: 1.2s 0.7s; }
.premium_wrap.on .premium_content.con01 { opacity: 1; transform: translate(0); transition: 1.2s 0.85s; }
.premium_wrap.on .premium_ori { opacity: 0.7; transform: translate(0); transition: 1.2s 0.4s; }
.premium_wrap.on .premium_bd { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.premium_wrap.on .premium_bg::after { transform: scale(1); transition: 2.5s 0s; }
.premium_wrap.on .premium_tit::before { width: 100%; transition: 2s 0s; }
.premium_wrap.on .premium_tit::after { height: calc(100% - 9.0625rem); transition: 2s 0s; }
.premium_wrap.on .premium_tit>div { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }



/**/
#section4 { width: 100%; background-color: #fff; }

.community_wrap { width: 100vw; height: 100vh; position: relative; display: flex; justify-content: center; align-items: center; transition: 0.8s; color: #000; }
.community_wrap::after { content:''; width: 100%; height: 100%; position: absolute; background: url(../img/community_bg.png) calc(100% - 100px) bottom no-repeat; }
.commu_content_box { position: relative; text-align: left; transform: translateY(3.625rem); z-index: 1; padding-left: 3.625rem; }
.commu_tit { opacity: 0; transform: translateY(-3rem); }
.commu_tit h2 { font-family: 'trajan', sans-serif; font-size: 3.75rem; line-height: 100%; }
.commu_tit p { font-size: 1.125rem; margin-top: 0.825rem; margin-left: 0.3125rem;}
.commu_content { display: flex; align-items: center; gap:7.5rem; margin-top: 7.5rem;  opacity: 0; transform: translateY(3rem); }
.commu_content li { margin-bottom: 2.75rem;}
.commu_content li:last-child { margin-bottom: 0; }
.commu_content li h3 { color: #a32a58; font-weight: 600; font-size: 1.25rem; line-height: 100%;}
.commu_content li p { font-size: 0.875rem; opacity: 0.7; margin-top: 0.825rem; }
.commu_iso { transform: translate(-0.55rem,3.75rem); z-index: 1; opacity: 0;  }
.commu_iso img { width: 100%;}


.community_wrap.on .commu_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.community_wrap.on .commu_content { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.community_wrap.on .commu_iso { opacity: 1; transform: translate(-3.55rem,3.75rem); transition: 1.2s 1s; }

/**/

#section6 { overflow: visible; }

#footer { overflow: visible; }

.footer { width: 100%; padding: 2.6875rem 8.25rem 4.5rem; box-sizing: border-box; z-index: 999; font-family: 'Pretendard'; background-color: #1f1f1f; color: #fff; position: relative; 
box-sizing: border-box; text-align: center; letter-spacing: -0.5px; display: flex; justify-content: space-between; align-items: flex-start; letter-spacing: 0; transform: translateX(-50px); }
.footer:after { content:''; width: 100%; height: 100vh; position: absolute; left: 0; top: -100vh; display: none; }

.footer-wrap { font-size: 0.875rem; width: 100%; /*height: 100%;*/ font-weight: 300; text-align: left; color: #fff; display: flex; justify-content: flex-start; align-items: flex-start; }
.footer_logo { margin-right: 2.5rem; }
.footer>div>div { width: 100%; }
.footer>div>div>div { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; }
.footer .footer_left_wrap { display: block;}
.footer_left.left2 { margin: 1rem 0;}
.footer_left.left3 { opacity: 0.4; line-height: 180%; margin-top: 1rem;}
.footer_left.left2 li,.footer_left.left3 li { padding: 0 0.85rem;}
.footer_left ul { display: flex; justify-content: flex-start; align-items: center; }
.footer_left ul li { display: flex; justify-content: flex-start; align-items: center; padding: 0 1.375rem; position: relative; line-height: 100%; font-weight: 400; }
.footer_left ul li:first-child { padding-left : 0; }
.footer_left ul li:first-child b { font-size: 1rem; font-weight: 400;}
.footer_left ul li:after { position: absolute; content:''; width: 1px; height: 0.875rem; background-color: #fff; opacity: 0.2; right: 0; bottom: 0; top: -1px; margin: auto; }
.footer_left ul li span { color: #fff; margin-right: 0.3rem; }
.footer_left ul li:last-child:after { display: none; }
.footer_left ul li h4 { margin-right: 0.5rem; opacity: 0.4; font-weight: 300; }
/* .footer_left ul li:last-child img { margin-top: -0.625rem; } */
.footer_left p { line-height: 180%; color: #fff; }
.footer_left p b { font-size: 16px; color: #fff; font-weight: 300; }
.footer_left p b span { color: #fff; font-weight: 500; }
.footer_left p span {	 color: #8c8c8c; }
.footer>div h6 { font-size: 0.875rem; font-weight: 300; opacity: 0.4; line-height: 180%; }

.footer_right { font-size: 0.875rem; text-align: right; color: #fff; }
.footer_right ul { display: flex; justify-content: flex-end; align-items: center; }
.footer_right ul li { padding: 0 16px; padding: 0; position: relative; display: block; font-weight: 300; text-align: center; color: #fff; margin-left: 0.3125rem;line-height: 2.25rem; }
.footer_right ul li:first-child { width: 8.125rem; height: 2.25rem; background: #a32a58; border: 1px solid #a32a58; }
.footer_right ul li:last-child { width: 9.6875rem; height: 2.25rem; border: 1px solid #a32a58; }
/* .footer_right ul li:nth-child(1) { background-color: #bdb1a4; } */
/*.footer_right ul li:after { position: absolute; content:''; width: 1px; height: 0.8rem; background-color: #fff; opacity: 0.2; right: 0; bottom: 0; top: -1px; margin: auto; }*/
/* .footer_right ul li span { color: #fff; font-size: 1.125rem; margin-right: 0.3rem; } */
.footer_right ul li span { color: #a27d5b; }
.footer_right ul li img { margin-left: 0.3rem; margin-top: -1px; }

.footer_right p { line-height: 100%; font-weight: 300; margin-top: 1.06rem; opacity: 0.4; }

.footer_info { display: block !important; }
.footer_info ul { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 0.75rem; }
.footer_info ul li { font-size: 0.875rem; line-height: 100%; font-weight: 400; padding: 0 0.9375rem; position: relative; color: rgba(255,255,255,0.4); }
.footer_info ul li:after { content:''; width: 1px; height: 0.75rem; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; opacity: 0.2; }
.footer_info ul li:first-child { color: rgba(255,255,255,0.8); padding-left: 0; }
.footer_info ul li:last-child:after { display: none; }

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

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

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


.mo { display: none; }


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

/*서브*/

.sub_top { position: relative; left: 0; top: 120px; width: 85.5%; height: 234px; z-index: 99; margin: 0 auto; overflow: hidden; transform: translateX(-44px); }
/*.sub_top01:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/sub_top.png) center top no-repeat; background-size: cover; z-index: 2; }*/
.sub_top_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; }

.sub_top01 .sub_top_img { background: url(../img/sub_top01.jpg) center bottom 10% no-repeat; background-size: cover; animation: sub_top_img 2.0s 0s both; }
.sub_top02 .sub_top_img { background: url(../img/sub_top02.jpg) center bottom 10% no-repeat; background-size: cover; animation: sub_top_img 2.0s 0s both; }
.sub_top03 .sub_top_img { background: url(../img/sub_top03.jpg) center bottom 10% no-repeat; background-size: cover; animation: sub_top_img 2.0s 0s both; }
.sub_top04 .sub_top_img { background: url(../img/sub_top04.jpg) center bottom 10% no-repeat; background-size: cover; animation: sub_top_img 2.0s 0s both; }
.sub_top05 .sub_top_img { background: url(../img/sub_top05.jpg) center bottom 10% no-repeat; background-size: cover; animation: sub_top_img 2.0s 0s both; }
.sub_top06 .sub_top_img { background: url(../img/sub_top06.jpg) center bottom 10% no-repeat; background-size: cover; animation: sub_top_img 2.0s 0s both; }
.sub_top07 .sub_top_img { background: url(../img/sub_top07.jpg) center bottom 10% no-repeat; background-size: cover; animation: sub_top_img 2.0s 0s both; }

.sub_top_txt { width: 100%; position: absolute; left: 0; right: 0; top: 44%; margin: auto; z-index: 9; text-align: center; animation: sub_top_txt 1.2s 0.4s both; color: #3e515e; }
.sub_top_txt h3 { font-size: 1.75rem; line-height: 150%; font-weight: 600; letter-spacing: 0.5rem; font-family: 'Carisma Classic'; color: #000; animation: sub_top_txt2 1.2s 1s both; text-transform: uppercase; }
.sub_top_txt h3 b { font-weight: 600; }
.sub_top_txt h2 { font-family: 'Nanum Myeongjo', serif; font-size: 2.875rem; line-height: 100%; font-weight: 200; margin-top: 0.875rem; letter-spacing: -0.1875rem;  }
.sub_top_txt h2 b { color: #b45347; font-weight: 200; }


@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(30px); }
	to{ }
}
@keyframes sub_top_txt2 {
	from { letter-spacing: 3rem; }
	to{ }
}
/* @keyframes sub_top_txt2 {
	from { letter-spacing: 0.3rem; }
	to{ }
} */

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

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

#snb .ov ul {position:absolute;left:0;top:100%;min-width:100%;background:#fff; display:none; }
#snb .ov ul li { border:1px solid #c2c2c2;margin-top:-1px; font-weight: 400; }
#snb .ov ul li:first-child {margin-top:0;}
#snb .ov ul li a { display:block;font-size: 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 { display: block; height: 65px; line-height: 65px; padding: 0 15px; font-size: 14px; color:#000; min-width:160px; font-weight:400; }
#snb > li:first-child + li + li > a { margin-top:1px; 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: 0; right:0; margin:0 auto; transform: translateX(-50px); overflow: hidden; text-align: center; top:120px; }
#sub_box { position: relative; width: 100%; margin: auto; text-align: center; padding-bottom: 250px; padding-top: 0px; box-sizing: border-box; margin-top: 60px; }
#sub_tit { width: 100%; margin-top: 0; overflow: hidden; text-align: center; }
/*#sub_tit h2 { font-size: 38px; color: #000; font-weight: 400; line-height: 100%; letter-spacing: -1px; text-transform: uppercase; }
.sub_line { width: 1px; height: 38px; background-color: #404040; margin: auto; margin-top: 30px; }*/
#sub_tit h2 { font-size: 38px; color: #000; font-weight: 400; line-height: 100%; letter-spacing: -1px; text-transform: uppercase; }
.sub_line { width: 1px; height: 38px; background-color: #000; margin: auto; margin-top: 30px; }

#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 { margin:0 auto; margin-top: 50px; position: relative; width:1100px; left:0; right:0; }

.sub_ori { width: 100%; max-width: 1100px; margin: auto; margin-top:70px; margin-bottom:30px; background-color: #f3f3f3; text-align: left; padding: 1.5625rem 1.875rem; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: center; }
.sub_ori>div { width: 3.4375rem; height: 3.4375rem; min-width: 3.4375rem; border-radius: 100%; background: #a32a58 url(../sub/ori.png) center no-repeat; margin-right: 1.375rem; }
.sub_ori ul li { font-size: 0.75rem; line-height: 155%; color: #383838; font-weight: 400; letter-spacing: -0.5px; position: relative; font-weight: 500; opacity: 0.7; }


.sub_ori ul li:before { content:'·'; position: absolute; left: -0.375rem; margin-right: 0.125rem; }
.sub_ori ul li.sb { margin-left: 0.325rem; }
.sub_ori ul li.sb::before { display: none; }



.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_page.img { width: 100%; max-width: 1100px; margin: auto; margin-top: 50px; height: auto; position: relative; }
.sub_page.img img { width: 100%; max-width: 1100px; }
.sub_img { margin-bottom: 70px; }
.sub_page.img img.half { width: 50%; float: left; }



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

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

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

.sub_lounge>img { margin-bottom: 90px; }
.sub_lounge .tabs2 { margin-bottom: 60px; }

/**/

/*  */

.sub_over_wrap { width: 100%; max-width: 1100px; margin: auto; height: auto; position: relative; text-align: left; padding-bottom: 3.5rem; padding-bottom: 0; }

.sub_over_top { width: 100%; height: 36.25rem; margin: auto; position: relative; display: flex; justify-content: space-between; align-items: flex-end; opacity: 0;/*  border: 3px solid #b0b0b0; */ box-sizing: border-box; }
.sub_over_top .sub_img_box { width: 100%; height: 100%; background: url(../img/planning01.jpg)no-repeat center; background-size: cover ;}
/* .sub_over_top::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background: url(../sub/planning_bg.png) center no-repeat; background-size: cover; }

.sub_over_txt { position: absolute; left: 5rem; top: 3.75rem; z-index: 9; text-align: left; font-family: 'antro'; transition: 1.2s; }
.sub_over_txt h4 { font-size: 1.125rem; line-height: 100%; }
.sub_over_txt h2 { font-family: "Nanum Myeongjo", serif; font-size: 2.8125rem; line-height: 100%; margin-top: 0.625rem; margin-left: -0.3125rem; }
.sub_over_txt p { font-size: 0.875rem; line-height: 178%; margin-top: 2.125rem; opacity: 0.7; }

.swiper_planning { width: 84%; margin: 0; padding: 0; }
.swiper_planning .sub_planning_img { width: 100%; height: 50vw; max-height: 521px; }
.sub_planning_img.img01 { background: url(../sub/planning01.jpg) center no-repeat; background-size: cover; }
.sub_planning_img.img02 { background: url(../sub/planning02.jpg) center no-repeat; background-size: cover; }
.sub_planning_img.img03 { background: url(../sub/planning03.jpg) center no-repeat; background-size: cover; }

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

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

.swiper-button-next-planning { position: absolute; width: 75px; height: 47px; right: -12%; top: 0%; bottom: 0; margin: auto; padding: 0; outline: none; z-index: 99; cursor: pointer; }
.swiper-button-prev-planning { position: absolute; width: 75px; height: 47px; left: -12%; top: 0%; bottom: 0; margin: auto; padding: 0; outline: none; z-index: 99; cursor: pointer; }
.swiper-button-next-planning img { width: 100%; }
.swiper-button-prev-planning img { width: 100%; } */

.sub_over_bottom { width: 100%; margin: auto; position: relative; margin-top: 4.5rem; opacity: 0; }
.sub_over_txt_box { margin-top: 35px; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; padding-bottom: 0px; }
.sub_over_txt_box>div { width: 30%; margin-bottom: 50px; }
.sub_over_txt_box>div h4 { font-size: 1.25rem; line-height: 100%; font-weight: 600; color: #231815; border-bottom: 1px solid #383838; padding-bottom: 18px; }
.sub_over_txt_box>div p { font-size: 0.875rem; line-height: 170%; height: 3rem; margin-top: 18px; opacity: 0.7; font-weight: 500; }



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

.sub_over_top.active .over_tit b:nth-child(1) { transform: translate(0); transition: 1.3s 0.0s; }
.sub_over_top.active .over_tit b:nth-child(2) { transform: translate(0); transition: 1.3s 0.07s; }
.sub_over_top.active .over_tit b:nth-child(3) { transform: translate(0); transition: 1.3s 0.14s; }
.sub_over_top.active .over_tit b:nth-child(4) { transform: translate(0); transition: 1.3s 0.21s; }
.sub_over_top.active .over_tit b:nth-child(5) { transform: translate(0); transition: 1.3s 0.28s; }
.sub_over_top.active .over_tit b:nth-child(6) { transform: translate(0); transition: 1.3s 0.35s; }
.sub_over_top.active .over_tit b:nth-child(7) { transform: translate(0); transition: 1.3s 0.42s; }
.sub_over_top.active .over_tit b:nth-child(8) { transform: translate(0); transition: 1.3s 0.49s; }

.sub_over_top.active .over_img_box { opacity: 1; clip-path: inset(2% 37% 0% 37% round 300px); transform: rotate(30deg); transition: opacity 1.2s 1.0s, clip-path 1.5s 1.85s, transform 1.3s 3.8s; }
.sub_over_top.active .over_vd_box { transform: rotate(-30deg); transition: 1.3s 3.8s; }
.sub_over_top.active .over_txt_box.white { transform: rotate(-30deg); transition: 1.3s 3.8s; }
.sub_over_top.active .over_txt_box h4 { opacity: 1; transform: translate(0); transition: 1.3s 2.8s; }
.sub_over_top.active .over_txt_box h2 { opacity: 1; transform: translate(0); transition: 1.3s 2.8s; }

/*  */

#sub_container.contact { width: 100%; /*background: url(../sub/contact_bg.jpg) left bottom no-repeat;*/ padding-bottom: 6rem; }
/* #sub_container.contact .sub_page { max-width: 1300px; padding: 3.75rem 0 3.125rem; } */
#sub_container.contact #sub_tit { width: 90%; margin:0 auto;}
#sub_container.contact #snb_wrap { width: 90%; margin:0 auto; }

@media all and (max-width: 1600px) { 
    #sub_container.contact { background-size: 600px; padding-bottom: 6rem; }
}
@media all and (max-width: 767px) { 
    #sub_container.contact { background-size: 400px; padding-bottom: 5rem; }
}

.contact_wrap { width: 100%; max-width: 1100px; margin: auto; position: relative; text-align: left; color: #000; display: flex; justify-content: space-between; align-items:center; }

.sub_contact_txt_box { text-align: left;}
.sub_contact_txt_box h2 { font-size: 2.125rem; font-family: 'Nanum Myeongjo', serif; line-height: 100%; margin-bottom: 1.8rem; font-weight: 600; }
.sub_contact_txt_box h2 b { font-weight: 600; font-style: italic;}
.sub_contact_txt_box p { font-size: 0.875rem; line-height: 200%;}
.contact_top { width: 100%; }
.contact_top>div { width: 100%; display: flex; justify-content: space-between; align-items: flex-end; }

.contact_bottom { width: 100%; margin-top: 5.3125rem; margin-bottom: 4.375rem; }
.contact_bottom>div { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: 0 6%; }

.contact_box { width: 47%; }
.sub_contact_map_box { width: 100%; max-width: 609px; border: 1px solid #ddd; box-sizing: border-box; position: relative; }
.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_txt_box { width: 100%; max-width: 439px; margin: 1.5625rem 0; }
.contact_txt_box h3 { display: inline-block; font-size: 2rem; line-height: 100%; font-weight: 700; position: relative; margin-bottom: 3.75rem;}
.contact_txt_box h3:after { content:''; width: 100%; height: 1px; background-color: #fff; position: absolute; left: 0; bottom: 0; }

.sub_contact_add { display: flex; justify-content: space-between; align-items: center; gap:8rem; margin-top: 9.375rem;}
.sub_contact_add h4 { font-size: 1.375rem; line-height: 100%; font-weight: 400; }
.sub_contact_add h4 span { font-size: 0.875rem; }

.sub_contact_add p { font-size: 0.9375rem; line-height: 100%; margin-top: 0.6rem; opacity: 0.7;}
.contact_top .contact_add { margin-top: 3.125rem; }

.sub_contact_bt { display: flex; justify-content: flex-end; align-items: center; margin-right: 0.625rem; }
.sub_contact_bt a { display: block; margin-left: 0.3125rem; }
/* .contact_bt img { mix-blend-mode: screen; } */

/*  */



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

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

.sub_gongo_img_box { width: 57.545%; height: 100%; background: url(../img/planning01.jpg) center no-repeat; background-size: cover; }

.sub_gongo_txt_box { width: 40%; height: 100%; display: flex; flex-direction: column; justify-content: space-between; text-align: left; }
.sub_gongo_txt_box img { transform: scale(0.7); transform-origin: left top; }
.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 { margin-left: 2px; }
.sub_gongo_txt_box h2 { font-size: 28px; line-height: 100%; margin-top: 10px; margin-left: -2px; }
.sub_gongo_txt_box p { font-size: 12px; line-height: 167%; opacity: 0.7; margin-top: 25px; }

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

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

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

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

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





/**/

.location_pop_wrap { width: 100%; height: 100%; position: fixed; left: 0; top: -100%; z-index: 99999999; display: flex; justify-content: center; align-items: center; transition: 0.8s 0s; }
.location_pop_bg_bt { display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; cursor: pointer; z-index: 1; }
.location_pop_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; }

.location_pop { width: 80%; max-width: 1550px; position: relative; display: flex; justify-content: center; align-items: center; transform: translateY(0px); z-index: 9; }
.location_pop img { width: 100%; }
.location_pop_close { width: 65px; height: 65px; position: absolute; right: -75px; top: 49px; cursor: pointer; }
.location_pop_close:after { content:''; width: 1px; height: 100%; 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: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; transform: rotate(-45deg); }


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



/*  */

.sub_premium_wrap { width: 100%; max-width: 1100px; margin: auto; position: relative; color: #000; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 4.0625rem; margin-bottom: 3.125rem; background-color: #fff; background: url(../sub/premium_bg.png) left 33% top 66% no-repeat; }
/* .sub_premium_wrap { width: 100%; max-width: 1100px; margin: auto; position: relative; color: #000; margin-bottom: 10.625rem; } */

.sub_premium_content { width: calc(100% / 3 - 2.75rem); border: 1px solid #c2c2c2; box-sizing: border-box; padding: 1.5%; padding-bottom: 4%; background-color: #fff; }
.sub_premium_content:nth-child(5) { width: calc(64%); border: none; background: none; padding-top: 3%; }

.sub_premium_tit { text-align: center; display: inline-block; }
.sub_premium_tit h4 { font-size: 1.4375rem; line-height: 130%; font-weight: 200; }
.sub_premium_tit h4 b { font-weight: 700; }
.sub_premium_tit h2 { font-size: 5.0625rem; line-height: 100%; color: #a3285c; font-weight: 600; margin: 3.125rem 0 1.5625rem; }
.sub_premium_tit img { width: 6.625rem; }

.sub_premium_slide_box { margin-top: -3.75rem; padding-top: 10rem; background: url(../sub/premium_bg.png) left 20% top no-repeat; position: relative; }

/* .premium_slide { padding-bottom: 5rem; } */
.premium_slide .swiper-slide>div { width: 100%; max-width: 337px; }
.premium_slide .swiper-slide-prev .sub_premium_img_box { transform: scale(0.7); transform-origin: left center; }
.premium_slide .swiper-slide-next .sub_premium_img_box { transform: scale(0.7); transform-origin: right center; }
.premium_slide .swiper-slide-active .sub_premium_txt_box { opacity: 1; transform: translate(0); }
.premium_slide .swiper-slide-active .sub_premium_img_box>div { opacity: 1; }
.premium_slide .swiper-slide-active .sub_premium_img_box>div:last-child span:after { width: 100%; }
.premium_slide .swiper-slide-active .sub_premium_img img { transform: scale(1); }

.sub_premium_img_box { width: 100%; position: relative; transition: 0.8s; }
.sub_premium_img_box>div:last-child { width: 130%; position: absolute; right: calc(-130% - 1.875rem); top: 5%; opacity: 0; transition: 0.5s; display: flex; justify-content: center; align-items: center; color: #9b9b9b; transform: rotate(90deg); transform-origin: left top; }
.sub_premium_img_box>div:last-child span { width: 80%; height: 1px; position: relative; margin: 0 0.75rem; }
.sub_premium_img_box>div:last-child span:after { content:''; width: 0%; height: 100%; position: absolute; left: 0; top: 0; background-color: #9b9b9b; transition: 2s 0.3s; }
.sub_premium_img_box>div:last-child p { font-size: 0.9375rem; line-height: 100%; }
.sub_premium_img { width: 100%; border-radius: 1.875rem; overflow: hidden; border-radius: 0; max-width: 283px; margin: auto; }
.sub_premium_img img { width: 100%; transform: scale(1.2); transition: 2.3s; transform: scale(1); }
.sub_premium_txt_box { opacity: 0; transform: translateY(5rem); transition: 0.8s; margin-top: 2.125rem; opacity: 1; transform: translate(0);}
.sub_premium_txt_box p { font-size: 0.9375rem; line-height: 160%; }
.sub_premium_txt_box h3 { font-size: 1.5rem; line-height: 100%; font-weight: 700; color: #a3285c; margin-top: 0.875rem; }
.sub_premium_txt_box h5 { font-size: 12px; line-height: 100%; color: #c2c2c2; margin-top: 0.75rem; font-weight: 400; letter-spacing: 0; }

.sub_premium_slide_box .swiper-pagination { position: absolute; left: 0; right: 0; top: 8.125rem; bottom: revert; color: #000; font-size: 0.9375rem; line-height: 100%; font-weight: 400; }
.sub_premium_slide_box .swiper-pagination-total { display: none; }

.sub_premium_slide_box .swiper-button-prev { width: 5rem; height: 5rem; border-radius: 100%; background-color: #fff; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; transform: translate(-18.75rem,1.375rem); }
.sub_premium_slide_box .swiper-button-prev::after { content:''; width: 16%; height: 16%; border-left: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(45deg); position: absolute; left: 8%; right: 0; top: 0; bottom: 0; margin: auto; }
.sub_premium_slide_box .swiper-button-next { width: 5rem; height: 5rem; border-radius: 100%; background-color: #fff; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; transform: translate(18.75rem,1.375rem); }
.sub_premium_slide_box .swiper-button-next::after { content:''; width: 16%; height: 16%; border-right: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(-45deg); position: absolute; left: 0; right: 8%; top: 0; bottom: 0; margin: auto; }

/*  */
