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

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

/**/

/*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 {
    width: 25px;
    height: 25px;
    margin-top: -50%;
    margin-left: -50%;
/*    margin-top: 0;
    margin-left: 0;*/
    border-radius: 50%;
    border: solid 1px #ff7200;
/*	background-color: #4f372b;*/
    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_skip { width: 50px; height: 50px; background-color: #ff7200; 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: #ff7200; 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.arrow .cursor__circle{
    width: 80px;
    height: 80px;
    background-color: transparent;
    border-color: #ff7200;
  }

}

@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.6; }
	70% { opacity: 0.6; }
	100% { opacity: 0; }
}

/**/

.intro_wrap { width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 990; background-color: #242a5c; display: flex; justify-content: center; align-items: center; }
.intro_wrap2 { width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 999; background-color: #fff; display: flex; justify-content: center; align-items: center; overflow: hidden; animation: intro_line 2.0s 6.4s both; }
.intro_wrap2>div { width: 100vw; height: 100vh; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; }
.intro_wrap2>div>div { width: 90%; max-width: 1068px; transform: scale(0.4); }
.intro_wrap2>div>div>img { width: 100%; }
/*.skip_bt { width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 9999; }*/
.skip_bt { width: 60px; height: 60px; position: fixed; right: 60px; bottom: 50px; background-color: rgba(225,225,225,0.3); display: flex; justify-content: center; align-items: center; border-radius: 100%; z-index: 9999; cursor: pointer; }
.skip_bt p { font-family: "Poppins", sans-serif; color: #fff; font-size: 12px; line-height: 100%; font-weight: 500; display: inline-block; position: relative; letter-spacing: 0.5px; text-transform: uppercase; }
.skip_bt:before { content:''; width: 74px; height: 74px; position: absolute; left: -7px; top: -7px; margin: auto; background-color: rgba(225,225,225,0.3); 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;

}

.intro_box { width: 90%; max-width: 1068px; position: relative; transform: scale(0.4) translateY(0%); animation: intro_box 1.2s 4.9s both; }
.intro_box:after { content:''; width: 100%; height: 40%; background-color: #242a5c; position: absolute; left: 0; bottom: -2px; z-index: 9; opacity: 0; animation: intro_line4 1.2s 5.9s both; }
.intro_box>img { width: 100%; }
.intro_logo { animation: intro_logo 1.6s 3.0s both; }
/*.intro_logo2 { position: absolute; left: 0; top: 0; opacity: 0; }*/
.intro_box>div { position: absolute; }

.intro_line_box { width: 100%; height: 49.14%; position: absolute; left: 0; top: 0; z-index: 10; opacity: 0; animation: intro_line4 1.2s 3.8s both; }
.intro_line_box>div { position: absolute; background-color: #d6d6d6; z-index: 9; }
.intro_line01 { width: 60%; height: 1px; left: 20%; top: 0; animation: intro_line 1.6s 0.2s both; }
.intro_line02 { width: 1px; height: 240%; right: 35.4%; top: -70%; animation: intro_line2 1.6s 0.9s both; }
.intro_line03 { width: 60%; height: 1px; right: 20%; bottom: 0; animation: intro_line 1.6s 0.2s both; }
.intro_line04 { width: 1px; height: 240%; left: 35.45%; bottom: -70%; animation: intro_line2 1.6s 0.9s both; }
.intro_line05 { width: 29.6%; height: 1px; left: 17.5%; top: 0; transform: rotate(-46.2deg); transform-origin: right top; z-index: 4 !important; }
.intro_line05:after { width: 0; height: 400%; content:''; left: -10%; top: calc(-150% - 1px); background-color: #242a5c; position: absolute; animation: intro_line3 1.6s 1.5s both; }
.intro_line06 { width: 29.6%; height: 1px; right: 17.5%; top: 0; transform: rotate(46.2deg); transform-origin: left top; z-index: 3 !important; }
.intro_line06:after { width: 0; height: 400%; content:''; right: -10%; top: calc(-150% - 1px); background-color: #242a5c; position: absolute; animation: intro_line3 1.6s 1.8s both; }
.intro_line07 { width: 28.4%; height: 1px; left: 34.5%; top: 0; transform: rotate(-49deg); transform-origin: right top; z-index: 2 !important; }
.intro_line07:after { width: 0; height: 400%; content:''; right: -10%; bottom: calc(-150% + 1px); background-color: #242a5c; position: absolute; animation: intro_line3 1.6s 2.1s both; }
.intro_line08 { width: 28.4%; height: 1px; right: 34.45%; top: 0; transform: rotate(49deg); transform-origin: left top; z-index: 1 !important; }
.intro_line08:after { width: 0; height: 400%; content:''; left: -10%; bottom: calc(-150% + 1px); background-color: #242a5c; position: absolute; animation: intro_line3 1.6s 2.4s both; }



@keyframes intro_line {
	from { width: 0; }
	to {  }
}
@keyframes intro_line2 {
	from { height: 0; }
	to {  }
}
@keyframes intro_line3 {
	from { width: 120%; }
	to {  }
}
@keyframes intro_line4 {
	from { opacity: 1; }
	to {  }
}
@keyframes intro_logo {
	from { opacity: 0; }
	to {  }
}
@keyframes intro_box {
	from { transform: scale(1) translateY(29%); }
	to {  }
}


/**/

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

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

/**/

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

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

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

.main_txt_box { position: absolute; left:0; right:0; margin:0 auto; top: 18%; z-index: 9; text-align:center; color: #242a5c; }
.main_txt_box h1 { font-size: 30px; line-height: 120%; font-weight: 400; transform: translateY(-50px); opacity: 0; }

.main_txt_box h2 { font-size:58px; line-height: 120%; font-weight:100; transform: translateY(-50px); opacity: 0; }
.main_txt_box h2 b { font-weight: bold; position: relative; }
.main_txt_box p { font-size: 16px; line-height: 160%; margin-top: 12px; opacity: 0.7; transform: translateY(-50px); opacity: 0; color: #000; }
.main_txt_box h3 { font-size: 30px; line-height: 100%; margin-top: 25px; font-weight: 700; transform: translateY(-50px); opacity: 0; }
/* .main_logo { margin-top: 25px; transform: translateY(-50px); opacity: 0; width:13%;}
.main_logo img { } */


.open_b {position: absolute; left:5.2%; bottom:5%; background-color: #171c46; z-index:10;  width:112px; height:112px; border-radius:100px; opacity:0; transform: translateX(-120px);}
.open_b p {/* font-family: "Poppins", sans-serif;  */margin-top:26px; color:#fff; font-size:19px; line-height:20px; font-weight: 200;}
.open_b p b {font-weight: bold; }
.open_b p span { color: #e76d32; font-weight: 500;}

.open_b2 {position: absolute; right:5.2%; top:15%; background-color: #171c46; z-index:10;  width:114px; height:114px; border-radius:100px; opacity:0; transform: translateX(120px); display: flex; justify-content:center; align-items:center; }
.open_b2 h6 { margin-top: 3px; color:#fff; font-size:15px; line-height:20px; font-weight: 200;}
.open_b2 h6 b {color: #ff7200; font-weight: 600; }


/*
@keyframes main_txt {
	from { transform: translateX(120px); opacity: 0 }
	to {  }
}
@keyframes main_img {
	from { transform: scale(1.2); };
	to { transform: scale(1); };
}
*/


.main_wrap.active .main_img { transform: scale(1); transition: 2.5s 0s; }
.main_wrap.active .main_txt_box h1 { transform: translate(0); opacity: 1; transition: 1.0s 0.2s; }
.main_wrap.active .main_txt_box h2 { transform: translate(0); opacity: 1; transition: 1.0s 0.2s; }
.main_wrap.active .main_txt_box p { transform: translate(0); opacity: 0.7; transition: 1.0s 0.4s; }
.main_wrap.active .main_txt_box h3 { transform: translate(0); opacity: 1; transition: 1.0s 0.9s; }
.main_wrap.active .main_logo { transform: translate(0); opacity: 1; transition: 1.0s 0.9s; }
.main_wrap.active .open_b { transform: translate(0); opacity: 1; transition: 1.0s 1.2s; }
.main_wrap.active .open_b2 { transform: translate(0); opacity: 1; transition: 1.0s 1.4s; }


/**/

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

/**/

.plan_wrap { width: 100%; height: 100%; background-color: #fff; position: relative; overflow: hidden; }
.plan_left { width: 50%; height: 100%;  position: relative; left:0; top:0; overflow: hidden; }
.plan_bg { background: url(../img/plan_bg01.jpg) center no-repeat; background-size: cover;  width: 100%; height: 100%; transform: scale(1.2);}
.plan_tag {width:100%; position:absolute; bottom:0; left:0; transform: translateY(150px); opacity:0;}

.plan_right {width: 50%; height: 100%;  position: absolute; right:0; top:0; display: flex; justify-content: center; align-items: center; }
.plan_r {width:85%; max-width:800px;}

.plan_tit { text-align: left; opacity: 0; transform: translateX(-50px);  }

.plan_tit h2 { font-size: 26px; line-height: 150%; font-weight: 400; }
.plan_tit h3 { font-size: 36px; line-height: 120%; font-weight: 700; margin-top:0px; color: #242a5c; }

.plan_img {width:100%; margin-top:40px; padding-bottom:70px; }
.plan_img li {float:left; margin-left:2%; transform: translateX(-50px); opacity:0;}
.plan_img li:nth-child(1) { margin-left:0px; width:29%;}
.plan_img li:nth-child(2) { width:68%; }
.plan_img li:nth-child(3) { margin-left:0; margin-top:2%; width:68%;}
.plan_img li:nth-child(4) { margin-top:2%;  width:29%;}
.plan_img img {width:100%;}

.plan_txt {width:100%; position: relative; top:50px;  display: flex; justify-content: center; align-items: center;}
.plan_txt li {/*float:left; */ text-align: left; width:100%; opacity:0;}
.plan_txt li img { float: left; margin: 0 8px 30px 0;}

.plan_txt02 { margin-top:30px; }

.plan_txt li:nth-child(1) { }
.plan_txt li:nth-child(2) { }
.plan_txt li:nth-child(3) { }
.plan_txt li:nth-child(4) {}

.plan_txt p {font-size: 13.5px; line-height: 120%; font-weight: 400; padding-left:20px; margin-top:5px; letter-spacing:-1px;}
.plan_txt h1 {font-size: 18px; font-weight: bold; color:#242a5c; padding-left:20px;}
.plan_txt h1 span { color:#ff7200;}
.plan_txt p span {font-size: 12px; }

.plan_wrap.active .plan_bg { opacity: 1; transform: scale(1); transition: 2.5s 0s; }
.plan_wrap.active .plan_tag { transform: translate(0); opacity: 1; transition: 1.0s 0.3s; }
.plan_wrap.active .plan_tit { transform: translate(0); opacity: 1; transition: 1.0s 0.6s; }
.plan_wrap.active .plan_img li { opacity: 1; transition: 1.0s 0.9s; transform: translate(0); }
.plan_wrap.active .plan_txt li:nth-child(1) { opacity: 1; transition: 1.0s 1s; }
.plan_wrap.active .plan_txt li:nth-child(2) { opacity: 1; transition: 1.0s 1.1s; }
.plan_wrap.active .plan_txt li:nth-child(3) { opacity: 1; transition: 1.0s 1.2s; }
.plan_wrap.active .plan_txt li:nth-child(4) { opacity: 1; transition: 1.0s 1.3s; }




/*  */

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


.comm_wrap { width: 100%; height: 100%; position: relative; }
/*.comm_wrap:after { content:''; position: absolute; width: 0; height: 100%; left: -25%; bottom: -25%; background-color: #fff; z-index: 9; animation: premium_bg 2.2s 0s both; }*/

.comm_tit { position: absolute; left: 0; right: 0; margin: auto; top: 17%; z-index:4; }
.comm_tit h4 {  font-family: "Poppins", sans-serif;  -webkit-text-stroke: 0.4px #fff; color: transparent; font-size: 111px; line-height: 100%; margin-top: 65px; font-weight: 800; letter-spacing: 5px;  transform: translateY(-50px); opacity:0;}
.comm_tit p { color: #fff; font-size: 16px; line-height: 150%; margin-top:35px; font-weight: 300;  transform: translateY(-50px); opacity:0;   }
.comm_tit p b { opacity:1; }
.comm_tit p span { opacity:0.5; }


.comm_img_box { width: 100%; height: 100%; overflow: hidden; position: absolute; left: 0; right:0; margin:0 auto; top:0; background-color: #000;}
.comm_img { width: 100%; height: 100%;  /*transform: scale(1.2); */ }
.comm_img.img01 { background: url(../img/comm_img01.jpg) center no-repeat; background-size: cover; }
.comm_img.img02 { background: url(../img/comm_img02.jpg) center no-repeat; background-size: cover; }
.comm_img.img03 { background: url(../img/comm_img03.jpg) center no-repeat; background-size: cover; }
.comm_img.img04 { background: url(../img/comm_img04.jpg) center no-repeat; background-size: cover; }
.comm_img.img05 { background: url(../img/comm_img05.jpg) center no-repeat; background-size: cover; }
.comm_img.img06 { background: url(../img/comm_img06.jpg) center no-repeat; background-size: cover; }
.comm_img.img07 { background: url(../img/comm_img07.jpg) center no-repeat; background-size: cover; }

.comm_img_bg {background: url(../img/comm_img_bg.png) center no-repeat; background-size: cover; position:absolute; top:0; left:0; right:0; margin:0 auto; opacity:0;   width: 100%; height: 100%; }

.comm_txt_box { width: 465px; text-align: center; transform: translateY(1200%); margin-top:50px; opacity:0;}
.comm_txt_box h3 { font-size: 1.25rem; line-height: 100%; font-weight: 600; color: #fff; }
.comm_txt_box p { font-size: 1rem; line-height: 1.625rem; margin-top: 1.5rem; color: #fff; }

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

.comm_tag { width:80%; display: flex; justify-content: center; align-items: center; position:absolute; bottom:10%; z-index:3; left:0; right:0; margin:0 auto;}
.comm_tag li { color:#fff; width:100%; opacity:0; transform: translateY(100px);}

.comm_tag li p {  font-size: 0.8rem; font-weight: 300; opacity:0.5; line-height: 130%; margin-bottom: 5px;}
.comm_tag li h1 {  font-size: 1.15rem; font-weight: bold; }

.comm_ori { color: #fff; position: absolute; left: 4%; bottom: 3%; z-index: 2; font-size: 12px; font-weight: 100; opacity: 0.5;}



.swiper-button-next2 { position: absolute; width: 75px; height: 47px; left: 0; right: 0; margin: 0 auto; top: 62%; padding: 0; outline: none; z-index: 99; transform: translate(500%,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: 62%; padding: 0; outline: none; z-index: 99; transform: translate(-500%,0); animation: premium_arrow2 1.0s 0.6s both; }

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

.swiper2 .swiper-slide.swiper-slide-active .comm_img { animation: premium_img 7s 0s both; }


.swiper2-2 { width: 533px; height: 112px; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; left: 0; z-index: 99; overflow: visible; transform: translateY(calc(50% + 80px)); opacity:0; }
.swiper2-2 .swiper-slide { width: 112px; height: 112px; 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; }

/*.comm_wrap.active .swiper-slide-active .comm_img {  transform: scale(1); transition: 2.0s 0s; }*/
.comm_wrap.active .swiper-slide-active .comm_img {  opacity:0.5; transition: 2.0s 2s; }
.comm_wrap.active .swiper-slide-active .comm_img_bg {  opacity:1; transition: 2.0s 2s; }

.comm_wrap.active .comm_tit h4 {  opacity:1; transform: translate(0); transition: 1.0s 0.3s; }
.comm_wrap.active .comm_tit p {  opacity:1; transform: translate(0); transition: 1.0s 0.7s; }
.comm_wrap.active .swiper2-2 {  opacity:1; transition: 1.0s 1s; }
.comm_wrap.active .swiper-slide-active .comm_txt_box {opacity:1; margin-top:0px; transition: 0.5s 0.3s;}
.comm_wrap.active .comm_tag li { opacity:1; transform: translate(0); transition: 0.7s 1.2s; }




@keyframes premium_bg {
	from { transform: scale(1.2);  }
	to { transform: scale(1); }
}
@keyframes premium_img {
	from { transform: scale(1.2); }
	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 {  }
}



/**/

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

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

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

.calendar_box { width: 75%; }

.calendar_tit { text-align: center; color: #fff; transform: translateY(-50px); opacity:0; }
.calendar_tit h2 { font-family: "Poppins", sans-serif; font-weight: 700; font-size: 73px; line-height: 100%; letter-spacing: 1px; color:#242a5c; }
.calendar_tit p { font-size: 14px; line-height: 100%; margin-top: 24px; color: #505050; }

.calendar_bottom { margin-top: 60px; transform: translateY(0px);  animation: calendar_content 1.0s 0.6s both; }
.calendar_con_box { display: flex; justify-content: space-between; /* float:left;*/ overflow: hidden; transform: translateY(50px); opacity:0; }

.calendar_con { width: 100%; height: 135px; position: relative; display: flex; justify-content: center; align-items: center; margin-right: 2%; color: #181818; background-color: rgba(253,235,233,0.7); border: 1px solid #f47f3f; text-align: center; }
.calendar_con:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; }
.calendar_con:last-child{ margin-right: 0; }
.calendar_con h4 {font-family: "Poppins", sans-serif; font-size: 36px; line-height: 100%; font-weight: bold; }
.calendar_con p { font-size: 18px; line-height: 100%; margin-top: 12px; }

.calendar_con_box.box01 { }
.calendar_con_box.box01 li:nth-child(1) { width: 25%;  background-color: #f47f3f; border: 1px solid #f47f3f; color: #fff;}
.calendar_con_box.box01 li:nth-child(2) { width: 50%; }
.calendar_con_box.box01 li:nth-child(3) { width: 25%; }

.calendar_con_box.box02 { margin-top: 30px; margin-top: 2%; }
.calendar_con_box.box02 li:nth-child(1) { width: 25%;}
.calendar_con_box.box02 li:nth-child(2) { width: 25%; background-color: rgba(250,239,226,0.7); border: 1px solid #ffc183; }
.calendar_con_box.box02 li:nth-child(3) { width: 50%; background-color: rgba(230,249,244,0.7); border: 1px solid #47ecbd; }

.calendar_con_box.box03 { margin-top: 30px; margin-top: 2%; width: 100%;}
.calendar_con_box.box03 li:nth-child(1) {background-color: rgba(230,241,249,0.7); border: 1px solid #8bd2fb; }
.calendar_con_box.box03 li:nth-child(2) {background-color: rgba(230,241,249,0.7); border: 1px solid #8bd2fb; }

.calendar_con:hover { background-color: #f47f3f; border: 1px solid #f47f3f; color: #fff; }
.calendar_con_box li:hover { background-color: #f47f3f; border: 1px solid #f47f3f; color: #fff; }
.calendar_con_box.box02 li:hover {background-color: #f47f3f; border: 1px solid #f47f3f; color: #fff; }


.calendar_con_box.box03 li:hover {background-color: #f47f3f; border: 1px solid #f47f3f; color: #fff; }

.calendar_con_box.box02 li.cc:hover {background-color: #ffc183; border: 1px solid #ffc183; }
.calendar_con_box.box02 li.cc2:hover {background-color: #47ecbd; border: 1px solid #47ecbd; }
.calendar_con_box.box03 li.cc3:hover {background-color: #8bd2fb; border: 1px solid #8bd2fb; }


.mdh_wrap {width: 50%; height: 100vh; position: relative; overflow: hidden;  background: url(../img/mdh_bg.jpg) center no-repeat; background-size: cover;  display: flex; justify-content: center; align-items: center;}

.mdh_cont {width: 100%; transform: translateY(-190px); }
.mdh_cont h1 {font-family: "Poppins", sans-serif; font-size: 70px; color:#fff; font-weight:600; letter-spacing: 3px; transform: translateY(-50px); opacity:0;}
.mdh_cont h1 span {font-weight:100; }

.mdh_cont p {font-family: "Poppins", sans-serif; font-size: 14px; color:#fff; font-weight:300; letter-spacing: 15px; text-transform:uppercase; margin-top:0; transform: translateY(50px); opacity:0;}

.mdh_btn {position: relative; left:0; right:0; margin:0 auto;  margin-top:75px; transform: translateY(50px); opacity:0;}
.mdh_btn01 {border-radius:100px; width:223px; height:50px; position: relative; left:0; right:0; margin:0 auto;   border:1px solid #fff; overflow:hidden;}

.mdh_btn01:after { content:''; width: 0; height: 100%; position: absolute; left: 0; top: 0; z-index: -1; background-color: #242a5c; opacity: 0; transition: 0.5s; } 

.mdh_btn a {display:block; color:#fff;  line-height: 50px; font-weight:200;}
.mdh_btn a span {font-weight:bold; }


/*.calendar_box.active .calendar_tit { transform: translate(0); opacity: 1; transition: 1.0s 0.4s; }
.calendar_box.active .calendar_bottom { transform: translate(0); opacity: 1; transition: 1.0s 0.6s; }*/




.sale_wrap.active .calendar_tit {  opacity:1; transform: translate(0); transition: 1.0s 0.3s; }
.sale_wrap.active .calendar_con_box {opacity:1; transform: translate(0); transition: 1.0s 0.6s;}
.sale_wrap.active .mdh_cont h1 {opacity:1; transform: translate(0); transition: 1.0s 0.6s; }
.sale_wrap.active .mdh_cont p {opacity:1; transform: translate(0); transition: 1.0s 0.9s;}
.sale_wrap.active .mdh_btn {opacity:1; transform: translate(0); transition: 1.0s 1.2s;}


.mdh_btn01:hover::after { width: 100%;opacity: 1; }
.mdh_btn01:hover {border:1px solid #242a5c; }


/**/
#section_news { width: 100%; background-color: #fff; }

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

.news_tit {width:100%;  position: relative;  font-family: "Poppins", sans-serif; font-size: 73px; font-weight:bold; color:#242a5c; text-transform:uppercase; transform: translateY(-50px); opacity:0;}

.news_conts {width:100%; position: relative; left:0; right:0; margin:0 auto; transform: translateY(50px); opacity:0; margin-top:20px; overflow: hidden; height:280px;}
.news_conts ul {width:100%; max-width:1100px; /*display: flex; justify-content: center; align-items: center;*/ }
.news_conts ul li { float:left; width:27.1%; height:220px; text-align: left; border:1px solid #ddd; padding:2%; margin:1%; padding-top:20px;}
.news_conts ul li:nth-child(1) { margin-left:0;}
.news_conts ul li:nth-child(4) { margin-left:0;}


.news_box h2 {color:#97714b; font-size: 14px; font-weight: bold; padding-bottom:5px;}
.news_box h3 {color:#111; font-size: 15px; font-weight: bold;  line-height: 140%; }
.news_box p {color:#999; font-size: 12px;  line-height: 160%; margin-top:20px;}
.news_date {color:#ff7e00; font-size: 11px; margin-top:30px; font-weight: bold;}


.news_btn {position: relative; left:0; right:0; margin:0 auto; top:30px; transform: translateY(50px); opacity:0;}
.news_btn01 {border-radius:100px; width:223px; height:50px; position: relative; left:0; right:0; margin:0 auto;  background-color: #242a5c; border:1px solid #242a5c; overflow:hidden;}

.news_btn01:after { content:''; width: 0; height: 100%; position: absolute; left: 0; top: 0; z-index: -1; background-color: #000; opacity: 0; transition: 0.5s; } 

.news_btn a {display:block; color:#fff;  line-height: 50px; font-weight:200;}
.news_btn a span {font-weight:bold; }

.news_wrap.active .news_btn {opacity:1; transform: translate(0); transition: 1.0s 1.2s;}
.news_wrap.active .news_tit {opacity:1; transform: translate(0); transition: 1.0s 0.2s;}
.news_wrap.active .news_conts {opacity:1; transform: translate(0); transition: 1.0s 0.5s;}


.news_btn01:hover::after { width: 100%;opacity: 1; }
.news_btn01:hover {border:1px solid #000; }



/**/

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

.contact_wrap { width:100%; height:100%; position: relative; overflow: hidden;  display: flex; justify-content: center; align-items: center; background: url(../img/contact_bg.jpg) center no-repeat; background-size: cover;}
.contact_cont h1 { position: relative;  font-family: "Poppins", sans-serif; font-size: 73px; font-weight:bold; -webkit-text-stroke: 0.9px #242a5c; color: transparent; text-transform:uppercase; transform: translateY(-50px); opacity:0;}

.contact_maps { display: flex; justify-content: center; align-items: center; gap:45px; margin-top:20px;}

.contact_map {position: relative;}
/* .contact_map img {width:80%;} */
.contact_map01 {transform: translateY(50px); opacity:0;}
.contact_map02 { /*margin-left:50px; */ transform: translateY(50px); opacity:0;}

.contact_map h2 {color:#0c183d; font-size: 19px; margin-top:20px; font-weight: bold; }
.contact_map p {color:#4a4a4a; font-size: 16px; margin-top:20px; font-weight: 400; height: 48px; }

.map_btn {width: 220px; border-radius:100px; height:50px; line-height:50px; background-color:#242a5c; margin:0 auto; margin-top:30px;}
.map_btn a {color:#fff;  display:block;}


.contact_bus { width:90%; position: relative; left:0; right:0; margin:0 auto; text-align: left; top:50px;  transform: translateY(50px); opacity:0;}
.contact_bus h3 { font-size:19px; font-weight:bold; color:#242a5c; }
.contact_bus p { font-size:16px; font-weight:500; color:#4a4a4a; line-height:150%; margin-top:10px;}
.contact_bus p span { color:#223861; font-weight:bold;}

.contact_bus h3:after { content:''; width:90%; height: 1px; position: absolute; left: 110px; top: 13px; z-index: 2; background-color: #242a5c; opacity:0.4; }


.contact_wrap.active .contact_cont h1 {opacity:1; transform: translate(0); transition: 1.0s 0.2s;}
.contact_wrap.active .contact_map01 {opacity:1; transform: translate(0); transition: 1.0s 0.5s;}
.contact_wrap.active .contact_map02 {opacity:1; transform: translate(0); transition: 1.0s 0.7s;}
.contact_wrap.active .contact_bus {opacity:1; transform: translate(0); transition: 1.0s 1.2s;}


/**/

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

/**/

.life_wrap { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; background-color: #fff; position: relative; overflow: hidden; }
.life_box { width: 100%; max-width: 1325px; height: auto; margin: auto; position: relative; padding-top: 0px; padding-bottom: 0px; transform: translateY(50px); }

.life_tit { text-align: center; opacity: 1; transform: translateY(0); opacity: 0; }
.life_tit h4 { font-size: 20px; line-height: 100%; font-weight: 400; }
.life_tit h2 { font-size: 40px; line-height: 100%; font-weight: 700; margin-top: 10px; color: #242a5c; }

.swiper_life { width: 100%; opacity: 1; padding: 120px 0px 0px; margin-top: 10px; opacity: 1; transform: translateY(0); z-index: 9; transform: translateY(120px); opacity: 0; }
.life_txt { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; z-index: 9; transform: translate(-20px,-10px); }
.swiper_life .swiper-slide { text-align: center; transition: 0.4s; position: relative; overflow: hidden; cursor: pointer; filter: grayscale(1); }
.swiper_life .swiper-slide img { width: 100%; max-width: 179px; }

.swiper_life .swiper-slide:hover .life_thumb_bg { bottom: 0; }
.swiper_life .swiper-slide:hover .life_go { bottom: 0; opacity: 1; }

.swiper_life .swiper-slide-active { transform: translateY(-75px); }
.swiper_life .swiper-slide-prev { transform: translateY(-50px); }
.swiper_life .swiper-slide-prev2 { transform: translateY(-25px); }
.swiper_life .swiper-slide-prev3 { transform: translateY(-0px); }
.swiper_life .swiper-slide-next { transform: translateY(-50px); }
.swiper_life .swiper-slide-next2 { transform: translateY(-25px); }
.swiper_life .swiper-slide-next3 { transform: translateY(-0px); }

.swiper_life .swiper-slide-active { filter: grayscale(0); }

.swiper_life_tit { width: 100%; max-width: 1530px; opacity: 1; transform: translateY(0); margin-top: -20px; text-align: center; z-index: 1; transform: translateY(120px); opacity: 0; }
.swiper_life_tit h4 { font-family: "Poppins", sans-serif; font-size: 20px; line-height: 100%; letter-spacing: 10px; font-weight: 300; background-color: #fff; padding-bottom: 10px; }
.swiper_life_tit p { width: 90%; margin: auto; font-size: 14px; line-height: 166%; font-weight: 400; background-color: #fff; padding-bottom: 20px; margin-top: 5px; }

.life_box .swiper-pagination { font-family: "Poppins", sans-serif; width: 102px; margin: auto; transform: translateY(-85px); padding: 0; color: #000; position: static; font-family: inherit; }
.life_box .swiper-pagination span { font-size: 19px; line-height: 100%; }
.life_box .swiper-pagination-total { display: none; }

.swiper-button-next { position: absolute; width: 82px; height: 50px; left: 0; right: 0; top: 0; bottom: 0; margin: auto; transform: translate(740px,110px); padding: 0; outline: none; opacity: 0; }
.swiper-button-prev { position: absolute; width: 82px; height: 50px; left: 0; right: 0; top: 0; bottom: 0; margin: auto; transform: translate(-740px,110px); padding: 0; outline: none; opacity: 0; }


.life_wrap.active .life_tit { opacity: 1; transition: 1.0s 0.2s; }
.life_wrap.active .swiper_life { transform: translate(0); opacity: 1; transition: 1.0s 0.6s; }
.life_wrap.active .swiper_life_tit { transform: translate(0); opacity: 1; transition: 1.0s 0.6s; }
.life_wrap.active .swiper-button-next { opacity: 1; transition: 1.0s 0.6s; }
.life_wrap.active .swiper-button-prev { opacity: 1; transition: 1.0s 0.6s; }

/**/

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

.location_wrap { width: 100%; height: 100%; display: flex; justify-content: space-between; align-items: center; color: #fff; }

.location_content { width: 25%; height: 100%; position: relative; transition: 0.6s; display: flex; justify-content: center; align-items: center; overflow: hidden; }
.location_content:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background-color: #111537; opacity: 0; transition: 0.5s; }
	
.location_img_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1;  display: flex; justify-content: center; align-items: flex-start; transition: 0.6s; }
.location_txt_bg { position: absolute; left: 50%; transform: translateX(-50%); right: 0; top: 0; margin: auto; margin-top: 20%; width: 167%; max-width: 803px; z-index: 5; }
.location_img_box.img01 { background: url(../img/location_img01.jpg) center no-repeat; background-size: cover; }
.location_img_box.img02 { background: url(../img/location_img02.jpg) center no-repeat; background-size: cover; }
.location_img_box.img03 { background: url(../img/location_img03.jpg) center no-repeat; background-size: cover; }
.location_img_box.img04 { background: url(../img/location_img04.jpg) center no-repeat; background-size: cover; }

.location_txt_box { position: relative; z-index: 9; }
.location_txt_box>h5 { font-family: "Poppins", sans-serif; font-size: 18px; line-height: 100%; font-weight: 600; transition: 0.5s; opacity: 0; margin-top: -150px; }
.loaction_icon { margin: 70px auto; display: flex; justify-content: center; align-items: center; width: 65px; height: 50px; transition: 0.5s; opacity: 0; }
.location_txt_box>h3 { font-size: 25px; line-height: 100%; font-weight: 700; transition: 0.5s; }
.location_txt_box>p { font-size: 15px; line-height: 200%; margin-top: 20px; opacity: 0.35; transition: 0.5s; }
.location_line { width: 1px; height: 65px; margin: 15px auto 20px; background-color: #fff; transition: 0.5s; }
.location_txt_box>h6 { font-family: "Poppins", sans-serif; font-size: 18px; line-height: 100%; font-weight: 600; transition: 0.5s; }

.location_bt { width: 200px; margin: auto;  margin-top: 0px; cursor: pointer; transform: translateY(0); opacity: 0; transition: 0.5s; }
.location_bt a { width: 100%; height: 100%; display: flex; justify-content: flex-start; align-items: center; padding: 20px; }
.location_bt p { font-family: "Poppins", sans-serif; font-size: 13px; line-height: 100%; font-weight: 600; text-transform: uppercase; margin-right: 25px; letter-spacing: 0; position: relative; }
.location_bt a div { width: 80px; height: 50px; position: relative; }
.location_bt a div span { width: 50px; height: 50px; float: right; display: block; border: 1px solid #fff; border-radius: 30px; position: relative; transition: 0.4s; box-sizing: border-box; }
.location_bt a div:after { content:''; width: 57px; height: 1px; background-color: #fff; position: absolute; right: 22px; top: 0; bottom: 0; margin: auto; transition: 0.4s; }
.location_bt a div:before { content:''; width: 8px; height: 8px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(-45deg) translate(0); position: absolute; right: 22px; top: 0; bottom: 0; margin: auto; }

.location_bt:hover a div span { width: 200px; }
.location_bt:hover a div:after { width: 20px; }


.location_content:hover { width: 38%; }
.location_content:hover:after { opacity: 0.8; }
.location_content:hover .location_txt_box>h5 { opacity: 1; margin-top: 80px; }
.location_content:hover .loaction_icon { opacity: 1; }
.location_content:hover .location_txt_box>h3 { font-size: 42px; top: 0; }
.location_content:hover .location_txt_box>p { opacity: 0.7; }
.location_content:hover .location_line { opacity: 0; }
.location_content:hover .location_txt_box>h6 { opacity: 0; }
.location_content:hover .location_bt { margin-top: 180px; opacity: 1; }
.location_content:hover .location_img_box { transform: scale(1); filter: grayscale(0.6); }

/**/

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


.brand_wrap { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
/*.brand_wrap>div { transform: translateY(35px); }*/

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

.brand_txt_box { width: 90%; max-width: 1020px; position: relative; z-index: 9; transform: translateY(30px); }
.brand_txt { text-align: left; }
.brand_txt.txt01 { float: right; transform: translateX(120px); opacity: 0; }
.brand_txt.txt02 { float: left; transform: translateX(-120px); opacity: 0; }
.brand_txt_box h2 { float: left; width: 100%; font-family: "Poppins", sans-serif; font-size: 95px; line-height: 100%; font-weight: 700; -webkit-text-stroke: 0.9px #000; color: transparent; margin: 40px 0 45px; opacity: 0; }
.brand_txt_box h3 { font-size: 35px; line-height: 120%; font-weight: 700; letter-spacing: -1px; }
.brand_txt_box p { font-size: 15px; line-height: 200%; margin-top: 35px; opacity: 0.7; }

/*

.brand_tit { text-align: center; opacity: 1; transform: translateY(0); opacity: 0; color: #000; }
.brand_tit h4 { font-size: 20px; line-height: 100%; font-weight: 400; }
.brand_tit h2 { font-size: 40px; line-height: 100%; font-weight: 700; margin-top: 10px; color: #242a5c; letter-spacing: -1px; }

.swiper_brand { width: 90%; margin: auto; max-width: 1180px; margin-top: 60px; opacity: 0; }
.swiper_brand .swiper-slide { width: 100%; background-color: #fff; }
.brand_img { width: 100%; margin: auto; max-width: 675px; -webkit-mask: url(../img/brand_bg.png); -webkit-mask-position: center; -webkit-mask-size: cover; -webkit-mask-repeat: no-repeat; }
.brand_img img { width: 100%; z-index: 5; }

.brand_txt_box { width: 100%; height: 100%; position: absolute; left: 0; right: 0; top: 15%; margin: auto; text-align: left; }
.brand_txt h2 { font-family: "Poppins", sans-serif; font-size: 135px; line-height: 100%; font-weight: 700; -webkit-text-stroke: 0.4px #000; color: transparent; }
.brand_txt h3 { font-size: 40px; line-height: 125%; font-weight: 600; }
.brand_txt p { font-size: 15px; line-height: 200%; margin-top: 40px; opacity: 0.7; }

.brand_txt_box.box01 .brand_txt.txt02 { float: left; }
.brand_txt_box.box01 .brand_txt.txt01 { float: right; margin-top: 160px; }
.brand_txt_box.box02 .brand_txt.txt01 { float: left; }
.brand_txt_box.box02 .brand_txt.txt02 { float: right; margin-top: 180px; }

.swiper-button-next2 { position: absolute; width: 82px; height: 50px; left: 0; right: 0; top: 0; bottom: 0; margin: auto; transform: translate(640px,60px); padding: 0; outline: none; opacity: 0; }
.swiper-button-prev2 { position: absolute; width: 82px; height: 50px; left: 0; right: 0; top: 0; bottom: 0; margin: auto; transform: translate(-640px,60px); padding: 0; outline: none; opacity: 0; }

.swiper_brand_bt { width: 300px; height: 50px; position: relative; left: 0; top: 0; bottom: 0;  margin: auto; z-index: 99; display: flex; justify-content: space-between; align-items: center; margin-top: 20px; opacity: 0; }
.swiper_brand_bt .swiper-slide { font-family: "Poppins", sans-serif; font-size: 18px; line-height: 40px; font-weight: 700; width: 100%; height: 100%; cursor: pointer; border: none; overflow: hidden; box-sizing: border-box; opacity: 1; color: #dbdbdb; }
.swiper_brand_bt .swiper-slide:after { content:''; width: 100%; height: 7px; position: absolute; left: 0; bottom: 0; background-color: #e7e7e7; z-index: 9; }
.swiper_brand_bt .swiper-slide-thumb-active { opacity: 1; color: #242a5c; }
.swiper_brand_bt .swiper-slide-thumb-active:after { background-color: #242a5c; }

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


.swiper_brand .swiper-slide-active .brand_img img { animation: brand_img 2.5s 0s both; }
.swiper_brand .swiper-slide-active .brand_txt_box.box01 .brand_txt.txt02 { animation: brand_txt2 1s 0.3s both; }
.swiper_brand .swiper-slide-active .brand_txt_box.box01 .brand_txt.txt01 { animation: brand_txt 1s 0.3s both; }
.swiper_brand .swiper-slide-active .brand_txt_box.box02 .brand_txt.txt01 { animation: brand_txt2 1s 0.3s both; }
.swiper_brand .swiper-slide-active .brand_txt_box.box02 .brand_txt.txt02 { animation: brand_txt 1s 0.3s both; }


@keyframes brand_txt {
	from { transform: translateX(-150px); opacity: 0 }
	to {  }
}
@keyframes brand_txt2 {
	from { transform: translateX(150px); opacity: 0 }
	to {  }
}
@keyframes brand_img {
	from { transform: scale(1.25); };
	to { transform: scale(1); };
}


.brand_wrap.active .brand_tit { opacity: 1; transition: 1.0s 0.4s; }
.brand_wrap.active .swiper_brand { opacity: 1; transition: 1.0s 0.4s; }
.brand_wrap.active .swiper-button-next2 { opacity: 1; transition: 1.0s 0.4s; }
.brand_wrap.active .swiper-button-prev2 { opacity: 1; transition: 1.0s 0.4s; }
.brand_wrap.active .swiper_brand_bt { opacity: 1; transition: 1.0s 0.4s; }

*/

.brand_wrap.active .brand_img { transform: scale(1); transition: 1.8s 0s; }
.brand_wrap.active .brand_txt.txt01 { transform: translate(0); opacity: 1; transition: 1.0s 0.6s; }
.brand_wrap.active .brand_txt.txt02 { transform: translate(0); opacity: 1; transition: 1.0s 0.6s; }
.brand_wrap.active .brand_txt_box h2 { opacity: 1; transition: 1.0s 0.6s; }

/**/

#section7 { overflow: visible; }

footer { width: 100%; height: 300px; background: #0e0d0d; position: relative; left: 0; bottom: 0; z-index: 99999; text-align: center; display: flex; justify-content: space-between; align-items: flex-start; color: #101f3a; overflow: hidden; 
padding: 0 100px; box-sizing: border-box; padding-top: 50px; }

.footer_left { color: #4b4b4b; text-align: left; font-weight: 400; }
.footer_logo { }
.footer_info { text-align: left; overflow: hidden; margin-top: 25px; }
.footer_info li { font-size: 14px; line-height: 170%; float: left; margin-right: 12px; padding-right: 12px; position: relative; color: #4b4b4b; }
.footer_info li span { font-size: 14px; color: #fff; }
.footer_info li:after { content:''; position: absolute; width: 1px; height: 11px; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; opacity: 0.3; transform: translateY(0px); }
.footer_info li:last-child:after,.footer_info li:nth-child(1):after { display: none; }
.footer_info li:nth-child(2) { clear: both; }
.footer_info li:nth-child(9) { clear: both; }
.footer_left h6 { font-size: 13px; line-height: 100%; margin-top: 20px; letter-spacing: -0.3px; margin-top: 40px; }

.footer_right { float: right; color: #4b4b4b; }
.footer_right ul { display: flex; justify-content: flex-end; align-items: center; }
.footer_right ul li { font-size: 14px; line-height: 100%; display: flex; justify-content: center; align-items: center; margin-right: 10px; }
.footer_right ul li:nth-child(2) { color: #fff; position: relative; padding-right: 15px; margin-right: 15px; }
.footer_right01 ul li:nth-child(2):after { content:''; width: 1px; height: 12px; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; background-color: #4b4b4b; }
.footer_right ul li:last-child { margin-right: 0; }
.footer_right ul li:last-child img { position: relative; top: -7px; }
.footer_right p { font-size: 14px; line-height: 160%; text-align: right; margin-top: 25px; }

.footer_right02 li:nth-child(2) { font-size: 14px; line-height: 170%; float: left; margin-right: 12px; padding-right: 12px; position: relative; padding-right: 0 !important;}
.footer_right03 li:nth-child(2) { font-size: 14px; line-height: 170%; float: left; margin-right: 12px; padding-right: 12px; position: relative; padding-right: 0 !important;}

/*
.footer_right { float: right; color: #4b4b4b; }
.footer_right ul { display: flex; justify-content: flex-end; align-items: center; }
.footer_right ul li { font-size: 14px; line-height: 140%; display: flex; justify-content: center; align-items: center; margin-right: 10px; }
.footer_right ul li:nth-child(2) { color: #fff; position: relative;  }

.footer_right ul li:nth-child(3) { clear: both; }

.footer_right ul li:last-child { margin-right: 0; }
.footer_right01 li img { position: relative; top: -7px; }
.footer_right02 li img { position: relative; top: -4px; }
.footer_right02 { margin-top: 8px; }

.footer_right p { font-size: 14px; line-height: 160%; text-align: right; margin-top: 25px; }
*/
.ft_btn {display: flex; justify-content: flex-end; align-items: center; margin-top:20px;}
.ft_btn li {  line-height: 100%; display: flex; justify-content: center; align-items: center; margin-right: 10px; border:1px solid rgba(225,225,225,0.5); padding:10px 20px;}
.footer_right .ft_btn li:nth-child(2) { position: relative;  margin-right: 0px; }
.footer_right .ft_btn li:nth-child(1) { position: relative;  margin-right: 0px; }

.ft_btn li:after { content:''; position: absolute; width: 1px; height: 11px; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; opacity: 0; transform: translateY(0px); }
.ft_btn li a {font-size: 13px;  color:rgba(225,225,225,0.5);}
.ft_btn li a:hover { color:rgba(225,225,225,1);}

/*서브*/

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

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

.sub_top_txt { width: 100%; max-width:1100px; height: 80px; position: absolute; left: 0; right: 0; top: 50%; margin: auto; z-index: 9; color: #fff; text-align: center; animation: sub_top_txt 1.0s 0.4s both; }
.sub_top_txt h1 { font-family: "Poppins", sans-serif; font-size: 50px; line-height: 100%; font-weight: 400; letter-spacing: -5px; }
.sub_top_txt h5 { font-size: 15px; line-height: 100%; margin-top: 12px; font-weight: 300; letter-spacing: -0px; text-transform: uppercase; }
/*
.sub_top_txt h1 { font-family: "Poppins", sans-serif; font-size:18px; line-height: 130%; font-weight: 100; letter-spacing: 10px; }
.sub_top_txt h1 span { font-weight: 600; }
.sub_top_txt h5 { font-size: 15px; line-height: 100%; margin-top: 32px; font-weight: 300; letter-spacing: -0px; text-transform: uppercase; }*/
.sub_logo {width:13%;}

@keyframes sub_top_img {
	from { transform: scale(1.2); }
	to{ }
}
@keyframes sub_top_txt {
	from { opacity: 0; transform: translateY(80px); }
	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 > a {background:url('../img/snb-arr.gif') no-repeat 100% 50%; }
#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; }
#snb .ov:hover ul {display:block;}
#snb .ov ul li a:hover { background: #ebebeb; color: #000; }



#sub_container { width: 100%; position: relative; left: 50%; transform: translateX(-50%); overflow: hidden; background-color: #fff; text-align: center; }
#sub_box { position: relative; width: 100%; max-width: 1100px; 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: 38px; color: #000; font-weight: 400; line-height: 100%; letter-spacing: -2px; }
.sub_line { width: 1px; height: 38px; background-color: #404040; margin: auto; margin-top: 25px; }
#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: 50px; position: relative; }


/**/

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

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

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

ul.tabs3 li.selected, ul.tabs li.selected:hover { color: #192642;  border-bottom: 4px solid #192642; }	
ul.tabs3 li.selected a, ul.tabs li.selected a:hover { color: #192642; }
ul.tabs3 li.active { color:#192642;  border-bottom: 4px solid #192642; }

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

/**/

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

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

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

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

.contact_map .sub_contact_map_box { width: 375px; height: 275px; border: 1px solid #002147; }

.sub_contact_txt_box { width: 100%; max-width: 524px; margin: 1.5625rem 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; font-family: 'Pretendard'; }
.sub_contact_add h4 { font-size: 1.375rem; line-height: 100%; font-weight: 400; }
.sub_contact_add p { font-size: 0.9375rem; line-height: 100%; margin-top: 0.5rem; color: #010101; opacity: 0.7;}
.sub_contact_top .sub_contact_add { margin-top: 3.125rem; }

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

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

.map_marker { font-family: 'Pretendard'; width: auto; height: 36px; border: 2px solid #242a5c; 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; height: auto; line-height: 100%; color: #000; font-weight: 600; margin-top: 0; }
.map_marker:after { content:''; width: 0px; height: 0px; border-top: 8px solid #242a5c; border-left: 5px solid transparent; border-right: 5px solid transparent; position: absolute; left: 0; right: 0; bottom: -8px; margin: auto; }
/*.map_marker.mk01 { width: 82px; z-index: 9; }*/
/*  */


/**/

.sub_brand_wrap { width: 100%; position: relative; text-align:center; left:0; right:0; margin:0 auto;}

.sub_brand_tit {  }
.sub_brand_tit h2 { font-size: 38px; line-height: 100%; color: #242a5c; font-weight: 600; opacity: 0; transform: translateY(-50px); }
.sub_brand_logo { margin-top: 0px; margin-bottom: 40px; opacity: 0; }

.sub_brand_img_box { width: 100%; height: 1106px; /*height: 630px;*/ position: relative; overflow: hidden; }
.sub_brand_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; transform: scale(1.2); }
.sub_brand_img.img01 { background: url(../sub/brand/brand_img.jpg) center no-repeat; background-size: cover; }
.sub_brand_img.img02 { background: url(../sub/brand/brand_img02.jpg) center no-repeat; background-size: cover; }

.sub_brand_txt { position: absolute; z-index: 9; text-align: left; color: #010101; }                            
.sub_brand_txt h2 { font-size: 35px; line-height: 130%; font-weight: 300; color: #242a5c;}
.sub_brand_txt h1 { font-size: 25px; font-weight: 400; margin-top: 30px; }
.sub_brand_txt .sub_brand_line { width: 1px; height: 60px; background-color: #000; opacity: 0.5; margin-top: 30px;}
.sub_brand_txt p { font-size: 15px; line-height: 200%; opacity: 0.7; margin-top: 20px; }
.sub_brand_txt.txt01 { left: 9%;  bottom: 12%; opacity: 0; transform: translateX(-120px); }
.sub_brand_txt.txt02 { right: 8%; bottom: 20%; opacity: 0; transform: translateX(120px); }


/*.sub_brand_txt { position: absolute; z-index: 9; text-align: left; color: #010101; }                            
.sub_brand_txt h2 { font-size: 35px; line-height: 115%; font-weight: 700; }
.sub_brand_txt p { font-size: 15px; line-height: 160%; opacity: 0.7; margin-top: 20px; }
.sub_brand_txt.txt01 { left: 9%; top: 21%; opacity: 0; transform: translateX(-120px); }
.sub_brand_txt.txt02 { right: 8%; bottom: 20%; opacity: 0; transform: translateX(120px); }
*/
.sub_brand_core { width: 100%; height: auto; /*background-color: #e7e7e7; */ padding: 90px 0 110px; display: flex; justify-content: center; align-items: center; text-align:center;}
.sub_brand_core>div { width: 100%; max-width: 1100px; }

.sub_brand_core>div>h2 { font-size: 33px; line-height: 100%; color: #1b2254; font-weight: 600; opacity: 0; }
.sub_brand_core>div>p { font-size: 20px; line-height: 160%; color: #1b1b1b; margin-top: 30px; opacity: 0; }
.sub_brand_logo2 {margin-top:50px; opacity:0;}

.brand_btn {width:350px; height:70px; background-color:#10255c; border-radius: 50px;  margin:0 auto; margin-bottom:50px;}
.brand_btn a {color:#fff; font-size:18px; line-height:70px; display:block;}
.brand_btn:hover { background-color:#000; transition: 0.4s 0s; }



.sub_brand_value_box { margin-top: 40px; background-color:#e7e7e7; padding:45px 45px;}
.sbv_wrap { width: 100%; display: flex; justify-content: space-between; align-items: flex-start;}
.sub_brand_value { width: 23.5%; background-color: #10255c; color: #fff; padding: 60px 0 70px; }
.sub_brand_value:nth-child(2n) { background-color: #fff; color: #1b2254; margin-top: 36px; opacity: 0; transform: translateY(-18px); }
.sub_brand_value:nth-child(2n)>div>div { background-color: #1b2254; }
.sub_brand_value:nth-child(2n-1) { opacity: 0; transform: translateY(18px); }

.sub_brand_value h4 { font-family: "Poppins", sans-serif; font-size: 20px; line-height: 100%; opacity: 0.2; font-weight: 600; display:none; }
.sub_brand_value h2 { font-family: "Poppins", sans-serif; font-size: 35px; line-height: 100%; font-weight: 600; /*margin-top: 20px; */ letter-spacing:-1.5px;}
.sub_brand_value>div>div { width: 16%; height: 1px; background-color: #fff; opacity: 0.4; margin: 35px auto; }
.sub_brand_value p { font-size: 15px; line-height: 100%; }


.sub_brand_tit.active h2 { opacity: 1; transform: translate(0); transition: 1s 0.2s; }
.sub_brand_tit.active .sub_brand_logo { opacity: 1; transform: translate(0); transition: 1s 0.2s; }
.sub_brand_img_box.active .sub_brand_img { transform: scale(1); transition: 1.8s 0s; }
.sub_brand_img_box.active .sub_brand_txt { opacity: 1; transform: translate(0); transition: 1s 0.2s; }
.sub_brand_core.active>div>h2 { opacity: 1; transform: translate(0); transition: 1s 0.2s; }
.sub_brand_core.active .sub_brand_logo2 {opacity: 1; transform: translate(0); transition: 1s 0.2s; }
.sub_brand_core.active>div>p { opacity: 1; transform: translate(0); transition: 1s 0.2s; }
.sub_brand_core.active .sub_brand_value { opacity: 1; transform: translate(0); transition: opacity 1s 0.2s, transform 0.6s 0.8s; }