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

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

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

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

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

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

  #cursor.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: 65px;
    height: 65px;
	opacity: 1;
  }

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




}



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

.imgc { z-index: 19; font-size: 0.75rem; line-height: 148%; color: #fff; position: absolute; right: 0.5rem; bottom: 0.5rem; text-shadow: 0 0 5px rgba(0,0,0,0.7),0 0 5px rgba(0,0,0,0.7); text-align: right; }
.imgc.black { color: #000; text-shadow: none; }

.imgc.pr { line-height: 148%; right: 1.5rem; bottom: 1rem; opacity: 0; }

.imgc.pr.left { right: revert; left: 1.5rem; text-align: left; }
.imgc.show { opacity: 1 !important; }

/*  */

.right_quick_wrap { position: fixed; right: -80px; top: 0; bottom: 0; margin: auto; z-index: 9999; width: 80px; height: 648px; display: flex; justify-content: space-between; align-items: flex-start; flex-direction: column; 
transform: translateY(2rem); }
.right_quick_wrap>div { cursor: pointer; border-radius: 40px 0 0 40px; }

.right_quick_wrap.show { right: 0; transition: 0.8s 0.6s; }
.sub.active .right_quick_wrap { right: 0; transition: 0.8s 0.6s; }

.sky_bt { width: 160px; height: 400px; background: url(../img/sky_bg.jpg) center no-repeat; background-size: cover; display: flex; justify-content: center; align-items: center; transition: 0.5s; }
.sky_bt>div { width: 90%; max-width: 120px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; position: relative; transform: translateY(-48px); }

.sky_bt_tit { width: 44px; position: absolute; left: 0; top: -4px; transition: 0.3s; }
.sky_bt_tit h3 { font-size: 16px; width: 16px; margin: auto; font-weight: 600; line-height: 110%; }
.sky_bt_tit>div>div:nth-child(2) { display: flex; justify-content: center; align-items: flex-start; margin-top: 14px; padding-top: 14px; gap: 6px; position: relative; }
.sky_bt_tit>div>div:nth-child(2)::before { content: ''; width: 70%; height: 1px; position: absolute; left: 0; top: 0; right: 0; margin: auto; background-color: #aaa; }
.sky_bt_tit h4 { font-size: 12px; width: 12px; color: #999; transform: rotate(90deg); letter-spacing: 8px; }
.sky_bt_tit h5 { font-size: 12px; width: 12px; line-height: 108%; font-weight: 500; margin-top: 1px; }
.sky_bt_tit h5 b { display: inline-block; height: 18px; }
.sky_bt_tit .sky_open { justify-content: center; margin-top: 8px; }

.sky_bt_txt { width: 100%; text-align: center; opacity: 0; transition: 0.3s; }
.sky_bt_txt h4 { font-size: 12px; line-height: 100%; color: #333; letter-spacing: 5px; padding-left: 3px; font-weight: 500; }
.sky_bt_txt h2 { border: 3px solid #22282d; padding: 18px 0; font-size: 17px; line-height: 140%; margin-top: 16px; letter-spacing: 7px; padding-left: 7px; font-weight: 300; }
.sky_bt_txt h2 b { font-weight: 600; letter-spacing: 1px; display: inline-block; margin-left: -6px; }
.sky_bt_txt h2 span { display: inline-block; width: 40px; height: 1px; background-color: #22282d; vertical-align: middle; margin-right: 6px; transform: translate(-1px, -1px); }
.sky_bt_txt p { font-size: 11.5px; line-height: 118%; margin-top: 14px; text-align: left; }

.sky_open { width: 100%; display: flex; justify-content: flex-start; align-items: center; gap: 8px; margin-top: 18px; }
.sky_open>div { min-width: 24px; height: 24px; border-radius: 100%; position: relative; background-color: #2b3c49; }
.sky_open>div:after { content: ''; width: 5px; height: 5px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(-45deg); position: absolute; left: 0; right: 2px; top: 0; bottom: 0; margin: auto; }
.sky_open h6 { font-family: 'trajan'; font-size: 12px; line-height: 100%; letter-spacing: 2px; }

.sky_bt:hover { transform: translateX(-80px);}
.sky_bt:hover .sky_bt_tit { opacity: 0; }
.sky_bt:hover .sky_bt_txt { opacity: 1; }


.pop_open_bt { width: 100%; height: 240px; background-color: #2b3c49; display: flex; justify-content: center; align-items: center; color: #fff; }
.pop_open_bt>div { width: 300%; transform: rotate(90deg); margin-left: 6px; margin-top: 6px; display: flex; justify-content: center; align-items: center; gap: 12px; }
.pop_open_bt p { width: 132px; font-family: 'trajan'; font-size: 13px; line-height: 100%; letter-spacing: 4px; text-transform: uppercase; }
.pop_open_bt>div>div { min-width: 24px; height: 24px; border-radius: 100%; position: relative; background-color: #cd7c5d; }
.pop_open_bt>div>div:after { content: ''; width: 5px; height: 5px; border-right: 1px solid #2b3c49; border-bottom: 1px solid #2b3c49; transform: rotate(-135deg); position: absolute; left: 0; right: 0; top: 1px; bottom: 0; margin: auto; }


.sky_pop_wrap { width: 100%; height: 100%; position: fixed; left: 0; top: -100%; z-index: 9999999; display: flex; justify-content: center; align-items: center; transition: 0.8s 0s; overflow: hidden; }
.sky_pop_bg_bt { display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; cursor: pointer; z-index: 1; }
.sky_pop_wrap>div:first-child { width: 90%; max-width: 1590px; display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 9; transform: translateY(2rem); }

.sky_pop_wrap h1 { border: 3px solid #fff; padding: 8px 0; font-size: 17px; line-height: 150%; margin-top: 16px; letter-spacing: 7px; padding-left: 7px; font-weight: 300; color: #fff; position: absolute; left: -1rem; top: -7rem; transform: scale(1.2); transform-origin: right bottom; }
.sky_pop_wrap h1 b { font-weight: 600; letter-spacing: 1px; padding-left: 1px; display: inline-block; margin-left: -6px; margin-left: 0; }
.sky_pop_wrap h1 span { display: inline-block; width: 40px; height: 1px; background-color: #fff; vertical-align: middle; margin-right: 6px; transform: translate(-1px, -1px); }

.sky_pop_content_box { width: 100%; position: relative; display: flex; justify-content: center; align-items: center; color: #fff; text-align: center; }
.sky_pop_content_box::after { content: ''; width: 1px; height: 100%; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; opacity: 0.3; }
.sky_pop_content_box:last-child::after { display: none; }
.sky_pop_content_box>div { width: 90%; max-width: 406px; }
.sky_pop_content_box .swiper-container { width: 100%; height: auto; margin: 0; padding: 0; outline: none; padding-bottom: 0.125rem; }
.sky_pop_content { position: relative; margin-top: 2.125rem; cursor: pointer; }
.sky_pop_thumb { width: 100%; position: relative; }
.sky_pop_thumb img { width: 100%; }
.sky_pop_thumb::before { content: ''; width: 100%; height: 100%; border: 1px solid transparent; position: absolute; left: 0; top: 0; transition: 0.3s; z-index: 1; box-sizing: border-box; }
.sky_pop_thumb::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background: url(../img/sky_play2.png) center no-repeat; }
.sky_pop_thumb.black::after { background: url(../img/sky_play2.png) center no-repeat; }
.sky_pop_content_box h5 { font-size: 0.875rem; line-height: 100%; }
.sky_pop_content_box h2 { font-size: 2.5rem; line-height: 100%; margin-top: 0.625rem; }
.sky_pop_content_box p { font-size: 1.125rem; line-height: 100%; margin-top: 1.5rem; }
.sky_pop_content_box .sky_pagi_box { width: 100%; display: flex; justify-content: center; align-items: center; margin-top: 3.125rem; }
.sky_pop_content_box .pagi { justify-content: center; align-items: center; display: flex; gap: 0.75rem; }
.sky_pop_content_box .pagi .swiper-pagination-bullet { width: 30px; height: 30px; opacity: 1; background: none; position: relative; }
.sky_pop_content_box .pagi .swiper-pagination-bullet::before { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; width: 6px; height: 6px; border-radius: 100%; background-color: #fff; opacity: 0.5; }
.sky_pop_content_box .pagi .swiper-pagination-bullet-active::before { opacity: 1; }
.sky_pop_content_box .pagi .swiper-pagination-bullet-active::after { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; width: 100%; height: 100%; border-radius: 100%; border: 1px solid #fff; box-sizing: border-box; }

.sky_pop_content:hover .sky_pop_thumb::before { border: 7px solid #fff; }

.sky_pop_bg { width: 100%; height: 100%; position: fixed; left: -100%; top: 0; z-index: 9999998; background-color: #000; opacity: 0.9; transition: 0.6s 0.2s; }
.sky_pop_close { color:#fff; text-align: left; display: flex; justify-content: flex-start; align-items: center; gap: 0.625rem; position: absolute; right: 1.75rem; bottom: 1.75rem; transform: rotate(90deg); transform-origin: right top; cursor: pointer; }
.sky_pop_close>div { width: 2.5rem; height: 2.5rem; position: relative; }
.sky_pop_close>div::after { content: ''; width: 100%; height: 1px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; transform: rotate(-45deg); }
.sky_pop_close>div::before { content: ''; width: 100%; height: 1px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; transform: rotate(45deg); }
.sky_pop_close p { font-family: 'trajan'; text-transform: uppercase; font-size: 0.8125rem; letter-spacing: 0.1875rem; line-height: 100%; }

.sky_pop_wrap.active { top: 0; transition: 0.8s 0.2s; }
/* .sky_pop_wrap.active .sky_pop_close { opacity: 1; transition: 0.8s 0.8s; } */
.sky_pop_bg.active { left: 0; transition: 0.6s 0s; }


.shorts_pop_wrap { width: 100%; height: 100%; position: fixed; left: 0; top: -100%; z-index: 99999999; display: flex; justify-content: center; align-items: center; transition: 0.8s 0s; }
.shorts_pop_bg_bt { display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; cursor: pointer; z-index: 1; }
.shorts_pop { width: 40%; max-width: 360px; position: relative; display: flex; justify-content: center; align-items: center; transform: translateY(2rem); z-index: 9; }
.shorts_pop iframe { width: 100%; aspect-ratio: 9/16 !important; background-color: #000; }
.shorts_pop_bg { width: 100%; height: 100%; position: fixed; left: -100%; top: 0; z-index: 99999998; background-color: #000; opacity: 0.8; transition: 0.6s 0.2s; }
.shorts_pop_close { width: 3.4375rem; height: 3.4375rem; position: absolute; right: 0; top: -4.0625rem; cursor: pointer; }
.shorts_pop_close:after { content:''; width: 1px; height: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; transform: rotate(45deg); }
.shorts_pop_close:before { content:''; width: 1px; height: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; transform: rotate(-45deg); }

.shorts_pop_wrap.active { top: 0; transition: 0.8s 0.2s; }
.shorts_pop_bg.active { left: 0; transition: 0.6s 0s; }

/*  */

.pr_pop_wrap { width: 100%; height: 100%; position: fixed; left: 0; top: -100%; z-index: 99999999; display: flex; justify-content: center; align-items: center; transition: 0.8s 0s; }
.pr_pop_bg_bt { display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; cursor: pointer; z-index: 1; }
.pr_pop { width: 80%; max-width: 1100px; position: relative; display: flex; justify-content: center; align-items: center; transform: translateY(2rem); z-index: 9; }
.pr_pop iframe { width: 100%; aspect-ratio: 16/9 !important; background-color: #000; }
.pr_pop_bg { width: 100%; height: 100%; position: fixed; left: -100%; top: 0; z-index: 99999998; background-color: #000; opacity: 0.8; transition: 0.6s 0.2s; }
.pr_pop_close { width: 3.4375rem; height: 3.4375rem; position: absolute; right: 0; top: -4.0625rem; cursor: pointer; }
.pr_pop_close:after { content:''; width: 1px; height: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; transform: rotate(45deg); }
.pr_pop_close:before { content:''; width: 1px; height: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; transform: rotate(-45deg); }

.pr_pop_wrap.active { top: 0; transition: 0.8s 0.2s; }
.pr_pop_bg.active { left: 0; transition: 0.6s 0s; }

/*  */

.vr_pop_wrap { width: 100%; height: 100%; position: fixed; left: 0; top: -100%; z-index: 99999999; display: flex; justify-content: center; align-items: center; transition: 0.8s 0s; }
.vr_pop_bg_bt { display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; cursor: pointer; z-index: 1; }
.vr_pop { width: 80%; max-width: 1100px; position: relative; display: flex; justify-content: center; align-items: center; transform: translateY(2rem); z-index: 9; }
.vr_pop iframe { width: 100%; aspect-ratio: 16/9 !important; background-color: #000; }
.vr_pop_bg { width: 100%; height: 100%; position: fixed; left: -100%; top: 0; z-index: 99999998; background-color: #000; opacity: 0.8; transition: 0.6s 0.2s; }
.vr_pop_close { width: 3.4375rem; height: 3.4375rem; position: absolute; right: 0; top: -4.0625rem; cursor: pointer; }
.vr_pop_close:after { content:''; width: 1px; height: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; transform: rotate(45deg); }
.vr_pop_close:before { content:''; width: 1px; height: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; transform: rotate(-45deg); }

.vr_pop_wrap.active { top: 0; transition: 0.8s 0.2s; }
.vr_pop_bg.active { left: 0; transition: 0.6s 0s; }




/**/

.all_wrap { width: 100%; 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: 99999990; opacity: 1; }
.intro_wrap { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; display: flex; justify-content: center; align-items: center; }

.intro_bg { width: 100vw; height: 100vw; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; z-index: 1; }
.intro_bg>div { width: 100%; height: 10%; display: flex; justify-content: space-between; align-items: center; }
.intro_bg>div>div { width: 10%; height: 100%; background-color: #2b3c49; transform: rotate(0deg) scale(1.01); }

.intro_tit { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; position: absolute; left: 0; top: 0; z-index: 5; transform: translateY(0rem); }
.intro_tit>div { opacity: 0; transform: translateY(-1rem); }
.intro_tit h2 { font-size: 1.25rem; line-height: 100%; font-weight: 500; color: #2b3c49; }
/* .intro_tit.tit02 { color: #fff; } */

.intro_logo_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 10; display: flex; justify-content: center; align-items: center; }
.intro_logo_box>div { position: relative; }
/* .intro_logo_box>div::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; z-index: 1; background-color: #2b3c49; transform: scale(100) rotate(360deg); } */
.intro_logo_box>div>img:first-child { opacity: 0; }
.intro_logo { position: absolute; left: 0; top: 0; z-index: 9; opacity: 0; transform: translateY(-2rem); }
/* .intro_logo.logo01 {  } */
.intro_logo.logo02 { transform: translate(0rem); }
.intro_logo.logo03 { transform: translateY(2rem); }
/* .intro_logo.logo04 {  } */
.intro_logo.logo05 { transform: translateY(2rem); }
.intro_logo.logo06 { transform: translate(0rem); }
.intro_logo.logo07 { transform: translateX(2rem); }
.intro_logo.logo08 { transform: translateX(-2rem); }
.intro_logo.logo09 { transform: translateY(-2rem); }
.intro_logo.logo10 { transform: translateY(2rem); }
.intro_logo_box span { position: absolute; z-index: 9; background-color: #c9caca; }
.intro_line01 { width: 0%; height: 3px; right: 0; top: 0; }
.intro_line02 { width: 0%; height: 3px; left: 0; bottom: 0; }
.intro_line03 { width: 3px; height: 0%; right: 0; top: 0; }
.intro_line04 { width: 3px; height: 0%; left: 0; bottom: 0; }




.intro_wrap.intro .intro_logo.logo01 { opacity: 1; transform: translate(0); transition: 1.3s 0.0s; }
.intro_wrap.intro .intro_logo.logo02 { opacity: 1; transform: translate(0); transition: 1.3s 0.60s; }
.intro_wrap.intro .intro_logo.logo03 { opacity: 1; transform: translate(0); transition: 1.3s 0.30s; }
.intro_wrap.intro .intro_logo.logo04 { opacity: 1; transform: translate(0); transition: 1.3s 1.05s; }
.intro_wrap.intro .intro_logo.logo05 { opacity: 1; transform: translate(0); transition: 1.3s 1.35s; }
.intro_wrap.intro .intro_logo.logo06 { opacity: 1; transform: translate(0); transition: 1.3s 0.15s; }
.intro_wrap.intro .intro_logo.logo07 { opacity: 1; transform: translate(0); transition: 1.3s 0.75s; }
.intro_wrap.intro .intro_logo.logo08 { opacity: 1; transform: translate(0); transition: 1.3s 0.90s; }
.intro_wrap.intro .intro_logo.logo09 { opacity: 1; transform: translate(0); transition: 1.3s 1.20s; }
.intro_wrap.intro .intro_logo.logo10 { opacity: 1; transform: translate(0); transition: 1.3s 0.45s; }
.intro_wrap.intro .intro_line01 { width: 100%; transition: 2.0s 1.7s; }
.intro_wrap.intro .intro_line02 { width: 100%; transition: 2.0s 1.7s; }
.intro_wrap.intro .intro_line03 { height: 100%; transition: 2.0s 1.7s; }
.intro_wrap.intro .intro_line04 { height: 100%; transition: 2.0s 1.7s; }
.intro_wrap.intro .intro_logo_box>div::after { height: 0; transform: scale(1) rotate(0); transition: all 2.0s 5.0s, transform 3.5s 1.3s; }

.intro_wrap.intro2 .intro_logo_box { opacity: 0; transition: 1.5s 0.2s; }
.intro_wrap.intro2 .intro_bg>div:nth-child(2n-1)>div:nth-child(2n-1) { transform: rotate(90deg) scale(0); transition: 2.0s 0.2s; }
.intro_wrap.intro2 .intro_bg>div:nth-child(2n-1)>div:nth-child(2n) { transform: rotate(-90deg) scale(0); transition: 2.4s 0.2s; }
.intro_wrap.intro2 .intro_bg>div:nth-child(2n)>div:nth-child(2n) { transform: rotate(90deg) scale(0); transition: 2.0s 0.2s; }
.intro_wrap.intro2 .intro_bg>div:nth-child(2n)>div:nth-child(2n-1) { transform: rotate(-90deg) scale(0); transition: 2.4s 0.2s; }

.intro_wrap.intro3 .intro_tit.tit01>div { opacity: 1; transition: 2.0s 1.0s; }

.intro_wrap.intro4 .intro_tit.tit01>div { opacity: 0; transition: 1.5s 0s; }
.intro_wrap.intro4 .intro_tit.tit02>div { opacity: 1; transition: 2.0s 1.0s; }

.intro_wrap.intro5 .intro_tit.tit02>div { opacity: 0; transition: 1.5s 0s; }
.intro_wrap.intro5 .intro_tit.tit03>div { opacity: 1; transition: 2.0s 1.0s; }

.intro_wrap.intro6 .intro_tit.tit03>div { opacity: 0; transition: 1.5s 0s; }

/**/

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

.main_box { width: 100%; height: 100vh; position: relative; }
.main_box::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 6; background: url(../img/main_bg.png) center no-repeat; background-size: cover; opacity: 0; }

.main_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 4; background: url(../img/main.jpg) right top no-repeat; background-size: cover; opacity: 1; transition: all, 1.0s 0s, background 13s 0s; }
.main_img::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: #000; opacity: 0; transition: 0.8s 0s; }

.main_txt_box { width: 41%; height: 100%; position: absolute; z-index: 10; display: flex; justify-content: center; align-items: center; text-align: left; }
.main_txt_box>div { transform: translateY(-7.5rem); }
.main_txt_box h2 { font-size: 1.9375rem; line-height: 140%; color: #2d3d47; opacity: 0; transform: translateY(-3rem); transition: 0.8s 0s; }
.main_txt_box h2 span { font-family: "Nanum Myeongjo", serif; font-size: 2.375rem; color: #cd7c5d; font-weight: 700; transform: translateY(0.125rem); display: inline-block; }
.main_txt_box p { font-size: 0.9375rem; line-height: 166%; margin-top: 1.625rem; font-weight: 500; opacity: 0; transform: translateY(3rem); transition: 0.8s 0s; }

.main_txt { position: absolute; right: 6.25rem; bottom: 4rem; z-index: 9; color: #fff; text-align: left; font-family: 'antro'; opacity: 0; transform: translateX(7rem); transition: 0.8s; }
.main_txt h2 { font-size: 3.125rem; line-height: 154%; transform: rotate(-4deg); }
.main_txt h2 span { display: inline-block; font-size: 5.75rem; margin-left: 14.5rem; }


.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(3rem); }
.main_sum>div>h1 { font-family: 'trajan'; display: inline-block; position: relative; font-size: 2.5rem; line-height: 100%; letter-spacing: 0.75rem; padding-left: 0.75rem; 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: 2.25rem; }
.main_sum ul>li { width: calc(16.66% - 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; letter-spacing: 0; }
.main_sum ul>li h4 { font-size: 0.875rem; line-height: 100%; font-weight: 500; margin-top: 0.5rem; 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: #cd7c5d; transition: 0.5s; }
.main_sum_over::after { content: ''; width: 1px; height: 0; position: absolute; right: -1px; top: -1px; background-color: #cd7c5d; 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: #cd7c5d; transition: 0.5s; }
.main_sum_over span::after { content: ''; width: 0%; height: 1px; position: absolute; right: -1px; bottom: -1px; background-color: #cd7c5d; transition: 0.5s; }

.main_sum ul li:hover { color: #cd7c5d; }
.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_guest_wrap { position: absolute; left: 6.25rem; bottom: 4rem; z-index: 99; display: flex; justify-content: flex-start; align-items: center; opacity: 0; transform: translateX(-5rem); transition: 0.8s 0s; }
.main_guest { width: 4.5625rem; height: 4.5625rem; 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; }
.main_guest_bg { width: 150.6849%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(1) rotate(0); animation: main_guest_bg 22s 0s linear infinite; }
.main_guest h5 { font-size: 0.6875rem; line-height: 114%; font-weight: 500; }
.main_guest p { font-size: 0.8438rem; line-height: 105%; 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: 2.75rem; }
.main_guest_txt h3 { font-size: 1.375rem; line-height: 100%; font-weight: 200; display: inline-block; position: relative; }
.main_guest_txt h3 b { font-weight: 700; }
.main_guest_txt h3::after { content: ''; width: 100%; height: 1px; background-color: #fff; position: absolute; left: 0; bottom: -0.25rem; }
.main_guest_txt p { font-size: 0.875rem; line-height: 100%; margin-left: 0.625rem; }
.main_guest_txt img { width: 25.25rem; transform: translateY(-1rem); transform: translate(10rem,-2rem); opacity: 0; }

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

.line_box { width: 100%; height: calc(100% - 9.5rem); position: absolute; left: 0; bottom: 0; z-index: 5; display: flex; justify-content: center; align-items: flex-start; }
.line_box>div { width: 100%; height: 50%; position: relative; }
.line_box>div>div { position: relative; position: absolute; }
.line_box>div>div>span { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.line_box>div>div>span::after { content: ''; width: 100%; height: 100%; opacity: 0.3; background-color: #2d3d47; position: absolute; top: 0; left: 0; }
.line01 { width: 28%; height: 2px; left: 0; bottom: 0; }
.line02 { width: 35%; height: 2px; transform: rotate(35deg); transform-origin: right bottom; left: -7%; bottom: 0; }
.line02>span:first-child { width: 12%; right: 0px; top: 0; left: revert; }
.line02>span:last-child { width: 20%; }
.line03 { width: 67.5%; height: 2px; right: 0; bottom: 0; }
.line04 { width: 2px; height: 100%; right: 62%; bottom: 0; }
.line04>span:first-child { height: 3.3vw; }
.line04>span:last-child { height: 2.8vw; top: revert; bottom: 2px; }

.line01>span::after { width: 0 !important; }
.line02>span:first-child::after { width: 0; left: revert; right: 0; }
.line02>span:last-child::after { width: 0; }
.line03>span::after { width: 0 !important; }
.line04>span:first-child::after { height: 0; }
.line04>span:last-child::after { height: 0; top: revert; bottom: 0; }

.main_wrap .line_box { left: -11%; }
.main_wrap .line03 { width: 78.5%; right: -11%; }




.main_wrap.intro .main_img { background: url(../img/main.jpg) center bottom 0.1% no-repeat; background-size: cover; }


.main_wrap.on .main_img,
.main_wrap.on2 .main_img { background: url(../img/main.jpg) center bottom 0.11% no-repeat; background-size: cover; transition: all, 1.0s 0s, background 5s 0s !important; }
.main_wrap.on .main_box::before { opacity: 1; transition: 2.0s 0.4s; }
.main_wrap.on .main_txt_box h2 { transform: translate(0); opacity: 1; transition: 1.5s 0.4s; }
.main_wrap.on .main_txt_box p { transform: translate(0); opacity: 0.8; transition: 1.5s 1.0s; }
.main_wrap.on .main_txt { transform: translate(0); opacity: 1; transition: 1.8s 1.0s; }
.main_wrap.on .main_guest_wrap,
.main_wrap.on2 .main_guest_wrap { transform: translate(0); opacity: 1; transition: 1.5s 1.0s; }

.main_wrap.on .line01>span::after { width: 100% !important; height: 100% !important; transition: 1.2s 0s linear; }
.main_wrap.on .line02>span:first-child::after { width: 100% !important; height: 100% !important; transition: 1.2s 1.2s ease; }
.main_wrap.on .line02>span:last-child::after { width: 100% !important; height: 100% !important; transition: 1.2s 1.2s ease; }
.main_wrap.on .line03>span::after { width: 100% !important; height: 100% !important; transition: 2.5s 1.2s ease; }
.main_wrap.on .line04>span:first-child::after { width: 100% !important; height: 100% !important; transition: 1.2s 1.2s ease; }
.main_wrap.on .line04>span:last-child::after { width: 100% !important; height: 100% !important; transition: 1.2s 1.2s ease; }

.main_wrap.skip .main_img { background: url(../img/main.jpg) center bottom 0.11% no-repeat; background-size: cover; transition: all, 1.0s 0s, background 5s 0s !important; }
.main_wrap.skip .main_box::before { opacity: 1; transition: 2.0s 3.0s; }
.main_wrap.skip .main_txt_box h2 { transform: translate(0); opacity: 1; transition: 1.5s 3.0s; }
.main_wrap.skip .main_txt_box p { transform: translate(0); opacity: 0.8; transition: 1.5s 3.6s; }
.main_wrap.skip .main_txt { transform: translate(0); opacity: 1; transition: 1.8s 3.6s; }
.main_wrap.skip .main_guest_wrap { transform: translate(0); opacity: 1; transition: 1.5s 3.6s; }

.main_wrap.on2::before { opacity: 0.88; transition: 1.5s; }
.main_wrap.on2 .main_img { filter: blur(0.25rem); transition: all 1.5s 0s,transform 2.5s 0s; }
.main_wrap.on2 .main_sum { opacity: 1; z-index: 15; transition: 0s 0.2s; }
.main_wrap.on2 .main_sum ul>li::before,
.main_wrap.on2 .main_sum ul>li::after { width: calc(100% + 2px); transition: 1.5s 0.2s; }
.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.2s; }
.main_wrap.on2 .main_sum>div>h1 { transform: translate(0); opacity: 1; transition: 1.2s 0.2s; }
.main_wrap.on2 .main_sum ul>li h2 { transform: translate(0); opacity: 1; transition: all 0.5s 0s, opacity 1.2s 0.2s; }
.main_wrap.on2 .main_sum ul>li h4 { transform: translate(0); opacity: 0.7; transition: all 0.5s 0s, opacity 1.2s 0.2s; }
.main_wrap.on2 .main_sum_bt { transform: translate(0); opacity: 1; transition: 1.2s 0.2s; }


/**/

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

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

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

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

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

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

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

.brand_tit { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 8; display: flex; justify-content: center; align-items: center; }
.brand_tit img { transform: scale(1); }

.brand_bg_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 5; }
.brand_bg_box::after { content: ''; width: 100%; height: 80%; position: absolute; right: 0; top: 8.75rem; background-color: #040000; z-index: 9; }
.brand_bg_box>div { position: absolute; background-color: #040000; }
.brand_bg01 { width: 100%; height: calc(8% + 9.375rem); left: 0; top: 0; }
.brand_bg02 { width: 100%; height: 8%; left: 0; bottom: 0; }
.brand_bg03 { width: 40%; height: 100%; left: 0; top: 0; }
.brand_bg04 { width: 40%; height: 100%; right: 0; top: 0; }

.brand_txt_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; color: #2b3c49; text-align: left; display: flex; justify-content: center; align-items: center; }
.brand_txt_box>div { opacity: 1; transform: translate(-11rem, 4rem); }
.brand_txt_box h1 { font-family: 'trajan'; font-size: 8.625rem; line-height: 100%; color: #000; margin-left: -15rem; opacity: 0; transform: translateX(-5rem); }
.brand_txt_box h3 { font-size: 1.25rem; line-height: 100%; margin-top: 2.5rem; opacity: 0; font-weight: 500; transform: translateY(3rem); }
.brand_txt_box p { font-size: 0.875rem; line-height: 178%; margin-top: 2rem; font-weight: 500; margin-right: 1.375rem; opacity: 0; transform: translateY(3rem); }




.brand_wrap.on .brand_bg_box::after { height: 0; transition: 2.5s 0s; }
.brand_wrap.on .brand_bg01 { height: 0; transition: 2.5s 2.0s; }
.brand_wrap.on .brand_bg02 { height: 0; transition: 2.5s 2.0s; }
.brand_wrap.on .brand_bg03 { width: 0; transition: 2.5s 2.0s; }
.brand_wrap.on .brand_bg04 { width: 0; transition: 2.5s 2.0s; }
/* .brand_wrap.on .brand_txt_box>div { opacity: 1; transition: 1.2s 0.4s; } */
.brand_wrap.on .brand_txt_box h1 { opacity: 1; transform: translate(0); transition: 1.2s 2.2s; }
.brand_wrap.on .brand_txt_box h3 { opacity: 1; transform: translate(0); transition: 1.2s 2.2s; }
.brand_wrap.on .brand_txt_box p { opacity: 1; transform: translate(0); transition: 1.2s 2.2s; }
.brand_wrap.on .imgc { opacity: 1; transform: translate(0); transition: 1.2s 2.2s; }

/**/

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

.sum_wrap { width: 100vw; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; background-color: #000; color: #fff; }

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

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

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

@media all and (max-width: 1000px) { 
	.sum_vd iframe { width: 250%; height: 250%; }
  .sum_vd::before { width: 250%; height: 250%; }
}

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

.sum_wrap .line_box>div>div>span::after { background-color: #fff; }
.sum_wrap .line_box>div { height: 92%; }


.sum_tit_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; z-index: 5; }
.sum_tit_box>div { transform: translateY(3rem); opacity: 0; transition: 0.8s; }
.sum_tit_box h5 { font-size: 1rem; line-height: 100%; text-align: left; margin-left: 0.625rem; opacity: 0; transition: 0.8s; }
.sum_tit_box h1 { font-family: 'trajan'; font-size: 6.875rem; line-height: 100%; margin-top: 1rem; letter-spacing: 2rem; padding-left: 2rem; transition: 0.8s; }
.sum_tit_box h2 { font-size: 1.75rem; line-height: 100%; margin-top: 0.75rem; text-align: right; opacity: 0; transition: 0.8s; }

.sum_sum_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; z-index: 6; opacity: 1; }
.sum_sum_box>div { width: 90%; max-width: 1500px; transform: translateY(4rem); }

.sum_sum_tit { width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; text-align: left; }
.sum_sum_tit>div { opacity: 0; transform: translateX(-5rem); transition: 0.8s; }
.sum_sum_tit h1 { font-family: 'trajan'; font-size: 5.625rem; line-height: 100%; }
.sum_sum_tit h2 { font-size: 1.375rem; line-height: 100%; margin-top: 1rem; }

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




.sum_wrap.on .imgc,
.sum_wrap.on2 .imgc { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.sum_wrap.on .sum_tit_box>div { opacity: 1; transition: 1.2s 0.2s; }
.sum_wrap.on .sum_tit_box h1 { letter-spacing: -0.0313rem; padding-left: 0; transition: 1.5s 1.0s; }
.sum_wrap.on .sum_tit_box h5 { opacity: 1; transition: 1.5s 1.0s; }
.sum_wrap.on .sum_tit_box h2 { opacity: 1; transition: 1.5s 1.0s; }
.sum_wrap.on .line01>span::after { width: 100% !important; height: 100% !important; transition: 1.2s 0s linear; }
.sum_wrap.on .line02>span:first-child::after { width: 100% !important; height: 100% !important; transition: 1.2s 1.2s ease; }
.sum_wrap.on .line02>span:last-child::after { width: 100% !important; height: 100% !important; transition: 1.2s 1.2s ease; }
.sum_wrap.on .line03>span::after { width: 100% !important; height: 100% !important; transition: 2.5s 1.2s ease; }
.sum_wrap.on .line04>span:first-child::after { width: 100% !important; height: 100% !important; transition: 1.2s 1.2s ease; }
.sum_wrap.on .line04>span:last-child::after { width: 100% !important; height: 100% !important; transition: 1.2s 1.2s ease; }

.sum_wrap.on2 .sum_vd iframe { opacity: 0.2; }
.sum_wrap.on2 .sum_sum_tit>div { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.sum_wrap.on2 .sum_sum ul { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }

/*  */

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

.ach_wrap { width: 100vw; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; background-color: #000; color: #fff; }

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

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

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

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

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

.ach_txt_box { width: 46.5%; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: flex-end; z-index: 5; text-align: left; opacity: 0; transform: translateX(-5rem); }
.ach_txt_box>div { transform: translateY(-7rem); transition: 0.8s; color: #fff; }
.ach_txt_box h2 { font-family: 'trajan'; font-size: 3.375rem; line-height: 124%; text-transform: uppercase; transition: 0.8s; }
.ach_txt_box p { font-size: 1rem; line-height: 166%; margin-top: 1.75rem; opacity: 1; transition: 0.8s; }


.ach_wrap.on .ach_txt_box { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.ach_wrap.on .imgc { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }

/*  */

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

.complex01>div:last-child { width: 90%; max-width: 1690px; position: relative; z-index: 9; display: flex; justify-content: space-between; align-items: center; transform: translateY(4rem); gap: 4rem; }
.complex03>div:last-child { width: 90%; max-width: 1690px; position: relative; z-index: 9; display: flex; justify-content: space-between; align-items: center; transform: translateY(4rem); gap: 4rem; }

.complex_wrap .line_box>div>div>span::after { background-color: #b5ad98; opacity: 1; }
.complex_wrap .line_box>div { height: 95%; }
.complex01 .line01 { width: 46%; }
.complex01 .line02 { width: 57%; left: -11%; }
.complex01 .line02>span:first-child { width: 12%; }
.complex01 .line02>span:last-child { width: 20%; }
.complex01 .line03 { width: 50%; }
.complex01 .line04 { right: 45%; }
.complex03 .line01 { width: 30%; }
.complex03 .line02 { width: 30%; left: 0%; }
.complex03 .line02>span:last-child { display: none; }
.complex03 .line03 { width: 65%; }
.complex03 .line04 { right: 60%; }

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

.complex01 .complex_vd_box { position: relative; width: 70rem; height: 0; padding-bottom: 37.25%; opacity: 0; background: none; }
.complex01 .complex_vd { padding-bottom: 0; height: 100%; }
.complex01 .complex_vd::before { display: none; }
.complex03 .complex_vd_box { position: relative; order: 2; width: 70rem; height: 0; padding-bottom: 37.25%; opacity: 0; background: none; }
.complex03 .complex_vd { padding-bottom: 0; height: 100%; }
.complex03 .complex_vd::before { display: none; }

.complex02 .complex_vd iframe { opacity: 0.8; }

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

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

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

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

.complex_box { width: calc(100% - 74rem); }

.complex_txt_box { width: 46.75rem; height: 15.5rem; text-align: left; display: inline-block; background-color: #fff; position: absolute; left: 8.25rem; bottom: -15.5rem; z-index: 9; color: #2b3c49; padding: 3.75rem; margin-top: 12rem; box-sizing: border-box; }
.complex_txt_box.box01 { position: static; width: auto; height: auto; padding: 0; opacity: 0; transform: translateY(3rem); }
.complex_txt_box.box03 { left: revert; right: 8.25rem; }
.complex_txt_box.box04 { position: static; width: auto; height: auto; padding: 0; opacity: 0; transform: translateY(3rem); }
.complex_txt_box.box06 { left: revert; right: 8.25rem; }
.complex_txt_box h5 { font-family: 'trajan'; font-size: 1.125rem; line-height: 100%; color: #cd7c5d; }
.complex_txt_box h2 { font-size: 2.0625rem; line-height: 100%; margin-top: 2.875rem; }
.complex_txt_box h2 span { font-size: 1.25rem; }
.complex_txt_box p { font-size: 0.9375rem; line-height: 100%; margin-top: 1rem; width: 120%; }

.complex_logo_box { display: flex; justify-content: flex-start; align-items: center; gap: 1.25rem; margin-top: 1.125rem; }
.complex_logo_box span { display: inline-block; width: 0.75rem; height: 0.75rem; position: relative; }
.complex_logo_box span::before { content: ''; width: 100%; height: 2px; background-color: #2d3d47; transform: rotate(-45deg); position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.complex_logo_box span::after { content: ''; width: 100%; height: 2px; background-color: #2d3d47; transform: rotate(45deg); position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.complex_logo_box img:nth-child(1) { width: 4.3125rem; }
.complex_logo_box img:nth-child(3) { width: 3.625rem; }
.complex_logo_box img:nth-child(5) { width: 6.8125rem; }
.complex_logo_box img:nth-child(7) { width: 7.25rem; }

.complex_img_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: flex-end; align-items: flex-start; gap: 0 0.75rem; }
.complex_img_box img:first-child { opacity: 0; transform: translateY(-2.5rem); }
.complex_img_box img:last-child { opacity: 0; transform: translateY(2.5rem); }
.complex_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.complex_img::before { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/complex_bg.png) center no-repeat; background-size: cover; z-index: 3; }
.complex_img::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; transform: scale(1.2); }
.complex_img.img02::after { background: url(../img/complex_img02.jpg) center no-repeat; background-size: cover; }
.complex_img.img03::after { background: url(../img/complex_img03.jpg) center no-repeat; background-size: cover; }
.complex_img.img05::after { background: url(../img/complex_img05.jpg) center no-repeat; background-size: cover; }
.complex_img.img06::after { background: url(../img/complex_img06.jpg) center no-repeat; background-size: cover; }

.complex01 .complex_img_box { position: relative; width: auto; height: auto; }
.complex03 .complex_img_box { position: relative; width: auto; height: auto; justify-content: flex-start; }


.complex_wrap.active2 { transform: translateX(-100vw); }
.complex_wrap.active3 { transform: translateX(-200vw); }
.complex_wrap.active4 { transform: translateX(-300vw); }
.complex_wrap.active5 { transform: translateX(-400vw); }
.complex_wrap.active6 { transform: translateX(-500vw); }


.complex_wrap.on .complex01 .complex_vd_box { opacity: 1; transition: 1.2s 0.6s; }
.complex_wrap.on .complex01 .complex_img_box img { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.complex_wrap.on .complex01 .complex_txt_box { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.complex_wrap.on .complex01 .line01>span::after { width: 100% !important; height: 100% !important; transition: 1.2s 0s linear; }
.complex_wrap.on .complex01 .line02>span:first-child::after { width: 100% !important; height: 100% !important; transition: 1.2s 1.2s ease; }
.complex_wrap.on .complex01 .line02>span:last-child::after { width: 100% !important; height: 100% !important; transition: 1.2s 1.2s ease; }
.complex_wrap.on .complex01 .line03>span::after { width: 100% !important; height: 100% !important; transition: 2.5s 1.2s ease; }
.complex_wrap.on .complex01 .line04>span:first-child::after { width: 100% !important; height: 100% !important; transition: 1.2s 1.2s ease; }
.complex_wrap.on .complex01 .line04>span:last-child::after { width: 100% !important; height: 100% !important; transition: 1.2s 1.2s ease; }

.complex_wrap.on2 .complex02 .complex_img::after { transform: scale(1); transition: 2.5s 0s; }
.complex_wrap.on2 .complex02 .complex_txt_box { bottom: 0; transition: 1.3s 0.6s; }

.complex_wrap.on3 .complex03 .complex_vd_box { opacity: 1; transition: 1.2s 0.6s; }
.complex_wrap.on3 .complex03 .complex_img_box img { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.complex_wrap.on3 .complex03 .complex_txt_box { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.complex_wrap.on3 .complex03 .line01>span::after { width: 100% !important; height: 100% !important; transition: 1.2s 0s linear; }
.complex_wrap.on3 .complex03 .line02>span:first-child::after { width: 100% !important; height: 100% !important; transition: 1.2s 1.2s ease; }
.complex_wrap.on3 .complex03 .line02>span:last-child::after { width: 100% !important; height: 100% !important; transition: 1.2s 1.2s ease; }
.complex_wrap.on3 .complex03 .line03>span::after { width: 100% !important; height: 100% !important; transition: 2.5s 1.2s ease; }
.complex_wrap.on3 .complex03 .line04>span:first-child::after { width: 100% !important; height: 100% !important; transition: 1.2s 1.2s ease; }
.complex_wrap.on3 .complex03 .line04>span:last-child::after { width: 100% !important; height: 100% !important; transition: 1.2s 1.2s ease; }

.complex_wrap.on4 .complex04 .complex_img::after { transform: scale(1); transition: 2.5s 0s; }
.complex_wrap.on4 .complex04 .complex_txt_box { bottom: 0; transition: 1.3s 0.6s; }

.complex_wrap.on5 .complex05 .complex_img::after { transform: scale(1); transition: 2.5s 0s; }
.complex_wrap.on5 .complex05 .complex_txt_box { bottom: 0; transition: 1.3s 0.6s; }

.complex_wrap.on6 .complex06 .complex_img::after { transform: scale(1); transition: 2.5s 0s; }
.complex_wrap.on6 .complex06 .complex_txt_box { bottom: 0; transition: 1.3s 0.6s; }

/*  */

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

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

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

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

@media all and (max-width: 1000px) { 
  .land_vd iframe { width: 250%; height: 250%; }
  .land_vd::before { width: 250%; height: 250%; }
}

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

.land_bg_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 5; }
.land_bg_box::after { content: ''; width: 100%; height: 80%; position: absolute; right: 0; top: 8.75rem; background-color: #040000; z-index: 9; }
.land_bg_box>div { position: absolute; background-color: #040000; }
.land_bg01 { width: 100%; height: calc(8% + 9.375rem); left: 0; top: 0; }
.land_bg02 { width: 100%; height: 8%; left: 0; bottom: 0; }
.land_bg03 { width: 40%; height: 100%; left: 0; top: 0; }
.land_bg04 { width: 40%; height: 100%; right: 0; top: 0; }

.land_tit_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; text-align: center; display: flex; justify-content: center; align-items: center; color: #fff; }
.land_tit_box>div { opacity: 0; transform: translateY(0rem); transition: 0.8s; }
.land_tit_box h2 { font-family: 'trajan'; text-transform: uppercase; font-size: 3.375rem; line-height: 100%; }
.land_tit_box p { font-size: 0.9375rem; line-height: 100%; margin-top: 1.25rem; opacity: 0.4; }

.land_content_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; z-index: 6; opacity: 1; }
.land_content_box>div { width: 90%; max-width: 1540px; transform: translateY(3rem); display: flex; justify-content: space-between; align-items: center; }

.land_content_tit { text-align: left; color: #fff; }
.land_content_tit>div { opacity: 0; transform: translateX(-5rem); transition: 0.8s; margin-left: 4.125rem; }
.land_content_tit h2 { font-family: 'trajan'; text-transform: uppercase; font-size: 3.375rem; line-height: 100%; }
.land_content_tit p { font-size: 0.9375rem; line-height: 100%; margin-top: 1.25rem; opacity: 0.4; margin-left: 15.625rem; }

.land_txt_box { width: 100%; max-width: 800px; display: flex; justify-content: flex-end; align-items: flex-end; margin-top: 3rem; color: #fff; }
.land_txt_box ul { width: 100%; display: flex; justify-content: flex-end; align-items: flex-start; gap: 2.25rem 0; flex-wrap: wrap; opacity: 0; transform: translateX(5rem); transition: 0.8s; }
.land_txt_box ul li { width: 50%; text-align: left; }
.land_txt_box ul li h3 { font-size: 1rem; line-height: 100%; font-weight: 600; }
.land_txt_box ul li p { font-size: 1rem; line-height: 100%; opacity: 0.7; margin-top: 0.5rem; }




.land_wrap.on .imgc,
.land_wrap.on2 .imgc { opacity: 1; transform: translate(0); transition: 1.2s 3.2s; }
.land_wrap.on .land_bg_box::after { height: 0; transition: 2.5s 0s; }
.land_wrap.on .land_bg01 { height: 0; transition: 2.5s 2.3s; }
.land_wrap.on .land_bg02 { height: 0; transition: 2.5s 2.3s; }
.land_wrap.on .land_bg03 { width: 0; transition: 2.5s 2.3s; }
.land_wrap.on .land_bg04 { width: 0; transition: 2.5s 2.3s; }
.land_wrap.on .land_tit_box>div { opacity: 1; transform: translateY(3.5rem); transition: 1.2s 0.6s; }

.land_wrap.on2 .land_vd iframe { opacity: 0.7; }
.land_wrap.on2 .land_bg_box::after { height: 0; transition: 1.5s 0s; }
.land_wrap.on2 .land_bg01 { height: 0; transition: 1.5s 2.3s; }
.land_wrap.on2 .land_bg02 { height: 0; transition: 1.5s 2.3s; }
.land_wrap.on2 .land_bg03 { width: 0; transition: 1.5s 2.3s; }
.land_wrap.on2 .land_bg04 { width: 0; transition: 1.5s 2.3s; }
.land_wrap.on2 .land_content_tit>div { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.land_wrap.on2 .land_txt_box ul { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }


/*  */

.comm_wrap { width: 200vw; height: 100vh; position: relative; display: flex; justify-content: flex-start; align-items: center; transition: 0.8s; transform: translateX(0); }

.comm_wrap>div { width: 100vw; height: 100%; overflow: hidden; color: #fff; text-align: left; }

.comm01 { width: 100%; height: 100%; position: relative; display: flex; justify-content: center; align-items: center; }
.comm02 { width: 100%; height: 100%; position: relative; display: flex; justify-content: center; align-items: center; }
/* .comm02 { width: 100%; height: 100%; position: relative; overflow: auto !important; background-color: #fff; } */

.comm_tit { position: absolute; top: 35%; left: 11%; z-index: 10; opacity: 0; transform: translateX(-5rem); }
.comm_tit h2 { font-family: 'trajan'; text-transform: uppercase; font-size: 3.75rem; line-height: 100%; }
.comm_tit h4 { font-size: 1rem; line-height: 100%; margin-top: 2.75rem; }
.comm_tit p { font-size: 1rem; line-height: 100%; margin-top: 1rem; }

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

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

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

.comm04 .comm_vd_box { order: 2; }

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

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

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

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

.comm_vd_img { display: none; }

.swiper_comm .comm_txt_box { position: absolute; width: 24%; right: 0; bottom: 0; z-index: 9; padding-bottom: 5.5rem; }
.swiper_comm .comm_txt_box::before { content: ''; width: 1px; height: 0%; position: absolute; bottom: 0; left: -1.875rem; opacity: 0.5; background-color: #fff; }
.swiper_comm .comm_txt_box>div { opacity: 0; transform: translateY(3rem); }
.comm_txt_box h3 { font-size: 1.375rem; line-height: 100%; font-weight: 600; }
.comm_txt_box p { font-size: 0.9375rem; line-height: 166%; margin-top: 1.625rem; opacity: 0.4; }


.swiper_comm .swiper-slide-active .comm_img { transform: scale(1); transition: 3.5s 0s; }
.swiper_comm .swiper-slide-active .comm_txt_box::before { height: 100%; transition: 2.0s 0s; }
.swiper_comm .swiper-slide-active .comm_txt_box>div { transform: translate(0); opacity: 1; transition: 1.4s 0.6s; }


.comm_bt_wrap { width: 100%; height: 8px; position: absolute; left: 0; right: 0; margin: auto; bottom: 0; margin: auto; z-index: 9; display: flex; justify-content: flex-start; align-items: center; opacity: 0; }
.comm_bt_wrap>div { width: 100%; height: 100%; padding-left: 340px; height: 100%; position: relative; display: flex; justify-content: space-between; align-items: center; box-sizing: border-box; }
/* .swiper_comm .comm_bt_wrap { background-color: rgba(0,0,0,0.5); } */
.comm_content .comm_bt_wrap>div { padding: 0; }
.comm_bt_wrap p { display: none; }

.comm_slide_num { width: 100%; height: 100%; 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; }
.comm_slide_num p:last-child { opacity: 1; display: none; }
.comm_slide_num .timeline { width: 100%; height: 100%; border-radius: 0; opacity: 1; background: none; position: relative; outline: none; transform: translateY(-1px); }
.comm_slide_num .timeline span { content:''; width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; top: 0; margin: auto; background-color: #fff; opacity: 1;
animation: bullet 5s 0s both linear; }
.comm_slide_num .timeline.active span { animation: bullet2 5s 0s both linear; }
.comm_slide_num .timeline span.stop { animation-play-state: paused !important; }
.comm_slide_num .timeline:before { content:''; width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; top: 0; margin: auto; background-color: #fff; opacity: 0.3; }
.comm_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 {  }
}

.swiper_comm_2 { width: 31px; height: 150px; z-index: 99; position: absolute; right: 2.5rem; top: 0; bottom: 0; margin: auto; z-index: 9; transform: translateY(2rem); }
.swiper_comm_2 .swiper-wrapper { display: flex; justify-content: space-between; flex-direction: column; gap: 0 10px; }
.swiper_comm_2 .swiper-slide { width: 31px !important; height: 31px; cursor: pointer; border: none; overflow: hidden; box-sizing: border-box; border-radius: 100%; }
.swiper_comm_2 .swiper-slide-thumb-active { opacity: 1; }
.swiper_comm_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_comm_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_comm_2 .swiper-slide-thumb-active:before { opacity: 1; }



.comm_wrap.on .comm_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.comm_wrap.on .imgc { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }


/**/

/* .comm_box { width: 100%; height: auto; position: relative; display: flex; justify-content: center; align-items: center; } */
.comm_box { width: 100%; height: 100%; position: relative; display: flex; justify-content: center; align-items: center; }

.comm_fixed { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: #000; }
/* .comm_fixed { width: 100vw; height: 100%; position: fixed; top: 0; }
.comm_fixed>div { width: 44.5%; height: calc(100vh - 7.8125rem); left: 5%; top: 7.8125rem; overflow: hidden; position: relative; color: #fff; text-align: left; }

.comm_scroll { width: 100%; height: auto; position: relative; padding-bottom: 0rem; margin-top: 0rem; display: flex; justify-content: flex-end; }
.comm_scroll>div { width: 100%; } */

.comm_fixed .line_box { overflow: hidden; }
.comm_fixed .line_box>div>div>span::after { background-color: #b5ad98; opacity: 0.3; }
.comm_fixed .line_box>div { height: 95%; }
.comm_fixed .line01 { width: 68%; }
.comm_fixed .line02 { width: 79%; left: -11%; }
.comm_fixed .line02>span:first-child { width: 5.5%; }
.comm_fixed .line02>span:last-child { width: 45%; }
.comm_fixed .line03 { width: 26%; }
.comm_fixed .line04 { right: 21%; }

.swiper_comm2 { width: 100%; height: 100%; position: absolute; left: 0; transform: translateX(13.125rem); top: 0; z-index: 9; outline: none; margin: 0; padding: 0; opacity: 0; }
.swiper_comm2 .swiper-wrapper { gap: 0 12.5rem; }
.swiper_comm2 .swiper-slide { width: auto; display: flex; justify-content: center; align-items: flex-start; width: auto !important; }

.comm_content2 { width: 100%; height: 100%; display: flex; justify-content: flex-start; align-items: center; }
.comm_content2>div { width: auto; height: 60%; display: flex; justify-content: flex-start; align-items: flex-start; transform: translateY(96px); }
.comm_content2.con00 { opacity: 0; }
.comm_content2.con01 { margin-right: 80px; }
.comm_content2.con02 { margin-right: 140px; }
.comm_content2.con03 { margin-right: 40px; }
.comm_content2.con04 { margin-right: 200px; }
.comm_content2.con05 { margin-right: 160px; }

.comm_img_box { position: relative; }
.comm_img_box.box03 { margin-top: 240px; }
.comm_img_box.box04 { margin-top: 20px; }
.comm_img_box.box05 { margin-top: 20px; }
.comm_img_box.box06 { margin-top: 220px; }
.comm_img_box.box07 { margin-top: -20px; }
.comm_img_box.box08 { margin-top: 110px; }

.comm_img.img01 img { width: 43.875rem; }
.comm_img.img02 img { width: 25.3125rem; }
.comm_img.img03 img { width: 26.25rem; }
.comm_img.img04 img { width: 17.625rem; }
.comm_img.img05 img { width: 39.3125rem; }
.comm_img.img06 img { width: 30.875rem; }
.comm_img.img07 img { width: 30rem; }
.comm_img.img08 img { width: 30rem; }

.comm_content2 .comm_txt_box { position: absolute; z-index: 9; }
.comm_content2 .comm_txt_box p { margin-top: 24px; opacity: 0.5; }
.comm_txt_box.box01 { right: -300px; bottom: 0; }
.comm_txt_box.box02 { right: -120px; bottom: -60px; }
.comm_txt_box.box03 { left: 0; top: -124px; }
.comm_txt_box.box04 { right: -170px; bottom: 24px; }
.comm_txt_box.box05 { right: -90px; top: -66px; }
.comm_txt_box.box06 { left: 0; top: -124px; }
.comm_txt_box.box07 { left: 0; bottom: -124px; }
.comm_txt_box.box08 { left: 0; bottom: -124px; }




.comm_wrap.active2 { transform: translateX(-100vw); }
.comm_wrap.active3 { transform: translateX(-200vw); }

.comm_wrap.on2 .swiper_comm2 { opacity: 1; transition: 1.2s 0.4s; }
.comm_wrap.on2 .line01>span::after { width: 100% !important; height: 100% !important; transition: 1.7s 0s linear; }
.comm_wrap.on2 .line02>span:first-child::after { width: 100% !important; height: 100% !important; transition: 1.7s 1.7s ease; }
.comm_wrap.on2 .line02>span:last-child::after { width: 100% !important; height: 100% !important; transition: 1.7s 1.7s ease; }
.comm_wrap.on2 .line03>span::after { width: 100% !important; height: 100% !important; transition: 2.0s 1.7s ease; }
.comm_wrap.on2 .line04>span:first-child::after { width: 100% !important; height: 100% !important; transition: 1.7s 1.7s ease; }
.comm_wrap.on2 .line04>span:last-child::after { width: 100% !important; height: 100% !important; transition: 1.7s 1.7s ease; }

/*  */

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

.premium_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; }
.premium_img::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/premium_img.jpg) center bottom no-repeat; background-size: cover; z-index: 1; transform: scale(1.2); }
.premium_img::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/premium_bg.png) center bottom no-repeat; background-size: cover; z-index: 2; }

.premium_tit_box { width: 45%; height: 100%; position: absolute; left: 0; top: 0; z-index: 5; display: flex; justify-content: center; align-items: center; text-align: left; opacity: 0; transform: translateX(-5rem); transition: 0.8s; }
.premium_tit_box>div { transform: translateY(-7rem); }
.premium_tit_box h4 { font-family: 'trajan'; font-size: 1.875rem; line-height: 100%; font-weight: 100; }
.premium_tit_box h2 { font-family: 'trajan'; font-size: 5.625rem; line-height: 100%; margin-top: 0.625rem; }
.premium_tit_box p { font-size: 1.25rem; line-height: 100%; margin-top: 2.75rem; }

.premium_tit { position: absolute; right: 6.25rem; bottom: 4rem; z-index: 5; color: #fff; text-align: left; font-family: 'antro'; opacity: 0; transform: translateX(5rem); transition: 0.8s; }
.premium_tit h2 { font-size: 3.125rem; line-height: 154%; transform: rotate(-4deg); }
.premium_tit h2 span { display: inline-block; font-size: 5.75rem; margin-left: 14.5rem; }


.premium_bg { width: 100vw; height: 100vw; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; z-index: 1; }
.premium_bg>div { width: 100%; height: 10%; display: flex; justify-content: space-between; align-items: center; }
.premium_bg>div>div { width: 10%; height: 100%; background-color: #e7e3dd; transform: rotate(0deg) scale(0); transition: 1.4s; }

.premium_content_box { width: 100%; height: 100%; position: absolute; right: 0; top: 0; z-index: 9; display: flex; justify-content: center; align-items: center; transition: 0.8s; text-align: center; }
.premium_content span { width: 100%; height: 100%; display: block; position: absolute; z-index: -1; left: 0; top: 0;}
.premium_content span::before { content: ''; width: 0%; height: 1px; position: absolute; background-color: #9a9a9a; left: 0; right: 0; bottom: 0; margin: auto; transition: 0.8s; }
.premium_content span::after { content: ''; width: 1px; height: 0%; position: absolute; background-color: #9a9a9a; right: 0; top: 0; bottom: 0; margin: auto; transition: 0.8s; }

.premium_content_box>div:last-child { display: flex; justify-content: center; align-items: center; transition: .6s; position: relative; z-index: 9; }
.premium_content_box>div:last-child>div { width: 90%; max-width: 1386px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; transform: translateY(4rem); }
.premium_content.op0 { opacity: 0 !important; }
.premium_icon { width: 74px; height: 70px; display: flex; justify-content: center; align-items: center; margin: auto; }
/* .premium_icon img { width: 100%; } */
.premium_content { width: 25%; height: 20rem; }
.premium_content>div { position: relative; width: 100%; height: 100%; opacity: 0; transition: 0.8s; }
.premium_content p { font-size: 0.6875rem; padding-top: 3.7rem; line-height: 166%; margin-bottom: 1.25rem; font-weight: 500; color: #c15827; }
.premium_content h5 { font-size: 0.875rem; font-weight: 500; opacity: 0.7; margin-top: 1.9rem }
.premium_content h6 { font-size: 1.375rem; margin-bottom: 1.25rem; font-weight: bold; }





.premium_wrap.on .premium_img::before,
.premium_wrap.on2 .premium_img::before { transform: scale(1); transition: 2.5s 0s; }
.premium_wrap.on .premium_tit_box { transform: translate(0); opacity: 1; transition: 1.2s 0.6s; }
.premium_wrap.on .premium_tit { transform: translate(0); opacity: 1; transition: 1.2s 0.6s; }

.premium_wrap.on2 .premium_bg>div:nth-child(2n-1)>div:nth-child(2n-1) { transform: rotate(90deg) scale(1.01); transition: 1.6s 0s; }
.premium_wrap.on2 .premium_bg>div:nth-child(2n-1)>div:nth-child(2n) { transform: rotate(-90deg) scale(1.01); transition: 2.0s 0s; }
.premium_wrap.on2 .premium_bg>div:nth-child(2n)>div:nth-child(2n) { transform: rotate(90deg) scale(1.01); transition: 1.6s 0s; }
.premium_wrap.on2 .premium_bg>div:nth-child(2n)>div:nth-child(2n-1) { transform: rotate(-90deg) scale(1.01); transition: 2.0s 0s; }

.premium_wrap.on2 .premium_content>div { opacity: 1; transition: 1.5s 0.8s; }
.premium_wrap.on2 .premium_content span::before { width: 90%; transition: 2.5s 0.8s; }
.premium_wrap.on2 .premium_content span::after { height: 90%; transition: 2.5s 0.8s; }
.premium_wrap.on2 .premium_content:nth-child(n+5) span::before{ width: 0; }
.premium_wrap.on2 .premium_content:nth-child(4n) span::after{ height: 0; }

/*  */

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

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

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

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

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

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

.out_txt_box { width: 46%; height: 100%; display: flex; justify-content: center; align-items: center; opacity: 0; transform: translateX(-5rem); position: absolute; left: 0; top: 0; z-index: 9; color: #fff; text-align: left; }
.out_txt_box>div { transform: translateY(-7rem); }
.out_txt_box h2 { font-size: 2.1875rem; line-height: 120%; font-weight: 200; }
.out_txt_box p { font-size: 1rem; line-height: 188%; margin-top: 2.25rem; opacity: 0.6; }

.out_txt { position: absolute; right: 6.25rem; bottom: 4rem; z-index: 9; color: #fff; text-align: left; font-family: 'antro'; opacity: 0; transform: translateX(5rem); transition: 0.8s; }
.out_txt h2 { font-size: 3.125rem; line-height: 154%; transform: rotate(-4deg); }
.out_txt h2 span { display: inline-block; font-size: 5.75rem; margin-left: 14.5rem; }



.out_wrap.on .out_txt_box { transform: translate(0); opacity: 1; transition: 1.2s 0.4s; }
.out_wrap.on .out_txt { transform: translate(0); opacity: 1; transition: 1.2s 0.4s; }
.out_wrap.on .imgc { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }


/*  */

.left_scroll_wrap { width: 12px; height: 230px; margin: auto; overflow: hidden; position: absolute; z-index: 99; left: 32px; top: 0; bottom: 0; transform: translateY(0px); opacity: 1; display: none; }
.left_scroll_img { width: 100%; height: 83.008px; background: url(../img/scroll.png) center no-repeat; transition: 0.3s; }
.left_scroll { width: 1px; height: 130px; background-color: rgba(0,0,0,0.3); margin: auto; margin-top: 16px; position: relative; transition: 0.3s; }
.left_scroll span { position: absolute; content:''; width: 10px; height: 10px; background-color: #cd7c5d; left: -4px; top: 0; border-radius: 100%; transition: background 0.3s; }

.left_scroll_wrap.white .left_scroll_img { background: url(../img/scroll2.png) center no-repeat; }
.left_scroll_wrap.white .left_scroll { background-color: rgba(255,255,255,0.3); }
.left_scroll_wrap.white .left_scroll span { background-color: #fff; }

/**/

#footer { overflow: visible; }

.footer { width: 100%; z-index: 9; position: relative; box-sizing: border-box; letter-spacing: -0.5px; font-size: 0.875rem; text-align: center; background-color: #fff; color: #353f49; }
.footer:after { content:''; width: 100%; height: 100vh; position: absolute; left: 0; top: -100vh; display: none; }
body.main .footer { border: none; }

.footer>div>div { display: flex; box-sizing: border-box; align-items: center; }

.footer_top { width: 100%; justify-content: center; text-align: left; }
.footer_top>div { width: 100%; max-width: 1352px; position: relative; display: flex; justify-content: center; align-items: center; border-right: 1px solid rgba(255,255,255,0.4); }

.footer_quick { width: 100%; height: 100%; border-left: 1px solid rgba(255,255,255,0.4); }
.footer_quick>a { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; padding: 2.875rem 0 2.5rem; }
.footer_quick>a>div { display: flex; justify-content: center; align-items: center; gap: 1.625rem; }
.footer_quick h2 { font-size: 1.5rem; line-height: 100%; font-weight: 600; color: #fff; }
.footer_quick p { line-height: 142%; margin-top: 0.75rem; }


.footer_middle { width: 100%; justify-content: center; border-top: 1px solid rgba(255,255,255,0.4); padding: 1.625rem 6.25rem 1.625rem; }
.footer_middle>div { width: 100%; position: relative; display: flex; justify-content: space-between; align-items: center; }

.footer_bottom { width: 100%; justify-content: flex-start; text-align: left; gap: 2.5rem;  padding: 2.625rem 6.25rem 4.5rem; }
.footer_bottom>div { width: 100%; position: relative; }

.footer_const { display: flex; justify-content: center; align-items: center; margin: 0 auto; margin-top: 1.875rem; }
.footer_const li { font-size: 1rem; position: relative; padding: 0 0.25rem; }
/* .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; } */
.footer_const li:last-child:after { display: none; }
.footer_const li:first-child { padding-left: 0; }
.footer_const li:nth-child(2n) { margin-right: 0.75rem; }
.footer_const li:last-child { margin-right: 0; }
.footer_const img { vertical-align: middle; transform: translateY(-1px); opacity: 1; }

.footer_privacy { display: flex; justify-content: center; align-items: center; margin: 0 auto; gap: 0.75rem; margin-top: 2.125rem; }
.footer_privacy li { position: relative; padding: 0 1.125rem; display: flex; justify-content: center; align-items: center; background: #fff;  border-radius: 25px; border: 1px solid #353f49;}
.footer_privacy li:hover { position: relative; padding: 0 1.125rem; display: flex; justify-content: center; align-items: center; background: #353f49; transition: 0.4s; color: #fff!important; }
.footer_privacy li span { color: #fff; }
.footer_privacy li a { padding: .5rem 2rem; }
/*.footer_privacy li:after { position: absolute; content:''; width: 1px; height: 0.875rem; background-color: #fff; opacity: 1; right: 0; bottom: 0; top: -1px; margin: auto; }*/
.footer_privacy li:last-child:after { display: none; }
/*.footer_privacy li:last-child { padding-right: 0; }*/

.footer_info { display: flex; justify-content: center; align-items: center;  margin-bottom: .4rem; }
.footer_info li { /*padding: 0 0.875rem;*/ line-height: 100%; position: relative; }
.footer_info li:after { position: absolute; content:''; width: 1px; height: 0.75rem; font-weight: 500; background-color: #353f49; opacity: 0.7; 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_info li:first-child img { width: 7.5625rem; }
.footer_info.f2 li:first-child img { width: 5.25rem; }
.footer_info li img { margin-top: 1px; }
.footer_info li:nth-child(1){    width: 8%;
    padding-right: 16px;
    text-align: right;}
.footer_info li:nth-child(2){text-align: center;
    width: 7%;}
.footer_info li:nth-child(3){text-align: center;
    width: 12%;}
.footer_info li:nth-child(4){text-align: left;
    padding-left: 0.875rem;
    width: 16%;}

.footer_bottom p { line-height: 100%; color: #353f49; opacity: 0.7; font-weight: 500; text-align: center; margin-bottom: 0.75rem;}
.footer_bottom p br { display: none; }
.footer_bottom h6 { line-height: 100%; margin-top: 3.8rem; letter-spacing: 0; text-align: center;}

.footer_sns { display: flex; justify-content: center; margin: 0 auto; align-items: center; gap: 0 0.75rem; margin-top: 2.5rem; }
.footer_sns img { opacity: 0.3; }
.footer_sns img:hover { opacity: 1; transition: .4s; }

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

.top_bt { width: 50px; height: 50px; background:#eeeeee; z-index: 99999; position: relative; margin: 0 auto;left: 0; right: 0; top: 110px; cursor: pointer; border-radius: 100%; opacity:  0; transition: 0.8s; }
.top_bt:before { content:''; width: 8px; height: 8px; position: absolute; left: 0; right: 0; top: 5px; bottom: 0; margin: auto; border-left: 1px solid rgba(0,0,0,1); border-top: 1px solid rgba(0,0,0,1); transform: rotate(45deg); z-index: 9; }
.top_bt::after { content: ''; width: 1px; height: 64px; background-color: #000; position: absolute; left: 0; right: 0; margin: auto; top: 23px; }



.footer.on:after { display: block; }
.footer.on .top_bt { opacity: 1; top: 58px; transition: 0.8s 0.2s; }
.footer.active .top_bt { opacity: 1; top: 58px; }


/**/
.footer_logo{padding-top: 9rem !important;}
.footer_logo img{margin: 0 auto; width: 5.75rem;}
/*body.main .footer { width: 100%; }*/


/*서브*/

/*body.sub .all_wrap { margin-top: -65px; }*/

.sub_top { position: relative; left: 0; top: 0; width: 100%; max-width: 1725px; height: 17.6875rem; margin: auto; z-index: 1; margin-top: 9.5rem; 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 top no-repeat; background-size: cover; z-index: 2; }*/
.sub_top_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; /*animation: sub_top_img 3s 0s both;*/ background: #2d3d47; }
.back{position: absolute; top: 4rem; height: 8.4rem; width: 100%; background:#2d3d47; }
/*    .sub_top_img{background: url(img/sub_top_bg.jpg) center no-repeat; background-size: cover;}*/
.sub_top_img>div:first-child { width: 74%; height: 500px; position: relative;}

.sub_top_img>div>div {  position: absolute; background-color: #ada693;}

.sub_line01 {
    width: 100%; height: 2px;
    left: 0; top: 0; bottom: 0;
    margin: auto;
    animation: sub_line01 1.2s 0s both linear;
}

.sub_line02 {
    width: 2px;  height: calc(100% - 340px);
    position: absolute; right: 15%; top: 340px;
    background-color: #ada693;
    animation: sub_line02 1.5s 1.2s both linear;
}

.sub_line03 {
    width: 21vw; height: 2px;
    position: absolute; left: 107%; top: 0; bottom: 0;
    margin: auto;
/*    transform: rotate(-30deg); */
    transform-origin: left center;
    animation: sub_line01 0.8s 1.2s both linear;
}

.sub_line04 {
    width: 8vh; height: 2px;
    position: absolute; right: 1px; top: 0; bottom: 0;
    margin: auto;
    transform: rotate(38deg);
    transform-origin: right center;
    animation: sub_line01 1.0s 1.2s both linear;
}
    
    .sub_line06 {
    width: 15vh; height: 2px;
    position: absolute; right: 33vh; top: 0; bottom: 100%;
    margin: auto;
    transform: rotate(-142deg);
    transform-origin: right center;
    animation: sub_line01 1.0s 1.2s both linear;
}

.sub_line05 {
    width: 2.3vw; height: 2px;
    position: absolute; left: 115%; top: 0; bottom: 0;
    margin: auto;
    transform: rotate(-90deg) 
/*        translate(-0.35vw, -4vh)*/
        ;
    transform-origin: left center;
    animation: sub_line01 0.8s 1.5s both linear;
}
    
    .sub_line07 {
    width: 9.7vh; height: 2px;
    position: absolute; left: 115%; top: 0; bottom: 100%;
    margin: auto;
    transform: rotate(90deg) ;
    transform-origin: left center;
    animation: sub_line01 0.8s 1.5s both linear;
}

@keyframes sub_line01 {
    from { width: 0; }
    to {}
}

@keyframes sub_line02 {
    from { height: 0;}
    to {}
}





.sub_top_img.img01 { background: url(../img/sub_top01.jpg) center no-repeat; background-size: cover; opacity: 0.6; }
.sub_top_img.img02 { background: url(../img/sub_top02.jpg) center no-repeat; background-size: cover; opacity: 1; }
.sub_top_img.img03 { background: url(../img/sub_top03.jpg) center no-repeat; background-size: cover; opacity: 1; }
.sub_top_img.img04 { background: url(../img/sub_top04.jpg) center no-repeat; background-size: cover; opacity: 1; }
.sub_top_img.img05 { background: url(../img/sub_top05.jpg) center no-repeat; background-size: cover; opacity: 0.4; }
.sub_top_img.img06 { background: url(../img/sub_top06.jpg) center no-repeat; background-size: cover; opacity: 0.5; }

.sub_top_bg { position: absolute; animation: sub_top_bg 22s 0s linear infinite; }
.sub_top_bg.bg01 { left: 9%; bottom: -30%; }
.sub_top_bg.bg02 { right: -4%; bottom: -20%; }
.sub_top_bg.bg03 { left: -5%; bottom: -35%; }
.sub_top_bg.bg04 { left: 27%; bottom: -33%; }
.sub_top_bg.bg05 { left: 13%; top: -28%; }


.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: #ada693; text-align: center; animation: sub_top_txt 1.0s 0.6s both; }
.sub_top_txt h2 { font-family: 'copperplate'; font-size: 1.375rem; line-height: 100%; font-weight: 500; letter-spacing: 0rem; padding-left: 0rem; text-transform: uppercase; margin-top: -0rem; animation: sub_top_txt2 1.2s 1.4s both; }
.sub_top_txt h2 span { color: #0aa6b0; }

@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 {  }
	to{ letter-spacing: 3.5rem; padding-left: 4.125rem; }
}

#snb_wrap { width: 1100px; height: 65px; position: relative; margin: auto; margin-top: 0px; z-index: 99; }
#snb { width: 480px; height: 65px; position: absolute; right: 0; top: 0; opacity: 1; }
#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: #353f49; }
#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;filter: brightness(0); }
#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: #353f49; }
/*#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 #353f49; border-right: 1px solid #353f49; 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 #353f49; border-right: 1px solid #353f49; 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:#353f49; min-width:160px; font-weight:bold; }

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

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

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

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

.sub_ori { width: 100%; max-width: 1100px; margin: auto; background-color: #f3f3f3; text-align: left; padding: 25px 30px; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: center; }
.sub_ori>div { width: 55px; height: 55px; min-width: 55px; border-radius: 100%; background: #05364b url(../sub/ori.png) center no-repeat; margin-right: 18px; }
/* .sub_ori ul {  } */
.sub_ori ul li { font-size: 13px; line-height: 155%; color: #383838; font-weight: 500; letter-spacing: -1px; position: relative; }
.sub_ori ul li:before { content:'·'; 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_img_wrap { width: 100%; max-width: 1100px; margin: auto; height: auto; position: relative; padding-bottom: 80px; }
.sub_img_wrap img { width: 100%; max-width: 1100px; }
.sub_img_wrap img.half { width: 50%; float: left; }

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


ul.tabs2 { width: 100%; display: flex; justify-content: space-between; margin-bottom: 1.5rem; }
ul.tabs2.two { flex-wrap: wrap; }
ul.tabs2 li { width: 100%; color: #222; margin-left: 1%; text-align: center; cursor: pointer; font-size: 14px; height: 2.813rem; line-height: 2.813rem; 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: #2d3d47; border: 1px solid #2d3d47; }	
ul.tabs2 li.selected a, ul.tabs li.selected a:hover { color: #fff; }
ul.tabs2 li.active { color:#fff; background: #2d3d47; border: 1px solid #2d3d47; }



ul.tabs2.event { flex-wrap: wrap; justify-content: flex-start; margin-bottom: 1.5rem; gap: 0.625rem 1%; }
ul.tabs2.event li { overflow: hidden; width: 24.25%; margin-left: 0; margin-top: 0; box-sizing: border-box; }

.option_bt { width: 26.25rem; height: 4.0625rem; line-height: 3.9375rem; margin: auto; margin-top: 3.125rem; background-color: #2d3d47; color: #fff; font-size: 1.125rem; text-align: left; border-radius: 3.125rem; }
.option_bt a { width: 100%; height: 100%; display: block; background: url(sub/download_w.png) center right 35px no-repeat; padding-left: 2.5rem; box-sizing: border-box; }

.color_po {background-color: #651222;}
.color_po2 {background-color: #f39543;}

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

/**/

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

.sub_over_top { width: 100%; margin: auto; position: relative; display: flex; justify-content: space-between; align-items: flex-end; opacity: 0; }
.sub_over_top::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background: url(../sub/planning_bg.png) center no-repeat; background-size: cover; }

.sub_over_txt { position: absolute; right: 3.125rem; bottom: 1.25rem; z-index: 9; color: #fff; text-align: left; font-family: 'antro'; transition: 1.2s; }
.sub_over_txt h2 { font-size: 2.25rem; line-height: 154%; transform: rotate(-4deg); }
.sub_over_txt h2 span { display: inline-block; font-size: 4.25rem; margin-left: 10.5rem; }

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

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

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

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

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



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

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

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



/**/

.sub_brand_wrap { width: 100%; max-width: 1100px; margin: auto; height: auto; position: relative; padding-bottom: 6.25rem; }

.sub_brand_top { width: 100%; position: relative; overflow: hidden; }
.sub_brand_top_img { width: 100%; transform: scale(1.2); }
.sub_brand_top_img img { width: 100%; }
.sub_brand_tit { position: absolute; left: 4.5rem; top: 4.5rem; text-align: left; z-index: 9; opacity: 0; transform: translateX(5rem); }
.sub_brand_tit h4 { font-size: 1.25rem; line-height: 100%; }
.sub_brand_tit h2 { font-size: 1.875rem; line-height: 126%; font-weight: 200; margin-top: 1.375rem; }
.sub_brand_tit h2 b { font-weight: 700; }
.sub_brand_top h5 { font-family: 'Athena', sans-serif;  position: absolute; right: 3.75rem; bottom: 2rem; font-size: 1.5rem; line-height: 100%; color: #fff; z-index: 9; letter-spacing: 0; opacity: 0; transform: translateX(-5rem); }

.sub_brand_bottom { width: 100%; margin-top: 80px; }
.sub_brand_txt_box { width: 100%; }
.sub_brand_txt_box>div { transform: translateY(0); position: relative; display: flex; justify-content: center; align-items: center; }
.sub_brand_txt_box h2 { font-size: 2.8125rem; line-height: 100%; font-weight: 200; color: #122f5c; opacity: 0; transform: translateY(-3rem); }
.sub_brand_txt_box h2 b { font-weight: 600; }
.sub_brand_txt_box h3 { font-size: 2.375rem; line-height: 100%; font-weight: 200; letter-spacing: 4.5rem; padding-left: 3rem; color: #122f5c; }
.sub_brand_txt_box h3 b { font-weight: 600; letter-spacing: 2.5rem; padding-left: 2.5rem; margin-left: 1.5rem; }
.sub_brand_txt_box h3:first-child { opacity: 0; transform: translateX(-5rem); }
.sub_brand_txt_box h3:last-child { opacity: 0; transform: translateX(5rem); padding-left: 0; }
.sub_brand_logo { width: 6.125rem; transform: translateY(11px); opacity: 0; }
.sub_brand_txt_box p { font-size: 0.875rem; line-height: 214%; margin-top: 3.75rem; opacity: 0.7; opacity: 0; transform: translateY(3rem); }
.sub_brand_txt_box p br.tab { display: none; }

.sub_brand_content { position: relative; display: flex; justify-content: center; align-items: center; gap: 0 2.75rem; margin-top: 6.25rem; }
.sub_brand_content>div { opacity: 0; }
.sub_brand_content h4 { font-size: 0.8125rem; line-height: 100%; color: #000; margin-top: 1.125rem; font-weight: 500; }
.sub_brand_content p { font-size: 0.8125rem; line-height: 100%; color: #757575; margin-top: 0.625rem; }
.sub_brand_content p span { color: #ba9c55; }
.sub_brand_img { width: 100%; max-width: 227px; position: relative; }
.sub_brand_img img { width: 100%; filter: grayscale(0); transition: 0.6s; }
.sub_brand_img span { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
/* .sub_brand_img::after { content: ''; width: 0%; height: 1px; position: absolute; left: 0; top: 0; background-color: #fff; transition: 0.5s; z-index: 9; }
.sub_brand_img::before { content: ''; width: 0%; height: 1px; position: absolute; right: 0; bottom: 0; background-color: #fff; transition: 0.5s; z-index: 9; }
.sub_brand_img span::after { content: ''; width: 1px; height: 0%; position: absolute; right: 0; top: 0; background-color: #fff; transition: 0.5s; z-index: 9; }
.sub_brand_img span::before { content: ''; width: 1px; height: 0%; position: absolute; left: 0; bottom: 0; background-color: #fff; transition: 0.5s; z-index: 9; } */

.sub_brand_top.active .sub_brand_top_img { transform: scale(1); transition: 2.0s 0s; }
.sub_brand_top.active .sub_brand_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.sub_brand_top.active h5 { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.sub_brand_txt_box.active .sub_brand_logo { opacity: 1; transition: 1.5s 0.2s; }
.sub_brand_txt_box.active h3 { transform: translate(0); opacity: 1; transition: 1.5s 0.2s; }
.sub_brand_txt_box.active p { transform: translate(0); opacity: 1; transition: 1.2s 0.4s; }
.sub_brand_content.active>div:nth-child(1) { opacity: 1; transition: 1.2s 0.2s; }
.sub_brand_content.active>div:nth-child(2) { opacity: 1; transition: 1.2s 0.4s; }
.sub_brand_content.active>div:nth-child(3) { opacity: 1; transition: 1.2s 0.6s; }

/*  */

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

.sub_location_tit { transform: translate(0); position: relative; z-index: 9; display: inline-block; }
.sub_location_tit h5 { font-size: 1.5rem; line-height: 100%; opacity: 0.7; opacity: 0; transform: translateX(5rem); }
.sub_location_tit h3 { font-family: 'gg'; font-size: 2.625rem;  line-height: 125%; margin-top: 0.75rem; opacity: 0; transform: translateX(5rem); }
.sub_location_tit h2 { font-size: 2.625rem; line-height: 100%; font-weight: 500; margin-top: 0.75rem; display: inline-block; position: relative; opacity: 0; transform: translateX(5rem); margin-left: -0.25rem; }
.sub_location_tit h2 b { margin-right: 7.75rem; }
.sub_location_tit h2 span { line-height: 100%; display: flex; justify-content: flex-start; align-items: flex-end; gap: 0 1rem; position: relative; }
.sub_location_tit h2 span img { width: 8.3125rem; right: -8rem; bottom: -0.5rem; position: absolute; }
.sub_location_tit p { font-size: 1rem; line-height: 160%; margin-top: 1.875rem; opacity: 0.7; opacity: 0; transform: translateX(5rem); }

.sub_location_map_box { width: 100%; display: flex; justify-content: space-between; align-items: flex-end; position: relative; margin-top: 4.75rem; border: 1px solid #000; box-sizing: border-box; opacity: 0; border: none; margin-top: 3rem; }
.sub_location_map_wrap { width: 100%; position: relative; margin-left: 0%; }
.sub_location_map { width: 100%; height: 650px; position: relative; overflow: hidden; background-color: #f6f7f7; }
.sub_location_map_m { display: none; }
.sub_location_move { width: 600%; height: 600%; margin-left: -250%; margin-top: -148%; cursor: move; display: flex; justify-content: center; align-items: center; }
.sub_location_map img { width: 16.8%; }
.sub_location_map.active img { transform: scale(1.2); }
.sub_location_map.active2 img { transform: scale(1.45); }

.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: 80%; 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%; max-width: 988px; margin: auto; position: relative; margin-top: 4.5rem; }

.sub_location_content { width: 100%; }
.sub_location_content>div { width: 100%; display: flex; position: relative; }
.sub_location_content.con01>div { justify-content: flex-start; align-items: flex-end; margin-left: 0.375rem; }
.sub_location_content.con02>div { justify-content: flex-end; align-items: center; margin-top: 5.25rem; }
.sub_location_content.con03>div { justify-content: flex-start; align-items: center; margin-top: 4.625rem; }
.sub_location_content.con04 { display: flex; justify-content: center; align-items: flex-start; gap: 0 2.875rem; }
.sub_location_content.con04>div { width: auto; display: block; margin-top: 6.25rem; }
.sub_location_content.con04>div:first-child { margin-top: 17.625rem; }


.sub_location_img { overflow: hidden; opacity: 0; }
.sub_location_img img { transform: scale(1.15); width: 100%; }
.sub_location_content.con01 .sub_location_img img,
.sub_location_content.con04 .sub_location_img img { width: 18.8125rem; }
.sub_location_content.con02 .sub_location_img img,
.sub_location_content.con03 .sub_location_img img { width: 26.9375rem; }

.sub_location_txt_box { position: relative; z-index: 9; }
.sub_location_txt_box>div>span { display: block; width: 2.25rem; height: 1px; margin-bottom: 1.75rem; background-color: #000; }
.sub_location_txt_box p { font-size: 0.875rem; line-height: 178%; color: #7f7f7f; font-weight: 500; }
.sub_location_txt_box p b { color: #000; font-weight: 500; }
.sub_location_txt_box img { width: 32rem; position: absolute; right: -18.125rem; top: 5.25rem; z-index: 9; opacity: 0; transform: translateX(10rem); }
.sub_location_txt_box h1 { font-family: 'copperplate'; font-size: 6.9375rem; line-height: 100%; color: #c9c9c9; text-transform: uppercase; }

.sub_location_txt_box.box01 { margin-left: 2.25rem; }
.sub_location_txt_box.box01 h1 { font-size: 10.625rem; margin-left: -5.625rem; margin-bottom: 6.25rem; opacity: 0; transform: translateX(7rem); }
.sub_location_txt_box.box01>div { opacity: 0; transform: translateX(5rem); }
.sub_location_txt_box.box02 { margin-right: -6.25rem; margin-top: 1.625rem; }
.sub_location_txt_box.box02 h1 { opacity: 0; transform: translateX(-7rem); }
.sub_location_txt_box.box02>div { opacity: 0; transform: translateX(-5rem); }
.sub_location_txt_box.box03 { margin-left: 2.5rem; }
.sub_location_txt_box.box03 h1 { margin-left: 4rem; margin-bottom: 1.875rem; opacity: 0; transform: translateX(7rem);}
.sub_location_txt_box.box03>div { opacity: 0; transform: translateX(5rem); }
.sub_location_txt_box.box04 { position: absolute; left: -7.5rem; bottom: -6.5rem; }
.sub_location_txt_box.box04 h1 { margin-left: -3.125rem; margin-bottom: 18.75rem; opacity: 0; transform: translateX(-7rem); } 
.sub_location_txt_box.box04>div { opacity: 0; transform: translateX(-5rem); }
.sub_location_txt_box.box05 { margin-top: 2.5rem; }
.sub_location_txt_box.box05 h1 { position: absolute; right: 0; top: 0; transform: rotate(90deg) translate(8rem,-8.25rem); opacity: 0; transform-origin: right top; } 
.sub_location_txt_box.box05>div { opacity: 0; transform: translateX(5rem); }


.sub_location_tit.active h5 { transform: translate(0); opacity: 1; transition: 1.2s 0.2s; }
.sub_location_tit.active h3 { transform: translate(0); opacity: 1; transition: 1.2s 0.2s; }
.sub_location_tit.active h2 { transform: translate(0); opacity: 1; transition: 1.2s 0.2s; }
.sub_location_tit.active p { transform: translate(0); opacity: 0.7; transition: 1.2s 0.2s; }
.sub_location_map_box.active { opacity: 1; transition: 1.2s 0s; }


.sub_location_bottom.active { opacity: 1; transition: 1.2s 0s; }

.sub_location_content>div.active .sub_location_img { opacity: 1; transition: 1.2s 0s; }
.sub_location_content>div.active .sub_location_img img { transform: scale(1); transition: 2s 0s; }
.sub_location_content>div.active .sub_location_txt_box img { transform: translate(0); opacity: 1; transition: 1.5s 0.2s; }
.sub_location_content>div.active .sub_location_txt_box h1 { transform: translate(0); opacity: 1; transition: 1.5s 0.2s; }
.sub_location_content>div.active .sub_location_txt_box.box05 h1 { transform: rotate(90deg) translate(3rem,-8.25rem); opacity: 1; transition: 1.5s 0.2s; }
.sub_location_content>div.active .sub_location_txt_box>div { transform: translate(0); opacity: 1; transition: 1.2s 0.4s; }

/*  */

.sub_premium_wrap { width: 100%; max-width: 1100px; margin: auto; height: auto; position: relative; padding-bottom: 5.625rem; }

.sub_premium_wrap>div { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 6.875rem 3.5rem; }

.sub_premium_content { width: calc(50% - 1.8125rem); text-align: left; opacity: 0; }

.sub_premium_img { width: 100%; }
.sub_premium_img img { width: 100%; }

.sub_premium_txt_box { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: 1.5rem; }
.sub_premium_txt_box h5 { font-size: 0.875rem; line-height: 100%; opacity: 0.7; }
.sub_premium_txt_box h2 { font-size: 1.625rem; line-height: 100%; font-weight: 700; margin-top: 0.5rem; }
.sub_premium_txt_box img { margin-right: 1.625rem; }


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

/*  */

/*premium*/
      .sub_pre_wrap{ display: flex; justify-content: center; align-items: center; gap: 5.25rem; flex-wrap: wrap; padding-bottom: 3.25rem;}
      .sub_pre_wrap>div{ width: 75%; max-width: 1034px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
      .sub_pre_content{ width: 33.3%; height: 20rem; opacity: 0;}
      .sub_pre_content>div{ position: relative; width: 100%; height: 100%;}
      .sub_pre_content p{font-size: 0.9375rem; padding-top: 3.7rem; line-height: 166%; margin-bottom: 1.25rem; font-weight: bold; color: #c15827;}
      .sub_pre_img{width: 100%;}
      .sub_pre_content h5 { font-size: 0.9375rem; font-weight: 500; opacity: .7; margin-top: 1.9rem }
      .sub_pre_content h6 { font-size: 1.5rem; margin-bottom: 1.25rem; font-weight: bold; }
      .sub_pre_content span{ width: 100%; height: 100%; display: block; position: absolute; z-index: -1; left: 0; top: 0;}
      .sub_pre_content span::before { content: ''; width: 0%; height: 1px; position: absolute; background-color: #9a9a9a; left: 0; right: 0; bottom: 0; margin: auto; }
      .sub_pre_content span::after { content: ''; width: 1px; height: 0%; position: absolute; background-color: #9a9a9a; right: 0; top: 0; bottom: 0; margin: auto; }
                    
      .sub_pre_content.active{opacity: 1; transition: 1.2s 0.2s;}
      .sub_pre_content.active span::before {width: 95%; transition: 2.5s 0.2s;}
      .sub_pre_content.active span::after {height: 95%; transition: 2.5s 0.2s;}
      .sub_pre_content.active:nth-child(n+7) span::before{width: 0;}
      .sub_pre_content.active:nth-child(3n) span::after{height: 0;}
      
      .pre_txt{display: flex; align-items: anchor-center;}
/*//premium*/

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

.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; flex-wrap: wrap; }

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

.sub_contact_map_box { width: 100%; width: 658px; height: 397px; border: 1px solid #cecece; position: relative; }
.sub_contact_map_box::before { content: ''; width: 0; height: 1px; position: absolute; left: -1px; top: -1px; background-color: #000; transition: 0.5s; }
.sub_contact_map_box::after { content: ''; width: 0; height: 1px; position: absolute; right: -1px; bottom: -1px; background-color: #000; transition: 0.5s; }
.sub_contact_map_box img { width: 100%; }

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

.sub_contact_box { width: 100%; display: flex; justify-content: flex-start; align-items: flex-end; gap: 3.25rem; border-bottom: 1px solid #b1b1b1; margin-bottom: 2.625rem; padding-bottom: 2.625rem; }
.sub_contact_box:last-child { margin: 0; padding: 0; border: none; }

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

.sub_contact_txt_box { width: auto; margin: 1.5625rem 0; margin: 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; display: block; }
.sub_contact_add h4 { font-size: 1.375rem; line-height: 100%; font-weight: 600; }
.sub_contact_add p { font-size: 0.9375rem; line-height: 140%; margin-top: 0.5rem; }
.sub_contact_top .sub_contact_add { margin-top: 3.125rem; }

.sub_contact_bt { display: flex; justify-content: flex-start; align-items: center; margin-right: 0; margin-top: 2.5rem; gap: 0.3125rem; }
.sub_contact_bt a { display: block; }

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

.map_marker { font-family: 'Pretendard'; width: auto; height: 36px; border: 2px solid #042f41; background-color: #fff; border-radius: 25px; text-align: center; display: flex; justify-content: center; align-items: center; padding: 0 15px; position: relative;
box-sizing: border-box; }
.map_marker p { font-size: 13px; line-height: 100%; color: #000; font-weight: 600; }
.map_marker:after { content:''; width: 0px; height: 0px; border-top: 8px solid #042f41; border-left: 5px solid transparent; border-right: 5px solid transparent; position: absolute; left: 0; right: 0; bottom: -8px; 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: 494px; display: flex; justify-content: space-between; align-items: center; overflow: hidden; }

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

.sub_gongo_txt_box { width: 40%; height: 100%; display: flex; flex-direction: column; justify-content: space-between; text-align: left; }
.sub_gongo_txt_box>div { width: 100%; height: 50%; border: 1px solid #b2b2b2; box-sizing: border-box; margin-bottom: 5%; position: relative; }
.sub_gongo_txt_box>div>a { width: 100%; height: 100%; display: block; box-sizing: border-box; padding: 50px 30px 45px; }
.sub_gongo_txt_box>div:nth-child(2) { margin-bottom: 0; }
.sub_gongo_logo { margin-left: 2px; 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 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; }

/**/



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

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

.sub_vr_bt_box { width: 100%; display: flex; justify-content: flex-end; margin-top: 15px; }
.sub_vr_bt_box ul { width: 100%; max-width: 600px; display: flex; justify-content: flex-end; }
.sub_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; }
.sub_vr_bt_box ul li a{ width: 100%; height: 100%; display: block; }
.sub_vr_bt_box ul li:nth-child(1) { background-color: #2b3c49; margin-left: 0; }
.sub_vr_bt_box ul li:nth-child(2) { background-color: #888; }
.sub_vr_bt_box ul li:nth-child(3) { background-color: #000; }

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

.sub_vr_pop ul.tabs3 { display: flex; justify-content: space-between; float: none; margin-bottom: 15px; }
.sub_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; }
.sub_vr_pop ul.tabs3>li>a { padding: 0; letter-spacing: 0; line-height: 55px; display: block; }
.sub_vr_pop ul.tabs3>li:first-child { margin-left:0; border-left: 1px solid #ccc; }
.sub_vr_pop ul.tabs3 li.selected, .sub_vr_pop ul.tabs li.selected:hover { background-color: #0c311f !important; border: 1px solid #0c311f !important; }
.sub_vr_pop ul.tabs3 li.selected a, .sub_vr_pop ul.tabs li.selected a:hover { color: #fff; }

.sub_vr_pop ul.tabs2 { display: flex; justify-content: space-between; float: none; margin-bottom: 0rem; }
.sub_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; }
.sub_vr_pop ul.tabs2>li>a { padding: 0; letter-spacing: 0; display: block; line-height: 40px; }
.sub_vr_pop ul.tabs2>li:first-child { margin-left:0; border-left: none; }
.sub_vr_pop ul.tabs2 li.selected, .sub_vr_pop ul.tabs li.selected:hover { background: #fff; border: #f3f3f3; border-top: 2px solid #0c311f; }
.sub_vr_pop ul.tabs2 li.selected a, .sub_vr_pop ul.tabs li.selected a:hover { color: #444; }


/*  */

.sub_pr_wrap { width: 100%; height: auto; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; text-align: center; }
.sub_pr_wrap>div { width: 100%; max-width: 1100px; position: relative; z-index: 9; }

/* .sub_pr_vd { position: relative; width: 100%; padding-bottom: 56.25%; height: 0; z-index: 999; margin-bottom: 0px; }
.sub_pr_vd iframe { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; } */
.sub_pr_vd { width: 100%; max-width: 1100px; position: relative; margin: auto; display: flex; justify-content: center; align-items: center; z-index: 9; }
.sub_pr_vd iframe { width: 100%; aspect-ratio: 16/9 !important; }
.sub_pr_vd.shorts { width: 70%; max-width: 350px; }
.sub_pr_vd.shorts iframe { aspect-ratio: 9/16 !important; }

.sub_pr_vd.sub { max-width: 1100px; margin-top: 3.25rem; }
.sub_pr_vd.over { max-width: 1100px; margin-bottom: 4.75rem; }

.tabs2.pr { gap: 0.625rem 1%; }
.tabs2.pr li { width: 100%; margin-left: 0; box-sizing: border-box; }
.tabs2.pr li:nth-child(4) { margin-left: 0; }
/* .tabs2.pr li:nth-last-child(-n+6) { width: 32.66%; } */

/**/
