.main-content-inner01{padding: 130px 0 120px;position: relative;}
.main-content-box02 .main-content-inner01{padding-top:0;}
.main-content-inner01 .main-title{font-weight: 700;font-size: 48px;line-height: 56px;color: #111111;}
.main-content-inner01 .inner01-swiper{margin-top: 32px;}
.main-content-inner01 .inner01-swiper .swiper-wrapper{display: grid;grid-template-columns: repeat(3, 1fr);gap: 32px;}
.main-content-inner01 .inner01-swiper .swiper-wrapper a{display: block;}
.main-content-inner01 .inner01-swiper .swiper-wrapper a .img-wrap{height: 284px;margin-bottom: 16px;overflow: hidden;}
.main-content-inner01 .inner01-swiper .swiper-wrapper a .img-wrap img{width: 100%;height: 100%;object-fit: cover;object-position: center;transition: all 0.5s ease;}
.main-content-inner01 .inner01-swiper .swiper-wrapper a .txt01{font-weight: 600;font-size: 20px;line-height: 150%;letter-spacing: -0.02em;color: #111111;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;height: 60px;}
.main-content-inner01 .inner01-swiper .swiper-wrapper a .txt02{font-weight: 400;font-size: 16px;line-height: 150%;letter-spacing: -0.02em;color: #555555;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;margin-top: 8px;}
.main-content-inner01 .inner01-swiper .swiper-wrapper a:hover .img-wrap img{transform: scale(1.1);}

.main-content-inner01 .main-more a{position: absolute;top: 141px;right: 0;font-weight: 400;font-size: 16px;line-height: 150%;letter-spacing: -0.02em;text-decoration-line: underline;color: #1174FF;text-underline-offset: 2px;display: flex;align-items: center;gap: 16px;}
.main-content-inner01 .main-more a:after{content: '';width: 36px;height: 36px;display: inline-block;background: #1174FF url(../img/main/link.png) no-repeat center;border-radius: 50%;}

@media(max-width: 1024px){
	.main-content-inner01{padding: 64px 20px;}
	.main-content-inner01 .main-title{font-size: 24px;line-height: 140%;}
	.main-content-inner01 .inner01-swiper{margin-top: 24px;}
	.main-content-inner01 .inner01-swiper .swiper-wrapper{grid-template-columns: repeat(2, 1fr);gap: 20px;}
	.main-content-inner01 .inner01-swiper .swiper-wrapper a .txt01{font-size: 16px;line-height: 140%;height: auto;}
	.main-content-inner01 .inner01-swiper .swiper-wrapper a .txt02{display: none;}
	.main-content-inner01 .main-more a{font-size: 14px;line-height: 150%;top: 70px;right: 20px;}
	.main-content-inner01 .main-more a:after{display: none;}

}

@media(max-width: 768px){
	.main-content-inner01{padding: 64px 20px;}
	.main-content-inner01 .inner01-swiper .swiper-wrapper{display: flex;gap: 0;}
	.main-content-inner01 .inner01-swiper .swiper-wrapper a .img-wrap{ aspect-ratio: 460/310; height: auto; }
}