
main{max-width:1760px;transition-delay: .2s;transform: translateY(0);}
main>div+div{margin-top:200px}
main>div{position:relative;}
main h3{
	margin-bottom:35px;  
	font-size:36px;color:#fff;font-weight:900
}
main h3 span{display:block;font-size:16px;font-weight:400;line-height:1.4em}
main h3 b{display:block;font-size:72px;font-weight:900;line-height:1.3em}
main h3 b+span{margin-top:20px}
main h3 a.more{margin-top:50px;display:inline-block;font-size:16px;font-weight:400}
main p.more{position:absolute;top:0;right:0;font-size:16px}


.visual{padding-bottom:30px}
.visual .slider{
	position:relative;
	border-radius:15px;
	overflow:Hidden;
}
.visual .swiper-slide{
	position:relative;
	height:680px;
	background:url(../img/main/visual1.jpg) no-repeat center;background-size:cover;
}
.visual .swiper-slide>a{
	display:block;width:100%;height:100%
}
.visual .swiper-slide p{
	position:absolute;bottom:0;left:0;
	width:100%;
	box-sizing:border-box;
	padding:60px;
	font-size:32px;color:#fff;font-weight:600;
	transition:1s;transform:translateY(20px);opacity:0;
}
.visual .swiper-slide.swiper-slide-active p{transform:translateY(0);opacity:1;transition-delay:.2s}
.visual .swiper-button-arrow{
	position:absolute;top:50%;
	width:52px;height:52px;
	margin:-40px 40px 0;
	background:rgba(18, 24, 62, 0.7) url(../img/ico/go_simple_white.svg) no-repeat center;
	border-radius:50%;
	display:none
}
.visual .swiper-button-arrow svg{display:None}
.visual .swiper-button-arrow:hover{background-color:#fff;background-image:url(../img/ico/go_black.svg)}
.visual .swiper-button-arrow.swiper-button-prev{transform:rotate(180deg)}
.visual .swiper-pagination{bottom:0}
.visual .swiper-pagination span{
	width:120px;max-width:15%;height:2px;
	margin:0 12px;
	background:#fff;border-radius:0;
	opacity:1
}
.visual .swiper-pagination span.swiper-pagination-bullet-active{background:#e8120a}
.visual.slider_active .swiper-button-arrow{display:block;}

.info ul{
	display:grid;gap:16px;grid-template-columns:repeat(3, 1fr);
}
.info ul li{
	position:relative;
	height:480px;
	border-radius:15px;
	overflow:HIdden;
}
.info ul li:before{
	content:'';
	position:absolute;top:0;left:0;
	display:block;width:100%;height:100%;
	background:url(../img/main/info1.jpg) no-repeat center;
	transition:.8s ease-out;
}
.info ul li a{
	position:relative;
	display:block;
	width:100%;height:100%;
	box-sizing:border-box;
	padding:50px;
	z-index:1
}
.info ul li a span{
	display:inline-block;height:34px;line-height:34px;
	padding:0 14px;
	margin-bottom:20px;
	background:#fff;border-radius:30px;
	font-size:16px;color:#000;font-weight:600
}
.info ul li a b{
	display:block;
	max-width:360px;
	font-size:24px;color:#fff;font-weight:600;line-height:1.3em;word-break:keep-all
}
.info ul li a:after{
	content:'자세히보기';
	position:absolute;bottom:30px;right:30px;
	display:block;width:52px;height:52px;line-height:52px;
	background:#fff url(../img/ico/go_black.svg) no-repeat right 13px center ;
	border-radius:50px;
	overflow:hidden;
	font-size:0;text-align:center;transition:.4s ease-out;
}
.info ul li:hover:before{transform:scale(1.04);}
.web .info ul li:hover a:after{width:calc(100% - 60px);background-color:#EA120A;background-image:url(../img/ico/go_white.svg);font-size:20px}
.info ul li:nth-child(2):before{background-image:url(../img/main/info2.jpg)}
.info ul li:nth-child(3):before{background-image:url(../img/main/info3.jpg)}
.info ul li:nth-child(4):before{background-image:url(../img/main/info4.jpg)}
.info ul li:nth-child(5):before{background-image:url(../img/main/info5.jpg)}
.info ul li:nth-child(6):before{background-image:url(../img/main/info6.jpg)}

.performance{overflow:Hidden;}
.performance .slider .swiper-slide a{
	position:relative;
	display:flex;align-items:center;justify-content:center;
	height:800px;
	background:url(../img/main/performance1.jpg) no-repeat center;background-size:cover;
	border-radius:15px;
	overflow:HIdden;
	text-align:center;
}
.performance .slider .swiper-slide a:after{
	content:'자세히보기';
	position:absolute;bottom:30px;right:30px;
	display:block;width:52px;height:52px;line-height:52px;
	background:#fff url(../img/ico/go_black.svg) no-repeat right 13px center ;
	border-radius:50px;
	overflow:hidden;
	font-size:0;text-align:center;transition:.4s ease-out;
}
.performance .slider .swiper-slide dt{
	font-size:36px;font-weight:900;
	transition:.4s ease-out;
}
.web .performance .slider .swiper-slide dd{
	visibility:hidden;position:absolute;top:50%;left:0;
	width:100%;
	box-sizing:border-box;
	padding:0 20px;
	font-size:20px;color:#fff;text-align:center;
	transform:translateY(20px);
	opacity:0
}
.web .performance .slider .swiper-wrapper{gap:12px}
.web .performance .slider .swiper-slide{flex:1;transition:.4s}
.web .performance .slider .swiper-slide.active{flex:2.2}
.web .performance .slider .swiper-slide.active a:after{
	width:calc(100% - 60px);background-color:#EA120A;background-image:url(../img/ico/go_white.svg);font-size:20px
}
.web .performance .slider .swiper-slide.active dt{transform:translateY(-50px);font-size:60px}
.web .performance .slider .swiper-slide.active dd{
	visibility:visible;opacity:1;transform:translateY(0);
	transition:.4s ease-out;transition-delay:.2s
}
.performance .slider .swiper-slide:nth-child(2) a{background-image:url(../img/main/performance2.jpg)}
.performance .slider .swiper-slide:nth-child(3) a{background-image:url(../img/main/performance3.jpg)}
.performance .slider .swiper-slide:nth-child(4) a{background-image:url(../img/main/performance4.jpg)}

.board .ct{
	display:flex;gap:12px
}
.board .ct h3{flex:2.2}
.board .ct .latest_wr{flex:3}
.board .ct .latest_wr .fa,
.board .ct .latest_wr .new_icon,
.board .ct .latest_wr .lt_info,
.board .ct .latest_wr .lt_more,
.board .ct .latest_wr h2{display:none}
.board .ct .latest_wr li{
	display:flex;align-items:center;    flex-direction: row-reverse;
	min-height:60px;
	padding:20px 40px;
	margin-top:10px;
	background:#fff;
	border-radius:15px;
	overflow:Hidden;
}
.board .ct .latest_wr li a{flex:1;font-size:24px;font-weight:600;color:#000}
.board .ct .latest_wr li a:hover{color:#EA120A}
.board .ct .latest_wr li a.lt_img{font-size:0;width:160px}

@media all and (max-width:1224px){
	.web .performance .slider .swiper-slide dt{font-size:30px;}
	.web .performance .slider .swiper-slide dd{font-size:18px;}
	.web .performance .slider .swiper-slide.active dt{font-size:50px}
}

@media all and (max-width:1024px){
	main>div+div{margin-top:100px}
	main h3{margin-bottom: 30px;font-size: 30px;}
	main h3 b{font-size:45px}
	main h3 span{font-size:18px}
	main p.more{top:10px;font-size:15px}
	.visual .swiper-pagination span{max-width:10%}
	.info ul{grid-template-columns: repeat(2, 1fr);}
	.info ul li{height:380px}
	.info ul li a{padding:35px}
	.performance .slider .swiper-slide a:after,
	.info ul li a:after{width:40px;height:40px;line-height:40px;background-size:20px auto;background-position:right 9px center;}
	.performance{margin:100px -40px 0;padding:0 40px}
	.performance .slider .swiper-slide a{height:380px}
	.performance p.more{right:40px}
	.board .ct .latest_wr li a{font-size:20px;line-height:1.3em}

}

@media all and (max-width:760px){
	main h3{margin-bottom: 25px;font-size: 25px;}
	main h3 b{font-size:36px}
	main h3 span{font-size:16px}
	main p.more{top:10px;font-size:13px}
	main>div+div{margin-top:60px}
	.visual.slider_active .swiper-button-arrow{display:none}
	.visual .swiper-slide{height:480px}
	.visual .swiper-slide p{padding:25px;font-size:32px;line-height:1.4em}
	.info ul{grid-template-columns: repeat(1, 1fr);}
	.info ul li{height:320px}
	.info ul li a{padding:30px}
	.board .ct{display:block;}
	.performance{margin:60px -20px 0;padding:0 20px}
}