@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);

::-webkit-scrollbar {

display:none;

} 


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

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:#333; 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;border-radius:0;font-family:'Dotum';}
input:checked[type="checkbox"]{-webkit-appearance:checkbox}
button,input[type="button"],input[type="submit"],input[type="reset"],input[type="file"]{border-radius:0;-webkit-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}
input::-ms-clear{display:none;}


body { width: 100%; margin: auto; font-family: 'Pretendard'; }

body.main { overflow-y: hidden; }


/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
	}


.left_scroll_wrap { width: 12px; height: 145px; margin: auto; overflow: hidden; position: fixed; z-index: 9999; left: 30px; top: 0; bottom: 0; transform: translateY(60px);  animation: lo_txt 1.0s .7s both; display: none; transition: .5s; }
.left_scroll_wrap.hide { left: 30px; top: 0; bottom: 0; transform: translateY(60px);  animation: lo_txt 1.0s .7s both; display: none; transition: .5s; }
.left_scroll_img { width: 100%; height: 39px; background: url(../img/scroll3.png) center no-repeat; transition: 0.3s; }
.left_scroll { width: 1px; height: 90px; background-color: rgba(255,255,255,0.5); margin: auto; margin-top: 15px; position: relative; box-shadow: 0 0 3px #000;}
.left_scroll span { position: absolute; content:''; width: 10px; height: 10px; background-color: #8a7e60; left: -4px; top: 0; border-radius: 100%; box-shadow: 0 0 3px #000; }

.left_scroll_wrap.active .left_scroll_img { background: url(../img/scroll3.png) center no-repeat; }





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


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

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

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

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

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

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

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

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

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

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

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

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




}



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

.intro_wrap { width: 100%; height: 100%; position: fixed; z-index: 999; left: 0; top: 0; display: flex; justify-content: center; align-items: center; background-color: #000; }
    .intro_wrap::before { content: ''; width: 100vw; height: 100vh; background-color: #000; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; transform: scale(1) rotate(0deg); z-index: -2; }
    
.logo_wrap{}
    .intro_box { position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; z-index: 999; transform-origin: center; width: 60%; max-width: 389px;margin: 0 auto;}
    .intro_box img { width: 100%; }
    .intro_box span { position: absolute; display: block; }
    .intro_box span::after { content: ''; position: absolute; background-color: #fff; }
    .intro_line01 { width: 57.7%; height: 1px; left: 0.1%; top: 24.6%; transform: rotate(-30deg); transform-origin: left center; }
    .intro_line02 { width: 30.6%; height: 1px; left: 50.1%; top: -0.1%; transform: rotate(30deg); transform-origin: left center; }
    .intro_line03 { width: 57.8%; height: 1px; left: 26.6%; top: 37.9%; transform: rotate(-30deg); transform-origin: left center; }
    .intro_line04 { width: 1px; height: 9.8%; left: 26.6%; top: 38%; }
    .intro_line05 { width: 39.2%; height: 1px; left: 26.6%; top: 47.7%; transform: rotate(-30deg); transform-origin: left center; }
    .intro_line06 { width: 15.1%; height: 1px; left: 60.5%; top: 31.0%; transform: rotate(30deg); transform-origin: left center; }
    .intro_line07 { width: 1px; height: 13.4%; left: 73.4%; top: 37.5%; }
    .intro_line08 { width: 39.2%; height: 1px; left: 39.7%; top: 67.6%; transform: rotate(-30deg); transform-origin: left center; }
    .intro_line09 { width: 11.9%; height: 1px; left: 39.8%; top: 67.6%; transform: rotate(30deg); transform-origin: left center; }
    .intro_line10 { width: 57.6%; height: 1px; left: 50%; top: 72.7%; transform: rotate(-30deg); transform-origin: left center; }
    .intro_line11 { width: 1px; height: 26.3%; right: 0; top: 48%; }
    .intro_line13 { width: 57.5%; height: 1px; left: 50.1%; bottom: 0.9%; transform: rotate(-30deg); transform-origin: left center; }
    .intro_line14 { width: 57.7%; height: 1px; left: 0.1%; bottom: 25.6%; transform: rotate(30deg); transform-origin: left center; }
    .intro_line15 { width: 1px; height: 49.5%; left: 0; top: 24.8%; }
    
    .intro_line01::after { right: 0; top: 0; width: 0; height: 100%; transition: 2.5s 0s; }
    .intro_line02::after { left: 0; top: 0; width: 0; height: 100%; transition: 2.5s 0s; }
    .intro_line03::after { left: 0; top: 0; width: 0; height: 100%; transition: 2.5s 0s; }
    .intro_line04::after { right: 0; top: 0; width: 100%; height: 0; transition: 2.5s 0s; }
    .intro_line05::after { right: 0; top: 0; width: 0; height: 100%; transition: 2.5s 0.4s; }
    .intro_line06::after { left: 0; top: 0; width: 0; height: 100%; transition: 2.5s 0.4s; }
    .intro_line07::after { right: 0; bottom: 0; width: 100%; height: 0; transition: 2.5s 0.4s; }
    .intro_line08::after { right: 0; top: 0; width: 0; height: 100%; transition: 2.5s 0.4s; }
    .intro_line09::after { right: 0; top: 0; width: 0; height: 100%; transition: 2.5s 0s; }
    .intro_line10::after { left: 0; top: 0; width: 0; height: 100%; transition: 2.5s 0s; }
    .intro_line11::after { right: 0; bottom: 0; width: 100%; height: 0; transition: 2.5s 0s; }
    .intro_line12::after { right: 0; top: 0; width: 0; height: 100%; transition: 2.5s 0s; }
    .intro_line13::after { right: 0; top: 0; width: 0; height: 100%; transition: 2.5s 0s; }
    .intro_line14::after { left: 0; top: 0; width: 0; height: 100%; transition: 2.5s 0.4s; }
    .intro_line15::after { right: 0; bottom: 0; width: 100%; height: 0; transition: 2.5s 0.4s; }
    
	.logo_out{position: absolute; width: 100%; overflow: hidden; height: 0; animation:logo_out 1.6s 0s both; }
	.logo_out2{position: absolute; width: 100%; overflow: hidden; height: 0; bottom: 0; animation:logo_out2 1.6s 0s both; transform:rotate(-180deg);}
	.logo_out2 img{ transform: rotate(-180deg);}
    .main_wrap.intro .logo_out{ opacity: 0; transition: .3s 1.5s; }
    .main_wrap.intro .logo_out2{ opacity: 0; transition: .3s 1.5s; }
    

	.intro_logo{opacity: 0;}
	.main_wrap.intro0 .intro_logo { opacity: 1; transition: 1s 1.2s;}
    .intro_logo2 { position: absolute; right: -0%; top: -0%; transform: translate(4vw,-2.5vw); z-index: 9; opacity: 0; filter: brightness(0) invert(1);}
    .intro_logo3 {  max-width: 230px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; bottom:-15rem; bottom: -25%;  z-index: 9; opacity: 0; }

@keyframes logo_out {
	from { height: 0;}
	to { height: 100%; }
}
@keyframes logo_out2 {
	from { height: 0;}
	to { height: 100%; }
}

    .main_wrap.intro .intro_box span::after { width: 100%; height: 100%; }
    .main_wrap.intro .intro_logo2 { opacity: 1; transform: translate(0); transition: opacity 1.5s 0.4s, transform 1.5s 1.5s;}
	.main_wrap.intro2 .intro_logo2 { filter: none;transition: 1s 1.4s;}

    .main_wrap.intro2::before { opacity: 0; transition: 1.5s 1.2s; }
    .main_wrap.intro2 .intro_box span::after { opacity: 0; transition: 1.5s 1.2s; }
    
    .main_wrap.intro .intro_box { z-index: 99999; transform:scale(0.32) translateY(-164%); transition: 1.5s 1s; }
    .main_wrap.intro .intro_logo3 { /*bottom: -15%;*/ bottom:-11rem; opacity: 1; transition: 1.2s 1.5s; }
    .main_wrap.intro2 .intro_box{ opacity: 0; transition: .5s .5s; }
    .main_wrap.intro2 .intro_logo3{ opacity: 0; transition: .5s .5s; }
/**/


.main_img.img01 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity: 1; background: url(../img/main.jpg) center top 100% no-repeat; background-size: cover; transition: all 13s 0.5s, opacity 2.5s 0s; }
.main_img.img02 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity: 1; background: url(../img/main02.jpg) center top no-repeat; background-size: cover;  }

.main_wrap.intro .main_img.img01 { opacity: 1; background: url(../img/main.jpg) center top 0% no-repeat; background-size: cover;  }

.intro_tit_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 10; display: flex; justify-content: center; align-items: center; color: #fff; opacity: 0; }
.intro_tit_box h3 { font-family: "Nanum Myeongjo", serif; font-size: 1.875rem; line-height: 100%; opacity: 0; }
.intro_tit_box>div { width: 100%; max-width: 740px; margin: auto; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 5rem 0; }
.intro_tit_box>div>div { width: 100%; display: flex; align-items: center; }
.intro_tit_box>div>div:nth-child(1) { justify-content: flex-start; }
.intro_tit_box>div>div:nth-child(2) { justify-content: flex-end; }

.intro_tit_box.box03 { opacity: 1; }
.intro_tit_box h3 span { opacity: 0; }

.main_wrap.intro3 .intro_tit_box.box01 { opacity: 1; transition: 1.2s 0s; }
.main_wrap.intro3 .intro_tit_box.box01 h3{ opacity: 1; transition: 1.2s 0s; }
.main_wrap.intro4 .intro_tit_box.box01 h3 { opacity: 0; transition: .3s 0s; }

.main_wrap.intro4 .intro_tit_box.box02 { opacity: 1; transition: 1.2s 0s; }
.main_wrap.intro4 .intro_tit_box.box02 h3{ opacity: 1; transition: 1.2s 0s; }
.main_wrap.intro5 .intro_tit_box.box02 h3 { opacity: 0; transition: .3s 0s; }

.main_wrap.intro5 .intro_tit_box.box03 { opacity: 1; transition: 1.2s 0s; }
.main_wrap.intro5 .intro_tit_box.box03 h3{ opacity: 1; transition: 1.2s 0s; }
.main_wrap.intro6 .intro_tit_box.box03 h3 { opacity: 0; transition: .3s 0s; }


/*.main_wrap.skip .main_txt_box h2 { animation: main_txt 1.0s 2.4s both; }*/
/*.main_wrap.skip .main_txt_box p { animation: main_txt 1.0s 2.8s both;}*/
/*.main_wrap.skip .main_logo { animation: main_txt 1.0s 3.2s both;}*/
/*.main_wrap.skip .main_txt  { animation: main_txt2 1.0s 3.8s both;}*/
.main_wrap.skip .main_img.img01 { opacity: 1; background: url(../img/main.jpg) center top 1% no-repeat; background-size: cover; transition: all 2.3s .3s, opacity 1.5s 0s; }





/*main-swiper*/
.main_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 3; clip-path: circle(0% at 50% 52%);  clip-path: circle(110% at 50% 50%);transition: clip-path 3s 0s, transform 0.8s 0s; }
.swiper_main { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; outline: none; margin: 0; padding: 0; }

.main_content { width: 100%; height: 100%; position: relative; z-index: 9; display: flex; justify-content: right; align-items: center; background-color: #fff; }
.main_content>div { margin-right: 14%; margin-top: 8%;}

.main_img_box { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; background-color: #000; }
.main_img_box::after { 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; opacity: 1; transition: 1.2s; }



.swiper_main .swiper-slide-active .main_square>div>span::before { width: 85%; transition: 2.5s 0.2s; }
.swiper_main .swiper-slide-active .main_square>div>span::after { height: 85%; transition: 2.5s 0.2s; }
.swiper_main .swiper-slide-active .main_txt_box h4 { transform: translate(0); opacity: 1; transition: 1.2s 0.6s; }
.swiper_main .swiper-slide-active .main_txt_box p { transform: translate(0); opacity: 1; transition: 1.2s 0.6s; }
.swiper_main .swiper-slide-active .main_txt_box h2 { transform: translate(0); opacity: 1; transition: 1.2s 0.2s; }
.swiper_main .swiper-slide-active .main_txt_box.box03 p { transform: translate(0); opacity: 0.4; transition: 1.2s 0.2s; }
.swiper_main .swiper-slide-active .main_open { transform: translate(0); opacity: 1; transition: 1.2s 0.6s; }


.main_bt_wrap { width: 100%; max-width: 1580px; height: 32px; position: absolute; left: 0; right: 0; margin: auto; bottom: 0; top: 0; margin: auto; transform: translateY(18rem); z-index: 9; display: flex; justify-content: flex-start; align-items: center; display: none;}
.main_bt_wrap>div { width: 600px; padding-left: 340px; height: 100%; position: relative; display: flex; justify-content: space-between; align-items: center; box-sizing: border-box; }
.main_content .main_bt_wrap>div { padding: 0; }

.main_slide_num { width: 300px; height: 12px; z-index: 100; line-height: 100%; font-size: 12px; font-weight: 500; color: #fff; text-align: center; letter-spacing: 0; display: flex; justify-content: space-between; align-items: center; }
.main_slide_num p:last-child { opacity: 1; display: none; }
.main_slide_num .timeline { width: 92%; height: 20px; border-radius: 0; opacity: 1; background: none; position: relative; outline: none; transform: translateY(-1px); }
.main_slide_num .timeline span { content:''; width: 100%; height: 2px; position: absolute; left: 0; bottom: 0; top: 0; margin: auto; background-color: #fff; opacity: 1;
animation: bullet 5s 0s both linear; }
.main_slide_num .timeline.active span { animation: bullet2 5s 0s both linear; }
.main_slide_num .timeline span.stop { animation-play-state: paused !important; }
.main_slide_num .timeline:before { content:''; width: 100%; height: 2px; position: absolute; left: 0; bottom: 0; top: 0; margin: auto; background-color: #fff; opacity: 0.3; }
.main_slide_num .timeline p { font-size: 11px; line-height: 100%; color: #fff; position: absolute; top: 0; left: -8px; letter-spacing: 0.5px; z-index: -1; opacity: 0; transition: 0.5s; display: none; }


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

.main_arrow { display: flex; justify-content: center; align-items: center; gap: 0px; }
.main_arrow .swiper-pagination3 { width: 58px; font-family: 'Apple SD Gothic Neo'; display: flex; color: #fff; justify-content: center; align-items: center; gap: 6px; bottom: 0; position: relative; margin: 0; padding: 0; font-size: 12px; line-height: 100%; transform: translateY(1px); }
.main_arrow .swiper-pagination3 span { width: 13px; }
.main_arrow .swiper-pagination3 .slash { width: 1px; height: 9px; background-color: #fff; display: block; transform: translateY(-1px); }
.main_arrow .swiper-pagination3 .swiper-pagination-total { opacity: 0.5; }
.main_arrow .swiper-button-prev,
.main_arrow .swiper-button-next { width: 25px; height: 25px; position: relative; bottom: 0; left: 0; outline: none; margin: 0; padding: 0; }
.main_arrow .swiper-button-prev::after { content: ''; width: 7px; height: 7px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border-left: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(45deg); }
.main_arrow .swiper-button-next::after { content: ''; width: 7px; height: 7px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border-right: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(-45deg); }

.main_play_bt { width: 20px; height: 30px; position: relative; }
.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; }

.swiper_main_2 { width: 132px; height: 31px; z-index: 99; position: relative; margin: 0; }
.swiper_main_2 .swiper-wrapper { display: flex; justify-content: space-between; gap: 0 10px; }
.swiper_main_2 .swiper-slide { width: 31px !important; height: 31px; cursor: pointer; border: none; overflow: hidden; box-sizing: border-box; border-radius: 100%; }
.swiper_main_2 .swiper-slide-thumb-active { opacity: 1; }
.swiper_main_2 .swiper-slide:before { content:''; width: 5px; height: 5px; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; background-color: #fff; z-index: 9; border-radius: 100%; opacity: 0.5; }
.swiper_main_2 .swiper-slide-thumb-active:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border: 1px solid #fff; box-sizing: border-box; z-index: 9; border-radius: 100%; box-sizing: border-box; }

.swiper_main_2 .swiper-slide-thumb-active:before { opacity: 1; }




/*//intro*/





@keyframes intro {
	from { top: 0; }
	to {  }
}
@keyframes intro_bg {
	from { transform: scale(1) rotate(90deg); }
	to {  }
}
@keyframes intro_bg2 {
	from { opacity: 1; }
	to {  }
}
@keyframes intro_line01 {
	from { width: 0; }
	to {  }
}
@keyframes intro_line02 {
	from { height: 0; }
	to {  }
}
@keyframes intro_bi01 {
	from { transform: translateY(-40px); opacity: 0; }
	to {  }
}
@keyframes intro_bi02 {
	from { opacity: 0; }
	to {  }
}
@keyframes intro_txt {
	from { transform: translateY(50px); opacity: 0 }
	to {  }
}


/**/

/**/


.main_zero_box { position: fixed; width: calc(100% - 100px); left: 0; bottom: 5%; z-index: 90; display: flex; justify-content: center; align-items: center; display: none; animation: main_txt3 1.3s 1s both;}
.main_zero_box ul { display: flex; justify-content: center; align-items: center; text-shadow: 2px 2px 5px #000;}
.main_zero_box ul li { color: #fff; padding: 0 2rem; position: relative; }
.main_zero_box ul li:after { content:''; width: 1px; height: 1.5rem; background-color: #fff; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; opacity: 0.5; }
.main_zero_box ul li:last-child:after { display: none; }
.main_zero_box ul li:first-child { text-align: right; }
.main_zero_box ul li:first-child>div { display: flex; justify-content: center; align-items: center; }
.main_zero_box ul li h5 { font-size: 0.813rem; line-height: 100%; font-weight: 300; }
.main_zero_box ul li h4 { font-family: 'Futura Std'; font-size: 1.25rem; line-height: 100%; font-weight: 700; /*color: #f15923;*/ margin-top: 0.325rem; }
.main_zero_box ul li h4 span { color: #beac7f; }
.main_zero_box ul li h2 { font-family: 'Futura Std'; font-size: 3.538rem; line-height: 100%; color: #beac7f; font-weight: 600; margin-left: 0.675rem; }
.main_zero_box ul li h3 { font-size: 1rem; line-height: 100%; color: #beac7f; font-weight: 600; }
.main_zero_box ul li h3 span { font-family: 'Futura Std'; font-weight: 700; }
.main_zero_box ul li h3 span b { font-family: 'Futura Std Oblique'; }
.main_zero_box ul li p { font-size: 0.875rem; line-height: 100%; font-weight: 300; margin-top: 0.5rem; }

/**/

.all_wrap { 
/*    width: calc(100% - 6.25rem); */
    height: auto; overflow: hidden; position: relative; left: 0; top: 0; }
body.main .all_wrap { height: 100vh; }

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

/**/

#section1 { width: 100%; background-color: #fff; }

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

.main_txt_box { width: 100%; position: relative; z-index: 10; text-align: right; color: #fff; margin-right: 14%; transform: translateY(-70%); }
.main_txt_box h3 { font-size: 2.625rem; line-height: 100%; font-weight: 100; animation: main_txt 1.0s 8s both; }
.main_txt_box h3 b { font-weight: 600; }
.main_txt_box h2 { font-size:3rem; line-height: 110%; font-weight: 100; text-align: right; animation: main_txt 1.3s 1s both; display: none;}
.main_txt_box h2 b { font-weight: 600; }
.main_txt_box h2 b::after { content:''; width: 37px; height: 1px; background-color: #fff; position: absolute; right: 0; bottom: -3rem;  }
.main_txt_box p { font-size: 1rem; line-height: 1.875rem; margin-top: 4.5rem; font-weight: lighter; animation: main_txt 1.3s 1s both; opacity: .8; display: none;}
/*.main_txt_box h5 { font-size: 1.5rem; line-height: 100%; color: #cfab85; font-weight: 600; margin-top: 8.75rem; }*/
.main_txt_box h5 { font-size: 1.25rem; line-height: 100%; color: #e4c7a9; font-weight: 600; margin-top: 3rem; animation: main_txt 1.0s 8.7s both; }
.main_logo { margin-top: 0.725rem; mix-blend-mode: screen; animation: main_txt 1.0s 1.4s both; display: none;}
.main_txt { position: absolute; left: 4%; bottom: 15%; margin-top: 0.725rem; mix-blend-mode: screen; animation: main_txt2 1.0s 1.7s both; display: none;}


.swiper1 { width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; margin-bottom: 0; }
.swiper1 .swiper-slide { display: flex; justify-content: center; align-items: center; } 
/*
.main_img.img01 { background: url(../img/main01.jpg) center bottom no-repeat; background-size: cover; }
.main_img.img02 { background: url(../img/main02.jpg) center no-repeat; background-size: cover; }
*/


.swiper1 .swiper-slide.swiper-slide-active .main_txt_box h3 { animation: main_txt 1.0s 0.2s both; }
.swiper1 .swiper-slide.swiper-slide-active .main_txt_box h2 { animation: main_txt 1.0s 0.2s both; }
.swiper1 .swiper-slide.swiper-slide-active .main_txt_box p { animation: main_txt 1.0s 0.7s both; }
.swiper1 .swiper-slide.swiper-slide-active .main_txt_box h5 { animation: main_txt 1.0s 1.2s both; }
.swiper1 .swiper-slide.swiper-slide-active .main_logo { animation: main_txt 1.0s 1.2s both; }
.swiper1 .swiper-slide.swiper-slide-active .main_img { animation: main_img 2.5s 0s both; }
@keyframes lo_txt {
	from { left: 0; opacity: 0 }
	to {  }
}

@keyframes main_txt {
	from { transform: translateY(-3.125rem); opacity: 0 }
	to {  }
}
@keyframes main_txt3 {
	from { transform: translateY(3.125rem); opacity: 0 }
	to {  }
}
@keyframes main_txt2 {
	from { transform: translateX(-3.125rem); opacity: 0 }
	to {  }
}
@keyframes main_img {
	from { transform: scale(1.2); };
	to { transform: scale(1); };
}


.main_slide_num { position: absolute; left: 10.75rem; top: 0; bottom: 0; margin: auto; height: 0.81rem; line-height: 95%; font-size: 0.81rem; color: #fff; text-align: center; letter-spacing: 0; }

.main_slide_num { position: absolute; left: 125px; top: 0; bottom: 0; margin: auto; height: 13px; line-height: 95%; font-size: 13px; color: #fff; text-align: center; letter-spacing: 0; }

/*.main_bt_wrap { width: 350px; height: 32px; position: absolute; left: 5.5%; bottom: 5.5%; z-index: 2; display: none; }*/

.main_bt_wrap .swiper-pagination { width: 130px; height: 20px; position: absolute; left: 165px; bottom: 0; top: 0; margin: auto; z-index: 999; display: flex; justify-content: space-between; }
.main_bt_wrap .swiper-pagination .swiper-pagination-bullet { width: 100%; height: 20px; border-radius: 0; opacity: 1; background: none; position: relative; outline: none; }
.main_bt_wrap .swiper-pagination .swiper-pagination-bullet span { content:''; width: 100%; height: 2px; position: absolute; left: 0; bottom: 0; top: 0; margin: auto; background-color: #fff; opacity: 1;
animation: bullet 5s 0s both linear; display: none; }
.main_bt_wrap .swiper-pagination .swiper-pagination-bullet span.stop { animation-play-state: paused; }
.main_bt_wrap .swiper-pagination .swiper-pagination-bullet:before { content:''; width: 100%; height: 2px; position: absolute; left: 0; bottom: 0; top: 0; margin: auto; background-color: #fff; opacity: 0.3; }
.main_bt_wrap .swiper-pagination .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; display: none; }

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


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

.main_play_bt { width: 20px; height: 30px; color: #fff; position: absolute; right: 0; 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: 130px; height: 32px; position: absolute; left: 0; 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-active:before { opacity: 1; }

/**/

.map_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; animation: main_img 2.5s 0s both; }
.map_img.img01 { background: url(../img/location_map.jpg) center bottom no-repeat; background-size: cover; }
.map_box { position: absolute; right: 0; transform: translateX(-18rem); text-align: left;}
.map_txt_box { padding-left: 3rem; animation: location_txt2 1.0s 0.7s both; color: #000;}
.map_txt_box h3 { font-size:1.7rem; line-height: 100%; margin-top: 1.25rem; }
.map_txt_box p { font-size: 0.875rem; line-height: 1.2rem; opacity: 0.7; margin-top: 1.375rem; }
.map_txt_box h5 {font-family: 'Futura Std'; font-weight: bold; font-size: 3rem; line-height: 100%; font-weight: 700; letter-spacing: -0.1rem; margin-top: 3rem; }

/**/

#section2 { width: 100%; background-color: #fff; }

.location_wrap { width: calc(100% - 6.25rem); height: 100%; background: url(../img/location_bg.jpg) center no-repeat; background-size: cover; display: flex; justify-content: center; align-items: center; }
.location_wrap>div { width: 100%; height: 100%; position: relative; display: flex; justify-content: center; align-items: center; }

.location_box { width: 1404px; display: flex; justify-content: space-between; position: relative; transform: translateY(0); }
.location_line_box { width: 1404px; height: 100%; position: absolute; left: 0; right: 0; top: 0; margin: auto; }
.location_line_box span { position: absolute; width: 1px; height: 100%; background-color: #fff; opacity: 0.2; display: block; animation: location_line 2.2s 0s both; }
.location_line01 { left: 0; top: 0; }
.location_line02 { left: 25%; bottom: 0; }
.location_line03 { left: 0; right: 0; margin: auto; top: 0; }
.location_line04 { right: 25%; bottom: 0; }
.location_line05 { right: 0; top: 0; }
.location_box>div { width: 100%; text-align: left; }
.location_box>div:nth-child(2n) { padding-top: 0.25rem; }
.location_box>div:nth-child(2n) .location_img { margin-top: 5.25rem; animation: location_img2 1.0s 0.7s both; }
.location_box>div:nth-child(2n-1) .location_img { animation: location_img 1.0s 0.7s both; }

.location_txt_box { padding-left: 3rem; }
.location_txt_box h3 { font-size: 1.25rem; line-height: 100%; color: #beac7f; margin-top: 4.25rem; }
.location_txt_box p { font-size: 0.875rem; line-height: 1.563rem; color: #878787; opacity: 0.7; margin-top: 1.375rem; }
.location_txt_box h5 { font-family: 'Futura Std Oblique'; font-size: 0.75rem; line-height: 100%; color: #fff; font-weight: 700; letter-spacing: 0.1rem; margin-top: 3rem; }

.location_box>div:nth-child(1) .location_txt_box,.location_box>div:nth-child(2) .location_txt_box { animation: location_txt 1.0s 0.7s both; }
.location_box>div:nth-child(3) .location_txt_box,.location_box>div:nth-child(4) .location_txt_box { animation: location_txt2 1.0s 0.7s both; }

.location_img { position: relative; filter: grayscale(1); transition: 0.2s; }
.location_bg { position: absolute; }
.location_bg.bg01 { left: -2.75rem; bottom: 0; animation: location_bg 1.0s 0.7s both; }
.location_bg.bg02 { right: -5rem; top: -3.2rem; }
.location_bg.bg03 { right: -3rem; top: -3rem; }

.location_box>div:hover .location_img { filter: grayscale(0); }
.lo_txt { position: absolute; left: 4%; bottom: 15%; margin-top: 0.725rem; animation: main_txt2 1.0s 1.7s both; opacity: 1;}



.location_wrap { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.location_wrap>div { width: 100%; height: 100%; position: relative; display: flex; justify-content: center; align-items: center; }

.location_vd { position: absolute !important; display: block !important; left: 0; top: 0; width: 100%; padding-bottom: 56.25%; height: 0 !important; z-index: 0; }
.location_vd iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; aspect-ratio: 16/9 !important; opacity: 0.3; }


@keyframes location_line {
	from { height: 0; }
	to {  }
}
@keyframes location_img {
	from { transform: translateY(6.125rem); opacity: 0 }
	to {  }
}
@keyframes location_img2 {
	from { transform: translateY(-6.125rem); opacity: 0 }
	to {  }
}
@keyframes location_txt {
	from { transform: translateX(-3.2rem); opacity: 0 }
	to {  }
}
@keyframes location_txt2 {
	from { transform: translateX(3.2rem); opacity: 0 }
	to {  }
}
@keyframes location_bg {
	from { opacity: 0 }
	to {  }
}

/**/

#section3 { width: 100%; background-color: #f8f2ed; }

.premium_wrap { width: calc(100% - 6.25rem); height: 100%; position: relative; }
.premium_wrap:after { content:''; position: absolute; width: 0; height: 100%; left: -25%; bottom: -25%; background-color: #f8f2ed; z-index: 9; animation: premium_bg 2.2s 0s both; }

.premium_tit { position: absolute; left: 0; right: 0; margin: auto; top: 14.8%; animation: premium_txt2 1.0s 0.6s both; }
.premium_tit h5 { font-size: 1.2rem;}
.premium_tit h3 { font-size: 2rem; font-weight: bold; color: #3a2314;}
.premium_tit p { margin-top: 2rem; font-family: 'Futura Std'; font-size: 2rem; font-weight: bold; color: #beac7f;}
.premium_tit p.num { margin-top: -1.8rem; font-size: 5rem;}

.premium_img_box { width: 100%; height: 100%; overflow: hidden; position: absolute; left: 0; bottom: 0; }
.premium_img { width: 100%; height: 100%; }
.premium_img.img01 { background: url(../img/premium_img01.jpg) center no-repeat; background-size: cover; }
.premium_img.img02 { background: url(../img/premium_img02.jpg) center no-repeat; background-size: cover; }
.premium_img.img03 { background: url(../img/premium_img03.jpg) center no-repeat; background-size: cover; }
.premium_img.img04 { background: url(../img/premium_img04.jpg) center no-repeat; background-size: cover; }
.premium_img.img05 { background: url(../img/premium_img05.jpg) center no-repeat; background-size: cover; }
.premium_img.img06 { background: url(../img/premium_img06.jpg) center no-repeat; background-size: cover; }
.premium_img.img07 { background: url(../img/premium_img07.jpg) center no-repeat; background-size: cover; }
.premium_img.img08 { background: url(../img/premium_img08.jpg) center no-repeat; background-size: cover; }


.premium_txt_box { width: 465px; text-align: center; transform: translateY(-10%); }
.premium_txt_box h3 { font-size: 1rem; line-height: 130%; font-weight: 600; color: #fff; }
.premium_txt_box p { font-size: 2.1rem; font-weight: bold; line-height: 1.625rem; margin-top: .9rem; color: #beac7f; }

/*.premium_bg { width: 66.25%; height: 100%; float: left; background: url(../img/premium_bg.jpg) center no-repeat; background-size: cover; }*/

.swiper-button-next2 { position: absolute; width: 75px; height: 47px; left: 0; right: 0; margin: 0 auto; top: 71%; padding: 0; outline: none; z-index: 99; transform: translate(380%,0); animation: premium_arrow 1.0s 0.6s both; }
.swiper-button-prev2 { position: absolute; width: 75px; height: 47px; left: 0; right: 0; margin: 0 auto; top: 71%; padding: 0; outline: none; z-index: 99; transform: translate(-380%,0); animation: premium_arrow2 1.0s 0.6s both; }

.swiper2 { width: 100%; height: calc(55% - 40px); position: absolute; left: 0; bottom: 0; margin-bottom: 0; z-index: 8; }
.swiper2 .swiper-slide { display: flex; justify-content: center; align-items: center; }

.swiper2 .swiper-slide.swiper-slide-active .premium_img { animation: premium_img 3s 0s both; }
.swiper2 .swiper-slide.swiper-slide-active .premium_txt_box h3 { animation: premium_txt 1.2s 0.2s both; }
.swiper2 .swiper-slide.swiper-slide-active .premium_txt_box p { animation: premium_txt 1.2s 0.3s both; }

.swiper2-2 { width: 1279px; height: 160px; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; left: 0; z-index: 99; overflow: visible; transform: translateY(calc(-20% + 40px)); animation: premium_txt3 1.0s 0.6s both; }
.swiper2-2 .swiper-slide { width: 160px!important; height: 160px; cursor: pointer; border: none; overflow: hidden; box-sizing: border-box; display: block; position: relative; }
.swiper2-2 .swiper-slide .thumb_gray { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; opacity: 1; }
.swiper2-2 .swiper-slide .thumb_on { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; opacity: 0; transition: 0s; }
.swiper2-2 .swiper-slide-thumb-active { box-shadow: 0 0 15px rgba(0,0,0,0.4); z-index: 11; }

.swiper2-2 .swiper-slide .thumb_on:hover { opacity: 1; }
.swiper2-2 .swiper-slide-thumb-active .thumb_on { opacity: 1; }



@keyframes premium_bg {
	from { width: 150%; }
	to {  }
}
@keyframes premium_img {
	from { transform: scale(1.2); }
	to {  }
}
@keyframes premium_txt {
	from { transform: translateY(3.125rem); opacity: 0; }
	to {  }
}
@keyframes premium_txt2 {
	from { transform: translateY(-6.125rem); opacity: 0; }
	to {  }
}
@keyframes premium_txt3 {
	from { transform: translateY(6.125rem); opacity: 0; }
	to {  }
}
@keyframes premium_arrow {
	from { transform: translate(380%,3.125rem); opacity: 0; }
	to {  }
}
@keyframes premium_arrow2 {
	from { transform: translate(-380%,3.125rem); opacity: 0; }
	to {  }
}

/**/

#section4 { overflow: visible; }

.footer { width: calc(100% - 6.25rem); padding: 3.25rem 0 5rem; box-sizing: border-box; z-index: 90; font-family: 'Pretendard'; background-color: #282828; color: #fff; position: relative; 
box-sizing: border-box; text-align: center; letter-spacing: -0.5px; overflow: hidden; }

.footer_left { width: 100%; height: 100%; margin-top: 3rem; float: left; color: #8c8c8c; font-weight: 500; text-align: center; }
.footer_logo { width: 100%; }

.footer_left ul { display: flex; justify-content:center; align-items: flex-end; color: #fff; } 
.footer_left ul li { padding: 0 1rem; position: relative; font-size: 1rem; line-height: 100%; font-weight: 300; }
.footer_left ul li:first-child { padding : 0; }
.footer_left ul li:nth-child(2) { padding-left: .7rem; }
.footer_left ul li:after { position: absolute; content:''; width: 1px; height: 1rem; background-color: #fff; opacity: 0.8; right: 0; bottom: 0; margin: auto; }
.footer_left ul li:last-child { color: #d1ba6a; font-weight: 600; padding-right: 0; }
.footer_left ul li:first-child:after { display: none; }
.footer_left ul li:last-child:after { display: none; }
.footer_left ul li span { font-family: 'Futura Std'; font-weight: 700; }

.footer_left h5 { font-size: 0.813rem; line-height: 100%; margin-top: 1rem; letter-spacing: -0.3px; }
.footer_left h5 span { color: #d1ba6a; }
.footer_left p { font-size: 0.813rem; line-height: 150%; margin-top: 0px; letter-spacing: -0.3px; margin-top: 2rem; }
.footer_left h6 { font-size: 0.813rem; font-weight: normal; line-height: 100%; margin-top: 3rem; letter-spacing: -0.3px; color: #fff;}

.footer_tel { position: absolute; right: 5rem; top: 3.125rem; }

/*.footer_tel { font-size: 2.75rem; line-height: 100%; position: absolute; color: #fff; right: 5rem; bottom: 5rem; font-weight: 700; }*/



/*---------------------------------서브*/

.sub_top { position: relative; left: 0; top: 0; 
/*    width: calc(100% - 100px); */
    height: 365px; z-index: 99; margin-top: 0px; background: url(../img/sub_top.jpg) center no-repeat; background-size: cover; }

.sub_top_txt { width: 100%;margin-left: -50px; height: 80px; position: absolute; left: 0; right: 0; top: 53%; z-index: 9; color: #fff; text-align: center; animation: sub_top_txt 1.1s 0.2s both; }
.sub_top_txt h1 { font-family: 'Futura Std'; font-size: 52px; line-height: 100%; text-transform: uppercase; font-weight: 700; letter-spacing: 2.5px; }
.sub_top_txt h5 { font-size: 16px; line-height: 100%; margin-top: 8px; font-weight: 300; letter-spacing: -0px; }


@keyframes sub_top_bg {
	from { opacity: 0; }
	to{ }
}
@keyframes sub_top_txt {
	from { opacity: 0; transform: translateY(100px); }
	to{ }
}


#snb_wrap { width: 1100px; height: 65px; position:relative; margin: auto; z-index: 90; }
#snb { width: 480px; height: 65px; position: absolute; right: 0; top: 0; }
#snb:after {content:""; display:block; clear:both; }
#snb > li { float: left; width: 200px; position:relative; height: 65px; text-align: left; box-sizing: border-box; color: #161616; }
#snb > li > a: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 > a {background:url('../img/snb-arr.gif') no-repeat 100% 50%; }
#snb > li:first-child + li + li > a { margin-top:1px; color: #232323;  }
/*#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: 8px; height: 8px; 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: 8px; height: 8px; 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:#555; 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:11.5px; color: #636363; padding:11px 15px;white-space:nowrap; }
#snb .ov:hover ul {display:block;}
#snb .ov ul li a:hover { background: #ebebeb; color: #000; }


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









/*planning*/
.sub_over_wrap { width: 100%; max-width: 1100px; margin: auto; height: auto; position: relative; text-align: left; margin-bottom: 2.5rem; }

.sub_over_top { width: 100%; margin: auto; position: relative; display: flex; justify-content: space-between; align-items: flex-end; opacity: 0; }
.swiper_planning { width: 84%; margin: 0; padding: 0; }
.swiper_planning .sub_planning_img { width: 100%; height: 50vw; max-height: 521px; }
.sub_planning_img.img01 { background: url(../sub/planning01.jpg) center no-repeat; background-size: cover; }
.sub_planning_img.img02 { background: url(../sub/planning02.jpg) center no-repeat; background-size: cover; }
.sub_planning_img.img03 { background: url(../sub/planning03.jpg) center no-repeat; background-size: cover; }
.sub_planning_img.img04 { background: url(../sub/planning04.jpg) center no-repeat; background-size: cover; }
.swiper_planning_thumb { width: 14.36%; margin: 0; padding: 0; }
.swiper_planning_thumb .swiper-wrapper { display: flex; justify-content: space-between; flex-direction: column; }
.swiper_planning_thumb .swiper-slide { height: 100%; height: 17vw; max-height: 94px; cursor: pointer; border: none; overflow: hidden; margin-top: 0.375rem; position: relative; }
.swiper_planning_thumb .sub_planning_img { width: 100%; height: 100%; filter: grayscale(1); }
.swiper_planning_thumb .swiper-slide-thumb-active .sub_planning_img { opacity: 1; filter: grayscale(0); }
.swiper_planning_thumb .swiper-slide-thumb-active:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border: 3px solid #000; box-sizing: border-box; }
.swiper-button-next-planning { position: absolute; width: 75px; height: 47px; right: -17.9%; 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: -17.9%; top: 0%; bottom: 0; margin: auto; padding: 0; outline: none; z-index: 99; cursor: pointer; }
.swiper-button-next-planning img { width: 100%; }
.swiper-button-prev-planning img { width: 100%; }
.sub_over_bottom { width: 100%; margin: auto; position: relative; margin-top: 4.5rem; opacity: 0; }
.sub_over_txt_box { margin-top: 35px; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; padding-bottom: 0px; }
.sub_over_txt_box>div { width: 31%; margin-bottom: 50px; }
/* .sub_over_txt_box>div:nth-child(7) { width: 48.25%; }
.sub_over_txt_box>div:nth-child(8) { 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; }

/*//planning*/










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

.sub_location_tit { opacity: 0; transform: translateY(-3rem); transform: translate(0); position: relative; z-index: 9; display: inline-block; }
.sub_location_tit h3 { font-size: 3rem;  line-height: 120%; font-weight: 200; }
.sub_location_tit h3 b { font-weight: 700; }
.sub_location_tit p{ display: block; width: 100%; font-size: 1rem; line-height: 166%; opacity: 0.7; margin-top: 30px;}
.sub_location_map_box { width: 100%; display: flex; justify-content: space-between; align-items: flex-end; position: relative; margin-top: 2.25rem; border: 1px solid #989898; box-sizing: border-box; border: none; opacity: 0;}
.sub_location_map_wrap { width: 100%; position: relative; margin-left: 0%; }
.sub_location_map { width: 100%; height: 44.625rem; position: relative; overflow: hidden; background-color: #d7d2cb; }
.sub_location_map_m { display: none; }
.sub_location_move { width: 600%; height: 600%; /* margin-left: -217%;  */ margin-left: -250%; margin-top: -163%; cursor: move; display: flex; justify-content: center; align-items: center; }
.sub_location_map img { width: 16.7%; transform-origin: left bottom; }
.sub_location_map.active img { transform: scale(1.2); }
.sub_location_map.active2 img { transform: scale(1.5); }
.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: 90%; 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%; position: relative; margin-top: 2rem; opacity: 1; }
.sub_location_bottom>h2 { font-size: 1.125rem; line-height: 100%; font-weight: 400; margin-bottom: 0.75rem; opacity: 0; }
.sub_location_bottom>h2 b { font-weight: 600; }
.sub_location_bottom>h2 b:last-child { font-family: 'lexend'; font-size: 1.25rem; }
.sub_location_bottom>h2 b { font-weight: 700; }
.sub_location_bottom>div { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: 2.375rem; flex-wrap: wrap; position: relative; }
.sub_location_content { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 2.25rem 0; gap: 0 4.25rem; position: relative; opacity: 0; background-color: #fff; border-bottom: 1px solid #bcb6b0; }
.sub_location_content:last-child { border: none; }
.sub_location_content span { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; display: block; }
.sub_location_content::after { content: ''; width: 0%; height: 1px; position: absolute; left: -1px; top: -1px; background-color: #000; transition: 0.3s; }
.sub_location_content::before { content: ''; width: 0%; height: 1px; position: absolute; right: -1px; bottom: -1px; background-color: #000; transition: 0.3s; }
.sub_location_content span::after { content: ''; width: 1px; height: 0; position: absolute; left: -1px; bottom: -1px; background-color: #000; transition: 0.3s; }
.sub_location_content span::before { content: ''; width: 1px; height: 0; position: absolute; right: -1px; top: -1px; background-color: #000; transition: 0.3s; }
.sub_location_img { width: 100%; max-width: 530px; margin: auto; }
.sub_location_img img { width: 100%; }
.sub_location_txt_box { width: 100%; margin: auto; margin-top: 2.25rem; position: relative; z-index: 9; color: #434a5b; }
.sub_location_txt_box h2 { font-size: 30px; line-height: 125%; font-weight: 300; letter-spacing: -0.0625rem; }
.sub_location_txt_box h2 b { font-weight: 700; }
.sub_location_txt_box p { font-size: 0.875rem; line-height: 178%; opacity: 0.7; font-weight: 500; margin-top: 1rem; }
.sub_location_icon { display: flex; justify-content: flex-start; align-items: center; gap: 0 1rem; margin-top: 3.375rem; margin-bottom: 2.25rem; }
.sub_location_content.con02,
.sub_location_content.con04 { flex-direction: row-reverse; text-align: right; }
.sub_location_content.con02 .sub_location_icon,
.sub_location_content.con04 .sub_location_icon { justify-content: flex-end; }
.sub_location_map_box.active { opacity: 1; transition: 1.0s 0.2s; }
.sub_location_bottom>h2.active { opacity: 1; transition: 1.0s 0.2s; }
.sub_location_content.active { opacity: 1; transition: 1.0s 0.2s; }
.sub_location_tit.active { transform: translate(0); opacity: 1; transition: 1.0s 0.2s; }
.sub_location_bottom.active { opacity: 1; transition: 1.0s 0.2s; }
.sub_location_bottom.active .sub_location_txt_box { transform: translate(0); opacity: 1; transition: 1.0s 0.2s; }
.sub_location_bottom.active .sub_location_img_box { transform: translate(0); opacity: 1; transition: 1.0s 0.2s; }
.c_red{color: #8a7e60!important;}
/*//location*/







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








/*contact*/
.sub_contact_wrap { width: 100%; max-width: 1100px; margin: auto; position: relative; text-align: left; color: #010101; }
.sub_contact_wrap h2 { font-size: 1.5rem; line-height: 100%; margin-bottom: 0.9375rem; font-weight: 500; }
.sub_contact_wrap h2 img { margin-right: 0.625rem; margin-top: 0px; }
.sub_contact_top { width: 100%; }
.sub_contact_top>div { width: 100%; display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; }
.sub_contact_bottom { width: 100%; margin-top: 5.3125rem; margin-bottom: 4.375rem; }
.sub_contact_bottom>div { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; }
.sub_contact_map_box { width: 100%; width: 658px; height: 397px; border: 1px solid #cecece; position: relative; }
.sub_contact_map_box::before { content: ''; width: 0; height: 1px; position: absolute; left: -1px; top: -1px; background-color: #000; transition: 0.5s; }
.sub_contact_map_box::after { content: ''; width: 0; height: 1px; position: absolute; right: -1px; bottom: -1px; background-color: #000; transition: 0.5s; }
.sub_contact_map_box img { width: 100%; }
.sub_contact_map_box span { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.sub_contact_map_box span::before { content: ''; width: 1px; height: 0; position: absolute; left: -1px; bottom: -1px; background-color: #000; transition: 0.5s; }
.sub_contact_map_box span::after { content: ''; width: 1px; height: 0; position: absolute; right: -1px; top: -1px; background-color: #000; transition: 0.5s; }
.sub_contact_box { width: 100%; display: flex; justify-content: flex-start; align-items: flex-end; gap: 3.25rem; border-bottom: 1px solid #b1b1b1; margin-bottom: 2.625rem; padding-bottom: 2.625rem; }
.sub_contact_box:last-child { margin: 0; padding: 0; border: none; }
.sub_contact_box:hover .sub_contact_map_box::before,
.sub_contact_box:hover .sub_contact_map_box::after { width: calc(100% + 2px); }
.sub_contact_box:hover .sub_contact_map_box span::before,
.sub_contact_box:hover .sub_contact_map_box span::after { height: calc(100% + 2px); }
.sub_contact_txt_box { width: auto; margin: 1.5625rem 0; margin: 0; }
.sub_contact_txt_box h3 { display: inline-block; font-size: 2rem; line-height: 100%; font-weight: 700; position: relative; margin-bottom: 3.75rem; }
.sub_contact_txt_box h3:after { content:''; width: 100%; height: 1px; background-color: #000; position: absolute; left: 0; bottom: 0; }
.sub_contact_add { display: flex; justify-content: space-between; align-items: center; display: block; }
.sub_contact_add h4 { font-size: 1.375rem; line-height: 100%; font-weight: 600; }
.sub_contact_add p { font-size: 0.9375rem; line-height: 140%; margin-top: 0.5rem; }
.sub_contact_top .sub_contact_add { margin-top: 3.125rem; }
.sub_contact_bt { display: flex; justify-content: flex-start; align-items: center; margin-right: 0; margin-top: 2.5rem; gap: 0.3125rem; }
.sub_contact_bt a { display: block; }
#map { position: relative; width: 100%; height: 100%; }
#map2 { position: relative; width: 100%; height: 100%; }
.map_marker { font-family: 'Pretendard'; width: auto; height: 36px; border: 2px solid #042f41; background-color: #fff; border-radius: 25px; text-align: center; display: flex; justify-content: center; align-items: center; padding: 0 15px; position: relative;
box-sizing: border-box; }
.map_marker p { font-size: 13px; line-height: 100%; color: #000; font-weight: 600; }
.map_marker:after { content:''; width: 0px; height: 0px; border-top: 8px solid #042f41; border-left: 5px solid transparent; border-right: 5px solid transparent; position: absolute; left: 0; right: 0; bottom: -8px; margin: auto; }
.guest_content { width: 100%; max-width: 1100px; }
/*//contact*/







/**/

ul.tabs2 { 
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
    font-size:14px;
	height:40px;
}


ul.tabs2 li { margin-bottom:-1px; color:#232222; margin-left:10px;
    float: left;
    text-align:center;
    cursor: pointer;
    width:16.5%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #ccc;
    font-weight: 400;
    background: #fff;
    overflow: hidden;
    position: relative;
	
}

/**/
ul.tabs2 li.selected, ul.tabs li.selected:hover
{
    position: relative;
    top: 0px;
	color:#fff; background: #552435;  border:1px solid #552435; }
	
ul.tabs2 li.selected a, ul.tabs li.selected a:hover { color:#fff; }
        

ul.tabs2 li a { padding:10px 180px; color:#444;}
        
ul.tabs2 li.selected a:hover
{
    text-decoration: none;
}

ul.tabs2 li.active { color:#fff; background: #552435; border:1px solid #552435; }


.tab_container2 {
    border: none;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #FFFFFF;max-width:900px;
}
.tab_content2 { position: absolute;
    margin:40px 0px 0px 0px; padding-right:60px;
    font-size: 1em;
    display: none;
}
.tab_container2 .tab_content2 ul {
    width:100%;
    margin:0px;
    padding:0px;
}
.tab_container2 .tab_content2 ul li {
    padding:5px;
    list-style:none;
}
 #container2 {
    width: 1100px;
    margin: 0 auto;
}



.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; margin-top: 3rem;}
.sub_ori>div { width: 55px; height: 55px; min-width: 55px; border-radius: 100%; background: #8a7e60 url(../sub/ori.png) center no-repeat; margin-right: 18px; }
.sub_ori ul li { font-size: 13px; line-height: 155%; color: #383838; font-weight: 500; letter-spacing: -1px; position: relative; }
.sub_ori ul li:before { content:'·'; 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; }

/**/


ul.tabs3 { 
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
    font-size:14px;
	height:40px;
}


ul.tabs3 li { margin-bottom:-1px; color:#232222; margin-left:10px;
    float: left;
    text-align:center;
    cursor: pointer;
    width:16.5%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #ccc;
    font-weight: 400;
    background: #fff;
    overflow: hidden;
    position: relative;
	
}


ul.tabs3 li.selected, ul.tabs li.selected:hover
{
    position: relative;
    top: 0px;
	color:#fff; background: #442530;  border:1px solid #442530;}
	
ul.tabs3 li.selected a, ul.tabs li.selected a:hover { color:#fff;}
        

ul.tabs3 li a { padding:10px 180px; color:#444;}
        
ul.tabs3 li.selected a:hover
{
    text-decoration: none;
}

ul.tabs3 li.active { color:#fff; background: #442530; border:1px solid #442530; }


.tab_container2 {
    border: none;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #FFFFFF;max-width:900px;
}
.tab_content2 { position: absolute;
    margin:40px 0px 0px 0px; padding-right:60px;
    font-size: 1em;
    display: none;
}
.tab_container2 .tab_content2 ul {
    width:100%;
    margin:0px;
    padding:0px;
}
.tab_container2 .tab_content2 ul li {
    padding:5px;
    list-style:none;
}
 #container2 {
    width: 1100px;
    margin: 0 auto;
}


@media all and (max-width:1540px){ 

}

@media all and (min-width: 1921px){ 
	.swiper3 { transform: translateX(-30px); }
}

	








@media all and (max-width: 1640px) { 
	
	html { font-size: 12px; }
	.main_txt { width: 35.44rem; }
	.premium_icon img { width: 100%; transform: scale(0.75); }
	.premium_txt { width: 24.56rem; }
	.brand_logo img { width: 17.25rem; }
/*	.footer_logo img { width: 11.56rem; }*/


}