
::-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; overflow-x: hidden; }

/*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: 999999999999999;
  left: 0;
  top: 0;
  pointer-events: none;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  .cursor__circle {
  	display: none;
    width: 25px;
    height: 25px;
    margin-top: -50%;
    margin-left: -50%;
/*    margin-top: 0;
    margin-left: 0;*/
    border-radius: 50%;
    border: solid 1px #004e71;
/*	background-color: #004e71;*/
    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);
      display: none;
  }

  .cursor_drag { width: 25px; height: 25px; background-color: rgba(0,0,0,0.7); display: flex; justify-content: center; align-items: center; border-radius: 100%; left: 0; top: 0; transform: translate(-50%,-50%); transition: 0.3s; opacity: 0; position: absolute; }
  .cursor_drag p { color: #fff; font-size: 10px; line-height: 100%; font-weight: 500; display: inline-block; position: relative; letter-spacing: 0; }
  .cursor_drag p:before { content:''; width: 6px; height: 6px; border-left: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(45deg); position: absolute; left: -42px; top: 0; bottom: 0; margin: auto; }
  .cursor_drag p:after { content:''; width: 6px; height: 6px; border-right: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(-45deg); position: absolute; right: -42px; 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.arrow .cursor__circle{
    width: 80px;
    height: 80px;
    background-color: transparent;
    border-color: #004e71;
  }

  #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: 80px;
    height: 80px;
	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; }
}


/**/

.all_wrap { width: calc(100% - 6.25rem); height: auto; position: relative; left: 0; top: 0; }
body.main .all_wrap { height: 100vh; text-align: center; }
body.sub .all_wrap { overflow: hidden; }

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


.intro_all_wrap { width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 99990; background-color: #840d3e; }
.intro_wrap { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; }

.intro_bg_box { width: 100%; height: 100%; position: absolute; z-index: 2; left: 0; top: 0; }
.intro_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity: 0; transform: scale(1.2); }
.intro_bg.bg01 { background: url(../img/intro_img01.jpg) center no-repeat; background-size: cover; }
.intro_bg.bg02 { background: url(../img/intro_img02.jpg) center no-repeat; background-size: cover; }

