@charset "utf-8";

.animated {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all ease .8s;
  transition: all ease .8s;
}

.animated.on {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.d-1s {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.d-2s {
  -webkit-transition-delay: .2s !important;
  transition-delay: .2s !important;
}

.d-3s {
  -webkit-transition-delay: .3s !important;
  transition-delay: .3s !important;
}

.d-4s {
  -webkit-transition-delay: .4s !important;
  transition-delay: .4s !important;
}

.d-5s {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.d-6s {
  -webkit-transition-delay: .6s !important;
  transition-delay: .6s !important;
}

.d-7s {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

.d-8s {
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}

.d-9s {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}

.d-10s {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.d-11s {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.d-12s {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.d-13s {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

/* .progress__bar02 {
  width: 235px;
  height: 2px;
  background: #fff;
  z-index: 1;
  position: relative;
  margin-right: 20px;
}

.progress__bar02 .bar02 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4876ef;
  height: 100%;
  width: 0%;
}


.progress__bar02.on .bar02 {
  width: 100%;
  transition: all linear 3s;
} */


/* 메인비주얼 */
.main_visual {
  height: 100%;
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.main_visual .mv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main_visual .mv_bg .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
	-webkit-transition: -webkit-transform linear 5s;
	transition: -webkit-transform linear 5s;
	transition: transform linear 5s;
	transition: transform linear 5s, -webkit-transform linear 5s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.main_visual .mv_bg .img.active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.main_visual .mv_bg .img.hiding {
  opacity: 0;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.main_visual .item {
  height: 953px;
  margin: 0 auto;
  opacity: 0.5;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  position: relative;
}

.main_visual .item .item_tit {
  position: absolute;
  left: 0%; right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.main_visual .item .item_tit h1 {
	font-size: 64px;
	font-weight: 600;
	text-align: left; 
	line-height:1.4;   
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

.main_visual .mv_pager img {
	vertical-align: baseline;
}
.main_visual .mv_pager .mv_prev {
  cursor: pointer;
}

.main_visual .mv_pager .mv_next {
  cursor: pointer;
}

.main_visual .mv_pager {
  font-family: 'Pretendard';
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
}

.main_visual .mv_pager .pager_current {
  margin-left: 15px;
}

.main_visual .mv_pager .pager_total {
  margin-right: 15px;
}

.main_visual .prev__area {
  width: 500px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.main_visual .next__area {
  width: 500px;
  height: 500px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.main_visual .mv_nav {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 5%;
  left: 5%;
  /* transform: translateX(-50%); */
}

.tmenubar{
	position:fixed;
	top:0;
	height: 100px;
	display:block;
	display:none;
	width: 100%;
	z-index:8;
	text-align:center;
	/*color: #f2f2f2;*/

}	
.smenubar{
	position:absolute;
	top:0;
	height: 100px;
	display:block;	
	width: 100%;
	z-index:8;
	text-align:center;		
}	
.tmenucont{
	position:fixed;
	top:0;
	left: calc( 50% - 680px );
	height: 70px;
	display:block;
	width: 1280px;
	z-index:10;
	text-align:center;
	color: #f2f2f2;
	padding: 0 60px 0 60px;
	margin: 0 auto;
}
.tmenucont ul.outer{width:100%;}
.tmenucont ul.outer li{float:left;}
.tmenucont ul.outer li.logo{text-align:left;width:200px;}
.tmenucont ul.outer li.logo img{width:200px;}

/* #fp-nav ul li a span{font-size:0px; font-family: NotoKrM;letter-spacing:-0.07em}
#fp-nav ul li a.active span { color: #bbbbbb;font-weight:600;}
#fp-nav ul li a.active span.fp-n { background-color:#273dc9;} */
/* #section1 {background:url(../images/page1_slider1.jpg) no-repeat;background-size: cover;} */
/* #section2 {background:url(../images/page1_slider4.jpg) no-repeat;background-size: cover;}*/
/* #section3 {background:url(../images/page1_slider5.jpg) no-repeat;background-size: cover;}
#section4 {background:url(../images/page1_slider6.jpg) no-repeat;background-size: cover;}
#section5 {background:url(../images/page1_slider7.jpg) no-repeat;background-size: cover;}
#section6 {background:url(../images/page1_slider8.jpg) no-repeat;background-size: cover;}  */
.fp-controlArrow{display:none;} 

.inner {margin: 0 auto; max-width: 1700px; box-sizing: border-box; padding: 0 70px;}
.sect_cont {position: relative;}
/* section1 */
.main_visual .item .item_tit .inner {padding: 0 60px;}
.sect_inner {margin: 0 auto; max-width: 1760px; box-sizing: border-box; padding: 100px 0px 50px 0;}
.sect_tit {border-bottom:1px solid #222; padding-bottom:50px; margin-bottom:50px; display: block;}
.sect_tit h3 {position: relative; display: inline-block; font-size:54px; color:#222; font-weight: 600;}
.sect_tit h3::after {
    content: "";
    display: block;
    position: absolute;
    top: -34px;
    right: -34px;
    width: 19px;
    height: 30px;
    background: url(../images/ico_tit.png) center center / 100% no-repeat;
}

/* section2 */
.part1{height:100%;}
.part1 li{/* float:left; */padding-top:100px;text-align:center;color:#fff;height:660px;background-size:cover;}
.part1 li a{display:block;width:91px;height:28px;background-size:100%;background-repeat:no-repeat;background-image:url('../images/ico_arrow.png');font-size:0;margin:0 auto;position: absolute;bottom: 255px;left:calc( 50% - 56px );}
/* .part1 li:nth-of-type(1){width:100%;background-repeat:no-repeat;background-image:url('../_img/main/visual1.png');}
.part1 li:nth-of-type(2){width:100%;background-repeat:no-repeat;background-image:url('../_img/main/visual2.png');}
.part1 li:nth-of-type(3){width:100%;background-repeat:no-repeat;background-image:url('../_img/main/visual3.png');} */

.part1 li h3{margin-top:160px;line-height:1.4; word-break:keep-all;letter-spacing:-1px; font-weight: 600; font-size: 42px;}
.part1 li .strip__title p{line-height:1.4; word-break:keep-all; font-size: 30px;}
.part1 .strip__inner-text p{line-height:1.4; word-break:keep-all;height:auto;margin-bottom:0; font-size: 30px;}
.part1 .strip__inner-text h2{margin-top: 30px; margin-bottom:20px;letter-spacing:-1.5px;line-height:1.4; font-size: 48px; font-weight: 600; }
.part1 .strip__inner-text button {border: 1px solid #fff; padding: 15px 25px; margin-top: 50px; transition: 0.2s;}
.part1 .strip__inner-text button span{color: #fff;font-size: 18px;}
.part1 .strip__inner-text button img {margin-left:10px;margin-top: 6px;}
.part1 .strip__inner-text button:hover {background-color: rgba(255,255,255,.2);}

/* section3 */
.sect3_left {width:50%; float:left;}
.sect3_right {width:50%; float:left; padding: 30px;}
.sect3_right h4 {position: relative; display: block; font-size: 20px; color:#222; font-weight: 600; padding-left: 13px;}
.sect3_right h4::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 8px;
  height: 19px;
  margin-top: 3px;
  background: url(../images/ico_tit02.png) center center / 100% no-repeat;
}
.sect3_right p {display: block; font-size: 16px; color:#222; font-weight: normal; margin-top: 10px; line-height: 1.4;     word-break: keep-all;}
.pantone_wrap {width:195px; margin-top: 20px;}
.pantone_wrap ul li:first-child {position: relative; height:135px; background-color: #273dc9;}
.pantone_wrap ul li:first-child span {position: absolute; left: 20px; bottom: 20px; color:#fff;}
.pantone_wrap ul li:last-child {border:1px solid #ddd; padding: 20px;}
.pantone_wrap ul li:last-child p {font-size: 14px; color:#222; font-weight: 400; margin-top: 0; }


/* section4 */
.sect4_tabs {
  margin: auto;
}

.sect4_left {width:40%; float:left;}

.sect4_tab_links {
  /* display: flex; */
  cursor: pointer;
}

.sect4_tab_link {
  flex: 1;
  padding: 14px;
  border-bottom: 4px solid #fff;
  outline: none;
  text-align: center;
  transition: background-color 0.3s ease;
  font-size: 24px;
  font-weight: 600;
  padding: 0 22px 12px 22px;
}

.sect4_tab_link.active {
  border-bottom: 4px solid #273dc9;
  color:#222;
}

.sect4_wrap {width:100%; float:left;}


.sect4_tab-contents {
 
}

.sect4_tab-content {
  position: relative;
  display: none;
}

.sect4_tab-content.active {
  display: block;
}

.sect4_Wleft {width: 45%; float:left; margin-top: 40px; padding-right: 30px;} 
.sect4_Wleft p {font-size: 24px; line-height:1.4; word-break: break-all;}

.sect4_Wright  {width: 55%; float:left;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  height: 585px;
  background-size: cover;
} 
.sect4_Wright.Wright_img01 {background-image: url(../images/img_002.jpg);}
.sect4_Wright.Wright_img02 {background-image: url(../images/img_003.jpg);}
.sect4_Wright.Wright_img03 {background-image: url(../images/img_004.jpg);}
.sect4_Wright.Wright_img04 {background-image: url(../images/img_005.jpg);}

/* section5 */
.sect5_slider_container {
  position: relative;
  width: 100%;
  min-height: 640px;
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 100px;
}

.sect5_slide {
  display: none;
  width: 100%;
  height: 100%;
  font-size: 24px;
}

.sect5_slide.active {
  display: block;
}

.sect5_slide h4 {font-size: 54px; color:#222; line-height: 1.4; font-weight: 600;}
.sect5_slide h4::after {
  display: block;
  width: 90px;
  height: 3px;
  background: #222;
  margin: 20px 0 30px 0;
  content: '';
}
.sect5_slide p {font-size: 28px; color:#222; line-height: 1.4; font-weight: 400; margin-top: 65px; word-break: keep-all;}

button.sect5_prev, button.sect5_next {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10%;
  background-size: 50px;
  /* transform: translateY(-50%); */
  cursor: pointer;
}

button.sect5_prev {
  position: absolute;
  right: 115px;
  display: block;
  background-image: url(../images/arrow_prev02.png);
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

button.sect5_next {
  position: absolute;
  right: 50px;
  display: block;
  background-image: url(../images/arrow_next02.png);
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

.sect5_logobg {
  position: absolute;
  bottom: -260px;
  right: 150px;
  width: 613px;
  height: 813px;
  background-image: url(../images/ico_logo.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.1;
}

/* section6 */
.sect6_left {width: 60%; float:left; padding-right: 30px;}
.sect6_left h4 {font-size: 30px;  font-weight: 600; margin-bottom: 30px;}
.sect6_left ul li {border: 1px solid #ddd;}
.sect6_left .sect6_left_bottom {display: inline-block; padding: 23px; margin-top: -1px;   transition: 0.2s;
}
.sect6_left .sect6_left_bottom button {border:1px solid #555; float:right; padding: 9px 25px;  margin-top: 20px;}
.sect6_left .sect6_left_bottom button span {font-size: 16px; color:#555; }
.sect6_left .sect6_left_bottom button img {display: inline-block; width: 9px; height: 16px; margin-left: 5px; margin-top: 6px;}
.sect6_left .sect6_left_bottom button:hover {background-color: rgba(0, 0, 0, 0.05);}

.sect6_left .carousel-container {
  /* width: 600px; 슬라이드 전체 폭 */
  overflow: hidden;
  position: relative;
}

.sect6_left .carousel-slide {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.sect6_left .carousel-item {
  min-width: 50%; /* 2개씩 보여지도록 설정 */
  box-sizing: border-box;
  padding: 10px;
}

.sect6_left .carousel-item img {
  width: 100%;
  display: block;
}

.sect6_left .carousel-item strong {
  font-size: 21px; font-weight: 600; word-break: keep-all; line-height: 1.4;
}

.sect6_prev, .sect6_next {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0%;
  background-size: 50px;
  cursor: pointer;
}

.sect6_prev {
  position: absolute;
  right: 65px;
  display: block;
  background-image: url(../images/arrow_prev02.png);
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

.sect6_next {
  position: absolute;
  right: 0px;
  display: block;
  background-image: url(../images/arrow_next02.png);
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

.sect6_right {width: 40%; float:left; padding-left: 30px; border-left:1px solid #222; }
.sect6_right h4 {font-size: 30px;  font-weight: 600; margin-bottom: 15px;}
.sect6_right .sect6_Rwrap {display: flex; margin-top: 30px;padding: 10px 10px 50px 20px; border-left:1px solid #ddd;}
.sect6_right .sect6_Rwrap .box {position: relative; display: flex; margin-bottom: 10px;}
.sect6_right .sect6_Rwrap .box strong.year {position: relative;width: 150px; float:left; font-size: 20px; font-weight: 600; padding-right: 20px;  color:#222; }
.sect6_right .sect6_Rwrap .box strong.year::before {
  position: absolute;
  top: 0;
  left: -25px;
  width: 10px;
  height: 10px;
  margin-top: 8px;
  background: #273dc9;
  border-radius: 50%;
  content: '';}
.sect6_right .sect6_Rwrap .box p {width: calc(100% - 150px); float:left; font-size: 20px; font-weight: normal; line-height: 1.4; word-break: keep-all; color:#555; }

