@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 .open {position:absolute;bottom:5%;left:5%;z-index:2;}
.main_wrap .swiper2 { 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?6) center no-repeat; background-size: cover; }
.main_wrap .main_slide_bg02 { width: 100%; height: 100%; background: url(../../images/img_main_visual02.jpg?6) center no-repeat; background-size: cover; }
.main_wrap .main_slide_bg03 { width: 100%; height: 100%; background: url(../../images/img_main_visual03.jpg?7) center no-repeat; background-size: cover; }
.main_wrap .main_slide_bg04 { width: 100%; height: 100%; background: url(../../images/img_main_visual04.jpg?7) 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?4) 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?4) center no-repeat; background-size: cover;}
.main_wrap .main_txt02 { position: absolute; left: 0; top: 0;  width:100%;height:100%;  text-align:center; z-index: 1000; }
.main_wrap .main_txt02 .txt1 { position: absolute; left: 0; top: 0; opacity: 1; width: 100%; height: 100%; background: url(../../images/img_main_visual02_txt01.png?4) center no-repeat; background-size: cover;}
.main_wrap .main_txt02 .txt2 { position: absolute; left: 0; top: 0; opacity: 1; width: 100%; height: 100%; background: url(../../images/img_main_visual02_txt02.png?4) center no-repeat; background-size: cover;}
.main_wrap .main_txt03 { position: absolute; left: 0; top: 0;  width:100%;height:100%;  text-align:center; z-index: 1000; }
.main_wrap .main_txt03 .txt1 { position: absolute; left: 0; top: 0; opacity: 1; width: 100%; height: 100%; background: url(../../images/img_main_visual03_txt01.png?4) center no-repeat; background-size: cover;}
.main_wrap .main_txt03 .txt2 { position: absolute; left: 0; top: 0; opacity: 1; width: 100%; height: 100%; background: url(../../images/img_main_visual03_txt02.png?4) center no-repeat; background-size: cover;}
.main_wrap .main_txt04 { position: absolute; left: 0; top: 0;  width:100%;height:100%;  text-align:center; z-index: 1000; }
.main_wrap .main_txt04 .txt1 { position: absolute; left: 0; top: 0; opacity: 1; width: 100%; height: 100%; background: url(../../images/img_main_visual04_txt01.png?4) center no-repeat; background-size: cover;}
.main_wrap .main_txt04 .txt2 { position: absolute; left: 0; top: 0; opacity: 1; width: 100%; height: 100%; background: url(../../images/img_main_visual04_txt02.png?4) center no-repeat; background-size: cover;}
.main_wrap .swiper2 .swiper-slide.swiper-slide-active .main_slide_bg01 { animation: main_img 2.5s 0s both; }
.main_wrap .swiper2 .swiper-slide.swiper-slide-active .main_slide_bg02 { animation: main_img 2.5s 0s both; }
.main_wrap .swiper2 .swiper-slide.swiper-slide-active .main_slide_bg03 { animation: main_img 2.5s 0s both; }
.main_wrap .swiper2 .swiper-slide.swiper-slide-active .main_slide_bg04 { animation: main_img 2.5s 0s both; }
.main_wrap .swiper2 .swiper-slide.swiper-slide-active .txt1 { animation: main_txt 1.0s 0.2s both; animation-timing-function :ease-out ; }
.main_wrap .swiper2 .swiper-slide.swiper-slide-active .txt2 { animation: main_txt 1.0s 0.7s both; animation-timing-function :ease-out ; }
.main_wrap .swiper2 .swiper-slide.swiper-slide-active .txt3 { animation: main_txt 1.0s 1.2s both; animation-timing-function :ease-out ; }
.main_wrap .swiper2 .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; }

