
::-webkit-scrollbar {
display:none;
} 

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
body{ line-height:1.5; font-family:'Dotum'; font-size:16px; color:#000; background:#fff;-ms-overflow-style: none; } 
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0;}
ul,ol,li{list-style:none}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
fieldset,img{border:0}
hr{height:0;}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
address,caption,em,var{font-style:normal;font-weight:normal}
a{text-decoration:none;cursor:pointer;color: inherit;}
a[href^="tel"]{font-style:normal}
a:hover,a:active,a:focus{text-decoration:none !important;}
b,strong{font-weight:bold}
dfn{font-style:italic}
img{border:0;vertical-align:top}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
table{border-spacing:0;border-collapse:collapse}
td,th{padding:0;}
legend, caption{overflow:hidden;text-indent:-9999999px; height:0 !important; width:0 !important;line-height:0 !important;margin:0;padding:0;}
input{vertical-align:middle;margin:0;padding:0;}
input[type="text"],input[type="password"],input[type="email"]{-webkit-appearance:none;appearance:none;border-radius:0;font-family:'Dotum';}
input:checked[type="checkbox"]{-webkit-appearance:checkbox;appearance:checkbox}
button,input[type="button"],input[type="submit"],input[type="reset"],input[type="file"]{border-radius:0;-webkit-appearance:button;appearance:button;font-family:'Dotum';}
button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}
button{overflow:visible;border:none;cursor:pointer;margin:0;padding:0;}
a,input,button,select{outline:none}
button,select{text-transform:none}
optgroup{font-weight:bold}
textarea{border:1px solid #bcbcbc;overflow:auto;-webkit-appearance:none;appearance:none;}
input::-ms-clear{display:none;}


body { width: 100%; margin: auto; font-family: 'Noto Sans KR', sans-serif; overflow-x: hidden; }

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

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

/*  */


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

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

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

  .cursor_drag { width: 25px; height: 25px; background-color: rgba(0,0,0,0.7); display: flex; justify-content: center; align-items: center; border-radius: 100%; left: 0; top: 0; transform: translate(-50%,-50%); transition: 0.3s; opacity: 0; position: absolute; }
  .cursor_drag p { color: #fff; font-size: 10px; line-height: 100%; font-weight: 500; display: inline-block; position: relative; letter-spacing: 0; }
  .cursor_drag p:before { content:''; width: 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: 'lexend', 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; }

.c_green { color: #80c341; }

/*  */

/**/

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


/**/

#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-color: #000;opacity: 0;z-index: 11;transition: 1.2s;} */

.main_box { width: 100%; height: 100vh; position: relative; }

.main_vd_box { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.6; z-index: 2; clip-path: circle(0% at 50% 50%); }
.main_vd { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; padding-bottom: 56.25%; height: 0; }
.main_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; }
/* .main_vd:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 5; } */
.main_vd iframe { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; }

.swiper-container.swiper1 { width: 100%; height: 100%; }

.main_img_box { position: relative; width: 100%; height: 100%; overflow: hidden; }
.main_img_box .main_img.img01 { width: 100%; height: 100%; background: url(../img/main_img.jpg)center no-repeat; background-size: cover; transform: scale(1.2); }
.main_img_box .main_img.img02 { width: 100%; height: 100%; background: url(../img/main_img2.jpg)center no-repeat; background-size: cover; transform: scale(1.2); }
.main_img_box .main_img.img03 { width: 100%; height: 100%; background: url(../img/main_img3.jpg)center no-repeat; background-size: cover; transform: scale(1.2); }
.main_img_box .main_img.img04 { width: 100%; height: 100%; background: url(../img/main_img4.jpg)center no-repeat; background-size: cover; transform: scale(1.2); }

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

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

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

.main_txt_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 10; display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; color: #000; text-align: center; transform:translateY(-4%);}
.main_txt_box>div { transform: translateY(2rem); position: relative; }
.main_txt_box h2 { font-size: 6.25rem; line-height: 100%; font-weight: 700; color: #fff; opacity: 0; transform: translateY(-3rem); font-family: 'trajan'; font-weight: bold; text-transform: uppercase; }
.main_txt_box h2 b { position: relative; font-weight: 700; }
.main_txt_box h2 b img { position: absolute; right: -1.375rem; bottom: 0.25rem; }
.main_txt_box h2 span { position: relative;}
.main_txt_box h2 span:before { content:''; width: 13px; height: 13px; position: absolute; top: -1rem; left: 50%; transform:translateX(-50%); background-color: #980644; border-radius: 100%; }
.main_txt_box p { font-size: 1.375rem; line-height: 160%;  margin-top: 1.875rem; font-weight: 400; opacity: 0; transform: translateY(-3rem); color: #fff; font-weight: 100;}
.main_txt_box h4 { font-size: 1.1875rem; font-weight: 600; line-height: 120%; margin-top: 1.46rem; padding: 0 1rem; box-sizing: border-box; border-left: 1px solid #9b9179; border-right: 1px solid #9b9179; opacity: 0; transform: translateY(-3rem);}
.main_txt_box img { margin-bottom: 2.5rem; opacity: 0; transform: translateY(-3rem);}
.main_txt_box.txt02 { display: flex; justify-content: center; align-items: flex-start; flex-direction: column; text-align: left; transform:translate(13%,-10%);}
.main_txt_box.txt02 h1 { font-size: 4.375rem; line-height: 100%; font-weight: 700; color: #980644; opacity: 0; transform: translateY(-3rem); font-family: 'DWGothic'; text-align: left;}
.main_txt_box.txt02 h1 span { position: relative;}
.main_txt_box.txt02 h1 span::after { content:''; position: absolute; right: -0.85rem; bottom: 0; width: 0.875rem; height: 1.3125rem; background: url(../img/comma.png)no-repeat center; background-size: cover; display: block;}
.main_txt_box.txt02 h4 { border: 0; padding: 0;}
 .pre_arrow{display: flex; gap: 2rem;}
.pre_arrow .swiper-button-prev::before,
.pre_arrow .swiper-button-next::before
{content: ''; position: absolute; width: 60px; height: 60px; border: 1px solid #fff; border-radius: 100px; pointer-events: none;}
.pre_arrow .swiper-button-prev img,
.pre_arrow .swiper-button-next img{width: 18px; height: 11px;}
 .swiper-button-next {display: flex; justify-content: center; align-items: center; position: relative; margin: auto; width: 24px; height: 24px; right: 4%; left: revert; top: 1%; bottom: 0; padding: 0; outline: none; z-index: 99; }
.swiper-button-prev {display: flex; justify-content: center; align-items: center; position: relative; margin: auto; width: 24px; height: 24px; left: 4%; right: revert; top: 1%; bottom: 0; padding: 0; outline: none; z-index: 99; }
.main_slide_num { position: absolute; width: 180px; left: 50%; top: 50%; transform: translate(-196px, -2.25rem); margin: auto; height: 13px; z-index: 100; line-height: 95%; font-size: 13px; color: #fff; text-align: center; letter-spacing: 0; display: flex; justify-content: space-between; align-items: center; }
.main_slide_num p:last-child { opacity: 1; font-family: 'trajan'; font-weight: bold; text-transform: uppercase; font-size: 1rem; }
.main_bt_wrap {  height: 75px; position: absolute; left: 0; right: 0; bottom: 50%; transform: translateY(18rem); margin: auto; z-index: 2; display: flex; justify-content: center; opacity: 0;}
/* .swiper1 .main_bt_wrap { background-color: rgba(0,0,0,0.8); } */
.main_mgm_bt { background-color: #980644; color: #fff; width: 168px; height: 75px; position: absolute; left: -168px; bottom: 0; display: flex; flex-direction: column; justify-content: center;}
.main_mgm_bt p { font-size: 0.9375rem; line-height: 130%; }
.main_mgm_bt div { width: 13px; height: 13px; position: relative; }
.main_mgm_bt div:after { content:''; width: 100%; height: 1px; background-color: #fff; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.main_mgm_bt div::before { content:''; width: 1px; height: 100%; background-color: #fff; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.main_bt_wrap .swiper-pagination2 { width: 545px; height: 20px; position: relative; left: 37px; bottom: 0; top: 0; margin: auto; z-index: 999; display: flex; justify-content: space-between; align-items: center; }
.main_bt_wrap .swiper-pagination2 .swiper-pagination-bullet { width: 100%; height: 20px; border-radius: 0; opacity: 1; background: none; position: relative; outline: none; }
.main_bt_wrap .swiper-pagination2 .swiper-pagination-bullet span { content:''; width: 100%; height: 1px; position: absolute; left: 0; bottom: 0; top: 0; margin: auto; background-color: #fff; opacity: 1;
animation: bullet 6s 0s both linear; display: none; }
.main_bt_wrap .swiper-pagination2 .swiper-pagination-bullet span.stop { animation-play-state: paused; }
.main_bt_wrap .swiper-pagination2 .swiper-pagination-bullet:before { content:''; width: 100%; height: 1px; position: absolute; left: 0; bottom: 0; top: 0; margin: auto; background-color: #fff; opacity: 0.3; }
.main_bt_wrap .swiper-pagination2 .swiper-pagination-bullet p { font-size: 11px; line-height: 100%; color: #fff; position: absolute; top: 0; left: -8px; letter-spacing: 0.5px; z-index: -1; opacity: 0; transition: 0.5s; white-space: nowrap; display: none; }

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


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

/* fill */
.swiper-pagination2 .swiper-pagination-bullet.is-done span{
  display:block;
  width:100%;
  animation:none;
}
/* fill */
.main_play_bt { width: 20px; height: 30px; color: #fff; position: absolute; right: 35px; top: 0; margin: auto; bottom: 0; }
.main_play_bt>div { width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; cursor: pointer; border-radius: 100%; }
.main_play_bt>div>img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.swiper-button-play { display: none; }
.swiper1-2 { width: 179px; height: 32px; position: absolute; left: 35px; top: 0; bottom: 0;  margin: auto; z-index: 99; }
.swiper1-2 .swiper-slide { width: 32px; height: 32px; cursor: pointer; border: none; overflow: hidden; box-sizing: border-box; border-radius: 100%; }
.swiper1-2 .swiper-slide-thumb-active { opacity: 1; }
.swiper1-2 .swiper-slide:before { content:''; width: 6px; height: 6px; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; background-color: #fff; z-index: 9; border-radius: 100%; opacity: 0.5; }
.swiper1-2 .swiper-slide-thumb-active:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border: 1px solid #fff; z-index: 9; border-radius: 100%; box-sizing: border-box; }
.swiper1-2 .swiper-slide-thumb-active:before { opacity: 1; }
.main_txt { position: absolute; right: 5rem; bottom: 3.25rem; z-index: 9; opacity: 0; transform: translate(5rem,0rem); }
.main_guest_wrap { position: absolute; left: 3.625rem; bottom:0; z-index: 99; display: flex; justify-content: flex-start; align-items: center; opacity: 0; transform: translate(-5rem,-50%); }
.main_guest { width: 7.75rem; height: 7.75rem; margin: auto; border-radius: 100%; z-index: 99; cursor: pointer; position: relative; display: flex; justify-content: center; align-items: center; opacity: 1; cursor: default; }
.main_guest_bg { width: 100%; 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: 1.106rem; line-height: 90%; font-weight: 400; color: #fff; position: relative; z-index: 9; margin-top: 5px; }
.main_guest p b { font-family: 'carisma'; font-size: 2.448rem; font-weight: 600;}
.main_guest p span { font-size: .731rem; text-transform: uppercase; opacity: 0.8; }
.main_guest img:first-child { width: 100%; position: absolute; left: 0; top: 0; 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; }

@keyframes main_guest_bg {
	from { transform: translate(-50%,-50%) scale(1) rotate(-360deg); }
	to {  }
}
.main_sum { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; position: absolute; left: 0; top: 0; z-index: 15; opacity: 0; transition: opacity 1.0s 0s,z-index 0s 1.0s; z-index: -1; }
.main_sum>div { width: 100%; max-width: 1200px; position: relative; z-index: 9; transform: translateY(-0.375rem); text-align: left; }
.main_sum>div>h1 { font-family: 'trajan'; display: inline-block; position: relative; font-size: 3.4375rem; line-height: 100%; font-weight: 600; color: #fff; opacity: 0; transition: 0.8s; }
.main_sum>div>h1::after { content: ''; width: 190px; height: 1px; background-color: #fff; position: absolute; top: 50%;  right: -50%; }
.main_sum ul { display: flex; justify-content: space-between; align-items: flex-start; gap: 50px; flex-wrap: nowrap; margin-top: 1.375rem; }
.main_sum ul>li { width: 100%; padding: 28px 0; position: relative; box-sizing: border-box;display: flex; justify-content: start; align-items: center; text-align: left; color: #fff; transition: 0.5s; }
.main_sum ul>li hr{opacity: .3;}
.main_sum ul>li div{width: 100%;}
.main_sum .last ul>li{justify-content: center;text-align: center;}
.main_sum .last ul>li::before { content: ''; width: 0%; height: 1px; position: absolute; left: -1px; top: -1px; background-color: rgba(255,255,255,0.4); transition: 0.8s; }
.main_sum .last ul>li::after { content: ''; width: 0%; height: 1px; position: absolute; right: -1px; bottom: -1px; background-color: rgba(255,255,255,0.4); transition: 0.8s; }
.main_sum ul>li img { width: 100%; }
.main_sum ul>li>span { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.main_sum ul>li>span::before { content: ''; width: 1px; height: 0%; position: absolute; left: -1px; bottom: -1px; background-color: rgba(255,255,255,0.4); transition: 0.8s; }
.main_sum ul>li>span::after { content: ''; width: 1px; height: 0%; position: absolute; right: -1px; top: -1px; background-color: rgba(255,255,255,0.4); transition: 0.8s; }
.main_sum ul>li:nth-child(n+7) { width: calc(50% - 0.375rem); padding: 2.25rem 0; }
.main_sum ul>li h2 { font-family: 'trajan'; font-size: 18px; line-height: 100%; font-weight: 700; opacity: 0; transition: 0.8s; }
.main_sum ul>li h4 { font-size: 0.875rem; line-height: 100%; font-weight: 500; margin-top: 30px; opacity: 0.7; opacity: 0; transition: 0.8s;  }
.main_sum .last ul>li h4{color: #8c7f76; margin-top: 8px;}
.main_sum_over { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; }
.main_sum_over::before { content: ''; width: 3px; height: 0; position: absolute; left: -1px; bottom: -1px; background-color: #fff; transition: 0.5s; }
.main_sum_over::after { content: ''; width: 3px; height: 0; position: absolute; right: -1px; top: -1px; background-color: #fff; transition: 0.5s; }
.main_sum_over span { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.main_sum_over span::before { content: ''; width: 0%; height: 3px; position: absolute; left: -1px; top: -1px; background-color: #fff; transition: 0.5s; }
.main_sum_over span::after { content: ''; width: 0%; height: 3px; position: absolute; right: -1px; bottom: -1px; background-color: #fff; transition: 0.5s; }
.main_sum ul li:hover { color: #a1876f; }
.main_sum ul li:hover .main_sum_over::before,
.main_sum ul li:hover .main_sum_over::after { height: calc(100% + 2px); }
.main_sum ul li:hover .main_sum_over span::before,
.main_sum ul li:hover .main_sum_over span::after { width: calc(100% + 2px); }

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


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

.main_sum .btn{ position: absolute; left: 0; bottom: 0; width: 100%; max-width: 260px; transform: translate(0); opacity: 0;transition: 1.2s 0.8s; }
.main_sum .btn div{display: -webkit-box; gap: 20px; position: relative; left: 35px; bottom: 30px;opacity: 0; transform: translateX(-2rem);transition: 1.2s 0.8s;}
.main_sum .btn h2{color: #fff;}
.main_sum .btn a{display: inline-block; height: 100%;}
.main_sum .btn .bg{position: absolute; bottom: 0; left: 0; opacity: 0;transition: 1.2s 0.8s;}

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









.main_wrap.intro .main_txt_box h2 { opacity: 1; transition: 1.5s 0s; }
.main_wrap.intro .main_txt_box p { opacity: 1; transition: 1.5s 0s; }
/* .main_wrap.intro .main_line01::after { height: 100%; transition: 0.6s 0s linear; }
.main_wrap.intro .main_line02::after { width: 100%; transition: 1.0s 0.6s linear; }
.main_wrap.intro .main_line03::after { height: 100%; transition: 1.8s 1.6s linear; }
.main_wrap.intro .main_line04::after { width: 100%; transition: 0.6s 3.4s linear; } */
.main_wrap.intro .main_line01::after { height: 100%; transition: 0.8s 0s linear; }
.main_wrap.intro .main_line02::after { width: 100%; transition: 1.4s 0.8s linear; }
.main_wrap.intro .main_line03::after { height: 100%; transition: 2.6s 2.2s linear; }
.main_wrap.intro .main_line04::after { width: 100%; transition: 0.8s 4.8s linear; }


.main_wrap.intro2 .main_vd_box { clip-path: circle(100% at 50% 50%); transition: 13s 0s; }
.main_wrap.intro2 .main_txt_box h2>span>span:nth-child(1) { opacity: 0; transition: 1.2s 0s; }
.main_wrap.intro2 .main_txt_box h2>span>span:nth-child(2) { opacity: 1; transform: translate(0); transition: 1.5s 0s; }

.main_wrap.intro3 .main_txt_box h2>span>span:nth-child(2) { opacity: 0; transition: 1.2s 0s; }
.main_wrap.intro3 .main_txt_box h2>span>span:nth-child(3) { opacity: 1; transform: translate(0); transition: 1.5s 0s; }

.main_wrap.intro4 .main_txt_box h2>span>span:nth-child(3) { opacity: 0; transition: 1.2s 0s; }
.main_wrap.intro4 .main_txt_box h2>span>span:nth-child(4) { opacity: 1; transform: translate(0); transition: 1.5s 0s; }



.main_wrap.on .swiper1 .swiper-slide.swiper-slide-active .main_txt_box h2 { opacity: 1; transform: translate(0); transition: 1.5s 0.4s; }
.main_wrap.on .swiper1 .swiper-slide.swiper-slide-active .main_txt_box h1 { opacity: 1; transform: translate(0); transition: 1.5s 0.4s; }
.main_wrap.on .swiper1 .swiper-slide.swiper-slide-active .main_txt_box h4 { opacity: 1; transform: translate(0); transition: 1.5s 0.4s; }
.main_wrap.on .swiper1 .swiper-slide.swiper-slide-active .main_txt_box p { opacity: 1; transform: translate(0); transition: 1.5s 0.4s; }
.main_wrap.on .swiper1 .swiper-slide.swiper-slide-active .main_txt_box img { opacity: 1; transform: translate(0); transition: 1.5s 0.4s; }
.main_wrap.on .swiper1 .swiper-slide.swiper-slide-active .main_txt { transform: translate(0); opacity: 1; transition: 1.5s 0.8s; }
/* .main_wrap.on .main_txt { transform: translate(0); opacity: 1; transition: 1.5s 0.8s; } */
.main_wrap.on .main_guest_wrap { transform: translate(0,-50%); opacity: 1; transition: 1.5s 0.8s; }
.main_wrap.on .main_vd_box { clip-path: circle(100.1% at 50% 50%) !important; transition: 3.5s 0s !important; }
.main_wrap.on .main_line01::after { height: 100.01%; transition: 0.1s 0s linear !important; }
.main_wrap.on .main_line02::after { width: 100.01%; transition: 0.3s 0.1s linear !important; }
.main_wrap.on .main_line03::after { height: 100.01%; transition: 0.6s 0.4s linear !important; }
.main_wrap.on .main_line04::after { width: 100.01%; transition: 0.1s 1.0s linear !important; }
.main_wrap.on .main_bt_wrap { opacity: 1; transform: translateY(12rem); transition: 1.5s 0.4s;}

.main_wrap.on .swiper1 .swiper-slide.swiper-slide-active .main_img { transform:scale(1); transition: 2.5s 0.4s; }


/*benefit1*/
#section2 { width: 100%;  z-index: 1; }
.benefit1_wrap{width: 200vw; height: 100vh; position: relative; display: flex; justify-content: flex-start; align-items: center; transition: 1.6s;}
.benefit1_wrap>div{ width: 100vw; height: 100%; position: relative; display: flex; justify-content: center; align-items: center; overflow: hidden;}
.benefit1_1{}
.benefit1_content{display: flex; justify-content: end; align-items: end; width: 100%; height: 100%; position: relative;}
.benefit1_bg{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1;}
.benefit1_bg.bg01{background: url(../img/benefit1_bg.jpg) center no-repeat; background-size: cover; transform: scale(1.2); transition: 1.5s;}
.benefit1_txt{ height: 100%; display: flex; justify-content: center; align-items: start; text-align: left; position: absolute; color: #fff; z-index: 9; margin: 0 13.125rem; gap: 21.25rem;}
.benefit1_txt.txt01{ left: 0; right: 0; top: 0; text-align: center; flex-direction: column;}
.benefit1_txt .tag{position: relative; left: -30px; transform: rotate(-10deg); top: -4rem; opacity: 0; transition: 0.8s; }
.benefit1_txt .tag h2{ font-size: 5.313rem; font-family: 'antro'; }
.benefit1_txt .tag h2 b{color: #7ac3d4;}
.benefit1_txt .txt{display: flex; flex-direction: column; text-align: left; transform: translateY(3rem); opacity: 0; transition: 0.8s; }
.benefit1_txt .txt span{ position: relative; display: inline-block; overflow: hidden;}
.benefit1_txt .txt span *{ display: inline-block; transform: translateY(101%); transition: 0.8s;}
.benefit1_txt .txt p{font-size: 1.875rem;}
.benefit1_txt .txt h1{font-size: 4.063rem; font-weight: 600; line-height: 120%; color: #7ac3d4;}

.benefit1_2{}
.benefit1_2 .benefit1_bg{width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity: 0; transition: 1s; transform: scale(1.2);}
.benefit1_2 .benefit1_bg.active{ opacity: 1; z-index: 2; transform: scale(1);}
.benefit1_bg.bg02_1{background: url(../img/benefit1_bg01.jpg) center no-repeat; background-size: cover; }
.benefit1_bg.bg02_2{background: url(../img/benefit1_bg03.jpg) center no-repeat; background-size: cover; }
.benefit1_bg.bg02_3{background: url(../img/benefit1_bg02.jpg) center no-repeat; background-size: cover; }
.benefit1_bg.bg02_4{background: url(../img/benefit1_bg04.jpg) center no-repeat; background-size: cover; }
.benefit1_2 .cont_box{display: flex; justify-content: center; align-items: center; width: fit-content; height: fit-content; position: relative; z-index: 2; gap: 1.875rem; margin-right: 9rem; margin-bottom: 2rem;}
.benefit1_2 .cont_box>div{display: flex; flex-direction: column; align-items: end; gap: 1.875rem;}
.benefit1_2 .cont_box>div:last-child{align-items: start;}
.benefit1_2 .cont_box .bene_content{ display: flex; justify-content: center; align-items: end; width: fit-content; height: 100%;flex-direction: column;}
.benefit1_2 .cont_box>div:nth-child(1)>div:first-child{transform: translate(-2.4rem,-2.4rem); opacity: 0; transition: .8s .6s;}
.benefit1_2 .cont_box>div:nth-child(1)>div:last-child{transform: translate(-3.4rem,3.4rem); opacity: 0; transition: 1.8s .6s;}
.benefit1_2 .cont_box>div:nth-child(2)>div:first-child{transform: translate(3.4rem,-3.4rem); opacity: 0; transition: 1.4s .6s;}
.benefit1_2 .cont_box>div:nth-child(2)>div:last-child{transform: translate(-2.4rem,2.4rem); opacity: 0; transition: 1s .6s;}
.benefit1_2 .cont_box .bene_content.con02{flex-direction: row; align-items: center; }
.benefit1_2 .cont_box .bene_content.con03{flex-direction: row; }
.benefit1_2 .cont_box .bene_content.con04{ align-items: start;}
.benefit1_2 .cont_box .bene_txt_box{position: relative; text-align: right;}
.benefit1_2 .cont_box .bene_txt_box.box01{height: 6.688rem; margin-bottom: 1.125rem;}
.benefit1_2 .cont_box .bene_txt_box.box02{ margin-right: 1.125rem;}
.benefit1_2 .cont_box .bene_txt_box.box03{width: 12rem; text-align: left; margin-bottom: 2.5rem;}
.benefit1_2 .cont_box .bene_txt_box.box03>div{ left: 0; margin-left: 1.125rem;}
.benefit1_2 .cont_box .bene_txt_box.box04{text-align: left; height: 13.75rem;}
.benefit1_2 .cont_box .bene_txt_box.box04>div{top: 0; left: 0; margin: 1.125rem;}
.benefit1_2 .cont_box .bene_txt_box>div{position: absolute; bottom: 0; right: 0; white-space: nowrap;}
.benefit1_2 .cont_box .bene_txt_box h3{ line-height: 190%; font-size: 1.563rem; font-weight: 600; color: #d4d4d4; opacity: .7; transition: 0.6s;}
.benefit1_2 .cont_box .bene_txt_box p{font-size: 1rem; color: #fff; opacity: .7; transition: 0.6s;}
.benefit1_2 .cont_box .bene_img_box{position: relative; overflow: hidden; filter: grayscale(1); transition: 0.8s;}
.benefit1_2 .cont_box .bene_img_box::after{transform: scale(1.2); transition: 1.2s;}
.benefit1_2 .cont_box .bene_img_box.box01{ width: 323px; height: 213px;}
.benefit1_2 .cont_box .bene_img_box.box01::after{content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: url(../img/benefit1_img01.jpg) center no-repeat; background-size: cover;}
.benefit1_2 .cont_box .bene_img_box.box02{ width: 210px; height: 320px;}
.benefit1_2 .cont_box .bene_img_box.box02::after{content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: url(../img/benefit1_img03.jpg) center no-repeat; background-size: cover;}
.benefit1_2 .cont_box .bene_img_box.box03{ width: 207px; height: 319px;}
.benefit1_2 .cont_box .bene_img_box.box03::after{content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: url(../img/benefit1_img02.jpg) center no-repeat; background-size: cover;}
.benefit1_2 .cont_box .bene_img_box.box04{ width: 315px; height: 205px;}
.benefit1_2 .cont_box .bene_img_box.box04::after{content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: url(../img/benefit1_img04.jpg) center no-repeat; background-size: cover;}

.benefit1_2 .cont_box .bene_content.active .bene_txt_box h3 {font-size: 1.875rem; color: #7ac3d4; opacity: 1;}
.benefit1_2 .cont_box .bene_content.active .bene_txt_box p {font-size: 1.125rem; font-weight: 500; opacity: 1;}
.benefit1_2 .cont_box .bene_content.active .bene_img_box{filter: grayscale(0); }
.benefit1_2 .cont_box .bene_content.active .bene_img_box::after{transform: scale(1); }


.benefit1_wrap.on .benefit1_1 .benefit1_bg{ transform: scale(1); transition: 1s;}
.benefit1_wrap.on .benefit1_txt.txt01 .tag{ opacity: 1; top: 0; transition: 1.2s 0.6s;}
.benefit1_wrap.on .benefit1_txt.txt01 .txt{ opacity: 1; transform: translate(0); transition: 1.2s 0.6s;}
.benefit1_wrap.on .benefit1_txt .txt span *{ opacity: 1; transform: translate(0); transition: 1.4s 0.8s;}
.benefit1_wrap.on2 { transform: translateX(-100vw);}
.benefit1_wrap.on2 .benefit1_2 .cont_box .bene_content.con01,
.benefit1_wrap.on2 .benefit1_2 .cont_box .bene_content.con02,
.benefit1_wrap.on2 .benefit1_2 .cont_box .bene_content.con03,
.benefit1_wrap.on2 .benefit1_2 .cont_box .bene_content.con04{opacity: 1; transform: translate(0); }




/*benefit2*/
#section3 { width: 100%;  z-index: 1; }
.benefit2_wrap{width: 200vw; height: 100vh; position: relative; display: flex; justify-content: flex-start; align-items: center; transition: 1.6s;}
.benefit2_wrap>div{ width: 100vw; height: 100%; position: relative; display: flex; justify-content: center; align-items: center; overflow: hidden;}
.benefit2_wrap .benefit1_content{justify-content:start; padding-left: 13.125rem;}
.benefit1_bg.bg02{background: url(../img/benefit2_bg.jpg) center no-repeat; background-size: cover; transform: scale(1.2); transition: 1.5s;}
.benefit1_2 .benefit2_bg{width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity: 0; transition: 1s; transform: scale(1.2);}
.benefit1_2 .benefit2_bg.active{ opacity: 1; z-index: 2; transform: scale(1);}
.benefit2_bg.bg02_1{background: url(../img/benefit2_bg02.jpg) center no-repeat; background-size: cover; }
.benefit2_bg.bg02_2{background: url(../img/benefit2_bg04.jpg) center no-repeat; background-size: cover; }
.benefit2_bg.bg02_3{background: url(../img/benefit2_bg01.jpg) center no-repeat; background-size: cover; }
.benefit2_bg.bg02_4{background: url(../img/benefit2_bg03.jpg) center no-repeat; background-size: cover; }
.benefit2_wrap .benefit1_2 .cont_box .bene_img_box.box03::after{background: url(../img/benefit2_img01.jpg) center no-repeat; background-size: cover;}
.benefit2_wrap .benefit1_2 .cont_box .bene_img_box.box04::after{background: url(../img/benefit2_img03.jpg) center no-repeat; background-size: cover;}
.benefit2_wrap .benefit1_2 .cont_box .bene_img_box.box01::after{background: url(../img/benefit2_img02.jpg) center no-repeat; background-size: cover;}
.benefit2_wrap .benefit1_2 .cont_box .bene_img_box.box02::after{background: url(../img/benefit2_img04.jpg) center no-repeat; background-size: cover;}
.benefit2_wrap .benefit1_txt{gap: 4rem;}
.benefit2_wrap .benefit1_txt .tag h2 b,
.benefit2_wrap .benefit1_txt .txt h1 {color: #dcb276;}
.benefit2_wrap .benefit1_2 .cont_box .bene_content.active .bene_txt_box h3 {color: #dcb276;}
.benefit2_wrap .benefit1_2 .cont_box .bene_txt_box.box03{text-align: right;}
.benefit2_wrap .benefit1_2 .cont_box .bene_txt_box.box03>div{ left: auto; margin-right: 1.125rem;}
.benefit2_wrap .benefit1_2 .cont_box .bene_txt_box.box01{ text-align: left; width: 100%;}
.benefit2_wrap .benefit1_2 .cont_box .bene_txt_box.box01>div{ left: 0; right: auto; margin-left: 1.125rem;}
.benefit2_wrap .benefit1_2 .cont_box .bene_txt_box.box02{ text-align: left; margin-left: 1.125rem;}
.benefit2_wrap .benefit1_2 .cont_box .bene_txt_box.box02>div{  left: 0; right: auto; margin-left: 1.125rem;}

.benefit2_wrap.on .benefit1_1 .benefit1_bg{ transform: scale(1); transition: 1s;}
.benefit2_wrap.on .benefit1_txt.txt01 .tag{ opacity: 1; top: 0; transition: 1.2s 0.6s;}
.benefit2_wrap.on .benefit1_txt.txt01 .txt{ opacity: 1; transform: translate(0); transition: 1.2s 0.6s;}
.benefit2_wrap.on .benefit1_txt .txt span *{ opacity: 1; transform: translate(0); transition: 1.4s 0.8s;}
.benefit2_wrap.on2 { transform: translateX(-100vw);}
.benefit2_wrap.on2 .benefit1_2 .cont_box .bene_content.con01,
.benefit2_wrap.on2 .benefit1_2 .cont_box .bene_content.con02,
.benefit2_wrap.on2 .benefit1_2 .cont_box .bene_content.con03,
.benefit2_wrap.on2 .benefit1_2 .cont_box .bene_content.con04{opacity: 1; transform: translate(0); }


/**/
.ori{ position: absolute; font-size:11px; text-align:left; bottom:30px; width:1100px; left: 6.25rem; z-index:12;}
.ori h6 { font-size: 0.8375rem; color: #fff; background-color: #901549; width: 15rem; padding: 0.2rem 0; border-radius: 1200px; text-align: center; margin-bottom: 0.5rem;}
.park_wrap { width: 100vw; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; transition: 0.8s; text-align: left; background-color: #edeee0; }
.park_wrap::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/park_bg.jpg) center no-repeat; background-size: cover; z-index: 1; opacity: 0; }

.park_wrap>div:last-child { width: 90%; height: 56%; max-width: 1500px; position: relative; z-index: 9; display: flex; justify-content: flex-start; align-items: flex-start; }

.park_bg_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; }
.park_bg_box>div { width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity: 0; }
.park_cloud01 { background: url(../img/park_cloud01.png) center no-repeat; background-size: cover; z-index: 1; transform: translateX(-20vw); }
.park_cloud02 { background: url(../img/park_cloud02.png) center no-repeat; background-size: cover; z-index: 1; transform: translateX(18vw); }
.park_cloud03 { background: url(../img/park_cloud03.png) center no-repeat; background-size: cover; z-index: 1; transform: translateX(-12vw); }
.park_num { background: url(../img/park_num.png) center no-repeat; background-size: cover; z-index: 2; }

.park_tit { margin-top: 1.25rem; }
.park_tit img { opacity: 0; transform: translateY(-3rem); }

.park_content.con01 { margin-left: 6.25rem; color: #00873e; opacity: 0; transform: translateY(3rem);}
.park_content.con02 { position: absolute; top: 0; right: 13.125rem; color: #f57c1f; opacity: 0; transform: translateY(-3rem);}
.park_content.con03 { position: absolute; bottom: 0; right: 2.5rem; color: #0089cf; opacity: 0; transform: translateY(3rem);}
.park_content>div { display: flex; justify-content: flex-start; align-items: flex-end; gap: 0.5rem; }
.park_tit h3 { font-size: 3.6875rem; font-weight: 600; color: #004b34; line-height: 120%; opacity: 0; transform: translateY(-3rem); position: relative; max-width: 240px;}
.park_tit h3 b { font-size: 4.375rem;  }
.park_tit h3:after { content:''; position: absolute; width: 14px; height: 21px; background: url(../img/comma.png)center no-repeat; background-size: cover; bottom: 0; right: 0;}
.park_content h5 { font-size: 0.9375rem; letter-spacing: 0; line-height: 170%; margin: 1.3rem 0 3.625rem; font-weight: 500; color: #000; opacity: 0; transform: translateY(-6rem); }
.park_content h5 b { font-size: 1.1875rem; color: #901549;}
.park_content h2 { font-size: 1.75rem; line-height: 100%; font-weight: 600; }
.park_content h4 { font-size: 1rem; line-height: 100%; opacity: 0.5; font-weight: 600; margin-bottom: 0.25rem;}
.park_content ul { margin-top: 1.25rem; }
.park_content ul li { font-size: 0.875rem; line-height: 178%; }
.park_content ul li b { color: #000; font-weight: 400; }
.park_content ul li.c { font-size: 0.95rem; }
.park_content ul li.c b{ color: #0089cf; font-weight: 600;}

.park_wrap.on::after { opacity: 1; transition: 1.5s 0s; }
.park_wrap.on .park_cloud01 { opacity: 1; transform: translate(0); transition: 2.5s 0s; }
.park_wrap.on .park_cloud02 { opacity: 1; transform: translate(0); transition: 2.2s 0.3s; }
.park_wrap.on .park_cloud03 { opacity: 1; transform: translate(0); transition: 1.6s 0.8s; }
.park_wrap.on .park_num { opacity: 1; transition: 1.2s 1.2s; }
.park_wrap.on .park_content { opacity: 1; transform: translate(0); transition: 1.2s 1.2s; }
.park_wrap.on .park_content h5 { opacity: 1; transform: translate(0); transition: 1.2s 1.2s; }
.park_wrap.on .park_tit img { opacity: 1; transform: translate(0); transition: 1.2s 1.2s; }
.park_wrap.on .park_tit img { opacity: 1; transform: translate(0); transition: 1.2s 1.2s; }
.park_wrap.on .park_tit h3 { opacity: 1; transform: translate(0); transition: 1.2s 1.2s; }


/* location */
#section4 { width: 100%; background-color: #efe8e2; }
.location_wrap { width: 100%; height: 100%; overflow: hidden; }
.location_wrap .lo_box { display: flex; height: 100%; justify-content: center; align-items: center;}
.location_wrap .lo_box>ul { display: flex; flex-wrap: nowrap; width: 100%; height: 100%; }
.location_wrap .lo_box>ul>li { 
    position: relative; flex: 1; height: 100%; overflow: hidden; transition: flex 1.2s ease; 
    display: flex; justify-content: center; align-items: center;
  }
    .location_wrap .lo_box>ul>li::before { content:''; position: absolute; width: 100%; height: 100%;  bottom: 0; right: 0; opacity: 0;transform: scale(1.5); transition:.8s;}
    .location_wrap .lo_box>ul>li:nth-child(1)::before { background: url(../img/location_img01.jpg)center no-repeat; background-size: cover;}
    .location_wrap .lo_box>ul>li:nth-child(2)::before { background: url(../img/location_img02.jpg)center no-repeat; background-size: cover;}
    .location_wrap .lo_box>ul>li:nth-child(3)::before { background: url(../img/location_img03.jpg)center no-repeat; background-size: cover;}
    .location_wrap .lo_box>ul>li:nth-child(4)::before { background: url(../img/location_img04.jpg)center no-repeat; background-size: cover;}
.location_wrap .lo_box>ul>li .txt_box {position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center;margin-bottom: 50%; }
.location_wrap .lo_box>ul>li .tit { display: flex; width: fit-content; flex-direction: column; }
.location_wrap .lo_box>ul>li h2{ font-size: 1.875rem; font-weight: 500; color: #15313e; width: fit-content;transition: .4s;}
.location_wrap .lo_box>ul>li h1{ font-size: 3.75rem; font-family:'Nanum Myeongjo',sans-serif; font-weight: bolder; line-height: 100%; color: #3b7683;    width: fit-content;transition: .4s;}
.location_wrap .lo_box>ul>li h1 span{ font-size: 3.125rem;}
.location_wrap .lo_box>ul>li p{color: #5e5e5e; margin: 2.25rem 0;transition: .4s;}
.location_wrap .lo_box>ul>li h3{ font-size: 1.563rem; font-family: 'carisma'; text-transform: uppercase; color: #8e734c;transition: .4s;}
.location_wrap .lo_box>ul>li img{position: absolute; left: 0; right: 0; margin: 0 auto; bottom: 0; transition:.6s;}
.location_wrap .lo_box > ul > li:nth-child(odd) .txt_box{transform: translateY(-10rem); opacity: 0; }
.location_wrap .lo_box > ul > li:nth-child(even) .txt_box{transform: translateY(10rem); opacity: 0; }
.location_wrap .lo_box > ul > li:nth-child(odd) img{transform: translateY(8rem); opacity: 0;}
.location_wrap .lo_box > ul > li:nth-child(even) img{transform: translateY(-8rem); opacity: 0;}
.location_wrap .lo_box>ul>li.reverse img{position: absolute; left: 0; top: 0;transition:.6s;}
.location_wrap .lo_box>ul>li.reverse .txt_box{margin-bottom: -50%;}

.location_wrap .lo_box>ul>li:hover h2,
.location_wrap .lo_box>ul>li:hover h1,
.location_wrap .lo_box>ul>li:hover p,
.location_wrap .lo_box>ul>li:hover h3
{color: #fff; transition: .4s;}
.location_wrap .lo_box>ul>li:hover img{left: 0; bottom: -30%; opacity: 0!important; transition:.6s!important;}
.location_wrap .lo_box>ul>li.reverse:hover img{left: 0; top: -30%; opacity: 0!important; transition:.6s!important;}
.location_wrap .lo_box>ul>li:hover::before{opacity: 1; transform: scale(1); transition:.8s;}

.location_wrap.on .lo_box > ul > li:nth-child(odd) img{opacity: 1; transform: translateY(0rem); transition:1.4s .2s;}
.location_wrap.on .lo_box > ul > li:nth-child(even) img{opacity: 1; transform: translateY(0rem); transition:1.4s .2s;}
.location_wrap.on .lo_box > ul > li:nth-child(odd) .txt_box{opacity: 1; transform: translateY(0rem); transition:1.2s .4s;}
.location_wrap.on .lo_box > ul > li:nth-child(even) .txt_box{opacity: 1; transform: translateY(0rem);transition:1.2s .4s;}



/* brand */
#section5 { width: 100%; background-color: #dce0e3; }
.brand_wrap { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; position: relative; }
.brand_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/brand_bg2.jpg) center no-repeat; background-size: cover;  }
.brand_box {width:100%; display: flex; justify-content: center; align-items: center; position: relative; z-index:1; gap: 6.25rem;}
.brand_tit { text-align: left; opacity: 0; transform: translateY(-10rem); }
.brand_tit h5 { font-family:'Nanum Myeongjo',sans-serif;  font-size: 35px; line-height: 100%; color: #4b4948; letter-spacing: 0px; font-weight: 500; margin-bottom: 2.75rem;}
.brand_tit h2 { font-family: 'Nanum Myeongjo', serif; font-size: 45px; line-height: 120%; font-weight: 500; margin-top: 0px; color:#2e4a57; letter-spacing: -2px; }
.brand_tit h2 b {font-weight: 800; }
.brand_tit p {font-size: 16px; color:#4c4948; margin-top:1rem;}
.brand_prize_wrap { opacity: 0; transform: translateX(5rem);}
.brand_prize { text-align: left; display: flex; justify-content: space-between; align-items: center; width:700px; height:82px; background-color:rgba(225,225,225,0.8); padding:0 2rem; border-radius:10px; margin-top:8px;}
.brand_prize p {font-size: 18px; line-height:120%;}
.brand_txt{display: flex; justify-content: center; align-items: center; gap: 3.75rem; margin-bottom: 2rem;}
.brand_txt img{}
.brand_txt>div{text-align: left;}
.brand_txt>div h1{font-family: 'Nanum Myeongjo', serif; font-weight: 600; font-size: 1.875rem; color: #2e4a57;}
.brand_txt>div h1 b{color: #442531; font-weight: bolder;}
.brand_txt>div p{font-size: 1.125rem;}

.brand_wrap.on .brand_tit { opacity: 1; transform: translateY(-5rem); transition: 1.0s 0.2s; }
.brand_wrap.on .brand_prize_wrap { opacity: 1; transform: translate(0rem); transition: 1.0s 0.5s; }




/* contact */
#section6 { width: 100%;  color:#fff;}
.main_contact_wrap { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; position: relative; }
.contact_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/contact_bg.jpg) center no-repeat; background-size: cover; z-index: 1; transform: scale(1); }

.main_contact_box { width:100%; display: flex; justify-content: space-between; align-items: center; position: relative; z-index:1; max-width:1120px;}
.main_contact_tit_box { opacity: 0; transform: translateX(-3rem);  }

.main_contact_tit {}
.main_contact_tit h1 { text-align: left; font-family: 'carisma', serif;  font-size:3.75rem; font-weight: 400;}
.main_contact_tit h1 b { font-weight: 700;}
.main_contact_tit p { font-size:0.975rem; font-weight: 400; line-height:150%; margin-top:0.7rem;}

.main_contact_txt { margin-top:2.5rem; }
.main_contact_txt_box { display: flex; justify-content: flex-start; align-items: center; gap:1rem;  margin-top:2rem;}
.contact_box_tit { width:10.25rem; height:5.625rem; background-color:#2f4a57; border: 1px solid #fff; display: flex; justify-content:center; align-items: center; }
.contact_box_tit h3 { font-size:1.25rem; }

.contact_box_txt {text-align:left; }
.contact_box_txt h2 { font-size:1.25rem; margin-bottom:0.5rem;}
.contact_btns {display: flex; justify-content: flex-start; align-items: center; gap:0.5rem;}
.contact_btn {border:1px solid #fff; border-radius: 4px; width:8.938rem; height:1.75rem; display: flex; justify-content: center; align-items: center;}
.contact_btn a { width:100%; height:100%; font-size:0.895rem; display: flex; justify-content: center; align-items: center; gap:0.5rem;}

.main_contact_map { opacity: 0; transform: translateY(3rem); }
.main_contact_map p {font-size:0.895rem; margin-top:0.5rem; font-weight: 300; }
.main_contact_wrap.on .main_contact_tit_box { opacity: 1; transform: translate(0); transition: 1.0s 0.4s; }
.main_contact_wrap.on .main_contact_map { opacity: 1; transform: translate(0); transition: 1.0s 0.6s; }


/*  */

.out_wrap { width: 100vw; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; transition: 0.8s; text-align: left; background-color: #000; color: #fff; }
.out_wrap>div:last-child { position: relative; z-index: 9; width: 90%; height: 70%; max-width: 1500px; display: flex; justify-content: flex-end; align-items: flex-end; flex-direction: column; }

.out_img { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/out_img.jpg) center no-repeat; background-size: cover; z-index: 2; opacity: 0.3; transform: scale(1.3); }

.out_tit_box { width: 100%; font-family: 'trajan'; text-align: right; opacity: 0; transform: translateX(6rem); }
.out_tit_box h4 { font-size: 2rem; line-height: 100%; font-weight: 400; }
.out_tit_box h2 { font-size: 5rem; line-height: 100%; font-weight: 400; text-align: right; margin-top: 0.5rem; margin-right: -0.5rem; }

.out_txt_box { width: 100%; margin-top: 12.25rem; opacity: 0; transform: translateX(-6rem); }
.out_txt_box h4 { font-size: 1.625rem; line-height: 100%; font-weight: 100; }
.out_txt_box h2 { font-size: 3.625rem; line-height: 100%; margin-top: 1rem; font-weight: 400; margin-left: -0.125rem; }
.out_txt_box p { font-size: 0.9375rem; line-height: 200%; opacity: 0.4; margin-top: 2.75rem; font-weight: 300; }


.out_wrap.on .out_img { transform: scale(1); transition: 3s 0s; }
.out_wrap.on .out_tit_box { opacity: 1; transform: translate(0); transition: 1.5s 0.6s; }
.out_wrap.on .out_txt_box { opacity: 1; transform: translate(0); transition: 1.5s 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: #d65b1d; 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: #80c341; } */


/**/

#footer { overflow: visible; }

.footer { width: 100%; padding:2.75rem 7.5rem; box-sizing: border-box; z-index: 999; background-color: #2f4a57; color: #fff; position: relative; box-sizing: border-box; text-align: center; letter-spacing: -0.5px; display: flex; justify-content: space-between; align-items: flex-start; }
/* .footer:after { content:''; width: 100%; height: 100vh; position: absolute; left: 0; top: -100vh; display: none; } */
  
.footer_left { font-size: 0.8125rem; height: 100%; font-weight: 500; text-align: left; color: #fff; display: flex; justify-content: flex-start; align-items: flex-start; }
.footer_logo { margin-right: 2rem; }
.footer_left ul {position: relative; display: flex; justify-content: flex-start; align-items: center; }
.footer_left ul li:last-child h4::before{content: ''; position: absolute; left: 0; width: 1px; height: 60%; background: #fff; }
.footer_left ul li { display: flex; justify-content: flex-start; align-items: center; gap: .4rem;  padding: 0 1rem; position: relative; line-height: 100%; font-weight: 400; }
.footer_left ul li:first-child { padding-left : 0; }
.footer_left ul li:after { position: absolute; content:''; width: 1px; height: 0.875rem; background-color: #fff; opacity: 0.2; right: 0; bottom: 0; top: -1px; margin: auto; display: none; }
.footer_left ul li:last-child:after { display: none; }
.footer_left ul li h4 { font-size: 0.875rem; line-height: 100%; font-weight: 300;}
.footer_left ul li h2 { font-size: 1.25rem; line-height: 100%; }
/* .footer_left ul li img { margin-left: 0.25rem; } */
.footer_left ul li h4 span { font-size: 1rem; display: inline-block; margin-left: 0.25rem; }
/* .footer_left ul li:nth-child(1) img { margin-top: -0.625rem; } */
.footer_left p { line-height: 180%; color: #fff; margin: 1.438rem 0; font-weight: 400;  }
.footer_left p span{font-size: 14.42px;}
.footer_left p:nth-child(3) { margin-top: 0; }
.footer_left p b { font-size: 16px; color: #fff; font-weight: 300; }
.footer_left p b span { color: #fff; font-weight: 500; }

.footer_left p br.tab { display: none; } 
.footer_left h5 { line-height: 160%; font-weight: 300; }
.footer_left h6 { line-height: 100%; margin-top: 1.438rem; font-weight: 300;  letter-spacing: 0; }

.footer_right { font-size: 0.875rem; text-align: right; color: #fff; }
.footer_right>div:first-child { position: relative; }
.footer_right ul { display: flex; justify-content: flex-end; align-items: center; gap: 0 4px; }
.footer_right ul li { width: auto; padding: 0 .8rem; box-sizing: border-box; height: 2.5rem; line-height: 2.375rem; position: relative; font-weight: 400; font-size: 1.625rem;  text-align: center; display: flex;}
.footer_right ul li:nth-child(1) { font-family: 'carisma'; font-weight: 600; letter-spacing: 1px; }
.footer_right ul li:nth-child(2) { font-size: 1.25rem; line-height: 2rem; border: 1px solid #fff; font-weight: 600; cursor: pointer; display: flex; align-items: baseline; }
.footer_right ul li:last-child { color: #fff; }
.footer_right ul li span { color: #fff; font-size: .806rem; }
.footer_right ul li img { margin-left: 0.3rem; margin-top: -1px; }
.footer_right .icon {  margin: auto 0; margin-right: 0.5rem;}
.footer_right ul li:last-child:after { display: none; }
.footer_right p { font-size: 0.8125rem; line-height: 192%; margin-top: 1.25rem; letter-spacing: -0.3px; font-weight: 300; opacity: 0.4; }
/* .footer_right p span { color: #6aa9c4; } */
.footer_right .top_bt { width: 49px; height: 47px; background-color: #fff; z-index:99;position: relative; display: inline-block; margin-top: 2rem; cursor:pointer; }
.footer_right .top_bt:before { content:''; width: 6px; height: 6px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border-left: 1px solid rgba(0,0,0,1); border-top: 1px solid rgba(0,0,0,1); transform: rotate(45deg); z-index: 9;}

.footer_mg { width: 100%; padding: 2rem; padding-bottom: 4rem; background-color: #fff; box-sizing: border-box; text-align: left; position: absolute; left: 0; bottom: 0; color: #000; clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%); transition: 0.8s; z-index: 99; }
.footer_mg>div { opacity: 0; transform: translateY(5rem); transition: 0.8s; }
.footer_mg h3 { font-size: 1.125rem; line-height: 100%; font-weight: 500; }
.footer_mg p { font-size: 0.75rem; line-height: 183%; margin-top: 0.875rem; opacity: 0.7; font-weight: 500; }
.footer_mg_close { width: 60px; height: 60px; position: absolute; right: 0px; top: 10px; z-index: 9; cursor: pointer; }
.footer_mg_close::after { content: ''; width: 1px; height: 14px; background-color: #4c4c4c; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.footer_mg_close::before { content: ''; width: 6px; height: 6px; border-right: 1px solid #4c4c4c; border-bottom: 1px solid #4c4c4c; transform: rotate(45deg); position: absolute; left: 0; right: 0; top: 7px; bottom: 0; margin: auto; }

.footer_mg.active { clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
.footer_mg.active>div { opacity: 1; transform: translate(0); }

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

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

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

/*서브*/

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

.sub_top { position: relative; left: 0; top: 0; width: 100%; height: 29.688rem; z-index: 1; margin-top: 0px; overflow: hidden; background-color: #fff; }
/* .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; } */
.sub_top_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: url(../img/sub_top.jpg) center bottom no-repeat; background-size: cover; opacity: 1; animation: sub_top_bg 2.5s 0s both; }

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

.sub_top_txt { width: 100%; max-width: 1100px; height: 100%; margin: auto; position: absolute; left: 0; right: 0; top: 0%; display: flex; justify-content: center; align-items: center; z-index: 9; text-align: center; animation: sub_top_txt 1.0s 0.2s both; }
.sub_top_txt>div { transform: translateY(2rem); }
.sub_top_txt h3{position: relative; top: 0; font-size: 1.625rem; line-height: 120%; margin-bottom: 1.625rem; opacity: 1; animation: sub_top_txtH3 1.2s .6s both;}
.sub_top_txt h2 { display: inline-block; font-family: 'Nanum Myeongjo', sans-serif; font-weight: 800; font-size: 3.25rem; line-height: 100%; color: #b45347; letter-spacing: -2px; padding-left: .6rem; opacity: 1; animation: sub_top_txt2 1.2s .6s both; }
.sub_top_txt h2.c{color: #3e515e;}
.sub_top_txt h2  span{font-size:2.438rem; font-weight: 700;}
.sub_top_txt p {position: relative; top: 0; font-family:'antro'; font-size: 4.375rem; transform: rotate(-4deg); margin-top: .8rem; opacity: 1; animation: sub_top_txtP 1.2s .6s both; }

@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 {opacity: 0; letter-spacing: .8rem; padding-left: 1.625rem;  }
	to{ }
}
@keyframes sub_top_txtP {
	from {opacity: 0; top: 2rem;  }
	to{ }
}
@keyframes sub_top_txtH3 {
	from {opacity: 0; top: -2rem;  }
	to{ }
}

#snb_wrap { width: 100%; height: 65px; position: relative; margin: auto; margin-top: 0px; z-index: 99; border-bottom: 1px solid #e8e8e8; }
#snb_wrap .snb_box{ position: relative; margin: auto; width: 1100px;}
#snb { width: 480px; height: 65px; position: absolute; left: 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 h1{ text-transform: uppercase; font-size: 3.438rem; font-weight: 800; font-family: 'Nanum Myeongjo',sans-serif; color: #3e505e;}
#sub_tit h2 { font-size: 1.125rem; 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: 'Futura Std'; 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: 1100px; margin: auto; background-color: #f3f3f3; text-align: left; padding: 25px 30px; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: center; }
.sub_ori>div { width: 55px; height: 55px; min-width: 55px; border-radius: 100%; background: #8c0052 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: 1100px; margin: auto; height: auto; position: relative; padding-bottom: 5rem; }
.sub_img_wrap img { width: 100%; max-width: 1100px; }
.sub_img_wrap img.half { width: 50%; float: left; }

.sub_page.img { width: 100%; max-width: 1100px; margin: auto; margin-top: 3.125rem; height: auto; position: relative; }
.sub_page.img img { width: 100%; max-width: 1100px; }
.sub_img { 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: #3e505e; margin-left: 1%; text-align: center; cursor: pointer; font-size: 1rem; height: 2.813rem; line-height: 2.813rem; border: 1px solid #3e505e; font-weight: 500; background: #fff; }
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: #3e505e; border: 1px solid #3e505e; }	
ul.tabs2 li.selected a, ul.tabs li.selected a:hover { color: #fff; }
ul.tabs2 li.active { color:#fff; background: #3e505e; border: 1px solid #3e505e; }


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

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

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

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

/**/

.sub_over_wrap { width: 100%; max-width: 1100px; margin: auto; height: auto; position: relative; text-align: left; padding-bottom: 3.5rem; 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; }
.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: "Averta Demo PE"; 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: 1100px; 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: 'copperplate'; font-size: 6.9375rem; line-height: 100%; color: #c9c9c9; text-transform: uppercase; }

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


.sub_location_tit.active h5 { transform: translate(0); opacity: 1; transition: 1.2s 0.2s; }
.sub_location_tit.active h3 { transform: translate(0); opacity: 1; transition: 1.2s 0.2s; }
.sub_location_tit.active h2 { transform: translate(0); opacity: 1; transition: 1.2s 0.2s; }
.sub_location_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: 1100px; 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: 1100px; 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: 1100px; margin: auto; position: relative; text-align: left; color: #010101; }

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

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

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

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

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

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

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

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

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

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

.map_marker { font-family: 'Pretendard'; width: auto; height: 36px; border: 2px solid #042f41; background-color: #fff; border-radius: 25px; text-align: center; display: flex; justify-content: center; align-items: center; padding: 0 15px; position: relative;
box-sizing: border-box; }
.map_marker p { font-size: 13px; line-height: 100%; color: #000; font-weight: 600; }
.map_marker:after { content:''; width: 0px; height: 0px; border-top: 8px solid #042f41; border-left: 5px solid transparent; border-right: 5px solid transparent; position: absolute; left: 0; right: 0; bottom: -8px; margin: auto; }
/*.map_marker.mk01 { width: 82px; z-index: 9; }*/
/*  */


.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: 1100px; margin: auto; height: auto; position: relative; color: #000; }

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

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

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

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

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

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

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

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

/**/

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

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

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

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

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

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

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

/**/

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

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

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

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

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

/*  */


.sub_privacy_wrap { width: 100%; max-width: 1100px; 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: 1100px; position: relative; z-index: 9; }

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

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

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


/**/


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

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

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

.sub_event_db.top { margin-top: 1rem;}
.sub_event_db.top tr td{border-top:none; background: #000; color: #fff;}

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