@charset "utf-8";
.pcbr{display:none;}
.tbbr{display:block;}
.mbbr{display:none;}
.dn{display:none;}
.m_view{display: none;}


/* 크롬, 사파리, 엣지 */
::-webkit-scrollbar {
  display: none;
}

/* 파이어폭스 */
html {
  scrollbar-width: none;
}


.innerwrap{
	width: 92%;
	max-width: 1760px;
	margin: 0 auto;
}


.mainTitle1{
	font-family: "Poppins";
	display:inline-block;
	position:relative;
	padding-left:21px;
	font-size:22px;
	font-weight:500;
	color:#000;
}
.mainTitle1:before{
	content:"";
	box-sizing:border-box;
	width:12px;height:12px;
	background:#0981f1;
	border-radius:50%;
	position:absolute;
	left: 0;
	top: 11px;
}



.section1{
	position: relative;
	width: 100%;
	height: 100vh;
}
.section1 .visual{
	width: 100%;
	height: 100%;
}
.section1 .visual .swiper-slide{
	position:relative;
	width:100%;height:100%;
}
.section1 .visual .swiper-slide .txtwrap{
	position: absolute;
	left: 4%;
	bottom: 24%;
	z-index: 1;
}
.section1 .visual .swiper-slide .txtwrap .txts{
	
}
.section1 .visual .swiper-slide .txtwrap .txts > div{
	font-size: 60px;
	font-weight: 600;
	color: #fff;
	overflow: hidden;
}
.section1 .visual .swiper-slide .txtwrap .txts.en > div{
	font-family: "Poppins";
	font-weight: 500;
	line-height: 1.2em;
}
.section1 .visual .swiper-slide .txtwrap .txts > div span{
	display: inline-block;
}
.section1 .visual .swiper-slide .bg{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.section1 .visual .swiper-slide .bg .img{
	position:absolute;left:0%;top:0%;z-index:-1;
	width:100%;height:100%;	
}
.section1 .visual .swiper-slide.v1 .bg .img{
	background: url(/images/main/main_visual1.jpg) no-repeat center / cover;
}
.section1 .visual .swiper-slide.v2 .bg .img{
	background: url(/images/main/main_visual2.jpg) no-repeat center / cover;
}
.section1 .visual .swiper-slide.v3 .bg .img{
	background: url(/images/main/main_visual3.jpg) no-repeat center / cover;
}

.section1 .visual .swiper-slide video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.section1 .vpaging{
	position:absolute;
	left: 4%;
	bottom: 10%;
	z-index: 1;
}
.section1 .vpaging span{
	box-sizing:border-box;
	width:8px;height:8px;
	margin:0 6px;
	border:1px solid #fff;border-radius:11px;
	background:0;opacity:1;
	transition:all 1s;
}
.section1 .vpaging span.swiper-pagination-bullet-active{
	width:22px;
	background:#fff;
}


.section1 .scroll{
	position:absolute;
	right:7%;
	bottom:40px;
	z-index: 1;
	display: none;
}
.section1 .scroll .txt{
	position:absolute;left:-26px;top:-50px;
	font-size:13px;color:#fff;
	transform:rotate(90deg);
}
.section1 .scroll .line{
	overflow:hidden;
	position:relative;
	width:2px;height:90px;
	box-shadow:-1px 0 0 rgba(255,255,255,0.2) inset;
}
.section1 .scroll .line:after{
	display:block;content:"";
	width:2px;height:40px;
	background:#fff;
	position:absolute;right:0;top:0;
	animation:scrollAni 1s infinite;
}
@keyframes scrollAni{
	0%{top:-100%;}
	100%{top:100%;}
}



.section2{
	padding: 180px 0;
}
.section2 .prdSwiper{
	position: relative;
	margin-top: 60px;
	padding-bottom: 50px;
}
.section2 .prdSwiper .swiper-slide{
	width: 690px;
}
.section2 .prdSwiper .swiper-slide a{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	min-height: 540px;
	padding: 70px 40px 40px;
	border-radius: 8px;
	background: #f5f5f7;
}
.section2 .prdSwiper .swiper-slide a .titwrap{
	width: 48%;
}
.section2 .prdSwiper .swiper-slide a .titwrap .tit{
	font-size: 22px;
	font-weight: 600;
	color: #0981f1;
}
.section2 .prdSwiper .swiper-slide a .titwrap p{
	font-size: 35px;
	font-weight: 600;
	line-height: 1.3em;
	color: #000;
	margin-top: 10px;
}
.section2 .prdSwiper .swiper-slide a .linkbox{
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 40px;
	margin-top: 30px;
	border-radius: 8px;
}
.section2 .prdSwiper .swiper-slide a .linkbox:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.7);
	border-radius: 8px;
	backdrop-filter: blur(10px);
	opacity: 0;
	transition: all 0.3s;
}
.section2 .prdSwiper .swiper-slide a:hover .linkbox:after{
	opacity: 1;
}
.section2 .prdSwiper .swiper-slide a .linkbox p{
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.7em;
	color: rgba(0,0,0,0.7);
	opacity: 0;
	transition: all 0.3s;
}
.section2 .prdSwiper .swiper-slide a:hover .linkbox p{
	opacity: 1;
}
.section2 .prdSwiper .swiper-slide .linkbox .btnMore{
	position: relative;
	z-index: 2;
}
.section2 .prdSwiper .swiper-slide a:hover .linkbox .btnMore i{
	background: url(/images/main/btn_arr_hv.png) no-repeat center;
}
.section2 .prdSwiper .swiper-slide a .prd_img{
	position: absolute;
	left: 50%;
	top: 60px;
	width: calc(50% - 40px);
	height: calc(100% - 120px);
}
.section2 .prdSwiper .swiper-slide a .prd_img img{
	width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.section2 .prdSwiper .ctr{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.section2 .prdSwiper .ctr .swiper-scrollbar{
	width: calc(100% - 20px - 75px);
	margin-right: 20px;
	position: static;
}
.section2 .prdSwiper .ctr .btns{
	display: flex;
	justify-content: space-between;
	width: 75px;
}
.section2 .prdSwiper .ctr .btns > div{
	position: static;
	width: 26px;
	height: 23px;
	cursor: pointer;
}
.section2 .prdSwiper .ctr .btns .vprev{
	background: url(/images/main/sec2_prev.png) no-repeat center / contain;
}
.section2 .prdSwiper .ctr .btns .vnext{
	background: url(/images/main/sec2_next.png) no-repeat center / contain;
}



/* section3 */
.section3 {
	position: relative;
	padding: 210px 0;
	background: #f5f5f7;
}
.section3 .bg {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 644px;
	height: 441px;
	background: url(/images/main/sec3_bg.jpg) no-repeat;
}
.section3 .conwrap {
	display: flex;
}
.section3 .conwrap .mainTitle1 {
  width: 34%;
}
.section3 .conwrap .con {
  width: 66%;
}
.section3 .conwrap .con h3 {
	font-family: "Poppins";
	font-size: min(4vw,60px);
	color: #000;
	font-weight: 500;
}
.section3 .conwrap .con h3 > div {
  overflow: hidden;
  line-height: 1.2em;
  
}
.section3 .conwrap .con h3 > div .img {
  display: inline-block;
  vertical-align: top;
  width: min(10vw, 200px);
}
.section3 .conwrap .con p {
  margin: 40px 0;
  font-family: "Noto Sans KR";
  font-size: 19px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.7em;
}
.section3 .conwrap .con a {
  /* 스타일이 비어 있음 */
}






/* section4 */
.section4{
	overflow:hidden;
	position:relative;
	width:100%;height:100vh;
	background:#222a2c;
		 contain: layout paint;            /* 섹션 단위 격리(가능하면) */
  overflow: hidden;                 /* 스크롤 중 페인트 범위 축소 */0
}

.cards-section {
  position: relative;
}

.cards {
    position: relative;
    width: 100%;
    height: 100%;
}

.card {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;    /* 풀화면 너비 */
	height: 100%;
	display: flex;
	align-items: center;
	background: #222a2c;
	will-change: transform;           /* 합성 레이어로 미리 승격 */
  backface-visibility: hidden;      /* 서브픽셀 렌더링 흔들림 방지 */
  transform: translateZ(0); /* 하드웨어 가속 강제 */
  
  /* 부드러운 렌더링을 위한 설정 */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  
  /* 텍스트 렌더링 최적화 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  /* 레이아웃 최적화 */
  contain: layout style paint;
}
.card .video{
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
}
.card .video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.card .inner{
	position: relative;
	width: 92%;
	max-width: 1760px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.card .inner .txtwrap{
	width: 50%;
	padding: 0 2%;
}
.card .inner .txtwrap.center{
	text-align: center;
}
.card .inner .txtwrap h2{
	color: #fff;
}
.card .inner .txtwrap strong{
	display: block;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2em;
	color: #fff;
	margin: 40px 0 50px;
}
.card .inner .txtwrap .con{
	font-size: 16px;
	line-height: 1.6em;
	color: rgba(255,255,255,0.7);
	margin-top:10px;
}
.card .inner .txtwrap .con2{
	font-size: 16px;
	line-height: 1.6em;
	color: rgba(255,255,255,0.7);
}
.card .inner .txtwrap .tit_en{
	font-family: "Inter";
	font-size: 24px;
	font-weight: 500;
	color: #0981f1;
}
.card .inner .txtwrap .tit_kr{
	font-size: 50px;
	font-weight: 700;
	line-height: 1.2em;
	color: #fff;
	margin: 20px 0 60px;
}
.card .inner .txtwrap .con_tit{
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}
.card .inner .txtwrap .btnMore{
	color: #fff;
	margin-top: 30px;
}
.card .inner .imgwrap{
	overflow:hidden;
	position:relative;z-index:5;
	width:46%;height:400px;
	margin-left: 4%;
	border-radius:10px;
}
.card .inner .imgwrap img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.card .inner .imgwrap2{
	overflow:hidden;
	position:relative;z-index:5;
	width:46%;height:400px;
	margin-left: 4%;
	border-radius:10px;
}
.card .inner .imgwrap2 img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}






.section4 .conwrap{
    display:flex;align-items:center;
    position: absolute;left:0%;top:0;
    width:auto;height: 100%;
}
.section4 .conwrap .bgImg{
	width:430px;height:100%;
	transform:translateX(-220px);
	/* background:url(/images/main/sec4_bg1.jpg) no-repeat;
	background-size:cover; */
}
.section4 .conwrap .bgImg.bg2{
	width:430px;height:100%;
	transform:translateX(-195px);
	/* background:url(/images/main/sec4_bg2.jpg) no-repeat;
	background-size:cover; */
}
.section4 .conwrap .bgImg video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section4 .conwrap .titleArea{	
	position:relative;z-index:5;
	box-sizing:border-box;
	width:810px;
	padding: 0 20px;
	text-align:center;
}
.section4 .conwrap .titleArea ~ .titleArea{width:666px;padding:0 100px;text-align:left;}
.section4 .conwrap .titleArea ~ .titleArea a{background:0;padding:0;}
.section4 .conwrap .titleArea .mainTitle1{color:#fff;}
.section4 .conwrap .titleArea h3{
	margin:35px 0 65px;
	font-size:32px;color:#fff;font-weight:600;line-height:1.2em;
}
.section4 .conwrap .titleArea p{
	margin:0 0 40px;
	font-size:19px;color:#fff;line-height:1.7em;
}
.section4 .conwrap .titleArea a{
	display:inline-flex;
	padding:20px 40px;
	background:#000;
	border-radius:40px;
	color:#fff;
}
.section4 .conwrap .titleArea a i{background:#3a3a3a url(/images/main/btn_arr.png) no-repeat center;}
.section4 .conwrap .img{
	overflow:hidden;
	position:relative;z-index:5;
	width:639px;height:639px;
	border-radius:10px;
}
.section4 .conwrap .img>div{position: relative;width:100%;height:100%;}
.section4 .conwrap .img>div img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section4 .conwrap .img1{}
/* .section4 .conwrap .img1>div{background:url(/images/main/sec4_img1.jpg) no-repeat;} */
.section4 .conwrap .boxwrap{
	position:relative;
	display:flex;align-items:flex-end;
	width:810px;padding: 0 20px;
}
.section4 .conwrap .boxwrap:last-child{
	flex-direction: row-reverse;
	margin-left: -360px;
}
.section4 .conwrap .boxwrap:last-child .txts{
	margin-left: 100px;
}
.section4 .conwrap .boxwrap .txts{width:450px;padding-bottom:35px;}
.section4 .conwrap .boxwrap .txts .tit_en{
	font-family: "Inter";
	font-size:24px;
	font-weight:600;
	color:#0981f1;
	margin-bottom: 10px;
}
.section4 .conwrap .boxwrap .txts .tit{
	font-size:55px;
	font-weight:600;
	color:#fff;
}
.section4 .conwrap .boxwrap .txts .sub_tit{
	margin: 50px 0 5px;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}
.section4 .conwrap .boxwrap .txts p{
	margin-bottom: 30px;
	font-size:19px;
	color:rgba(255,255,255,0.6);
	line-height:1.7em;
}
.section4 .conwrap .boxwrap .txts a{color:#fff;}
.section4 .conwrap .boxwrap .txts a i{background:#5a5a5a url(/images/main/btn_arr.png) no-repeat center;}
.section4 .conwrap .boxwrap .txts .btnMore:hover i{
	background:#9c9c9c url(/images/main/btn_arr_hv.png) no-repeat center;
}
/* .section4 .conwrap .img2>div{background:url(/images/main/sec4_img2.jpg) no-repeat;background-size:cover;}
.section4 .conwrap .img3>div{background:url(/images/main/sec4_img3.jpg) no-repeat;background-size:cover;}
.section4 .conwrap .img4>div{background:url(/images/main/sec4_img4.jpg) no-repeat;background-size:cover;} */
.section4 .conwrap .img5{margin-left:-5.5%;}
/* .section4 .conwrap .img5>div{background:url(/images/main/sec4_img5.jpg) no-repeat;background-size:cover;}
.section4 .conwrap .img6>div{background:url(/images/main/sec4_img6.jpg) no-repeat;background-size:cover;} */


.section9{display: none;}


/* section5 */
.section5{
	position: relative;
	overflow:hidden;
	width:100%;
	padding:210px 0;
}
.section5 .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* background:url(/images/main/sec5_bg.jpg) no-repeat center / cover; */
}
.section5 .bg:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
}
.section5 .bg video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section5 .innerwrap{
	position: relative;
	z-index: 1;
}
.section5 .conwrap{display:flex;}
.section5 .conwrap .mainTitle1{width:34%;color:#fff;}
.section5 .conwrap .con{width:66%;}
.section5 .conwrap .con h3{font-size:46px;color:#fff;font-weight:600;line-height:1.3em;}
.section5 .conwrap .con p{margin:50px 0 35px;font-size:19px;color:rgba(255,255,255,0.8);line-height:1.5em;}
.section5 .conwrap .con ul{
	display: flex;
}
.section5 .conwrap .con li{

}
.section5 .conwrap .con li + li{
	margin-left: 20px;
}
.section5 .conwrap .con li a{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.section5 .conwrap .con li a .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 128px;
	height: 128px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.3);
	margin-bottom: 10px;
	transition: all 0.3s;
}
.section5 .conwrap .con li a:hover .icon{
	background: rgba(255,255,255,0.1);
}
.section5 .conwrap .con li span{
	position: relative;
	padding-right: 15px;
	font-size: 18px;
	color: rgba(255,255,255,0.8);
}
.section5 .conwrap .con li span:after{
	content: "";
	position: absolute;
	right: 0;
	top: 8px;
	width: 5px;
	height: 5px;
	border-right: 1.5px solid rgba(255,255,255,0.5);
	border-bottom: 1.5px solid rgba(255,255,255,0.5);
	transform: rotate(-45deg);
}






/* section6 */
.section6{padding:50px 0 0;}
.section6 .conwrap{display:flex;flex-wrap:wrap;padding:0 3%;}
.section6 .conwrap .mainTitle1{width:34%;}
.section6 .conwrap .con{width:66%;}
.section6 .conwrap .con h3{font-size:46px;color:#000;font-weight:700;line-height:1.2em;}
.section6 .conwrap .con a{margin-top:35px;}
.section6 .con2{
	overflow:hidden;
	position:relative;
	width: 92%;
	margin:90px auto 0;
	background:url(/images/main/sec6_bg1.jpg) no-repeat;
	background-size:cover;background-attachment:fixed;
	transition: all 0.4s;
}
.section6 .con2 ul{display:flex;flex-wrap:wrap;position:relative;z-index:10;}
.section6 .con2 ul li{
	display:flex;align-items:center;justify-content:center;
	box-sizing:border-box;
	width:33.333%;height:580px;
	text-align:center;
}
.section6 .con2 ul li:nth-child(2){
	border-left:1px solid rgba(255,255,255,0.5);
	border-right:1px solid rgba(255,255,255,0.5);
}
.section6 .con2 ul li a{display:flex;flex-direction: column;align-items:center;justify-content:center; padding: 0 60px; width: 100%; height: 100%;}
.section6 .con2 ul li a:hover i{background: url(/images/main/btn_arr_hv.png) no-repeat center;}
.section6 .con2 ul li .icon{}
.section6 .con2 ul li .tit{margin:20px 0;font-size:35px;color:#fff;font-weight:600;}
.section6 .con2 ul li .txt{font-size:19px;color:#fff;line-height:1.7em; min-height: 3.4em;}
.section6 .con2 ul li .btnMore{
	color: #fff;
	margin-top: 30px;
}
.section6 .con2 .btnWrap{
	width: 100%;
	height: 170px;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 90px;
	border-top: 1px solid rgba(255,255,255,0.5);
	transition: all 0.3s;
}
.section6 .con2 .btnWrap:hover{
	backdrop-filter: blur(10px);
}
.section6 .con2 .btnWrap span{
	font-family: "Noto Sans KR";
	font-size: 36px;
	font-weight: 700;
	color: #fff;
}
.section6 .con2 .btnWrap i{
	display: inline-block;
	width: 26px;
	height: 23px;
	background: url(/images/main/sec6_btn_arr.png) no-repeat center / contain;
}

.section6 .textBg{position:relative;height:240px; margin: 180px 0;}
.section6 .textBg .txt{
	position:absolute;left:0%;top:0;display:flex;white-space:nowrap;
	font-family:"Poppins";font-size:200px;font-weight:600;line-height:1em;
	color:#04287e;
	letter-spacing: -10px;
}
.section6 .textBg .txt>span:first-child{margin-right:7vw;}
@keyframes textScroll {
	0%{
		transform: translate(0, 0);
	}
	100%{
		transform: translate(-50%, 0);
	}
}
.section6 .textBg .txt>span .line{
	color: #fff;
	-webkit-text-stroke: 2px #04287e;
}






/* section7 */
.section7{
	margin-top:170px;
	background-size:100% auto;
}
.section7 .conwrap{
	position: relative;
	display:flex;
	flex-direction: column;
	row-gap: 130px;
	justify-content: space-between;
}
.section7 .conwrap .line{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 1px;
	height: 100%;
	background: #ccc;
	display: none;
}
.section7 .conwrap .line:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 16px;
	height: 1px;
	background: #ccc;
}
.section7 .conwrap .line:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 16px;
	height: 1px;
	background: #ccc;
}
.section7 .conwrap .con{
	position: relative;
	width: 100%;
}
.section7 .conwrap .con .con_tit{
	position: absolute;
	left: 0;
	top: -60px;
	font-size: 22px;
	font-weight: 500;
	color: #000;
}
.section7 .conwrap .stockPage{
	padding: 70px;
	background: url(/images/main/sec7_stock_bg.jpg) no-repeat center / cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.section7 .conwrap .stockPage .tit{
	font-size: 48px;
	line-height: 1.2em;
	font-weight: 600;
	color: #fff;
}
.section7 .conwrap .stockPage .stock_info{
	margin: 50px 0 30px;
}
.section7 .conwrap .stockPage .stock_info dl{
	width: 100%;
	height: 60px;
	padding: 0 55px;
	border-radius: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	
}
.section7 .conwrap .stockPage .stock_info dl + dl{
	margin-top: 10px;
}
.section7 .conwrap .stockPage .stock_info dl dt{
	position: relative;
	width: 105px;
	font-size: 18px;
	color: #000;
}
.section7 .conwrap .stockPage .stock_info dl dt:after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background: rgba(0,0,0,0.3);
}
.section7 .conwrap .stockPage .stock_info dl dd{
	font-size: 18px;
	color: #000;
}
.section7 .conwrap .stockPage .stock_info dl dd .stock{
	font-size: 30px;
	font-weight: 500;
}
.section7 .conwrap .stockPage .stock_info dl dd .stock.up{
	color: #e60012;
}
.section7 .conwrap .stockPage .stock_info dl dd .stock.down{
	color: #1575bb;
}
.section7 .conwrap .stockPage .link{
	text-align: center;
}
.section7 .conwrap .stockPage a {
	padding: 20px 40px;
	background: #353535;
	border-radius: 40px;
	color: #fff;
}
.section7 .conwrap .irPage{
	border-top: 1px solid #000;
}
.section7 .conwrap .irPage ul li a{
	display: inline-block;
	width: 100%;
	padding: 30px 35px;
	border-bottom: 1px solid #ccc;
}
.section7 .conwrap .irPage ul li a .cate{
	display: inline-block;
	padding: 7px 14px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}
.section7 .conwrap .irPage ul li a .cate.cate1{background: #3a9af4;}
.section7 .conwrap .irPage ul li a .cate.cate2{background: #365398;}
.section7 .conwrap .irPage ul li a .cate.cate3{background: #40568d;}
.section7 .conwrap .irPage ul li a .tit{
	font-family: "Noto Sans KR";
	font-size: 24px;
	font-weight: 700;
	color: #000;
	margin: 20px 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.section7 .conwrap .irPage ul li a .date{
	font-family: "Poppins";
	font-size: 16px;
}


.section8{
	position: relative;
	margin-top: 150px;
	padding: 0 0 530px;
}
.section8 .boxwrap{
	position: relative;
	width: 92%;
	margin: 0 auto;
	background: url(/images/main/sec8_box_bg.jpg) no-repeat center bottom / cover;
	z-index: 1;
}
.section8 .boxwrap .conwrap{
	padding: 150px 0 110px;
	display:flex;
	flex-wrap:wrap;
}
.section8 .boxwrap .conwrap .mainTitle1{
	width:34%;
	color: #fff;
}
.section8 .boxwrap .conwrap .con{
	width:66%;
}
.section8 .boxwrap .conwrap .con h3{
	font-size:46px;
	color:#fff;
	font-weight:600;
	line-height:1.2em;
}
.section8 .boxwrap .conwrap .con a{
	margin-top:35px;
	color: #fff;
}
.section8 .boxwrap .btnArea{
	display: flex;
}
.section8 .boxwrap .btnArea .btnWrap{
	width: 50%;
	height: 170px;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 90px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	transition: all 0.3s;
}
.section8 .boxwrap .btnArea .btnWrap:first-child{
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.section8 .boxwrap .btnArea .btnWrap:hover{
	backdrop-filter: blur(10px);
}
.section8 .boxwrap .btnArea .btnWrap span{
	font-family: "Noto Sans KR";
	font-size: 36px;
	font-weight: 700;
	color: #fff;
}
.section8 .boxwrap .btnArea .btnWrap i{
	display: inline-block;
	width: 26px;
	height: 23px;
	background: url(/images/main/sec6_btn_arr.png) no-repeat center / contain;
}

.section8 .bg{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 810px;
	background: url(/images/main/sec8_bg.png) no-repeat center top / cover;
}






/* 모션 */
@-webkit-keyframes showImg{
0%{ clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);}
100%{clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%); }
animation-delay: 1s;
}
@-webkit-keyframes showImg2{
0% {clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);}
100% {clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);}
animation-delay: 1s;
}
@-webkit-keyframes opacityAni{
0%{opacity:0;}
100%{opacity:1;}
}
@-webkit-keyframes scaleAni{
0%{opacity:0;transform:scale(1.3);}
100%{opacity:1;transform:scale(1);}
}
@-webkit-keyframes scaleAni2{
0%{opacity:0.5;transform:scale(1.3);}
100%{opacity:1;transform:scale(1);}
}
@-webkit-keyframes fadeUpAni{
0%{opacity:0; transform:translateY(50px);}
100%{opacity:1;transform:translateY(0);}
}
@-webkit-keyframes fadeUpAni2{
0%{opacity:0; transform:translateY(30px);}
100%{opacity:1;transform:translateY(0);}
}
@-webkit-keyframes fadeLeftAni{
0%{opacity:0; transform:translateX(-50px);}
100%{opacity:1;transform:translateX(0);}
}
@-webkit-keyframes fadeRightAni{
0%{opacity:0; transform:translateX(50px);}
100%{opacity:1;transform:translateX(0);}
}

.fadeUp{opacity: 0;}
.fadeUp2{opacity: 0;}
.fadeLeft{opacity: 0;}
.fadeRight{opacity: 0;}
.showImg{opacity: 0;}
.showImg2{opacity: 0;}
.showImg_2{opacity: 0;}

.showImg.in-view{animation-name: showImg;animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01); animation-duration: 1.4s; opacity: 1;}
.showImg2.in-view{animation-name: showImg2;animation-timing-function: cubic-bezier(0.14, 0, 0.42, 1.01); animation-duration: 1.4s; opacity: 1;}



.showImg_2.in-view {animation-name: showImg2;animation-timing-function: cubic-bezier(.37,.38,.61,.61);animation-duration: 1.4s;opacity: 1 !important;}
.opacity.in-view{animation-name: opacityAni;animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01); animation-duration: 1.4s;}
.fadeUp.in-view{animation-name: fadeUpAni; animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);animation-duration: 1.4s; opacity: 1;}
.fadeUp2.in-view{animation-name: fadeUpAni2; animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);animation-duration: 1.4s; opacity: 1;}
.fadeLeft.in-view{animation-name: fadeLeftAni; animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);animation-duration: 1.2s; opacity: 1;}
.fadeRight.in-view{animation-name: fadeRightAni; animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01);animation-duration: 1.2s; opacity: 1;}
.fadeIn.in-view{animation-name: fadeIn;animation-duration: 0.9s;animation-fill-mode:forwards;animation-timing-function: ease-in-out;}
.scaleAni.in-view{animation-name: scaleAni; animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01); animation-duration: 1.4s; }
.scaleAni2.in-view{animation-name: scaleAni2; animation-timing-function: cubic-bezier(0.42, 0, 0.14, 1.01); animation-duration: 1.5s; }


