
::-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:#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;appearance:none;border-radius:0;font-family:'Dotum';}
input:checked[type="checkbox"]{-webkit-appearance:checkbox;appearance:checkbox}
button,input[type="button"],input[type="submit"],input[type="reset"],input[type="file"]{border-radius:0;-webkit-appearance:button;appearance:button;font-family:'Dotum';}
button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}
button{overflow:visible;border:none;cursor:pointer;margin:0;padding:0;}
a,input,button,select{outline:none}
button,select{text-transform:none}
optgroup{font-weight:bold}
textarea{border:1px solid #bcbcbc;overflow:auto;-webkit-appearance:none;appearance:none;}
input::-ms-clear{display:none;}


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

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

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

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


/*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);
  }

  .cursor_drag { width: 25px; height: 25px; border: 1px solid #fff; display: flex; justify-content: center; align-items: center; border-radius: 100%; margin-top: -50%; margin-left: -50%; transition: 0.3s; opacity: 0; }
  .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 #fff; border-bottom: 1px solid #fff; 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 #fff; border-bottom: 1px solid #fff; transform: rotate(-45deg); position: absolute; right: -33px; top: 0; bottom: 0; margin: auto; }
 
  #cursor.arrow .cursor__circle{
    width: 80px;
    height: 80px;
    background-color: transparent;
    border-color: #004e71;
  }

  #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_skip { width: 50px; height: 50px; background-color: #004e71; display: flex; justify-content: center; align-items: center; border-radius: 100%; margin-top: -50%; margin-left: -50%; transition: 0.3s; opacity: 1; }
  .cursor_skip p { color: #fff; font-size: 10px; line-height: 100%; font-weight: 500; display: inline-block; position: relative; letter-spacing: 0; text-transform: uppercase; }
  .cursor_skip:before { content:''; width: 64px; height: 64px; position: absolute; left: -32px; top: -32px; background-color: #004e71; 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;

  }


}



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

/**/

.all_wrap { width: 100%; height: auto; overflow: hidden; position: relative; left: 0; top: 0; background: #fff;}
body.main .all_wrap { height: 100vh; }

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

/**/

#section1 { width: 100%; }

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

.main_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/main01.jpg) center top no-repeat; background-size: cover; z-index: 1; }
.main_nav_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/main_nav_bg.png) center top no-repeat; background-size: cover; z-index: 2; }
.main_txt_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/main_txt_bg.png) center no-repeat; background-size: cover; z-index: 2; opacity: 0; }
.main_guest_bg2 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/main_guest_bg.png) center bottom no-repeat; background-size: cover; z-index: 2; opacity: 0; }
/*.main_bg2 { width: 100%; height: 100%; position: absolute; left: 0; top: 15%; background: url(../img/main_bg.png) center bottom no-repeat; background-size: cover; z-index: 2; }
.main_bg2:before { content:''; width: 100%; height: 50%; position: absolute; left: 0; top: -49%; background-color: #2c2928; }*/
.main2_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/main_bg.jpg) center bottom no-repeat; background-size: cover; z-index: 1; }
.main2_bg2 { width: 100%; height: 100%; position: absolute; left: 0; top: 15%; background: url(../img/main_bg.png) center bottom no-repeat; background-size: cover; z-index: 2; }
.main2_bg2:before { content:''; width: 100%; height: 50%; position: absolute; left: 0; top: -49%; background-color: #2c2928; }


.main_txt_box { width: 90%; max-width: 87.5rem; position: relative; z-index: 9; color: #fff; text-align: center; transform: translateY(-11rem); }
.main_txt_box.box02 { transform: translateY(2rem) }
.main_txt { display: inline-block; position: relative; }
/*.main_txt_box h1 {  font-size: 3.438rem; line-height: 100%; font-weight: 550; letter-spacing: 1.9rem; }*/
.main_txt_box h1 {  font-size: 3.75rem; line-height: 100%; font-weight: 550; letter-spacing: 3.25rem; }
.main_txt_box h1 br { display: none; }
.main_txt_box h1 span { display: inline-block; opacity: 0; transition: 0s 0s; }
.main_txt_box h1 span:nth-child(1) { transform: translateY(-6rem); }
.main_txt_box h1 span:nth-child(3) { transform: translateY(-3rem); }
.main_txt_box h1 span:nth-child(5) { transform: translateY(-11rem); }
.main_txt_box h1 span:nth-child(7) { transform: translateY(-9rem); }
.main_txt_box h1 span:nth-child(9) { transform: translateY(-8rem); }
.main_txt_box h1 span:nth-child(11) { transform: translateY(-10rem); }
.main_txt_box h1 span:nth-child(13) { transform: translateY(-4rem); }
.main_txt_box h1 span:nth-child(15) { transform: translateY(-0rem); }
.main_txt_box h1 span:nth-child(17) { transform: translateY(-7rem); }
.main_txt_box h1 span:nth-child(19) { transform: translateY(-4rem); }
/* .main_txt_box h1 span:nth-child(2n) { } */
.main_txt_box h4 { font-family: 'Optima'; font-size: 3.75rem; line-height: 140%; text-align: left; font-weight: 400; position: relative; margin-bottom: 1.25rem; transform: translateX(-4rem); opacity: 0; }
/*.main_txt_box h4 span { opacity: 0.9; }*/
.main_txt_box h4 b { font-weight: 800; }
/* .main_txt_box h4:after { content:''; width: 4.125rem; height: 1px; background-color: #fff; position: absolute; left: 14rem; bottom: 0.925rem; opacity: 0.3; } */
/*.main_txt_box h6 { font-family: 'Optima', sans-serif; font-size: 1.375rem; line-height: 100%; text-align: right; text-transform: uppercase; font-weight: 400; margin-top: 2rem; margin-right: 1rem; opacity: 0; transform: translateX(4rem); }*/
.main_txt_box h6 { font-family: 'Optima', sans-serif; font-size: 3.75rem; line-height: 100%; text-align: right; text-transform: uppercase; font-weight: 400; letter-spacing: 0.125rem; margin-top: 1.25rem; margin-right: 2.25rem; opacity: 0; transform: translateX(4rem); }
.main_txt_box h6 span { font-family: 'Optima', sans-serif; font-size: 0.75rem; letter-spacing: 0.425rem; opacity: 0.4; margin-right: -0.175rem; }

.main_play_bt_box { width: 100%; margin-top: 0.25rem; position: relative; }
.main_play_bt_box img { opacity: 0; }
.main_play_bt { width: 7.188rem; position: absolute; left: 0; right: 0; margin: auto; top: 0; z-index: 9; display: none; }
.main_play_bt img { width: 100%; opacity: 1; cursor: pointer; }
.main_leaf { width: 70%; max-width: 36.25rem; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; z-index: 8; opacity: 0; }

.main_open { width: 19.625rem; height: 2.813rem; line-height: 2.813rem; background-color: #980545; font-size: 1.5rem; border-radius: 3rem; font-weight: 700; color: #ffff; position: absolute; left: 0; right: 0; margin: auto; bottom: 4.5rem; z-index: 9; opacity: 0; }

.main_guest_wrap { position: absolute; left: 5%; bottom: 9%; display: flex; justify-content: flex-start; align-items: center; opacity: 0; z-index: 9; }
.main_guest { width: 4.563rem; height: 4.563rem; position: relative; margin: auto; border-radius: 100%; z-index: 9; cursor: pointer; }
.main_guest img:first-child { width: 100%; transition: 0.3s; }
.main_guest img:last-child { width: 154.79%; }
.main_guest_bg { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(1) rotate(0); animation: main_guest_bg 8s 0s linear infinite; }

.main_ori { position: absolute; left: 0; right: 0; margin: auto; bottom: 3%; color: #fff; font-size: 0.875rem; line-height: 150%; z-index: 9; letter-spacing: 0; text-shadow: 0 0 5px rgba(0,0,0,0.7),0 0 5px rgba(0,0,0,0.7),0 0 5px rgba(0,0,0,0.7); opacity: 0; }

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


.main_wrap.intro .main_img { background: url(../img/main01.jpg) center bottom 10% no-repeat; background-size: cover; transition: 3.0s 0.2s; }
.main_wrap.intro .main2_bg2 { top: -100%; transition: 4.2s 0.0s; }
.main_wrap.intro .main_txt_bg { opacity: 0.3; transition: 1.6s 1.0s; }
.main_wrap.intro .main_guest_bg2 { opacity: 1; transition: 1.6s 1.0s; }
.main_wrap.intro .main_txt_box h1 span:nth-child(1) { transform: translate(0); opacity: 1; transition: 1.4s 1.1s; }
.main_wrap.intro .main_txt_box h1 span:nth-child(3) { transform: translate(0); opacity: 1; transition: 1.4s 1.4s; }
.main_wrap.intro .main_txt_box h1 span:nth-child(5) { transform: translate(0); opacity: 1; transition: 1.4s 0.6s; }
.main_wrap.intro .main_txt_box h1 span:nth-child(7) { transform: translate(0); opacity: 1; transition: 1.4s 0.8s; }
.main_wrap.intro .main_txt_box h1 span:nth-child(9) { transform: translate(0); opacity: 1; transition: 1.4s 0.9s; }
.main_wrap.intro .main_txt_box h1 span:nth-child(11) { transform: translate(0); opacity: 1; transition: 1.4s 0.7s; }
.main_wrap.intro .main_txt_box h1 span:nth-child(13) { transform: translate(0); opacity: 1; transition: 1.4s 1.3s; }
.main_wrap.intro .main_txt_box h1 span:nth-child(15) { transform: translate(0); opacity: 1; transition: 1.4s 1.5s; }
.main_wrap.intro .main_txt_box h1 span:nth-child(17) { transform: translate(0); opacity: 1; transition: 1.4s 1.0s; }
.main_wrap.intro .main_txt_box h1 span:nth-child(19) { transform: translate(0); opacity: 1; transition: 1.4s 1.2s; }
.main_wrap.intro .main_txt_box h1 span:nth-child(2n) { opacity: 1; transition: 1.6s 1.5s; }
.main_wrap.intro .main_ori { opacity: 1; transition: 1.6s 1.5s; }


.main_wrap.on .main_txt_box h1 { letter-spacing: 2.25rem; transition: 1.2s 0s; }
.main_wrap.on .main_txt_box h1 span { transition: 0s 0s !important; }
.main_wrap.on .main_leaf { opacity: 1; transition: 2.2s 0s; }
.main_wrap.on .main_txt_box h4 { transform: translate(0); opacity: 1; transition: 1.5s 0.4s; }
.main_wrap.on .main_txt_box h6 { transform: translate(0); opacity: 1; transition: 1.5s 0.4s; }
.main_wrap.on .main_guest_wrap { opacity: 1; transition: 1s 1.1s; }
.main_wrap.on .main_open { opacity: 1; transition: 1s 1.1s; }


/**/

#section2 { width: 100%; }

.premium_wrap { width: 200vw; height: 100vh; position: relative; display: flex; justify-content: flex-start; align-items: center; transition: 0.8s; transform: translateX(0); }

.premium_wrap>div { width: 100vw; height: 100%; overflow: hidden; }

.premium01 { width: 100%; height: 100%; position: relative; display: flex; justify-content: center; align-items: center; }
.premium02 { width: 100%; height: 100%; position: relative; display: flex; justify-content: center; align-items: center; }
.premium01>div:last-child { width: 90%; height: 70%; max-width: 93.75rem; position: relative; z-index: 9; display: flex; justify-content: center; align-items: center; transform: translateY(1rem);}
.premium02>div:last-child { width: 90%; height: 70%; max-width: 93.75rem; position: relative; z-index: 9; display: flex; justify-content: center; align-items: center; transform: translateY(1rem);}
.premium_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/premium_bg.jpg) center no-repeat; background-size: cover; z-index: 1; }
.premium_bg2 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/premium_bg2.jpg) center no-repeat; background-size: cover; z-index: 1; }

