@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); }
.main_img.img01 { background: url(../img/main01.jpg) center no-repeat; background-size: cover; }
.main_img.img02 { background: url(../img/main02.jpg) center no-repeat; background-size: cover; }
.main_img.img03 { background: url(../img/main03.jpg) center no-repeat; background-size: cover; }

.main_txt_box { position: absolute; right: 10%; top: 20%; z-index: 9; text-align: right; color: #242a5c; }
.main_txt_box h5 { font-size: 23px; line-height: 100%; color: #ff4800; }
.main_txt_box h2 { font-size: 77px; line-height: 100%; margin-top: 12px; font-weight: 700; margin-right: -6px; }
.main_txt_box p { font-size: 20px; line-height: 100%; margin-top: 45px; color: #000; }
.main_txt_box h3 { font-size: 33px; line-height: 100%; margin-top: 10px; letter-spacing: -1px; font-weight: 200; }
.main_txt_box h3 b { font-weight: 700; }
.main_logo { margin-top: 90px; }

/*.main_txt_box { position: absolute; right: 10%; top: 20%; z-index: 9; text-align: right; color: #242a5c; }
.main_txt_box h5 { font-size: 20px; line-height: 100%; color: #000; }
.main_txt_box h2 { font-size: 77px; line-height: 120%; margin-top: 10px; font-weight: 100; margin-right: -5px; }
.main_txt_box h2 b { font-weight: 600; position: relative; left: -15px; display: contents;}
.main_txt_box p { font-size: 16px; line-height: 100%; margin-top: 45px; color: #ff4800; }
.main_txt_box h3 { font-size: 30px; line-height: 100%; margin-top: 10px; letter-spacing: -1px; font-weight: 700; }
.main_logo { margin-top: 90px; }*/

.swiper1{ width: 100%; height: 100%; position: absolute; margin: 0; }
.swiper1 .swiper-slide { overflow: hidden; }
.swiper1 .swiper-slide.swiper-slide-active .main_img { animation: main_img 3.5s 0.2s both; }
	
@keyframes main_img {
	from { transform: scale(1.15); };
	to { transform: scale(1); };
}
@keyframes main_txt {
	from { opacity: 0; transform: translateX(80px); }
	to {  }
}
.swiper1 .swiper-slide.swiper-slide-active .main_img { animation: main_img 2.2s 0s both; }
.swiper1 .swiper-slide.swiper-slide-active .main_txt_box h5 { animation: main_txt 1.2s 0.6s both; }
.swiper1 .swiper-slide.swiper-slide-active .main_txt_box h2 { animation: main_txt 1.2s 0.6s both; }
.swiper1 .swiper-slide.swiper-slide-active .main_txt_box p { animation: main_txt 1.2s 1s both; }
.swiper1 .swiper-slide.swiper-slide-active .main_txt_box h3 { animation: main_txt 1.2s 1s both; }


.open_b {position: absolute; right: 0; margin-top: 20px; background-color: #171c46; z-index:10;  width:320px; height:50px;  opacity:0; transform: translateX(120px); text-align: center;}
.open_b p {display:inline; color:#fff; font-size:30px; line-height:50px; opacity: 1!important;}
.open_b p b {font-size:30px; }
.main_wrap.active .open_b { transform: translate(0); opacity: 1; transition: 1.0s 1.2s; }
.swiper1 .swiper-slide.swiper-slide-active .open_b { animation: main_txt 1.2s 1.2s both; }
/*
.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 {margin-top:36px; color:#fff; font-size:14px; line-height:18px;}
.open_b p b {font-size:28px; }

.main_wrap.active .open_b { transform: translate(0); opacity: 1; transition: 1.0s 1.2s; }
*/

/**/

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

/**/

.ach_wrap { width: 100%; height: 100vh; display: flex; justify-content: space-between; align-items: center;}

.ach_left { width: 60%; height: 100%; position: relative; overflow: hidden; }
.ach_bg { width: 100%; height: 100%; background: url(../img/ach_bg.jpg) center no-repeat; background-size: cover; transform: scale(1.2); }
.ach_txt { position: absolute; left: 10%; bottom: 7%; z-index: 9; text-align: left; transform: translate(-200px,30px); opacity: 0; color: #fff; }
.ach_txt h4::before{content: ''; position: absolute; top: 4px; margin-left: -7px; width: 2px; height: 15px;  background: #fff;}

.ach_right { width: 40%; margin: 0 auto; display: flex; justify-content: center; align-items: center; text-align: left; color: #282828; max-width: 780px;}
.ach_right>div { width: 81%; transform: translateY(25px); position: relative; z-index: 10; }
.ach_tit { transform: translateX(-120px); opacity: 0; }
.ach_tit h2 { font-family: "Pretendard", sans-serif; font-size: 38px; line-height: 38px;margin-top: 14px; color: #242a5c; font-weight: bold; letter-spacing: -1px; }
.ach_tit h2 b { font-weight: 800; }
.ach_tit h3 { font-size: 28px; line-height: 28px; letter-spacing: -1px; }
.ach_tit p { font-size: 15px; line-height: 166%; opacity: 0.7; }

.ach_bottom { width: 100%; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; margin-top: 45px; transform: translateX(120px); opacity: 0; }
.ach_bottom>div { position: relative; overflow: hidden; display: flex; justify-content: flex-start; flex-direction: column; width: 48%; align-items: flex-end; margin-left: 2.3%; }

.ach_bottom>div:nth-child(2)>div:nth-child(1) { padding:0 0 21% 32%; }
.ach_bottom>div:nth-child(4)>div:nth-child(1) { padding:7.2% 0 15% 32%; }

.ach_bottom>div:nth-child(2)>div h4 { color: #ff7200; }
.ach_bottom>div:nth-child(2)>div h4::after { left: 0;width: 24%; }
.ach_bottom>div:nth-child(2)>div h4::before { background:#ff7200; }
.ach_bottom>div:nth-child(4)>div h4 { color: #ff7200; }
.ach_bottom>div:nth-child(4)>div h4::after { left: 0;width: 24%; }
.ach_bottom>div:nth-child(4)>div h4::before { background:#ff7200; }

.ach_bottom>div:nth-child(1),.ach_bottom>div:nth-child(3) { margin-left: 0; }


.ach_img { position: relative; width: 100%;  }
.ach_img img { width: 100%; }
.ach_img h6 { font-size: 12px; line-height: 100%; position: absolute; right: 7px; bottom: 7px; color: #fff; text-shadow: 0 0 5px rgba(0,0,0,0.8); }
.ach_txt_box { width: 100%; box-sizing: border-box; padding:7.2% 0 15% 4.5% ;}
.ach_txt_box>div { display: flex; justify-content: flex-start; align-items: center; }
.ach_txt_box h4 { font-size: 18px; line-height: 100%; font-weight: 700; margin-left: 7px; color: #242a5c; }
.ach_txt_box h4::before{content: ''; position: absolute; margin-left: -7px; width: 2px; height: 18px;  background: #242a5c;}
.ach_txt_box h4::after{content: ''; position: absolute; margin: 8px; width: 100%; height: 1px;  background: #cccccc;}
.ach_txt_box h5 { font-family: "Pretendard", sans-serif; font-size: 12px; line-height: 100%; font-weight: 700; color: #ff7200; margin-left: 7px; }
.ach_txt p, .ach_txt_box p { font-size: 12px; line-height: 14px; margin-top: 14px; margin-left: 7px; opacity: 1; }



.ach_wrap.active .ach_bg { transform: scale(1); transition: 1.8s 0s; }
.ach_wrap.active .ach_txt { transform: translate(0); opacity: 1; transition: 1.0s 0.6s; }
.ach_wrap.active .ach_tit { transform: translate(0); opacity: 1; transition: 1.0s 0.6s; }
.ach_wrap.active .ach_bottom { transform: translate(0); opacity: 1; transition: 1.0s 0.6s; }


/**/

#section3 { 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) { background-color: rgba(250,239,226,0.7); border: 1px solid #ffc183;}*/
.calendar_con_box.box01 li:nth-child(1) { 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) { 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.box01 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; }

/**/

#section4 { 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:360px;}
.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; }

/**/
#section5 { 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; 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:#242a5c; font-size: 19px; margin-top:20px; font-weight: bold; }
.contact_map p {color:#4a4a4a; font-size: 16px; margin-top:20px; font-weight: 500; }

.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; border-top: solid 1px #7d8699; text-align: center; top:50px;  transform: translateY(50px); opacity:0;}
.contact_bus h3 { font-size:19px; font-weight:bold; color:#242a5c; }
.contact_bus p { color:#223861; font-weight:bold; font-size:16px; line-height:150%; margin-top:10px;}
.contact_bus p span { font-family: 'Poppins';}

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


/**/

#section7 { overflow: visible; }

footer { width: 100%; height: 280px; 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:first-child:after,.footer_info li:nth-child(4):after,.footer_info li:nth-child(7):after { display: none; }
.footer_info li:nth-child(2) { clear: both; }
.footer_info li:nth-child(5) { 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_right 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; }

.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: 44%; 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: 55px; line-height: 100%; font-weight: 500; 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: 18px; 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: translateX(-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; }
#snb .ov ul li a:after { content:''; width: 8px; height: 8px; border-top: 1px solid #666; border-right: 1px solid #666; transform: rotate(45deg); position: absolute; right: 18px; margin-top: 4px; transition:0.2s; opacity: 0;}
#snb .ov ul li a:hover:after { opacity: 1; }



#sub_container { width: 100%; position: relative; left: 50%; transform: translateX(-50%); overflow: hidden; background-color: #fff; text-align: center; }
#sub_box { position: relative; width: 70%; max-width: 1100px; margin: auto; /*overflow: hidden;*/ 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; }

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

/**/

.sub_brand_wrap { width: 100%; position: relative; }

.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: 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_img01.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: 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); /*color: #fff;*/}

.sub_brand_core { width: 100%; height: auto; /*background-color: #e7e7e7; */ padding: 90px 0 110px; display: flex; justify-content: center; align-items: 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;}

.sub_brand_value_box { width: 100%; margin-top: 40px; background-color:#e7e7e7; padding:45px 45px;}
.sbv_wrap { width: 90%; 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; }



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