.main-content-box03{ width:100%; max-width:1440px; margin:0 auto; }
.main-content-inner03{padding: 120px 0;position: relative;}
.main-content-inner03 .main-title{font-weight: 700;font-size: 48px;line-height: 56px;color: #111111;position: relative;z-index: 1;}

.main-content-inner03 .inner03-swiper{margin-top: 40px;}
.main-content-inner03 .inner03-swiper .swiper-slide{}
.main-content-inner03 .inner03-swiper .swiper-slide a{display: block;}
.main-content-inner03 .inner03-swiper .swiper-slide a > div{height: 260px;overflow: hidden;margin-bottom: 24px;}
.main-content-inner03 .inner03-swiper .swiper-slide a > div img{width: 100%;height: 100%;object-fit: cover;object-position: center;transition: all 0.5s ease;}
.main-content-inner03 .inner03-swiper .swiper-slide a .txt01{font-weight: 500;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;}

.main-content-inner03 .swiper-pagination{position: unset;margin-top: 35px;text-align: left;}
.main-content-inner03 .swiper-pagination-bullet{width: 32px;height: 4px;background: #ccc;border-radius: 20px;}
.main-content-inner03 .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #1174FF;width: 80px;}

.main-content-inner03 .main-more{max-width: 1440px;position: absolute;top: 130px;right: 0;left: 0;z-index: 1;}
.main-content-inner03 .main-more a{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;justify-content: flex-end;align-items: center;gap: 16px;}
.main-content-inner03 .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%;}
.main-content-inner03 .inner03-swiper .swiper-slide a:hover > div img{transform: scale(1.1);}

.main-content-inner03 .text-wrap{width:100vw;position:absolute;top:24px;left:50%;margin-left:-50vw;white-space:nowrap;display:flex;gap:10px;z-index: 0;}
.main-content-inner03 .text-wrap .text-ani {font-family: "Abhaya Libre", serif;font-weight: 800;font-size: 400px;line-height: 100%;letter-spacing: -0.02em;color: #E7E9ED;opacity: 0.56;}


@media(max-width: 1024px){
	.main-content-box03{padding: 0 20px; box-sizing:border-box;}
	.main-content-inner03{padding: 60px 0;}
	.main-content-inner03 .main-title{font-size: 24px;line-height: 140%;}
	
	.main-content-inner03 .text-wrap{display: none;}
	
	.main-content-inner03 .inner03-swiper .swiper-slide a > div{aspect-ratio: 460/310;margin-bottom: 20px;height: auto;}
	.main-content-inner03 .inner03-swiper .swiper-slide a .txt01{font-size: 20px;line-height: 150%;}
	
	.main-content-inner03 .swiper-pagination{margin-top: 20px;}
	.main-content-inner03 .swiper-pagination-bullet{width: 16px;}
	.main-content-inner03 .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 60px;}
	
	.main-content-inner03 .main-more{top: 66px;}
	.main-content-inner03 .main-more a{font-size: 14px;line-height: 150%;}
	.main-content-inner03 .main-more a:after{display: none;}
}