.premium_tit { font-family: 'Optima', sans-serif; transform: translateY(2rem); opacity: 0; }
.premium_tit h5 { font-size: 1.225rem; line-height: 100%; color: #858281; font-weight: 550; letter-spacing: 0; margin-bottom: 1rem;}
.premium_tit h2 { font-size: 2.125rem; line-height: 100%; color: #980545; font-weight: 550; letter-spacing: 2rem; margin-top: 1rem;}

.premium_content { position: absolute; }
.premium_content.con01 { left: 0%; top: 0%; }
.premium_content.con02 { left: 46%; top: 0%; }
.premium_content.con03 { left: 0%; bottom: 20%; }
.premium_content.con04 { left: 30%; bottom: -10%; }
.premium_content.con05 { right: 5%; bottom: 25%; }

.premium_txt { position: absolute; right: -110%; top: -20%; transform: translate(10rem,-1.5rem); opacity: 0; }
.premium_txt_box { position: absolute; width: 200%; text-align: left; }

.premium_content.con01 .premium_txt_box { left: 110%; bottom: -40%; transform: translateX(-8rem); opacity: 0; }
.premium_content.con02 .premium_txt_box { width: 133%; left: 110%; bottom: -35%; transform: translateX(8rem); opacity: 0; }
.premium_content.con03 .premium_txt_box { left: 30%; bottom: -80%; transform: translateY(5rem); opacity: 0; }
.premium_content.con04 .premium_txt_box { left: 110%; bottom: 20%; transform: translateX(-8rem); opacity: 0; }
.premium_content.con05 .premium_txt_box { right: -130%; bottom: -75%; transform: translateY(5rem); opacity: 0; }

.premium_txt_box>div { display: flex; justify-content: space-between; align-items: center; }
.premium_txt_box h4 { font-size: 0.75rem; line-height: 100%; color: #785d4f; font-weight: 600; letter-spacing: 0; }
.premium_txt_box h3 { font-size: 1.25rem; line-height: 100%; color: #2c2928; font-weight: 600; margin-top: 0.25rem; }
.premium_txt_box h2 { font-family: 'Optima', sans-serif; font-size: 2.625rem; line-height: 100%; color: #2c2928; opacity: 0.22; font-weight: 800; margin-right: 10rem; }
.premium_txt_box p { font-size: 0.875rem; line-height: 178%; margin-top: 2.25rem; font-weight: 500; letter-spacing: 0; }
.premium_img { border-radius: 0 3rem 0 3rem; overflow: hidden; opacity: 0; position: relative; }
.premium_img img { width: 100%; }

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

.premium_wrap.on .premium01 .premium_tit { opacity: 1; transition: 1.0s 0.4s; }
.premium_wrap.on .premium01 .premium_tit h2 { opacity: 1; letter-spacing: 0; transition: 1.2s 1.0s; }
.premium_wrap.on .premium01 .premium_img { opacity: 1; transition: 1.0s 1.2s; }
.premium_wrap.on .premium01 .premium_txt { transform: translate(0); opacity: 1; transition: 1.0s 1.8s; }
.premium_wrap.on .premium01 .premium_content.con01 .premium_txt_box { transform: translate(0); opacity: 1; transition: 1.0s 1.7s; }
.premium_wrap.on .premium01 .premium_content.con02 .premium_txt_box { transform: translate(0); opacity: 1; transition: 1.0s 1.7s; }
.premium_wrap.on .premium01 .premium_content.con03 .premium_txt_box { transform: translate(0); opacity: 1; transition: 1.0s 1.7s; }
.premium_wrap.on .premium01 .premium_content.con04 .premium_txt_box { transform: translate(0); opacity: 1; transition: 1.0s 1.7s; }
.premium_wrap.on .premium01 .premium_content.con05 .premium_txt_box { transform: translate(0); opacity: 1; transition: 1.0s 1.7s; }

.premium_wrap.active2 { transform: translateX(-100vw); }

.premium_wrap>div.active .premium_tit { opacity: 1; transition: 1.0s 0.4s; }
.premium_wrap>div.active .premium_tit h2 { opacity: 1; letter-spacing: 0; transition: 1.2s 1.0s; }
.premium_wrap>div.active .premium_img { opacity: 1; transition: 1.0s 1.2s; }
.premium_wrap>div.active .premium_txt { transform: translate(0); opacity: 1; transition: 1.0s 1.8s; }
.premium_wrap>div.active .premium_content.con01 .premium_txt_box { transform: translate(0); opacity: 1; transition: 1.0s 1.7s; }
.premium_wrap>div.active .premium_content.con02 .premium_txt_box { transform: translate(0); opacity: 1; transition: 1.0s 1.7s; }
.premium_wrap>div.active .premium_content.con03 .premium_txt_box { transform: translate(0); opacity: 1; transition: 1.0s 1.7s; }

/**/

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

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

.location_wrap>div:last-child { width: 62%; height: 70%; max-width: 75rem; position: relative; z-index: 9; display: flex; justify-content: center; align-items: center; transform: translateY(1rem); }
.location_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/location_bg.jpg) center no-repeat; background-size: cover; z-index: 1; }

.location_tit { font-family: 'Optima', sans-serif; width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; opacity: 1; }
.location_tit h5 { font-size: 1.125rem; line-height: 100%; color: #858281; font-weight: 550; letter-spacing: 0; opacity: 0; }
.location_tit h2 { font-size: 2.825rem; line-height: 100%; color: #2c2928; font-weight: 550; letter-spacing: 2rem; opacity: 0; }

.location_tit2 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; color: #2c2928 ;display: flex; justify-content: center; align-items: center; opacity: 0; transform: translateY(5rem); }
.location_tit2 h5 { font-family: 'mm'; font-size: 1.5rem; line-height: 100%; font-weight: 500; letter-spacing: 1rem; }
.location_tit2 h2 { font-family: 'mm'; font-size: 3.125rem; line-height: 100%; font-weight: 500; margin-top: 1.2rem; }

.location_content { position: absolute; opacity: 0; }
.location_content.con01 { left: 5%; top: 0; }
.location_content.con02 { left: 32%; top: 0%; }
.location_content.con03 { right: 12%; bottom: 60%; }
.location_content.con04 { left: -16%; bottom: 8%; }
.location_content.con05 { left: 29%; bottom: -10%; }
.location_content.con06 { right: 8%; bottom: 3%; }

.location_icon_box { width: 10.813rem; height: 10.875rem; position: relative; display: flex; justify-content: center; align-items: center; }


/* con01 ?��?���? ?��?�� */
.location_content.con01 .location_icon_box img {
  transform: translateX(-9rem); /* ?��쪽으�? 조금 ?��?�� */
}

/* con02 ?��?���? ?��?�� */
.location_content.con02 .location_icon_box img {
  transform: translate(-4.5rem, -2.3rem); /* ?���? ?���? ?��?�� */
}

/* con03 ?��?���? ?��?�� */
.location_content.con03 .location_icon_box img {
  transform: translateX(2.8rem); /* ?��른쪽?���? ?��?�� */
}

/* con04 ?��?���? ?��?�� */
.location_content.con04 .location_icon_box img {
  transform: translateY(0rem); /* ?��?���? ?��?�� */
}

/* con05 ?��?���? ?��?�� */
.location_content.con05 .location_icon_box img {
  transform: translateY(0rem); /* ?��?���? ?��?�� */
}

/* con06 ?��?���? ?��?�� */
.location_content.con06 .location_icon_box img {
  transform: translateY(0rem); /* ?��?���? ?��?�� */
}


.location_txt_box { position: absolute; width: 200%; text-align: left; }
.location_content.con01 .location_txt_box { left: -150%; bottom: -60%; }
.location_content.con02 .location_txt_box { left: 72%; top: 20%; }
.location_content.con03 .location_txt_box { left: 140%; bottom: 45%; }
.location_content.con04 .location_txt_box { left: 110%; top: -5%; }
.location_content.con05 .location_txt_box { left: 110%; top: -5%; }
.location_content.con06 .location_txt_box { left: 110%; top: 10%; }
.location_txt_box h5 { font-size: 0.75rem; line-height: 100%; color: #785d4f; font-weight: 600; letter-spacing: 0; }
.location_txt_box h2 { font-size: 1.5rem; line-height: 100%; color: #2c2928; font-weight: 200; margin-top: 0.3rem; }
.location_txt_box h2 b { font-weight: 800; }
.location_txt_box p { font-size: 0.875rem; line-height: 178%; margin-top: 1.25rem; font-weight: 400; letter-spacing: 0; }


@keyframes location_icon_bg {
	from { transform: rotate(-360deg); }
	to {  }
}



.location_wrap.on .location_tit h5 { opacity: 1; letter-spacing: 0; transition: 1.0s 0.4s; }
.location_wrap.on .location_tit h2 { opacity: 1; letter-spacing: 0; transition: opacity 1.0s 0.4s, letter-spacing 1.2s 1.0s; }
.location_wrap.on .location_tit { opacity: 0; transition: 1.0s 2.2s; }
.location_wrap.on .location_tit2 { transform: translate(0); opacity: 1; transition: 1.2s 2.9s; }
.location_wrap.on .location_content { transform: translate(0); opacity: 1; transition: 1.2s 3.8s; }

.location_wrap.active .location_tit h5 { opacity: 1; letter-spacing: 0; transition: 1.0s 0.4s; }
.location_wrap.active .location_tit h2 { opacity: 1; letter-spacing: 0; transition: opacity 1.0s 0.4s, letter-spacing 1.2s 1.0s; }
.location_wrap.active .location_tit { opacity: 0; transition: 1.0s 2.2s; }
.location_wrap.active .location_tit2 { transform: translate(0); opacity: 1; transition: 1.2s 2.9s; }
.location_wrap.active .location_content { transform: translate(0); opacity: 1; transition: 1.2s 3.8s; }


#section4 { width: 100%; }

.contact_wrap { width: 100%; height: 100vh; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; }
/*body.sub .contact_wrap { padding: 0; padding-bottom: 5rem; }*/

.contact_wrap>div:last-child { width: 90%; max-width: 47.375rem; position: relative; z-index: 9; transform: translateY(6rem); opacity: 0; }
.contact_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/contact_bg.jpg) center no-repeat; background-size: cover; z-index: 1; animation: contact_bg 11.0s 0s infinite; z-index: 1; }

@keyframes contact_bg {
	0% { transform: scale(1); }
	50% { transform: scale(1.1); }
	100% { transform: scale(1); }
}

.contact_tit { display: flex; justify-content: space-between; align-items: flex-end; }
.contact_tit h2 { font-family: 'Futura Std', sans-serif; font-size: 3.438rem; line-height: 100%; color: #4f372b; text-transform: uppercase; }
.contact_tit h4 { font-size: 1.125rem; line-height: 100%; font-weight: 400; color: #4a3d31; margin-bottom: 0.45rem; }
.contact_tit h4 b { font-weight: 700; color: #000; }

.contact_map_box { width: 100%; margin-top: 1rem; }
.contact_map { position: relative; text-align: center;}
.contact_map img {display: inline-block; max-width: 100%; height: auto; }
.contact_map_line01 { width: 100%; height: 1px; background-color: #563f34; position: absolute; left: 0; top: 0; transition: 0.5s; }
.contact_map_line02 { width: 1px; height: 100%; background-color: #563f34; position: absolute; right: 0; top: 0; transition: 0.5s; }
.contact_map_line03 { width: 100%; height: 1px; background-color: #563f34; position: absolute; right: 0; bottom: 0; transition: 0.5s; }
.contact_map_line04 { width: 1px; height: 100%; background-color: #563f34; position: absolute; left: 0; bottom: 0; transition: 0.5s; }
.contact_map_box>div:hover .contact_map_line01,.contact_map_box>div:hover .contact_map_line03 { width: 100%; }
.contact_map_box>div:hover .contact_map_line02,.contact_map_box>div:hover .contact_map_line04 { height: 100%; }

/*.contact_bt_box { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: 1.15rem; flex-wrap: wrap; }*/
.contact_bt_box { width: 100%; display: flex; justify-content: center; align-items: center; margin-top: 1.15rem; flex-wrap: wrap; }
.contact_bt_box h3 { font-size: 1.125rem; line-height: 100%; font-weight: 400; margin-top: 0px; text-align: center; }
.contact_bt { display: flex; justify-content: center; align-items: center; margin-top: 2rem; }
.contact_bt a { display: flex; justify-content: flex-end; align-items: center; margin-right: 1rem; }
.contact_bt a:last-child { margin-right: 0; }
.contact_bt p { font-size: 0.75rem; line-height: 100%; font-weight: 500; margin-left: 0.625rem; color: #4f372b; letter-spacing: 0; }

.contact_ori { width: 100%; margin: auto; text-align: left; box-sizing: border-box; display: flex; justify-content: center; align-items: center; margin-top: 3.438rem; }
.contact_ori>div { width: 2.813rem; height: 2.813rem; min-width: 2.813rem; border-radius: 100%; background: #4f372b url(../sub/ori.png) center no-repeat; margin-right: 1.375rem; }
/* .contact_ori ul {  } */
.contact_ori ul li { font-size: 1rem; line-height: 155%; color: #383838; font-weight: 400; position: relative; }
/*.contact_ori ul li:before { content:'·'; position: absolute; left: -6px; margin-right: 2px; }*/


.contact_wrap.on>div:last-child { opacity: 1; transform: translateY(1rem); transition: 1.2s 0.6s; }


.contact_wrap.active>div:last-child { opacity: 1; transform: translateY(1rem); transition: 1.2s 0.6s; }
/**/

#section5 { overflow: visible; }

/**/

/* .footer{background:#fff;padding-top:0px;;} */
.footer .box {position:relative;background:#142e49;padding-top:0px;}  /* Footer  배경  */

.footer .box .footer_area1{width:1600px;margin:0 auto;height:90px;position:relative}
.footer .box .footer_area1 .logo{position:absolute;top:20px;left:2px;}
.footer .box .footer_area2{border-top:1px solid #bbbbbb;position:relative}  /* footer ?��?��  */
.footer .box .footer_area2 .box2{width:1600px;margin:0 auto;position:relative;padding:29px 0px 30px 0px;;}
.footer .box .footer_area2 .box2 .text{font-size:13px;color:#a2a4a7;line-height:180%;padding-left:78px;}


 .footer { width: 100%; background-color: #142e49; color: #a2a4a7; text-align: left; position: relative; z-index: 999; left: 0; bottom: 0; box-sizing: border-box; transition: 0.5s; overflow: hidden; padding: 3.75rem 0 5rem; }

 
.main_footer_bt { width: 3.125rem; height: 5.75rem; position: relative; margin: auto; text-align: center; z-index: 9999; opacity: 1; transition: 0.5s; cursor: pointer; overflow: hidden; } 


.footer_bt { width: 0.813rem; height: 4.375rem; margin: auto; margin-top: 1.375rem; position: relative; transform: translateX(0px); transition: 0.5s; }
.footer_bt:after { position: absolute; content:''; width: 0.5rem; height: 0.5rem; border-right: 2px solid #ffffff; border-bottom: 1px solid #ffffff; transform: rotate(225deg); left: 0; top: 0.125rem; right: 0; margin: auto; transition: 0.2s; }
.footer_bt:before { position: absolute; content:''; width: 0.5rem; height: 0.5rem; border-right: 2px solid #ffffff; border-bottom: 1px solid #ffffff; transform: rotate(45deg); left: 0; bottom: 0.125rem; right: 0; margin: auto; transition: 0.2s; opacity: 0; }
.bt_circle { content:''; position: absolute; left: 0; right: 0; top: 0; margin: auto; width: 3.125rem; height: 3.125rem; z-index: -1; transition: 0.5s; }
.bt_circle span { content:''; position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: auto; border: 2px solid #ffffff; width: 100%; height: 100%; border-radius: 100%; box-sizing: border-box; }

/**/

/* 메인 �??��고객?���? 베너  */
.guest_wrap {display:block;position:absolute;top:70%;left:18px;z-index:80;width:193px;height:193px;transform:scale(0.7)}
.guest_wrap .bg{position:absolute;z-index:120;background:url('../img/common/main_reg_ctxt.png') no-repeat center center;width:100%;height:100%;left: 50%;top: 50%;transform: translate(-50%,-50%) scale(1) rotate(0);
  animation: main_guest_bg 16s 0s linear infinite;}

.guest_wrap .text{display:block;position:absolute;background:url('../img/common/main_reg_c.png') no-repeat center center;width:153px;height:153px;;z-index:121;lefT:20px;top:20px;}
/**/


body.sub .guest_wrap { position: relative; top: 0; z-index: 9; }
body.sub .guest_close { display: none; }

@media all and (min-width: 800px) { 
/*	body.sub .guest_wrap { padding-top: 130px; }*/
}
 
/*.guest_wrap>div { overflow-x: hidden; padding-bottom: 3px; }*/
.guest_wrap>div { padding-bottom: 3px; }

/*.guest_wrap>div>div:last-child { width: 90%; max-width: 1300px; margin: auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; opacity: 0; transform: translateY(60px); }*/
.guest_wrap>div>div:last-child { width: 90%; max-width: 1300px; margin: auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }

/*.guest_tit { text-align: center; margin-bottom: 55px; opacity: 0; transform: translateY(-50px); }*/
.guest_tit { text-align: center; margin-bottom: 55px; }
.guest_tit h1 { font-size: 55px; line-height: 100%; }
.guest_tit p { font-size: 15px; line-height: 100%; opacity: 0.7; margin-top: 25px; font-weight: 500; }


.guest_wrap h2 { font-size: 18px; line-height: 100%; margin-bottom: 18px; font-weight: 600; }
.guest_box h6 { font-size: 14px; line-height: 22px; position: absolute; right: 0; top: 0; font-weight: 500; }
.guest_box b.red { color: #f71313; }
.guest_box p b.red { margin-left: 3px; }

.guest_wrap .guest_box { width: 100%; margin-right: 0%; margin-bottom: 40px; }
.guest_wrap .guest_box:nth-child(2n) { margin-right: 0; }
.guest_wrap .guest_box input { font-family: 'Noto Sans KR', sans-serif; }

.guest_box.m { width: 100% !important; margin-top: 10px; position: relative; }

.guest_ori { width: 100%; display: flex; justify-content: center; align-items: center; margin-top: 40px; }
/*.guest_box h6 { font-size: 14px; line-height: 100%; font-weight: 500; }*/
/* .guest_kakao {  } */
.guest_kakao a { display: flex; justify-content: center; align-items: center; }
.guest_kakao p { font-size: 14px; line-height: 100%; position: relative; display: inline-block; margin-left: 10px; transform: translateY(-1px); font-weight: 500; }
.guest_kakao p:after { content:''; width: 0; height: 1px; background-color: #25282a; left: 0; bottom: -5px; position: absolute; transition: 0.4s; }

.guest_kakao:hover p:after { width: 100%; }

.per_agree_box { width: 100%; height: 175px; overflow: scroll; border: 1px solid #b6b6b6; box-sizing: border-box; padding: 0 25px; padding-top: 20px; letter-spacing: -1px;
font-size: 14px; line-height: 30px; color: #6f6f6f; padding-bottom: 40px; }
.per_agree_box::-webkit-scrollbar { display: block; width: 10px; height: 100%; background-color: #f3f3f3; }
.per_agree_box::-webkit-scrollbar-thumb { width: 100%; background-color: #cacaca; border-radius: 20px; }
.per_agree_box b { font-size: 16px; color: #25282a; }
.per_agree_box a { color: #ff4e00; position: relative; margin-left: 10px; top: -1px; }
.per_agree_box a.pc { display: inline-block; }
.per_agree_box a.m { display: none; }
.per_agree_box a:after { content:''; width: 100%; height: 1px; position: absolute; left: 0; bottom: 0; background-color: #ff4e00; }

.per_agree_bt_box { text-align: left; font-size: 13px; font-weight: 400; line-height: 15px; margin-top: 20px; height: 20px; position: relative; }
/*.per_agree_bt_box input[type="radio"] { display: none; }
.per_agree_bt_box input[type="radio"] + label { display: inline-block; position: relative; padding-left: 27px; cursor: pointer; margin-right: 30px; }
.per_agree_bt_box input[type="radio"] + label:before { content: ''; position: absolute; left: 0; top: 0; width: 18px; height: 18px; background: #fff; border: 1px solid #4d4d4d; border-radius: 100%; box-sizing: border-box; }
.per_agree_bt_box input[type="radio"] + label:after { content: ''; position: absolute; top: 6px; left: 6px; width: 6px; height: 6px; background: transparent; border-radius: 100%; }
.per_agree_bt_box input[type="radio"] + label:last-child { margin-right: 0; }
.per_agree_bt_box input[type="radio"]:checked + label:before { background: #25282a; border: 1px solid #25282a; }
.per_agree_bt_box input[type="radio"]:checked + label:after { background: #fff; }*/

.radio_bt[type='radio'] { -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 1rem; height: 1rem; border: 1px solid #aaa; border-radius: 100%; outline: none; position: relative; cursor: pointer; box-sizing: border-box; }
.radio_bt[type='radio']:after { content:''; width: 0.5rem; height: 0.5rem; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #0075ff; border-radius: 100%; display: none; }
.radio_bt[type='radio']:checked { border-color: #0075ff; }
.radio_bt[type='radio']:checked:after { display: block; }
.radio_bt[type='radio'] + label { margin-right: 0.25rem; }

.per_check_box { text-align: center; margin-top: 30px; }
.per_check_box label { font-size: 18px; }
.per_check_box input#agreeYny { display: none; }
.per_check_box input#agreeYny + label { cursor: pointer; position: relative;}
.per_check_box input#agreeYny + label > span { vertical-align: middle; padding-left: 8px; }
.per_check_box input#agreeYny + label:before { content:""; display: inline-block; width: 19px; height: 19px; border:2px solid #bbb; border-radius: 2px; vertical-align: middle; margin-top: 2px; }
.per_check_box input#agreeYny + label:after { content:''; width: 9px; height: 5px; border: 2px solid #ddd; border-top: 0; border-right: 0; transform: rotate(-45deg); transform-origin: center; position: absolute; left: 6px; top: 2px; bottom: 0; margin: auto; }
  
input#agreeYny:checked + label:before { content:""; background-color: #0075ff; border-color: #0075ff; }
input#agreeYny:checked + label:after { border-color: #fff; }

/**/


.info_box { width: 100%; text-align: left; }

.info_box>p { width: 100%; border: 1px solid #b6b6b6; border-top: 1px solid #25282a; box-sizing: border-box; font-size: 13px;  padding: 30px; padding-left: 22px; margin-bottom: 0px; }

.info_box>ul { border-top: 1px solid #25282a; box-sizing: border-box; text-align: left; border-bottom: 1px solid #b6b6b6; box-sizing: border-box; border-top: none; overflow: hidden; padding-top: 2px; }
.info_box>ul>li { float: left; width: 50%; height: 60px; vertical-align: top; border-top: 1px solid #b6b6b6; position: relative; box-sizing: border-box;  justify-content: flex-start; align-items: center; flex-wrap: wrap; }
.info_box>ul>li p { float: left; line-height: 58px; font-size: 16px; padding-left: 2px; width: 100%; font-weight: 500; box-sizing: border-box; position: relative; }
/*.info_box>ul>li:after { content:''; width: 105px; height: 1px; background-color: #25282a; position: absolute; left: 0; top: -1px; z-index: 9; }*/

.info_box>ul>li:nth-child(2n-1) { width: 9%; border-top: 1px solid #25282a; }
.info_box>ul>li:nth-child(2n) { width: 41%; }
.info_box>ul>li:last-child { width: 91%; height: auto; }
.info_box>ul>li:nth-last-child(2) { width: 9%; }
.info_box>ul>li:nth-child(4),.info_box>ul>li:nth-child(6) { padding: 17px 0; padding-left: 10px; }

.info_box.adress>ul { border-top: 1px solid #25282a; box-sizing: border-box; }
.info_box.adress>ul>li { width: 100%; height: 150px; border-bottom: 1px solid #b6b6b6; box-sizing: border-box; }
/*.info_box.adress>ul>li>p { float: left; }*/

.info_box input { font-size: 16px; height: 100%; line-height: 31px; border: none; outline: none; margin-top: 0px; padding-left: 10px; text-align: left; box-sizing: border-box; color: #25282a; }
.info_name { width: 100%; }

.info_number_box { height: 100%; float: left; }

.info_number01 { width: 65px; height: 100%; float: left; background: none; border: none; margin-top: 0px; padding: 0 5px; font-size: 16px; line-height: 31px; }
.info_number02 { width: 50px; float: left; }
.info_number03 { width: 50px; float: left; }
.info_box>ul>li span { float: left; line-height: 60px; margin: 0 5px; }

.info_address { width: 100%; float: left; }
.info_address>ul { width: 100%; }
.info_address>ul>li { width: 100%; height: 60px; border-bottom: 1px solid #b6b6b6; box-sizing: border-box; }
.info_address>ul>li:last-child { border: none; }
/*.info_address>ul>li p { float: left; }*/

.info_address01 { width: 15%; height: 33px; float: left; margin-right: 1%; }
/*.info_address03 { width: 34%; height: 33px; float: left; margin-right: 1%; }*/
.info_address03 { width: 65%; height: 33px; float: left; margin-right: 1%; }
.info_address04 { width: 30%; height: 33px; float: left; margin-right: 3%; }
.info_address05 { width: 50%; height: 33px; float: left; }
.info_address02 { width: 120px;; height: 35px !important; margin-top: 12px !important; float: left; margin-left: 1%; text-align: center !important; padding: 0 !important; cursor: pointer; background-color: #25282a !important; 
border: 1px solid #25282a !important; color: #fff !important; font-size: 12px !important; float: right; }


.info_bt_box { float: left; text-align: left; font-size: 13px; font-weight: 400; line-height: 16px; margin-top: 0px; height: 100%; position: relative; box-sizing: border-box; }
.info_bt_box input[type="radio"] { display: none; }
.info_bt_box input[type="radio"] + label { display: inline-block; position: relative; padding-left: 27px; cursor: pointer; margin-right: 25px; }
.info_bt_box input[type="radio"] + label:before { content: ''; position: absolute; left: 0; top: 0; width: 18px; height: 18px; background: #fff; border: 1px solid #4d4d4d; border-radius: 100%; box-sizing: border-box; }
.info_bt_box input[type="radio"]:checked + label:after { content: ''; position: absolute; top: 5px; left: 5px; width: 8px; height: 8px; background: #101f3a; border-radius: 100%; }


/**/

.guest_bt_box { width: 260px; height: 66px; margin: auto; margin-top: 0px; display: flex; justify-content: space-between; text-align: center; color: #25282a; font-size: 18px; }
.guest_bt_box>div { width: 100%; height: 100%; line-height: 64px; }
.guest_bt_box>div>a { width: 100%; height: 100%; display: block; }
.guest_regi_bt { border: 1px solid #25282a; margin-right: 0px; }
.guest_cancle_bt { background-color: #cfcfcf; }

.guest_regi_bt:hover { background-color: #25282a; color: #fff; }


.guest_close { position: absolute; top: 20px; right: 25px; z-index: 9; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 10px; }
.guest_close p { font-family: 'Futura Std', sans-serif; font-size: 12px; line-height: 100%; text-transform: uppercase; margin-right: 15px; margin-top: 1px; letter-spacing: 0; }
.guest_close>span { width: 20px; height: 20px; position: relative; display: block; }
.guest_close>span:before { content:''; width: 100%; height: 1px; background-color: #25282a; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; transform: rotate(45deg); }
.guest_close>span:after { content:''; width: 100%; height: 1px; background-color: #25282a; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; transform: rotate(-45deg); }

.m_br { display: none; }


.guest_wrap.active .guest_tit { opacity: 1; transform: translate(0); transition: 0.8s 0.2s; }
.guest_wrap.active>div>div:last-child { opacity: 1; transform: translate(0); transition: 0.8s 0.7s; }


/**/

.guest_wrap.ok { height: auto; padding: 60px 0 20px; }
.guest_ok_box { width: 100%; max-width: 1300px; margin: auto; position: relative; text-align: center; transform: translateY(20px); }

.guest_ok_box>h3 { font-size: 33px; line-height: 40px; font-weight: 700; }
.guest_ok_box>p { font-size: 15px; line-height: 30px; opacity: 0.7; margin-top: 30px; margin-bottom: 120px; }

.guest_ok_bg { position: absolute; right: -80px; top: -120px; }

/**/

.guest_wrap.sub { position: relative; top: 0; width: 100%; height: auto; max-height: revert; margin: auto; overflow: visible; }
.guest_wrap.sub>div>div:last-child { width: 100%; }

/*?���?*/

.sub_top01 { position: relative; left: 0; top: 0; width: 100%; height: 490px; z-index: 99; margin-top: 0px; overflow: hidden; }

.sub_top_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; }

.sub_top01 .sub_top_img { background: url(../img/sub_visual.jpg) center top 10% no-repeat; background-size: cover; animation: sub_top_img 2.0s 0s both; }

.sub_top_txt { width: 100%; max-width: 1100px; position: absolute; left: 0; right: 0; top: 50%; margin: auto; z-index: 9; color: #fff; text-align: left; animation: sub_top_txt 1.0s 0.6s both; }
.sub_top_txt h3 { font-family: 'Optima'; font-size: 3.313rem; line-height: 100%; font-weight: 100; }
.sub_top_txt h3 span { opacity: 0.3; }
.sub_top_txt h3 b { font-weight: 400; }
.sub_top_txt h2 { font-family: 'Optima'; margin-top: 2rem; font-size: 2.313rem; line-height: 100%; font-weight: 400; }


@keyframes sub_img {
	from { background: url(../img/sub_visual.jpg) center bottom no-repeat; background-size: cover; }
	to{ }
}
@keyframes sub_top_img {
	from { transform: scale(1.2); }
	to{ }
}
@keyframes sub_top_txt {
	from { opacity: 0; }
	to{ }
}
@keyframes sub_top_txt2 {
	from { letter-spacing: 0.3rem; }
	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: #000; }
#snb > li > a:after { content:''; position: absolute; width: 1px; height: 20px; background-color: #adadad; right: 0; top: 0; bottom: 0; margin: auto; }
#snb > li:first-child { width: 60px; }
#snb > li:first-child img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
#snb > li:nth-child(3) { width: 220px; }
#snb > li:nth-child(3) > a:after { display: none; }
#snb > li:first-child + li + li > a { margin-top:1px; color: #000; }
/*#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:#000; 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: #000; padding:11px 15px;white-space:nowrap; letter-spacing: 0; }
#snb .ov:hover ul {display:block;}
#snb .ov ul li a:hover { background: #ebebeb; color: #000; }

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

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

.sub_ori { width: 100%; max-width: 1100px; margin: auto; background-color: #f3f3f3; text-align: left; padding: 25px 30px; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: center; }
.sub_ori>div { width: 55px; height: 55px; min-width: 55px; border-radius: 100%; background: #4f372b url(../sub/ori.png) center no-repeat; margin-right: 22px; }
/* .sub_ori ul {  } */
.sub_ori ul li { font-size: 14px; line-height: 155%; color: #383838; font-weight: 400; letter-spacing: -0.5px; position: relative; }
.sub_ori ul li:before {position: absolute; left: -6px; margin-right: 2px; }

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

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

#sub_tit.sm h2 { text-transform: revert; }
#snb.sm .ov a { text-transform: revert; }

/**/

.sub_cy_wrap { width: 100%; max-width: 1100px; margin: auto; height: auto; position: relative; padding-bottom: 80px; }
.sub_cy_wrap img { width: 100%; max-width: 1100px; }
.sub_cy_wrap img.half { width: 50%; float: left; }

.sub_page.img { width: 100%; max-width: 1100px; margin: auto; margin-top: 3.125rem; height: auto; position: relative; }
.sub_page.img img { width: 100%; max-width: 1100px; }
.sub_img { margin-bottom: 100px; }
.sub_page.img img.half { width: 50%; float: left; }


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

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

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

.sub_lounge>img { margin-bottom: 90px; }
.sub_lounge .tabs2 { margin-bottom: 60px; }

/**/

.sub_over_wrap { width: 100%; max-width: 1300px; margin: auto; height: auto; position: relative; text-align: left; color: #383838; }
.sub_over_wrap>h2 { font-family: 'GG'; font-size: 35px; line-height: 128%; font-weight: 700; padding-left: 7.5%; }
.sub_over_img { width: 100%; position: relative; overflow: hidden; margin-top: 35px; }
/*.sub_over_img:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../sub/over_logo.png) top 55% center no-repeat; z-index: 5; }*/
.sub_over_img img { width: 100%; }

.sub_over_vd_box { position: relative; left: 0; top: 0; width: 100%; opacity: 1; z-index: 1; overflow: hidden; }
.sub_over_vd_box:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../sub/over_logo.png) center no-repeat; z-index: 5; }
.sub_over_vd_box:before { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../sub/over_bg.png) center no-repeat; background-size: cover; z-index: 1; }
.sub_over_vd { position: relative; top: 0; width: 100%; padding-bottom: 56.25%; height: 0; }
.sub_over_vd iframe { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; opacity: 1; }

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

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

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

.sub_over_bottom { width: 85%; margin: auto; position: relative; margin-top: 20px; }
.sub_over_bottom_tit { display: flex; justify-content: space-between; align-items: center; }
.sub_over_bottom_tit h3 { width: 33%; font-family: 'Futura PT', sans-serif; font-size: 22px; line-height: 100%; font-weight: 400; letter-spacing: 1px; }
.sub_over_bottom_tit span { display: block; width: 90%; height: 1px; background-color: #383838; }
.sub_over_txt_box { margin-top: 35px; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; margin-bottom: 50px; }
.sub_over_txt_box>div { width: 48%; margin-bottom: 50px; }
.sub_over_txt_box>div h4 { font-size: 22px; line-height: 100%; font-weight: 600; border-bottom: 1px solid #383838; padding-bottom: 18px; }
.sub_over_txt_box>div p { font-size: 14px; line-height: 170%; margin-top: 18px; }

/**/

/*.sub_location_wrap { margin-bottom: 100px; }*/

/**/

.sub_page.contact { max-width: 758px; margin: auto; margin-top: 50px; }
.sub_page.contact .contact_wrap { height: auto; }
.sub_page.contact .contact_wrap>div:last-child { width: 100%; transform: translateY(0); opacity: 1; }
.sub_page.contact .contact_wrap h2 { font-family: 'Futura PT', sans-serif; font-size: 2.813rem; color: #4f372b; line-height: 100%; margin-top: 4rem; font-weight: 400; letter-spacing: 0; }

/**/

.sb_box { width: 100%; margin-top: 0px; margin-bottom: 50px; background-color: #f9f9f9; padding: 70px 0; }
.sb_box img { width: auto; }
.sb_box p { font-size: 16px; line-height: 170%; margin-top: 25px; }
.sb_box>div { width: 400px; height: 60px; line-height: 60px; margin: auto; margin-top: 40px; font-size: 16px; background: #4e332a url(../sub/download_w.html) center right 70px no-repeat; color: #fff; }
.sb_box>div>a { width: 100%; height: 100%; display: block; padding-right: 35px; box-sizing: border-box; }


/**/

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

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

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

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

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

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

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

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

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

/**/

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

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

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

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

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

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

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

/*  */

.sub_brand_wrap { width: 100%; max-width: 68.75rem; margin: auto; color: #000; }

.sub_brand_top { width: 100%; height: 29.6875rem; position: relative; display: flex; justify-content: center; align-items: center; overflow: hidden; }
.sub_brand_top>div:last-child { width: 81%; position: relative; z-index: 9; display: flex; justify-content: space-between; align-items: flex-start; }

.brand_vd_box { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 1; z-index: 1; }
.brand_vd_box:after { content:''; width: 100%; padding-bottom: 56.25%; height: 0; position: absolute; left: 0; top: 0; background: url(../sub/brand/brand_top_bg.jpg) center no-repeat; background-size: cover; z-index: 1; }
.brand_vd { position: absolute; top: 0; width: 100%; padding-bottom: 56.25%; height: 0; }
.brand_vd iframe { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; opacity: 1; }

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

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

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

.sub_brand_top_tit { text-align: left; opacity: 0; transform: translateX(-5rem); }
.sub_brand_top_tit h2 { font-family: 'mm'; font-size: 1.5rem; line-height: 158%; font-weight: 600; }
.sub_brand_top_tit p { font-size: 0.875rem; line-height: 178%; margin-top: 1.875rem; opacity: 0.7;}
.sub_brand_top_logo { margin-top: 16.875rem; opacity: 0; transform: translateX(5rem); }

.sub_brand_top.active .sub_brand_top_tit { opacity: 1; transform: translate(0); transition: 1.0s 0.2s; }
.sub_brand_top.active .sub_brand_top_logo { opacity: 1; transform: translate(0); transition: 1.0s 0.2s; }


.sub_brand_middle { width: 100%; padding: 4.5rem 0; }

.sub_brand_middle>p { font-size: 0.875rem; line-height: 178%; }
.sub_brand_middle>p:first-child { opacity: 0; transform: translateY(-4rem); }
.sub_brand_middle>p:last-child { margin-top: 5rem; opacity: 0; transform: translateY(4rem); }

.sub_brand_circle_box { display: flex; justify-content: center; align-items: center; opacity: 0; transform: translateY(4rem); }
.sub_brand_circle { width: 12.375rem; height: 12.375rem; border-radius: 100%; border: 1px solid #6d6d6d; position: relative; display: flex; justify-content: center; align-items: center; margin: 5rem 5% 0; }
.sub_brand_circle>img { width: 122.5%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: -1; }
.sub_brand_circle>div { transform: translateY(0.3125rem); }
.sub_brand_circle h3 { font-family: 'mm'; font-size: 1.125rem; line-height: 100%; }
.sub_brand_circle p { font-size: 0.8125rem; line-height: 153%; margin-top: 0.875rem; height: 3.75rem; }
.sub_brand_circle:nth-child(1)>img { animation: brand_circle 16s 0s linear infinite; }
.sub_brand_circle:nth-child(2)>img { animation: brand_circle2 16s 0s linear infinite; }
.sub_brand_circle:nth-child(3)>img { animation: brand_circle 16s 0s linear infinite; }

.sub_brand_middle.active>p:first-child { opacity: 1; transform: translate(0); transition: 1.0s 0.2s; }
.sub_brand_middle.active .sub_brand_circle_box { opacity: 1; transform: translate(0); transition: 1.0s 0.6s; }
.sub_brand_middle.active>p:last-child { opacity: 1; transform: translate(0); transition: 1.0s 0.6s; }


@keyframes brand_circle {
	from { transform: translate(-50%,-50%) rotate(-360deg); }
	to {  }
}
@keyframes brand_circle2 {
	from { transform: translate(-50%,-50%) rotate(360deg); }
	to {  }
}

.sub_brand_promise_box { width: 100%; height: 25.8125rem; position: relative; opacity: 0; }
.sub_brand_promise { width: 100%; height: 100%; }
.swiper_promise { width: 100%; height: 100%; padding-bottom: 3.125rem; }
.swiper_promise .swiper-wrapper { width: 100%; height: 100%; }
.swiper_promise .swiper-slide { width: 100%; height: 100%; }
.sub_brand_promise_content { width: 100%; height: 100%; padding-bottom: 3.125rem; position: relative; background-color: #fff; }
.sub_barnd_promise_img { width: 100%; height: 25.8125rem; position: absolute; left: 0; top: 0; z-index: 1; overflow: hidden; }
.sub_barnd_promise_img>div { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; }
.sub_barnd_promise_img.img01>div { background: url(../sub/brand/brand_promise_img01.jpg) no-repeat; background-size: cover; }
.sub_barnd_promise_img.img02>div { background: url(../sub/brand/brand_promise_img02.jpg) no-repeat; background-size: cover; }
.sub_barnd_promise_img.img03>div { background: url(../sub/brand/brand_promise_img03.jpg) no-repeat; background-size: cover; }
.sub_barnd_promise_img.img04>div { background: url(../sub/brand/brand_promise_img04.jpg) no-repeat; background-size: cover; }
.sub_barnd_promise_img.img05>div { background: url(../sub/brand/brand_promise_img05.jpg) no-repeat; background-size: cover; }
.sub_brand_promise_bg { width: 23.0625rem; position: absolute; left: 5.625rem; bottom: 0%; z-index: 2; }
.sub_brand_promise_bg img { width: 100%; }
.sub_brand_promise_bg h2 { position: absolute; text-align: left; font-size: 2.8125rem; line-height: 115%; color: #fff; left: 22%; bottom: 23%; z-index: 10; font-weight: 100; }
.sub_brand_promise_bg h2 b { font-weight: 700; }
.sub_brand_promise_content p { font-size: 0.8125rem; line-height: 230%; color: #fff; position: absolute; left: 31rem; bottom: 5.5rem; z-index: 2; text-align: left; font-weight: 300; }

.sub_brand_promise_box .swiper-pagination { width: 1.875rem; position: absolute; right: 3%; top: 0; bottom: 0; margin: auto; z-index: 9; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.sub_brand_promise_box .swiper-pagination span { width: 30px; height: 30px; position: relative; background: none; }
.sub_brand_promise_box .swiper-pagination span::after { content:''; width: 7px; height: 7px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border-radius: 100%; background-color: #fff; transition: 0.2s; }
.sub_brand_promise_box .swiper-pagination .swiper-pagination-bullet-active:after { width: 10px; height: 10px; }

.swiper_promise .swiper-slide-active .sub_barnd_promise_img>div { animation: promise 3s 0s both; }
.swiper_promise .swiper-slide-active .sub_brand_promise_content p { animation: promise_txt 1.2s 0.2s both; }

@keyframes promise {
	0% { transform: scale(1.2); }
	100% { }
}
@keyframes promise_txt {
	0% { opacity: 0; transform: translateX(5rem); }
	100% { }
}

.sub_brand_promise_box.active { opacity: 1; transform: translate(0); transition: 1.0s 0.2s; }


.sub_brand_tab { margin-top: 8.75rem; opacity: 0; transform: translateY(4rem); }
.sub_brand_tab h2 { font-size: 2.5rem; line-height: 100%; }
.sub_brand_tab ul { display: flex; justify-content: space-between; align-items: center; margin-top: 2.5rem; }
.sub_brand_tab ul li { width: 100%; font-size: 0.875rem; height: 4rem; line-height: 4rem; background-color: #f0edec; margin-right: 1px; cursor: pointer; }
.sub_brand_tab ul li.active { color: #fff; background-color: #4a423f; }
.sub_brand_tab ul li:last-child { margin-right: 0; }

.sub_brand_tab.active { opacity: 1; transform: translate(0); transition: 1.0s 0.2s; }

.sub_brand_list_wrap.active { opacity: 1; transform: translate(0); transition: 1.0s 0.2s; }

.sub_brand_list_wrap { margin-top: 5.5rem; position: relative; opacity: 0; }
.sub_brand_list_bg { position: absolute; width: 100%; left: 0; top: 43.5%; z-index: -1; }
.sub_brand_list { display: none; transition: 1.0s 0s; animation: sub_brand_list 1s 0s both; }
.sub_brand_list.list01 { display: block; }
.sub_brand_list_tit h3 { font-size: 2.0625rem; line-height: 100%; }
.sub_brand_list_tit p { font-size: 0.875rem; line-height: 178%; color: #25282a; opacity: 0.8; margin-top: 1.5625rem; }

@keyframes sub_brand_list {
	0% { opacity: 0; transform: translateY(3rem); }
	100% { }
}

.sub_brand_list_roll { width: 100%; margin-top: 3.125rem; }
.sub_brand_list_roll img { width: 100%; }

.brand_roll_bt { margin: auto; z-index: 9; display: flex; justify-content: center; align-items: center; margin-top: 1rem; }
.brand_roll_bt span { width: 15px; height: 15px; position: relative; background-color: #d0c8c5; opacity: 1; margin: 0 6px; }
.brand_roll_bt .swiper-pagination-bullet-active { background-color: #000; }

.sub_brand_list_bottom { width: 100%; position: relative; margin-top: 7.5rem; }
.sub_brand_list_box { display: flex; justify-content: space-between; margin: auto; }
.sub_brand_list_box>div { position: relative; text-align: left; }
.sub_brand_list_box.box01 { width: 77.5%; align-items: flex-end; transform: translateX(3%); }
.sub_brand_list_box.box02 { width: 77.5%; align-items: flex-end; margin-top: 6.25rem; transform: translateX(3%); }
.sub_brand_list_box.box03 { width: 72%; align-items: center; margin-top: 7.5rem; transform: translateX(0%); }
.sub_brand_list_box.box04 { width: 70%; align-items: flex-end; margin-top: 4.6875rem; transform: translateX(-5%); }

.sub_brand_list_box.box01>div:nth-child(1) { width: 41.28%; }
.sub_brand_list_box.box01>div:nth-child(2) { width: 49.38%; }
.sub_brand_list_box.box02>div:nth-child(1) { width: 57.17%; }
.sub_brand_list_box.box02>div:nth-child(2) { width: 37.20%; }
.sub_brand_list_box.box03>div:nth-child(1) { width: 65.025%; }
.sub_brand_list_box.box03>div:nth-child(2) { width: 27%; }
.sub_brand_list_box.box04>div:nth-child(1) { width: 59.75%; }
.sub_brand_list_box.box04>div:nth-child(2) { width: 33.76%; }

.list02 .sub_brand_list_box.box01,.list04 .sub_brand_list_box.box01 { width: 83.5%; align-items: center; transform: translateX(0%); }
.list02 .sub_brand_list_box.box02,.list04 .sub_brand_list_box.box02 { width: 83.5%; transform: translateX(0%); margin-top: 4.5rem; }
.list02 .sub_brand_list_box.box03,.list04 .sub_brand_list_box.box03 { width: 100%; margin-top: 7.5rem; transform: translateX(0%); }
.list02 .sub_brand_list_box.box04,.list04 .sub_brand_list_box.box04 { width: 76.36%; align-items: center; margin-top: 7.5rem; transform: translateX(0%); }
.list02 .sub_brand_list_box.box05,.list04 .sub_brand_list_box.box05 { width: 76.36%; align-items: center; margin-top: 5rem; transform: translateX(0%); flex-direction: row-reverse; }
.list02 .sub_brand_list_box.box01>div:nth-child(1),.list04 .sub_brand_list_box.box01>div:nth-child(1) { width: 60.42%; }
.list02 .sub_brand_list_box.box01>div:nth-child(2),.list04 .sub_brand_list_box.box01>div:nth-child(2) { width: 34.95%; }
.list02 .sub_brand_list_box.box02>div:nth-child(1),.list04 .sub_brand_list_box.box02>div:nth-child(1) { width: 33.24%; margin-bottom: 1rem; }
.list02 .sub_brand_list_box.box02>div:nth-child(2),.list04 .sub_brand_list_box.box02>div:nth-child(2) { width: 52.28%; display: flex; justify-content: space-between; align-items: flex-end; }
.list02 .sub_brand_list_box.box03>div:nth-child(1),.list04 .sub_brand_list_box.box03>div:nth-child(1) { width: 100%; }
.list02 .sub_brand_list_box.box04>div:nth-child(1),.list04 .sub_brand_list_box.box04>div:nth-child(1) { width: 61.31%; }
.list02 .sub_brand_list_box.box04>div:nth-child(2),.list04 .sub_brand_list_box.box04>div:nth-child(2) { width: 32.06%; }
.list02 .sub_brand_list_box.box05>div:nth-child(1),.list04 .sub_brand_list_box.box05>div:nth-child(1) { width: 61.31%; }
.list02 .sub_brand_list_box.box05>div:nth-child(2),.list04 .sub_brand_list_box.box05>div:nth-child(2) { width: 32.06%; }

.list03 .sub_brand_list_box.box02>div:nth-child(1) { width: 31.34%; margin-bottom: 17.5rem; }
.list03 .sub_brand_list_box.box02>div:nth-child(2) { width: 64.08%; display: flex; justify-content: space-between; align-items: flex-end; }

.list05 .sub_brand_list_box.box02>div:nth-child(1) { width: 31.34%; margin-bottom: 18.75rem; }
.list05 .sub_brand_list_box.box02>div:nth-child(2) { width: 64.08%; display: flex; justify-content: space-between; align-items: flex-end; }
.list05 .sub_brand_list_box.box03 { margin-top: 3.375rem; }

.sub_brand_img01 { width: 100%; }
.sub_brand_img02 { width: 100%; margin-top: 3.4375rem; }
.sub_brand_img03 { width: 56.22%; margin-top: 5.3125rem; float: right; }
.sub_brand_img04 { width: 100%; }
.sub_brand_img05 { width: 100%; }
.sub_brand_img06 { width: 65.21%; margin-top: 3.625rem; float: right; }
.sub_brand_img07 { width: 100%; }

.list02 .sub_brand_img02,.list04 .sub_brand_img02 { width: 63.85%; margin-top: 0; margin-bottom: 4.5rem; }
.list02 .sub_brand_img03,.list04 .sub_brand_img03 { width: 32.4%; margin-top: 0; font: none; }
.list02 .sub_brand_img06,.list04 .sub_brand_img06 { width: 100%; margin-top: 0; font: none; }

.list03 .sub_brand_img03 { width: 31.47%; margin-top: 0; font: none; }
.list03 .sub_brand_img04 { width: 58.03%; margin-top: 0; margin-bottom: 2.625rem; }
.list05 .sub_brand_img03 { width: 31.47%; margin-top: 0; font: none; }
.list05 .sub_brand_img04 { width: 58.03%; margin-top: 0; margin-bottom: 4.375rem; }

.sub_brand_list_box h5 { font-size: 2.0625rem; line-height: 115%; width: 200%; }
.sub_brand_list_box p { font-size: 0.875rem; line-height: 178%; color: #25282a; opacity: 0.8; margin-top: 1.425rem; width: 200%; }
.sub_brand_list_box h6 { width: 100%; font-size: 0.75rem; line-height: 120%; position: absolute; color: #985a28; letter-spacing: 0.25rem; }
.brand_ori_left { text-align: right; left: -100%; top: 0; }
.brand_ori_left span { transform-origin: right top; transform: rotate(-90deg); display: inline-block; position: relative; right: 1.5rem; }
.brand_ori_left.line2 span { right: 2.75rem; }
.brand_ori_right { text-align: right; right: 0%; top: 0; }
.brand_ori_right span { transform-origin: right top; transform: rotate(-90deg); display: inline-block; position: relative; right: -0.75rem; }

.list04 .sub_brand_list_box.box01 h5,.list04 .sub_brand_list_box.box02 h5 { font-size: 1.5rem; }


.sub_brand_list01 { opacity: 0; transform: translate(-5rem,-5rem); }
.sub_brand_list02 { opacity: 0; transform: translate(5rem,5rem); }
.sub_brand_list03 { opacity: 0; }


.sub_brand_list01.active { opacity: 1; transform: translate(0);transition: 1.0s 0.2s; }
.sub_brand_list02.active { opacity: 1; transform: translate(0);transition: 1.0s 0.2s; }
.sub_brand_list03.active { opacity: 1; transform: translate(0);transition: 1.0s 0.2s; }


.sub_brand_bottom { top: 0; width: 100%; padding-bottom: 56.25%; height: 0; position: relative; margin-top: 16.25rem; opacity: 0; transform: translateY(5rem); }
.sub_brand_bottom h2 { font-size: 2.0625rem; line-height: 100%; position: relative; top: -3.75rem; }
.sub_brand_bottom iframe { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; opacity: 1; }

.sub_brand_bottom.active { opacity: 1; transform: translate(0);transition: 1.0s 0.1s; }

/**/

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

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

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

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

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

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

/**/

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

.pr_vd { position: relative; width: 100%; padding-bottom: 56.25%; height: 0; z-index: 999; margin-bottom: 50px; }
.pr_vd iframe { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; }