.section1 .visual .swiper-slide .bg .img{transform: scale(1.1);transition: all 2s;}
.section1 .visual .swiper-slide-active .bg .img{transform: scale(1); }

.section1 .visual .swiper-slide .txtwrap .txts > div span{transform: translateY(100%);}
.section1 .visual .swiper-slide-active .txtwrap .txts > div span{transform: translateY(0); transition: all 1.2s 0.2s;}
.section1 .visual .swiper-slide-active .txtwrap .txts > div:last-child span{transform: translateY(0); transition: all 1.2s 0.5s;}




.section2 li a{opacity: 0; transform: scale(0.8);}
.section2 ul.in-view li a{opacity: 1; transform: scale(1);}

.section2 li:nth-child(1) a{transition: all 1.2s 0.2s;}
.section2 li:nth-child(2) a{transition: all 1.2s 0.3s;}
.section2 li:nth-child(3) a{transition: all 1.2s 0.4s;}
.section2 li:nth-child(4) a{transition: all 1.2s 0.5s;}

.section2 ul.in-view li a .circle-border{opacity: 0; transition: 0.2s 1.4s;}
.section2 ul.in-view li:nth-child(2) a .circle-border{opacity: 0; transition: 0.2s 1.5s;}
.section2 ul.in-view li:nth-child(3) a .circle-border{opacity: 0; transition: 0.2s 1.6s;}
.section2 ul.in-view li:nth-child(4) a .circle-border{opacity: 0; transition: 0.2s 1.7s;}






