
::-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.locked { touch-action:none; -webkit-overflow-scrolling:none; overflow:hidden; overscroll-behavior:none; }

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

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

/*  */


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

#cursor {
  position: fixed;
  z-index: 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: -43px; 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: -43px; 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: #888; 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: #888; 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; }

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

  #cursor.arrow .cursor__circle{
    width: 80px;
    height: 80px;
    background-color: transparent;
    border-color: #004e71;
  }

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

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

  #cursor.drag2 .cursor__circle{
    width: 80px;
    height: 80px;
    background-color: transparent;
    border-color: transparent;
  }
  #cursor.drag2 .cursor_drag { 
    width: 80px;
    height: 80px;
	opacity: 1;
  }
  /* #cursor.drag2 .cursor_drag { background-color: transparent; border: 1px solid #fff; } */
  #cursor.drag2 .cursor_drag { background-color: #fff; border: 1px solid #fff; }
  #cursor.drag2 .cursor_drag p { color: #000; }
  #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.4; }
	70% { opacity: 0.4; }
	100% { opacity: 0; }
}


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

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

/*  */

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

/**/

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


.intro_wrap { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9999; display: flex; justify-content: center; align-items: center; }
.intro_wrap::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: #000; z-index: 7; transition: 0.8s; opacity: 1;}

.intro_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 5; transition: 0.8s; opacity: 1; background-color: #000; overflow: hidden; }
.intro_img::before { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/intro_img.jpg) center bottom no-repeat; background-size: cover; z-index: 2; transition: 1.5s; }

.intro_tit { width: 100%; height: 100%; position: absolute; z-index: 5; z-index: 10; text-align: center; display: flex; justify-content: center; align-items: center; transition: 0.8s; }
.intro_tit h1, .intro_tit .h1x { font-size: 2.0625rem; line-height: 100%; display: flex; justify-content: center; align-items: center; color: #fff; gap: 0.368rem; }
.intro_tit h1 b, .intro_tit .h1x b { display: flex; justify-content: center; align-items: center; overflow: hidden; padding-bottom: 0.125rem; }
.intro_tit h1 b i, .intro_tit .h1x b i { font-weight: 400; display: inline-block; opacity: 0; transform: translateY(101%); transition-duration: 1.2s; transition-delay: 0s; transition-timing-function: ease; }
.intro_tit h1 b i.spacing, .intro_tit .h1x b i.spacing { margin-right: 0.75rem; }
.intro_tit h1 span.space, .intro_tit .h1x span.space { width: 0rem; }

.intro_tit h1 b i, .intro_tit .h1x b i { transition-delay: calc(var(--i) * 0.06s); }

.intro_tit.tit03,.intro_tit.tit04 { font-family: 'trajan'; }
.intro_tit.tit03 h1, .intro_tit.tit03 .h1x { gap: 2.25rem;  font-size: 1.6875rem;}
.intro_tit.tit03 h1 b, .intro_tit.tit03 .h1x b { gap: 0.875rem; }

.intro_tit.tit04 { opacity: 0; flex-direction: column; color: #fff; }
.intro_tit.tit04 h4 { font-size: 1.75rem; line-height: 100%; text-transform: uppercase; }
.intro_tit.tit04 h2 { font-size: 7.625rem; line-height: 100%; margin-top: 1.375rem; }

/* 로고애니메이션 */
.main_logo_box { width: 100%; height: 100%; position: absolute !important; left: 0; top: 0%; z-index: 10 !important; }
.main_logo { width: 377px; height: 443px; position: absolute; z-index: 7; left: 0; top: 0; right: 0; bottom: 0; margin: auto; background: url(../img/intro_logo.png) center no-repeat; background-size: cover; opacity: 0; }
.main_logo::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; background: url(../img/intro_logo_w.png) center no-repeat; background-size: cover; z-index: 2; clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%); }
.main_logo_txt { width: 144px; position: absolute; left: 0; right: 0; margin: auto; bottom: -2.75rem; opacity: 0; transform: translateY(3rem); }

.main_line_box { width: 377px !important; height: 443px !important; position: absolute !important; left: 0; right: 0; top: 0%; bottom: 0; margin: auto; transform: translate(0) !important; }
.main_line_box>div { position: absolute; }
.main_line_box>div::after { content: ''; position: absolute; background-color: #fff; }
.main_line01 { width: 1px; height: 86.1%; left: 0; top: 0; }
.main_line02 { width: 32.6%; height: 1px; left: 0; top: 86.1%; transform: rotate(30deg); transform-origin: left top; }
.main_line03 { width: 1px; height: 90.9%; left: 46.7%; top: 0; }
.main_line04 { width: 21.8%; height: 1px; left: 46.7%; top: 90.7%; transform: rotate(30deg); transform-origin: left top; }
.main_line05 { width: 1px; height: 90.9%; right: 15.6%; top: 0; }
.main_line06 { width: 18%; height: 1px; right: 15.6%; top: 90.9%; transform: rotate(150deg); transform-origin: right top; }

.main_line07 { width: 21.4%; height: 1px; left: 0; top: 0%; transform: rotate(30deg); transform-origin: left top; }
.main_line08 { width: 1px; height: 67.9%; left: 18.4%; top: 9.3%; }
.main_line09 { width: 32.6%; height: 1px; left: 18.4%; top: 76.9%; transform: rotate(30deg); transform-origin: left top; }
.main_line10 { width: 1px; height: 61.3%; left: 21.2%; top: 17.2%; }
.main_line11 { width: 7.7%; height: 1px; left: 21.3%; top: 17.3%; transform: rotate(30deg); transform-origin: left top; }
.main_line12 { width: 1px; height: 61.3%; left: 27.7%; top: 20.4%; }
.main_line13 { width: 21.3%; height: 1px; left: 46.6%; bottom: 8.8%; transform: rotate(150deg); transform-origin: left top; }
.main_line14 { width: 21.7%; height: 1px; left: 46.7%; top: 0%; transform: rotate(30deg); transform-origin: left top; }
.main_line15 { width: 1px; height: 72.5%; left: 65.3%; top: 9.3%; }
.main_line16 { width: 21.8%; height: 1px; left: 65.4%; top: 81.7%; transform: rotate(30deg); transform-origin: left top; }
.main_line17 { width: 21.2%; height: 1px; left: 84%; bottom: 8.8%; transform: rotate(150deg); transform-origin: left top; }
.main_line18 { width: 18.2%; height: 1px; left: 84.2%; top: 0%; transform: rotate(30deg); transform-origin: left top; }
.main_line19 { width: 1px; height: 75.3%; right: 0; top: 7.9%; }
.main_line20 { width: 21.2%; height: 1px; left: 0%; bottom: 13.7%; transform: rotate(-30deg); transform-origin: left top; }
.main_line21 { width: 21.2%; height: 1px; left: 46.8%; bottom: 9.1%; transform: rotate(-30deg); transform-origin: left top; }

.main_line01::after { left: 0; bottom: 0; width: 100%; height: 0; }
.main_line02::after { left: 0; top: 0; width: 0; height: 100%; }
.main_line03::after { left: 0; bottom: 0; width: 100%; height: 0; }
.main_line04::after { left: 0; top: 0; width: 0; height: 100%; }
.main_line05::after { left: 0; bottom: 0; width: 100%; height: 0; }
.main_line06::after { right: 0; top: 0; width: 0; height: 100%; }

.main_line07::after { right: 0; top: 0; width: 0; height: 100%; }
.main_line08::after { left: 0; top: 0; width: 100%; height: 0; }
.main_line09::after { right: 0; top: 0; width: 0; height: 100%; }
.main_line10::after { left: 0; bottom: 0; width: 100%; height: 0; }
.main_line11::after { right: 0; top: 0; width: 0; height: 100%; }
.main_line12::after { left: 0; top: 0; width: 100%; height: 0; }
.main_line13::after { left: 0; top: 0; width: 0; height: 100%; }
.main_line14::after { right: 0; top: 0; width: 0; height: 100%; }
.main_line15::after { left: 0; top: 0; width: 100%; height: 0; }
.main_line16::after { right: 0; top: 0; width: 0; height: 100%; }
.main_line17::after { left: 0; top: 0; width: 0; height: 100%; }
.main_line18::after { right: 0; top: 0; width: 0; height: 100%; }
.main_line19::after { left: 0; top: 0; width: 100%; height: 0; }
.main_line20::after { left: 0; top: 0; width: 0; height: 100%; }
.main_line21::after { left: 0; top: 0; width: 0; height: 100%; }



.intro_vd_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
}

