@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(../../images/main_visual01.jpg) center no-repeat; background-size: cover; }

.main_txt_box { position: absolute; left:0; right:0; margin:0 auto; top: 16%; z-index: 9; text-align:center; color: #242a5c; }
.main_txt_box h1 { font-size: 40px; line-height: 120%; font-weight: 100; transform: translateY(-50px); opacity: 0; }
.main_txt_box h2 { font-size:76px; line-height: 120%; font-weight:300; transform: translateY(-50px); opacity: 0; }
.main_txt_box h2 b { font-weight: bold; position: relative; }
.main_txt_box h3 { font-size: 45px; line-height: 100%; margin-top: 15px; font-weight: 700; transform: translateY(-50px); opacity: 0; }
.main_txt_box .open { font-size: 30px; color:#fff; line-height: 49px; font-weight: 400; transform: translateY(-50px); opacity: 0; background:#242a5c; width:200px; margin:10px auto 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; left:12%; bottom:5%; background-color: #fff; z-index:10;  width:112px; height:112px; border-radius:100px; opacity:0; transform: translateX(-120px);}
.open_b2 p {font-family: "Poppins", sans-serif; margin-top:26px; color:#171c46; font-size:19px; line-height:20px; font-weight: 200;}
.open_b2 p b {font-weight: bold; }


/*
@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.7s; }
.main_wrap.active .main_txt_box h3 { transform: translate(0); opacity: 1; transition: 1.0s 1.2s; }
.main_wrap.active .main_txt_box .open { transform: translate(0); opacity: 1; transition: 1.0s 1.7s; }
.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; }



.main_wrap- { width: 100%; margin:0 auto; position: relative; font-family: 'Noto Sans KR', sans-serif; z-index: 99; }
.main_wrap .swiper1 { width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; margin-bottom: 0; }
.main_wrap .main_slide_bg01 { width: 100%; height: 100%; background: url(../../images/img_main_visual01.jpg?1) center no-repeat; background-size: cover; }
.main_wrap .main_slide_bg02 { width: 100%; height: 100%; background: url(../../images/img_main_visual02.jpg?3) center no-repeat; background-size: cover; }
.main_wrap .main_slide_bg03 { width: 100%; height: 100%; background: url(../../images/img_main_visual03.jpg?1) center no-repeat; background-size: cover; }
.main_wrap .main_slide_txt img {width:100%;}
.main_wrap .main_txt01 { position: absolute; left: 0; top: 0;  width:100%;height:100%;  text-align:center; z-index: 1000; }
.main_wrap .main_txt01 .txt1 { position: absolute; left: 0; top: 0; opacity: 1; width: 100%; height: 100%; background: url(../../images/img_main_visual01_txt01.png?5) center no-repeat; background-size: cover;}
.main_wrap .main_txt01 .txt2 { position: absolute; left: 0; top: 0; opacity: 1; width: 100%; height: 100%; background: url(../../images/img_main_visual01_txt02.png?5) center no-repeat; background-size: cover;}
.main_wrap .main_txt01 .txt3 { position: absolute; left: 0; top: 0; opacity: 1; width: 100%; height: 100%; background: url(../../images/img_main_visual01_txt03.png?5) center no-repeat; background-size: cover;}
.main_wrap .main_txt01 .txt4 { position: absolute; left: 0; top: 0; opacity: 1; width: 100%; height: 100%; background: url(../../images/img_main_visual01_txt04.png?4) center no-repeat; background-size: cover;}
.main_wrap .swiper1 .swiper-slide.swiper-slide-active .main_slide_bg01 { animation: main_img 2.5s 0s both; }
.main_wrap .swiper1 .swiper-slide.swiper-slide-active .main_slide_bg02 { animation: main_img 2.5s 0s both; }
.main_wrap .swiper1 .swiper-slide.swiper-slide-active .main_slide_bg03 { animation: main_img 2.5s 0s both; }
.main_wrap .swiper1 .swiper-slide.swiper-slide-active .txt1 { -animation: main_txt 1.0s 0.2s both; animation-timing-function :ease-out ; }
.main_wrap .swiper1 .swiper-slide.swiper-slide-active .txt2 { -animation: main_txt 1.0s 0.7s both; animation-timing-function :ease-out ; }
.main_wrap .swiper1 .swiper-slide.swiper-slide-active .txt3 { -animation: main_txt 1.0s 1.2s both; animation-timing-function :ease-out ; }
.main_wrap .swiper1 .swiper-slide.swiper-slide-active .txt4 { -animation: main_txt 1.0s 1.7s both; animation-timing-function :ease-out ; }

@keyframes main_img {
    from { transform: scale(1.2); }
    to {  }
}
@keyframes main_txt {
    from { opacity: 0; transform: translateY(50px);  }
    to { opacity: 1; }
}

.main_wrap .swiper-pagination {  }
.main_wrap .swiper-pagination-bullet { width:10px; height:10px; margin:0 10px; border-radius:5px; opacity: .5; background:#fff; position:relative;}
.main_wrap .swiper-pagination-bullet-active { width:50px; height:10px; opacity: 1; }
.main_wrap .swiper-button-next { width: 17px; height: 33px; background: url(../images/visual_right.png) no-repeat; top: 94.6% !important; right:43% !important}
.main_wrap .swiper-button-prev { width: 17px; height: 33px; background: url(../images/visual_left.png) no-repeat; top: 94.6% !important; left:43% !important}
.swiper-button-next::after, .swiper-button-prev::after { display: none; }



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

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

.main_aline { position: absolute; left: 50%; top: 50%; z-index: 1; transform: translateY(-50px); opacity: 0; margin:-311px 0 0 -360px;}

.main_atxt_box { margin:0 auto; text-align:center; color: #fff; }
.main_atxt_box .t1 { transform: translateY(-50px); opacity: 0; margin-top:200px;}
.main_atxt_box .t2 { transform: translateY(-50px); opacity: 0; margin-top:40px;}
.main_atxt_box .t3 { transform: translateY(-50px); opacity: 0; margin-top:60px;}
.main_atxt_box .t4 { transform: translateY(-50px); opacity: 0; margin-top:44px;}

.maina_wrap.active .main_aline { transform: translate(0); opacity: 1; transition: 1.0s 3.2s; }
.maina_wrap.active .main_atxt_box .t1 { transform: translate(0); opacity: 1; transition: 1.0s 0.7s; }
.maina_wrap.active .main_atxt_box .t2 { transform: translate(0); opacity: 1; transition: 1.0s 1.2s; }
.maina_wrap.active .main_atxt_box .t3 { transform: translate(0); opacity: 1; transition: 1.0s 1.7s; }
.maina_wrap.active .main_atxt_box .t4 { transform: translate(0); opacity: 1; transition: 1.0s 2.2s; }

/**/

#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(../../images/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; overflow: hidden; display: flex; justify-content: center; align-items: center; }

.comm_wrap .comm_tit { position:absolute; top:50%; left:0; width:100%; margin-top: -330px; }
.comm_wrap .comm_tit p {font-size:20px;color:#242a5c;line-height:30px;}
.comm_wrap .comm_tit p span {color:#f47f3f;}
.comm_wrap .comm_tit h3 {font-size:40px;color:#242a5c;line-height:40px;font-weight:bold;}
.comm_wrap .comm_line { position:absolute; top:50%; left:0; z-index:10; width:100%; margin-top: -120px; }

.comm_wrap .swiper3 { width:1520px; overflow: hidden; margin:200px 0 0 -760px; position:absolute;left:50%; }
.comm_wrap .swiper-wrapper {padding-left:665px;}
.comm_wrap .swiper-wrapper .swiper-slide-visible { opacity: 1; }
.comm_wrap .swiper-wrapper .swiper-slide-visible img { opacity: 1; }
.comm_wrap .swiper-wrapper .swiper-slide {margin-top:44px; position:relative;}
.comm_wrap .swiper-wrapper .swiper-slide.swiper-slide-prev,
.comm_wrap .swiper-wrapper .swiper-slide.swiper-slide-next {margin-top:17px;}
.comm_wrap .swiper-wrapper .swiper-slide .tt {font-size:19px;font-weight:300;margin-bottom:10px;opacity: 0;}
.comm_wrap .swiper-wrapper .swiper-slide .ico1 {position:absolute;top:50%;left:50%; transform: translate(-50%,-50%); opacity: 0;}
.comm_wrap .swiper-wrapper .swiper-slide .ico2 {position:absolute;top:50%;left:50%; transform: translate(-50%,-50%); opacity: 0;}
.comm_wrap .swiper-wrapper .swiper-slide .ico3 {position:absolute;top:50%;left:50%; transform: translate(-50%,-50%); opacity: 0;}
.comm_wrap .swiper-wrapper .swiper-slide .txt {position: relative; left: 50%; width: 310px; transform: translate(-50%, -0%); margin-top:50px;opacity: 0;}
.comm_wrap .swiper-wrapper .swiper-slide .txt h3 {font-size:18px;color:#242a5c;font-weight:400;margin-bottom:20px;}
.comm_wrap .swiper-wrapper .swiper-slide .txt h3 span {font-weight:bold;}
.comm_wrap .swiper-wrapper .swiper-slide .txt p {font-size:13px;color:#000;}
.comm_wrap .swiper-wrapper .swiper-slide .txt p span {color:#f47f3f;font-weight:bold;}
.comm_wrap .swiper-wrapper .swiper-slide .txt em {font-style: italic;}
.comm_wrap .swiper-wrapper .swiper-slide .img01 { height:416px; background:url(../../images/img_main_bimg01of.png?1) no-repeat center; }
.comm_wrap .swiper-wrapper .swiper-slide .img02 { height:416px; background:url(../../images/img_main_bimg02of.png?1) no-repeat center; }
.comm_wrap .swiper-wrapper .swiper-slide .img03 { height:416px; background:url(../../images/img_main_bimg03of.png?1) no-repeat center; }
.comm_wrap .swiper-wrapper .swiper-slide .img04 { height:416px; background:url(../../images/img_main_bimg04of.png?1) no-repeat center; }
.comm_wrap .swiper-wrapper .swiper-slide .img05 { height:416px; background:url(../../images/img_main_bimg05of.png?1) no-repeat center; }
.comm_wrap .swiper-wrapper .swiper-slide .img06 { height:416px; background:url(../../images/img_main_bimg06of.png?1) no-repeat center; }
.comm_wrap .swiper-wrapper .swiper-slide .img07 { height:416px; background:url(../../images/img_main_bimg07of.png?1) no-repeat center; }
.comm_wrap .swiper-wrapper .swiper-slide .img08 { height:416px; background:url(../../images/img_main_bimg08of.png?1) no-repeat center; }
.comm_wrap .swiper-wrapper .swiper-slide.swiper-slide-active {margin-top:0;z-index:1;}
.comm_wrap .swiper-wrapper .swiper-slide.swiper-slide-active .tt {opacity: 1;}
.comm_wrap .swiper-wrapper .swiper-slide.swiper-slide-active .ico1 {opacity: 1;}
.comm_wrap .swiper-wrapper .swiper-slide.swiper-slide-active .ico2 {opacity: 1;}
.comm_wrap .swiper-wrapper .swiper-slide.swiper-slide-active .ico3 {opacity: 1;}
.comm_wrap .swiper-wrapper .swiper-slide.swiper-slide-active .txt {opacity: 1;}
.comm_wrap .swiper-wrapper .swiper-slide.swiper-slide-active .img01 { background:url(../../images/img_main_bimg01on.png?1) no-repeat center; }
.comm_wrap .swiper-wrapper .swiper-slide.swiper-slide-active .img02 { background:url(../../images/img_main_bimg02on.png?1) no-repeat center; }
.comm_wrap .swiper-wrapper .swiper-slide.swiper-slide-active .img03 { background:url(../../images/img_main_bimg03on.png?1) no-repeat center; }
.comm_wrap .swiper-wrapper .swiper-slide.swiper-slide-active .img04 { background:url(../../images/img_main_bimg04on.png?1) no-repeat center; }
.comm_wrap .swiper-wrapper .swiper-slide.swiper-slide-active .img05 { background:url(../../images/img_main_bimg05on.png?1) no-repeat center; }
.comm_wrap .swiper-wrapper .swiper-slide.swiper-slide-active .img06 { background:url(../../images/img_main_bimg06on.png?1) no-repeat center; }
.comm_wrap .swiper-wrapper .swiper-slide.swiper-slide-active .img07 { background:url(../../images/img_main_bimg07on.png?1) no-repeat center; }
.comm_wrap .swiper-wrapper .swiper-slide.swiper-slide-active .img08 { background:url(../../images/img_main_bimg08on.png?1) no-repeat center; }
.comm_wrap .s2-next { position: absolute; width: 67px; height: 50px; top: 54% !important; right:50% !important; z-index:11; margin-right:-875px; background:url(../../images/img_main_bright.png) no-repeat;}
.comm_wrap .s2-prev { position: absolute; width: 67px; height: 50px; top: 54% !important; left:50% !important; z-index:11; margin-left:-875px; background:url(../../images/img_main_bleft.png) no-repeat;}



@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; }
.sale_wrap .swiper4 {width:100%;height:100%;margin:0;}
.sale_wrap .swiper-pagination4 {position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;}
.sale_wrap .swiper-pagination-bullet {width:20%;height:100%;border-radius:0;opacity:1;transition: 0.5s 0.2s;position:relative;}
.sale_wrap .swiper-pagination-bullet:nth-child(1) {background:url(../../images/main_cimg01of.jpg) no-repeat center;background-size:cover;}
.sale_wrap .swiper-pagination-bullet:nth-child(2) {background:url(../../images/main_cimg02of.jpg) no-repeat center;background-size:cover;}
.sale_wrap .swiper-pagination-bullet:nth-child(3) {background:url(../../images/main_cimg03of.jpg) no-repeat center;background-size:cover;}
.sale_wrap .swiper-pagination-bullet:nth-child(4) {background:url(../../images/main_cimg04of.jpg) no-repeat center;background-size:cover;}
.sale_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {width:40%;}
.sale_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(1) {background:url(../../images/main_cimg01on.jpg) no-repeat center;background-size:cover;}
.sale_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(2) {background:url(../../images/main_cimg02on.jpg) no-repeat center;background-size:cover;}
.sale_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(3) {background:url(../../images/main_cimg03on.jpg) no-repeat center;background-size:cover;}
.sale_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(4) {background:url(../../images/main_cimg04on.jpg) no-repeat center;background-size:cover;}
.sale_wrap .swiper-pagination-bullet:nth-child(1):after {content:'';position:absolute;top:0;left:0;width:100%;height:100%; background:url(../../images/main_ctxt01of.png) no-repeat center; transition: 0.5s 0.2s;}
.sale_wrap .swiper-pagination-bullet:nth-child(2):after {content:'';position:absolute;top:0;left:0;width:100%;height:100%; background:url(../../images/main_ctxt02of.png) no-repeat center; transition: 0.5s 0.2s;}
.sale_wrap .swiper-pagination-bullet:nth-child(3):after {content:'';position:absolute;top:0;left:0;width:100%;height:100%; background:url(../../images/main_ctxt03of.png) no-repeat center; transition: 0.5s 0.2s;}
.sale_wrap .swiper-pagination-bullet:nth-child(4):after {content:'';position:absolute;top:0;left:0;width:100%;height:100%; background:url(../../images/main_ctxt04of.png) no-repeat center; transition: 0.5s 0.2s;}
.sale_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(1):after {content:'';position:absolute;top:0;left:0;width:100%;height:100%; background:url(../../images/main_ctxt01on.png) no-repeat center;}
.sale_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(2):after {content:'';position:absolute;top:0;left:0;width:100%;height:100%; background:url(../../images/main_ctxt02on.png) no-repeat center;}
.sale_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(3):after {content:'';position:absolute;top:0;left:0;width:100%;height:100%; background:url(../../images/main_ctxt03on.png) no-repeat center;}
.sale_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(4):after {content:'';position:absolute;top:0;left:0;width:100%;height:100%; background:url(../../images/main_ctxt04on.png) no-repeat center;}


/**/
#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_wrap .bg {width:100%; height:100%; background:url(../../images/img_main_dbg.jpg) no-repeat center;background-size:cover;transform: scale(1.2);}

.news_wrap .tit {font-size: 132px; color: transparent; line-height: 100%; font-weight: bold; -webkit-text-stroke: 0.8px #fff; transform: translateY(-50px); opacity: 0; position: absolute; left: 50%; top: 50%; z-index: 9; margin: -50px 0 0 -235px;}
.news_wrap .txt { position: absolute; left: 5%; top: 50%; z-index: 9; color: #fff; text-align:left; transform: translate(0%,-50%);}
.news_wrap .txt h1 {font-size: 42px; line-height: 52px; font-weight: 300; transform: translateY(-50px); opacity: 0; }
.news_wrap .txt .line {transform: translateY(-50px); opacity: 0; margin-top:20px;}
.news_wrap .txt h2 {font-size: 23px; line-height: 35px; transform: translateY(-50px); opacity: 0; margin-top:30px;}
.news_wrap .txt h3 {font-size: 15px; line-height: 25px; transform: translateY(-50px); opacity: 0; margin-top:25px;}
.news_wrap .txt span {font-weight:500;}

.news_wrap.active .bg { transform: scale(1); transition: 2.5s 0s; }
.news_wrap.active .tit { transform: translate(0); opacity: 1; transition: 1.0s 0.2s; }
.news_wrap.active .txt h1 { transform: translate(0); opacity: 1; transition: 1.0s 0.7s; }
.news_wrap.active .txt .line { transform: translate(0); opacity: 1; transition: 1.0s 1.2s; }
.news_wrap.active .txt h2 { transform: translate(0); opacity: .9; transition: 1.0s 1.7s; }
.news_wrap.active .txt h3 { transform: translate(0); opacity: .7; transition: 1.0s 2.2s; }



/**/

#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(../../images/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; }

.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; color: #242a5c;}
.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(-80px); }
.swiper_life .swiper-slide-prev { transform: translateY(-60px); }
.swiper_life .swiper-slide-prev2 { transform: translateY(-40px); }
.swiper_life .swiper-slide-prev3 { transform: translateY(-20px); }
.swiper_life .swiper-slide-next { transform: translateY(-60px); }
.swiper_life .swiper-slide-next2 { transform: translateY(-40px); }
.swiper_life .swiper-slide-next3 { transform: translateY(-20px); }

.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; color:#242a5c; line-height: 100%; letter-spacing: 0px; font-weight: 300; background-color: #fff; padding-bottom: 10px; }
.swiper_life_tit h4 span {font-weight:500;}
.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; background:#000;}

.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; opacity: .4; 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(../../images/img_main_cimg01.jpg) center no-repeat; background-size: cover; }
.location_img_box.img02 { background: url(../../images/img_main_cimg02.jpg) center no-repeat; background-size: cover; }
.location_img_box.img03 { background: url(../../images/img_main_cimg03.jpg) center no-repeat; background-size: cover; }
.location_img_box.img04 { background: url(../../images/img_main_cimg04.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; }
.location_txt_box>h4 { font-size: 20px; line-height: 100%; font-weight: 400; transition: 0.5s; opacity: 0; margin-bottom:10px;}
.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.5; 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.9; }
.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>h4 { opacity: .7; }
.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); opacity: 1; }

/**/

#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(../../images/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(../../images/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_left h6 { font-size: 13px; line-height: 100%; margin-top: 20px; letter-spacing: -0.3px; margin-top: 40px; }

.footer_right { text-align: left; 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; margin-right: 10px; }
.footer_right ul li:nth-child(2) { color: #fff; position: relative; padding-right: 0; margin-right: 30px; }
.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 {color: #fff; margin-right: 0; }
.footer_right ul li:last-child img { position: relative; top: -7px; }
.footer_right p { font-size: 14px; line-height: 160%; margin-top: 35px; }

.footer_right01 li:nth-child(1) {}

.footer_right02 {margin-top:10px;}
.footer_right02 li:nth-child(1) {}
.footer_right02 li:nth-child(2) { font-size: 14px; line-height: 100%; 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: 100%; 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: 428px; 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(../../images/img_sub_visual.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: 260px; 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_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(../../images/img_brand01.jpg?1) center no-repeat; background-size: cover; }
.sub_brand_img.img02 { background: url(../../images/brand_img02.jpg) center no-repeat; background-size: cover; }

.sub_brand_txt { position: absolute; z-index: 9; text-align: left; color: #000; }
.sub_brand_txt h2 { font-size: 42px; line-height: 52px; font-weight: 300; color:#242a5c;}
.sub_brand_txt span {font-weight:500;}
.sub_brand_txt .line { margin-top: 20px; }
.sub_brand_txt h3 { font-size: 25px; line-height:35px; font-weight: 400; opacity: .9; margin-top: 25px; }
.sub_brand_txt p { font-size: 15px; line-height: 23px; opacity: 0.8; margin-top: 30px; }
.sub_brand_txt.txt01 { left: 10%;  top: 10%; 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: 28px; 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; }