.section3 .conwrap .con h3 .char{opacity:0;display: inline-block;}
.section3 .conwrap .con.in-view h3 .char:nth-child(odd){
	 animation: opacityAni 0.85s cubic-bezier(.5, 0, .5, 1);
  animation-fill-mode: forwards;
   animation-direction:alternate;
   animation-delay: calc(0.25s + 20ms * var(--char-index));
}
.section3 .conwrap .con.in-view h3 .char:nth-child(even){
	 animation: opacityAni 0.85s cubic-bezier(.5, 0, .5, 1);
  animation-fill-mode: forwards;
   animation-direction:alternate;
   animation-delay: calc(20ms * var(--char-index));
}

.section3 .conwrap .con h3 > div i{
	font-style: normal;
	overflow: hidden;
}
.section3 .conwrap .con h3 > div i span{
	display: inline-block;
	color: #ABBFD8;
	transform: translateY(100%);
}
.section3 .conwrap .con.in-view h3 > div i span{
	transform: translateY(0);
	color: #0981EF;
}
.section3 .conwrap .con.in-view h3 > div i span:nth-child(1){transition: all 1.2s 0.6s;}
.section3 .conwrap .con.in-view h3 > div i span:nth-child(2){transition: all 1.2s 0.8s;}
.section3 .conwrap .con.in-view h3 > div i span:nth-child(3){transition: all 1.2s 1s;}
.section3 .conwrap .con.in-view h3 > div i span:nth-child(4){transition: all 1.2s 1.2s;}


