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

html { width: 100%; }
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: #a48b78; display: flex; justify-content: center; align-items: center; border-radius: 100%; left: 0; top: 0; transform: translate(-50%,-50%); transition: opacity 1.0s; opacity: 0; position: absolute; display: none; }
  body.main .cursor_skip2 { display: flex; }
  body.main .cursor_skip2.show { opacity: 1; }
  .cursor_skip2 p { font-family: 'lexend', sans-serif; color: #fff; font-size: 14px; line-height: 100%; font-weight: 600; display: inline-block; position: relative; letter-spacing: 0; text-transform: uppercase; }
  .cursor_skip2:before { content:''; width: 94px; height: 94px; position: absolute; left: -12px; top: -12px; background-color: #a48b78; 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 main_img2 {
	0% { transform: scale(1); }
	50% { transform: scale(1.08); }
	100% { transform: scale(1); }
}

.imgc { 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); }

.right_quick { width: 6.875rem; height: 15rem; height: 13.875rem; display: flex; justify-content: space-between; align-items: center; flex-direction: column; position: fixed; right: 3.125rem; top: 0; top: 7.75rem; margin: auto; z-index: 999; opacity: 0; transform: translateX(5rem); }
body.sub .right_quick { animation: right_quick 1.3s 0.6s both; opacity: 1; transform: translateX(0); }
.right_quick>div { width: 6.875rem; height: 6.875rem; display: flex; justify-content: center; align-items: center; border-radius: 100%; background-color: #a48b78; text-align: center; border: 0px solid #a48b78; box-sizing: border-box; }
/* .right_quick>div:last-child { background-color: #91826e; } */
.right_quick>div>a { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.right_quick>div p { font-size: 0.9375rem; line-height: 140%; color: #fff; }
.right_quick>div p b { font-size: 1.875rem; display: inline-block; transform: translateY(0.125rem); letter-spacing: -0.125rem; font-weight: 800; }
.right_quick>div p b:first-child { margin-right: 1px; }

@keyframes right_quick {
  0% { opacity: 0; transform: translateX(5rem); }
  100% {  }
}

.right_quick.active { opacity: 1; transform: translateX(0); transition: 1.3s 0.2s; }

/**/

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

/* .intro_wrap { width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 999999999999999; }

.intro_wrap img { width: 91.8%; position: absolute; }
.main_cloud01 { left: -130%; top: -25%; animation: main_cloud 2.6s 1.2s both ease-in-out; transform: translateX(-23%); }
.main_cloud02 { left: -130%; top:  5%; animation: main_cloud 2.8s 1.4s both ease-in-out; transform: translateX(-13%); }
.main_cloud03 { left: -130%; top:  40%; animation: main_cloud 3.0s 1.0s both ease-in-out; transform: translateX(-26%); }
.main_cloud04 { right: -130%; top: -25%; animation: main_cloud2 2.8s 1.7s both ease-in-out; transform: translateX(23%); }
.main_cloud05 { right: -130%; top: 5%; animation: main_cloud2 2.6s 0.9s both ease-in-out; transform: translateX(23%); }
.main_cloud06 { right: -130%; top: 40%; animation: main_cloud2 2.6s 1.6s both ease-in-out; transform: translateX(36%); }
.main_cloud07 { left: -130%; top: -15%; animation: main_cloud 3.2s 0s both ease-in-out; }
.main_cloud08 { right: -130%; top: 30%; animation: main_cloud2 3.0s 0.5s both ease-in-out; }

@keyframes main_cloud { 0% { left: 0; } 100% {  } }
@keyframes main_cloud2 { 0% { right: 0; } 100% {  } } */

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

.intro_wrap { width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 1; text-align: center; }

.intro_box { position: absolute; width: 100%; height: 100%; position: absolute; opacity: 1; }
.intro_box.box01 { z-index: 9; }
.intro_box.box02 { z-index: 8; }
.intro_box.box03 { z-index: 7; }
.intro_box.box04 { z-index: 6; }
.intro_box.box05 { z-index: 10; display: none; } 

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

/* .intro_vd_box.box01 { background-color: #000; } */
.intro_vd.vd01 { opacity: 0.6; }
.intro_vd.vd01::before { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/intro_bg01.jpg) center no-repeat; background-size: cover; z-index: 1; }
 
.intro_vd.vd02 { opacity: 0.8; }

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

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

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

.intro_img_box { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 1; background-color: #000; overflow: hidden; }
/* .intro_img_box::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/premium_bg.png) center no-repeat; background-size: cover; z-index: 8; } */
.intro_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity: 0.5; transition: 1.2s; z-index: 1; transform: scale(1.2); }
.intro_img.img01 { background: url(../img/intro_bg01.jpg) center no-repeat; background-size: cover; opacity: 0.6; }
.intro_img.img02 { background: url(../img/intro_bg02.jpg) center no-repeat; background-size: cover; opacity: 1; }
.intro_img.img03 { background: url(../img/intro_bg03.jpg) center no-repeat; background-size: cover; opacity: 1; }

.intro_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 10; background-color: #fff; opacity: 0; }

.intro_txt_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; display: flex; justify-content: center; align-items: center; }
.intro_txt_box>div { display: flex; justify-content: center; align-items: center; }
.intro_txt_box>div>div { position: relative; display: inline-block; }
.intro_txt_box>div>div>div { position: absolute; background-color: #fff; }
.intro_txt_line01 { width: 0%; height: 1px; left: 0; top: 0; }
.intro_txt_line02 { width: 1px; height: calc(0% + 0rem); }
.intro_txt_line03 { width: 1px; height: calc(0% + 0px); }
.intro_txt_line04 { width: 0%; height: 1px; right: 0; bottom: 0; }
.intro_txt_box h1 { opacity: 0; }
.intro_txt_box h2 { font-family: 'gg'; font-size: 1.75rem; margin: auto; line-height: 115%; opacity: 0; font-weight: 500; color: #fff; }
.intro_txt_box h2 .word1 { margin-bottom: 0.3em; }
.intro_txt_box h2 b { display: inline-block; margin: 1rem 0; }
.intro_txt_box h3 { font-family: 'copperplate'; font-size: 2.75rem; line-height: 100%; opacity: 0; color: #fff; }
.intro_txt_box h3 b { font-weight: 500; }
.intro_txt_box h3 span { position: relative; }
.intro_txt { position: absolute; left: -1rem; top: 0; margin: auto; bottom: 0; opacity: 0; }
.intro_txt_box p { font-family: 'gg'; font-size: 20px; line-height: 100%; color: #fff; opacity: 0; transform: translateY(2rem); margin-top: 60px; font-weight: 300; }
/* .intro_txt { margin-left: -1.125rem; margin-right: 0.125rem; opacity: 0; }
.intro_txt_box h3:nth-child(1) { transform: translateX(2rem); }
.intro_txt_box h3:nth-child(3) { transform: translateX(-2rem); } */
.intro_txt_box h4 { font-family: 'gg'; font-size: 2.0625rem; line-height: 100%; color: #a2a2a2; opacity: 0; }
.intro_txt_box h4 span { color: #000; }

.intro_txt_box.box02 h2 { width: 1.75rem; padding: 3.625rem 4.25rem; }
.line1 { display: block; margin-bottom: 1rem; } /* 원하는 간격으로 조절 */
.line2 { display: block; margin-top: 0; }
.intro_txt_box.box02 .intro_txt_line02 { left: 2.5rem; top: -1.875rem; }
.intro_txt_box.box02 .intro_txt_line03 { right: 2.5rem; bottom: -1.875rem; }

.intro_txt_box.box03 h2 { padding: 1.375rem 6.25rem; }
.intro_txt_box.box03 .intro_txt_line02 { left: 1.875rem; top: -2.5rem; }
.intro_txt_box.box03 .intro_txt_line03 { right: 1.875rem; bottom: -2.5rem; }

.intro_txt_box.box03>div { display: block; }
.intro_txt_box.box03>div>div { display: flex; justify-content: center; align-items: center; }

.intro_txt_box.box04>div { display: block; }
.intro_txt_box.box04>div>div { display: flex; gap: 1.375rem; margin: 1.375rem 0; }



.main_wrap.intro .intro_img.img01 { transform: scale(1); transition: 3.5s 0s; }
.main_wrap.intro .intro_txt_box.box01 h1 { opacity: 1; transition: 1.5s 0s; }
.main_wrap.intro .intro_box.box01 { opacity: 0; transition: 1.2s 2.8s; }

/* .main_wrap.intro2 .intro_box.box02 { opacity: 1; transition: 1.5s 0s; } */
.main_wrap.intro2 .intro_img.img02 { transform: scale(1); transition: 3.5s 0s; }
.main_wrap.intro2 .intro_txt_box.box02 h2 { opacity: 1; transition: 1.5s 0s; }
.main_wrap.intro2 .intro_txt_box.box02 .intro_txt_line01 { width: 100%; transition: 2.5s 0s; }
.main_wrap.intro2 .intro_txt_box.box02 .intro_txt_line02 { height: calc(100% + 3.85rem); transition: 2.5s 0s; }
.main_wrap.intro2 .intro_txt_box.box02 .intro_txt_line03 { height: calc(100% + 3.85rem); transition: 2.5s 0s; }
.main_wrap.intro2 .intro_txt_box.box02 .intro_txt_line04 { width: 100%; transition: 2.5s 0s; }
.main_wrap.intro2 .intro_box.box02 { opacity: 0; transition: 1.2s 2.8s; }

.main_wrap.intro3 .intro_img.img03 { transform: scale(1); transition: 3.0s 0s; }
.main_wrap.intro2 .intro_txt_box.box03 h2 { opacity: 1; transition: 1.2s 0.8s, opacity 1.5s 0.4s; }
.main_wrap.intro3 .intro_txt_box.box03 h3 { opacity: 1; transform: translate(0); transition: all 1.2s 0.8s, opacity 1.5s 0.4s; }
.main_wrap.intro3 .intro_txt_box.box03 h3 b { opacity: 0; transition: 1.5s 1.0s; }
.main_wrap.intro3 .intro_txt_box.box03 .intro_txt { opacity: 1; transition: 1.5s 1.0s; }
.main_wrap.intro3 .intro_txt_box.box03 p { opacity: 1; transform: translate(0); transition: 1.5s 1.0s; }
.main_wrap.intro3 .intro_txt_box.box03 .intro_txt_line01 { width: 100%; transition: 2.5s 0s; }
.main_wrap.intro3 .intro_txt_box.box03 .intro_txt_line02 { height: calc(100% + 5rem); transition: 2.5s 0s; }
.main_wrap.intro3 .intro_txt_box.box03 .intro_txt_line03 { height: calc(100% + 5rem); transition: 2.5s 0s; }
.main_wrap.intro3 .intro_txt_box.box03 .intro_txt_line04 { width: 100%; transition: 2.5s 0s; }
.main_wrap.intro3 .intro_bg { opacity: 1; transition: 2.5s 2.9s; }
.main_wrap.intro3 .intro_box.box03 { opacity: 0; transition: 1.2s 3.3s; }

.main_wrap.intro4 .intro_txt_box.box04>div>div:nth-child(1) h4:nth-child(1) { opacity: 1; transition: 0.6s 0s; }
.main_wrap.intro4 .intro_txt_box.box04>div>div:nth-child(1) h4:nth-child(2) { opacity: 1; transition: 0.6s 0.35s; }
.main_wrap.intro4 .intro_txt_box.box04>div>div:nth-child(2) h4:nth-child(1) { opacity: 1; transition: 0.6s 0.35s; }
.main_wrap.intro4 .intro_txt_box.box04>div>div:nth-child(1) h4:nth-child(3) { opacity: 1; transition: 0.6s 0.7s; }
.main_wrap.intro4 .intro_txt_box.box04>div>div:nth-child(2) h4:nth-child(2) { opacity: 1; transition: 0.6s 0.7s; }
.main_wrap.intro4 .intro_txt_box.box04>div>div:nth-child(3) h4:nth-child(1) { opacity: 1; transition: 0.6s 0.7s; }
.main_wrap.intro4 .intro_txt_box.box04>div>div:nth-child(2) h4:nth-child(3) { opacity: 1; transition: 0.6s 1.05s; }
.main_wrap.intro4 .intro_txt_box.box04>div>div:nth-child(3) h4:nth-child(2) { opacity: 1; transition: 0.6s 1.05s; }
.main_wrap.intro4 .intro_txt_box.box04>div>div:nth-child(3) h4:nth-child(3) { opacity: 1; transition: 0.6s 1.4s; }

/* .main_wrap.intro5 .main_img { top: 0; transition: 3.8s 1.0s; } */
.main_wrap.intro5 .main_img { opacity: 1; transition: all 3s 0s, opacity 1.5s 0s; }

/**/

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


@keyframes footer_guest {
	from {  transform: translateX(22.875rem); opacity: 1; };
	to { };
}

@keyframes location_pr_bt2 {
	from { transform: translateX(22.875rem); opacity: 1; };
	to { };
}
.location_pr_bt_wrap { cursor: pointer !important;position: fixed; width: 307px; height: 174px; right: 36px; bottom: 30px; z-index: 9998; padding: 5px; border-radius: 10px; background: rgba(255, 255, 255, .4);transition:.5s;animation: footer_guest22 1.2s 1s both; transform: translateX(22.875rem); opacity: 0; transition: 1.2s 0s; }
.location_pr_bt_wrap.active { opacity: 0; transition: opacity 1.2s; }
.location_pr_vi { position: relative; padding-bottom: 56.25%; padding-top: 0px; height: 0; opacity: 1;border-radius:10px;overflow: hidden;background: #fff url(../img/location_pr_bg.jpg)center center no-repeat ; background-size:cover;}
.location_pr_vi iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%; cursor: pointer !important;}
.location_pr_bt{position: absolute; width: 50px; height: 50px; left: 0;right: 0;top: 47px;margin: auto;background: #fff url(../img/location_pr_bt01.png)center center no-repeat ;border-radius:50px;transition:.5s; }
.location_pr_bt2{position: absolute;width: 100%; height: 100%;top: 0;left: 0;right: 0;margin: auto;	}

.location_pr_close { position: absolute; left: 0; right: 0; top: -24px; text-align: center; font-size: 14px; line-height: 100%; text-align: center; color: #fff; text-shadow: 0 0 5px rgba(0,0,0,1); }

.location_pr_bt_wrap p{position: absolute;width: 100%;top: 113px; left: 0;right: 0;margin: auto; color: #fff;text-shadow: 0 0 12px rgba(0,0,0,1);opacity: 1;transition:.5s;}
.location_pr_bt_wrap:hover{background: rgba(255, 255, 255, 1); transition:.5s;}
.location_pr_bt_wrap:hover .location_pr_bt{background: #0a162c url(../img/location_pr_bt02.png)center center no-repeat ;border-radius:50px;transition:.5s;opacity: 0;}
.location_pr_bt_wrap:hover p{opacity: 0;transition:.5s;}

.location_pr_bt_wrap.show { transform: translate(0); opacity: 1; transition: 1.2s 0.2s; }
.location_pr_bt_wrap.hide { transform: translateX(22.875rem); opacity: 0; transition: 1.2s 0s; }

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

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

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

.main_wrap { width: 100vw; height: 200vh; max-height: 1320px; position: relative; display: flex; justify-content: center; align-items: center; z-index: 2; overflow: hidden; }
.main_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
/* .main_wrap::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 3; background: url(../img/main_bg.png) center no-repeat; background-size: cover; } */
/* .main_wrap::after { content: ''; width: 100%; height: 35%; position: absolute; left: 0; bottom: -14.9%; background-color: #fff; } */

@media all and (max-width: 1600px) { 
	
    html { font-size: 14px; }
    .main_wrap { height: 150vh; }

}
.main_cloud_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 99; display: none; }

.main_cloud_box img { width: 91.8%; position: absolute; }
.main_cloud01 { left: -130%; top: -25%; animation: main_cloud 2.6s 1.2s both ease-in-out; transform: translateX(-23%); }
.main_cloud02 { left: -130%; top:  5%; animation: main_cloud 2.8s 1.4s both ease-in-out; transform: translateX(-13%); }
.main_cloud03 { left: -130%; top:  40%; animation: main_cloud 3.0s 1.0s both ease-in-out; transform: translateX(-26%); }
.main_cloud04 { right: -130%; top: -25%; animation: main_cloud2 2.8s 1.7s both ease-in-out; transform: translateX(23%); }
.main_cloud05 { right: -130%; top: 5%; animation: main_cloud2 2.6s 0.9s both ease-in-out; transform: translateX(23%); }
.main_cloud06 { right: -130%; top: 40%; animation: main_cloud2 2.6s 1.6s both ease-in-out; transform: translateX(36%); }
.main_cloud07 { left: -130%; top: -15%; animation: main_cloud 3.2s 0s both ease-in-out; }
.main_cloud08 { right: -130%; top: 30%; animation: main_cloud2 3.0s 0.5s both ease-in-out; }

@keyframes main_cloud { 0% { left: 0; } 100% {  } }
@keyframes main_cloud2 { 0% { right: 0; } 100% {  } }

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

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

.main_guest_txt { text-align: left; color: #fff; display: flex; justify-content: flex-start; align-items: center; margin-left: 4.125rem; }
.main_guest_txt h3 { font-family: 'lexend'; font-size: 1.75rem; line-height: 100%; font-weight: 700; }
.main_guest_txt p { font-size: 0.875rem; line-height: 100%; margin-left: 0.625rem; }
.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_tit { width: 41.5%; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; display: flex; justify-content: center; align-items: flex-start; text-align: left; }
.main_tit img { display: block; margin: auto; opacity: 0; transform: translateY(-3rem); }
.main_tit img:nth-child(1) { width: 19.625rem; }
.main_tit img:nth-child(2) { width: 21.8125rem; margin-top: 2.625rem; }
.main_tit img:nth-child(3) { margin-top: 3.625rem; transform: translateY(3rem); }
.main_tit>div { transform: translateY(10.5rem); }
.main_tit h1 { font-family: 'gg'; font-size: 2.9375rem; line-height: 100%; opacity: 0; transform: translateX(-5rem); margin-left: -0.125rem; }
.main_tit h1 span { font-size: 3.625rem; }
.main_tit p { font-size: 1rem; line-height: 156%; color: #151c1e; margin-top: 2.125rem; opacity: 0; transform: translateX(-5rem); }
/* .main_logo { margin-top: 10rem; opacity: 0; transform: translateY(3rem); } */
 
.main_txt_box { position: absolute; left: 0; right: 0; margin: auto; bottom: 6rem; z-index: 9; text-align: left; opacity: 0; display: flex; justify-content: flex-end; align-items: center; text-align: center; }
.main_txt_box>div { transform: translateX(-6.25rem); }
.main_txt_box h3 { font-family: 'copperplate'; font-size: 2.75rem; line-height: 100%; opacity: 0; color: #4d6a35; }
.main_txt_box h3 b { font-weight: 500; }
.main_txt_box h3 span { position: relative; }
.main_txt { position: absolute; left: -1rem; top: 0; margin: auto; bottom: 0; opacity: 0; }
.main_txt_box p { font-family: 'gg'; font-size: 20px; line-height: 100%; opacity: 0; transform: translateY(2rem); margin-top: 20px; font-weight: 300; }

.c_green { color: #4d6a35; }
.c_yellow { color: #d69c66; }



/* .main_wrap.intro .main_tit_box.box01 { opacity: 1; transition: 2.5s 0s; } */

.main_wrap.on .main_img { transform: scale(1) translateY(-0rem); }
.main_wrap.on .main_guest { transform: translate(0); opacity: 1; transition: 1.5s 0.2s; }
.main_wrap.on .main_guest_txt img { transform: translateY(-1rem); opacity: 1; transition: 1.5s 0.2s; }
.main_wrap.on .main_txt_box>div>span { opacity: 1; transition: 1.5s 0.2s; }
.main_wrap.on .main_tit h1 { transform: translate(0); opacity: 1; transition: 1.5s 0.4s; }
.main_wrap.on .main_tit p { transform: translate(0); opacity: 1; transition: 1.5s 0.4s; }
.main_wrap.on .main_txt2 { transform: translate(0); opacity: 1; transition: 1.5s 0.4s; }
/* .main_wrap.on .main_txt { transform: translateY(-5rem); opacity: 1; transition: 1.3s 1.2s; } */
.main_wrap.on .main_txt_box { transform: translate(0); opacity: 1; transition: 1.3s 0.2s; }

.main_wrap.on .main_tit img:nth-child(1) { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.main_wrap.on .main_tit img:nth-child(2) { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.main_wrap.on .main_tit img:nth-child(3) { opacity: 1; transform: translate(0); transition: 1.2s 0.8s; }

/*  */

.city_wrap { width: 100vw; height: 100vh; max-height: 1000px; position: relative; transition: 0.8s; display: flex; justify-content: center; align-items: center; overflow: hidden; }
.city_wrap::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: url(../img/city_bg2.jpg) center bottom no-repeat; background-size: cover; transform: scale(1.2); }

.city_wrap>div { width: 90%; max-width: 1180px; display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 9; }

.city_txt { opacity: 0; }

.city_txt_box { color: #fff; opacity: 0; transform: translateY(-3rem); }
.city_txt_box h3 { font-size: 1.575rem; line-height: 122%; font-weight: 400; }
.city_txt_box span { display: inline-block; width: 0.0625rem; height: 1.25rem; margin: 1.75rem auto; background-color: #a79383; }
.city_txt_box p { font-size: 1.025rem; line-height: 144%;  font-weight: 300;}


.city_wrap.active::after { transform: scale(1); transition: 3.0s 0s; }
.city_wrap.active .city_txt { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.city_wrap.active .city_txt_box { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }

/*  */

.premium_wrap { width: 100vw; height: auto; position: relative; transition: 0.8s; text-align: left; background: url(../img/premium_bg.jpg) center bottom no-repeat; background-size: cover; padding: 10.625rem 0 7.5rem; display: flex; justify-content: center; align-items: center; }
.premium_wrap>div { width: 90%; height: auto; max-width: 1250px; display: flex; justify-content: center; align-items: center; gap: 2.75rem; flex-wrap: wrap; position: relative; }

.premium_content { width: 100%; color: #fff; }
.premium_content>div { width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; gap: 3.25rem; }

.premium_content.con02>div,
.premium_content.con04>div,
.premium_content.con06>div { flex-direction: row-reverse; }

.premium_img_box { position: relative; width: 100%; max-width: 600px; opacity: 0; transform: translateX(-5rem); }
.premium_img_box.box02,
.premium_img_box.box04,
.premium_img_box.box06 { transform: translateX(5rem); } 
.premium_img_box>div:first-child { position: relative; overflow: hidden; border-radius: 3.25rem 0 3.25rem 0; }
.premium_img_box.box02>div:first-child,
.premium_img_box.box04>div:first-child,
.premium_img_box.box06>div:first-child { border-radius: 0 3.25rem 0 3.25rem; }
.premium_img_box.box01 .imgc,
.premium_img_box.box03 .imgc,
.premium_img_box.box05 .imgc { right: revert; left: 0.5rem; }
/* .premium_img_box img { transform: scale(1.15); } */
.premium_img_box .imgc { font-size: 1rem; }
.premium_img_txt { width: 100%; height: 100%; display: flex; justify-content: flex-start; align-items: flex-end; position: absolute; left: -0.75rem; top: 0; }
.premium_img_txt h3 { font-family: 'Marcellus', sans-serif; font-size: 1.25rem; line-height: 100%; font-weight: 500; transform: rotate(-90deg); transform-origin: left bottom; }
.premium_img_txt h3 span { display: inline-block; }
.premium_img_txt h3 b { color: #c8dfff; font-weight: 500; }

.premium_img_box.box02 .premium_img_txt,
.premium_img_box.box04 .premium_img_txt,
.premium_img_box.box06 .premium_img_txt { justify-content: flex-end; align-items: flex-start; left: revert; right: -0.75rem; top: 4.875rem; }
.premium_img_box.box02 .premium_img_txt h3,
.premium_img_box.box04 .premium_img_txt h3,
.premium_img_box.box06 .premium_img_txt h3 { transform-origin: right top; }

.premium_txt_box { margin-top: 4.625rem; margin-top: 1.375rem; opacity: 0; transform: translateX(5rem); }
.premium_txt_box.box02,
.premium_txt_box.box04,
.premium_txt_box.box06 { text-align: right; transform: translateX(-5rem); }
.premium_txt_box h2 { font-family: 'Marcellus', sans-serif; font-size: 2.1875rem; line-height: 100%; }
.premium_txt_box span { position: relative; display: inline-block; width: 2.5rem; height: 1px; margin-top: 1rem; }
.premium_txt_box span::before { content: ''; width: 50%; height: 1px; position: absolute; left: 0; top: 0; background-color: #fff; }
.premium_txt_box span::after { content: ''; width: 50%; height: 1px; position: absolute; right: 0; top: 0; background-color: #fff; opacity: 0.5; }
.premium_txt_box h1 { font-size: 2.1875rem; line-height: 100%; margin-top: 1.25rem; letter-spacing: -0.0938rem; }
.premium_txt_box p { font-size: 1.25rem; line-height: 120%; margin-top: 1.25rem; opacity: 0.8; letter-spacing: -0.0625rem; }
.premium_txt_box p b { font-weight: 700; }

.premium_tit { position: absolute; top: -3.375rem; right: 1.875rem; opacity: 0; }


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

/* .premium_wrap { width: 100vw; height: auto; position: relative; transition: 0.8s; }
.premium_wrap>div { width: 100%; height: auto; }

.premium_content { width: 100%; height: 100vh; color: #fff; position: relative; }
.premium_content>div { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }

.premium_img_box { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 1; background-color: #000; overflow: hidden; }
.premium_img_box::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/premium_bg.png) center no-repeat; background-size: cover; z-index: 8; }
.premium_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity: 0.5; transition: 1.2s; z-index: 1; transform: scale(1.2); }
.premium_img.img01 { background: url(../img/premium_img01.jpg) center no-repeat; background-size: cover; opacity: 0.65; }
.premium_img.img02 { background: url(../img/premium_img02.jpg) center no-repeat; background-size: cover; opacity: 0.65; }
.premium_img.img03 { background: url(../img/premium_img03.jpg) center no-repeat; background-size: cover; opacity: 0.6; }
.premium_img.img04 { background: url(../img/premium_img04.jpg) center no-repeat; background-size: cover; opacity: 0.55; }
.premium_img.img05 { background: url(../img/premium_img05.jpg) center no-repeat; background-size: cover; opacity: 0.6; }
.premium_img.img06 { background: url(../img/premium_img06.jpg) center no-repeat; background-size: cover; opacity: 0.7; }
.premium_img_box .imgc { z-index: 9; }
.premium_img_txt { width: 100%; height: 100%; display: flex; justify-content: flex-start; align-items: flex-end; position: absolute; left: -0.75rem; top: 0; }
.premium_img_txt h3 { font-family: 'Marcellus', sans-serif; font-size: 1.25rem; line-height: 100%; font-weight: 500; transform: rotate(-90deg); transform-origin: left bottom; }
.premium_img_txt h3 span { display: inline-block; }
.premium_img_txt h3 b { color: #c1d6c6; font-weight: 500; }

.premium_img_box.box02 .premium_img_txt,
.premium_img_box.box04 .premium_img_txt,
.premium_img_box.box06 .premium_img_txt { justify-content: flex-end; align-items: flex-start; left: revert; right: -0.75rem; top: 4.875rem; }
.premium_img_box.box02 .premium_img_txt h3,
.premium_img_box.box04 .premium_img_txt h3,
.premium_img_box.box06 .premium_img_txt h3 { transform-origin: right top; }

.premium_txt_box { position: relative; z-index: 9; text-align: center; opacity: 0; transform: translateY(3rem); text-shadow: 0 0 0.625rem rgba(0,0,0,0.7); }
.premium_txt_box h2 { font-family: 'Marcellus', sans-serif; font-size: 2.375rem; line-height: 100%; }
.premium_txt_box h2 span { font-size: 1.875rem; }
.premium_txt_box h1 { font-size: 4.0625rem; line-height: 100%; letter-spacing: -0.0938rem; margin-top: 2rem; font-weight: 900; }
.premium_txt_box p { font-size: 2.1875rem; line-height: 128%; margin-top: 2rem; font-weight: 400; letter-spacing: -0.0625rem; }
.premium_txt_box p b { font-weight: 700; }
.premium_txt_box p span { font-size: 1.5rem; }

.premium_tit { position: absolute; top: -3.375rem; right: 1.875rem; opacity: 0; }


.premium_tit.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.premium_img_box.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.premium_img_box.active .premium_img { transform: scale(1); transition: 2.5s 0s; }
.premium_txt_box.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; } */


/*  */


.unit_wrap { width: 100vw; height: 100vh; max-height: 1000px; position: relative; transition: 0.8s; display: flex; justify-content: center; align-items: center; overflow: hidden; background-color: #000; }
.unit_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: url(../img/unit_bg.jpg) center no-repeat; background-size: cover; transform: scale(1.2); opacity: 0.3; }
.unit_wrap>div:last-child { width: 90%; max-width: 1380px; position: relative; z-index: 9; transform: translateY(-1rem); }


.unit_tit { opacity: 0; display: none; }
.unit_tit h2 { font-family: 'copperplate'; font-size: 2.9375rem; line-height: 100%; }
.unit_tit h4 { font-size: 1.4375rem; line-height: 100%; margin-top: 1.375rem; }


.unit_box { width: 100%; position: relative; display: flex; justify-content: center; align-items: center; opacity: 0; color: #fff; }
.unit_box>div:first-child { width: 100%; position: relative; }

.swiper_unit { width: 100%; position: relative; z-index: 9; outline: none; margin: 0; padding: 0; overflow: visible; margin-top: 4rem; }

.unit_content { width: 100%; display: flex; justify-content: space-between; align-items: flex-end; }

.unit_box .swiper-button-prev2 { width: 44px; height: 44px; position: absolute; right: revert; left: -2.5rem; top: 0; bottom: -30rem; margin: auto; z-index: 9; padding: 0; outline: none; opacity: 0; border-radius: 100%; border: 1px solid #fff; }
.unit_box .swiper-button-next2 { width: 44px; height: 44px; position: absolute; left: revert; right: -2.5rem; top: 0; bottom: -30rem; margin: auto; z-index: 9; padding: 0; outline: none; opacity: 0; border-radius: 100%; border: 1px solid #fff; }
.unit_box .swiper-button-prev2 img,
.unit_box .swiper-button-next2 img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }

.unit_img { width: 40.4375rem; height: 37.4375rem; display: flex; justify-content: center; align-items: center; opacity: 0; transition: 1.0s 0s; text-align: left; position: relative; }
/* .unit_img.img01 img { width: 27.5625rem; }
.unit_img.img02 img { width: 30.1875rem; }
.unit_img.img03 img { width: 28.4375rem; } */
.unit_img h6 { width: 100%; font-size: 0.875rem; line-height: 100%; opacity: 0.7; font-weight: 500; color: #c0c0c0; position: absolute; left: 0; bottom: -1.5rem; text-align: center; }

.unit_txt_box { width: 37.5rem; text-align: left; opacity: 0; transform: translateX(5rem); margin-bottom: 2.75rem; display: flex; justify-content: center; align-items: center; }
.unit_txt_box>div { position: relative; }
.unit_txt_box>div>div { display: flex; justify-content: flex-start; align-items: flex-end; }
.unit_txt_box h2 { font-size: 4.5625rem; line-height: 100%; color: #fff; font-weight: 700; margin-top: -0.25rem; }
.unit_txt_box h4 { font-size: 1.875rem; line-height: 100%; position: relative; padding-left: 1.5rem; margin-left: 1.5rem; margin-bottom: 0.375rem; }
/* .unit_txt_box h4::before { content: ''; width: 1px; height: 80%; position: absolute; left: 0; top: 25%; bottom: 0; margin: auto; background-color: #000; opacity: 0.5; } */
.unit_txt_box p { font-size: 1.125rem; line-height: 138%; opacity: 1; font-weight: 500; margin-top: 1.875rem; }

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


.unit_bt_box { width: 37.5rem; position: absolute; right: 0; top: 9.5rem; z-index: 999; display: none; }
.unit_bt_box>div:first-child { margin-left: 3.75rem; text-align: left; margin-bottom: 4.75rem; }
.unit_bt_box>div:last-child { display: flex; justify-content: space-between; align-items: center; }
/* .unit_bt_box>div { width: 100%; font-size: 1.25rem; line-height: 100%; padding-bottom: 0.75rem; border-bottom: 3px solid #c3c4c7; cursor: pointer; }
.unit_bt_box>div.active { border-bottom: 3px solid #000; } */
.unit_bt_box h4 { font-size: 1.25rem; line-height: 100%; color: #e18800; }
.unit_bt_box h2 { font-size: 3.125rem; line-height: 100%; font-weight: 700; margin-top: 0.625rem; color: #e18800; }
.unit_bt_box p { font-size: 1rem; line-height: 156%; margin-top: 1.25rem; }

.swiper_unit_2 { width: 37.5rem; position: relative; margin: 0; padding: 0; bottom: 0; z-index: 999; }
.swiper_unit_2 .swiper-wrapper { display: flex; justify-content: space-between; gap: 0 0px; }
.swiper_unit_2 .swiper-slide { width: 100%; font-size: 1.6875rem; line-height: 100%; padding-bottom: 0.75rem; font-weight: 300; border-bottom: 1px solid rgba(255,255,255,0.3); cursor: pointer; }
.swiper_unit_2 .swiper-slide-thumb-active { opacity: 1; }

.swiper_unit_2 .swiper-slide-thumb-active { border-bottom: 2px solid #e18800; font-weight: 700; }


.unit_wrap.active .unit_bg { transform: scale(1); transition: 3.0s 0s; }
.unit_wrap.active::before { transform: scale(1); transition: 2.0s 0s; }
.unit_wrap.active::after { transform: scale(1); transition: 2.0s 0s; }
.unit_wrap.active .swiper-button-prev2 { opacity: 1; transition: 1.2s 0.2s; }
.unit_wrap.active .swiper-button-next2 { opacity: 1; transition: 1.2s 0.2s; }
.unit_wrap.active .unit_tit { opacity: 1; transition: 1.2s 0.2s; }
.unit_wrap.active .unit_box { opacity: 1; transition: 1.2s 0.2s; }
.unit_wrap.active .unit_tit h2 { letter-spacing: 1rem; padding-left: 1rem; transition: 1.5s 0.8s; }
.unit_wrap.active .unit_tit h4 { letter-spacing: 0.25rem; padding-left: 0.25rem; transition: 1.5s 0.8s; }


/*  */

.brand_wrap { width: 100%; height: auto; position: relative; display: flex; justify-content: center; align-items: center; padding: 14.75rem 0 11.625rem; overflow: hidden; }
.brand_wrap::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: url(../img/brand_bg2.jpg) center bottom no-repeat; background-size: cover; transform: scale(1.2); }
.brand_wrap>div { position: relative; z-index: 9; display: flex; justify-content: center; align-items: center;  width:100%; max-width:1120px; margin:0 auto;}

.brand_wrap h3 { font-family: 'gg'; font-size: 1.375rem; line-height: 100%; opacity: 0; transform: translateY(-3rem); }
.brand_wrap h2 { font-size: 3.875rem; line-height: 100%; margin-top: 0.625rem; font-weight: 700; opacity: 0; transform: translateY(-3rem); color: #88684f; }
.brand_wrap p { font-size: 0.9375rem; line-height: 200%; opacity: 0.7; margin-top: 3.75rem; font-weight: 500; opacity: 0; transform: translateY(3rem); }
.brand_logo { margin-top: 4rem; opacity: 0; transform: translateY(3rem); }

.brand_tit { opacity:0; transform: translateX(-5rem);}
.brand_img {opacity:0; transform: translateY(-1rem); }
.brand_box {width:100%;  font-family: "Nanum Myeongjo", serif; color:#706142; text-align:left;  }
.brand_box.box01 {  transform: translateY(-8rem); }
.brand_box.box01 p {font-size: 1.075rem;  line-height: 200%;  display: flex; justify-content: center; font-weight: 800; }
.brand_box.box02 p {font-size: 0.975rem;  line-height: 200%;  font-weight: 800; }

.brand_logo2 {  position: absolute; right:6rem; top:-6rem; opacity:0; transform: translateY(-5rem); }



.brand_wrap.active::after { transform: scale(1); transition: 3.0s 0s; }
.brand_wrap>div.active h3 { opacity: 1; transform: translate(0); transition: 1.2s 0.3s; }
.brand_wrap>div.active h2 { opacity: 1; transform: translate(0); transition: 1.2s 0.3s; }
.brand_wrap>div.active p { opacity: 1; transform: translate(0); transition: 1.2s 0.7s; }
.brand_wrap>div.active .brand_logo2 { opacity: 1; transform: translate(0); transition: 1.2s 0.7s; }
.brand_wrap>div.active .brand_tit { opacity: 1; transform: translate(0); transition: 1.2s 0.3s; }
.brand_wrap>div.active .brand_img { opacity: 1; transform: translate(0); transition: 1s 0.2s; }


/*  */

.contact_wrap { width: 100%; height: 47.25rem; position: relative; transition: 0.8s; display: flex; justify-content: flex-start; align-items: center; overflow: hidden; background: #0d2144; color: #fff; }
.contact_wrap::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: url(../img/contact_bg.jpg) center bottom no-repeat; background-size: cover; animation: main_img2 9.0s 0s infinite; opacity: 0.25; }

.contact_wrap>div { text-align: left; position: relative; width: 90%; max-width: 1380px; margin: auto; z-index: 9; transform: translateY(0rem); display: flex; justify-content: space-between; align-items: center; }

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

.contact_tit { opacity: 0; text-align: center; }
.contact_tit h2 { font-family: 'copperplate'; font-size: 2.9375rem; line-height: 100%; }
.contact_tit h4 { font-size: 1.4375rem; line-height: 100%; margin-top: 1.375rem; }

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

.contact_txt_box { text-align: left; color: #fff; opacity: 0; transform: translateX(5rem); }
.contact_txt_box h5 { font-size: 1.25rem; line-height: 100%; }
.contact_txt_box h2 { font-family: 'lexend'; font-size: 4.375rem; line-height: 100%; margin-top: 0.625rem; margin-bottom: 2.375rem; font-weight: 800; }
.contact_txt_box h3 { font-size: 1.25rem; line-height: 100%; }
.contact_txt_box h3:first-child { width: 5.5rem; opacity: 0.5; }
.contact_txt_box>div { display: flex; justify-content: flex-start; align-items: center; margin-top: 0.625rem; }


.sub_contact_bt{ margin-right: 0; margin-top: 1.25rem; gap: 0.75rem; display: flex; justify-content: center; align-items: center; margin-left: 5.2rem;}
.sub_contact_bt a{ width: 10rem; height: 2.5rem; box-sizing: border-box; display: flex; justify-content: center; align-items: center; margin-left: 0.3125rem; gap: 0.625rem; border: 1px solid #fff; border-radius: 5px;}
.sub_contact_bt a p{font-size: 0.9375rem; font-weight: 500; line-height: 100%; margin-top: -1px;}

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

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

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

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

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

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

.sub_contact_tit { width: 100%; height: 3.875rem; display: flex; justify-content: center; align-items: center; background-color: #a48b78; color: #fff; font-size: 1.25rem; line-height: 100%; }

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

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

.map_marker { font-family: 'Pretendard'; width: auto; height: 36px; border: 2px solid #e18800; 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 #e18800; border-left: 5px solid transparent; border-right: 5px solid transparent; position: absolute; left: 0; right: 0; bottom: -8px; margin: auto; }
/*.map_marker.mk01 { width: 82px; z-index: 9; }*/


.contact_wrap.active .sub_contact_bottom { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
.contact_wrap.active .contact_txt_box { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.contact_wrap.active .cy_bt { opacity: 1; transform: translate(0); transition: 1.2s 0.6s; }
.contact_wrap.active .contact_tit { opacity: 1; transition: 1.2s 0.2s; }
.contact_wrap.active .contact_tit h2 { letter-spacing: 1rem; padding-left: 1rem; transition: 1.5s 0.8s; }
.contact_wrap.active .contact_tit h4 { letter-spacing: 0.25rem; padding-left: 0.25rem; transition: 1.5s 0.8s; }


/*  */

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

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

/**/

#footer { overflow: visible; }

.footer { width: 100%; padding: 3.5rem 11.25rem; box-sizing: border-box; z-index: 990; position: relative; box-sizing: border-box; letter-spacing: -0.0313rem; font-size: 0.875rem; background-color: #575756; color: #fff; border: none; display: flex; justify-content: space-between; align-items: flex-start; }
/* .footer { width: 100%; position: relative; } */
.footer:after { content:''; width: 100%; height: 100vh; position: absolute; left: 0; top: -100vh; display: none; }
body.main .footer { border: none; }

.footer_left { text-align: left; display: flex; justify-content: flex-start; align-items: flex-start; gap: 5.875rem; }

/* .footer_logo { margin-bottom: 2.5rem; } */

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

.footer p { line-height: 134%; margin-top: 1.5rem; color: rgba(255,255,255,0.7); }
/* .footer p br { display: none;; } */

.footer h6 { line-height: 100%; margin-top: 0.75rem; letter-spacing: 0.0313rem; color: rgba(255,255,255,0.7); }

.footer_right { text-align: right; margin-right: 8.75rem; margin-top: 1.25rem; }

.footer_privacy { display: flex; justify-content: flex-end; align-items: center; }
.footer_privacy li { line-height: 100%; padding: 0 0.75rem; box-sizing: border-box; position: relative; }
.footer_privacy li span { font-size: 1.125rem; }
.footer_privacy li a { width: 100%; height: 100%; display: block; }
.footer_privacy li:nth-child(1)::after { content: ''; width: 1px; height: 90%; position: absolute; right: 0; top: 0.125rem; bottom: 0; margin: auto; background-color: #fff; opacity: 0.4; }
.footer_privacy li:nth-child(3) { border: 1px solid rgba(255,255,255,0.4); padding: 0; margin-right: 0.25rem; margin-left: 0.375rem; }
.footer_privacy li:nth-child(4) { background-color: #151c1e; padding: 0; }
.footer_privacy li:nth-child(3) a,
.footer_privacy li:nth-child(4) a { padding: 0.75rem 1.375rem; box-sizing: border-box; }
.footer_right h2 { display: inline-block; font-family: 'lexend'; font-size: 2.5rem; line-height: 100%; font-weight: 600; margin-top: 1.25rem; padding-left: 2.25rem; background: url(../img/common/footer_tel.png) left center no-repeat; }
.footer_right h4 { padding: 0.25rem 1rem; border: 1px solid rgba(255,255,255,0.4); margin-top: 0.75rem; }

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

.footer_const { display: flex; justify-content: flex-end; align-items: center; }
.footer_const li { position: relative; padding: 0 0.25rem; color: rgba(255,255,255,0.7); }
/* .footer_const li:after { position: absolute; content:''; width: 1px; height: 0.875rem; background-color: #fff; opacity: 1; right: 0; bottom: 0; top: -1px; margin: auto; opacity: 0.4; } */
/* .footer_const li:last-child img { transform: translateY(0.1875rem); } */
.footer_const li:last-child { padding-right: 0; }
.footer_const li:last-child:after { display: none; }
/*.footer_const li:nth-child(2) { margin-right: 1.875rem; }*/
.footer_const li:first-child { padding-left: 0; }

.footer_right p { margin-top: 0.425rem; }

/* .top_bt { width: 48px; height: 48px; background-color: #000; z-index: 99999; position: absolute; right: 6.25rem; top: -24px; cursor: pointer; }
.top_bt:before { content:''; width: 6px; height: 6px; position: absolute; left: 0; right: 0; top: 4px; bottom: 0; margin: auto; border-left: 1px solid #fff; border-top: 1px solid #fff; transform: rotate(45deg); z-index: 9; } */
.top_bt { width: 3.125rem; height: 3.125rem; position: absolute; right: 13.5rem; top: -1.5625rem; z-index: 9; cursor: pointer; }



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


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

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