.intro_vd_box { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 1; background-color: #000; overflow: hidden; z-index: 5; opacity: 0; }
.intro_vd { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; padding-bottom: 56.25%; height: 0; z-index: 2; opacity: 1; opacity: 0.7; }
.intro_vd:after { content:''; width: 100%; height: 100%; position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; z-index: 5; background: url(https://pentahillsw.co.kr/img/intro_vd.jpg) center no-repeat; background-size: cover; z-index: 1; }
.intro_vd iframe { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; }
.intro_vd video { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; object-fit: cover; }

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

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

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

@media screen and (min-width: 767px) and (max-width: 1440px) and (orientation: portrait) {
	.intro_vd iframe { width: 260%; height: 260%; }
    .intro_vd::before { width: 260%; height: 260%; }
}

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




/* 바둑판 백그라운드 */

.main_bg_box { width: 100%; height: 100%; position: absolute; opacity: 0; left: 0; top: 0; z-index: 7; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }
.main_bg_box>div { width: 20%; height: 25%; background-color: #11284e; opacity: 1; transition-duration: 0.5s; }

.main_bg_box>div:nth-child(11) { transition-delay: 0.0s; }
.main_bg_box>div:nth-child(5)  { transition-delay: 0.1s; }
.main_bg_box>div:nth-child(19) { transition-delay: 0.2s; }
.main_bg_box>div:nth-child(1)  { transition-delay: 0.3s; }
.main_bg_box>div:nth-child(15) { transition-delay: 0.4s; }
.main_bg_box>div:nth-child(7)  { transition-delay: 0.5s; }
.main_bg_box>div:nth-child(17) { transition-delay: 0.6s; }
.main_bg_box>div:nth-child(3)  { transition-delay: 0.7s; }
.main_bg_box>div:nth-child(13) { transition-delay: 0.8s; }
.main_bg_box>div:nth-child(9)  { transition-delay: 0.9s; }

.main_bg_box>div:nth-child(8)  { transition-delay: 1.0s; }
.main_bg_box>div:nth-child(2)  { transition-delay: 1.1s; }
.main_bg_box>div:nth-child(20) { transition-delay: 1.2s; }
.main_bg_box>div:nth-child(12) { transition-delay: 1.3s; }
.main_bg_box>div:nth-child(6)  { transition-delay: 1.4s; }
.main_bg_box>div:nth-child(14) { transition-delay: 1.5s; }
.main_bg_box>div:nth-child(4)  { transition-delay: 1.6s; }
.main_bg_box>div:nth-child(18) { transition-delay: 1.7s; }
.main_bg_box>div:nth-child(10) { transition-delay: 1.8s; }
.main_bg_box>div:nth-child(16) { transition-delay: 1.9s; }



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

.main_wrap.intro2 .intro_img::before { background: url(../img/intro_img.jpg) center bottom no-repeat; background-size: cover; transition: 10s 0s; }
.main_wrap.intro2 .intro_wrap::before,
.main_wrap.intro2 .intro_tit.tit01 b i { opacity: 0; transition: 1.5s 0s; }

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

/* .main_wrap.intro3 .intro_tit.tit02 b i { opacity: 0; transition: 1.5s 0s; }

.main_wrap.intro3b .intro_tit.tit03 b i { opacity: 1; transform: translate(0); transition-duration: 2.0s; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);} */
/* .main_wrap.intro3b .intro_img::before { opacity: 0.3; transition: 1.5s 2.5s; } */
.main_wrap.intro3 .intro_wrap::before { opacity: 0; transition: 1.5s 0s; }

.main_wrap.intro4 .intro_img::before { opacity: 0.3; transition: 1.5s 0.6s; }
.main_wrap.intro4 .intro_tit.tit03 b i { opacity: 0; transition: 1.5s 0s; }

.main_wrap.intro5 .main_line01::after { height: 100%; transition: 1.5s 0.2s; }
.main_wrap.intro5 .main_line02::after { width: 100%; transition: 1.5s 0.2s; }
.main_wrap.intro5 .main_line03::after { height: 100%; transition: 1.5s 0.2s; }
.main_wrap.intro5 .main_line04::after { width: 100%; transition: 1.5s 0.2s; }
.main_wrap.intro5 .main_line05::after { height: 100%; transition: 1.5s 0.2s; }
.main_wrap.intro5 .main_line06::after { width: 100%; transition: 1.5s 0.2s; }
.main_wrap.intro5 .main_line07::after { width: 100%; transition: 1.0s 0.7s; }
.main_wrap.intro5 .main_line08::after { height: 100%; transition: 1.0s 0.7s; }
.main_wrap.intro5 .main_line09::after { width: 100%; transition: 1.0s 0.7s; }
.main_wrap.intro5 .main_line10::after { height: 100%; transition: 1.0s 0.7s; }
.main_wrap.intro5 .main_line11::after { width: 100%; transition: 1.0s 0.7s; }
.main_wrap.intro5 .main_line12::after { height: 100%; transition: 1.0s 0.7s; }
.main_wrap.intro5 .main_line13::after { width: 100%; transition: 1.0s 0.7s; }
.main_wrap.intro5 .main_line14::after { width: 100%; transition: 1.0s 0.7s; }
.main_wrap.intro5 .main_line15::after { height: 100%; transition: 1.0s 0.7s; }
.main_wrap.intro5 .main_line16::after { width: 100%; transition: 1.0s 0.7s; }
.main_wrap.intro5 .main_line17::after { width: 100%; transition: 1.0s 0.7s; }
.main_wrap.intro5 .main_line18::after { width: 100%; transition: 1.0s 0.7s; }
.main_wrap.intro5 .main_line19::after { height: 100%; transition: 1.0s 0.7s; }
.main_wrap.intro5 .main_line20::after { width: 100%; transition: 1.0s 0.7s; }
.main_wrap.intro5 .main_line21::after { width: 100%; transition: 1.0s 0.7s; }

.main_wrap.intro6 .main_line_box { opacity: 0; transition: 1.5s 0s; }
.main_wrap.intro6 .main_logo { opacity: 1; transition: 1.5s 0s; }
.main_wrap.intro6 .intro_img::before { opacity: 0.15; transition: 1.5s 0.5s; }

.main_wrap.intro7 .main_bg_box { opacity: 1; transition: 1.5s 0s; }
.main_wrap.intro7 .main_logo_box { opacity: 0; transition: 1.4s 1.8s; }
.main_wrap.intro7 .intro_vd_box { opacity: 1; transition: 1.5s 1.5s; }

.main_wrap.intro8 .intro_tit.tit04 { opacity: 1; transition: 2.0s 0s; }

.main_wrap.intro9 .main_bg_box>div { opacity: 0; }

.main_wrap.intro10 .intro_tit.tit04 { opacity: 0; transition: 1.8s 0s; }

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

.main_wrap.intro12 .intro_vd { opacity: 0.1; transition: 1.5s 0s; }




/*  */

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

.main01,.main02 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }

.main_vd_box { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 1; background-color: #000; overflow: hidden; z-index: 5; opacity: 1; }
.main_vd { position: absolute; top: 53%; transform: translate(-50%,-50%); left: 50%; width: 100%; padding-bottom: 56.25%; height: 0; z-index: 2; opacity: 1; transition: 0.8s; }
.main_vd:after { content:''; width: 100%; height: 100%; position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; z-index: 5; background: url(https://pentahillsw.co.kr/img/intro_vd.jpg) center no-repeat; background-size: cover; z-index: 1; }
.main_vd_box::before { content: ''; width: 100%; height: 100%; left: 0; top: 0; position: absolute; background: url(../img/main_bg.png)no-repeat center / cover; z-index: 7; opacity: 0; transition: 0.8s; }
.main_vd iframe { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; }
.main_vd video { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; object-fit: cover; }

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

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

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

@media screen and (min-width: 767px) and (max-width: 1440px) and (orientation: portrait) {
	.main_vd iframe { width: 260%; height: 260%; }
    .main_vd::before { width: 260%; height: 260%; }
}

@media all and (max-width: 767px) { 
	.main_vd iframe { width: 370%; height: 370%; }
    .main_vd::before { width: 370%; height: 370%; }
}



.main_txt_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; display: flex; justify-content: center; align-items: center; padding-top: 1px; }
.main_txt_box>div { text-align: center; color: #fff; position: relative; transform: translateY(-16rem); }
/* .main_txt_box>div::after { content: ''; width: 140%; height: 140%; position: absolute; left: -18%; top: -18%; background-color: #122f5c; z-index: -1; opacity: 0; } */
.main_txt_box ul { display: flex; justify-content: center; align-items: center; gap: 1.625rem; opacity: 0; transform: translateY(-3rem); }
.main_txt_box ul li { font-size: 0.9375rem; font-size: 18px; line-height: 100%; position: relative; font-weight: 300; letter-spacing: 0; }
.main_txt_box ul li b { font-weight: 600; }
.main_txt_box ul li::before { content: ''; width: 1px; height: 0.75rem; position: absolute; left: -0.8125rem; top: 1px; bottom: 0; margin: auto; background-color: #fff; }
.main_txt_box ul li:first-child::before { display: none; }
.main_txt_box h4 { font-size: 1.875rem; line-height: 100%; font-weight: 200; letter-spacing: 0; }
.main_txt_box h2 { font-size: 3.375rem; font-size: 4.1875rem; font-size: 3.5rem; line-height: 100%; margin-top: 0.5rem; font-weight: 200; letter-spacing: -0.1875rem; letter-spacing: 0; }
.main_txt_box h2 b { font-weight: 600; }
.main_txt_box h2 b span { font-size: 4.75rem; display: inline-block; transform: translateY(0.1875rem); }
.main_txt_box>div>div { opacity: 0; transform: translateY(3rem); display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 1.5rem; }
.main_txt_box img { width: 4.75rem; }

.main_logo2 { width: 100%; display: flex; justify-content: center; align-items: center; position: absolute; z-index: 9; bottom: 6.0625rem; opacity: 0; transform: translateY(4rem);}
.main_logo2 img { max-width: 130px; }
.main_ori { position: absolute; text-align: center; width: 100%; bottom: 2.375rem; z-index: 9; font-size: 0.75rem; color: #fff; opacity: 0; }


.main_kakao {  width: 5.75rem; height: 5.75rem; /* background-color: #ffe202; */ background-color: #fff; margin: auto; border-radius: 100%; z-index: 99; cursor: pointer; position: absolute; right: 3.875rem; bottom: 11.875rem; display: flex; justify-content: center; align-items: center; opacity: 1; cursor: default; transition: 1.0s 0s; opacity: 0; }
.main_kakao p { font-size: 0.6875rem; line-height: 120%; color: #000; position: relative; z-index: 9; font-weight: 700; /* transform: translateY(0.1875rem); */ margin-top: 4px; }


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


.main_quick { width: 28.75rem; height: 3.75rem; position: absolute; left: 0rem; bottom: 31.5rem; z-index: 90; display: flex; justify-content: center; align-items: flex-end; 
  transform: rotate(90deg) translateY(100%); transform-origin: left bottom; }
.main_quick a { display: flex; justify-content: flex-start; align-items: center; width: 100%; height: 100%; color: #fff; text-align: left; gap: 0.5rem; position: relative; border: 1px solid rgba(255,255,255,0.3); border-bottom: none; padding-left: 1.25rem; box-sizing: border-box; }
.main_quick a:last-child { border-left: none; }

.main_quick_icon { border-radius: 100%; display: flex; justify-content: center; align-items: center; }
.main_quick_icon.icon01 img { margin-top: 0.25rem; }
.main_quick_icon.icon02 { width: 1.875rem; height: 1.875rem; background-color: #fff; border-radius: 100%; }
.main_quick_icon.icon02 img { width: 0.75rem; }
.main_quick p { font-size: 0.875rem; line-height: 100%; }
.main_quick span { width: 12px; height: 12px; position: absolute; right: 1.25rem; top: 0; bottom: 0; margin: auto; }
.main_quick span::before { content: ''; width: 1px; height: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; }
.main_quick span::after { content: ''; height: 1px; width: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; }

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


.main_ba { width: 7.3rem; height: 7.3rem; margin: auto; margin-left:1rem; border-radius: 100%; z-index: 9; cursor: pointer; position: relative; display: flex; justify-content: center; align-items: center; background:#004976; border:5px solid #fff;}
.main_ba a { cursor: default; }
.main_ba p { font-size: 1.075rem; line-height: 128%; color: #fff;  font-weight: 700;}

/* .main_guest.show { opacity: 1; } */
.main_guest.hide { opacity: 0 !important; }

.main_guest.white .main_guest_bg.white { opacity: 1; }
.main_guest.white .main_guest_bg.black { opacity: 0; }
.main_guest.white p { color: #fff; }

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


.main02 { display: flex; justify-content: center; align-items: center; }
.calendar_box { position: relative; z-index: 10; color: #fff; transform: translateY(3rem);}
.cal_tit_box { opacity: 0; transform: translateY(-5rem); transition: 0.8s;}
.cal_tit_box h2 { font-family: 'futura'; font-size: 3.4375rem; line-height: 100%; font-weight: 600;}
.cal_tit_box h2 b { color: transparent; -webkit-text-stroke: 1px #fff; }
.cal_tit_box p { font-size: 1rem; line-height: 100%; margin-top: 1rem;}

.cal_content { position: relative; z-index: 4; width: 100%; max-width: 1130px; display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; gap: 7.5rem; opacity: 0; transform: translateY(3rem); transition: 0.8s; margin-top: 2.875rem; }
.cal_content ul { width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; gap: 0.75rem; flex-wrap: wrap; }
.cal_content ul li { width: calc(16.666% - 0.75rem); height: 10.9375rem; text-align: center; transition: 0.3s; border: 1px solid rgba(255,255,255,0.3); box-sizing: border-box; position: relative; display: flex; justify-content: center; align-items: center; }
.cal_content ul li h3 { font-family: 'Futura Std'; font-size: 1.25rem; line-height: 100%; font-weight: 600; white-space: nowrap; }
.cal_content ul li p { font-size: 0.875rem; line-height: 128%; opacity: 1; margin-top: 0.375rem; }
.cal_content ul li:nth-child(n+7) { width: calc(50% - 0.75rem); height: 7.125rem; }
.cal_box { width:100%; height:100%; margin:0 auto; display: flex; justify-content: center; align-items: center; padding:0 2rem;}
.cal_content ul li:nth-child(n+7) .cal_box>div { display: flex; align-items: center; gap: 1.25rem; }
.cal_content ul li:nth-child(n+7) p { transform: translateY(-2px);}
.cal_box span { width: 2px; height: 0.75rem; background-color: #fff; display: inline-block; }

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

.cal_content ul li:hover { color: #b9967b; }
.cal_content ul li:hover .main_cal_over::before,
.cal_content ul li:hover .main_cal_over::after { height: calc(100% + 2px); }
.cal_content ul li:hover .main_cal_over span::before,
.cal_content ul li:hover .main_cal_over span::after { width: calc(100% + 2px); }
.cal_content ul li:hover .cal_box span { background-color: #b9967b;}

.calendar_btn { opacity: 0; transform: translateY(2rem); transition: .4s; margin:0 auto; margin-top:4.25rem; z-index: 10; position: relative;}
.calendar_btn ul { display: flex; justify-content: center; gap: 1rem; margin:0 auto; }
.calendar_btn ul li a { width: 12.375rem; font-size:1rem;  padding: 1.2rem 2.5rem; border: 1px solid rgba(255,255,255,0.3); border-radius: 100px; transition: .2s; display: flex; justify-content: space-between; align-items: center;}
       
.calendar_btn ul li img {filter: brightness(0) invert(1); transition: .2s;}
.calendar_btn ul li:hover a{background: #fff; color: #000; transition: .2s;}
.calendar_btn ul li:hover a img{  filter: brightness(0) invert(0); transition: .2s;}


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

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




.main_wrap.on .main_vd_box::before { opacity: 1; }
.main_wrap.on .main_kakao { transform: translate(0); opacity: 1; transition: 1.2s 0s; }
.main_wrap.on .main_txt_box>div::after { opacity: 0.9; transition: 1.5s 0s; }
.main_wrap.on .main_txt { transform: translate(0); opacity: 1; transition: 1.5s 0.2s; }
.main_wrap.on .main_txt_box h2 { transform: translate(0); opacity: 1; transition: 1.5s 0.2s; }
.main_wrap.on .main_txt_box ul { transform: translate(0); opacity: 1; transition: 1.5s 0.2s; }
.main_wrap.on .main_txt_box>div>div { transform: translate(0); opacity: 1; transition: 1.5s 0.7s; }
.main_wrap.on .main_txt_box .main_txt_logo01 { transform: translate(0); opacity: 1; transition: 1.5s 0.2s; }
.main_wrap.on .main_txt_box .main_txt_logo02 { transform: translate(0); opacity: 1; transition: 1.5s 0.7s; }
.main_wrap.on .main_tit.tit05>div { opacity: 1; transition: 2.5s 0.7s; }
.main_wrap.on .main_tit.tit05>div img { transform: translate(25vw,28vh); transition: 2.0s 0.2s; }
.main_wrap.on .main_quick,
.main_wrap.on2 .main_quick { transform: rotate(90deg) translateY(0); transition: 1.2s 0.7s; }
.main_wrap.on .main_thumb_box { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.main_wrap.on .main_logo2 { opacity: 1; transform: translate(0); transition: 1.5s 1.2s; }
.main_wrap.on .main_ori,
.main_wrap.on2 .main_ori { opacity: 0.7; transition: 1.5s 1.2s; }
.main_wrap.on .main_guest,
.main_wrap.on2 .main_guest { transform: translate(0); opacity: 1; transition: 1.2s 1.2s; }

.main_wrap.on2 .main_vd { opacity: 0.2; }
.main_wrap.on2 .cal_tit_box { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.main_wrap.on2 .cal_content { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.main_wrap.on2 .calendar_btn { opacity: 1; transform: translate(0); transition: 1.2s 1.2s; }
.main_wrap.on2 .cal_cy_btn { opacity: 1; transform: translate(0); transition: 1.2s 1.2s; }
.main_wrap.on2 .cal_by_bn { opacity: 1; transition: 1.2s 0.8s; }






/**/

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

.sum_wrap { width: 100%; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; color: #000;}
.sum_wrap>div { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }

.sum_bg { width: 100%; height: 100%; position: relative; }
.sum_bg::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/summary_bg.jpg)no-repeat bottom / cover; transform: scale(1.1); transition: transform 3s, background-position 1.2s; }

.sum_tit_box { width: 29%; height: 100%; position: absolute; left: 0; top: 0; text-align: left; display: flex; justify-content: flex-end; opacity: 0; transform: translateX(-4rem); transition: 1.2s; }
.sum_tit_box>div { transform: translateY(13.5625rem);}
.sum_tit_box h2 { font-family: 'Nanum Myeongjo', serif; font-size: 2.1875rem; color: #11284e; line-height: 128%;}
.sum_tit_box p { font-size: 0.9375rem; line-height: 190%; opacity: 0.7; margin-top: 1.875rem;}

.sum_box { }
.sum_content { width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; z-index: 9; color: #000; }
.sum_content>div { max-width: 1510px; display: flex; justify-content: center; align-items: center; position: relative; gap:8rem;/*  transform: translateY(-5rem); */ }

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

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

.sum_wrap .imgc { width: 100%; font-size: 0.75rem; line-height: 166%; position: absolute; text-shadow: none; bottom: 3.85rem; opacity: 0.7; transition: 0.8s; color: #000; text-align: center; opacity: 0; ransform: translateY(3rem);  }

.sum_wrap.on .sum_tit_box { opacity: 1; transform: translate(0); transition: 1.5s 0.6s; }
.sum_wrap.on .sum_bg::before,
.sum_wrap.on2 .sum_bg::before { transform: scale(1); }

.sum_wrap.on2 .sum_bg::before { background: url(../img/summary_bg.jpg)center bottom 100% no-repeat; background-size: cover; }
.sum_wrap.on2 .sum_txt_box>div { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.sum_wrap.on2 .sum_sum { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.sum_wrap.on2 .imgc { opacity: 0.7; transform: translate(0); transition: 1.2s 0.8s; }


/**/

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

.overview_wrap { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; position: relative;  }
.overview_wrap::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/overview_bg.jpg)no-repeat center / cover; transform: scale(1.1);}

.over_tit_box { width: 29%; height: 100%; position: absolute; left: 0; top: 0; text-align: left; display: flex; justify-content: flex-end; opacity: 0; transform: translateX(-4rem); transition: 1.2s; }
.over_tit_box>div { transform: translateY(13.5625rem);}
.over_tit_box h2 { font-family: 'Nanum Myeongjo', serif; font-size: 2.1875rem; color: #11284e; line-height: 128%;}
.over_tit_box p { font-size: 0.9375rem; line-height: 190%; opacity: 0.7; margin-top: 1.875rem;}

.overview_wrap.on .over_tit_box { opacity: 1; transform: translate(0); transition: 1.5s 0.6s; }
.overview_wrap.on::before { transform: scale(1); transition: 3s 0.0s; }

/**/

#section4 { width: 100%; z-index: 1; }
.location_wrap { width: 141vw; height: 100%; position: relative; }
/* .location_bg { position: absolute; width: 100vw; height: 100vh;left: 0; top: 0; background: url(../img/location_bg.jpg)no-repeat center / cover; } */

.loca_con_wrap { width: 100%; height: 100%; position: relative; display: flex; justify-content: flex-start; align-items: center; transition: 1.5s; }
.location01 { width: 89vw; height: 100%; position: relative; display: flex; justify-content: center; align-items: center; }
.location02 { width: 52vw; height: 100%; position: relative; display: flex; justify-content: space-between; align-items: center; }
.location01>div { width: 100%; display: flex; justify-content: center; transform: translateY(4rem); }

.loca_tit_box { text-align: left; margin-bottom: 3.875rem; opacity: 0; transform: translateX(-4rem); transition: 1.0s; }
.loca_tit_box h2 { font-family: 'Nanum Myeongjo', serif; font-size: 2.1875rem; color: #11284e; line-height: 128%;}
.loca_tit_box p { font-size: 0.9375rem; line-height: 190%; opacity: 0.7; margin-top: 1.875rem;}

.loca01_box { display: flex; gap: 5.875rem;}
.location02>div { position: relative;  }

.loca_con { position: relative; transition: 0.8s; }
.loca_txt_box { position: absolute; display: flex; gap: 1.25rem; align-items: center; } 
.loca_txt_box h4 { font-family: trajan; color: #11284e; font-size: 1.75rem; line-height: 130%; }
.loca_txt_box h5 { font-family: trajan; color: #11284e; font-size: 0.9375rem; line-height: 130%; text-transform: uppercase; }
.loca_txt_box span { width: 1px; height: 2.9375rem; background-color: #11284e; display: block; }
.loca_txt_box p { font-size: 0.9375rem; opacity: 0.7; line-height: 190%; text-align: left; }

.loca_con.con01 { opacity: 0; transform: translateY(-4rem); }
.loca_con.con02 { opacity: 0; transform: translate(-4rem, -3.25rem); height: fit-content;}
.loca_con.con03 { opacity: 0; transform: translateX(-4rem); height: fit-content;}
.loca_con.con04 { opacity: 0; transform: translateY(-4rem); position: absolute; right: -7.875rem; top: -4.0625rem; white-space: nowrap; z-index: -1; }
.loca_con.con05 { opacity: 0; transform: translateX(4rem); margin-top: auto; }

.loca_txt_box.box01 { right: -29.25rem; bottom: 1.6875rem;}
.loca_txt_box.box02 { right: -7.625rem; bottom: -5rem;}
.loca_txt_box.box03 { left: -19.56rem; bottom: -4.875rem;}
.loca_txt_box.box04 { left: -2.75rem; top: -6.75rem;}
.loca_txt_box.box05 { left: -32rem; top: 5rem;}

.loca_ori { position: absolute; text-align: center; bottom: 2.375rem; width: 100vw;}
.loca_ori h6 { font-size: 0.75rem; line-height: 100%; opacity: 0.7;}

.location_wrap.on .loca_tit_box,
.location_wrap.on2 .loca_tit_box { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.location_wrap.on .loca_con.con01,
.location_wrap.on2 .loca_con.con01 { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.location_wrap.on .loca_con.con02,
.location_wrap.on2 .loca_con.con02 { opacity: 1; transform: translate(0, -3.25rem); transition: 1.2s 1.0s; }
.location_wrap.on .loca_con.con03,
.location_wrap.on2 .loca_con.con03 { opacity: 1; transform: translate(0); transition: 1.2s 1.2s; }
.location_wrap.on .loca_ori,
.location_wrap.on2 .loca_ori { opacity: 1; transition: 1.2s 0.6s;}

.location_wrap.on2 .loca_con_wrap { transform: translateX(-41vw);}
.location_wrap.on2 .loca_con.con04 { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.location_wrap.on2 .loca_con.con05 { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }


/*  */

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

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

.land01 { width: 100vw; height: 100%; position: relative; transition: 0.8s; display: flex; justify-content: center; background-color: #fff; }
.land02 { width: 133vw; height: 100%; position: relative; transition: 0.8s; color: #000; display: flex; justify-content: flex-start; align-items: flex-end;}

.land_vd_box { position: absolute; left: 0; bottom: 0; width: 100%; height: 100% !important; opacity: 1; z-index: 1; background-color: #000; overflow: hidden; transition: 1.5s; }
/* .complex_vd_box::before { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/intro_bg.png) center bottom no-repeat; background-size: cover; z-index: 3; opacity: 1; transition: 1.2s; } */
.land_vd { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; padding-bottom: 56.25%; height: 0; }
/* .complex_vd { position: relative; width: 100%; height: 100%; overflow: hidden; } */
.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; opacity: 0.5; transition: 1.2s; }
.land_vd video { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; opacity: 0.5; object-fit: cover; 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: 150%; height: 150%; }
    .land_vd::before { width: 150%; height: 150%; }
}

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

@media screen and (min-width: 767px) and (max-width: 1440px) and (orientation: portrait) {
	.land_vd iframe { width: 260%; height: 260%; }
    .land_vd::before { width: 260%; height: 260%; }
}

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

.land_ori { width: 100%; text-align: center; position: absolute; bottom: 2.375rem; z-index: 2;  opacity: 0; transition: 1.0s; }
.land_ori h6 { font-size: 0.75rem; line-height: 100%; opacity: 0.7; }

.land_tit_box { position: relative; z-index: 10; display: flex; justify-content: space-between; align-items: center; white-space: nowrap; width: 90%; max-width: 1497px; gap: 2.5rem; }
.land_tit { opacity: 0; transform: translateX(-5rem); text-align: left; transition: 1.0s; }
.land_tit_box h2 { font-family: 'futura'; font-weight: 600; font-size: 5rem; line-height: 100%; }
.land_tit_box h4 { font-size: 1.25rem; line-height: 100%; margin-top: 0.9375rem;  }
.land_tit_box span { width: 100%; height: 1px; position: relative; }
.land_tit_box span::after { content: ''; width: 0%; height: 100%; position: absolute; left: 0; right: 0; margin: auto; top: -1rem; background-color: #a8a8a8; transition: 1.0s; }
.land_tit_box .land_logo {  opacity: 0; transform: translateX(5rem); transition: 1.0s; }

.land_bg { width: 100%; max-width: 960px; height: calc(100% - 7.1875rem); position: relative; overflow: hidden; }
.land_bg>div::first-child { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; }
.land_bg>div::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/land_bg.jpg)no-repeat center / cover; transform: scale(1.2); transition: 1.5s; }
.land_bg h5 { font-size: 0.75rem; color: #fff; line-height: 100%; position: absolute; right: 0.75rem; top: 1.125rem;}
.land_bg h6 { font-size: 0.75rem; color: #fff; line-height: 100%; position: absolute; bottom: 2.375rem; width: 100%; text-align: center; opacity: 0.7;}

.land_content { width: 83%; height: 100%; display: flex; justify-content: center; align-items: center;  }
.land_content>div { width: 90%; max-width: 1386px;display: flex; justify-content: space-between; align-items: flex-start; transform: translateY(1rem); }

.land_tit_box2 { text-align: left; opacity: 0; transform: translateX(-5rem); transition: 1.5s; }
.land_tit_box2 h2 { font-family: 'Nanum Myeongjo', serif; font-size: 2.1875rem; color: #11284e; line-height: 128%;}
.land_tit_box2 p { font-size: 0.9375rem; line-height: 190%; opacity: 0.7; margin-top: 1.875rem;}

.land_txt_box { margin-top: 6.25rem; text-align: left; opacity: 0; transform: translateY(5rem); transition: 1.5s;}
.land_txt_box li { margin-bottom: 2.5rem; }
.land_txt_box li:last-child { margin-bottom: 0; }
.land_txt_box h4 { font-family: 'trajan'; font-size: 1rem; color: #11284e; line-height: 100%; }
.land_txt_box p {font-size: 0.875rem; opacity: 0.7; margin-top: 0.625rem; }

.land_img_wrap { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; width: 100%; max-width: 810px; opacity: 0; transform: translate(5rem , 6.8125rem); transition: 1.5s; }
.land_img_wrap>div { width: calc(50% - 0.5rem); height: 17.625rem;}
.land_img_box { position: relative; }
.land_img { width: 100%; height: 100%; position: relative;}
.land_img::after { content: ''; width: 100%; height: 100%; left: 0; top: 0; position: absolute;  }
.land_img.img01::after { background: url(../img/land_img01.jpg)no-repeat center / cover; }
.land_img.img02::after { background: url(../img/land_img02.jpg)no-repeat center / cover; }
.land_img.img03::after { background: url(../img/land_img03.jpg)no-repeat center / cover; }
.land_img.img04::after { background: url(../img/land_img04.jpg)no-repeat center / cover; }
.land_img_box h5 { color: #fff; font-size: 0.75rem; line-height: 100%; position: absolute; bottom: 0.375rem; right: 0.5rem; }
.land_img_wrap h6 { font-size: 0.75rem; line-height: 100%; margin-top: 2.3125rem; opacity: 0.7; text-align: center; width: 100%;}


.land_wrap.on .land_tit { opacity: 1; transform: translate(0); transition: 1.5s 0.6s; }
.land_wrap.on .land_logo { opacity: 1; transform: translate(0); transition: 1.5s 0.6s; }
.land_wrap.on .land_tit_box span::after { width: 100%; transition: 1.8s 0s; }
.land_wrap.on .land_ori,
.land_wrap.on2 .land_ori { opacity: 1; transition: 1.2s 0.6s; }

.land_wrap.on2 { transform: translateX(-100vw);}
.land_wrap.on2 .land_bg>div::after,
.land_wrap.on3 .land_bg>div::after { transform: scale(1); transition: 2.5s 0s;}
.land_wrap.on2 .land_txt_box,
.land_wrap.on3 .land_txt_box { opacity: 1; transform: translate(0); transition: 1.5s 0s; }
.land_wrap.on2 .land_tit_box2,
.land_wrap.on3 .land_tit_box2 { opacity: 1; transform: translate(0); transition: 1.5s 0.4s; }
.land_wrap.on2 .land_img_wrap,
.land_wrap.on3 .land_img_wrap { opacity: 1; transform: translate(0 , 6.8125rem); transition: 1.5s 0.8s; }
.land_wrap.on3 { transform: translateX(-133vw);}

/**/

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

.community_wrap { width: 100%; height: 100%; position: relative; background-color: #000; color: #fff; }
.commu_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.commu_box>div { width: 100%; height: 100%; }

.commu_tit { position: absolute; width: 37%; height: 100%;display: flex; justify-content: flex-end; text-align: left; z-index: 5; opacity: 0; transform: translateX(-5rem); }
.commu_tit>div { transform: translateY(12.625rem);}
.commu_tit h2 { font-family: 'Nanum Myeongjo', serif; font-size: 2.1875rem; line-height: 128%;}
.commu_tit p { font-size: 0.9375rem; line-height: 190%; opacity: 0.5; margin-top: 1.875rem;}

.swiper_commu { width: 100%; height: 100%; transition: 1.2s 0s; }
.swiper_commu .swiper-wrapper { width: 100%; height: 100%; }
.swiper_commu .swiper-slide { width: 100%; height: 100%; overflow: hidden; }
.commu_img { width: 100%; height: 100%; transform: scale(1.2); }
.commu_img::after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/commu_bg.png)no-repeat center / cover; z-index: 1;}

.commu_vd_box { position: absolute; left: 0; bottom: 0; width: 100%; height: 100% !important; opacity: 1; z-index: 1; background-color: #000; overflow: hidden; transition: 1.5s; }
/* .complex_vd_box::before { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/intro_bg.png) center bottom no-repeat; background-size: cover; z-index: 3; opacity: 1; transition: 1.2s; } */
.commu_vd { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; padding-bottom: 56.25%; height: 0; }
/* .complex_vd { position: relative; width: 100%; height: 100%; overflow: hidden; } */
.commu_vd:before { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/commu_bg.png)no-repeat center / cover; z-index: 7;}
.commu_vd:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 5; }
.commu_vd iframe { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; opacity: 1; transition: 1.2s; }
.commu_vd video { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; object-fit: cover; }


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

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

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

@media screen and (min-width: 767px) and (max-width: 1440px) and (orientation: portrait) {
	.commu_vd iframe { width: 260%; height: 260%; }
    .commu_vd::before { width: 260%; height: 260%; }
}

@media all and (max-width: 767px) { 
	.commu_vd iframe { width: 360%; height: 360%; }
    .commu_vd::before { width: 360%; height: 360%; }
}

.swiper_commu { width: 100%; height: 100%; transition: 1.2s 0s; }
.swiper_commu .swiper-wrapper { width: 100%; height: 100%; }
.swiper_commu .swiper-slide { width: 100%; height: 100%; overflow: hidden; }
.commu_img { width: 100%; height: 100%; transform: scale(1.2); }
.commu_img.img01 { background: url(../img/commu_img01.jpg)no-repeat center / cover; }
.commu_img.img02 { background: url(../img/commu_img02.jpg)no-repeat center / cover; }

.commu_txt_box { text-align: right; position: absolute; right: 0; top: 0; z-index: 10; width: 22.5%; height: 100%; display: flex; justify-content: flex-start; align-items: flex-end; opacity: 0; transform: translateY(5rem); }
.commu_txt_box>div { margin-bottom: 11.875rem; position: relative;}
.commu_txt_box>div::before { content: ''; width: 0.25rem; height: 100%; background-color: #fff; display: block; position: absolute; right: -1.6875rem; top: 0;}
.commu_txt_box h3 { font-size: 1.375rem; line-height: 100%; font-weight: 600; }
.commu_txt_box p { font-size: 0.875rem; line-height: 170%; opacity: 0.7; margin-top: 1.1875rem; }


.swiper_commu_thumb { position: absolute; z-index: 99; width: 50%; max-width: 400px; left: 0; right: 0; margin: auto; bottom: 5.625rem;  transition: 1.2s 0s; }
.swiper_commu_thumb .swiper-wrapper { display: flex; justify-content: space-between; gap: 0.375rem; }
.swiper_commu_thumb .swiper-slide { width: 75px !important; height: 75px; cursor: pointer; border: none; overflow: hidden; position: relative; }
.swiper_commu_thumb .commu_thumb { width: 100%; height: 100%; filter: grayscale(1); }
.swiper_commu_thumb .swiper-slide-thumb-active .commu_thumb { opacity: 1; filter: grayscale(0); }
.swiper_commu_thumb .swiper-slide-thumb-active:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border: 4px solid #fff; box-sizing: border-box; }

.commu_thumb { width: 100%; height: 100%; transform: scale(1.2); }
.commu_thumb.thumb01 { background: url(../img/commu_thumb01.jpg)no-repeat center / cover; }
.commu_thumb.thumb02 { background: url(../img/commu_thumb02.jpg)no-repeat center / cover; }
.commu_thumb.thumb03 { background: url(../img/commu_thumb03.jpg)no-repeat center / cover; }
.commu_thumb.thumb04 { background: url(../img/commu_thumb04.jpg)no-repeat center / cover; }
.commu_thumb.thumb05 { background: url(../img/commu_thumb05.jpg)no-repeat center / cover; }

.swiper_commu .swiper-slide-active .commu_img { transform: scale(1); transition: 3s 0s; }
.swiper_commu .swiper-slide-active .commu_txt_box { opacity: 1; transform: translate(0); transition: 1.5s 0s;}

.commu_ori { position: absolute; width: 100%; text-align: center; color: #fff; font-size: 0.75rem; line-height: 100%; bottom: 1.875rem; z-index: 10; line-height: 168%; font-weight: 300;}

.commu_tit { opacity: 1; transform: translate(0); transition: 1.5s 0.6s; }

/*  */
#section7 { width: 100%; z-index: 1; }

.system_wrap { width: 100%; height: 100%; position: relative; background-color: #000; color: #fff;}
.system_content { width: 100%; height: 100%; display: flex; justify-content: space-between;}
.system_con { width: 100%; height: 100%; position: relative; display: flex; justify-content: center; align-items: flex-start;  overflow: hidden; }
.system_con::before { content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 5; background-color: #0e2242; opacity: 0; transition: 1s;}
.system_con::after { content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 3; background: url(../img/system_bg.png)no-repeat center / cover; }
.system_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.system_img::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; transition: 2.0s; }
.system_img.img01::before { background: url(../img/system_img01.jpg)no-repeat center / cover; opacity: 0.8; }
.system_img.img02::before { background: url(../img/system_img02.jpg)no-repeat center / cover; opacity: 0.8; }
.system_img.img03::before { background: url(../img/system_img03.jpg)no-repeat center / cover; opacity: 0.8; }

.system_txt_box { position: relative; z-index: 10; margin-top: 12.9375rem; text-align: left; margin-left: -3rem; opacity: 0; transform: translateY(-4rem); }
.system_txt_box.box02 { transform: translateY(4rem); }
.system_txt_box>h2 { font-family: 'Nanum Myeongjo', serif; font-size: 1.625rem; line-height: 150%;}
.system_txt_box>p { font-size: 0.9375rem; line-height: 190%; opacity: 0.4; margin-top: 2.875rem;}


.system_btn { margin-top: 4.25rem;}
.system_btn a { width: 16.875rem; font-size:1rem;  padding: 1.375rem 2.3125rem; box-sizing: border-box; border: 1px solid rgba(255,255,255,0.3); border-radius: 100px; transition: .2s; display: flex; justify-content: space-between; align-items: center;}
.system_btn p { line-height: 100%; font-size: 1.0625rem;}

.system_btn a img {filter: brightness(1) invert(1); transition: .2s;}
.system_con:hover a{background: #fff; color: #000; transition: .2s;}
.system_con:hover a img{ filter: brightness(0) invert(0); transition: .2s;}
.system_con:hover .system_img::before { transform: scale(1.1); } 
.system_con:hover::before { opacity: 0.85; }

.system_ori { width: 100%; position: absolute; text-align: center; font-size: 0.75rem; line-height: 100%; bottom: 1.875rem; }

.system_wrap.on .system_txt_box.box01 { opacity: 1; transform: translate(0); transition: 1.5s 0.6s;}
.system_wrap.on .system_txt_box.box02 { opacity: 1; transform: translate(0); transition: 1.5s 0.8s;}
.system_wrap.on .system_txt_box.box03 { opacity: 1; transform: translate(0); transition: 1.5s 1.0s;}

/*  */
#section8 { width: 100%; z-index: 1; }

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

.unit01 { width: 100vw; height: 100vh; position: relative; display: flex; justify-content: center; align-items: center; }
.unit02 { width: 67vw; height: 100vh; position: absolute; right: -67vw; top: 0; display: flex; justify-content: center; align-items: center; background-color: #2a2a2a; transition: 1.6s; }
.unit02>div:last-child { width: 90%; max-width: 1000px; transform: translateY(2rem); position: relative; z-index: 9; }

.unit_bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 1; z-index: 2; background-color: #000; overflow: hidden; }
.unit_bg::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: url(../img/unit_bg.jpg) center no-repeat; background-size: cover; transform: scale(1.2); transition: 1.5s; opacity: 0.7; }
.unit_bg::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background: url(../img/unit_bg.png) center no-repeat; background-size: cover; opacity: 1; }

.unit_tit_box { width: 90%; max-width: 720px; height: 100%; display: flex; justify-content: center; align-items: flex-start; position: absolute; left: 0; top: 0; z-index: 9; color: #fff; }
.unit_tit_box>div { text-align: left; transform: translateY(12.625rem); }
.unit_tit_box h3 { font-family: 'Nanum Myeongjo', serif; font-size: 2.1875rem; line-height: 128%;}
.unit_tit_box p { font-size: 0.9375rem; line-height: 190%; opacity: 0.5; margin-top: 1.625rem; }

.unit_tit { width: 90%; height: 100%; max-width: 824px; position: absolute; right: 0; top: 0; display: flex; justify-content: center; align-items: center; z-index: 9; text-align: left; color: #fff; white-space: nowrap; transform: translateX(5rem); opacity: 0; transition: 0.8s; }
.unit_tit h2 { font-family: 'futura', sans-serif; font-weight: 600; font-size: 5rem; line-height: 100%; margin-left: -0.25rem; }
.unit_tit h5 { font-size: 1.25rem; line-height: 100%; margin-top: 0.5rem; }

.unit_bg_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background-color: #000; transition: 1.5s; overflow: hidden; opacity: 0.6; }
.unit_bg_box>div { width: 150vw; height: 150vw; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 12rem; }

.unit_content { text-align: left; color: #fff; display: flex; position: relative; transition: 0.8s; display: inline-block; opacity: 0; }
.unit_content>div { display: flex; justify-content: flex-start; align-items: flex-end; gap: 1.75rem; position: relative; }
.unit_content.con01 { justify-content: flex-start; transform: translate(-5rem,-4rem); }
.unit_content.con01>div { flex-direction: column; align-items: flex-start; transform: translate(-6.75rem, -2.1875rem); }
.unit_content.con02 { justify-content: flex-end; margin-top: -8.125rem; transform: translate(5rem,4rem); }
.unit_content.con02>div { flex-direction: column-reverse; align-items: flex-start; transform: translate(6.75rem, 10.625rem); }
.unit_content.con03 { justify-content: center; margin-top: -6rem; transform: translate(-4rem,5rem); }
.unit_content.con03>div { flex-direction: row; transform: translate(0px, 2.25rem); }

.unit_img_box { position: relative; }
.unit_img_box>div { overflow: hidden; }

.unit_img { width: 100%; }
.unit_img.img01 { max-width: 25.375rem; }
.unit_img.img02 { max-width: 23.375rem; }
.unit_img.img03 { max-width: 14rem; }

.unit_txt_box h3 { font-size: 1.25rem; line-height: 100%; font-weight: 600; }
.unit_txt_box p { font-size: 0.875rem; line-height: 100%; opacity: 0.4; margin-top: 0.75rem; }

.unit_bt { position: absolute; width: 52px; height: 52px; cursor: pointer; }
.unit_bt::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border-radius: 100%; background-color: #c4896e; z-index: 1; opacity: 0.22; }
.unit_bt>div { position: absolute; z-index: 9; width: 8px; height: 8px; left: 0; right: 4px; top: 0; bottom: 0; margin: auto; }
.unit_bt>div::before { content: ''; width: 46px; height: 1px; position: absolute; left: -37px; top: 0; bottom: 0; margin: auto; background-color: #fff; }
.unit_bt>div::after { content: ''; width: 100%; height: 100%; border-right: 1px solid #fff; border-bottom: 1px solid #fff; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; transform: rotate(-45deg); }
.unit_bt.bt01 { right: -0.125rem; bottom: 0; }
.unit_bt.bt02 { right: -0.25rem; top: -3.75rem; }
.unit_bt.bt03 { right: -0.25rem; bottom: 2.75rem; }

.unit_obj { position: absolute; }
.unit_obj.obj01 { width: 7.25rem; opacity: 0.33; z-index: -1; right: -6.25rem; bottom: -1.625rem; }
.unit_obj.obj02 { width: 8.25rem; z-index: 2; right: -3.75rem; bottom: -1.75rem; }

.unit_ori { width: 100%; position: absolute; left: 0; right: 0; margin: auto; bottom: 1.875rem; text-align: center; z-index: 9; color: #fff; transform: translateY(3rem); opacity: 0; transition: 0.8s; }
.unit_ori p { font-size: 0.75rem; line-height: 100%; }
.unit_ori br.pad { display: none; }



.unit_wrap.on .unit_bg::before { transform: scale(1); transition: 2.5s 0s; }
.unit_wrap.on .unit_tit_box span::before { height: 100%; transition: 1.8s 0s; }
.unit_wrap.on .unit_tit_box h3,
.unit_wrap.on .unit_tit,
.unit_wrap.on .unit_ori,
.unit_wrap.on2 .unit_ori { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.unit_wrap.on .unit_tit_box p { opacity: 0.7; transform: translate(0); transition: 1.2s 0.4s; }

.unit_wrap.on2 .unit02 { right: 0; }
.unit_wrap.on2 .unit_bg_tit,
.unit_wrap.on2 .unit_content { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }


/*  */
#section9 { width: 100%; z-index: 1; }

.brand_wrap { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; position: relative; background-color: #000; }
/* .brand_wrap::after { content: ''; width: 100%; height: 100%; position: absolute; z-index: 9999999; } */

.brand_bg_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background-color: #000; }
.brand_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0;  opacity: 0; animation: main_img2 9.0s 0s infinite; transition: 1.2s; }
.brand_bg.bg01 { background: url(../img/brand_bg01.jpg) center no-repeat; background-size: cover; }
.brand_bg.bg02 { background: url(../img/brand_bg02.jpg) center no-repeat; background-size: cover; }
.brand_bg.bg03 { background: url(../img/brand_bg03.jpg) center top no-repeat; background-size: cover; }
.brand_bg2 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/brand_bg.png) center no-repeat; background-size: cover; z-index: 2; }

.brand_bg.active { opacity: 0.3; }

@keyframes main_img2 {
	0% { transform: scale(1); }
	50% { transform: scale(1.08); }
	100% { transform: scale(1); }
}

.brand_txt_box { width: 50%; height: 100%; display: flex; justify-content: center; align-items: center; position: absolute; left: 0; top: 0; z-index: 9; }
.brand_txt_box>div { transform: translateY(-10rem); color: #fff; text-align: left; }
.brand_txt_box h3 { font-size: 1.375rem; line-height: 100%; font-weight: 400; opacity: 0; transform: translateX(5rem); }
.brand_txt_box h2 { font-size: 2.25rem; line-height: 125%; font-weight: 200; margin-top: 1.875rem; opacity: 0; transform: translateX(5rem); }
.brand_txt_box h2 b { font-weight: 600; }
.brand_txt_box p { font-size: 0.875rem; line-height: 215%; margin-top: 3.25rem; opacity: 0.3; opacity: 0; transform: translateX(5rem); }

.brand_content { position: absolute; width: 55%; height: 43%; right: 0; bottom: 0; z-index: 9; display: flex; justify-content: center; align-items: center; gap: 0 2.75rem; }
.brand_content>div { opacity: 0; transform: translateY(3rem); }
.brand_content h4 { font-size: 0.8125rem; line-height: 100%; color: #fff; margin-top: 1.125rem; }
.brand_content p { font-size: 0.8125rem; line-height: 100%; color: #757575; margin-top: 0.625rem; }
.brand_content p span { color: #ba9c55; }
.brand_img { position: relative; }
.brand_img img { filter: grayscale(1); transition: 0.6s; }
.brand_img span { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.brand_img::after { content: ''; width: 0%; height: 1px; position: absolute; left: 0; top: 0; background-color: #fff; transition: 0.5s; z-index: 9; }
.brand_img::before { content: ''; width: 0%; height: 1px; position: absolute; right: 0; bottom: 0; background-color: #fff; transition: 0.5s; z-index: 9; }
.brand_img span::after { content: ''; width: 1px; height: 0%; position: absolute; right: 0; top: 0; background-color: #fff; transition: 0.5s; z-index: 9; }
.brand_img span::before { content: ''; width: 1px; height: 0%; position: absolute; left: 0; bottom: 0; background-color: #fff; transition: 0.5s; z-index: 9; }

.brand_content>div.active img { filter: grayscale(0); }
.brand_content>div.active .brand_img::after,.brand_content>div.active .brand_img::before { width: 100%; }
.brand_content>div.active .brand_img span::after,.brand_content>div.active .brand_img span::before { height: 100%; }


.brand_wrap.on::after { z-index: -111; transition: 0s 1.0s; }
.brand_wrap.on .brand_txt_box h3 { opacity: 1; transform: translate(0); transition: 1.5s 0.4s; }
.brand_wrap.on .brand_txt_box h2 { opacity: 1; transform: translate(0); transition: 1.5s 0.4s; }
.brand_wrap.on .brand_txt_box p { opacity: 0.3; transform: translate(0); transition: 1.5s 0.7s; }

.brand_wrap.on .brand_content>div:nth-child(1) { opacity: 1; transform: translate(0); transition: 1.5s 0.9s; }
.brand_wrap.on .brand_content>div:nth-child(2) { opacity: 1; transform: translate(0); transition: 1.5s 1.1s; }
.brand_wrap.on .brand_content>div:nth-child(3) { opacity: 1; transform: translate(0); transition: 1.5s 1.3s; }


/*  */

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

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

.out_vd_box { position: absolute; left: 0; bottom: 0; width: 100%; height: 100% !important; opacity: 1; z-index: 1; background-color: #000; overflow: hidden; transition: 1.5s; }
/* .complex_vd_box::before { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/intro_bg.png) center bottom no-repeat; background-size: cover; z-index: 3; opacity: 1; transition: 1.2s; } */
.out_vd { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; padding-bottom: 56.25%; height: 0; }
/* .complex_vd { position: relative; width: 100%; height: 100%; overflow: hidden; } */
.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.3; transition: 1.2s; }
.out_vd video { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; opacity: 0.3; object-fit: cover; transition: 1.2s; }


@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: 150%; height: 150%; }
    .out_vd::before { width: 150%; height: 150%; }
}

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

@media screen and (min-width: 767px) and (max-width: 1440px) and (orientation: portrait) {
	.out_vd iframe { width: 260%; height: 260%; }
    .out_vd::before { width: 260%; height: 260%; }
}

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


.out_tit_box { position: relative; z-index: 10; display: flex; justify-content: space-between; align-items: center; white-space: nowrap; width: 90%; max-width: 1500px; gap: 2.5rem; }
.out_tit { opacity: 0; transform: translateX(-5rem); text-align: left; transition: 1.0s; margin-right: 5.25rem;}
.out_tit_box h2 { font-family: 'Nanum Myeongjo', serif; font-size: 2.1875rem; line-height: 140%; }
.out_tit_box h4 { font-size: 0.9375rem; line-height: 190%; margin-top: 2.25rem; opacity: 0.4;  }
.out_tit_box span { width: 100%; height: 1px; position: relative; }
.out_tit_box span::after { content: ''; width: 0%; height: 100%; position: absolute; left: 0; right: 0; margin: auto; top: -1rem; background-color: #a8a8a8; transition: 1.0s; }
.out_tit_box .out_logo {  opacity: 0; transform: translateX(5rem); transition: 1.0s; }

.out_wrap.on .out_tit { opacity: 1; transform: translate(0); transition: 1.5s 0.6s; }
.out_wrap.on .out_logo { opacity: 1; transform: translate(0); transition: 1.5s 0.6s; }
.out_wrap.on .out_tit_box span::after { width: 100%; transition: 1.8s 0s; }


/*  */

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

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

/*  */

.right_brand_wrap { width: 52px; height: 194px; position: fixed; right: -52px; top: 7.1875rem; z-index: 9990; background-color: #009877; cursor: pointer; transition: all 0.5s, right 0.8s 0.6s, bottom 0.8s 0.6s, top 0.3s 0s; text-align: center; }
.right_brand_wrap>div { width: 100%; height: 100%; color: #bcb3ab; }

.right_brand_tit { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; position: absolute; left: 0; top: 0; transition: 0.5s; }
.right_brand_tit>div { display: flex; justify-content: center; align-items: center;gap: 0.3125rem; transform: translateY(-2rem) rotate(90deg); white-space: nowrap; }
/* .right_brand_tit img { width: 3.1875rem; } */
.right_brand_tit h5 { font-size: 0.75rem; line-height: 100%; }
.right_brand_tit h5 span { color: #fff; }

.right_brand_txt { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; position: absolute; left: 0; top: 0; opacity: 0; transition: 0.5s; white-space: nowrap; }
.right_brand_txt::before { content: ''; width: 100%; height: 100%; position: absolute; background: url(../img/common/right_brand_bg.jpg) center / cover no-repeat; }
.right_brand_txt>div { transform: translateY(-1rem); position: relative; z-index: 9; mix-blend-mode: screen; }
.right_brand_txt img { width: 4.5rem; }
.right_brand_txt h5 { font-size: 0.75rem; line-height: 100%; }
.right_brand_txt p { text-align: left; font-size: 0.75rem; line-height: 110%; display: inline-block; position: absolute; left: 1.25rem; bottom: 1.25rem; color: #fff; z-index: 9; }

.right_brand_arrow { position: absolute; width: 10px; height: 7px; right: 1.3125rem; bottom: 1.375rem; z-index: 9; }
.right_brand_arrow::before { content: ''; width: 100%; height: 1px; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; } 
.right_brand_arrow::after { content: ''; width: 4px; height: 4px; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; border-bottom: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(-45deg); }

.right_brand_wrap.show { right: 0; }

.right_brand_wrap:hover { width: 126px; }
.right_brand_wrap:hover .right_brand_tit { opacity: 0; }
.right_brand_wrap:hover .right_brand_txt { opacity: 1; }


/*  */

#footer { overflow: visible; }


.footer { width: 100%; background-color: #fff; color: #122f5c; /* text-align: center;  */position: relative; z-index: 988; padding: 4.75rem 6.25rem 5.5rem; box-sizing: border-box; display: flex; justify-content: space-between; align-items: flex-start; }
.footer:after { content:''; width: 100%; height: 100vh; position: absolute; left: 0; top: -100vh; display: none; }

.footer_logo { width: 7.5rem; margin-bottom: 2.375rem; }
.footer_left { text-align: left; display: flex; justify-content: flex-start; align-items: flex-start; gap:3.75rem; }
.footer ul { width: 100%; display: flex;  align-items: flex-end; flex-wrap: wrap; margin-bottom: 0.625rem; padding: 0 1rem; }
.footer>ul { justify-content: flex-end; max-width: 36rem; margin-top: -0.625rem;  padding: 0; } 
.footer ul li { font-size: 0.875rem; line-height: 120%; font-weight: 500; position: relative; padding: 0 1rem; }
.footer ul li span { color: #ba9c55; }
.footer ul li span b { font-size: 1.0625rem; font-weight: 500; margin-left: 0.125rem; }
.footer ul li:first-child { padding: 0; padding-right: 1rem; }
/* .footer ul:nth-child(2) li:nth-child(-n+2)::after { display: none; } */
.footer ul:nth-child(2) li:nth-child(1) { padding-right: 1rem; }
.footer ul:nth-child(2) li:nth-child(2) { padding-left: 1rem; }
.footer ul li:after { content:''; width: 1px; height: 80%; max-height: 12px; position: absolute; right: 0; top: 1px; bottom: 0; margin: auto; background-color: #122f5c; opacity: 1; }
.footer ul li:last-child:after,.footer ul li:nth-child(6):after { display: none; }
.footer p { font-size: 0.875rem; line-height: 160%; margin-top: 1.875rem; font-weight: 500; opacity: 1; margin-bottom: 0.625rem; padding-left: 1rem; }
.footer h6 { font-size: 0.875rem; line-height: 100%; margin-top: 2.625rem; font-weight: 500; padding-left: 1rem; }
.footer ul li img { width: 6.25rem; }

.top_bt { width: 44px; height: 44px; background-color: #122f5c; z-index: 99999; position: absolute; right: 7rem; bottom: 5.5rem; display: inline-block; margin-top: 3.25rem; cursor:pointer; }
.top_bt:before { content:''; width: 12px; height: 12px; position: absolute; left: 0; right: 0; top: 5px; bottom: 0; margin: auto; border-left: 1px solid rgba(255,255,255,1); border-top: 1px solid rgba(255,255,255,1); transform: rotate(45deg); z-index: 9; }

/* body.main .top_bt { opacity: 0; }
body.main .top_bt.active { opacity: 1; } */

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

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

body.sub .footer { background-color: #eee; }


/*서브*/

/* body.sub .all_wrap { width: calc(100% - 6.25rem); margin-left: 6.25rem; } */

.sub_top { position: relative; left: 0; top: 0; width: 100%; height: 20.375rem; z-index: 1; margin-top: 0px; overflow: hidden; background-color: #000; }
.sub_top:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/sub_top_bg.png) center 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; }

.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: 0.5; }
.sub_top_img.img03 { background: url(../img/sub_top03.jpg) center no-repeat; background-size: cover; opacity: 0.4; }
.sub_top_img.img04 { background: url(../img/sub_top04.jpg) center no-repeat; background-size: cover; opacity: 0.4; }
.sub_top_img.img05 { background: url(../img/sub_top05.jpg) center no-repeat; background-size: cover; opacity: 0.8; }
.sub_top_img.img06 { background: url(../img/sub_top06.jpg) center no-repeat; background-size: cover; opacity: 0.5; }
.sub_top_img.img07 { background: url(../img/sub_top07.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: #fff; text-align: center; animation: sub_top_txt 1.0s 0.6s both; }
.sub_top_txt h2 { font-family: 'Athena', sans-serif; font-size: 2.0625rem; 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(https://pentahillsw.co.kr/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: 2.5rem; padding-left: 2.5rem; }
}

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

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

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

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

body.full #sub_container { width: 100%; }
#sub_container { width: 90%; position: relative; left: 50%; transform: translateX(-50%); overflow: hidden; background-color: #fff; text-align: center; }
#sub_box { position: relative; width: 100%; margin: auto; text-align: center; padding-bottom: 6.25rem; 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.5rem; 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; padding-left: 1rem; word-break: keep-all; }
.sub_ori ul li:before { content:'ⓘ'; position: absolute; left: 0; 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; margin-bottom: 3rem; }

/**/

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


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



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

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


ul.tabs4 { display: flex; justify-content: space-between; margin-bottom:50px; }
ul.tabs4>li { width: 100%; text-align: center; }
ul.tabs4>li>a { padding: 0;  line-height: 45px; letter-spacing: 0; display: block; font-size:15px; }
ul.tabs4>li:first-child {margin-left:0;}

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

ul.tabs4 li.selected, ul.tabs li.selected:hover { color: #80644e!important;  border:0px!important;  border-bottom: 4px solid #80644e!important; background: #fff!important; }	
ul.tabs4 li.selected a, ul.tabs li.selected a:hover { color: #80644e!important; }
ul.tabs4 li.active { color:#80644e!important;  border:0px!important; border-bottom: 4px solid #80644e!important; background: #fff!important; }

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

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

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

.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: 31%; margin-bottom: 50px; }
.sub_over_txt_box>div h4 { font-size: 1.25rem; line-height: 100%; font-weight: 600; color: #231815; border-bottom: 1px solid #383838; padding-bottom: 18px; }
.sub_over_txt_box>div p { font-size: 0.875rem; line-height: 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); color: #333;}
.sub_brand_tit h4 { font-size: 1rem; line-height: 100%; }
.sub_brand_tit h2 { font-size: 1.75rem; 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.0625rem; line-height: 100%; font-weight: 200; color: #122f5c; opacity: 0; transform: translateY(-5rem);}
.sub_brand_txt_box h3 b { font-weight: 600; }
/* .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; margin-top: 3.75rem; 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_content>div:nth-child(4) h4 { margin-left: -0.5rem;} 
/* .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_brand_content.active>div:nth-child(4) { opacity: 1; transition: 1.2s 0.8s; }

/*  */

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

.sub_location_tit { transform: translate(0); }
.sub_location_tit h5 { font-size: 1.0625rem; line-height: 160%; opacity: 0.7; opacity: 0; transform: translateX(5rem); }
.sub_location_tit h3 { font-family: 'gg'; font-size: 1.875rem;  line-height: 100%; margin-top: 1.5625rem; opacity: 0; transform: translateX(5rem); color: #343434; }
.sub_location_tit h2 { font-family: 'Athena', sans-serif; font-size: 5.5rem; line-height: 60%; font-weight: 700; letter-spacing: 0.25rem; color: #cacaca; margin-top: 2.625rem; display: inline-block; position: relative; opacity: 0; transform: translateX(5rem); }
.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_top_img { width: 100%; position: relative; overflow: hidden; margin-top: 3.9375rem; opacity: 0; }
.sub_location_top_img img { transform: scale(1.2); }


.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; }
.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: -144.4%; cursor: move; display: flex; justify-content: center; align-items: center; }
.sub_location_map img { width: 16.7%; }
.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; transform: translateX(-3rem);}
.sub_location_content.con04>div { width: auto; display: block; margin-top: 15.4375rem; }
.sub_location_content.con04>div:first-child { margin-top: 6.6875rem; }

.sub_location_content.con01 .sub_location_img { border-radius: 500px 500px 0 0; }
.sub_location_content.con02 .sub_location_img { border-radius: 100px 0 0 0; }
.sub_location_content.con03 .sub_location_img { border-radius: 0 100px 0 0; }
.sub_location_content.con04>div:first-child .sub_location_img { border-radius: 500px 500px 0 0; }
.sub_location_content.con04>div:last-child .sub_location_img { border-radius: 500px 500px 0 0; max-width: 301px;}
.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: 24.0625rem; position: absolute; right: -10.75rem; top: 4.5rem; z-index: 9; opacity: 0; transform: translateX(10rem); }
.sub_location_txt_box h1, .sub_location_txt_box .h1x { font-family: 'Athena', sans-serif; font-size: 6.9375rem; line-height: 100%; color: #c9c9c9; }
.sub_location_txt_box h1 span, .sub_location_txt_box .h1x span { color: #122f5c;  position: relative; margin-right: 1.35rem;}
.sub_location_txt_box h1 span::after, .sub_location_txt_box .h1x span::after { content:''; position: absolute; width: 1.8125rem; height: 1px; background: #c9c9c9; display: inline-block; right: -1rem; bottom: 1.25rem;}

.sub_location_txt_box.box01 { margin-left: 2.25rem; }
.sub_location_txt_box.box01 h1, .sub_location_txt_box.box01 .h1x { font-size: 7.1875rem; margin-left: -3.6875rem; margin-bottom: 5.625rem; opacity: 0; transform: translateX(7rem); }
.sub_location_txt_box.box01>div { opacity: 0; transform: translateX(5rem); }
.sub_location_txt_box.box02 { margin-right: 4.375rem; margin-top: 1.625rem; }
.sub_location_txt_box.box02 h1, .sub_location_txt_box.box02 .h1x { font-size: 5.6875rem; margin-left: -4.25rem; margin-bottom: 2.5rem; 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; margin-top: 6.125rem; }
.sub_location_txt_box.box03 h1, .sub_location_txt_box.box03 .h1x { font-size: 5.6875rem; margin-left: -4.1875rem; 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, .sub_location_txt_box.box04 .h1x { font-size: 5.6875rem; margin-left: -4rem; margin-bottom: 1.25rem; 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, .sub_location_txt_box.box05 .h1x { font-size: 5.6875rem; position: absolute; right: 0; top: 0; transform: rotate(90deg) translate(3rem,-6.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: 0.7; 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_top_img.active { opacity: 1; transition: 1.2s 0.2s; }
.sub_location_top_img.active img { transform: scale(1); opacity: 1; transition: 2s 0.4s; }
.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, .sub_location_content>div.active .sub_location_txt_box .h1x { transform: translate(0); opacity: 1; transition: 1.5s 0.2s; }
.sub_location_content>div.active .sub_location_txt_box.box05 h1, .sub_location_content>div.active .sub_location_txt_box.box05 .h1x { transform: rotate(90deg) translate(-2rem,-6.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: 6.25rem; }

.sub_premium_top { width: 100%; position: relative; color: #2c2928; }
.sub_premium_top_img { width: 100%; overflow: hidden; border-radius: 0 14.25rem 0 0; }
.sub_premium_top_img img { width: 100%; transform: scale(1.2); }
.sub_premium_tit { margin-top: -5.325rem; position: relative; z-index: 9; }
.sub_premium_tit h1, .sub_premium_tit .h1x { font-family: 'Athena', sans-serif; font-size: 11.4375rem; line-height: 100%; color: #d4d4d4; text-transform: uppercase; opacity: 0; transform: translateX(7rem); }
.sub_premium_tit img { width: 31.1875rem; position: absolute; right: 6.25rem; top: 7.25rem; opacity: 0; transform: translateX(10rem); }
.sub_premium_tit h4 { font-size: 1.125rem; line-height: 100%; margin-top: 5.75rem; font-weight: 500; opacity: 0; transform: translateY(3rem); }
.sub_premium_tit p { font-size: 0.875rem; line-height: 178%; opacity: 0.7; margin-top: 1.375rem; font-weight: 500; opacity: 0; transform: translateY(3rem); }

.sub_premium_bottom { width: 100%; margin-top: 7.5rem; text-align: left; }

.sub_premium_content { width: 100%; }
.sub_premium_content h1, .sub_premium_content .h1x { font-family: 'Athena', sans-serif; font-size: 8.375rem; line-height: 100%; position: absolute; z-index: 9; text-transform: uppercase; color: #d4d4d4; }
.sub_premium_content.con01 { padding-bottom: 7rem; }
.sub_premium_content.con01 h1, .sub_premium_content.con01 .h1x { left: -4.5rem; bottom: 3.75rem; opacity: 0; transform: translateX(-7rem); }
.sub_premium_content.con02 h1, .sub_premium_content.con02 .h1x { right: -11.5rem; bottom: -15rem; transform: rotate(90deg) translateX(-7rem); opacity: 0; transform-origin: right top; }
.sub_premium_content.con03 h1, .sub_premium_content.con03 .h1x { left: -0.5rem; top: -7.75rem; opacity: 0; transform: translateX(-7rem); }
.sub_premium_content.con04 h1, .sub_premium_content.con04 .h1x { left: 5rem; top: -3.5rem; transform: rotate(90deg) translateX(7rem); opacity: 0; transform-origin: left top; }
.sub_premium_content>div { width: 100%; display: flex; position: relative; }
.sub_premium_content.con01>div { justify-content: flex-end; align-items: flex-start; }
.sub_premium_content.con02>div { display: block; margin-top: 12.5rem;  }
.sub_premium_content.con02>div>div { display: flex; justify-content: flex-start; align-items: flex-end; gap: 0 5rem; }
.sub_premium_content.con03>div { justify-content: space-between; align-items: flex-end; margin-top: 124px; }
.sub_premium_content.con04>div { justify-content: flex-end; align-items: flex-start; margin-top: 11.125rem; }

.sub_premium_img { width: 100%; max-width: 454px; display: inline-block; position: relative; opacity: 0; }
.sub_premium_img>div { overflow: hidden; border-radius: 20rem 20rem 0 0; }
.sub_premium_img>div img { width: 100%; transform: scale(1.15); }
.sub_premium_img_box { display: flex; justify-content: center; align-items: center; gap: 0 1.25rem; position: relative; z-index: 9; }
.sub_premium_img_box>div { display: inline-block; overflow: hidden; border-radius: 5rem 5rem 0 0; position: relative; z-index: 9; }
.sub_premium_img_box>div img { width: 100%; max-width: 148px; }
.sub_premium_img_box.box01 { position: absolute; right: 0; bottom: -7rem; opacity: 0; transform: translateY(3rem); }
.sub_premium_img_box.box02 { opacity: 0; transform: translateX(-3rem); }
.sub_premium_img_box.box04 { position: absolute; right: 0; bottom: 0rem; opacity: 0; transform: translateY(3rem); }
.sub_premium_img_box.box03 { margin-right: -2.5rem; opacity: 0; transform: translateY(3rem); }
.sub_premium_img_box.box03>div { overflow: visible; display: flex; justify-content: center; align-items: flex-end; }
.sub_premium_img_box.box03>div>div { display: inline-block; overflow: hidden; border-radius: 5rem 5rem 0 0; position: relative; z-index: 9; }
.sub_premium_img_box.box03>div::after { content: ''; width: 124%; height: 109%; position: absolute; left: -12%; top: -8%; border-radius: 6rem 6rem 0 0; background-color: #fff; z-index: -1; }
.sub_premium_content.con03 .sub_premium_img_wrap { display: flex; justify-content: flex-end; align-items: flex-end; }

.sub_premium_txt_box { position: relative; }
.sub_premium_txt h3 { font-size: 1.375rem; line-height: 126%; margin-top: 0rem; font-weight: 600; }
.sub_premium_txt p { font-size: 0.875rem; line-height: 178%; color: #2c2928; opacity: 0.7; margin-top: 1.375rem; }
.sub_premium_txt_box.box01,
.sub_premium_txt_box.box04 { margin-left: 4.625rem; margin-top: 2.5rem; margin-right: 10.75rem; opacity: 0; transform: translateX(3rem); }
.sub_premium_txt_box.box01 .sub_premium_txt,
.sub_premium_txt_box.box04 .sub_premium_txt { margin-bottom: 4.25rem; }
.sub_premium_txt_box.box02 { margin-top: 3rem; opacity: 0; transform: translateY(3rem); }
.sub_premium_txt_box.box02 .sub_premium_txt { min-width: 316px; }
.sub_premium_txt_box.box03 { opacity: 0; transform: translateX(-3rem); }
.sub_premium_txt_box.box03 .sub_premium_txt { margin-top: 4.25rem; }


.sub_premium_top.active .sub_premium_top_img img { transform: scale(1); transition: 2s 0s; }
.sub_premium_tit.active h1, .sub_premium_tit.active .h1x { transform: translate(0); opacity: 1; transition: 1.5s 0.2s; }
.sub_premium_tit.active img { transform: translate(0); opacity: 1; transition: 1.5s 0.2s; }
.sub_premium_tit.active h4 { transform: translate(0); opacity: 1; transition: 1.2s 0.4s; }
.sub_premium_tit.active p { transform: translate(0); opacity: 1; transition: 1.2s 0.4s; }

.sub_premium_content.active .sub_premium_img { opacity: 1; transition: 1.2s 0s; }
.sub_premium_content.active .sub_premium_img img { transform: scale(1); transition: 2s 0s; }
.sub_premium_content.active h1, .sub_premium_content.active .h1x { transform: translate(0); opacity: 1; transition: 1.5s 0.2s; }
.sub_premium_content.active.con02 h1,.sub_premium_content.active.con04 h1, ,.sub_premium_content.active.con04 .h1x { transform: rotate(90deg) translate(0); opacity: 1; transition: 1.5s 0.2s; }
.sub_premium_content.active .sub_premium_txt_box { transform: translate(0); opacity: 1; transition: 1.2s 0.2s; }
.sub_premium_content.active .sub_premium_img_box { transform: translate(0); opacity: 1; transition: 1.2s 0.2s; }


/*  */

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

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

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

.sub_contact_txt_box { width: 100%; max-width: 524px; margin: 1.5625rem 0; }
.sub_contact_txt_box h3 { display: inline-block; font-size: 2rem; line-height: 100%; font-weight: 700; position: relative; margin-bottom: 3.75rem; }
.sub_contact_txt_box h3:after { content:''; width: 100%; height: 1px; background-color: #000; position: absolute; left: 0; bottom: 0; }

.sub_contact_add { display: flex; justify-content: space-between; align-items: center; }
.sub_contact_add h4 { font-size: 1.375rem; line-height: 100%; font-weight: 600; }
.sub_contact_add p { font-size: 0.9375rem; line-height: 100%; margin-top: 0.5rem; }
.sub_contact_top .sub_contact_add { margin-top: 3.125rem; }

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

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

.map_marker { font-family: 'Pretendard'; width: auto; height: 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/planning01.jpg) center no-repeat; background-size: cover; }

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

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

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

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

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

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

/**/

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

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

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

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

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

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

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

/**/

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

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

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

.vr_btn_wrap { width: 100%; height: 7.1875rem; background-color: #122f5c; display: flex; justify-content: space-between; align-items: center; padding: 0 3rem; box-sizing: border-box;}
.vr_btn_wrap h2 { color: #fff; font-size: 2.625rem; text-align: left; font-weight: 600; }
.vr_btn { width: 12.75rem; height: 3.25rem; background-color: #fff; }
.vr_btn a { color: #122f5c; display: block; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; font-size: 0.9375rem;}

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

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

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


.sub_surpporters_wrap { max-width: 1100px; margin: auto;}

/**/

.sub_event_wrap { width: 100%; max-width: 1100px; margin: auto; position: relative; }
.sub_event_wrap img { width: 100%;}
.sub_event_wrap>div { width: 100%; }

.sub_event_wrap .tabs2 { margin-top: 1.5rem; margin-bottom: 0; }

.sub_event_tit { width: 100%; position: relative; background-color: #901549; color: #fff; padding: 0.65rem 0; text-align: center; margin: 1.8rem 0 0rem;}
.sub_event_tit p { font-size: 1.05rem;}



.sub_event_db { width: 100%; display: flex; margin-top: 1rem; }
.sub_event_db tbody { width: 100%; display: flex; flex-wrap: wrap; gap: 0 2%; }
.sub_event_db tr { width: 49%; display: flex; justify-content: center; align-items: center; }
.sub_event_db tr td { font-size: 1rem; line-height: 100%; border-bottom: 1px solid #ccc; padding: 0.875rem 0; text-align: center; display: inline-block; position: relative; background: #fff; border-right: 0;}
.sub_event_db tr td:nth-child(1) { width: 40%; background-color: #f2ebe0; }
.sub_event_db tr td:nth-child(1)::after { content: ''; width: 1px; height: 30%; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; background-color: #ccc; display: none; }
.sub_event_db tr td:nth-child(2) { width: 60%; }
.sub_event_db tr:nth-child(-n+2) { border-top: 2px solid #241915; }

.sub_event_db.top{margin-top: 2rem;}
.sub_event_db.top tr {background: #000 !important; color: #fff;}
.sub_event_db.top td {background: #000 !important; color: #fff; position: relative;}
.notice{font-size: 1rem; text-align: center;margin-top: 1.4rem;}

.sub_event_db.top td span { width: 1px; height: 30%; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; background-color: #ccc; display: inline-block; }

.table_wrap { width: 100%; display: flex; justify-content: sapce-between; gap: 0 2%;}
.sub_event_db.s_event { display: block; }
.sub_event_db.s_event tr { width: 100%; }
.sub_event_db.s_event tr:nth-child(-n+2) { border-top: 0; }
.sub_event_db.s_event tr:nth-child(1) {  border-top: 2px solid #241915;  }


.sub_event_wrap h2 { font-size: 1.25rem; font-weight: 600; line-height: 100%; text-align: left; margin-top: 4rem;}

.sub_poetry_db { width: 100%; border-collapse: collapse;  font-family: 'Malgun Gothic', sans-serif; font-size: 1rem; margin-top: 1rem; }
.sub_poetry_db th, td { padding: 0.875rem 0;  text-align: center; }
.sub_poetry_db th { background-color: #f2f2f2; font-weight: bold; }
.sub_poetry_db tr:nth-child(1) { background-color: #f2ebe0; font-weight: 600; border-top: 2px solid #241915; }
.sub_poetry_db tr:nth-child(even) { background-color: #fafafa; }
.sub_poetry_db td { border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.sub_poetry_db td:nth-child(1) { border-left: none;}
.sub_poetry_db td:last-child { border-right: none;}

.sub_poetry_db .nn { background-color: #fff !important;}
.sub_poetry_db .nn td:nth-child(1) { background-color: #f2ebe0 !important;}
.sub_poetry_db tr td:nth-child(1) { width: 15%;}
.sub_poetry_db tr td:nth-child(2) { width: 15%;}
.sub_poetry_db tr td:nth-child(3) { width: 40%;}
.poetry_ori { position: absolute; right: 0; bottom: -2rem; font-size: 1rem;}

/*  */

.review_wrap { width: 100%; height: auto; position: relative; margin: 4rem auto 0; border: 1px solid #ddd; padding: 5rem 4rem; box-sizing: border-box;}
.review_wrap h3 { font-size: 1.5rem; text-align: left; margin-bottom: 2rem; font-family: 'Nanum Myeongjo', serif; font-weight: 600; }
.review_wrap p { font-size: 0.9375rem; opacity: 0.7; text-align: left; line-height: 190%;}
.review_wrap h5 { text-align: right; margin-top: 3rem; opacity: 0.6; font-size: 0.9375rem;}

.review_wrap .line { width: 100%; height: 1px; background-color: #ddd; margin: 5rem auto 4.5rem;}

.history_wrap { display: flex; justify-content: flex-end; align-items: flex-end; text-align: right; gap: 2rem}
.history h4 { font-size: 1rem; }
.history p { font-size: 0.8125rem; margin-top: 1rem; text-align: right; letter-spacing: -1px;}
.review_img { width: 21.125rem; height: 16.1875rem; background: url(../sub/review_img.jpg.bmp)no-repeat center / cover; }


/*  */

.event_end { width: 100%; height: 100%; position: relative;}
.event_seal { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: rgba(0,0,0,0.6);  /* display: flex; justify-content: center; align-items: center; */ }
.event_seal img { max-width: 10rem !important; position: absolute; left: 2rem; top: 2rem; }
/* ===== Hero 섹션 배경 영상 전체화면 채우기 ===== */
/* .main_vd / .intro_vd 의 16:9 비율 컨테이너를 풀사이즈로 전환 */
.main_vd_box .main_vd,
.intro_vd_box .intro_vd {
  height: 100%;
  padding-bottom: 0;
}
.main_vd_box .main_vd video,
.intro_vd_box .intro_vd video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: none;
  object-fit: cover;
  z-index: 2;
}