.card .inner .txtwrap .tit_en{opacity: 0; transform: translateY(20px);}
.card .inner .txtwrap .tit_kr{opacity: 0; transform: translateY(20px);}
.card .inner .txtwrap .con_tit{opacity: 0; transform: translateY(20px);}
.card .inner .txtwrap .con{opacity: 0; transform: translateY(20px);}
.card .inner .txtwrap .btnMore{opacity: 0; transform: translateY(20px);}

.card.active .inner .txtwrap .tit_en{opacity: 1; transform: translateY(0); transition: all 1.2s 0.2s;}
.card.active .inner .txtwrap .tit_kr{opacity: 1; transform: translateY(0); transition: all 1.2s 0.3s;}
.card.active .inner .txtwrap .con_tit{opacity: 1; transform: translateY(0); transition: all 1.2s 0.4s;}
.card.active .inner .txtwrap .con{opacity: 1; transform: translateY(0); transition: all 1.2s 0.5s;}
.card.active .inner .txtwrap .btnMore{opacity: 1; transform: translateY(0); transition: all 1.2s 0.6s;}


.card .inner .imgwrap img {width: 0;}
.card.active .inner .imgwrap img{width: 100%; transition: all 1.2s 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);}



.section4 .conwrap .img>div {width: 0;}
.section4 .conwrap .img.on>div{width: 100%; transition: all 1.2s 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);}
.section4 .conwrap .img.in-view>div{width: 100%; transition: all 1.2s 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);}




.section5 .bg{transform: scale(1.2);}
.section5.in-view .bg{transform: scale(1); transition: all 2s 0.2s;}



.section8 .boxwrap{width: 100%;}
.section8 .boxwrap.in-view{width: 92%; transition: all 2s 0.2s;}