.intro_txt_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; opacity: 0; display: flex; justify-content: center; align-items: center; }
.intro_txt_box>div { transform: translateY(0); color: #fff; text-align: center; position: relative; }
.intro_txt_box h3 { font-family: 'gg'; font-size: 1.375rem; line-height: 100%; }
/* .intro_txt_box h1 { font-family: 'lexend'; font-size: 13.875rem; line-height: 90%; font-weight: 700; }
.intro_txt_box h1 span { -webkit-text-stroke: 1px #fff; color: transparent; } */
.intro_txt_box h2 { font-family: 'antro'; font-size: 5.625rem; line-height: 100%; color: #a97a68; position: absolute; left: 0; right: 0; top: 39%; margin: auto; z-index: 9; opacity: 0; transform: rotate(-5deg) translate(15rem,-1rem); }



.intro_wrap.intro .intro_txt_box.box01 { opacity: 1; transition: 2s 0s; }

.intro_wrap.intro2 .intro_txt_box.box01 { opacity: 0; transition: 1.5s 0s; }
.intro_wrap.intro2 .intro_txt_box.box02 { opacity: 1; transition: 2s 0.6s; }
.intro_wrap.intro2 .intro_bg.bg01 { opacity: 1; transform: scale(1); transition: opacity 2s 0s, transform 3s 0s; }

.intro_wrap.intro3 .intro_txt_box.box02 { opacity: 0; transition: 1.5s 0s; }
.intro_wrap.intro3 .intro_txt_box.box03 { opacity: 1; transition: 2s 0.6s; }
.intro_wrap.intro3 .intro_txt_box.box03 h2 { opacity: 1; transform: rotate(-5deg) translate(0,0); transition: 2s 1s; }
.intro_wrap.intro3 .intro_bg.bg02 { opacity: 1; transform: scale(1); transition: opacity 2s 0s, transform 3s 0s; }

/**/

.right_quick { width: 6.25rem; height: 100%; position: fixed; right: 0; top: 0; z-index: 999; display: flex; justify-content: space-between; align-items: flex-start; flex-direction: column; text-align: center; box-shadow: 0 0 1rem rgba(0,0,0,0.2); }
.right_quick>div { width: 100%; }

.right_open { background-color: #840d3e; color: #fff; }
.right_open a { display: block; padding: 2.5rem 0; }
.right_open.black { background-color: #000; }
.right_open h3 { font-size: 1.125rem; line-height: 100%; font-weight: 600; }
.right_open h5 { font-size: 0.75rem; line-height: 120%; opacity: 0.5; margin-top: 0.625rem; }
.right_open h4 { font-size: 0.875rem; line-height: 128%; font-weight: 600; }
.right_plus { width: 26px; height: 26px; border-radius: 100%; border: 1px solid rgba(255,255,255,0.5); position: relative; margin: auto; margin-top: 1rem; transition: 0.3s; }
.right_plus::before { content: ''; width: 2px; height: 12px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; }
.right_plus::after { content: ''; width: 12px; height: 2px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; }

.right_open:hover .right_plus { transform: rotate(90deg); }

.right_menu { width: 100%; height: 100%; background-color: #fff; border-left: 1px solid #ddd; border: none; box-sizing: border-box; display: flex; justify-content: center; align-items: center; }

.right_menu ul { transform: translateY(-3rem); }
.right_menu ul li { color: #838383; margin: 2.5rem 0; }
.right_icon { height: 1.625rem; display: flex; justify-content: center; align-items: center; }
.right_menu ul li a { display: block; }
.right_menu ul li h6 { font-size: 0.8125rem; line-height: 100%; margin-top: 0.875rem; font-weight: 500; }

.right_scroll_box { position: absolute; left: 0; right: 0; margin: auto; bottom: 0; }
.right_scroll_box p { font-size: 0.5625rem; line-height: 133%; letter-spacing: 0; font-weight: 600; color: #615b5b; }
.right_scroll { width: 1px; height: 4rem; background-color: rgba(0,0,0,0.3); margin: auto; margin-top: 0.75rem; position: relative; transition: 0.3s; }
.right_scroll span { position: absolute; content:''; width: 1px; height: 1rem; background-color: #000; left: 0px; 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; } */

/*  */

#section1 { width: 100%;  z-index: 1; }

/* .left_quick { font-family: 'Carisma Gothic'; width: 70px; height: 100%; position: fixed; z-index: 990; left: 2.5rem; top: 0; transform: translateY(0px); }
.left_quick>div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.left_quick ul { width: 100%; }
.left_quick ul li { width: 100%; height: auto; font-size: 0.813rem; font-weight: 700; line-height: 1.625rem; text-align: left; 
display: flex; justify-content: flex-start; align-items: center; margin: 0.25rem 0; color: #000; position: relative; padding-left: 0.875rem; transition: 0.3s; cursor: pointer; opacity: 0.3; }
.left_quick ul li:after { content:''; width: 2px; height: 100%; position: absolute; left: 0; margin: auto; bottom: 0; background-color: #000; transition: 0.5s; }

.left_quick ul li.active { opacity: 1; }
.left_quick ul li.active:after { opacity: 1; }
.left_quick ul li:hover { opacity: 1; }
.left_quick ul li:hover:after { opacity: 1; }

.left_quick.white ul li { color: #fff; }
.left_quick.white ul li:after { background-color: #fff; } */

.main_wrap { width: 100%; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; background-color: #000; overflow: hidden; }
.main_wrap::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: #000; opacity: 0; z-index: 11; transition: 1.2s; }

.swiper_main { width: 100%; height: 100%; margin: 0; padding: 0; }
.swiper_main .swiper-slide { width: 100%; height: 100%; background-color: #000; }

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

.main_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background-size: cover; transform: scale(1.25); }
.main_img.img01 { background: url(../img/main01.jpg) center bottom no-repeat; background-size: cover; }
.main_img.img02 { background: url(../img/main02.jpg) center bottom no-repeat; background-size: cover; }
.main_bg { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/main_bg.png) center no-repeat; background-size: cover; z-index: 2; }
.main_bg2 { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/main_bg2.png) left center no-repeat; background-size: cover; z-index: 2; }
.main_bg3 { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/main_bg3.png) left center no-repeat; background-size: cover; z-index: 2; opacity: 0.5; }
/* .main_circle { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 3; background: url(../img/main_circle.jpg) center no-repeat; background-size: cover; mix-blend-mode: screen; opacity: 0; animation: main_circle 8s 0s infinite; transform: rotate(295deg); } */
.main_circle { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 3; background: url(../img/main_circle.png) center no-repeat; background-size: cover; mix-blend-mode: hard-light; opacity: 1; animation: main_circle 26s 0s infinite linear; transform: rotate(0deg); transform-origin: 50% 55%; }
.main_circle.circle02 { background: url(../img/main_circle2.png) center no-repeat; background-size: cover; mix-blend-mode: screen; z-index: 4; }

@keyframes main_circle {
	0% { transform: rotate(0); }
	100% { transform: rotate(360deg); }
}
/* @keyframes main_circle {
	0% { transform: rotate(0); }
	60% { transform: rotate(360deg); }
	80% { transform: rotate(0deg); }
	100% { transform: rotate(0deg); }
} */

.main_txt_box { width: 100%; height: 100%; position: absolute; z-index: 10; display: flex; justify-content: center; align-items: center; color: #000; text-align: center; /* padding-left: 15rem; */ transform: translateY(-14rem);}
.main_txt_box>div { margin-left: 16.25rem; }
/* .main_txt_box.box01 { text-align: center; justify-content: center; } */
.main_txt_box.box01>div { transform: translateY(2rem); margin-left: 0; }
/* .main_txt_box img { transform: translate(15rem,-3.5rem); opacity: 0; } */
.main_txt_box h4 { font-family: "Nanum Myeongjo", serif; font-size: 1.5rem; line-height: 100%; opacity: 0; transform: translateY(-3rem); font-weight: 400;}
.main_txt_box h2 { font-family: "Nanum Myeongjo", serif; font-size: 3.375rem; line-height: 120%; font-weight: 100; opacity: 0; transform: translateY(-3rem); margin-top: 1.2rem; }
.main_txt_box h2 b { font-weight: 700; color: #a32a58;}
.main_txt_box p { font-size: 1rem; line-height: 156%; margin-top: 1.8rem; transform: translateY(-3rem); opacity: 0; }
.main_logo { width: 17.625rem; margin-top: 3.25rem; opacity: 0; transform: translateY(3rem); }

.main_txt { font-family: 'antro'; line-height: 100%; position: absolute; right: 8.697%; bottom: 11%; z-index: 9; opacity: 0; transform: translate(10rem,-1rem); color: #fff; }
.main_txt h2 { font-size: 3.545rem; transform: rotate(-7deg); letter-spacing: -0.3125rem; font-weight: 400; }


.main_txt_box span { position: relative; opacity: 0; transform: translateX(10rem); display: inline-block; margin-left: -0.625rem; }
.main_txt_box h1 { font-family: 'lexend'; font-size: 9.75rem; line-height: 100%; color: #fff; letter-spacing: -0.625rem; font-weight: 700; transition: 1.2s; }
.main_txt_box h3 { font-family: 'antro'; font-size: 7rem; line-height: 100%; position: absolute; z-index: 9; transition: 1.2s; letter-spacing: -0.25rem; }
/* .main_txt_box.box02 h3 { right: -10rem; top: -2.5rem; color: #e09e85; }
.main_txt_box.box03 h3 { right: -11.25rem; top: -1.5rem; color: #35edb5; }
.main_txt_box.box04 h3 { right: -8.5rem; top: -1.25rem; color: #ea8c80; }
.main_txt_box.box05 h3 { right: -4.75rem; top: -1.5rem; color: #ffcc32; } */
.main_txt_box.box02 h3 { right: -20%; top: -10%; color: #e09e85; }
.main_txt_box.box03 h3 { right: -25%; top: -10%; color: #35edb5; }
.main_txt_box.box04 h3 { right: -21%; top: -10%; color: #ea8c80; }
.main_txt_box.box05 h3 { right: -15%; top: -10%; color: #ffcc32; }


/* .main_guest_wrap { position: absolute; left: 6.25rem; bottom: 5rem; z-index: 999; display: flex; justify-content: flex-start; align-items: center; opacity: 0; transform: translateX(-7rem); }
.main_guest { width: 5.5rem; height: 5.5rem; background-color: #fff; margin: auto; border-radius: 100%; z-index: 99; cursor: pointer; position: relative; display: flex; justify-content: center; align-items: center; opacity: 1; cursor: default; transition: 1.0s 0s; opacity: 1; }
.main_guest_bg { width: 147.7272%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(1) rotate(0); animation: main_guest_bg 22s 0s linear infinite; }
.main_guest p { font-size: 0.8438rem; line-height: 120%; color: #000; position: relative; z-index: 9; font-weight: 700; transform: translateY(0.1875rem); }
.main_guest p span { font-size: 10px; text-transform: uppercase; opacity: 0.8; }
.main_guest img:first-child { width: 100%; }

.main_guest_txt { text-align: left; color: #fff; display: flex; justify-content: flex-start; align-items: center; margin-left: 4.125rem; }
.main_guest_txt h3 { font-family: 'lexend'; font-size: 1.75rem; line-height: 100%; font-weight: 700; }
.main_guest_txt p { font-size: 0.875rem; line-height: 100%; margin-left: 0.625rem; }

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


.main_bt_wrap { width: 426px; height: 77px; position: absolute; left: 168px; bottom: 0; z-index: 11; }
.swiper_main .main_bt_wrap { background-color: rgba(0,0,0,0.5); }

.main_slide_num { position: absolute; width: 174px; left: 155px; 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_guest_bt { background-color: #a32a58; color: #fff; width: 168px; height: 75px; position: absolute; left: -168px; bottom: 0; }
.main_guest_bt a { width: 100%; height: 100%; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; box-sizing: border-box; }
.main_guest_bt p { font-size: 0.9375rem; line-height: 100%; }
.main_guest_bt div { width: 13px; height: 13px; position: relative; transition: 0.3s; }
.main_guest_bt div:after { content:''; width: 100%; height: 1px; background-color: #fff; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.main_guest_bt div::before { content:''; width: 1px; height: 100%; background-color: #fff; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.main_guest_bt:hover div { transform: rotate(90deg); }


.main_sum { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; position: absolute; left: 0; top: 0; z-index: 15; opacity: 0; transition: opacity 1.0s 0s,z-index 0s 1.0s; z-index: -1; }
.main_sum>div { width: 90%; max-width: 1128px; position: relative; z-index: 9; transform: translateY(-0.375rem); }
.main_sum>div>h1 { font-family: 'trajan'; display: inline-block; position: relative; font-size: 3.4375rem; line-height: 100%; font-weight: 600; color: #fff; opacity: 0; transition: 0.8s; }
.main_sum ul { display: flex; justify-content: space-between; align-items: flex-start; gap: 0.75rem; flex-wrap: wrap; margin-top: 1.375rem; }
.main_sum ul>li { width: calc(16.6% - 0.625rem); padding: 4rem 0; position: relative; box-sizing: border-box;display: flex; justify-content: center; align-items: center; text-align: center; color: #fff; transition: 0.5s; }
.main_sum ul>li::before { content: ''; width: 0%; height: 1px; position: absolute; left: -1px; top: -1px; background-color: rgba(255,255,255,0.4); transition: 0.8s; }
.main_sum ul>li::after { content: ''; width: 0%; height: 1px; position: absolute; right: -1px; bottom: -1px; background-color: rgba(255,255,255,0.4); transition: 0.8s; }
.main_sum ul>li img { width: 100%; }
.main_sum ul>li>span { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.main_sum ul>li>span::before { content: ''; width: 1px; height: 0%; position: absolute; left: -1px; bottom: -1px; background-color: rgba(255,255,255,0.4); transition: 0.8s; }
.main_sum ul>li>span::after { content: ''; width: 1px; height: 0%; position: absolute; right: -1px; top: -1px; background-color: rgba(255,255,255,0.4); transition: 0.8s; }
.main_sum ul>li:nth-child(n+7) { width: calc(50% - 0.375rem); padding: 2.25rem 0; }
.main_sum ul>li h2 { font-family: 'trajan'; font-size: 1.5rem; line-height: 100%; font-weight: 700; opacity: 0; transition: 0.8s; }
.main_sum ul>li h4 { font-size: 0.875rem; line-height: 100%; font-weight: 500; margin-top: 0.375rem; opacity: 0.7; opacity: 0; transition: 0.8s; }

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

.main_sum ul li:hover { color: #b9967b; }
.main_sum ul li:hover .main_sum_over::before,
.main_sum ul li:hover .main_sum_over::after { height: calc(100% + 2px); }
.main_sum ul li:hover .main_sum_over span::before,
.main_sum ul li:hover .main_sum_over span::after { width: calc(100% + 2px); }

.main_sum_bt { display: flex; justify-content: center; align-items: center; gap: 1rem; margin-top: 3.125rem; opacity: 0; transition: 0.8s; }
.main_sum_bt>div { width: 16.875rem; height: 3.75rem; border: 1px solid rgba(255,255,255,0.4); border-radius: 3.75rem; transition: 0.5s; color: #fff; } 
.main_sum_bt>div>a { font-size: 1rem; line-height: 100%; width: 100%; height: 100%; display: flex; justify-content: space-between; align-items: center; box-sizing: border-box; padding: 0 2.25rem; }
.main_sum_bt>div>a>div { width: 0.9375rem; height: 0.75rem; background: url(../img/down_w.png) right center no-repeat; background-size: cover; transition: 0.5s; }


.main_sum_bt>div:hover { color: #000; background-color: #fff; border: 1px solid #fff; }
.main_sum_bt>div:hover>a>div { background: url(../img/down.png) right center no-repeat; background-size: cover; }


.main_wrap.on2::before { opacity: 0.88; transition: 1.5s; }
/* .main_wrap.on2 .main_img>div { transform: scale(1); filter: blur(0.25rem); transition: all 1.5s 0s,transform 2.5s 0s; }
.main_wrap.on2 .main_img { width: 100%; transition: 1.5s 0s; } */
.main_wrap.on2 .main_sum { opacity: 1; z-index: 15; transition: 0s 0.8s; }
.main_wrap.on2 .main_sum ul>li::before,
.main_wrap.on2 .main_sum ul>li::after { width: calc(100% + 2px); transition: 1.5s 0.8s; }
.main_wrap.on2 .main_sum ul>li>span::before,
.main_wrap.on2 .main_sum ul>li>span::after { height: calc(100% + 2px); transition: 1.5s 0.8s; }
.main_wrap.on2 .main_sum>div>h1 { transform: translate(0); opacity: 1; transition: 1.2s 0.8s; }
.main_wrap.on2 .main_sum ul>li h2 { transform: translate(0); opacity: 1; transition: all 0.5s 0s, opacity 1.2s 0.8s; }
.main_wrap.on2 .main_sum ul>li h4 { transform: translate(0); opacity: 1; transition: all 0.5s 0s, opacity 1.2s 0.8s; }
.main_wrap.on2 .main_sum_bt { transform: translate(0); opacity: 1; transition: 1.2s 0.8s; }




.main_bt_wrap .swiper-pagination2 { width: 101px; height: 20px; position: absolute; left: 191px; 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; }

.swiper_main_2 { width: 200px; height: 32px; position: absolute; left: 35px; top: 0; bottom: 0;  margin: auto; z-index: 99; }
/* .swiper_main_2 .swiper-wrapper { display: flex; justify-content: space-between; gap: 0 10px; } */
.swiper_main_2 .swiper-slide { width: 32px !important; height: 32px; cursor: pointer; border: none; overflow: hidden; box-sizing: border-box; border-radius: 100%; margin-right: 17px !important;}
.swiper_main_2 .swiper-slide-thumb-active { opacity: 1; }
.swiper_main_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; }
.swiper_main_2 .swiper-slide-thumb-active:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border: 1px solid #fff; box-sizing: border-box; z-index: 9; border-radius: 100%; box-sizing: border-box; }

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

 


/* .swiper_main .swiper-slide-active .main_img { transform: scale(1); transition: opacity 2.0s 0s, transform 4.0s 0s; } */
/* .swiper_main .swiper-slide-active .main_circle { opacity: 1; transform: rotate(360deg); transition: opacity 1.4s 0.2s, transform 2.5s 0.2s; } */

/*.swiper_main .swiper-slide-active .main_txt_box.box01 p { transform: translate(0); opacity: 0.8; transition: 1.3s 0.6s; }*/
/*.swiper_main .swiper-slide-active .main_logo {  transform: translate(0); opacity: 1; transition: 1.3s 0.6s; }*/



.main_wrap.on .swiper_main .swiper-slide-active .main_img { transform: scale(1); transition: opacity 2.0s 0s, transform 4.0s 0s; }
/*.main_wrap.on .swiper_main .swiper-slide-active .main_txt_box span {  transform: translate(0); opacity: 1; transition: 1.3s 0.2s; }*/
.main_wrap.on .swiper_main .swiper-slide-active .main_txt_box h4 { transform: translate(0); opacity: 1; transition: 1.3s 0.4s; }
.main_wrap.on .swiper_main .swiper-slide-active .main_txt_box h2 {  transform: translate(0); opacity: 1; transition: 1.3s 0.6s; }
.main_wrap.on .swiper_main .swiper-slide-active .main_txt_box p { transform: translate(0); opacity: 0.8; transition: 1.3s 0.6s; }
.main_wrap.on .swiper_main .swiper-slide-active .main_txt { transform: translate(0); opacity: 0.8; transition: 1.3s 0.8s; }

/* .main_content.active.main_img { transform: scale(1); transition: opacity 2.0s 0s, transform 4.0s 0s; }
.main_content.active.main_txt_box span {  transform: translate(0); opacity: 1; transition: 1.3s 0.2s; }
.main_content.active.main_txt_box h4 { transform: translate(0); opacity: 1; transition: 1.3s 0.8s; }
.main_content.active.main_txt_box p { transform: translate(0); opacity: 0.8; transition: 1.3s 0.8s; } */

/* .main_wrap.on .main_img { transform: scale(1); opacity: 1; transition: opacity 2.0s 0s, transform 4.0s 0s; }
.main_wrap.on .main_circle { opacity: 1; transform: rotate(360deg); transition: opacity 1.4s 0.6s, transform 4s 0s; }
.main_wrap.on .main_txt_box h2 {  transform: translate(0); opacity: 1; transition: 1.3s 1.5s; }
.main_wrap.on .main_txt_box p { transform: translate(0); opacity: 0.7; transition: 1.3s 1.5s; }
.main_wrap.on .main_logo {  transform: translate(0); opacity: 1; transition: 1.3s 1.5s; } */


/**/

/*#section2 { width: 100%;  z-index: 1; }*/
/**/
/*.location_wrap { width: 100%; height: 100%; position: relative; transition: 0.8s; text-align: left; background-color: #000; }*/
/**/
/*.location_img_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; transition: 1.0s; }*/
/*.location_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity: 0.6; filter: grayscale(1); transition: all 1.2s, opacity 1.0s; }*/
/*.location_img.img01 { background: url(../img/location_img01.jpg) center no-repeat; background-size: cover; opacity: 0.5; clip-path: polygon(0 0, 25% 0, 25% 100%, 0% 100%); }*/
/*.location_img.img02 { background: url(../img/location_img02.jpg) center no-repeat; background-size: cover; opacity: 0.3; clip-path: polygon(25% 0, 50% 0, 50% 100%, 25% 100%); }*/
/*.location_img.img03 { background: url(../img/location_img03.jpg) center no-repeat; background-size: cover; clip-path: polygon(50% 0, 75% 0, 75% 100%, 50% 100%); }*/
/*.location_img.img04 { background: url(../img/location_img04.jpg) center no-repeat; background-size: cover; clip-path: polygon(75% 0, 100% 0, 100% 100%, 75% 100%); }*/
/**/
/*.location_bg_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; }*/
/*.location_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity: 0; transition: all 1.2s, opacity 1.0s; display: flex; justify-content: center; align-items: center; text-align: center; }*/
/*.location_bg::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity: 0.6; }*/
/*.location_bg.bg01::after { background: url(../img/location_img01.jpg) center no-repeat; background-size: cover; opacity: 0.5; }*/
/*.location_bg.bg02::after { background: url(../img/location_img02.jpg) center no-repeat; background-size: cover; opacity: 0.3; }*/
/*.location_bg.bg03::after { background: url(../img/location_img03.jpg) center no-repeat; background-size: cover; }*/
/*.location_bg.bg04::after { background: url(../img/location_img04.jpg) center no-repeat; background-size: cover; }*/
/*.location_bg>div { position: relative; transform: translateY(-1rem); }*/
/*.location_bg h1 { font-family: 'lexend'; font-size: 8.75rem; line-height: 100%; opacity: 0.2; color: #fff; letter-spacing: 5rem; font-weight: 700; transition: 1.2s; }*/
/*.location_bg h2 { font-family: 'antro'; font-size: 5rem; line-height: 100%; position: absolute; z-index: 9; transition: 1.2s; opacity: 0; }*/
/*.location_bg.bg01 h2 { right: 3.25rem; top: 1rem; color: #e09e85; }*/
/*.location_bg.bg02 h2 { right: -5.25rem; top: 1rem; color: #85e0a1; }*/
/*.location_bg.bg03 h2 { right: -2.25rem; top: 1rem; color: #85dfe0; }*/
/*.location_bg.bg04 h2 { right: 3.25rem; top: 1rem; color: #e0ca85; }*/
/**/
/*.location_img_box.hide { opacity: 0; }*/
/*/* .location_img.active { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); filter: grayscale(0); } */*/
/*.location_bg.active { opacity: 1; filter: grayscale(0); }*/
/*.location_bg.active h1 { letter-spacing: -0.5px; }*/
/*.location_bg.active h2 { opacity: 1; }*/
/**/
/**/
/*.location_line_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 8; }*/
/*.location_line_box>div { width: 1px; height: 0%; position: absolute; background-color: #fff; opacity: 0.3; }*/
/*.location_line01 { left: 25%; top: 0; }*/
/*.location_line02 { left: 0; right: 0; margin: auto; bottom: 0; }*/
/*.location_line03 { right: 25%; top: 0; }*/
/**/
/*.location_content_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; display: flex; justify-content: space-between; align-items: center; }*/
/*.location_txt_box { width: 100%; height: 100%; display: flex; justify-content: center; align-items: flex-end; }*/
/*.location_txt { width: 100%; text-align: left; color: #fff; padding-bottom: 6.25rem; padding-top: 5rem; padding: 5rem 11% 6.25rem; transition: 0.8s; }*/
/*.location_txt h5 { font-family: 'lexend'; font-size: 0.875rem; line-height: 100%; }*/
/*.location_txt>div { display: flex; justify-content: space-between; align-items: center; margin-top: 0.625rem; }*/
/*.location_txt h2 { font-size: 1.75rem; line-height: 100%; font-weight: 100; }*/
/*.location_txt p { font-size: 0.8125rem; line-height: 192%; margin-top: 1.875rem; opacity: 0.8; font-weight: 300; }*/
/*.location_plus { width: 26px; height: 26px; border-radius: 100%; border: 1px solid rgba(255,255,255,0.5); position: relative; transition: 0.3s; }*/
/*.location_plus::before { content: ''; width: 2px; height: 12px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; }*/
/*.location_plus::after { content: ''; width: 12px; height: 2px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; }*/
/**/
/*.location_txt_box.active .location_plus { transform: rotate(90deg); }*/
/*.location_txt_box.hide .location_txt { margin-bottom: -3.25rem; }*/
/**/
/**/
/*.location_wrap.on .location_line_box>div { height: 100%; transition: 2.0s 0s; }*/

/**/

/*#section3 { width: 100%; z-index: 1; }*/
/**/
/*.cy_wrap { width: 100%; height: 100%; position: relative; transition: 0.8s; text-align: left; display: flex; justify-content: center; align-items: center; }*/
/*.cy_wrap::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: url(../img/main.jpg) center bottom no-repeat; background-size: cover; }*/
/*.cy_wrap::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background: url(../img/cy_bg.png) center top no-repeat; background-size: cover; }*/
/**/
/*.cy_wrap>div { position: relative; z-index: 9; width: 90%; max-width: 1200px; margin: auto; transform: translateY(1rem); }*/
/**/
/*.cy_tit { opacity: 0; transform: translateX(5rem); }*/
/*.cy_tit h3 { font-size: 1.375rem; line-height: 100%; font-weight: 300; }*/
/*.cy_tit h2 { font-size: 4.5rem; line-height: 100%; font-weight: 700; margin-top: 0.75rem; margin-left: -0.25rem; }*/
/*.cy_tit h4 { font-size: 1rem; line-height: 152%; opacity: 0.7; margin-top: 2.5rem; font-weight: 500; }*/
/*.cy_box { width: 100%; text-align: center; margin-top: 2.875rem; opacity: 0; transform: translateY(3rem); position: relative; }*/
/*.cy_box>div { width: 100%; display: flex; justify-content: space-between; align-items: center; }*/
/*.cy_box ul { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; border-top: 1px solid #484848; }*/
/*.cy_box ul:nth-child(1) { width: 58%; }*/
/*.cy_box ul:nth-child(2) { width: 42%; }*/
/*.cy_box ul li { font-size: 1rem; font-weight: 500; padding: 1.75rem 0; border-bottom: 1px solid #484848; box-sizing: border-box; }*/
/*.cy_box ul li:nth-child(1) { color: #000 !important; }*/
/*.cy_box ul li:nth-child(-n+2) { padding: 0.875rem 0; background-color: rgba(169,122,104,0.4); }*/
/*.cy_box ul li:nth-child(2n-1) { width: 22%; color: #a97a68; }*/
/*.cy_box ul li:nth-child(2n) { width: 78%; border-left: 1px solid #484848; }*/
/*.cy_box ul:nth-child(2) li:nth-child(2n-1) { display: none; }*/
/*.cy_box ul:nth-child(2) li:nth-child(2n) { width: 100%; }*/
/*.cy_wrap p { font-size: 0.9375rem; line-height: 166%; opacity: 0.7; margin-top: 2.25rem; font-weight: 500; text-align: left; }*/
/**/
/*.cy_bt { display: block; margin-top: 3.5rem; opacity: 0; transform: translateY(3rem); }*/
/*.cy_bt>a { display: inline-block; padding: 1.25rem 2.25rem; background-color: #840d3e; color: #fff; border-radius: 5rem; overflow: hidden; }*/
/*.cy_bt>a>div { display: flex; justify-content: center; align-items: center; gap: 1.5rem; }*/
/*.cy_bt>a>div h5 { font-size: 1.125rem; }*/
/*.cy_bt>a>div>span { width: 18px; height: 5px; position: relative; }*/
/*.cy_bt>a>div>span::after { content: ''; width: 100%; height: 1px; position: absolute; right: 0; bottom: 0; top: 0; margin: auto; background-color: #fff; }*/
/*.cy_bt>a>div>span::before { content: ''; width: 6px; height: 6px; position: absolute; right: -1px; bottom: 0; top: 0; margin: auto; border-right: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(-45deg); }*/
/**/
/**/
/*.cy_wrap.on>div .cy_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }*/
/*.cy_wrap.on>div .cy_box { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }*/
/*.cy_wrap.on>div .cy_bt { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }*/


/**/

#section3 { width: 100%; z-index: 1; }

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

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

.swiper_location { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; outline: none; margin: 0; padding: 0; }

.location_content { width: 100%; height: 100%; position: relative; z-index: 9; display: flex; justify-content: center; align-items: center; background-color: #fff; }
.location_content>div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }

.location_bg_box { width: 100%; height: 100%; opacity: 1; position: absolute; transform: scale(1.2); }
.location_bg_box::before { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/location_bg.png) center no-repeat; background-size: cover; z-index: 3; opacity: 1; }
.location_bg_box::after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/location_bg2.png) center no-repeat; background-size: cover; z-index: 3; opacity: 1; }
.location_bg_box.box01 { background: url(../img/location_bg01.jpg)center no-repeat; background-size: cover; }
.location_bg_box.box02 { background: url(../img/location_bg02.jpg)center no-repeat; background-size: cover; }
.location_bg_box.box03 { background: url(../img/location_bg03.jpg)center no-repeat; background-size: cover; }
.location_bg_box.box04 { background: url(../img/location_bg04.jpg)center no-repeat; background-size: cover; }



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

/* .location_vd_box.box03 iframe { width: 120%; height: 120%; } */

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

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

@media all and (max-width: 1100px) { 
	.location_vd iframe { left: 50%; top: 0; transform: translateX(-91.5vh); width: 180vh; height: 100vh; }
    .location_vd::before { left: 50%; top: 0; transform: translateX(-91.5vh); width: 180vh; height: 100vh; }
}

.location_txt_box { width: 100%; height: 100%; display: flex; /* justify-content: center; */align-items: flex-end; position: relative; z-index: 9; color: #fff; text-align: left; left: 10.3%; bottom: 14.2%;}
.location_txt_box>div {  transform: translateY(0rem); position: relative;}
.location_txt_box h1 { font-family: 'trajan'; font-size: 6.25rem; line-height: 100%; opacity: 0; transform: translateX(-3rem); letter-spacing: -3px;}
.location_txt_box h2 { font-family: 'antro'; font-size: 5.6rem; color: #e09e85; line-height: 100%; opacity: 0; transform: translateX(-3rem); position: absolute; top: -1.8rem; }
.location_txt_box>div>div { border-left: 1px solid #fff; box-sizing: border-box; padding-left: 2.75rem; opacity: 0; transform: translateX(3rem); margin-top: 2.93rem; position: relative; left: 20.2rem;}
.location_txt_box h3 { font-size: 1.625rem; font-weight: 100; margin-top: 1.5rem; line-height: 100%;}
.location_txt_box h3 b { font-weight: 700; }
.location_txt_box p { line-height: 180%; opacity: 0.8; margin-top: 1.95rem; }

.location_txt_box.box01 h2 { right: -30%;}
.location_txt_box.box02 h2 { right: -40%;}
.location_txt_box.box03 h2 { right: -51%;}
.location_txt_box.box04 h2 { right: -36%;}

.location_open { width: 12.5rem; height: 3.5rem; display: flex; justify-content: center; align-items: center; text-align: center; border-radius: 3.125rem; border: 1px solid rgba(255,255,255,0.4); margin-top: 2.625rem; opacity: 0; transform: translateY(2rem); }
.location_open>div { transform: translateY(0.125rem); }
.location_open h4 { font-size: 1.625rem; line-height: 100%; display: flex; justify-content: center; align-items: flex-end; gap: 0.125rem; }
.location_open h4 span { font-size: 0.9375rem; }
.location_open h4 b { font-weight: 500; }

.c_red { color: #e8340c; }
.location_square_box .c_red { color: #d4992a; }


.swiper_location .swiper-slide-active .location_bg_box { transform: scale(1); transition: 3.5s 0s; }
.swiper_location .swiper-slide-active .location_square>div>span::before { width: 85%; transition: 2.5s 0.2s; }
.swiper_location .swiper-slide-active .location_square>div>span::after { height: 85%; transition: 2.5s 0.2s; }
.swiper_location .swiper-slide-active .location_txt_box h1 { transform: translate(0); opacity: 1; transition: 1.2s 0.2s; }
.swiper_location .swiper-slide-active .location_txt_box h2 { transform: translate(0); opacity: 1; transition: 1.2s 0.2s; }
.swiper_location .swiper-slide-active .location_txt_box>div>div { transform: translate(0); opacity: 1; transition: 1.2s 0.6s; }
.swiper_location .swiper-slide-active .location_open { transform: translate(0); opacity: 1; transition: 1.2s 0.6s; }


.location_bt_wrap { width: 100%; /* max-width: 1580px; */ max-width: 80%; height: 32px; position: absolute; left: 0; right: 0; margin: auto; bottom: 0; top: 0; margin: auto; transform: translateY(22.5rem); z-index: 9; display: flex; justify-content: flex-end; align-items: center; }
.location_bt_wrap>div { width: 440px; padding-left: 340px; height: 100%; position: relative; display: flex; justify-content: space-between; align-items: center; box-sizing: border-box; }
/* .swiper_location .location_bt_wrap { background-color: rgba(0,0,0,0.5); } */
.location_content .location_bt_wrap>div { padding: 0; }

.location_slide_num { width: 300px; height: 12px; z-index: 100; line-height: 100%; font-size: 12px; font-weight: 500; color: #fff; text-align: center; letter-spacing: 0; display: flex; justify-content: space-between; align-items: center; }
.location_slide_num p:last-child { opacity: 1; display: none; }
.location_slide_num .timeline { width: 92%; height: 20px; border-radius: 0; opacity: 1; background: none; position: relative; outline: none; transform: translateY(-1px); }
.location_slide_num .timeline span { content:''; width: 100%; height: 2px; position: absolute; left: 0; bottom: 0; top: 0; margin: auto; background-color: #fff; opacity: 1;
animation: bullet 5s 0s both linear; }
.location_slide_num .timeline.active span { animation: bullet2 5s 0s both linear; }
.location_slide_num .timeline span.stop { animation-play-state: paused !important; }
.location_slide_num .timeline:before { content:''; width: 100%; height: 2px; position: absolute; left: 0; bottom: 0; top: 0; margin: auto; background-color: #fff; opacity: 0.3; }
.location_slide_num .timeline 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; }


@keyframes bullet {
	from { width: 0; }
	to {  }
}
@keyframes bullet2 {
	from { width: 0; }
	to {  }
}

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

.location_play_bt { width: 20px; height: 30px; position: relative; }
.location_play_bt>div { width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; cursor: pointer; border-radius: 100%; }
.location_play_bt>div>img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.swiper-button-play { display: none; }

.swiper_location_2 { width: 31px; height: 173px; z-index: 99; position: absolute; left: 2.5rem; top: 0; bottom: 0; margin: auto; z-index: 9; }
.swiper_location_2 .swiper-wrapper { display: flex; justify-content: space-between; flex-direction: column; gap: 0 10px; }
.swiper_location_2 .swiper-slide { width: 31px !important; height: 31px; cursor: pointer; border: none; overflow: hidden; box-sizing: border-box; border-radius: 100%; }
.swiper_location_2 .swiper-slide-thumb-active { opacity: 1; }
.swiper_location_2 .swiper-slide:before { content:''; width: 5px; height: 5px; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; background-color: #fff; z-index: 9; border-radius: 100%; opacity: 0.5; }
.swiper_location_2 .swiper-slide-thumb-active:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border: 1px solid #fff; box-sizing: border-box; z-index: 9; border-radius: 100%; box-sizing: border-box; }

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

/* .location_wrap.active2 .cy_wrap { right: 0; transition: 0.8s 0.2s; }
.location_wrap.active2::after { left: 0; transition: 1.0s 0s; } */


.location_wrap.on .location_bg { transform: scale(1); transition: 2.5s 0s; }
.location_wrap.on .location_tit_box h4  { transform: translate(0); opacity: 1; transition: 1.2s 0.2s; }
.location_wrap.on .location_tit_box h2  { transform: translate(0); opacity: 1; transition: 1.2s 0.2s; }
.location_wrap.on .location_tit_box span  { transform: translate(0); opacity: 1; transition: 1.2s 0.8s; }
.location_wrap.on .location_tit_box p  { transform: translate(0); opacity: 1; transition: 1.2s 0.8s; }
.location_wrap.on .location_tit  { transform: translate(0); opacity: 1; transition: 1.5s 0.2s; }



/**/

/*#section4 { width: 100%; z-index: 1; }*/
/**/
/*.premium_wrap { width: 100%; height: 100%; position: relative; transition: 0.8s; display: flex; justify-content: flex-start; align-items: center; background-color: #000; flex-wrap: wrap; }*/
/*.premium_wrap::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: url(../img/premium_bg.jpg) center no-repeat; background-size: cover; opacity: 0.3; }*/
/**/
/*.premium_tit { width: calc(100% - 16.66%); width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; color: #fff; position: relative; z-index: 9; transition: all 0.8s, width 1.2s 0s; }*/
/*.premium_tit>div { opacity: 0; transform: translateX(8.33vw); }*/
/**/
/*.premium_tit h2 { font-family: 'lexend'; font-size: 6.1875rem; line-height: 100%; font-weight: 700; }*/
/*.premium_tit h4 { font-size: 1.625rem; line-height: 100%; font-weight: 100; margin-top: 0.625rem; }*/
/*.premium_tit h4 span { font-weight: 700; }*/
/*.premium_logo { width: 12.375rem; margin-top: 0.625rem; }*/
/**/
/*.premium_content_box { width: 116.66%; height: 100%; position: absolute; right: -100%; top: 0; z-index: 9; display: flex; justify-content: space-between; align-items: center; transition: 0.8s; }*/
/*.premium_content { width: 100%; color: #fff; height: 100%; display: flex; justify-content: center; align-items: center; position: relative; transform: translate(16.66vw); }*/
/*.premium_content::before { content: ''; width: 1px; height: 100%; position: absolute; left: 1px; top: 0; background-color: #fff; opacity: 0.3; }*/
/*.premium_content:nth-child(1)::before { left: -1px; }*/
/*.premium_content>div { width: 73%; height: 80%; display: flex; justify-content: space-between; align-items: flex-start; flex-direction: column; transform: translateY(2rem); }*/
/**/
/*.premium_content h2 { width: 100%; font-family: 'lexend'; font-size: 2.25rem; line-height: 100%; font-weight: 700; text-align: center; position: absolute; left: 0; right: 0; margin: auto; top: 0; bottom: 0; margin: auto; z-index: -1; display: flex; justify-content: center; align-items: center; opacity: 0; transition: 1.2s 0s; }*/
/*.premium_content h2 b { transform: translateY(-0rem); }*/
/**/
/*.premium_img { width: 100%; display: flex; justify-content: flex-end; align-items: flex-start; }*/
/*.premium_img>div { overflow: hidden; display: flex; justify-content: center; align-items: center; }*/
/*.premium_img img { width: 100%; transform: scale(1.15); transition: 1.5s 0s; }*/
/**/
/*.premium_txt { width: 200%; text-align: right; margin-left: -100%; transform: translate(3rem,13.75rem); opacity: 0; transform-origin: right bottom; transition: 1.2s 0s; }*/
/*.premium_txt h3 { font-size: 1.375rem; line-height: 120%; font-weight: 200; }*/
/*.premium_txt h3 b { font-weight: 600; }*/
/*.premium_txt p { font-size: 0.9375rem; line-height: 150%; opacity: 0.4; font-weight: 300; margin-top: 0.875rem; }*/
/*/* .premium_txt p br { display: none; } */*/
/**/
/*.premium_content:nth-child(2n)>div { flex-direction: column-reverse; }*/
/*/* .premium_content:nth-child(2n) .premium_txt { text-align: left; margin-left: 0; transform-origin: left top; transform: rotate(90deg) translate(-3rem,-3.375rem); } */*/
/*/* .premium_content:nth-child(2n) .premium_txt { text-align: left; margin-left: 0; transform-origin: left top; transform: rotate(90deg) translate(-3rem,-14rem); } */*/
/*.premium_content:nth-child(2n) .premium_txt { text-align: left; margin-left: 0; transform-origin: left top; transform: translate(-3rem,-14rem); }*/
/**/
/*/*  */*/
/**/
/*.premium_tit { width: 100%; height: 100%; }*/
/*.premium_tit>div { opacity: 0; transform: translateY(0vh); }*/
/**/
/*.premium_content_box { width: 100%; height: 150vh; right: 0; top: revert; bottom: -125vh; flex-wrap: wrap; }*/
/*.premium_content { height: 25vh; transform: translateY(25vh); }*/
/*.premium_content::before { content: ''; width: 100%; height: 1px; position: absolute; left: 0; top: 0px; }*/
/*.premium_content:nth-child(1)::before { left: 0; top: 1px; }*/
/*.premium_content>div { width: 70%; height: 80%; max-width: 1100px; display: flex; justify-content: space-between; align-items: center; flex-direction: revert; transform: translateY(0rem); }*/
/**/
/*.premium_img { width: 100%; height: 100%; display: flex; justify-content: flex-start; align-items: center; overflow: hidden; }*/
/*.premium_img>div { overflow: hidden; display: flex; justify-content: center; align-items: center; }*/
/*.premium_img img { transform: scale(1.15); transition: 1.5s 0s; }*/
/**/
/*.premium_txt { width: 120%; text-align: right; margin-left: -0%; transform: rotate(0deg) translate(3rem,0rem); opacity: 0; }*/
/**/
/*.premium_content:nth-child(2n)>div { flex-direction: row-reverse; }*/
/*.premium_content:nth-child(2n) .premium_img { justify-content: flex-end; }*/
/*.premium_content:nth-child(2n) .premium_txt { text-align: left; margin-left: 0; transform-origin: left top; transform: rotate(0) translate(-3rem,0); }*/
/**/
/*/*  */
/**/
/*/* .premium_wrap.on .premium_tit { width: calc(100% - 16.66%); transition: all 0.8s, width 1.2s 0.8s; } */*/
/*.premium_wrap.on .premium_tit>div { opacity: 1; transform: translate(0); transition: opacity 1.2s 0.2s, transform 1.2s 1.0s; }*/
/*.premium_wrap.on .premium_content { transform: translate(0); transition: 1.2s 1.0s; }*/
/*.premium_wrap.on2 .premium_tit>div,*/
/*.premium_wrap.on3 .premium_tit>div,*/
/*.premium_wrap.on4 .premium_tit>div,*/
/*.premium_wrap.on5 .premium_tit>div,*/
/*.premium_wrap.on6 .premium_tit>div,*/
/*.premium_wrap.on7 .premium_tit>div { opacity: 1; transform: translate(0); transition: 1.2s 0s; }*/
/*.premium_wrap.on2 .premium_content,*/
/*.premium_wrap.on3 .premium_content,*/
/*.premium_wrap.on4 .premium_content,*/
/*.premium_wrap.on5 .premium_content,*/
/*.premium_wrap.on6 .premium_content,*/
/*.premium_wrap.on7 .premium_content { transform: translate(0); transition: 1.2s 0s; }*/
/**/
/*.premium_wrap.on .premium_content.con01 .premium_img img { transform: scale(1); transition: 1.5s 1.0s; }*/
/*.premium_wrap.on .premium_content.con01 .premium_txt { opacity: 1; transform: translate(0,13.75rem); transition: 1.2s 1.4s; }*/
/*.premium_wrap.on .premium_content.con01 h2 { opacity: 1; transition: 1.2s 1.4s; }*/
/*.premium_wrap.on2 .premium_content.con01 .premium_img img,*/
/*.premium_wrap.on3 .premium_content.con01 .premium_img img,*/
/*.premium_wrap.on4 .premium_content.con01 .premium_img img,*/
/*.premium_wrap.on5 .premium_content.con01 .premium_img img,*/
/*.premium_wrap.on6 .premium_content.con01 .premium_img img,*/
/*.premium_wrap.on7 .premium_content.con01 .premium_img img { transform: scale(1); transition: 1.5s 0s; }*/
/*.premium_wrap.on2 .premium_content.con01 .premium_txt,*/
/*.premium_wrap.on3 .premium_content.con01 .premium_txt,*/
/*.premium_wrap.on4 .premium_content.con01 .premium_txt,*/
/*.premium_wrap.on5 .premium_content.con01 .premium_txt,*/
/*.premium_wrap.on6 .premium_content.con01 .premium_txt,*/
/*.premium_wrap.on7 .premium_content.con01 .premium_txt { opacity: 1; transform: translate(0,13.75rem); transition: 1.2s 0s; }*/
/*.premium_wrap.on2 .premium_content.con01 h2,*/
/*.premium_wrap.on3 .premium_content.con01 h2,*/
/*.premium_wrap.on4 .premium_content.con01 h2,*/
/*.premium_wrap.on5 .premium_content.con01 h2,*/
/*.premium_wrap.on6 .premium_content.con01 h2,*/
/*.premium_wrap.on7 .premium_content.con01 h2 { opacity: 1; transition: 1.2s 0s; }*/
/**/
/*.premium_wrap.on2 .premium_content.con02 .premium_img img { transform: scale(1); transition: 1.5s 0s; }*/
/*.premium_wrap.on2 .premium_content.con02 .premium_txt { opacity: 1; transform: translate(0,-14rem); transition: 1.2s 0.4s; }*/
/*.premium_wrap.on2 .premium_content.con02 h2 { opacity: 1; transition: 1.2s 0.4s; }*/
/*.premium_wrap.on3 .premium_content.con02 .premium_img img,*/
/*.premium_wrap.on4 .premium_content.con02 .premium_img img,*/
/*.premium_wrap.on5 .premium_content.con02 .premium_img img,*/
/*.premium_wrap.on6 .premium_content.con02 .premium_img img,*/
/*.premium_wrap.on7 .premium_content.con02 .premium_img img { transform: scale(1); transition: 1.5s 0s; }*/
/*.premium_wrap.on3 .premium_content.con02 .premium_txt,*/
/*.premium_wrap.on4 .premium_content.con02 .premium_txt,*/
/*.premium_wrap.on5 .premium_content.con02 .premium_txt,*/
/*.premium_wrap.on6 .premium_content.con02 .premium_txt,*/
/*.premium_wrap.on7 .premium_content.con02 .premium_txt { opacity: 1; transform: translate(0,-14rem); transition: 1.2s 0.4s; }*/
/*.premium_wrap.on3 .premium_content.con02 h2,*/
/*.premium_wrap.on4 .premium_content.con02 h2,*/
/*.premium_wrap.on5 .premium_content.con02 h2,*/
/*.premium_wrap.on6 .premium_content.con02 h2,*/
/*.premium_wrap.on7 .premium_content.con02 h2 { opacity: 1; transition: 1.2s 0s; }*/
/**/
/*.premium_wrap.on3 .premium_content.con03 .premium_img img { transform: scale(1); transition: 1.5s 0s; }*/
/*.premium_wrap.on3 .premium_content.con03 .premium_txt { opacity: 1; transform: translate(0,13.75rem); transition: 1.2s 0.4s; }*/
/*.premium_wrap.on3 .premium_content.con03 h2 { opacity: 1; transition: 1.2s 0.4s; }*/
/*.premium_wrap.on4 .premium_content.con03 .premium_img img,*/
/*.premium_wrap.on5 .premium_content.con03 .premium_img img,*/
/*.premium_wrap.on6 .premium_content.con03 .premium_img img,*/
/*.premium_wrap.on7 .premium_content.con03 .premium_img img { transform: scale(1); transition: 1.5s 0s; }*/
/*.premium_wrap.on4 .premium_content.con03 .premium_txt,*/
/*.premium_wrap.on5 .premium_content.con03 .premium_txt,*/
/*.premium_wrap.on6 .premium_content.con03 .premium_txt,*/
/*.premium_wrap.on7 .premium_content.con03 .premium_txt { opacity: 1; transform: translate(0,13.75rem); transition: 1.2s 0s; }*/
/*.premium_wrap.on4 .premium_content.con03 h2,*/
/*.premium_wrap.on5 .premium_content.con03 h2,*/
/*.premium_wrap.on6 .premium_content.con03 h2,*/
/*.premium_wrap.on7 .premium_content.con03 h2 { opacity: 1; transition: 1.2s 0s; }*/
/**/
/*.premium_wrap.on4 .premium_content.con04 .premium_img img { transform: scale(1); transition: 1.5s 0s; }*/
/*.premium_wrap.on4 .premium_content.con04 .premium_txt { opacity: 1; transform: translate(0,-14rem); transition: 1.2s 0.4s; }*/
/*.premium_wrap.on4 .premium_content.con04 h2 { opacity: 1; transition: 1.2s 0.4s; }*/
/*.premium_wrap.on5 .premium_content.con04 .premium_img img,*/
/*.premium_wrap.on6 .premium_content.con04 .premium_img img,*/
/*.premium_wrap.on7 .premium_content.con04 .premium_img img { transform: scale(1); transition: 1.5s 0s; }*/
/*.premium_wrap.on5 .premium_content.con04 .premium_txt,*/
/*.premium_wrap.on6 .premium_content.con04 .premium_txt,*/
/*.premium_wrap.on7 .premium_content.con04 .premium_txt { opacity: 1; transform: translate(0,-14rem); transition: 1.2s 0.4s; }*/
/*.premium_wrap.on5 .premium_content.con04 h2,*/
/*.premium_wrap.on6 .premium_content.con04 h2,*/
/*.premium_wrap.on7 .premium_content.con04 h2 { opacity: 1; transition: 1.2s 0s; }*/
/**/
/*.premium_wrap.on5 .premium_content.con05 .premium_img img { transform: scale(1); transition: 1.5s 0s; }*/
/*.premium_wrap.on5 .premium_content.con05 .premium_txt { opacity: 1; transform: translate(0,13.75rem); transition: 1.2s 0.4s; }*/
/*.premium_wrap.on5 .premium_content.con05 h2 { opacity: 1; transition: 1.2s 0.4s; }*/
/*.premium_wrap.on6 .premium_content.con05 .premium_img img,*/
/*.premium_wrap.on7 .premium_content.con05 .premium_img img { transform: scale(1); transition: 1.5s 0s; }*/
/*.premium_wrap.on6 .premium_content.con05 .premium_txt,*/
/*.premium_wrap.on7 .premium_content.con05 .premium_txt { opacity: 1; transform: translate(0,13.75rem); transition: 1.2s 0.4s; }*/
/*.premium_wrap.on6 .premium_content.con05 h2,*/
/*.premium_wrap.on7 .premium_content.con05 h2 { opacity: 1; transition: 1.2s 0s; }*/
/**/
/*.premium_wrap.on6 .premium_content.con06 .premium_img img { transform: scale(1); transition: 1.5s 0s; }*/
/*.premium_wrap.on6 .premium_content.con06 .premium_txt { opacity: 1; transform: translate(0,-14rem); transition: 1.2s 0.4s; }*/
/*.premium_wrap.on6 .premium_content.con06 h2 { opacity: 1; transition: 1.2s 0.4s; }*/
/*.premium_wrap.on7 .premium_content.con06 .premium_img img { transform: scale(1); transition: 1.5s 0s; }*/
/*.premium_wrap.on7 .premium_content.con06 .premium_txt { opacity: 1; transform: translate(0,-14rem); transition: 1.2s 0s; }*/
/*.premium_wrap.on7 .premium_content.con06 h2 { opacity: 1; transition: 1.2s 0s; }*/
/**/
/*.premium_wrap.on7 .premium_content.con07 .premium_img img { transform: scale(1); transition: 1.5s 0s; }*/
/*.premium_wrap.on7 .premium_content.con07 .premium_txt { opacity: 1; transform: translate(0,13.75rem); transition: 1.2s 0.4s; }*/
/*.premium_wrap.on7 .premium_content.con07 h2 { opacity: 1; transition: 1.2s 0.4s; }*/


/* .premium_wrap.on2 .premium_tit,
.premium_wrap.on2 .premium_content_box { transform: translateX(-16.66%); } 
.premium_wrap.on3 .premium_tit,
.premium_wrap.on3 .premium_content_box { transform: translateX(-33.32%); } 
.premium_wrap.on4 .premium_tit,
.premium_wrap.on4 .premium_content_box { transform: translateX(-49.98%); } 
.premium_wrap.on5 .premium_tit,
.premium_wrap.on5 .premium_content_box { transform: translateX(-66.64%); } 
.premium_wrap.on6 .premium_tit,
.premium_wrap.on6 .premium_content_box { transform: translateX(-83.3%); } 
.premium_wrap.on7 .premium_tit,
.premium_wrap.on7 .premium_content_box { transform: translateX(-100%); }  */


/* .premium_wrap.on2 .premium_tit,
.premium_wrap.on2 .premium_content_box { transform: translateX(-14.3%); } 
.premium_wrap.on3 .premium_tit,
.premium_wrap.on3 .premium_content_box { transform: translateX(-28.6%); } 
.premium_wrap.on4 .premium_tit,
.premium_wrap.on4 .premium_content_box { transform: translateX(-42.9%); } 
.premium_wrap.on5 .premium_tit,
.premium_wrap.on5 .premium_content_box { transform: translateX(-57.2%); } 
.premium_wrap.on6 .premium_tit,
.premium_wrap.on6 .premium_content_box { transform: translateX(-71.5%); } 
.premium_wrap.on7 .premium_tit,
.premium_wrap.on7 .premium_content_box { transform: translateX(-85.8%); }  */

/*  */

/*.premium_wrap.on .premium_tit>div,*/
/*.premium_wrap.on2 .premium_tit>div,*/
/*.premium_wrap.on3 .premium_tit>div,*/
/*.premium_wrap.on4 .premium_tit>div,*/
/*.premium_wrap.on5 .premium_tit>div,*/
/*.premium_wrap.on6 .premium_tit>div { opacity: 1; transform: translateY(-10vh); transition: opacity 1.2s 0.2s, transform 1.2s 1.0s; }*/
/**/
/*.premium_wrap.on .premium_content.con01 .premium_txt { opacity: 1; transform: rotate(0) translate(0); transition: 1.2s 1.4s; }*/
/*.premium_wrap.on2 .premium_content.con01 .premium_txt,*/
/*.premium_wrap.on3 .premium_content.con01 .premium_txt,*/
/*.premium_wrap.on4 .premium_content.con01 .premium_txt,*/
/*.premium_wrap.on5 .premium_content.con01 .premium_txt,*/
/*.premium_wrap.on6 .premium_content.con01 .premium_txt,*/
/*.premium_wrap.on7 .premium_content.con01 .premium_txt { opacity: 1; transform: rotate(0) translate(0); transition: 1.2s 0s; }*/
/**/
/*.premium_wrap.on2 .premium_content.con02 .premium_txt { opacity: 1; transform: rotate(0) translate(0); transition: 1.2s 0.4s; }*/
/*.premium_wrap.on3 .premium_content.con02 .premium_txt,*/
/*.premium_wrap.on4 .premium_content.con02 .premium_txt,*/
/*.premium_wrap.on5 .premium_content.con02 .premium_txt,*/
/*.premium_wrap.on6 .premium_content.con02 .premium_txt,*/
/*.premium_wrap.on7 .premium_content.con02 .premium_txt { opacity: 1; transform: rotate(0) translate(0); transition: 1.2s 0.4s; }*/
/**/
/*.premium_wrap.on3 .premium_content.con03 .premium_txt { opacity: 1; transform: rotate(0) translate(0); transition: 1.2s 0.4s; }*/
/*.premium_wrap.on4 .premium_content.con03 .premium_txt,*/
/*.premium_wrap.on5 .premium_content.con03 .premium_txt,*/
/*.premium_wrap.on6 .premium_content.con03 .premium_txt,*/
/*.premium_wrap.on7 .premium_content.con03 .premium_txt { opacity: 1; transform: rotate(0) translate(0); transition: 1.2s 0s; }*/
/**/
/*.premium_wrap.on4 .premium_content.con04 .premium_txt { opacity: 1; transform: rotate(0) translate(0); transition: 1.2s 0.4s; }*/
/*.premium_wrap.on5 .premium_content.con04 .premium_txt,*/
/*.premium_wrap.on6 .premium_content.con04 .premium_txt,*/
/*.premium_wrap.on7 .premium_content.con04 .premium_txt { opacity: 1; transform: rotate(0) translate(0); transition: 1.2s 0.4s; }*/
/**/
/*.premium_wrap.on5 .premium_content.con05 .premium_txt { opacity: 1; transform: rotate(0) translate(0); transition: 1.2s 0.4s; }*/
/*.premium_wrap.on6 .premium_content.con05 .premium_txt,*/
/*.premium_wrap.on7 .premium_content.con05 .premium_txt { opacity: 1; transform: rotate(0) translate(0); transition: 1.2s 0s; }*/
/**/
/*.premium_wrap.on6 .premium_content.con06 .premium_txt { opacity: 1; transform: rotate(0) translate(0); transition: 1.2s 0.4s; }*/
/*.premium_wrap.on7 .premium_content.con06 .premium_txt { opacity: 1; transform: rotate(0) translate(0); transition: 1.2s 0s; }*/
/**/
/*.premium_wrap.on7 .premium_content.con07 .premium_txt { opacity: 1; transform: rotate(0) translate(0); transition: 1.2s 0s; }*/
/**/
/*.premium_wrap.on2 .premium_tit,*/
/*.premium_wrap.on2 .premium_content_box { transform: translateY(-25vh); } */
/*.premium_wrap.on3 .premium_tit,*/
/*.premium_wrap.on3 .premium_content_box { transform: translateY(-50vh); } */
/*.premium_wrap.on4 .premium_tit,*/
/*.premium_wrap.on4 .premium_content_box { transform: translateY(-75vh); } */
/*.premium_wrap.on5 .premium_tit,*/
/*.premium_wrap.on5 .premium_content_box { transform: translateY(-100vh); } */
/*.premium_wrap.on6 .premium_tit,*/
/*.premium_wrap.on6 .premium_content_box { transform: translateY(-125vh); } */
/*.premium_wrap.on7 .premium_tit,*/
/*.premium_wrap.on7 .premium_content_box { transform: translateY(-150vh); } */

/**/

#section4 { width: 100%; z-index: 1; }

.complex_wrap { width: 150vw; height: 100vh; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; transition: 0.8s; transform: translateX(0vw); /* background: url(../img/complex_bg.jpg)no-repeat left; background-size: cover; */}
.complex_wrap>div:first-child { width: 100vw; height: 100%; background: url(../img/complex_bg.jpg)no-repeat left; background-size: cover; display: flex;  justify-content: center; }
.complex_wrap div.complex_left { width: 58.25%; max-width: 58.375rem; height: 100%; position: relative; display: flex; justify-content: center; align-items: center; box-sizing: border-box; margin-left: 4vw;}
/* .complex_bg { width: 100vw; height: 100%;}
.complex_bg::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/complex_bg.jpg)center no-repeat; background-size: cover; } */


.complex_img { position: relative; width: 100%; display: flex; justify-content: space-between; align-items: flex-start; margin-top: 1.56rem; transition:0.4s;}
.complex_txt { width: 35%; z-index: 2;}
.complex_tit { font-family: 'trajan'; font-size: 3.27rem; color: #000; font-weight: 700; line-height: 110%;  position: absolute; top: 0; left: -54%; text-align: left; padding-top: 2.18rem; box-sizing: border-box; opacity: 0; transform: translateX(-5rem); }
.complex_tit.white { color: #fff; z-index: 3; line-height: 110%; }
.complex_img ul { padding-top: 10.93rem; text-align: left; position: absolute; top: 0; left: -54%; opacity: 0; transform: translateX(-5rem);}
.complex_img ul li { font-size: 0.9375rem; opacity: 0.7; line-height: 160%;}

.complex_img img { display: block;}
.complex_img02,.complex_img03 { position: relative; }
.complex_img01 { margin-top: 18.125rem; opacity: 0; transform: translateX(-5rem); }
.complex_img02 { z-index: 2; opacity: 0; transform: translateX(3rem); }
.complex_img02>div:first-child { position: relative; overflow: hidden;}
.complex_img02 img {  }
.complex_img03 { margin-top: 1.375rem; opacity: 0; transform: translateY(3rem); }
.complex_img01_m {display: none;}
.complex_photos_m { display: none;}

.complex_img01 span,.complex_img02 span,.complex_img03 span { position: absolute; color: #fff; font-size: 0.9375rem;}
.complex_img01 span { bottom: 0.25rem; right: 0.6rem;}
.complex_img02 span { bottom: 0.4rem; left: 0.7rem; }
.complex_img03 span { bottom: 0.25rem; left: 0.6rem; }

 .complex_photos { position: relative;} 
.complex_photos img { max-width: 100%; height: auto; display: block;}
/* .complex_photos img:nth-child(n+2) { position: absolute; }
.complex_photos img:nth-child(2) { bottom: -7rem; left: -30px;}
.complex_photos img:nth-child(3) { bottom: -30px; right: -20px;} */

.complex_wrap div.complex_right {  width: 41.75%; height: 100%; position: relative; overflow: hidden; }
.complex_right>.complex_content_box {  max-width: 35rem; margin-left: 3.54vw; opacity: 0; transform: translateY(-3rem);}
.complex_right>div { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; display: flex; justify-content: center; align-items: center; transition: 0.8s; }
.complex_right .complex_txt02 { text-align: left; }
.complex_txt02 h4 { font-size: 1.375rem; line-height: 100%; }	
.complex_txt02 h2 { font-size: 2.9375rem; line-height: 100%; margin-top: 1.062rem; }
.complex_txt02>div { display: flex; justify-content: space-between; align-items:flex-start; gap:2.1rem; margin-top: 4.2rem;}
.complex_txt02 ul li { font-size: 0.9375rem; font-weight: 400; line-height: 240%;}
.complex_txt02>div>ul:first-child li { font-weight: 700;}
.complex_txt02 ul:first-child li { color: #840d3e;}
.complex_txt02 ul:last-child li { color: #0f0f0f; opacity: 0.7;}




/* .unit_wrap { opacity: 0; } */
.unit_wrap>div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; position: relative; }
.unit_wrap .unit_tit_box { display: none; }
.unit_wrap>div>div:last-child::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/unit_bg.jpg) center no-repeat; background-size: cover; z-index: 1; }
.unit_wrap>div>div:last-child::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/unit_bg.png) center no-repeat; background-size: cover; z-index: 2; }
.unit_box { width: 90%; max-width: 740px; transform: translateY(2rem); position: relative; z-index: 9; margin: auto; }


.unit_tit_box>div { width: 90%; max-width: 573px; text-align: left; color: #000; transform: translateY(-5.5rem); }
.unit_tit_box h2 { font-size: 1.375rem; line-height: 200%; margin-left: -5.875rem; opacity: 0; transform: translateX(5rem); font-weight: 100; }
.unit_tit_box h2 span { font-size: 2.25rem; font-weight: 500;}
.unit_tit_img { width: 100%; margin-top: 2.25rem; position: relative;}
.unit_tit_img>div:first-child { position: relative; overflow: hidden;}
.unit_tit_img img { width: 100%; opacity: 0; position: relative; z-index: 2;}
/*.unit_tit_img>div { position: absolute; z-index: 9; right: -6.2rem; bottom: -12rem; display: inline-block; opacity: 0; transform: translateX(-5rem); width: 100%; max-width: 20rem; z-index: 3;}*/
/*.unit_tit_img>div::before { content: ''; width: 1px; height: 94%; position: absolute; left: -1.875rem; bottom: 0; background-color: #fff; }*/
.unit_tit_txt h3 { text-align: right; font-size: 1.125rem; line-height: 100%; font-weight: 500;}
.unit_tit_txt h1 { font-family: 'trajan'; text-align: right; font-size: 3.3rem; line-height: 100%; margin-top: 0.375rem; font-weight: 600;}
.unit_info { position: absolute; z-index: 9; right: 5.937rem; bottom: -12rem; display: inline-block; opacity: 0; transform: translateX(-5rem); }
.unit_info p { font-size: 0.875rem; line-height: 143%; margin-top: 14.6875rem; color: #5e5e5e; }
.unit_info p span { color: #fff; max-width: 10.06rem; display: block; margin-top: 2.5rem;}
.unit_info p span img { width: 100%; height: auto;}

.unit_tit_txt { position: absolute; z-index: -1; right: -5.5rem; top: 7.687rem; opacity: 0; transform: translateX(-5rem); }
.unit_tit_txt.white { position: absolute; color: #fff; z-index: 9 !important;}
.unit_tit_txt h1::before { content: ''; width: 1px; height: 23.5rem; position: absolute; left: -3rem; top: 1.85rem; background-color: #000; mix-blend-mode}
.unit_tit_txt.white h1::before { content: ''; width: 1px; height: 23.5rem; position: absolute; left: -3rem; top: 1.85rem; background-color: #fff; mix-blend-mode}


.unit_wrap { width: calc(50vw - 6.25rem); height: 100%;}

.swiper_unit { width: 100%; }
.swiper_unit .swiper-slide { width: 100%; }

.swiper_unit-2 { width: 264px; height: 60px; position: relative; left: 0; bottom: 0; z-index: 9; margin-top: 3.75rem; }
.swiper_unit-2 .swiper-slide { width: 60px; height: 60px; z-index: 2; }
.swiper_unit-2 .swiper-slide>div { width: 100%; height: 100%; border-radius: 100%; cursor: pointer; display: flex; justify-content: center; align-items: center; background-color: #c9c9c9; }
.swiper_unit-2 .swiper-slide>div p { font-size: 0.75rem; color: #fff; line-height: 100%; }
.swiper_unit-2 .swiper-slide-thumb-active>div { background-color: #840d3e; }

.swiper_unit_2 .swiper-slide-thumb-active { border-bottom: 3px solid #000; }

.unit_content.con01 .unit_type { color: #8f82bc; }
.unit_content.con02 .unit_type { color: #5db7e8; }
.unit_content.con03 .unit_type { color: #fabe00; }
.unit_content.con04 .unit_type { color: #b37752; }

.unit_type { font-family: 'Futura PT', sans-serif; font-size: 5.5rem; line-height: 100%; font-weight: 500; opacity: 0; letter-spacing: -0.125rem; }
.unit_type span { font-family: 'Noto Sans KR', sans-serif; font-size: 2.0625rem; display: inline-block; margin-left: -0.125rem; margin-right: 0.375rem; }
.unit_txt_box { width: 100%; margin-top: 1.25rem; margin-top: -0.375rem; opacity: 0; }
.unit_txt_box h2 { font-size: 1rem; line-height: 2.5rem; font-weight: 700; border: 1px solid rgba(0,0,0,0.33); border-left: none; border-right: none; }
.unit_txt_box ul { display: flex; justify-content: center; align-items: center; margin-top: 0.75rem; }
.unit_txt_box ul li { font-size: 0.8125rem; line-height: 100%; padding: 0 0.5rem; position: relative; color: #858585; }
.unit_txt_box ul li b { color: #000; font-weight: 400; line-height: 160%;}
.unit_txt_box ul li br { display: none; }
.unit_txt_box ul li::after { content: ''; width: 1px; height: 0.75rem; position: absolute; right: 0; top: 1px; bottom: 0; margin: auto; background-color: #a8a8a8; }
.unit_txt_box ul li:last-child:after { display: none; } 

.unit_iso { width: 225px; height: 286px; margin: auto; margin-top: 4.125rem; display: flex; justify-content: center; align-items: center; opacity: 0; }

.swiper-button-next3 { position: absolute; width: 5.1875rem; height: 3.5625rem; right: -7%; top: 5%; bottom: 0; margin: auto; padding: 0; outline: none; z-index: 99; cursor: pointer; }
.swiper-button-prev3 { position: absolute; width: 5.1875rem; height: 3.5625rem; left: -7%; top: 5%; bottom: 0; margin: auto; padding: 0; outline: none; z-index: 99; cursor: pointer; }
.swiper-button-next3 img { width: 100%; }
.swiper-button-prev3 img { width: 100%; }

.swiper_unit .swiper-slide-active .unit_type { transform: translate(0); opacity: 1; transition: 1.0s 0.2s; }
.swiper_unit .swiper-slide-active .unit_txt_box { transform: translate(0); opacity: 1; transition: 1.0s 0.2s; }
.swiper_unit .swiper-slide-active .unit_iso { transform: translate(0); opacity: 1; transition: 1.0s 0.2s; }


.complex_wrap.active2 { transform: translateX(-50vw); }


.complex_wrap.on .complex_tit { transform: translate(0); opacity: 1; transition: 1.2s 0.4s; }
.complex_wrap.on .complex_img ul { transform: translate(0); opacity: 1; transition: 1.2s 0.4s; }
.complex_wrap.on .complex_img01 { transform: translate(0); opacity: 1; transition: 1.2s 0.4s; }
.complex_wrap.on .complex_img02 { transform: translate(0); opacity: 1; transition: 1.2s 0.4s; }
.complex_wrap.on .complex_img03 { transform: translate(0); opacity: 1; transition: 1.2s 0.4s; }
.complex_wrap.on .complex_img_box { transform: translate(0); opacity: 1; transition: 1.2s 0.4s; }
.complex_wrap.on .complex_txt_box { transform: translate(0); opacity: 1; transition: 1.2s 0.4s; }
.complex_wrap.on .complex_content_box { transform: translate(0); opacity: 1; transition: 1.2s 0.4s; }
.complex_wrap.on .unit_tit_box { opacity: 0 !important; }

.complex_wrap.on2 .complex_content_box { opacity: 0; }
.complex_wrap.on2 .complex_img { opacity: 0; }
.complex_wrap.on2 .unit_tit_box { opacity: 1; }
.complex_wrap.on2 .unit_tit_box h2 { transform: translate(0); opacity: 1; transition: 1.2s 0.8s; }
.complex_wrap.on2 .unit_tit_img img { transform: translate(0); opacity: 1; transition: 1.2s 0.8s; }
.complex_wrap.on2 .unit_info { transform: translate(0); opacity: 1; transition: 1.2s 0.8s; }
.complex_wrap.on2 .unit_tit_txt { transform: translate(0); opacity: 1; transition: 1.2s 0.8s; }

/**/


.contact_wrap { width: 100%; height: 100%; position: relative; transition: 0.8s; display: flex; justify-content: flex-start; align-items: center; }
.contact_wrap::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: url(../img/contact_bg.jpg) center bottom no-repeat; background-size: cover; }

.contact_wrap>div { text-align: left; position: relative; width: 90%; max-width: 1100px; margin: auto; z-index: 9; transform: translateY(2rem); }

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

.contact_tit { text-align: center; opacity: 0; transform: translateY(-3rem); }
.contact_tit h2 { font-family: 'Trajan'; font-size: 3.75rem; line-height: 100%; font-weight: 600; }

.contact_txt_box { text-align: center; margin-top: 1.75rem; }
.contact_txt_box p { font-size: 1.125rem; line-height: 160%; } 



.contact_wrap.on .contact_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.contact_wrap.on .sub_contact_bottom { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.contact_wrap.on .cy_bt { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }

/*  */

#footer { overflow: visible; }

.footer { width: 100%; padding: 3.125rem 6.25rem 5.25rem; box-sizing: border-box; z-index: 990; position: relative; box-sizing: border-box; letter-spacing: -0.0313rem; font-size: 0.8125rem; background-color: #333; font-weight: 500; color: rgba(255,255,255,0.4); }
.footer:after { content:''; width: 100%; height: 100vh; position: absolute; left: 0; top: -100vh; display: none; }
body.main .footer { border: none; }
.footer>div:first-child { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; }

.footer_left { text-align: left; }

.footer_const { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 2.75rem; justify-content: flex-end; flex-wrap: wrap; max-width: 600px; gap: 0.75rem 0; }
.footer_const li { font-size: 0.875rem; position: relative; padding: 0 0.75rem; box-sizing: border-box; padding-left: 0; }
/* .footer_const li:after { position: absolute; content:''; width: 1px; height: 0.875rem; background-color: #fff; opacity: 1; right: 0; bottom: 0; top: -1px; margin: auto; opacity: 0.4; } */
/* .footer_const li:last-child img { transform: translateY(0.1875rem); } */
.footer_const li:last-child:after { display: none; }
.footer_const li:first-child { padding-left: 0; }
.footer_const li:nth-child(2n-1) { width: 40%; }
.footer_const li:nth-child(2n) { width: 55%; margin-right: 1rem; margin-right: 0; text-align: left; padding-right: 0; }

.footer p { line-height: 153%; margin-top: 1.25rem; opacity: 0.6; }
/* .footer p br { display: none; } */

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

.footer br.tab { display: none; }

.footer h6 { text-align: left; line-height: 100%; margin-top: 2.75rem; letter-spacing: 0; opacity: 0.7; }

.footer_right { text-align: right; margin-top: 0; }

/* .footer_right img { width: 12.375rem; } */
.footer h2 { font-family: 'Poppins', sans-serif; font-size: 2.5rem; line-height: 100%; font-weight: 600; }
.footer h4 { padding: 0.25rem 1rem; border: 1px solid rgba(255,255,255,0.4); margin-top: 0.75rem; }
.footer h5 { line-height: 153%; margin-top: 2.875rem; }

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

.top_bt { width: 47px; height: 47px; background-color: #fff; z-index: 99999; cursor: pointer; position: absolute; right: 6.25rem; bottom: 5.25rem; }
.top_bt:before { content:''; width: 7px; height: 7px; 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; }

/* body.main .top_bt { display: none; } */


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


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

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


/*서브*/

.sub_top { position: relative; left: 0; top: 0; width: calc(100% - 6.25rem); height: 26.625rem; z-index: 1; margin-top: 0px; overflow: hidden; background-color: #000; }
/*.sub_top:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/sub_top_bg.png) center center no-repeat; background-size: cover; z-index: 2; }*/

.sub_top_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; animation: sub_top_img 3s 0s both; }
.sub_top_img.img01 { background: url(../img/sub_top.jpg) center no-repeat; background-size: cover; } 
.sub_top_img.img02 { background: url(../img/sub_top.jpg) center no-repeat; background-size: cover; } 
.sub_top_img.img03 { background: url(../img/sub_top.jpg) center no-repeat; background-size: cover; } 
.sub_top_img.img04 { background: url(../img/sub_top.jpg) center no-repeat; background-size: cover; } 
.sub_top_img.img05 { background: url(../img/sub_top.jpg) center no-repeat; background-size: cover; } 
.sub_top_img.img06 { background: url(../img/sub_top.jpg) center no-repeat; background-size: cover; }
.sub_top_img.img07 { background: url(../img/sub_top.jpg) center no-repeat; background-size: cover; }


.sub_top_txt { width: 100%; max-width: 1100px; height: 100%; margin: auto; position: absolute; left: 0; right: 0; top: 0%; display: flex; justify-content: center; align-items: center; z-index: 9; color: #000; text-align: center; animation: sub_top_txt 1.0s 0.6s both; flex-direction: column; }
.sub_top_txt h2 { font-family: 'lexend'; font-size: 3.75rem; line-height: 100%; font-weight: 700; text-transform: uppercase; margin-top: 3rem; animation: sub_top_txt2 1.2s 1.2s both; }
.sub_top_txt h2 span { color: #0aa6b0; }
.sub_top_txt h2 b { font-weight: 600; }
.sub_top_txt h6 { font-size: 1.2rem; color: rgba(0,0,0,0.4); margin-top: 1rem; animation: sub_top_txt3 1.2s 1.6s both; font-weight: 600;}

@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; }
	to{ }
}
@keyframes sub_top_txt2 {
	from { letter-spacing: 2.25rem; padding-left: 2.25rem; }
	to{ }
}

@keyframes sub_top_txt3 {
	from { opacity: 0; transform: translateY(2rem); }
	to{ }
}

#snb_wrap { width: 1100px; height: 65px; position: relative; margin: auto; margin-top: 0; 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: 6px; height: 6px; 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: 6px; height: 6px; 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; position: relative; }
#snb .ov ul li a:after { content:''; width: 6px; height: 6px; border-top: 1px solid #666; border-right: 1px solid #666; transform: rotate(45deg); position: absolute; right: 18px; top: 0; bottom: 0; margin: auto; transition:0.3s; opacity: 0; right: 25px; }
#snb .ov:hover ul {display:block;}
#snb .ov ul li a:hover { background: #ebebeb; color: #000; }
#snb .ov ul li a:hover::after { right: 18px; opacity: 1; }

#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%); background-color: #fff; text-align: center; }
#sub_box { position: relative; width: 100%; max-width: 1100px; margin: auto; text-align: center; padding-bottom: 10rem; padding-top: 0px; box-sizing: border-box; margin-top: 4.375rem; }
#sub_tit { width: 100%; max-width: 1100px; margin: auto; margin-top: 0; }
#sub_tit h2 { font-size: 2.75rem; color: #000; font-weight: 400; line-height: 100%; letter-spacing: -1px; text-transform: uppercase; }
.sub_line { width: 1px; height: 2.25rem; background-color: #484848; margin: auto; margin-top: 1.875rem; }
#sub_tit h5 { font-size: 0.875rem; color: #858585; font-weight: 400; margin-top: 1rem; }
#sub_tit h5 b { color: #222; }
#sub_tit h5 div { display: inline-block; color: #056b5c; }
#sub_tit h5 span { font-size: 0.8125rem; font-family: 'Futura Std'; font-weight: 700; }
.sub_page { margin-top: 2.5rem; position: relative; }

.sub_ori { width: 100%; max-width: 1100px; margin: auto; 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: 55px; height: 55px; min-width: 55px; border-radius: 100%; background: #840d3e url(../sub/ori.png) center no-repeat; margin-right: 1.375rem; display: none; }
/* .sub_ori ul {  } */
.sub_ori ul li { font-size: 13px; line-height: 155%; color: #383838; font-weight: 500; letter-spacing: -1px; position: relative; }
.sub_ori ul li:before { content:'·'; position: absolute; left: -6px; 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_gnb { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 0 1%; margin-bottom: 1rem; }
.sub_gnb li { width: 100%; height: 2.8125rem; line-height: 2.8125rem; font-size: 0.9375rem; border: 1px solid #c5c2c2; color: #000; font-weight: 400; }
.sub_gnb li a { width: 100%; height: 100%; display: block; }
.sub_gnb li.active { background-color: #a42552; color: #fff; border: 1px solid #a42552; }

/**/

.sub_img_wrap { width: 100%; max-width: 1100px; margin: auto; height: auto; position: relative; padding-bottom: 5rem; padding-top: 1rem; }
.sub_img_wrap img { width: 100%; max-width: 1100px; opacity: 0; transform: translateY(3rem); }
.sub_img_wrap img.half { width: 50%; float: left; }

.sub_img_wrap img.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }

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

/*  */

.sub_ready_wrap { width: 100%; max-width: 1300px; margin: auto; height: auto; position: relative; text-align: left; color: #383838; }

.sub_ready_top { width: 100%; height: auto; position: relative; padding: 6.5rem 0 4.5rem; }

.sub_ready_tit { font-family: 'copperplate'; width: 100%; position: relative; z-index: 3; text-align: center; transform: translateY(-0rem); color: #d8d8d8; display: flex; justify-content: center; align-items: center; transition: 1.5s 0s; }
.sub_ready_tit h1 { font-size: 6.6875rem; line-height: 112%; font-weight: 100; text-transform: uppercase; transition: 0.8s; }
.sub_ready_tit h1>span { display: flex; justify-content: center; align-items: center; overflow: hidden; }
.sub_ready_tit h1 b { display: inline-block; font-weight: 600; transform: translateY(90%); }
.sub_ready_tit h1 b.spacing { margin-right: 3.25rem; }
.sub_ready_tit h1>span:last-child b { font-weight: 600; }

.sub_ready_img_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; opacity: 1; display: flex; justify-content: center; align-items: center; }
.sub_ready_img_box img { width: 24.625rem; transform: translate(16rem,-0.75rem); opacity: 0;  }

.sub_ready_txt_box { text-align: center; color: #231815; margin-bottom: 0rem; opacity: 0; }
.sub_ready_txt_box h3 { font-size: 1.75rem; line-height: 100%; font-weight: 500; } 
.sub_ready_txt_box p { font-size: 0.875rem; line-height: 178%; font-weight: 500; opacity: 0.7; margin-top: 1.125rem; }

.sub_ready_wrap.active .sub_ready_txt_box { opacity: 1; transition: 1.0s 0s; }
.sub_ready_wrap.active .sub_ready_tit b:nth-child(1) { transform: translate(0); transition: 1.3s 0.0s; }
.sub_ready_wrap.active .sub_ready_tit b:nth-child(2) { transform: translate(0); transition: 1.3s 0.07s; }
.sub_ready_wrap.active .sub_ready_tit b:nth-child(3) { transform: translate(0); transition: 1.3s 0.14s; }
.sub_ready_wrap.active .sub_ready_tit b:nth-child(4) { transform: translate(0); transition: 1.3s 0.21s; }
.sub_ready_wrap.active .sub_ready_tit b:nth-child(5) { transform: translate(0); transition: 1.3s 0.28s; }
.sub_ready_wrap.active .sub_ready_tit b:nth-child(6) { transform: translate(0); transition: 1.3s 0.35s; }
.sub_ready_wrap.active .sub_ready_tit b:nth-child(7) { transform: translate(0); transition: 1.3s 0.42s; }
.sub_ready_wrap.active .sub_ready_tit b:nth-child(8) { transform: translate(0); transition: 1.3s 0.49s; }
.sub_ready_wrap.active .sub_ready_img_box img { opacity: 1; transform: translate(0); transition: 1.6s 0s; }

/*  */

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

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

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

ul.tabs2.brand { width: 90%; max-width: 1100px; margin: auto; margin-bottom: 2.5rem; }
ul.tabs2.brand2 { max-width: 1100px; margin: auto; margin-bottom: 4rem; }

.unit_bt_box ul{ width: 100%; display: flex; justify-content: space-between; margin-bottom: 2rem; }
.unit_bt_box li { width: 100%; color: #222; margin-left: 1%; text-align: center; cursor: pointer; font-size: 0.875rem; height: 2.5rem; line-height: 2.5rem; border: 1px solid #eaeaea; font-weight: 400; background: #eaeaea; }
.unit_bt_box li a { width: 100%; height: 100%; display: block; }
.unit_bt_box li:nth-child(1) { margin-left: 0; }
.unit_bt_box li:hover { background-color: #a97a68; border: 1px solid #a97a68; }
.unit_bt_box li:hover a { color: #fff;}

.unit_line { width: 100%; height: 1px; background-color: rgba(0,0,0,0.3); margin: 2rem 0;}

/**/

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

.sub_over_top { width: 100%; margin: auto; position: relative; display: flex; justify-content: space-between; align-items: flex-end; opacity: 0; }

.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; }
.sub_planning_img.img04 { background: url(../sub/planning04.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_planning { width: 100%; 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: 18%; margin: 0; padding: 0; }

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

.swiper-button-next-planning { position: absolute; width: 75px; height: 47px; right: -11.9%; 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: -11.9%; 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: 31%; 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: 142%; 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_location_wrap { width: 100%; max-width: 1100px; margin: auto; height: auto; position: relative; text-align: left; padding-bottom: 4.25rem; }

.sub_location_tit { opacity: 0; transform: translateY(-3rem); transform: translate(0); }
.sub_location_tit p { font-size: 0.9375rem; line-height: 166%; opacity: 0.7; }
.sub_location_tit h3 { font-size: 2.625rem; font-size: 2.125rem; line-height: 114%; font-weight: 200; margin-top: 1.5rem; }
.sub_location_tit h3 b { font-weight: 700; color: #8c2132; }
.sub_location_tit h3 br { display: none; }

.sub_location_map_box { width: 100%; display: flex; justify-content: space-between; align-items: flex-end; position: relative; margin-top: 2.25rem; border: 1px solid #989898; box-sizing: border-box; opacity: 0; border: none; }
.sub_location_map_wrap { width: 100%; position: relative; margin-left: 0%; }
.sub_location_map { width: 100%; height: 44.625rem; position: relative; overflow: hidden; background-color: #d7d2cb; }
.sub_location_map_m { display: none; }
.sub_location_move { width: 600%; height: 600%; /* margin-left: -217%;  */ margin-left: -250%; margin-top: -163%; cursor: move; display: flex; justify-content: center; align-items: center; }
.sub_location_map img { width: 16.7%; transform-origin: left bottom; }
.sub_location_map.active img { transform: scale(1.2); }
.sub_location_map.active2 img { transform: scale(1.5); }

.sub_location_map_plus { width: auto; height: 3.125rem; display: flex; justify-content: flex-end; align-items: center; position: absolute; bottom: 1.25rem; right: 1.25rem; z-index: 9; gap: 0 0.5rem; }
.sub_location_map_plus>div { width: 3.125rem; height: 3.125rem; border-radius: 100%; position: relative; cursor: pointer; }
.sub_location_map_plus>div:before { content: ''; width: 30%; height: 0.0625rem; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; z-index: 9; }
.sub_location_map_plus>div:after { content: ''; width: 0.0625rem; height: 30%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; }
.sub_location_map_plus>div:nth-child(1) { background-color: #000; }
.sub_location_map_plus>div:nth-child(2) { background-color: #fff; border:1px #3d3d3d solid; }
.sub_location_map_plus>div:nth-child(2):before { background-color: #000; }

.sub_location_map_pop { width: 100%; height: 100%; position: fixed; left: 0; top: -100%; z-index: 999999999999999; transition: 0.8s; display: flex; justify-content: center; align-items: center; overflow: hidden; }
.sub_location_map_pop>div { width: 90%; position: relative; }
.sub_location_map_pop img { width: 100%; }
.sub_location_map_pop_close { width: 3.125rem; height: 3.125rem; border-radius: 100%; position: absolute; background-color: #000; z-index: 9; right: 1.25rem; top: 1.25rem; transform: rotate(-45deg); cursor: pointer; }
.sub_location_map_pop_close:before { content: ''; width: 40%; height: 1px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; z-index: 9; }
.sub_location_map_pop_close:after { content: ''; width: 1px; height: 40%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; }
.sub_location_map_pop_bg { width: 100%; height: 100%; position: fixed; left: -100%; top: 0; z-index: 9999998; background-color: #000; opacity: 0.7; transition: 0.6s 0.2s }

.sub_location_map_pop.active { top: 0; transition: 0.8s 0.2s; }
.sub_location_map_pop_bg.active { left: 0; transition: 0.6s 0s; }

.sub_location_bottom { width: 100%; position: relative; margin-top: 4.375rem; opacity: 1; }
.sub_location_bottom>h2 { font-size: 1.125rem; line-height: 100%; font-weight: 400; margin-bottom: 0.75rem; opacity: 0; }
.sub_location_bottom>h2 b { font-weight: 600; }
.sub_location_bottom>h2 b:last-child { font-family: 'lexend'; font-size: 1.25rem; }
.sub_location_bottom>h2 b { font-weight: 700; }
.sub_location_bottom>div { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: 2.375rem; flex-wrap: wrap; position: relative; }

.sub_location_content { width: calc(50% - 2.375rem / 2); border: 1px solid #b2b2b2; padding: 2.25rem 2.75rem 4.625rem; box-sizing: border-box; position: relative; opacity: 0; background-color: #fff; }
.sub_location_content h6 { position: absolute; font-family: 'gg'; font-size: 24px; line-height: 100%; right: 2.25rem; bottom: 2.25rem; opacity: 0.3; display: none; }
.sub_location_content span { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; display: block; }
.sub_location_content::after { content: ''; width: 0%; height: 1px; position: absolute; left: -1px; top: -1px; background-color: #000; transition: 0.3s; }
.sub_location_content::before { content: ''; width: 0%; height: 1px; position: absolute; right: -1px; bottom: -1px; background-color: #000; transition: 0.3s; }
.sub_location_content span::after { content: ''; width: 1px; height: 0; position: absolute; left: -1px; bottom: -1px; background-color: #000; transition: 0.3s; }
.sub_location_content span::before { content: ''; width: 1px; height: 0; position: absolute; right: -1px; top: -1px; background-color: #000; transition: 0.3s; }

.sub_location_img { width: 100%; max-width: 446px; margin: auto; position: relative;}
.sub_location_img img { width: 100%; }
.sub_location_img h4 { font-size: 0.7rem; color: #fff; position: absolute; right: 5px; bottom: 3px; text-shadow: 0 0 5px rgba(0,0,0,0.6); background: none;}

.sub_location_txt_box { width: 100%; max-width: 446px; margin: auto; margin-top: 2.25rem; position: relative; z-index: 9; }
.sub_location_txt_box>div { display: flex; justify-content: flex-start; align-items: flex-end; gap: 0 1.125rem; }
/* .sub_location_txt_box h3 { font-size: 1.875rem; line-height: 125%; font-weight: 700; letter-spacing: -0.0625rem; } */
.sub_location_txt_box h3 { font-size: 1.75rem; line-height: 125%; font-weight: 600; letter-spacing: -0.0625rem; }
.sub_location_txt_box h3 b { font-weight: 700; color: #8c2132; }
.sub_location_txt_box h5  { font-family: 'lexend'; font-size: 0.9375rem; line-height: 100%; margin-bottom: 0.375rem; color: #a97a68; font-weight: 400; }
.sub_location_txt_box p { font-size: 1rem; line-height: 188%; color: #2c2928; opacity: 0.7; font-weight: 500; margin-top: 1.875rem; }

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


.sub_location_map_box.active { opacity: 1; transition: 1.0s 0s; }
.sub_location_bottom>h2.active { opacity: 1; transition: 1.0s 0s; }
.sub_location_content.active { opacity: 1; transition: 1.0s 0s; }

.sub_location_tit.active { transform: translate(0); opacity: 1; transition: 1.0s 0s; }
.sub_location_bottom.active { opacity: 1; transition: 1.0s 0s; }
.sub_location_bottom.active .sub_location_txt_box { transform: translate(0); opacity: 1; transition: 1.0s 0.2s; }
.sub_location_bottom.active .sub_location_img_box { transform: translate(0); opacity: 1; transition: 1.0s 0.2s; }

/*  */

.sub_premium_wrap { width: 100%; max-width: 1100px; margin: auto; position: relative; text-align: left; padding-bottom: 6.25rem; }
.sub_premium_box { width: 100%; display: flex; align-items: flex-start; }
.sub_premium_box.box01 { justify-content: space-between; }
.sub_premium_box.box02 { justify-content: center; gap: 0 10.5rem; margin-top: -7.5rem; }
.sub_premium_box.box03 { justify-content: space-between; margin-top: -3.375rem; }
.sub_premium_box.box04 { justify-content: flex-start; margin-top: -11.25rem; }

.sub_premium_content { opacity: 0; transform: translateY(3rem); }
.sub_premium_content.con01,
.sub_premium_content.con05,
.sub_premium_content.con07 { display: flex; justify-content: flex-start; align-items: flex-end; gap: 0 2.5rem; }
.sub_premium_content.con01 { transform: translateX(5rem); }
.sub_premium_content.con02 { margin-top: 7rem; }
.sub_premium_content.con03 { transform: translateX(-5rem); }
.sub_premium_content.con04 { transform: translateY(-3rem); margin-top: 15.75rem; }
.sub_premium_content.con05 { transform: translateX(5rem); }
.sub_premium_content.con06 { margin-top: 12.5rem; }
.sub_premium_content.con07 { transform: translateX(-5rem); margin-left: 6.25rem; }

.sub_premium_img { width: 100%; overflow: hidden; }
.sub_premium_img.img01 { max-width: 225px; }
.sub_premium_img.img02 { max-width: 330px; }
.sub_premium_img img { width: 100%; }

.sub_premium_txt_box { text-align: left; margin-top: 3.125rem; }
.sub_premium_txt_box h5 { font-family: 'lexend'; font-size: 0.875rem; line-height: 100%; font-weight: 800; color: #840d3e; }
.sub_premium_txt_box h2 { font-size: 1.5rem; line-height: 120%; font-weight: 300; margin-top: 1.875rem; }
.sub_premium_txt_box h2 b { font-weight: 600; }
.sub_premium_txt_box p { font-size: 0.9375rem; line-height: 166%; margin-top: 1.875rem; }

.sub_premium_tit { text-align: center; opacity: 0; transform: translateY(0); margin-bottom: 3rem; }
.sub_premium_tit h3 { font-size: 2.125rem; line-height: 124%; font-weight: 200; }
.sub_premium_tit h3 b { font-weight: 700; }
.sub_premium_tit h3 br { display: none; }
.sub_premium_tit h2 { font-size: 2.5rem; line-height: 100%; font-weight: 700; margin-top: 10px; color: #242a5c; }

/* .swiper_premium { width: 100%; opacity: 1; padding: 7.5rem 0rem 0rem; margin-top: 0.625rem; opacity: 1; transform: translateY(0); z-index: 9; transform: translateY(0); opacity: 0; }
.sub_premium_txt { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; z-index: 9; transform: translate(-1.25rem,-0.625rem); }
.swiper_premium .swiper-slide { text-align: center; transition: 0.4s; position: relative; overflow: hidden; cursor: pointer; filter: grayscale(1); }
.swiper_premium .swiper-slide img { width: 100%; max-width: 207px; }

.swiper_premium .swiper-slide:hover .sub_premium_thumb_bg { bottom: 0; }
.swiper_premium .swiper-slide:hover .sub_premium_go { bottom: 0; opacity: 1; }

.swiper_premium .swiper-slide-active { transform: translateY(-4.6875rem); }
.swiper_premium .swiper-slide-prev { transform: translateY(-3.125rem); }
.swiper_premium .swiper-slide-prev2 { transform: translateY(-1.5625rem); }
.swiper_premium .swiper-slide-prev3 { transform: translateY(-0rem); }
.swiper_premium .swiper-slide-next { transform: translateY(-3.125rem); }
.swiper_premium .swiper-slide-next2 { transform: translateY(-1.5625rem); }
.swiper_premium .swiper-slide-next3 { transform: translateY(-0rem); }

.swiper_premium .swiper-slide-active { filter: grayscale(0); }

.swiper_premium_tit { width: 100%; max-width: 1530px; opacity: 1; transform: translateY(0); margin-top: -2.5rem; text-align: center; z-index: 1; transform: translateY(0); opacity: 0; position: relative; z-index: 9; }
.sub_premium_txt_box { background-color: #fff; }
.sub_premium_txt_box h3 { font-size: 1.5rem; line-height: 100%; font-weight: 700; }
.sub_premium_txt_box p { width: 90%; margin: auto; font-size: 0.9375rem; line-height: 100%; font-weight: 500; opacity: 0.7; margin-top: 0.9375rem; }

.sub_premium_box .swiper-pagination { font-family: 'lexend'; width: 6.375rem; margin: auto; transform: translateY(-6.5rem); padding: 0; color: #000; position: static; }
.sub_premium_box .swiper-pagination span { font-size: 0.9375rem; line-height: 100%; }
.sub_premium_box .swiper-pagination-total { display: none; }

.swiper-button-next { position: absolute; width: 75px; height: 47px; left: 0; right: 0; top: 0; bottom: 0; margin: auto; transform: translate(40rem,-1rem); padding: 0; outline: none; opacity: 0; }
.swiper-button-prev { position: absolute; width: 75px; height: 47px; left: 0; right: 0; top: 0; bottom: 0; margin: auto; transform: translate(-40rem,-1rem); padding: 0; outline: none; opacity: 0; }


.sub_premium_wrap.active .sub_premium_tit { opacity: 1; transition: 1.0s 0.2s; }
.sub_premium_wrap.active .swiper_premium { transform: translate(0); opacity: 1; transition: 1.0s 0.2s; }
.sub_premium_wrap.active .swiper_premium_tit { transform: translate(0); opacity: 1; transition: 1.0s 0.2s; }
.sub_premium_wrap.active .swiper-button-next { opacity: 1; transition: 1.0s 0.2s; }
.sub_premium_wrap.active .swiper-button-prev { opacity: 1; transition: 1.0s 0.2s; } */

.sub_premium_content.active { transform: translate(0); opacity: 1; transition: 1.0s 0.2s; }
.sub_premium_wrap.active .sub_premium_tit { opacity: 1; transition: 1.0s 0.2s; }

/**/

.sub_cy_wrap { width: 100%; height: 100%; position: relative; transition: 0.8s; text-align: left; display: flex; justify-content: center; align-items: center; padding-bottom: 5.375rem; }

.sub_cy_wrap>div { position: relative; z-index: 9; width: 100%; max-width: 1200px; margin: auto; transform: translateY(0rem); }

.sub_cy_wrap .cy_tit { opacity: 0; transform: translateX(0rem); }
.sub_cy_wrap .cy_tit h3 { font-size: 1.25rem; }
.sub_cy_wrap .cy_tit h2 { font-size: 3.75rem; }
.sub_cy_wrap .cy_box { margin-top: 4.25rem; opacity: 0; transform: translateY(0rem); }

.check_bg { width: 7.6875rem; position: absolute; right: 2.25rem; top: -13.75rem; z-index: -1; }

.sub_cy_wrap.active>div .cy_tit.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.sub_cy_wrap.active>div .cy_box.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
/* .cy_tit.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.cy_box.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; } */

/*  */

.sub_unit_wrap { width: 100%; height: 100%; position: relative; transition: 0.8s; text-align: left; padding-bottom: 0rem; }

.sub_unit_tit { opacity: 0; }
.sub_unit_tit h3 { font-size: 2.0625rem; line-height: 100%; font-weight: 200; }
.sub_unit_tit h2 { font-size: 3.125rem; line-height: 100%; font-weight: 700; margin-top: 0.375rem; margin-left: -0.125rem; }
.sub_unit_tit p { font-size: 1rem; line-height: 156%; margin-top: 2.5rem; opacity: 0.7; }

.sub_unit_content { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: 3.75rem; gap: 0 3.5rem; opacity: 0; }
.sub_unit_content>img { width: 60%; max-width: 510px; }

.sub_unit_txt_box { display: flex; justify-content: space-between; align-items: flex-start; flex-direction: column; gap: 2.125rem; }
.sub_unit_txt_box:first-child { margin-top: 6rem; }
.sub_unit_txt_box:last-child { flex-direction: column-reverse; gap: 5rem; margin-bottom: 4rem; }
.sub_unit_txt_box h4 { font-family: 'lexend'; font-size: 1.375rem; line-height: 100%; color: #a97a68; font-weight: 600; }
.sub_unit_txt_box p { font-size: 0.875rem; line-height: 178%; margin-top: 1.25rem; opacity: 0.7; width: 120%; }
.sub_unit_txt_box:first-child img { width: 8.0625rem; }
.sub_unit_txt_box:last-child img { width: 14.0625rem; margin-left: -0.75rem; }


.sub_unit_tit.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.sub_unit_content.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }

/*  */

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

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

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

.sub_contact_map_box { width: 100%; width: 524px; height: 352px; border: 1px solid #cecece; }
.sub_contact_map_box img { width: 100%; }

.sub_contact_txt_box { width: 100%; max-width: 524px; 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; font-family: 'Pretendard'; }
.sub_contact_add h4 { font-size: 1.375rem; line-height: 100%; font-weight: 400; }
.sub_contact_add p { font-size: 0.9375rem; line-height: 100%; margin-top: 0.5rem; color: #010101; opacity: 0.7;}
.sub_contact_top .sub_contact_add { margin-top: 3.125rem; }

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

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

.map_marker { font-family: 'Pretendard'; width: auto; height: auto; border: 2px solid #95182c; background-color: #fff; border-radius: 25px; border-radius: 0; text-align: center; display: flex; justify-content: center; align-items: center; padding: 4px 15px 6px; position: relative; box-sizing: border-box; transform: translate(-25%); }
.map_marker img { width: 140px; }
.map_marker p { font-size: 13px; line-height: 100%; color: #1b1414; font-weight: 600; font-size: 19px; margin-top: 7px; }
.map_marker:after { content:''; width: 0px; height: 0px; border-top: 12px solid #95182c; border-left: 5px solid transparent; border-right: 5px solid transparent; position: absolute; left: 0; right: 0; bottom: -12px; margin: auto; }
/*.map_marker.mk01 { width: 82px; z-index: 9; }*/
/*  */

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

/**/

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

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

.sub_gongo_img_box { width: 57.545%; height: 100%; background: url(../sub/planning01.jpg) center no-repeat; background-size: cover; display: flex; justify-content: center; align-items: center; position: relative;}

.sub_gongo_tit { text-align: center; position: relative; z-index: 9; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; z-index: 9; display: flex; justify-content: center; align-items: center; }
.sub_gongo_tit>div { transform: translateY(-2rem); }
.sub_gongo_titt h4 { font-size: 1.375rem; line-height: 136%; font-weight: 100; transition: 1.0s 0s; }
.sub_gongo_tit h4 b { font-weight: 700; }
.sub_gongo_tit h2 { font-size: 3.3125rem; line-height: 120%; font-weight: 200; margin-top: 0; transition: 1.0s 0s; }
.sub_gongo_tit h2 b { font-weight: 700; }
.sub_gongo_tit p { font-size: 0.9375rem; line-height: 140%; margin-top: 2rem; opacity: 0.7; }

.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 { transform: scale(0.7); transform-origin: left top;}
.sub_gongo_txt_box h2 { font-size: 28px; line-height: 100%; margin-top: 10px; margin-left: -2px; }
.sub_gongo_txt_box h2 span { font-size: 18px;}
.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; }

/**/

.news_wrap { width: 100%; max-width: 1100px; margin: auto; height: auto; position: relative; }

.news_content_box { width: 100%; max-width: 1300px; margin: auto; }
.news_content_vd { width: 100%; box-sizing: border-box; padding: 52px 0; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #a2a2a2; border-bottom: 1px solid #a2a2a2; text-align: left; margin-bottom: 50px; }
.news_img { width: 55%; max-width: 550px; }
.news_img img { width: 100%; }
.news_txt_box { width: 45%; }
.news_txt_box h6 { font-size: 11.5px; line-height: 100%; padding: 3px 9px; border-radius: 10px; margin-left: -2px; margin-bottom: 8px; margin-top: -10px; text-transform: uppercase; background-color: #ff7200; color: #fff; font-weight: 500; display: inline-block; }
.news_txt_box h4 { font-size: 14px; line-height: 100%; color: #754e38; font-weight: 500; }
.news_txt_box h3 { font-size: 22px; line-height: 100%; font-weight: 600; margin-top: 8px; overflow: hidden; padding-bottom: 3px; }
.news_txt_box p { font-size: 15px; line-height: 192%; opacity: 0.6; font-weight: 400; margin-top: 20px;  }
.news_bt { display: flex; justify-content: flex-start; align-items: center; margin-top: 35px; font-size: 14px; font-weight: 800; text-transform: uppercase; position: relative; display: inline-block; opacity: 1; transition: 0.3s; }
.news_bt:after { content:''; width: 0; height: 1px; background-color: #737373; position: absolute; left: 40px; top: 0; bottom: 0; margin: auto; transition: 0.5s; }

.news_content_vd:hover .news_bt:after { width: 40px; }

.news_content { display: flex; justify-content: flex-start; flex-wrap: wrap; width: 100%; position: relative; overflow: hidden; text-align: left; color: #000; }
.news_content>li { width: 32%; margin-right: 2%; border: 1px solid #bbb; box-sizing: border-box; position: relative; }
.news_content>li>a { width: 100%; height: 100%; display: block; position: relative; padding: 40px; padding-bottom: 45px; padding-left: 35px; box-sizing: border-box; }
.news_content>li:after { content:''; width: 1px; height: 0; background-color: #000; position: absolute; left: -1px; bottom: -1px; transition: 0.5s; z-index: 9; }
.news_content>li:before { content:''; width: 1px; height: 0; background-color: #000; position: absolute; right: -1px; top: -1px; transition: 0.5s; z-index: 9; }
.news_content>li:nth-child(3n) { margin-right: 0; }
.news_content>li:nth-child(n+4) { margin-top: 6%; }

.news_content>li h4 { font-size: 17px; line-height: 100%; color: #ff6000; font-weight: 500; }
.news_content>li h2 { font-size: 18px; line-height: 137%; font-weight: 700; margin-top: 15px; height: 137%; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; }
.news_content>li p { font-size: 15px; line-height: 192%; opacity: 0.7; margin-top: 15px; height: 192%; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; }
.news_content>li h6 { font-size: 11.5px; line-height: 100%; padding: 3px 9px; position: absolute; right: 0; top: 0; margin-bottom: 8px; text-transform: uppercase; background-color: #ff7200; color: #fff; font-weight: 500; display: inline-block; }

.news_content>li>a:after { content:''; width: 0; height: 1px; background-color: #000; position: absolute; left: -1px; top: -1px; transition: 0.5s; z-index: 9; }
.news_content>li>a:before { content:''; width: 0; height: 1px; background-color: #000; position: absolute; right: -1px; bottom: -1px; transition: 0.5s; z-index: 9; }

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

/*  */

#sub_container.brand { width: 100%; }
#sub_container.brand #sub_box { width: 100%; max-width: 1920px; }

.sub_brand_wrap { width: 100%; margin: auto; position: relative; text-align: left; padding-bottom: 4.25rem; }

.swiper_brand { width: 100%; margin-bottom: 6.25rem; opacity: 0; }
.swiper_brand img { width: 100%; }
.swiper_brand .swiper-pagination { display: flex; justify-content: center; align-items: center; gap: 0 0.75rem; bottom: 3.5rem; }
.swiper_brand .swiper-pagination-bullet { width: 1.125rem; height: 1.125rem; border-radius: 100%; border: 1px solid #fff; background: none; opacity: 1; margin: 0 !important; }
.swiper_brand .swiper-pagination-bullet-active { background-color: #fff; }


.sub_brand_content { width: 100%; display: flex; justify-content: center; align-items: center; position: relative; }
.sub_brand_content>div { width: 70%; max-width: 1100px; display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 9; }
.sub_brand_content.con01>div { width: 100%; max-width: revert; justify-content: flex-end; gap: 0 9.75rem; background-color: #f0f0f0; }
.sub_brand_content.con02 { margin: 7.5rem 0; }
.sub_brand_content.con02>div { align-items: flex-end; }
.sub_brand_content.con03 { text-align: center; padding: 9rem 0; overflow: hidden; }
.sub_brand_content.con03::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../sub/brand_img03.jpg) center no-repeat; background-size: cover; transform: scale(1.2); }
.sub_brand_content.con05 { flex-wrap: wrap; width: 90%; max-width: 1100px; margin: auto; margin-top: 6rem; gap: 3.875rem; }
.sub_brand_content.con05>div { width: 100%; justify-content: flex-start; gap: 3.125rem; }
.sub_brand_content.con05>div:nth-child(2) { justify-content: flex-end; gap: 6.25rem; }

.brand_img_box { position: relative; justify-content: center; align-items: center; display: flex; }
.brand_img_box>img { width: 100%; }
.brand_img_box>div { position: absolute; right: -11.875rem; top: 2.5rem; opacity: 0; transform: translateX(5rem); }
.brand_img_box>div span { display: flex; justify-content: flex-start; align-items: flex-start; }
.brand_img_box h3 { font-size: 2rem; line-height: 140%; font-weight: 400; margin-top: 0.875rem; }
.brand_img_box>div span h3 { transform: translateY(-2rem); margin-left: 0.375rem; transform: translateY(0); }
.brand_img_box.box01 { width: 65%; max-width: 1061px; overflow: hidden; }
.brand_img_box.box01 img { transform: scale(1.2); }
.brand_img_box.box02 { width: 50%; max-width: 550px; opacity: 0; transform: translateX(-5rem); }
.brand_logo { width: 13.625rem; }
.brand_logo2 { display: inline-block !important; width: 5.625rem; margin-top: 0.3rem;}
.brand_img_box.box06 { order: 2; }
.sub_brand_content.con05 .brand_img_box { opacity: 0; transform: translateX(-5rem); }
.sub_brand_content.con05>div:nth-child(2) .brand_img_box { opacity: 0; transform: translateX(5rem); }

.sub_brand_tit2 { display: flex; justify-content: center; align-items: center; margin-bottom: 2rem; margin-top: 3rem; opacity: 0; }
.sub_brand_tit2 h2 { font-size: 2rem; line-height: 100%; font-weight: 600; }
.sub_brand_tit2 img { width: 9.5rem; margin-left: 0.625rem; }

.sub_brand_tit { text-align: center; margin-top: 5rem; margin-bottom: 2.5rem; opacity: 0; }
.sub_brand_tit h2 { font-size: 2.625rem; line-height: 100%; font-weight: 700; letter-spacing: -0.125rem; }
.sub_brand_tit h2 span { font-family: 'Noto Sans KR', sans-serif; font-weight: 800; letter-spacing: -0.09rem; color: #951b2c;}
.sub_brand_tit h2 span b {  font-family: "MuseoModerno", sans-serif; font-weight: 700; font-size: 2.8rem;}
.sub_brand_tit p { font-size: 1.375rem; line-height: 100%; opacity: 0.7; margin-top: 0.75rem; }

.sub_brand_txt_box.box01 { opacity: 0; transform: translateX(-5rem); }
.sub_brand_txt_box.box02 { text-align: right; opacity: 0; transform: translateX(5rem); }
.sub_brand_txt_box h2 { font-family: 'lexend'; font-size: 1.5625rem; line-height: 128%; font-weight: 100; margin-bottom: 4.625rem; }
.sub_brand_txt_box h2 b { font-weight: 700; }
.sub_brand_txt_box span.line { display: inline-block; width: 2.875rem; height: 1px; background-color: #000; }
.sub_brand_txt_box h1 { font-size: 2.1875rem; line-height: 114%; font-weight: 600; margin: 2rem 0 1.25rem; }
.sub_brand_txt_box h3 { font-size: 2.1875rem; line-height: 100%; font-weight: 200; margin-top: 5rem; }
.sub_brand_txt_box h4 { font-size: 1.375rem; line-height: 172%; font-weight: 300; }
.sub_brand_txt_box p { font-size: 1rem; line-height: 175%; font-weight: 600; margin: 2.125rem 0 1.625rem; }
.sub_brand_txt_box img { display: block; }
.sub_brand_txt_box.box04 h2 { font-weight: 400; margin-top: 2.125rem; margin-bottom: 0; }
.sub_brand_txt_box.box04 span { margin-top: 3.125rem; margin-bottom: 5.125rem; }
.sub_brand_txt_box span.brand_logo2 { font-family: 'Noto Sans KR', sans-serif; font-weight: 800; color: #951b2c; display: inline-block; font-size: 1.5625rem; }
.sub_brand_txt_box span.brand_logo2 b {  font-family: "MuseoModerno", sans-serif; font-weight: 700; color: #951b2c !important; }
.sub_brand_txt_box span.brand_logo3 { font-family: 'Noto Sans KR', sans-serif; font-weight: 800; color: #951b2c; display: inline-block; font-size: 1rem; }
.sub_brand_txt_box span.brand_logo3 b {  font-family: "MuseoModerno", sans-serif; font-weight: 700; color: #951b2c !important; }
.sub_brand_content.con05 .sub_brand_txt_box { opacity: 0; transform: translateX(5rem); }
.sub_brand_content.con05>div:nth-child(2) .sub_brand_txt_box { opacity: 0; transform: translateX(-5rem); }
.sub_brand_content.con05 .sub_brand_txt_box h1 { font-family: 'lexend'; font-size: 2.375rem; line-height: 100%; font-weight: 700; margin: 0; margin-bottom: 0.625rem; }
.sub_brand_content.con05 .sub_brand_txt_box h2 { font-weight: 500; opacity: 0.7; margin-bottom: 4.5rem; }
.sub_brand_content.con05 .sub_brand_txt_box h3 { font-size: 1.625rem; line-height: 100%; font-weight: 600; }
.sub_brand_content.con05 .sub_brand_txt_box p { margin: 0; margin-top: 1.25rem; line-height: 188%; color: #6c6c6c; font-weight: 400; }
.sub_brand_content.con05 .sub_brand_txt_box p b { font-family: 'lexend'; color: #000; }

.sub_brand_content ul { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 0 2.875rem; }
.sub_brand_content ul li { width: 9.75rem; min-width: 9.75rem; height: 9.75rem; border-radius: 100%; border: 1px solid #000; display: flex; justify-content: center; align-items: center; opacity: 0; transform: translateY(3rem); }
.sub_brand_content ul li:nth-child(1) { width: 100%; order: 3; border: none; transform: translateY(0); }
.sub_brand_content ul li:nth-child(2) { order: 1; max-width: 270px; }
.sub_brand_content ul li:nth-child(3) { order: 2; }
.sub_brand_content ul li:nth-child(4) { order: 4; }
.sub_brand_content ul li:nth-child(5) { order: 5; }
.sub_brand_content ul li>div { transform: translateY(0.25rem); }
.sub_brand_content ul li h2 { font-family: 'lexend'; font-size: 2.75rem; line-height: 113%; font-weight: 100; }
.sub_brand_content ul li h2 b { font-weight: 700; }
.sub_brand_content ul li h6 { font-family: 'lexend'; font-size: 0.7813rem; line-height: 100%; }
.sub_brand_content ul li h4 { font-size: 1.25rem; line-height: 100%; margin-top: 0.5rem; font-weight: 700; }


.sub_brand_tit2.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.swiper_brand.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.sub_brand_tit.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.brand_img_box.box01.active img { transform: scale(1); transition: 3s 0s; }
.sub_brand_txt_box.box01.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.brand_img_box.box02.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.brand_img_box.box02.active>div { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.sub_brand_txt_box.box02.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.sub_brand_content.con03.active ul li { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.sub_brand_content.con03.active::after { transform: scale(1); transition: 3s 0s; }
.sub_brand_content.con05 .brand_img_box.active { opacity: 1 !important; transform: translate(0) !important; transition: 1.2s 0.2s; }
.sub_brand_content.con05 .sub_brand_txt_box.active { opacity: 1 !important; transform: translate(0) !important; transition: 1.2s 0.2s; }

/**/

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

.sub_db_top { display: flex; justify-content: space-between; align-items: flex-start; }
.sub_db_top>div:last-child { display: flex; justify-content: flex-end; align-items: flex-start; }

.sub_db_tit { opacity: 0; transform: translateX(-5rem); }
.sub_db_tit h2 { font-size: 34px; font-weight: 600; line-height: 100%; }
.sub_db_tit p { font-size: 1.125rem; line-height: 174%; opacity: 0.7; margin-top: 2rem; }
/* .sub_db_tit p span { font-size: 1.375rem; } */

.sub_db_circle_box { width: 100%; max-width: 608px; position: relative; margin-right: 4.5%; }
.sub_db_circle_box img { width: 100%; opacity: 0; }
.sub_db_circle_box h4 { font-family: 'lexend'; font-size: 1.5rem; line-height: 100%; position: absolute; left: -20.875rem; top: 18.125rem; letter-spacing: 0.5rem; font-weight: 600; z-index: 9; opacity: 0; transform: translateX(10rem); }
.sub_db_circle { width: 20%; height: 20%; position: absolute; background-color: #fff; border: 1px solid #b0b0b0; border-radius: 100%; display: flex; justify-content: center; align-items: center; text-align: center; opacity: 0; }
.sub_db_circle span { font-size: 1.125rem; line-height: 122%; font-weight: 500; }
.sub_db_circle.circle01 { left: 2%; top: 9%; transform: translate(4rem,4rem); }
.sub_db_circle.circle02 { right: 13%; top: 0%; transform: translate(-4rem,4rem); }
.sub_db_circle.circle03 { left: 7%; bottom: 1%; transform: translate(4rem,-4rem); }
.sub_db_circle.circle04 { right: -9%; top: 0; bottom: 0; margin: auto; transform: translate(-4rem,0rem); }

.sub_db_logo_box { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: 4.375rem; opacity: 0; transform: translateY(3rem); }
.sub_db_logo { width: 15.625rem; height: 15.625rem; display: flex; justify-content: center; align-items: center; border: 1px solid #b0b0b0; border-radius: 100%; transition: 0.5s; }
.sub_db_logo:hover { border: 1px solid #000; }

.sub_db_bottom { width: 100%; margin-top: 8.75rem; position: relative; }

.sub_db_bi_img_box { display: flex; justify-content: flex-start; align-items: flex-end; gap: 5.25rem; }

.sub_db_bi_img { width: 50%; max-width: 507px; opacity: 0; }
.sub_db_bi_img img { width: 100%; }
.sub_db_bi_img h2 { font-family: 'lexend'; font-size: 1.5rem; line-height: 100%; font-weight: 600; }
.sub_db_bi_img>div { border: 1px solid #b0b0b0; margin-top: 1.5rem; box-sizing: border-box; }

.sub_db_bi_tit { order: 2; opacity: 0; transform: translateX(5rem); }
.sub_db_bi_tit h3 { font-size: 1.5625rem; line-height: 140%; font-weight: 300; }
.sub_db_bi_tit h3 b { font-weight: 700; }
.sub_db_bi_tit p { font-size: 0.9375rem; line-height: 166%; margin-top: 2.75rem; opacity: 0.7; }
.sub_db_bi_tit img { width: 11.3125rem; margin-top: 4.375rem; }

.sub_db_bi_txt { display: flex; justify-content: space-between; align-items: center; gap: 5.25rem; margin-top: 7.5rem; }
.sub_db_bi_txt>div { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 2.125rem; opacity: 0; transform: translateY(3rem);; }
.sub_db_bi_txt>div>div:last-child { width: 100%; }

.sub_db_bi_color { width: 8.125rem; height: 8.125rem; min-width: 8.125rem; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 0.9375rem; line-height: 100%; background-color: #005f22; }
.sub_db_bi_color.color02 { background-color: #002855; }

.sub_db_bi_txt h3 { font-size: 1.125rem; line-height: 100%; font-weight: 700; padding-bottom: 0.625rem; border-bottom: 1px solid #a5a5a5; }
.sub_db_bi_txt ul { margin-top: 1rem; }
.sub_db_bi_txt ul li { font-size: 0.875rem; line-height: 178%; font-weight: 400; }
.sub_db_bi_txt ul li span { color: #929292; }



.sub_db_tit.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.sub_db_circle_box.active img { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.sub_db_circle_box.active h4 { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.sub_db_circle_box.active .sub_db_circle { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.sub_db_logo_box.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.sub_db_bi_img.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.sub_db_bi_tit.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.sub_db_bi_txt>div.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }


/*  */


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

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

.vr_bt { display: inline-block; font-size: 1rem; border-radius: 3.75rem; color: #fff; background-color: #a42552; text-align: center; margin-top: 32px; overflow: hidden; }
.vr_bt a { width: 100%; height: 100%; display: block; padding: 0.75rem 3.375rem; text-align: center; box-sizing: border-box; }

.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: #840d3e; margin-left: 0; }
.vr_bt_box ul li:nth-child(2) { background-color: #888; }
.vr_bt_box ul li:nth-child(3) { background-color: #353334; }

.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: #4f372b !important; border: 1px solid #4f372b !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 #4f372b; }
.vr_pop ul.tabs2 li.selected a, .vr_pop ul.tabs li.selected a:hover { color: #444; }

/*  */

.sub_check_wrap { width: 100%; max-width: 1100px; margin: auto; height: auto; position: relative; padding-top: 4.875rem; }
.sub_check_logo { width: 10.25rem; margin-bottom: 4.75rem; }

.sub_check_bottom { width: 100%; max-width: 620px; margin: auto; display: flex; justify-content: space-between; align-items: center; gap: 0 2rem; color: #231815; }
.sub_check_input_box { width: 65%; }
.sub_check_bt { width: 12rem; height: 12rem; background-color: #ae1857; color: #fff; font-size: 0.9375rem; line-height: 100%; }
.sub_check_bt a { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.sub_check_input { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.3125rem; }
.sub_check_input:last-child { margin-bottom: 0; }
.sub_check_input span { min-width: 0.4375rem; margin: 0.3125rem; position: relative; }
.sub_check_input span::after { content: ''; width: 100%; height: 1px; background-color: #999; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.sub_check_input h3 { font-size: 1.125rem; min-width: 5.25rem; line-height: 100%; text-align: left; }
.sub_check_input>div { width: calc(100% - 5.25rem); display: flex; justify-content: space-between; align-items: center;}
.sub_check_input input { font-family: 'Noto Sans KR', sans-serif; font-size: 1.125rem; width: calc(100% - 5.25rem); height: 3.125rem; border: 1px solid #b1b1b1; box-sizing: border-box; outline: none; padding-left: 1.375rem; }
.sub_check_input select { font-size: 1.125rem; width: 100%; height: 3.125rem; border-radius: 0 !important; border: 1px solid #b1b1b1; box-sizing: border-box; padding-left: 1.375rem; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; background:url('../sub/arrow.png') no-repeat right 0.875rem center; }
.sub_check_input.tel input { width: 100%; text-align: center; padding: 0; }
.sub_check_input.tel select { max-width: 93px; }
.sub_check_input input::placeholder { color: #9a9a9a; }
.sub_check_input input:focus { border-color: #000; }
.sub_check_input select:focus { border-color: #000; }

.sub_check_wrap h6 { font-size: 0.9375rem; line-height: 100%; color: #231815; margin-top: 2.5rem; letter-spacing: -0.05rem; }

/*  */

.sub_qna_wrap { width: 100%; max-width: 1000px; margin: auto; height: auto; position: relative; padding: 2rem 0; }

.sub_qna_box { width: 100%; position: relative; text-align: left; margin-bottom: 3rem; opacity: 0; transform: translateY(3rem); }
.sub_qna_box:last-child { margin-bottom: 0; }
.sub_qna_box>div { width: 100%; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: center; position: relative; }
.sub_qna_box>div>div { display: flex; justify-content: flex-start; gap: 0.5rem; }
.sub_qna_q>div { align-items: center; }
.sub_qna_a>div { align-items: flex-start; }
.sub_qna_q { background-color: #840d3e; color: #fff; border-radius: 5rem; padding: 0.875rem 2.5rem; z-index: 2; font-weight: 600; }
.sub_qna_box:nth-child(2n) .sub_qna_q { background-color: #333; }
.sub_qna_a { box-shadow: 0 0 10px rgba(0,0,0,0.2); border-radius: 2rem; padding: 5.125rem 2.5rem 2.75rem; margin-top: -3.5rem; z-index: 1; }

.sub_qna_box h2 { font-family: 'lexend'; width: 2.5rem; font-size: 2rem; line-height: 100%; text-align: center; font-weight: 500; }
.sub_qna_box h3 { font-size: 1.25rem; line-height: 100%; }
.sub_qna_box p { font-size: 1rem; line-height: 156%; margin-top: 0.125rem; }

.c_red { color: #840d3e; }

.sub_qna_box.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }

/*  */