@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?1) 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 {position: absolute; top: 0; left: 549px; right: 0; height: 100%; background: url(../../images/main_visual01.jpg) center center / cover no-repeat; }
.main_wrap .main01_txt1 {position: absolute; bottom: 30px; right: 30px; z-index:1; font-size:13px; color:#fff; font-weight:300; }
.main_wrap .main_txt01 {position: absolute; top: 0; left: 0; z-index: 1; width: 549px; height: 100%; background: #fff;}
.main_wrap .main_txt01 .inner {position: absolute; transform: translate(-50%, -50%); left: 50%; top: 50%; width: 80%;}
.main_wrap .main_txt01 .txt1 {font-size: 54px; color: #05205f; line-height: 77px; font-weight: 400; letter-spacing: -6px;}
.main_wrap .main_txt01 .txt1 span {font-size: 64px; font-weight: 700;}
.main_wrap .main_txt01 .txt2 {font-size: 20px; color: #05205f; font-weight:300; padding-top: 185px; padding-bottom: 24px; letter-spacing: 2px;}
.main_wrap .main_txt01 .txt3 {}
.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 .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 ; }



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

@keyframes main_scroll{
      0%{transform: rotate(0);}
      100%{transform: rotate(360deg);}
}


#section_brad {background: url("../../images/sec02_bg.jpg") center center/cover no-repeat;}

.brand_wrap{position: absolute; top: 50%; left: 50%; transform: translate(0%,-50%); text-align:left;}
.brand_wrap .logo{transition: all 0.9s 0.2s ease-out; transform: translateX(60px); opacity: 0; margin-left: -78px; }
.brand_wrap .txt_inner{}
.brand_wrap .txt_inner .rolling_box{position: absolute; width: 163px; height: 163px; display: flex; align-items: center; justify-content: center; top: 310px; left: 440px;}
.brand_wrap .txt_inner .rolling_box div{position: absolute;}
.brand_wrap .txt_inner .rolling_box div img{display: block;}
.brand_wrap .txt_inner .rolling_box .txt_rolling{width: 163px; height: 163px; transform-origin: center center; animation: main_scroll 10s infinite linear;}
.brand_wrap .txt_inner .rolling_box .txt{top: 25px; left: 25px;}
.brand_wrap .txt_inner .txt_box{margin-left: 20px;}
.brand_wrap .txt_inner .txt_box h3{transition: all 0.9s 0.7s ease-out; transform: translateX(60px); opacity: 0; color: #05205f; font-size: 86px; font-weight: 300; line-height: 90px;}
.brand_wrap .txt_inner .txt_box p{transition: all 0.9s 1.2s ease-out; transform: translateY(60px); opacity: 0; color: #fff; font-size: 18px; font-weight: 400; line-height: 30px; margin-top:200px;}
.active .brand_wrap .logo{transform: translateX(0); opacity: 1;}
.active .brand_wrap .txt_inner .txt_box h3{transform: translateX(0); opacity: 1;}
.active .brand_wrap .txt_inner .txt_box p{transform: translateY(0); opacity: 1;}





/*  */

#section_premium {background: url("../../images/sec03_bg.jpg") center center/cover no-repeat; position:relative;}


.premium_tit { position:absolute; top:50%; left:50%; margin: -263px 0 0 -704px; }
.premium_wrap { width: 100%; height: 100%; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; }
.premium_wrap .swiper3 { width:1920px; height:770px; overflow: unset; margin: 40px auto 0; }
.premium_wrap .swiper-wrapper {padding-left:830px;}
.premium_wrap .swiper-wrapper .swiper-slide-visible { opacity: 1; }
.premium_wrap .swiper-wrapper .swiper-slide-visible img { opacity: 1; }
.premium_wrap .swiper-wrapper .swiper-slide {transition: all 1s; transform: scale(0.5); padding-top: 100px; }
.premium_wrap .swiper-wrapper .swiper-slide.swiper-slide-active {transform: scale(1); margin:0 -500px 0 -300px; z-index: 1; padding-top: 0; }

.premium_wrap .swiper-wrapper .swiper-slide .slide_img{}
.premium_wrap .swiper-wrapper .swiper-slide .slide_img.img01 {background:url(../../images/sec03_img01of.png) no-repeat center;background-size:auto 100%;}
.premium_wrap .swiper-wrapper .swiper-slide .slide_img.img02 {background:url(../../images/sec03_img02of.png) no-repeat center;background-size:auto 100%;}
.premium_wrap .swiper-wrapper .swiper-slide .slide_img.img03 {background:url(../../images/sec03_img03of.png) no-repeat center;background-size:auto 100%;}
.premium_wrap .swiper-wrapper .swiper-slide .slide_img.img04 {background:url(../../images/sec03_img04of.png) no-repeat center;background-size:auto 100%;}
.premium_wrap .swiper-wrapper .swiper-slide .slide_img.img05 {background:url(../../images/sec03_img05of.png) no-repeat center;background-size:auto 100%;}
.premium_wrap .swiper-wrapper .swiper-slide .slide_img.img06 {background:url(../../images/sec03_img06of.png) no-repeat center;background-size:auto 100%;}
.premium_wrap .swiper-wrapper .swiper-slide .slide_img.img07 {background:url(../../images/sec03_img07of.png) no-repeat center;background-size:auto 100%;}
.premium_wrap .swiper-wrapper .swiper-slide .slide_img.img08 {background:url(../../images/sec03_img08of.png) no-repeat center;background-size:auto 100%;}
.premium_wrap .swiper-wrapper .swiper-slide .slide_img img {opacity:0;transition: all 1s;}
.premium_wrap .swiper-wrapper .swiper-slide.swiper-slide-active .slide_img {background:none;}
.premium_wrap .swiper-wrapper .swiper-slide.swiper-slide-active .slide_img img {opacity:1;}

.premium_wrap .swiper-wrapper .swiper-slide .txt_box{position: absolute; left: 0; top: 32%; z-index:1; display: flex; flex-direction: column; gap: 55px; word-break: keep-all; opacity: 0; }
.premium_wrap .swiper-wrapper .swiper-slide .next_sd{font-size: 36px; color: #fff; opacity: 1; width:54%; margin: 10px auto 0; text-align:right;}
.premium_wrap .swiper-wrapper .swiper-slide-active .txt_box{animation: pre_txt 0.5s 1.2s both; animation-timing-function :ease-out ;}
.premium_wrap .swiper-wrapper .swiper-slide-active .next_sd{opacity: 0;}
.premium_wrap .s2-next {background: url('../../images/sec03_next.png') center center/cover no-repeat; width: 92px; height: 92px; position: absolute; top: 50%; left: 50%; z-index: 1; margin: 226px 0 0 324px;}
.premium_wrap .s2-prev {background: url('../../images/sec03_prev.png') center center/cover no-repeat; width: 92px; height: 92px; position: absolute; top: 50%; left: 50%; z-index: 1; margin: 150px 0 0 324px;}
.premium_wrap .swiper-pagination2 {position: absolute; bottom: 60px; left: 50%; z-index: 1; display: flex; justify-content: space-between; align-items: center; width:450px; margin-left: -155px;}
.premium_wrap .swiper-pagination2:after {content:'';position:absolute;top:4px;left:0;width:100%;height:1px;background:rgba(255,255,255,.2);}
.premium_wrap .swiper-pagination2 .swiper-pagination-bullet {margin:-14px 0 0;width:10px;height:10px;background:#fff;opacity: 1;position:relative;z-index:1;}
.premium_wrap .swiper-pagination2 .swiper-pagination-bullet-active {width:25px;height:31px;background:url(../../images/sec03_icon.png) no-repeat;margin:-8px 0 0 -8px;text-align:center;}
.premium_wrap .swiper-pagination2 .swiper-pagination-bullet-active:nth-child(1):after {content:'01';font-size:14px;color:#fff;position:absolute;top:40px;left:0;width:25px;}
.premium_wrap .swiper-pagination2 .swiper-pagination-bullet-active:nth-child(2):after {content:'02';font-size:14px;color:#fff;position:absolute;top:40px;left:0;width:25px;}
.premium_wrap .swiper-pagination2 .swiper-pagination-bullet-active:nth-child(3):after {content:'03';font-size:14px;color:#fff;position:absolute;top:40px;left:0;width:25px;}
.premium_wrap .swiper-pagination2 .swiper-pagination-bullet-active:nth-child(4):after {content:'04';font-size:14px;color:#fff;position:absolute;top:40px;left:0;width:25px;}
.premium_wrap .swiper-pagination2 .swiper-pagination-bullet-active:nth-child(5):after {content:'05';font-size:14px;color:#fff;position:absolute;top:40px;left:0;width:25px;}
.premium_wrap .swiper-pagination2 .swiper-pagination-bullet-active:nth-child(6):after {content:'06';font-size:14px;color:#fff;position:absolute;top:40px;left:0;width:25px;}
.premium_wrap .swiper-pagination2 .swiper-pagination-bullet-active:nth-child(7):after {content:'07';font-size:14px;color:#fff;position:absolute;top:40px;left:0;width:25px;}
.premium_wrap .swiper-pagination2 .swiper-pagination-bullet-active:nth-child(8):after {content:'08';font-size:14px;color:#fff;position:absolute;top:40px;left:0;width:25px;}

@keyframes pre_txt {
    from { opacity: 0; transform: translateX(60px);  }
    to { opacity: 1; }
}



/**/
#section_loca {background: url("../../images/sec04_bg.jpg") center center/cover no-repeat;}

.loca_wrap {position: absolute; top: 50%; left: 50%; transform: translate(0%,-50%);margin-left:128px;text-align:right;}
.loca_wrap .title {transition: all 0.9s 0.2s ease-out; transform: translateX(60px); opacity: 0;font-size:60px;color:#05205f;line-height:72px;font-weight:300;text-align:left;margin-bottom:34px;}
.loca_wrap .img {transition: all 0.9s 0.7s ease-out; transform: translateY(60px); opacity: 0; }
.loca_wrap dl {transition: all 0.9s 1.2s ease-out; transform: translateY(60px); opacity: 0;overflow:hidden;padding:15px 0 15px 15px;border-bottom:1px solid #757575;text-align:left;}
.loca_wrap dl dt {float:left;font-size:16px;color:#535353;line-height:45px;}
.loca_wrap dl dt span {color:#1b1b1b;font-weight:500;}
.loca_wrap dl dd {float:right;}
.active .loca_wrap .title {transform: translateX(0); opacity: 1;}
.active .loca_wrap .img {transform: translateY(0); opacity: 1;}
.active .loca_wrap dl {transform: translateY(0); opacity: 1;}



#section5{background: url("../../images/sec05_bg.jpg") center center/cover no-repeat;}
.s05_wrap {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);text-align:center;}
.s05_wrap .img {transition: all 0.9s 0.2s ease-out; transform: translateY(60px); opacity: 0;}
.s05_wrap p {transition: all 0.9s 0.7s ease-out; transform: translateY(60px); opacity: 0; font-size:18px;color:#94a6c2;line-height:30px;padding-top:28px;}
.s05_wrap .line {transition: all 0.9s 1.2s ease-out; transform: translateY(60px); opacity: 0; width:1px;height:70px;background:#fff;margin:30px auto 20px;}
.s05_wrap .t1 {transition: all 0.9s 1.2s ease-out; transform: translateY(60px); opacity: 0; font-size:33px;color:#fff;line-height:50px;}
.s05_wrap .t1 span {font-weight:500;}
.s05_wrap .t2 {transition: all 0.9s 1.2s ease-out; transform: translateY(60px); opacity: 0; font-size:20px;color:#fff;line-height:30px;}
.s05_wrap .btn {transition: all 0.9s 2.2s ease-out; transform: translateY(60px); opacity: 0; margin-top:75px;}

.active .s05_wrap .img {transform: translateY(0); opacity: 1;}
.active .s05_wrap p {transform: translateY(0); opacity: 1;}
.active .s05_wrap .line {transform: translateY(0); opacity: 1;}
.active .s05_wrap .t1 {transform: translateY(0); opacity: 1;}
.active .s05_wrap .t2 {transform: translateY(0); opacity: 1;}
.active .s05_wrap .btn {transform: translateY(0); opacity: 1;}



/**/

#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; }
.life_tit h2 { font-size: 40px; line-height: 100%; font-weight: 700; margin-top: 10px; color: #242a5c; }

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

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

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

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

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

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

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


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

/**/

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

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

.location_content { width: 25%; height: 100%; position: relative; transition: 0.6s; display: flex; justify-content: center; align-items: center; overflow: hidden; }
.location_content:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background-color: #111537; opacity: 0; transition: 0.5s; }
	
.location_img_box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1;  display: flex; justify-content: center; align-items: flex-start; transition: 0.6s; }
.location_txt_bg { position: absolute; left: 50%; transform: translateX(-50%); right: 0; top: 0; margin: auto; margin-top: 20%; width: 167%; max-width: 803px; z-index: 5; }
.location_img_box.img01 { background: url(../../images/main_cimg01.jpg) center no-repeat; background-size: cover; }
.location_img_box.img02 { background: url(../../images/main_cimg02.jpg) center no-repeat; background-size: cover; }
.location_img_box.img03 { background: url(../../images/main_cimg03.jpg) center no-repeat; background-size: cover; }
.location_img_box.img04 { background: url(../../images/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; }
.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-bottom: 20px; opacity: 0.35; transition: 0.5s; }
.location_line { width: 1px; height: 65px; margin: 15px auto 20px; background-color: #fff; transition: 0.5s; }
.location_txt_box>h6 { font-family: "Poppins", sans-serif; font-size: 18px; line-height: 100%; font-weight: 600; transition: 0.5s; }

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

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


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

/**/

/**/

#section7 { overflow: visible; }

footer {background: #ececec; padding: 60px 100px; width: 100%; box-sizing:border-box; position: relative; z-index: 1;}
footer .footer_top {overflow:hidden;height:50px;border-bottom:1px solid #cfcfcf;}
footer .footer_top .foot_logo {float:left;line-height:29px;}
footer .footer_top .foot_img {float:left;line-height:29px;margin-left:28px;}
footer .footer_top .foot_tel {float:right;font-size:35px;color:#000;line-height:40px;font-weight:300;}
footer .footer_copy {padding-top:24px;text-align:left;}
footer .footer_copy .copy1 {font-size:13px;color:#7a7a7a;line-height:18px;font-weight:300;}
footer .footer_copy .copy2 {font-size:13px;color:#535353;line-height:18px;font-weight:300;margin-top:10px;}
footer .footer_copy p {font-size:13px;color:#05205f;line-height:18px;font-weight:300;}



/*서브*/

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

.sub_top01 .sub_top_img { background: url(../../images/sub_visual1.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: 16px; color:#0066b3; line-height: 100%; font-weight: 400; }
.sub_top_txt h5 { font-size: 52px; color:#05205f; line-height: 100%; margin-top: 12px; font-weight: 700; 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; left: 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: 1200px; margin: auto; text-align: center; padding-bottom: 80px; padding-top: 0px; box-sizing: border-box; margin-top: 150px; }
#sub_tit { width: 100%; margin-top: 0; overflow: hidden; text-align: center; margin-bottom: 90px; }
#sub_tit h2 { font-size: 25px; color: #05205f; font-weight: 400; line-height: 100%; }
.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 { position: relative; }

.foot_summary { padding: 50px 0; text-align:left;}
.foot_summary li {font-size: 16px; color: rgba(0,0,0,0.9);}


.event_con {width:1100px;margin:40px auto 0;display:flex;}
.event_con table {width:48%;box-sizing:border-box;margin:1%;font-size:15px;color:#000;line-height:22px;text-align:center;}
.event_con table tr {}
.event_con table th {background:#0066b3;color:#fff;font-weight:400;padding:8px;}
.event_con table td {border-bottom: 1px solid #ddd;padding:8px;}


/**/

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: 617px; /*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/brand_img.jpg) 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: #010101; }                            
.sub_brand_txt h2 { font-size: 35px; line-height: 130%; font-weight: 300; color: #000;}
.sub_brand_txt h1 { font-size: 25px; font-weight: 400; margin-top: 30px; }
.sub_brand_txt .sub_brand_line { width: 1px; height: 60px; background-color: #000; opacity: 0.5; margin-top: 30px;}
.sub_brand_txt p { font-size: 15px; line-height: 200%; opacity: 0.7; margin-top: 30px; }
.sub_brand_txt.txt01 { left: 58%;  bottom: 20%; opacity: 0; transform: translateX(-120px); }
.sub_brand_txt.txt02 { right: 8%; bottom: 20%; opacity: 0; transform: translateX(120px); }


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

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

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



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

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


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