.main_wrap .swiper2 .swiper-pagination {position:absolute;top:auto;left:13%;bottom:13%;z-index:1; width:74%; display: flex; justify-content: space-between;}
.main_wrap .swiper2 .swiper-pagination .swiper-pagination-bullet {width:30%;background:transparent;opacity:1;border-radius:0;margin:0;border-top:1px solid #ccc;}
.main_wrap .swiper2 .swiper-pagination .swiper-pagination-bullet-active {opacity:1;}
.main_wrap .swiper2 .swiper-pagination .swiper-pagination-bullet:nth-child(1):after {content:'LIVE';}
.main_wrap .swiper2 .swiper-pagination .swiper-pagination-bullet:nth-child(2):after {content:'BUILD';}
.main_wrap .swiper2 .swiper-pagination .swiper-pagination-bullet:nth-child(3):after {content:'LIFE';}
.main_wrap .swiper2 .swiper-pagination .swiper-pagination-bullet:after {display:block;font-size:16px;color:#ccc;line-height:24px;font-weight:300; text-align:left; padding-top:6px;}
.main_wrap .swiper2 .swiper-pagination .swiper-pagination-bullet-active:after {color:#fff;}
.main_wrap .swiper2 .swiper-pagination .swiper-pagination-bullet-active:before {content:'';position:absolute;top:-2px;left:0; width:30%;height:3px; background:#C6594C;}

.main_progress_wrap { position: absolute; width:74%; left:0; right:0; margin:0 auto; bottom: 6rem; display: flex; gap: 30px; z-index: 10;}
.progress_item { width:100%;  cursor: pointer; position:relative;}
.progress_item .title { display: block; color: #fff; font-size: 0.975rem; margin-top: 0.5rem; opacity: 0.6; text-align:left; position:relative;}
.progress_item .bar { display: block;  width: 100%; height: 3px; background: rgba(255,255,255,0.3); overflow: hidden;}
.progress_item .bar i { display: block; width: 0%; height: 100%; background: #b45347; }
.progress_item.active .title { opacity: 1; }

.main_progress_wrap .progress_item:nth-child(1) .title:after {content:'01'; position:absolute; right:0; font-size: 0.975rem; color: #fff;}
.main_progress_wrap .progress_item:nth-child(2) .title:after {content:'02'; position:absolute; right:0; font-size: 0.975rem; color: #fff;}
.main_progress_wrap .progress_item:nth-child(3) .title:after {content:'03'; position:absolute; right:0; font-size: 0.975rem; color: #fff;}
.main_progress_wrap .progress_item:nth-child(4) .title:after {content:'04'; position:absolute; right:0; font-size: 0.975rem; color: #fff;}

/* autoplay 吏꾪뻾 �좊땲硫붿씠�� */
/*.progress_item.active .bar i { animation: progressFill 3s linear forwards;}*/
@keyframes progressFill {
    from { width: 0%; }
    to { width: 100%; }
}



#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: url(../../images/img_main_abg.jpg?2) no-repeat center / cover; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; gap:25px; box-sizing:border-box;}

.plan_wrap .title { opacity: 0; transform: translateY(-50px); padding-top:110px; width:600px; height:100%; box-sizing: border-box; background:rgba(0,0,0,.65); display: flex; justify-content: center; align-items: center;}
.plan_wrap .video { opacity: 0; transform: translateY(-50px); padding-top:110px;}

.plan_wrap.active .title { transform: translate(0); opacity: 1; transition: 1.0s 0.6s; }
.plan_wrap.active .video { transform: translate(0); opacity: 1; transition: 1.0s 0.3s; }




/*  */

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


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

.comm_tit { position: absolute; left: 0; right: 0; margin: auto; top: 15%; z-index:4; }
.comm_tit h4 {  font-family: "Poppins", sans-serif;  -webkit-text-stroke: 0.4px #fff; color: transparent; font-size: 111px; line-height: 100%; margin-top: 65px; font-weight: 800; letter-spacing: 5px;  transform: translateY(-50px); opacity:0;}
.comm_tit p { color: #fff; font-size: 16px; line-height: 150%; margin-top:35px; font-weight: 300;  transform: translateY(-50px); opacity:0;   }
.comm_tit p b { opacity:1; }
.comm_tit p span { opacity:0.3; }
.comm_tit div.comm_btn { width: 264px; height: 50px; background-color: #ff7200; border: 1px solid #fff; text-align: center; margin: 0 auto; margin-top: 50px; border-radius: 500px;  transform: translateY(-50px); opacity:0;}
.comm_tit div.comm_btn a { color: #fff; line-height: 50px; font-size: 20px; font-weight: 100;}
.comm_tit div.comm_btn a b { font-weight: 500; }



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

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

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

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

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

.comm_tag li p {  font-size: 0.8rem; font-weight: 300; opacity:0.3; }
.comm_tag li h1 {  font-size: 1.15rem; font-weight: bold; }

.comm_tag2 { bottom: 10%;}

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


.swiper-button-next2 { position: absolute; width: 75px; height: 47px; left: 0; right: 0; margin: 0 auto; top: 54%; padding: 0; outline: none; z-index: 99; transform: translate(500%,0); animation: premium_arrow 1.0s 0.6s both; }
.swiper-button-prev2 { position: absolute; width: 75px; height: 47px; left: 0; right: 0; margin: 0 auto; top: 54%; padding: 0; outline: none; z-index: 99; transform: translate(-500%,0); animation: premium_arrow2 1.0s 0.6s both; }

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

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


.swiper2-2 { width: 533px; height: 112px; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; left: 0; z-index: 99; overflow: visible; transform: translateY(calc(40% + 20px)); opacity:0; }
.swiper2-2 .swiper-slide { width: 112px; height: 112px; cursor: pointer; border: none; overflow: hidden; box-sizing: border-box; display: block; position: relative; }
.swiper2-2 .swiper-slide .thumb_gray { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; opacity: 1; }
.swiper2-2 .swiper-slide .thumb_on { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; opacity: 0; transition: 0s; }
.swiper2-2 .swiper-slide-thumb-active { /*box-shadow: 0 0 15px rgba(0,0,0,0.4); */z-index: 11; }

.swiper2-2 .swiper-slide .thumb_on:hover { opacity: 1; }
.swiper2-2 .swiper-slide-thumb-active .thumb_on { opacity: 1; }

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

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




@keyframes premium_bg {
	from { transform: scale(1.2);  }
	to { transform: scale(1); }
}
@keyframes premium_img {
	from { transform: scale(1.2); }
	to {  }
}

@keyframes premium_arrow {
	from { transform: translate(380%,3.125rem); opacity: 0; }
	to {  }
}
@keyframes premium_arrow2 {
	from { transform: translate(-380%,3.125rem); opacity: 0; }
	to {  }
}



/**/

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

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

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

.calendar_box { width: 75%; }

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

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

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

.calendar_con_box.box01 { }
.calendar_con_box.box01 li:nth-child(1) { width: 49%; background-color: #eef6e8; border: 1px solid #aacd93; }
.calendar_con_box.box01 li:nth-child(2) { width: 49%; background-color: #fff7e0; border: 1px solid #e3c878; }

.calendar_con_box.box02 { margin-top: 30px; margin-top: 2%; }
.calendar_con_box.box02 li:nth-child(1) { width: 32%; background-color: #fde2df; border: 1px solid #f5988f; }
.calendar_con_box.box02 li:nth-child(2) { width: 66%; background-color: #fde2df; border: 1px solid #f5988f; }
.calendar_con_box.box02 li:nth-child(3) { width: 32%; background-color: #fde2df; border: 1px solid #f5988f; }

.calendar_con_box.box03 { margin-top: 30px; margin-top: 2%; }
.calendar_con_box.box03 li:nth-child(1) { width: 32%; background-color: #fae8d7; border: 1px solid #ffc183; }
.calendar_con_box.box03 li:nth-child(2) { width: 66%; background-color: #f0f7fb; border: 1px solid #8bd2fb; }

.calendar_con:hover { background-color: #f47f3f; border: 1px solid #f47f3f; color: #fff; }
.calendar_con_box li:hover { background-color: #f47f3f; border: 1px solid #f47f3f; color: #fff; }
.calendar_con_box.box01 li:nth-child(1):hover { background-color: #aacd93;}
.calendar_con_box.box01 li:nth-child(2):hover { background-color: #e3c878;}
.calendar_con_box.box02 li:nth-child(1):hover { background-color: #f5988f;}
.calendar_con_box.box02 li:nth-child(2):hover { background-color: #f5988f;}
.calendar_con_box.box02 li:nth-child(3):hover { background-color: #f5988f;}
.calendar_con_box.box03 li:nth-child(1):hover { background-color: #ffc183;}
.calendar_con_box.box03 li:nth-child(2):hover { background-color: #8bd2fb;}



.mdh_wrap {width: 50%; height: 100vh; position: relative; overflow: hidden; }

.mdh_cont {width: 100%; height: 100%; position: relative; display: flex; justify-content: center; align-items: center;}
.mdh_cont .mdh_txt { }
.mdh_cont h1 {font-family: "Poppins", sans-serif; font-size: 73px; color:#fff; font-weight:600; letter-spacing: 3px; transform: translateY(-50px); opacity:0; line-height: 120%;}
.mdh_cont h1 span {font-weight:300; }

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

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

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

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

.mdh_cont01 { background: url(../../images/img_main1_cbg.jpg) center no-repeat; background-size: cover; top: 0;}
.mdh_cont02 { background: url(../img/mdh_bg02.jpg) center no-repeat; background-size: cover; bottom: 0;}


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




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


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


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

.news_wrap { width:100%; height:100%; position: relative; overflow: hidden; background: url(../../images/img_main_cbg.jpg?3) no-repeat center / cover; display: flex; justify-content: center; align-items: center; }

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

.news_conts {width:1180px; position: relative; margin:0 auto; transform: translateY(50px); opacity:0; margin-top:55px; overflow: hidden;}
.news_conts ul {width:1000px; -max-width:1100px; /*display: flex; justify-content: center; align-items: center;*/ }

.news_conts {display:flex; justify-content: space-between;}
.news_conts .conts {display:flex; flex-direction: column; justify-content: space-between;}

.news_conts .cts01 {width:700px;height:410px;background:#000;box-sizing:border-box;border:1px solid #272727;position:relative;overflow:hidden;}
.news_conts .cts01 .lg {position:absolute;top:25px;left:65px;z-index:1; opacity:1; transition: 0.5s;}
.news_conts .cts01 .bg {background:url(../../images/img_main_cimg01.jpg?2) no-repeat center / cover; height:calc(100%); opacity:1; transition: 0.5s;}
.news_conts .cts01 .con {background:#fff;padding:18px 55px; display: flex; justify-content: space-between; align-items: center; transition: 0.5s;}
.news_conts .cts01 .con .btn1 {display:inline-block;background:#001140;font-size:12px;color:#fff;line-height:27px;padding:0 15px;margin-left:32px;}
.news_conts .cts01 .con .btn2 {display:inline-block;background:#af0a2b;font-size:12px;color:#fff;line-height:27px;padding:0 15px;margin-left:7px;}
.news_conts .cts01:hover {border:3px solid #af0a2b;}
.news_conts .cts01:hover .lg {opacity:0;}
.news_conts .cts01:hover .bg {height:calc(100% - 85px); opacity:1;}

.news_conts .cts02 {width:466px;height:200px;background:#000;box-sizing:border-box;border:1px solid #272727;position:relative;overflow:hidden;display:flex;}
.news_conts .cts02 .lg {position:absolute;top:40px;left:38px;z-index:1; opacity:1; transition: 0.5s;}
.news_conts .cts02 .lg span {display:table;background:#2e5280; font-size:18px;color:#fff;line-height:30px; border-radius:5px; padding:0 10px; margin-top:10px;}
.news_conts .cts02 .lg1 {position:absolute;top:10px;left:10px;z-index:1; opacity:0; transition: 0.5s; background:#2e5280; font-size:18px;color:#fff;line-height:28px; border-radius:5px; padding:0 10px; border:1px solid #fff;}
.news_conts .cts02 .bg {background:url(../../images/img_main_cimg02.png?1) no-repeat center / cover; width:calc(100%); height:100%; opacity:.8; transition: 0.5s;}
.news_conts .cts02 .con {width:237px;height:100%;background:#fff;padding:45px 0 0 30px;box-sizing:border-box; text-align:left; transition: 0.5s; position:absolute;left:100%;top:0;}
.news_conts .cts02 .con img {margin-bottom:20px;}
.news_conts .cts02 .con .btn1 {display:inline-block;background:#001140;font-size:12px;color:#fff;line-height:27px;padding:0 15px;}
.news_conts .cts02 .con .btn2 {display:inline-block;background:#af0a2b;font-size:12px;color:#fff;line-height:27px;padding:0 15px;margin-left:5px;}
.news_conts .cts02:hover {border:3px solid #af0a2b;}
.news_conts .cts02:hover .lg {opacity:0;}
.news_conts .cts02:hover .lg1 {opacity:1;}
.news_conts .cts02:hover .bg {width:calc(100% - 237px); opacity:1; background:url(../../images/img_main_cimg02.png?1) no-repeat center right -50px / cover;}
.news_conts .cts02:hover .con {left:calc(100% - 237px);}

.news_conts .cts03 {width:466px;height:200px;background:#000;box-sizing:border-box;border:1px solid #272727;position:relative;overflow:hidden;display:flex;}
.news_conts .cts03 .lg {position:absolute;top:40px;left:38px;z-index:1; opacity:1; transition: 0.5s;}
.news_conts .cts03 .lg span {display:table;background:#2e5280; font-size:18px;color:#fff;line-height:30px; border-radius:5px; padding:0 10px; margin-top:10px;}
.news_conts .cts03 .lg1 {position:absolute;top:10px;left:10px;z-index:1; opacity:0; transition: 0.5s; background:#2e5280; font-size:18px;color:#fff;line-height:28px; border-radius:5px; padding:0 10px; border:1px solid #fff;}
.news_conts .cts03 .bg {background:url(../../images/img_main_cimg03.png?1) no-repeat center / cover; width:calc(100%); height:100%; opacity:.8; transition: 0.5s;}
.news_conts .cts03 .con {width:237px;height:100%;background:#fff;padding:45px 0 0 30px;box-sizing:border-box; text-align:left; transition: 0.5s; position:absolute;left:100%;top:0;}
.news_conts .cts03 .con img {margin-bottom:20px;}
.news_conts .cts03 .con .btn1 {display:inline-block;background:#001140;font-size:12px;color:#fff;line-height:27px;padding:0 15px;}
.news_conts .cts03 .con .btn2 {display:inline-block;background:#af0a2b;font-size:12px;color:#fff;line-height:27px;padding:0 15px;margin-left:5px;}
.news_conts .cts03:hover {border:3px solid #af0a2b;}
.news_conts .cts03:hover .lg {opacity:0;}
.news_conts .cts03:hover .lg1 {opacity:1;}
.news_conts .cts03:hover .bg {width:calc(100% - 237px); opacity:1; background:url(../../images/img_main_cimg03.png?1) no-repeat center right -50px / cover;}
.news_conts .cts03:hover .con {left:calc(100% - 237px);}


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


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

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

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

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


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


.news_conts .cards{width:1000px; max-width:1680px; margin:0 auto; display: flex; justify-content: space-between;}
.news_conts .cards li{width:300px; background:#fff; cursor: pointer; height:417px; text-align: left;}
.news_conts .cards li .img {}
.news_conts .cards li .con {padding:30px 35px 0;}
.news_conts .cards li .con .lg {height:80px;}
.news_conts .news_list:hover{background:#f4f4f4;}
.news_conts .news_list h1{font-size:12px; color:#97714b; padding-bottom:5px;}
.news_conts .news_list h2{font-size:15px; color:#111; height:45px;overflow:hidden;}
.news_conts .news_list h3{font-size:11px; color:#ff7e00;}
.news_conts .news_list p{font-size:12px; color:#1a1a1a; line-height:18px; height:54px;overflow:hidden;margin-bottom:14px;}
.news_conts .news_list .btn1 {display:inline-block;background:#001140;font-size:12px;color:#fff;line-height:27px;padding:0 15px;margin-right:3px;}
.news_conts .news_list .btn2 {display:inline-block;background:#af0a2b;font-size:12px;color:#fff;line-height:27px;padding:0 15px;}

#sub_page .cards{width:100%; max-width:1680px; margin:0 auto; display: grid; gap: 20px; grid-template-columns: repeat(4, minmax(0, 1fr));}
#sub_page .cards li{border:1px solid #ddd; padding:5%;cursor: pointer; height:200px; text-align: left;}
#sub_page .news_list:hover{background:#f4f4f4;}
#sub_page .news_list h1{font-size:14px; color:#305280; font-weight:bold; padding-bottom:20px;}
#sub_page .news_list h2{font-size:16px; color:#111; line-height:26px; font-weight:bold; height:78px; overflow:hidden;}
#sub_page .news_list h3{font-size:14px; color:#305280;}
#sub_page .news_list p{font-size:12px; color:#999; line-height:18px; height:54px;overflow:hidden;}

@media (max-width:780px) {
.cards li{width:80%;float:left; cursor: pointer; height:auto; margin:4%;}

}


/**/

#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/img_main1_ebg.jpg) center no-repeat; background-size: cover;}
.contact_cont h1 {position: relative;  font-family: "Poppins", sans-serif; font-size: 73px; font-weight:bold; -webkit-text-stroke: 0.9px #242a5c; color: transparent; text-transform:uppercase; transform: translateY(-50px); opacity:0;}

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

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

.contact_map h2 {color:#242a5c; font-size: 19px; margin-top:20px; font-weight: bold; }
.contact_map p {color:#4a4a4a; font-size: 17px; 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: #000; opacity: .6; 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/img_main_bimg01.jpg?2) center no-repeat; background-size: cover; }
.location_img_box.img02 { background: url(../../images/img_main_bimg02.jpg?2) center no-repeat; background-size: cover; }
.location_img_box.img03 { background: url(../../images/img_main_bimg03.jpg?2) center no-repeat; background-size: cover; }
.location_img_box.img04 { background: url(../../images/img_main_bimg04.jpg?3) 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; }
.location_txt_box>h4 { font-size: 20px; line-height: 100%; font-weight: 400; transition: 0.5s; opacity: 0; margin-bottom:10px;}
.loaction_icon { margin: 45px auto 8px; display: flex; justify-content: center; align-items: center; font-size:20px;color:#fff; transition: 0.5s; opacity: 0; display:none;}
.location_txt_box>h3 { font-size: 25px; line-height: 100%; font-weight: 700; text-transform: uppercase; transition: 0.5s; margin-top:10px;}
.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: 160px; margin: auto;  margin-top: 0px; cursor: pointer; transform: translateY(0); opacity: 0; transition: 0.5s; }
.location_bt a {display:block;border:1px solid rgba(255,255,255,.46);font-size:15px;color:rgba(255,255,255,.7);line-height:46px;text-align:center;}


.location_content:hover { width: 38%; }
.location_content:hover:after { opacity: 0.4; }
.location_content:hover .location_txt_box>h5 { opacity: 1; margin-top: 80px; }
.location_content:hover .loaction_icon { opacity: .7; }
.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: -60px; opacity: 1; }
.location_content:hover .location_img_box { transform: scale(1); 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%; background: #0e0d0d; position: relative; left: 0; bottom: 0; z-index: 99999; text-align: center; display: flex; justify-content: space-between; align-items: flex-end; color: #101f3a; overflow: hidden; padding: 50px 100px; box-sizing: border-box; }

.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_left h6 { font-size: 14px; line-height: 100%; margin-top: 10px; letter-spacing: -0.3px; }

.footer_right { text-align: left; color: #4b4b4b; }
.footer_right select {width:130px;height:40px;box-sizing:border-box;border:1px solid #878686;font-size:13px;color:#7e7e7e;padding:0 10px; background: transparent;}
.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 .bg01 { background: url(../../images/img_sub_visual01.jpg) center no-repeat; background-size: cover; animation: sub_top_img 1.6s 0s both; }
.sub_top01 .bg02 { background: url(../../images/img_sub_visual02.jpg) center no-repeat; background-size: cover; animation: sub_top_img 1.6s 0s both; }
.sub_top01 .bg03 { background: url(../../images/img_sub_visual03.jpg?1) center no-repeat; background-size: cover; animation: sub_top_img 1.6s 0s both; }
.sub_top01 .bg04 { background: url(../../images/img_sub_visual04.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; text-transform: uppercase; -margin-top:-40px;}
.sub_top_txt h1 { font-size: 42px; line-height: 100%; font-weight: 600; letter-spacing: -0.3px; }
.sub_top_txt h5 { font-size: 42px; line-height: 100%; font-weight: 600; letter-spacing: -0px; }
/*
.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: 100%; height: 68px; border-bottom:1px solid #dedede; position:relative; margin: auto; z-index: 90; }
#snb { width: 1200px; margin:0 auto;}
#snb:after {content:""; display:block; clear:both; }
#snb > li { position:relative; height: 68px; 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 .ov ul {display: flex; justify-content: center;}
#snb .ov ul li {width:25%;}
#snb .ov ul li a { display:block;font-size:16px; color: #b2b2b2; line-height:68px; text-align:center; white-space:nowrap; }
#snb .ov ul li.on a { color: #202020; border-bottom:1px solid #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: 130px; }
#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 { 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: right; color: #fff; }
.sub_brand_txt h2 { font-size: 42px; line-height: 52px; font-weight: 300; color:#fff;}
.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 { right: 10%;  top: 15%; 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; }


.board_list { float:left; width:100%; margin-bottom:10px; }
.board_list .Head { float:left; width:100%; height:59px; line-height:60px; color:#000000; font-size:18px; font-weight:bold; background:#f5f5f5; border-bottom:solid 1px #e1e1e1; border-top:solid 3px #000000; text-align:center; }
.board_list .Head .w10 { display:block; float:left; width:10%; }
.board_list .Head .w15 { display:block; float:left; width:15%; }
.board_list .Head .w65 { display:block; float:left; width:65%; }

.board_list .List { float:left; width:100%; }
.board_list .List .pcboard { display: block; } 
.board_list .List .mobileboard { display: none; } 
.board_list .List li { display:block; float:left; width:100%; padding: 15px 0 15px 0; border-bottom:solid 1px #e1e1e1; font-size: 16px; line-height:20px; text-align:center; }
.board_list .List li a {color:#000;}
.board_list .List li .w10 { display:block; float:left; width:10%; }
.board_list .List li .w15 { display:block; float:left; width:15%; }
.board_list .List li .w65 { display:block; float:left; width:65%; text-align:left; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.board_list .List li .rechk0 { display:block;float:left;width:50px;height:18px;text-align:center;line-height:18px;font-size:11px; color:#FFFFFF; background:#314FA2; margin-right:5px; }
.board_list .List li .rechk1 { display:block;float:left;width:50px;height:18px;text-align:center;line-height:18px;font-size:11px; color:#FFFFFF; background:#9E2D2F; margin-right:5px; }
.board_list .List li .cateback { display:block; float:left; width:70px; height:18px; text-align:center; line-height:18px; font-size:11px; color:#FFFFFF; background:#7B7B7B; margin-right:5px; letter-spacing:-1.5px; }
.board_list .List li .datenum { font-size: 15px; color: #666666; font-weight: normal;  }
/* .board_list .List li p:after { content:" "; margin-left:-0.6em; white-space:pre;  } */
.board_list .List li .iconImg:after { content:" "; margin-left:-0.6em; white-space:pre;  }
.board_list .List li .secretIcon { vertical-align:middle; }
.board_list .List li .imgMiddle { vertical-align:middle; }
.board_list .List li.contView { width: 790px; height: auto; line-height: inherit; padding:10px 15px; background: #f6f6f6; text-align: left; display: none; }
.board_list .List li.contView.show { display:block; }
.board_list .List li.contView > div  { display: block; float: left; width: 148px; height: 100px; margin: 5px; text-align:center; overflow:hidden; font-size: 0; }
.board_list .List li.contView > div:after { content:" "; white-space:pre; }
.board_list .List li.contView > div > img { vertical-align:middle; cursor: pointer; }
.board_list .List li .btnWorkView { display:inline-block; width: 20px; height: 20px; background: url(../images/common/arrow_btm.png) no-repeat center; font-size: 0; vertical-align: middle; }
.board_list .List li .btnWorkView.on { background: url(../images/common/arrow_top2.png) no-repeat center; }
.board_list .List li .thumimg { float: left; margin-right:20px; display: block; width:130px; height: 80px; overflow: hidden; }
.board_list .List li .thumimg img { width:130px; }
.board_list .List li .stit  { display: block; padding-top: 10px; }
.board_list .List li .sdate { display: block; padding-top: 7px; font-size: 15px; color: #666666; }
.board_list .List li .stime { display: block; font-size: 15px; color: #666666; }

.board_view { text-align:left; width:100%; }
.board_view .title { position: relative; padding:14px 150px 14px 19px; border:solid 1px #cecece; font-size:18px; color:#305280; line-height:24px; background:#f3f3f3; }
.board_view .title .acdate { position:absolute; right:20px; top: 50%; margin-top: -10px; height: 20px; line-height: 20px; font-size: 14px; color: #999999; font-weight: normal; }
.board_view .urlArea { height: 39px; border-bottom:solid 1px #bababa; padding-left: 20px; line-height: 40px; }
.board_view .urlArea > a { font-size: 12px; color: #555555; }

.board_view .infoarea { padding:10px 20px; height: 14px; border-bottom:solid 1px #bababa; }
.board_view .infoarea .writer { float:left; width:50%; }
.board_view .infoarea .date { float:left; width:50%; text-align:right; }
.board_view .infoarea .date2 { float:left; width:50%; }
.board_view .ctarea { min-height:150px; padding:20px 20px 20px 20px; border-bottom:solid 1px #bababa; line-height:180%; }
.board_view .ctarea > div > img { height: auto; max-width: 940px; }
.board_view .ctarea .stdate { font-size: 15px; color: #666666; padding-bottom:20px; }
.board_view .rearea { min-height:150px; padding:20px 20px 20px 20px; border-bottom:solid 1px #bababa; line-height:180%; }
.board_view .ctareaMobile { display: none; }
.board_view .ctarea2 { float:left; width:820px; min-height:150px; padding:20px 0px 20px 0px; border-bottom:solid 1px #bababa; line-height:180%; }
.board_view .ctarea2 > div  { float: left; height:200px; width: auto; line-height:200px; margin: 3px; text-align:center; overflow:hidden; font-size: 0; }
.board_view .ctarea2 > div:after { content:" "; white-space:pre; }
.board_view .ctarea2 > div > img { width: auto; height:200px; vertical-align:middle; cursor: pointer; }

.board_view .attacharea { display: inline-block; width:100%; }
.board_view .attacharea .attachfile { padding:12px 20px 12px 20px; border-bottom:solid 1px #bababa; }
.board_view .attacharea .attachfile .lt { float:left; display:block; width:70px; font-weight:bold; padding-left:5px; font-size: 13px; color:#305280; }

.board_view .linkArea { margin-top:20px; border-top:solid 2px #bababa; border-bottom:solid 1px #bababa; }
.board_view .linkArea .link { display:block; padding:12px 20px 12px 20px; width:inherit; border-bottom:solid 1px #bababa; font-size: 15px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.board_view .linkArea .link .lt { float:left; display:block; width:70px; font-weight:bold; padding-left:5px; font-size: 13px; color:#305280; }
.board_view .linkArea .link .lt .arrow { font-size:9px; padding-left:7px; }

.board_btnarea { width:100%; margin-top:20px; text-align:center; }
.board_btnarea .sbtn { display:inline-block; background:#305280; text-align:center; }
.board_btnarea .sbtn.btndark { background:#313131; }
.board_btnarea .sbtn.btnok { background:#313131; }
.board_btnarea .sbtn a { display:block; padding:0 20px 0 20px; height:40px; color:#FFFFFF; font-size:15px; font-weight:bold; line-height:40px;  }

/* paging */
.paging { clear:both; background:#FFFFFF; color:#666666; font-family:Arial; text-align:center; padding-top:20px; }
.paging > span { display:inline-block; height:38px; width:38px; border:solid 1px #dddddd; font-size:12px; letter-spacing:-0.5px; line-height:40px; margin:0 1px 0 1px; vertical-align:top; text-align:center; }
.paging > span.on { height:38px; width:38px; border:solid 1px #999999; background:#eeeeee; font-size:12px; color:#000000; font-weight:bold; }
.paging > span.prev { height:38px; width:38px; background:#F7F7F7; margin-right:4px; font-size:9px; font-family:"Nanum Gothic"; line-height:38px; font-weight:bold; }
.paging > span.next { height:38px; width:38px; background:#F7F7F7; margin-left:4px; font-size:9px; font-family:"Nanum Gothic"; line-height:38px; font-weight:bold; }
.paging > span > a { display:block; height:100%; width:100%; }
.paging > span > a:hover { height:38px; width:38px; background:#F7F7F7; color:#666666; }

/* search */
.searcharea { width:100%; padding-top:30px; }
.searcharea .board_search { width:608px; padding:10px 0; background:#f3f3f3; border:solid 1px #eaeaea; text-align:center; margin:0 auto; }
.searcharea .board_search input { border:solid 1px #E4E4E4; height:33px; font-size:13px; padding:3px 5px 3px 5px; width:200px; color:#333333; }
.searcharea .board_search select { height:33px; font-size:13px; border:solid 1px #E4E4E4; padding:0 0 0 3px; color:#333333; }
.searcharea .board_search img { vertical-align:top; padding-top:1px; }
.searcharea .board_search .sebtn { display:inline-block; height:33px; padding:0 12px 0 12px; background:#305280; color:#ffffff; font-size:12px; line-height:33px; }