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

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

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

/*  */


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

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

@media (hover: hover) and (pointer: fine) {
  .cursor__circle {
  	display: none;
    width: 25px;
    height: 25px;
    margin-top: -50%;
    margin-left: -50%;
/*    margin-top: 0;
    margin-left: 0;*/
    border-radius: 50%;
    border: solid 1px #004e71;
/*	background-color: #004e71;*/
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      width 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
      display: none;
  }

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

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

  .cursor_skip2 { width: 70px; height: 70px; background-color: #fff; 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: 'HanwhaGothic', sans-serif; color: #000; 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: #fff; opacity: 0.6; border-radius: 100%;  
  
	  animation-name: cursor_skip, cursor_skip2;
	  animation-duration: 2.1s, 2.1s;
	  animation-delay: 0s, 0s;
	  animation-timing-function: ease, ease;
	  animation-fill-mode: both, both;
	  animation-iteration-count: infinite, infinite;

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

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

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

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

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

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

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




}



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

@keyframes bgbg {
	0% { transform: scale(1); }
	50% { transform: scale(1.06); }
	100% { transform: scale(1); }
}


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

.hw { font-family: 'hw'!important; font-weight: 100 !important;}
.forena { font-family: 'forena'!important; font-weight: 100 !important;}

/*  */

/**/

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

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

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

/*  */

.intro_all_wrap { width: 100%; height: 100%; position: fixed; z-index: 99999999; left: 0; top: 0; display: flex; justify-content: center; align-items: center; overflow: hidden; }
.intro_wrap { width: 100%; height: 100%; position: relative; }
.intro_wrap>div { width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; color: #fff; }

.intro01 { z-index: 3; }
.intro02 { z-index: 2; }
.intro03 { z-index: 1; background-color: #000; }

.intro_tit { text-align: center; position: relative; z-index: 9; }
/* .intro_tit>div { opacity: 0; } */
.intro_tit h2 { font-family: 'HanwhaGothic'; font-size: 3.75rem; line-height: 100%; font-weight: 400; letter-spacing: -0.25rem; opacity: 0; letter-spacing: 2rem; padding-left: 2rem; width: 300%; margin-left: -100%; }
.intro_tit h3 { font-size: 1.375rem; line-height: 100%; margin-top: 1.625rem; opacity: 0; }
.intro_tit.tit03 h3 { transform: translateY(2rem); }

.intro_img_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; }
.intro_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; transform: scale(1.2); }
.intro_img.img02 { background: url(../img/intro_img01.jpg) center no-repeat; background-size: cover; }
.intro_img.img03 { background: url(../img/intro_img02.jpg) center no-repeat; background-size: cover; opacity: 0.6; }

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


.intro_wrap.intro .intro_tit.tit01 h3 { opacity: 1; transition: 1.5s 0s; }

.intro_wrap.intro2 .intro_bg>div:nth-child(2n-1)>div:nth-child(2n-1) { transform: rotate(90deg) scale(0); transition: 2.0s 0s; }
.intro_wrap.intro2 .intro_bg>div:nth-child(2n-1)>div:nth-child(2n) { transform: rotate(-90deg) scale(0); transition: 2.4s 0s; }
.intro_wrap.intro2 .intro_bg>div:nth-child(2n)>div:nth-child(2n) { transform: rotate(90deg) scale(0); transition: 2.0s 0s; }
.intro_wrap.intro2 .intro_bg>div:nth-child(2n)>div:nth-child(2n-1) { transform: rotate(-90deg) scale(0); transition: 2.4s 0s; }
.intro_wrap.intro2 .intro_tit.tit01 { opacity: 0; transition: 1.0s 0.4s; }
.intro_wrap.intro2 .intro_tit.tit02 h3 { opacity: 1; transition: 1.5s 1.0s; }
.intro_wrap.intro2 .intro_img.img02 { transform: scale(1); transition: 4.5s 0s; }

.intro_wrap.intro3 .intro02 { opacity: 0; transition: 1.5s 0s; }
.intro_wrap.intro3 .intro_img.img03 { transform: scale(1); transition: 4.5s 0s; }
/* .intro_wrap.intro3 .intro_tit.tit03 h2 { opacity: 1; transform: translate(0); transition: 1.5s 1.2s; } */
.intro_wrap.intro3 .intro_tit.tit03 h2 { opacity: 1; letter-spacing: 0; padding-left: 0; transition: all 2.0s 0.8s,opacity 1.5s 0.8s; }
.intro_wrap.intro3 .intro_tit.tit03 h3 { opacity: 1; transform: translate(0); transition: 1.5s 0.8s; }

/**/

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

.main_wrap { width: 100%; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; background-color: #000; }
.main_wrap::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/main_bg.png) center no-repeat; background-size: cover; z-index: 2; }

.main_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/main.jpg) center no-repeat; background-size: cover; transform: scale(1.2); }

.main_txt_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 10; display: flex; justify-content: center; align-items: center; text-align: center; color: #fff; text-align: center; opacity: 0; transform: translateY(-3rem); }
.main_txt_box>div { transform: translateY(-9rem); position: relative; }
.main_txt_box h5 { font-size: 1.125rem; line-height: 100%; }
.main_txt_box h2 {  font-size: 3.5rem; line-height: 100%; font-weight: 400; margin-top: 1.125rem; }
.main_txt_box h2 span.hw { font-family: 'hw'; font-size: 3.5rem; line-height: 100%;  margin-top: 1.125rem; }
.main_txt_box h2 span.forena { font-family: 'forena'; vertical-align: middle;}

.main_txt { position: absolute; right: 6.25rem; bottom: 6.75rem; z-index: 9; text-align: left; opacity: 0; transform: translate(7rem,-1rem); }
.main_txt h2 { font-family: 'antro'; font-size: 2.5rem; line-height: 94%; color: #fff; transform: rotate(0deg); letter-spacing: 0; }
.main_txt h2 b { font-size: 4.125rem; font-weight: 500; }
.main_txt h2 span { display: inline-block; margin-left: 15.75rem; }

.main_guest_wrap { position: absolute; left: 6.25rem; bottom: 4rem; z-index: 99; display: flex; justify-content: flex-start; align-items: center; opacity: 0; transform: translateX(-5rem); }
.main_guest_wrap.pr {  bottom: 12rem; }
.main_guest_wrap.pr p { font-weight: bold; color: #052f57; }
.main_guest { width: 6rem; height: 6rem; margin: auto; border-radius: 100%; z-index: 99; cursor: pointer; position: relative; display: flex; justify-content: center; align-items: center; opacity: 1; background-color: #fff; }
.main_guest_bg { width: 150.6849%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(1) rotate(0); animation: main_guest_bg 22s 0s linear infinite; }
.main_guest h5 { font-size: 0.6875rem; line-height: 114%; font-weight: 500; }
.main_guest p { font-size: .7rem; line-height: 100%; font-weight: 300; color: #000; position: relative; z-index: 9; transform: translateY(.7rem); }
.main_guest p span { font-size: 10px; text-transform: uppercase; opacity: 0.8; }
.main_guest img:first-child { position: absolute; left: 0; top: -24px; right: 0; bottom: 0; margin: auto; z-index: 1; }

.main_guest_txt { text-align: left; color: #fff; display: flex; justify-content: flex-start; align-items: center; margin-left: 2.75rem; }
.main_guest_txt h3 { font-size: 1.375rem; line-height: 100%; font-weight: 200; display: inline-block; position: relative; }
.main_guest_txt h3 b { font-weight: 700; }
.main_guest_txt h3::after { content: ''; width: 100%; height: 1px; background-color: #fff; position: absolute; left: 0; bottom: -0.25rem; }
.main_guest_txt p { font-size: 0.875rem; line-height: 100%; margin-left: 0.625rem; }
.main_guest_txt img { width: 25.25rem; transform: translateY(-1rem); transform: translate(10rem,-2rem); opacity: 0; }

.pr_quick { display: flex; justify-content: center; position: fixed; z-index: 10; width: 60px; background-color: #8b634b; right:-60px;  top: 35%; text-align:center; line-height:110%;}
.pr_quick a { display: flex; align-items: center; color: #fff; writing-mode: vertical-rl; text-orientation: upright; letter-spacing: 4px; width: 100%; padding:2.5rem 0;  }
.pr_quick a img { margin-top: 1rem; }


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



.main_wrap.on .main_img { transform: scale(1); transition: 2.5s 0s; }
.main_wrap.on .main_txt { transform: translate(0); opacity: 1; transition: 1.5s 0.6s; }
.main_wrap.on .main_guest_wrap { transform: translate(0); opacity: 1; transition: 1.5s 0.6s; }
.main_wrap.on .main_txt_box { transform: translate(0); opacity: 1; transition: 1.5s 0.6s; }
.main_wrap.on .pr_wrap { bottom: 0; opacity: 1; transition: 1.5s 0.6s; }
.main_wrap.on .pr_quick { right: 0; opacity: 1; transition: 1.5s 0.8s; }


.pr_wrap{position: relative; bottom: -109px;}
.pr_bg{position: relative; z-index: 100; top: calc(-100vh + -109px); background: #000; opacity: .8; width: 100vw; height: 100vh; transition: all 0.7s ease;}
.pr_mv{position: absolute; z-index: 100; right: 0; bottom: -513px; width: 820px; background: #fff; transition: all 0.7s ease;}
.pr_mv .tit{display: flex; align-items: center; padding: 40px 60px; border-bottom: 1px solid #565656;}
.pr_mv .tit p{margin-left: 26px; font-size: 1.2rem; color: #565656;}
.pr_mv .tit p::before{position: absolute; margin-top: 4px; margin-left: -11px; content: '';width: 1px; height: 24px; background: #9a9a9a;}
.pr_mv .youtube{width: 97px; height: 22px;}

.pr_mv .swiper_pr{ padding: 50px 40px;}
.pr_mv .swiper_pr .swiper-wrapper .box{ padding: 0; height:fit-content; }
.pr_mv .swiper_pr .swiper-pagination-pr{ bottom: 20px;}

.pr_mv .box{display: flex; flex-wrap: wrap; gap:50px; height: 412px; padding: 50px 40px;}
.pr_mv .box>div a{display: flex; gap: 25px; align-items: center;}
.pr_mv .box .thumb{position: relative; border: 1px solid #bcbcbc;}
.pr_mv .box .thumb::after { content: ''; width: 0%; height: 1px; background-color: #000; position: absolute; left: -1px; top: -1px; transition: 0.3s; }
.pr_mv .box .thumb::before { content: ''; width: 1px; height: 0%;; background-color: #000; position: absolute; right: -1px; top: -1px; transition: 0.3s; }
.pr_mv .box .thumb span::after { content: ''; width: 0%; height: 1px; background-color: #000; position: absolute; right: -1px; bottom: -1px; transition: 0.3s; }
.pr_mv .box .thumb span::before { content: ''; width: 1px; height: 0%;; background-color: #000; position: absolute; left: -1px; bottom: -1px; transition: 0.3s; }

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


.pr_mv .box .txt{text-align: left;}
.pr_mv .box .txt h2{font-size: 1.25rem; font-weight: bold;}
.pr_mv .box .txt p{font-size: .813rem; margin-top: 10px;}

.pr_wrap.active .pr_mv{bottom: 0;}
.pr_wrap.active .pr_bg{top: 0;}
/*close*/
.toggle-btn { width: 109px; height: 109px; position: absolute; right: 0; top: 0; background: #000; cursor: pointer;}
.toggle-btn .line {
  position: absolute; width: 6px; height: 23px;
  background: yellow;
  transition: all 0.3s ease; transform-origin: center center; left: 50%;
}

/* ↑ 상태 기본 위치 */
.toggle-btn .line1 { top: 24px; height: 20px!important; transform-origin: bottom; transform: translateX(-50%) rotate(-135deg);}
.toggle-btn .line2 { top: 43px; transform: translateX(-50%) rotate(-45deg); transform-origin: top left;}
.toggle-btn .line3 { bottom: 28px; height: 34px; transform: translateX(-50%) rotate(0deg); margin-left: 1px;}

/* X 상태 (토글된 상태) */
.pr_wrap.active .toggle-btn .line1 { top: 38px;height: 37px!important; transform-origin: center center; transform: translateX(-50%) rotate(45deg);}
.pr_wrap.active .toggle-btn .line2 { top: 38px;height: 37px; transform-origin: center center; transform: translateX(-50%) rotate(-45deg);}
.pr_wrap.active .toggle-btn .line3 { opacity: 0;}
/*close*/

/**/

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

.premium_wrap { width: 100vw; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: flex-start; align-items: center; transition: 0.8s; }
.premium_wrap::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/premium_bg.jpg) center no-repeat; background-size: cover; transition: 0.8s 0s; z-index: 2; }

.premium_wrap>div { width: 200vw; height: 100%; display: flex; justify-content: flex-start; align-items: center; transition: 0.8s; position: relative; z-index: 9; }

.premium_content_box { width: 100vw; height: 100%; display: flex; justify-content: center; align-items: flex-end; }
.premium_content_box>div { width: 90%; max-width: 1600px; display: flex; justify-content: flex-start; align-items: flex-end; gap: 25rem; }
.premium_content_box:first-child { align-items: center; }
.premium_content_box:first-child>div { gap: 3.75rem; align-items: flex-start; transform: translateY(2rem); }

.premium_content { transition: 0.8s; }
.premium_content:nth-child(1) { margin-bottom: 15rem; margin-bottom: 18rem; }
.premium_content:nth-child(2) { margin-left: 3.75rem; }
/* .premium_content.con03,
.premium_content.con05 { transform: translateX(-7rem); } */
.premium_content.con02 { margin-top: 16rem; }
.premium_content.con03 { /*margin-top: 2.5rem;*/ margin-left: 10rem; }

.premium_img_box { position: relative; }
.premium_img { width: 100%; max-width: 504px; max-width: 444px; overflow: hidden; border-radius: 100% 0 100% 100%; position: relative; }
.premium_img img { width: 100%; transform: scale(1.2); }
.premium_content:nth-child(2) .premium_img { /*max-width: 263px;*/ transform: translateY(-0rem); border-radius: 100% 100% 100% 0; }
.premium_content:nth-child(3) .premium_img { border-radius: 100% 100% 0 100%; }
.premium_img.img05 { transform: translateY(-10rem) !important; }

/*.premium_img.img01 { max-width: 400px; }*/
/*.premium_img.img03 { max-width: 300px; }*/

.premium_per { position: absolute; left: 0; bottom: 0; opacity: 0; transform: translateX(-4rem); }
.premium_content:nth-child(2) .premium_per { width: 20%; top: 6rem; left: revert; /*right: -4rem;*/ opacity: 0; transform: translateX(3rem); }
.premium_per.per01 { left: -2rem; bottom: -11.5rem; display: none; }
.premium_per.per02 { width: 6.25rem; top: 16rem !important; right:20rem !important; bottom: -12.5rem; }
.premium_per.per03 { width: 9.25rem; left: -4rem; bottom: -4rem; }
.premium_per.per04 { left: 1rem; bottom: -8.5rem; }
.premium_per.per05 { right: 3.75rem; bottom: 2rem; transition: 1.2s 0s; }

.premium_tit_box { font-family: 'HanwhaGothic'; width: 20.75rem; position: absolute; text-align: left; right: -9.5rem; top: 4rem; z-index: 9; transform: translateX(-5rem); opacity: 0; color: #052f57; }
.premium_tit_box h4 { font-size: 1.75rem; line-height: 100%; font-weight: 100; }
.premium_tit_box h2 { font-size: 3.5rem; line-height: 100%; font-weight: 600; text-align: right; margin-top: 0.5rem; }
.premium_content:nth-child(2) .premium_tit_box { width: 20.25rem; right: -20rem; top: 8.5rem; }
.premium_tit_box.box02 { top: 12rem !important; right: -21rem !important; }
.premium_tit_box.box03 { right: -4rem; top: 7rem; width: 22.75rem; }
.premium_tit_box.box05 { right: -8rem; }
/* .premium_content:nth-child(2) .premium_tit_box h4 { font-size: 1.5rem; }
.premium_content:nth-child(2) .premium_tit_box h2 { font-size: 3rem; } */
.premium_tit_box.white { color: #fff; }

.premium_txt_box { width: 29rem; position: absolute; text-align: left; right: -17rem; bottom: -9rem; z-index: 9; }
/* .premium_txt_box::before { content: ''; width: 1px; height: 9rem; height: 0; position: absolute; background-color: #8c8c8c; left: -1.875rem; top: -0.5rem; } */
.premium_txt_box h3 { color: #052f57; font-size: 1.25rem; font-size: 1.375rem; line-height: 135%; font-weight: 600; opacity: 0; transform: translateY(3rem); }
.premium_txt_box p { font-size: 0.9375rem; font-size: 1.0625rem; line-height: 147%; opacity: 0.7; font-weight: 500; margin-top: 1.25rem; opacity: 0; transform: translateY(3rem); }
.premium_txt_box.box01 { right: -7rem; bottom: -11rem; }
.premium_content:nth-child(2) .premium_txt_box { /*bottom: revert;*/ right: -18rem; top: -18rem; }
.premium_txt_box.box02 { top: 20rem!important; bottom: 0; right: -32.25rem !important; }
/* .premium_content:nth-child(2) .premium_txt_box::before { height: 13.125rem; height: 0; top: 5.5rem; } */




.premium_wrap.active2>div { transform: translate(-100vw); }

.premium_wrap.on .premium_img.img01 img,
.premium_wrap.on .premium_img.img02 img,
.premium_wrap.on .premium_img.img03 img { transform: scale(1); transition: 2.5s 0s; }
.premium_wrap.on .premium_per.per01,
.premium_wrap.on .premium_per.per02,
.premium_wrap.on .premium_per.per03 { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.premium_wrap.on .premium_tit_box.box01,
.premium_wrap.on .premium_tit_box.box02,
.premium_wrap.on .premium_tit_box.box03 { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.premium_wrap.on .premium_txt_box.box01 h2,
.premium_wrap.on .premium_txt_box.box02 h2,
.premium_wrap.on .premium_txt_box.box03 h2 { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.premium_wrap.on .premium_txt_box.box01 h3,
.premium_wrap.on .premium_txt_box.box02 h3,
.premium_wrap.on .premium_txt_box.box03 h3 { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.premium_wrap.on .premium_txt_box.box01 p,
.premium_wrap.on .premium_txt_box.box02 p,
.premium_wrap.on .premium_txt_box.box03 p { opacity: 0.7; transform: translate(0); transition: 1.2s 0.8s; }

.premium_wrap.on2 .premium_img.img04 img,
.premium_wrap.on2 .premium_img.img05 img { transform: scale(1); transition: 2.5s 0s; }
.premium_wrap.on2 .premium_per.per04,
.premium_wrap.on2 .premium_per.per05 { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.premium_wrap.on2 .premium_tit_box.box04,
.premium_wrap.on2 .premium_tit_box.box05 { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.premium_wrap.on2 .premium_txt_box.box04 h2,
.premium_wrap.on2 .premium_txt_box.box05 h2 { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.premium_wrap.on2 .premium_txt_box.box04 h3,
.premium_wrap.on2 .premium_txt_box.box05 h3 { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }
.premium_wrap.on2 .premium_txt_box.box04 p,
.premium_wrap.on2 .premium_txt_box.box05 p { opacity: 0.7; transform: translate(0); transition: 1.2s 0.8s; }

/* .premium_wrap.on3 .premium_content.con03 { transform: translate(0); } */

/**/

.news_wrap { width: 100%; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: flex-end; align-items: center; background-color: #c6c6c6; }
.news_box { width: 100%; position: relative; display: flex; justify-content: flex-end; align-items: center; }
.news_box>div:first-child { width: 90%; max-width: 1760px; position: relative; z-index: 9; transform: translateY(1rem); display: flex; justify-content: space-between; align-items: center; }

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

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

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

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

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

.news_tit { text-align: left; margin-top: -3rem; opacity: 0; transform: translateX(-5rem); color: #fff; }
.news_tit h5 { font-size: 1.375rem; line-height: 100%; }
.news_tit h2 { font-family: 'HanwhaGothic'; font-size: 3.75rem; line-height: 100%; text-transform: uppercase; margin-top: 1.125rem; }

.swiper_news { width: 100%; max-width: 1100px; padding: 3.125rem; margin: 0; opacity: 0; }
/* .swiper_iswiper_newsnsta .swiper-wrapper { gap: 3rem; } */

.news_content { width: 26.125rem; height: 37.25rem; background-color: #fff; display: block; position: relative; border: 1px solid #b3b3b3; text-align: left; transition: 0.5s; }
.news_content a { display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start; padding: 3.875rem 3rem; box-sizing: border-box; }
.news_content a::before { content: ''; width: 0; height: 1px; position: absolute; left: -1px; top: -1px; background-color: #000; transition: 0.5s; }
.news_content a::after { content: ''; width: 0; height: 1px; position: absolute; right: -1px; bottom: -1px; background-color: #000; transition: 0.5s; }
.news_content a span { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.news_content a span::before { content: ''; width: 1px; height: 0; position: absolute; left: -1px; bottom: -1px; background-color: #000; transition: 0.5s; }
.news_content a span::after { content: ''; width: 1px; height: 0; position: absolute; right: -1px; top: -1px; background-color: #000; transition: 0.5s; }
.news_content a span.hw,.news_content a span.forena{font-family: 'HanwhaGothic'!important; position:static!important; font-weight: 200!important;}

.news_content:hover { box-shadow: 0 0 30px rgba(0,0,0,0.3); }

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

.news_content h5 { font-size: 0.875rem; line-height: 100%; color: #8b634b; }
.news_content h2 { font-size: 1.375rem; line-height: 136%; margin-top: 1.125rem; height: 3.75rem; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; }
.news_content h2 br { display: none; }
.news_content p { font-size: 0.875rem; line-height: 178%; opacity: 0.7; font-weight: 500; margin-top: 1.25rem; height: 7.875rem; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 5; line-clamp: 5; -webkit-box-orient: vertical; }
.news_content h6 { font-size: 0.75rem; line-height: 100%; margin-top: 2.5rem; }

.news_go { position: absolute; right: 3rem; bottom: 3rem; opacity: 1; transition: 0.5s; display: flex; justify-content: flex-end; align-items: center; gap: 0.75rem; }
/* .news_go::after { content: '' ;width: 40px; height: 40px; position: absolute; right: 0; top: 0; border-radius: 100%; background-color: #000; opacity: 0.4; z-index: 1; } */
.news_go h4 { font-size: 0.75rem; line-height: 100%; }
.news_go>div { display: inline-block; width: 2.25rem; height: 1px; background-color: #606060; position: relative; z-index: 9; }
/* .news_go>div::before { content: ''; width: 100%; height: 1px; background-color: #000; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; }
.news_go>div::after { content: ''; width: 6px; height: 6px; border-right: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(-45deg); position: absolute; right: 0; top: 0; bottom: 0; margin: auto; } */

.news_arrow { display: flex; justify-content: flex-start; align-items: center; z-index: 10; opacity: 0; margin-top: 5.625rem; }
.news_arrow>div { display: flex; justify-content: center; align-items: center; gap: 0px; }
.news_arrow .swiper-pagination { width: 42px; font-family: 'HanwhaGothic', sans-serif; display: flex; color: #fff; justify-content: center; align-items: center; gap: 8px; bottom: 0; position: relative; margin: 0; padding: 0; font-size: 12px; line-height: 100%; transform: translateY(-1px); }
.news_arrow .swiper-pagination span { width: 13px; }
.news_arrow .swiper-pagination .slash { width: 1px; height: 9px; background-color: #fff; display: block; transform: translateY(1px); }
/* .news_arrow .swiper-pagination4 .swiper-pagination-total { opacity: 0.5; } */
.news_arrow .swiper-button-prev,
.news_arrow .swiper-button-next { width: 25px; height: 25px; position: relative; bottom: 0; left: 0; outline: none; margin: 0; padding: 0; }
.news_arrow .swiper-button-prev::after { content: ''; width: 6px; height: 6px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border-left: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(45deg); }
.news_arrow .swiper-button-next::after { content: ''; width: 6px; height: 6px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border-right: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(-45deg); }


.news_wrap.on .news_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.news_wrap.on .swiper_news { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }
.news_wrap.on .news_arrow { opacity: 1; transform: translate(0); transition: 1.2s 0.4s; }

/*  */

.location_wrap { width: 100vw; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: center; }
.location_wrap::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/location_bg.jpg) center no-repeat; background-size: cover; z-index: 2; mix-blend-mode: multiply; opacity: 0; animation: bgbg 9.0s 0s infinite; }

.location_tit_box { text-align: left; color: #fff; }
.location_tit_box>div { opacity: 0; transform: translateX(-5rem); }
.location_tit_box h4 { font-size: 1.375rem; line-height: 100%; font-weight: 100; }
.location_tit_box h2 { font-family: 'HanwhaGothic'; font-size: 3.75rem; line-height: 100%; margin-top: 0.625rem; }

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

.location_content_box { width: 100%; height: 100%; position: absolute; right: 0; top: 0; z-index: 9; display: flex; justify-content: center; align-items: center; text-align: center; }
.location_content span { width: 100%; height: 100%; display: block; position: absolute; z-index: -1; left: 0; top: 0;}
.location_content span::before { content: ''; width: 0%; height: 1px; position: absolute; background-color: #fff; left: 0; right: 0; bottom: 0; margin: auto; opacity: 0.2; }
.location_content span::after { content: ''; width: 1px; height: 0%; position: absolute; background-color: #fff; right: 0; top: 0; bottom: 0; margin: auto; opacity: 0.2; }

/*.location_content_box>div { width: 100%; max-width: 1600px; display: flex; justify-content: space-between; align-items: center; color: #fff; transform: translateY(2rem); }*/
/*
.location_content_box>div>div:last-child { width: 63rem; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.location_content.op0 { opacity: 0 !important; }
.location_content { width: 21rem; height: 18.75rem; display: flex; justify-content: center; align-items: center; position: relative; }
.location_content>div { opacity: 0; }
.location_content p { font-size: 1rem; line-height: 125%; opacity: 1; margin-top: 1rem; font-weight: 300; }
*/





.location_wrap.on .location_bg>div:nth-child(2n-1)>div:nth-child(2n-1) { transform: rotate(90deg) scale(1.01); transition: 1.4s 0s; }
.location_wrap.on .location_bg>div:nth-child(2n-1)>div:nth-child(2n) { transform: rotate(-90deg) scale(1.01); transition: 1.8s 0s; }
.location_wrap.on .location_bg>div:nth-child(2n)>div:nth-child(2n) { transform: rotate(90deg) scale(1.01); transition: 1.4s 0s; }
.location_wrap.on .location_bg>div:nth-child(2n)>div:nth-child(2n-1) { transform: rotate(-90deg) scale(1.01); transition: 1.8s 0s; }
.location_wrap.on::after { opacity: 1; transition: opacity 1.2s 0.6s; }
.location_wrap.on .location_content>div { opacity: 1; transition: 1.5s 0.8s; }
.location_wrap.on .location_tit_box>div { opacity: 1; transform: translate(0); transition: 1.5s 0.8s; }
.location_wrap.on .location_content span::before { width: 90%; transition: 1.8s 0.8s; }
.location_wrap.on .location_content span::after { height: 90%; transition: 1.8s 0.8s; }
.location_wrap.on .location_content:nth-child(n+4) span::before { width: 0; }
.location_wrap.on .location_content:nth-child(3n) span::after { height: 0; }

.pr_tit { position: relative; z-index: 1; text-align: center; opacity: 0; transform: translateY(-3rem); }
.pr_tit h2 { font-family: 'HanwhaGothic'; font-size: 3.75rem; line-height: 100%; font-weight: 600; color: #fff; }
.pr_tit h5 { font-size: 1.125rem; line-height: 100%; margin-top: 1rem; opacity: 0.7; font-weight: 500; color: #fff; }
.location_wrap.on .pr_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }

#section3 .pr_box{display: flex; justify-content: center; align-items: center; gap:3rem;}
#section3 .pt_tit {font-size: 25px; color:#fff; text-align: left; font-weight: 100;}
#section3 .pt_tit span {font-weight: 600;}

#section3 .pr_box { width: 90%; height: 620px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }

#section3 .pr_left { float: left; width: 1000px; opacity: 0; transform: translateX(-80px); }
#section3 .pr_bt { display: flex; justify-content: space-bewteen; }
#section3 .pr_bt li { width: 100%; text-align: center; font-size: 15px; color: #848b93; border-bottom: 7px solid #848b93; margin-right: 13px; padding-bottom: 11px; cursor: pointer; }
#section3 .pr_bt li:last-child { margin-right: 0; }
#section3 .pr_bt li.active { color: #fff; border-bottom: 7px solid #fff; }
#section3 .pr_vd_box{ display: flex; flex-wrap: wrap; gap: 2rem;}
#section3 .pr_vd { position: relative; width: 100%; max-width: 1000px; padding-top: 56.25%; outline: 1px solid #fff; outline-offset: 10px; border-radius: 3rem 0 3rem 0; }
#section3 .pr_vd:after { content:''; position: absolute; width: 100%; height: 30%; left: 0; top: 0; z-index: 99; }
#section3 .pr_vd iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; border-radius: 3rem 0 3rem 0;} 

#section3 .pr_txt_box { position: absolute; right: -80px; top: 150px; color: #fff; text-align: left; transform: rotate(calc(90deg - 0.01deg)); }
#section3 .pr_txt { opacity: 0; transform: translateX(60px); }
#section3 .pr_txt_box p { font-size: 15px; line-height: 28px; margin-top: 45px; font-weight: 300; opacity: 0; transform: translateX(60px); }

#section3 .location_wrap.on .pr_txt { transition: 1.2s 0.2s; opacity: 1; transform: translateX(0); }
#section3 .location_wrap.on .pr_txt_box p { transition: 1.2s 0.4s; opacity: 1; transform: translateX(0); }
#section3 .location_wrap.on .pr_left { transition: 1.2s 0.6s; opacity: 1; transform: translateX(0); }



/*  */

.contact_wrap { width: 100%; height: 100vh; position: relative; transition: 0.8s; display: flex; justify-content: center; align-items: center; overflow: hidden; }
.contact_wrap::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: url(../img/location_bg.jpg) center no-repeat; background-size: cover; animation: bgbg 9.0s 0s infinite; }

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

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

.contact_tit { text-align: center; opacity: 0; transform: translateY(-3rem); }
.contact_tit h2 { font-family: 'HanwhaGothic'; font-size: 3.75rem; line-height: 100%; font-weight: 600; color: #052f57; }
.contact_tit h5 { font-size: 1.125rem; line-height: 100%; margin-top: 1rem; opacity: 0.7; font-weight: 500; }

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

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

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

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

.sub_contact_map_box { width: 100%; width: 524px; height: 352px; border: 1px solid #cecece; position: relative; }
.sub_contact_map_box span { width: 100%; height: 100%; display: block; position: absolute; left: 0; top: 0; }
.sub_contact_map_box img { width: 100%; }

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

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

.sub_contact_txt_box { width: 100%; max-width: 524px; margin: 1.5625rem 0 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: 134%; margin-top: 0.5rem; opacity: 0.7; font-weight: 500; }
.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: 'HanwhaGothic'; width: auto; height: 36px; border: 2px solid #16416c; 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 #16416c; 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; }*/


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

/*  */

.right_scroll_wrap { width: 12px; height: 230px; margin: auto; overflow: hidden; position: absolute; z-index: 99; left: 32px; top: 0; bottom: 0; transform: translateY(0px); opacity: 1; display: none; }
.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: #052f57; 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: #052f57; }


/**/

#footer { overflow: visible; text-align: left; }

#footer {position: relative; z-index: 100; clear:both; width: 100%; background: #202020;}
#footer .footer_con {padding: 30px 70px; min-width: 1260px; margin:0 auto; position: relative;}
#footer .footer_con .logo {position: absolute; left: 70px; top: 30px;}
#footer .footer_con .footer_inner {padding-left: 248px;}
#footer .footer_con .footer_phone {padding-bottom: 20px;}
#footer .footer_con .footer_phone dl {display: inline-block; padding-left: 30px; font-size: 16px;}
#footer .footer_con .footer_phone dl:first-child {padding-left: 0}
#footer .footer_con .footer_phone dl dt {display: inline-block; font-family: 'HanwhaGothic'; color: #8b634b;}
#footer .footer_con .footer_phone dl dd {display: inline-block; padding-left: 10px; font-family:'HanwhaGothic',sans-serif; color: #999999;}
/* #footer .footer_con .footer_inner .address {} */
#footer .footer_con .footer_inner .address p {font-size: 12px; color: #666666; padding-bottom: 5px;}
#footer .footer_con .right_privacy {position: absolute; right:70px; top: 30px;}
#footer .footer_con .right_privacy a {display: inline-block; color: #fff; padding: 5px 0; margin-right: 30px;}


#footer .copyright { font-size: 14px; color: #666; }

.foot_summary {padding-top: 20px;}
/* .foot_summary ul {} */
.foot_summary ul li {margin-left: 20px; text-indent: -20px;}

/* .footer { width: 100%; padding: 3.25rem 0 4.25rem; box-sizing: border-box; z-index: 90; position: relative; box-sizing: border-box; letter-spacing: -0.0313rem; font-size: 0.9375rem; text-align: center; background-color: #052f57; color: rgba(255,255,255,0.4); font-weight: 400; }
.footer:after { content:''; width: 100%; height: 100vh; position: absolute; left: 0; top: -100vh; display: none; }
body.main .footer { border: none; }

.footer_logo { margin-bottom: 2.25rem; }

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

.footer p { line-height: 146%; margin-top: 1.25rem; }

.footer_const_img { width: 14.75rem; margin-top: 3.5rem; }

.footer_info { display: flex; justify-content: center; align-items: center; margin-top: 0.375rem; }
.footer_info li { padding: 0 0.625rem; line-height: 100%; position: relative; }
.footer_info li:after { position: absolute; content:''; width: 1px; height: 0.8125rem; background-color: #fff; opacity: 1; right: 0; bottom: 0; top: 1px; margin: auto; }
.footer_info li span { color: #489b7f; }
.footer_info li:last-child:after { display: none; }

.footer h6 { line-height: 100%; margin-top: 2.875rem; letter-spacing: 0; color: #fff; }


.top_bt { width: 48px; height: 48px; background-color: #000; z-index: 99999; position: absolute; right: 6.25rem; margin: auto; top: 0px; opacity: 0; cursor: pointer; transition: 0.6s 0s; }
.top_bt:before { content:''; width: 8px; height: 8px; position: absolute; left: 0; right: 0; top: 2px; bottom: 0; margin: auto; border-left: 1px solid #fff; border-top: 1px solid #fff; transform: rotate(45deg); z-index: 9; }


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


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

/*서브*/

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

.sub_top { position: relative; left: 0; top: 0; width: 100%; height: 25rem; 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 no-repeat; background-size: cover; z-index: 2; opacity: 0; }
.sub_top_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; animation: sub_top_bg 2.5s 0s both; }

.sub_top_img.img01 { background: url(../img/top_img_0.jpg) center no-repeat; background-size: cover; }
.sub_top_img.img02 { background: url(../img/top_img_1.jpg) center no-repeat; background-size: cover; }
.sub_top_img.img03 { background: url(../img/top_img_2.jpg) center no-repeat; background-size: cover; }
.sub_top_img.img04 { background: url(../img/top_img_4.jpg) center no-repeat; background-size: cover; }
.sub_top_img.img05 { background: url(../img/top_img_3.jpg) center no-repeat; background-size: cover; }
.sub_top_img.img06 { background: url(../img/top_img_5.jpg) center no-repeat; background-size: cover; }

.sub_top_txt { width: 100%; max-width: 1000px; height: 100%; margin: auto; position: absolute; left: 0; right: 0; top: 0%; display: flex; justify-content: center; align-items: center; z-index: 9; text-align: center; animation: sub_top_txt 1.0s 0.2s both; color: #fff; }
.sub_top_txt>div { transform: translateY(2rem); }
.sub_top_txt h2 { font-family: "HanwhaGothic";  font-size: 3rem; line-height: 100%; color: #fff; letter-spacing: 0.25rem; padding-left: 0.25rem; letter-spacing: 0; padding-left: 0; text-transform: uppercase; animation: sub_top_txt2111 1.2s 1.0s both; }
.sub_top_txt h5 { font-size: 1.125rem; line-height: 100%; margin-top: 0.75rem; opacity: 0.4; }

@keyframes sub_img {
	from { background: url(../img/sub_top.jpg) center bottom no-repeat; background-size: cover; }
	to{ }
}
@keyframes sub_top_bg {
	from { transform: scale(1.2); }
	to{  }
}
@keyframes sub_top_txt {
	from { opacity: 0; }
	to{ }
}
@keyframes sub_top_txt2 {
	from { letter-spacing: 1.625rem; padding-left: 1.625rem;  }
	to{ }
}

#snb_wrap { width: 1000px; 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: 10rem; 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_line { width: 23px; height: 23px; background: url(../sub/sub_line.png) center no-repeat; background-size: cover; margin: auto; margin-top: 2.375rem; } */
#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: 'HanwhaGothic'; font-weight: 700; }
.sub_page { margin-top: 3.375rem; position: relative; }
.sub_page::after { content: ''; display: block; clear: both; }

.sub_ori { width: 100%; max-width: 1000px; 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: #052f57 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; color: #999; font-weight: 500; letter-spacing: -1px; position: relative; }
.sub_ori ul li:before { content:'·'; position: absolute; left: -6px; margin-right: 2px; }

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

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


/**/

.sub_img_wrap { width: 100%; max-width: 1000px; margin: auto; height: auto; position: relative; padding-bottom: 5rem; }
.sub_img_wrap img { width: 100%; max-width: 1000px; }
.sub_img_wrap img.half { width: 50%; float: left; }

.sub_page.img { width: 100%; max-width: 1000px; margin: auto; margin-top: 3.125rem; height: auto; position: relative; }
.sub_page.img img { width: 100%; max-width: 1000px; }
.sub_img { opacity: 0; }
.sub_img.active { transform: translate(0); opacity: 1; transition: 1.2s 0.2s; }
.sub_page.img img.half { width: 50%; float: left; }


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

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

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

/**/

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

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

.sub_over_tit { text-align: left; margin-left: 3.25rem; }
.sub_over_tit h3 { font-size: 1.875rem; line-height: 100%; font-weight: 300; }
.sub_over_tit h2 { font-size: 2.5rem; line-height: 100%; font-weight: 700; margin-top: 0.625rem; }

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

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

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

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

.sub_over_top .main_txt_box { transform: scale(0.9); }
.sub_over_top .main_txt_box h2 { opacity: 1; }
.sub_over_top .main_txt_box h2>span>span:last-child { opacity: 1; transform: translateY(0rem); }
.sub_over_top .main_txt_box p { opacity: 1; }
.sub_over_top .main_line01::after { height: 100%; }
.sub_over_top .main_line02::after { width: 100%; }
.sub_over_top .main_line03::after { height: 100%; }
.sub_over_top .main_line04::after { width: 100%; }

.sub_over_img_box { width: 100%; position: relative; overflow: hidden; margin-top: 1.625rem; }
.sub_over_img_box>img:first-child { width: 100%; }

.sub_over_img_txt { width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; z-index: 9; text-align: center; color: #fff; }
.sub_over_img_txt h2 { font-size: 1.125rem; line-height: 100%; font-weight: 600; }
.sub_over_img_txt p { font-size: 0.875rem; line-height: 178%; opacity: 0.7; margin-top: 1.125rem; font-weight: 500; }
.sub_over_img_txt h3 { font-family: "HanwhaGothic"; font-size: 1.1875rem; line-height: 100%; margin-top: 2rem; }
.sub_over_img_box>h4 { position: absolute; text-align: left; left: 3.25rem; top: 2.25rem; color: #fff; font-size: 1rem; line-height: 188%; z-index: 9; }
.sub_over_txt { position: absolute; right: 2.875rem; bottom: 2.875rem; width: 24.3125rem; z-index: 9; } 

.sub_planning_bt_box { width: 100%; height: 3.375rem; display: flex; justify-content: space-between; align-items: center; margin-bottom: 3.375rem; }
.sub_planning_bt_box>div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; color: #fff; text-align: center; background-color: #c5c5c5; cursor: pointer; }
.sub_planning_bt_box h4 { font-size: 1rem; /*line-height: 100%;*/ }
.sub_planning_bt_box>div.active { background-color: #000; }
.sub_planning_bt_box>div.selected { background-color: #000; }

.sub_planning_bt_box a { width: 100%; height: 100%; line-height:3.375rem;}

.swiper_planning { width: 80.9%; margin: 0; padding: 0; }
.swiper_planning .sub_planning_img { width: 100%; height: 50vw; max-height: 572px; }
.swiper_planning .sub_planning_img::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background: url(../sub/planning_bg.png) center no-repeat; background-size: cover; }

.sub_planning_img { width: 100%; height: 50vw; max-height: 572px; }
/*.sub_planning_img::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background: url(../sub/planning_bg.png) center no-repeat; background-size: cover; }*/

.sub_planning_img.img01 { background: url(../sub/planning01.jpg) center no-repeat; background-size: cover; }
.sub_planning_img.img02 { background: url(../sub/planning02.jpg) center no-repeat; background-size: cover; }
.sub_planning_img.img03 { background: url(../sub/planning03.jpg) center no-repeat; background-size: cover; }

/* .sub_planning_logo { position: absolute; left: 7.86%; bottom: 8.74%; z-index: 9; } */
.sub_planning_logo { width: 28.375rem; margin-top: 3.75rem; }

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

.swiper_planning_thumb .swiper-wrapper { display: flex; justify-content: space-between; flex-direction: column-reverse; }
.swiper_planning_thumb .swiper-slide { height: 100%; height: 18vw; max-height: 113px; cursor: pointer; border: none; overflow: hidden; margin-top: 1.25rem; 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: 5px 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_bottom>div:last-child {  } */
.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:nth-child(-n+2) { width: 48.25%; } */
.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_location_wrap { width: 100%; max-width: 1000px; margin: auto; height: auto; position: relative; text-align: left; padding-bottom: 6.25rem; }

/* .sub_location_tit { transform: translate(0); position: relative; z-index: 9; display: inline-block; }
.sub_location_tit h5 { font-size: 1.0625rem; line-height: 100%; opacity: 0.7; opacity: 0; transform: translateX(5rem); }
.sub_location_tit h3 { font-family: 'gg'; font-size: 3rem;  line-height: 125%; margin-top: 0.75rem; opacity: 0; transform: translateX(5rem); }
.sub_location_tit h2 { font-family: 'copperplate'; font-size: 1.5625rem; line-height: 100%; font-weight: 700; 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_map_box { width: 100%; display: flex; justify-content: space-between; align-items: flex-end; position: relative; margin-top: 4.75rem; border: 1px solid #000; box-sizing: border-box; opacity: 0; border: none; margin-top: 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: -148%; cursor: move; display: flex; justify-content: center; align-items: center; }
.sub_location_map img { width: 16.8%; }
.sub_location_map.active img { transform: scale(1.2); }
.sub_location_map.active2 img { transform: scale(1.45); }

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

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

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


.sub_location_bottom { width: 100%; margin: auto; position: relative; margin-top: 4.5rem; }

.sub_location_tit { text-align: center; opacity: 0; }
.sub_location_tit h3 { font-size: 22px; line-height: 100%; font-weight: 400; }
.sub_location_tit h2 { font-size: 38px; line-height: 100%; margin-top: 0.75rem; font-weight: 200; letter-spacing: -0.0625rem; }
.sub_location_tit h2 b { font-weight: 700; }

.sub_location_bg { position: absolute; z-index: 9; position: absolute; right: 0; top: -13rem; opacity: 0; }

.sub_location_content_box { display: flex; width: 100%; position: relative; justify-content: space-between; align-items: flex-start; gap: 1.875rem; flex-wrap: wrap; margin-top: 1.875rem; }
.sub_location_content { width: calc(50% - 1.875rem); }
.sub_location_content>div { width: 100%; height: 5.625rem; display: flex; position: relative; justify-content: center; align-items: center; border: 1px solid #ababab; opacity: 0; }
.sub_location_content h3 { font-size: 1rem; line-height: 100%; position: relative; z-index: 9; }

.sub_location_content>div span { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; }
.sub_location_content>div:before { content:''; width: 0; height: 1px; background-color: #000; position: absolute; left: -1px; top: -1px; transition: 0.4s; }
.sub_location_content>div:after { content:''; width: 1px; height: 0; background-color: #000; position: absolute; right: -1px; top: -1px; transition: 0.4s; }
.sub_location_content>div span:before { content:''; width: 0; height: 1px; background-color: #000; position: absolute; right: -1px; bottom: -1px; transition: 0.4s; }
.sub_location_content>div span:after { content:''; width: 1px; height: 0; background-color: #000; position: absolute; left: -1px; bottom: -1px; transition: 0.4s; }

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

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

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

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


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


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

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

/*  */

.sub_premium_wrap { width: 100%; max-width: 1000px; margin: auto; height: auto; position: relative; padding-bottom: 5.25rem; text-align: left; }

.sub_premium_top { width: 100%; height: 52.75rem; position: relative; }

.sub_premium_content { position: absolute; z-index: 9; opacity: 0; transform: translateX(5rem); }
.sub_premium_content>div { display: flex; justify-content: flex-start; align-items: center; gap: 1.375rem; }
.sub_premium_content.con01 { left: 0; top: 6rem; }
.sub_premium_content.con02 { right: 0; top: 8.375rem; transform: translateX(-5rem); }
.sub_premium_content.con03 { left: 8.875rem; top: 26.25rem; }
.sub_premium_content.con03>div { flex-wrap: wrap; }
.sub_premium_content.con03>div>div { width: 100%; }
.sub_premium_content.con04 { right: 1.875rem; top: 35.625rem; transform: translateX(-5rem); }
.sub_premium_content.con04 img { order: 2; }
.sub_premium_content h3 { font-size: 1.25rem; line-height: 100%; font-weight: 700; }
.sub_premium_content p { font-size: 0.875rem; line-height: 178%; margin-top: 1.125rem; opacity: 0.7; font-weight: 500; }

.sub_premium_circle_box { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; }
.sub_premium_circle_box>div { position: absolute; border-radius: 100%; transform: scale(0); }
.sub_premium_circle01 { width: 28.125rem; height: 28.125rem; background-color: #9e755b; opacity: 0.11; left: 0; top: 0; }
.sub_premium_circle02 { width: 34.5rem; height: 34.5rem; border: 0.0625rem solid #ababab; opacity: 0.5; z-index: 9; right: 7.75rem; top: 13.375rem; }
.sub_premium_circle03 { width: 23rem; height: 23rem; background-color: #6775b8; opacity: 0.11; right: 0; bottom: 0; }
.sub_premium_circle04 { width: 9.75rem; height: 9.75rem; background-color: #67b8b3; opacity: 0.11; left: 19.625rem; bottom: 0.625rem; }

.sub_premium_logo_box { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 8; display: flex; justify-content: center; align-items: center; text-align: left; opacity: 0; }
.sub_premium_logo_box>div { transform: translateY(-2.5rem); }
.sub_premium_logo_box h4 { font-size: 1.03rem; line-height: 100%; }
.sub_premium_logo_box h3 { font-size: 1.25rem; line-height: 100%; margin-top: 0.375rem; font-weight: 700; }
.sub_premium_logo_box img { margin-top: -2.75rem; }

.sub_premium_bottom { width: 100%; margin-top: 5.375rem; text-align: left; display: flex; justify-content: space-between; align-items: flex-start; }

.sub_premium_chart { width: 100%; max-width: 503px; opacity: 0; position: relative; }
.sub_premium_chart:last-child { margin-top: 6.125rem; padding-left: 2.875rem; }
.sub_premium_chart:last-child::before {content: ''; width: 1px; height: 100%; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; background-color: #adadad; }

.sub_premium_txt_box { position: relative; margin-bottom: 2.125rem; }
.sub_premium_txt_box h2 { font-size: 1.375rem; line-height: 100%; margin-top: 0rem; font-weight: 400; }
.sub_premium_txt_box h2 b { font-size: 2rem; }
.sub_premium_txt_box p { font-size: 1rem; line-height: 100%; font-weight: 500; opacity: 0.7; margin-top: 0.875rem; }

.sub_premium_chart img { width: 100%; }
.sub_premium_chart h6 { font-size: 14px; line-height: 100%; font-weight: 500; opacity: 0.7; margin-top: 2.75rem; }





.sub_premium_circle_box>div.active { transform: scale(1); transition: 2s 0s; }
.sub_premium_content.active { transform: translate(0); opacity: 1; transition: 1.2s 0.2s; }
.sub_premium_logo_box.active { transform: translate(0); opacity: 1; transition: 1.2s 0.2s; }
.sub_premium_chart.active { transform: translate(0); opacity: 1; transition: 1.2s 0.2s; }

/*  */

.sub_life_wrap { width: 100%; max-width: 1000px; margin: auto; height: auto; position: relative; padding-bottom: 5.25rem; text-align: left; }

.sub_life_tit { position: absolute; top: 0; right: 11.25rem; z-index: 9; opacity: 0; transform: translateX(5rem); }
.sub_life_tit h4 { font-size: 1.375rem; line-height: 100%; color: #4b4b4b; }
.sub_life_tit h2 { font-size: 3.4375rem; line-height: 121%; color: #897d70; font-weight: 200; margin-top: 1.875rem; }
.sub_life_tit h2 b { font-weight: 700; }

.sub_life_box { display: flex; justify-content: space-between; align-items: flex-start;  }
.sub_life_content { display: flex; justify-content: flex-start; align-items: flex-end; gap: 2.375rem; opacity: 0; }
.sub_life_content.con01 { transform: translateY(-3rem); }
.sub_life_content.con02 { display: block; margin-top: 21.25rem; transform: translateX(-5rem); }
.sub_life_content.con03 { margin-left: 10.25rem; margin-top: -11.25rem; transform: translateY(3rem); }

.sub_life_img_box { overflow: hidden; border-radius: 5rem 0 0 0; position: relative; }
.sub_life_img_box.box02 { border-radius: 0 5rem 0 0; margin-bottom: 2.375rem; }

.sub_life_txt_box { display: flex; justify-content: flex-start; align-items: center; gap: 3.75rem; }
.sub_life_txt_box img { order: 2; }
.sub_life_txt_box h3 { font-size: 1.3125rem; line-height: 100%; font-weight: 600; color: #897d70; }
.sub_life_txt_box p { font-size: 1rem; line-height: 156%; opacity: 0.7; margin-top: 1.25rem; font-weight: 500; }
.sub_life_txt_box.box01 { display: block; }
.sub_life_txt_box.box01 h3 { margin-top: 2rem; }



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

/*  */

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

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

.sub_contact_map_box { width: 100%; width: 524px; height: 352px; border: 1px solid #d0d0d0; position: relative; }
.sub_contact_map_box span { width: 100%; height: 100%; display: block; position: absolute; left: 0; top: 0; }
.sub_contact_map_box img { width: 100%; }

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

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



.sub_contact_txt_box { width: 100%; max-width: 524px; margin: 1.5625rem 0 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: 134%; margin-top: 1.125rem; opacity: 0.7; font-weight: 500; }
.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 #16416c; 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 #16416c; 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; }*/


/*  */


.sub_contact_wrap.active .sub_contact_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.sub_contact_box.active .sub_contact_txt { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.sub_contact_box.active .sub_contact_map_box { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.sub_contact_box.active .sub_contact_add { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }

/**/

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

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

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

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

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

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

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

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

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

/**/

/* .news_wrap { width: 100%; max-width: 1000px; 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: 1000px; margin: auto; height: auto; position: relative; padding-bottom: 30px; }
.sub_vr_wrap img { width: 100%; max-width: 1000px; }

.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_pop { width: 95%; max-width: 1000px; 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: #052f57 !important; border: 1px solid #052f57 !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 #052f57; }
.vr_pop ul.tabs2 li.selected a, .vr_pop ul.tabs li.selected a:hover { color: #444; }

/*  */


.sub_privacy_wrap { width: 100%; max-width: 1000px; margin: auto; height: auto; position: relative; padding-bottom: 5.25rem; padding-bottom: 0; text-align: left; }

.sub_privacy_title { text-align: center; font-size: 1rem; line-height: 178%; letter-spacing: -1px; border-bottom: 1px solid #eee; border-top: 1px solid #eee; margin-bottom: 3.125rem; padding: 3.125rem 1.875rem; background: #eeeced; }

.sub_privacy_list { text-align: left; border-bottom: 1px solid #ddd; padding-bottom: 30px; margin-bottom: 30px; color: #333; }
.sub_privacy_list_title { margin-bottom: 0.9375rem; font-size: 1rem; font-weight: 800; }
.sub_privacy_list_con { font-size: 0.9375rem; word-break: keep-all; }

.sub_privacy_wrap table { width: 100%; border-left: 1px solid #ccc; border-top: 1px solid #ccc; margin-top: 1.875rem; border-collapse: collapse; }
.sub_privacy_wrap table th, table td { padding: 10px; font-size: 0.9375rem; color: #000; border-right: 1px solid #ccc; border-bottom: 2px solid #111; background: #f1f1f1; text-align: center; vertical-align: middle; }
.sub_privacy_wrap table td { background: #fff; border-bottom: 1px solid #ccc; }
/* .sub_privacy_wrap table td:nth-child(1) { } */

/*  */

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

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

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

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