@charset "utf-8";
/* 새글 스킨 (latest) */
.lt_more {display: none; margin-top: 20px; text-align: center; width: 100%;}
.lt_more a {display: inline-block; padding: 10px 20px; background: #333; color: #fff; border-radius: 5px; text-decoration: none;}
.lt_more a:hover {background: #555;}

/* 메인 콘텐츠 07 스타일 */
.tl_slide_gallery { width: 100%; padding: 100px 0; }
.tl_slide_gallery .slider-wrapper { position: relative; width: 100%; margin-bottom: 40px; }
.tl_slide_gallery .header-wrapper { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.tl_slide_gallery .section-title { font-size: 28px; font-weight: bold; }

/* Swiper 커스터마이징 */
.tl_slide_gallery .swiper-container { width: 100%; overflow: hidden; }
.tl_slide_gallery .service-card { position: relative; overflow: hidden; border-radius: 8px; background-color: #fff; height: 600px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.tl_slide_gallery .service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.tl_slide_gallery .service-card:hover img { transform: scale(1.05); }
.tl_slide_gallery .service-info { position: absolute; bottom: 0; left: 0; width: 100%; padding: 40px; background: linear-gradient(to top, rgba(0,0,0,0.7), transparent); }
.tl_slide_gallery .service-title { font-size: 24px; font-weight: bold; margin-bottom: 10px; color: #fff; }
.tl_slide_gallery .view-more { display: flex; justify-content: space-between; align-items: center; color: #fff; font-size: 16px; padding-top: 20px; border-top: 1px solid rgba(222, 222, 222, 0.3); text-decoration: none; }
.tl_slide_gallery .arrow { font-size: 18px; transition: transform 0.3s ease; }
.tl_slide_gallery .service-card:hover .arrow { transform: translateX(5px); }

/* Swiper 슬라이드 간격 조정 */
.tl_slide_gallery .swiper-slide { margin-right: 20px; }
.tl_slide_gallery .swiper-slide:nth-child(3n) { margin-right: 0; }

/* 내비게이션 버튼 */
.tl_slide_gallery .swiper-button-next, .tl_slide_gallery .swiper-button-prev { position: static; width: 40px;  height: 40px;  margin: 0; border-radius: 50%; color: #333;}
.tl_slide_gallery .swiper-button-next, .tl_slide_gallery .swiper-button-prev i { color: #333; font-size: 25px}
.tl_slide_gallery .swiper-button-next:after, .tl_slide_gallery .swiper-button-prev:after {  font-size: 18px; font-weight: bold; display: none}
.tl_slide_gallery .navigation-wrapper {display: flex; gap: 10px;}

/* 페이지네이션 */
.tl_slide_gallery .swiper-pagination { position: static; margin-top: 20px; }
.tl_slide_gallery .swiper-pagination-bullet { width: 10px; height: 10px; background-color: #ddd; opacity: 1; margin: 0 3px;}
.tl_slide_gallery .swiper-pagination-bullet-active { background-color: #333; }

/* 게시물이 없을 때 */
.no-content { background-color: #f5f5f5; display: flex; justify-content: center; align-items: center; text-align: center; }
.no-content .service-info { position: static; background: none; }
.no-content .service-title { color: #333; }

@media (max-width: 768px) {
    .tl_slide_gallery { padding: 60px 0; }
    .tl_slide_gallery .header-wrapper {
        flex-direction: column; align-items: flex-start; gap: 15px; 
    }
    .tl_slide_gallery .navigation-wrapper { 
        align-self: flex-end; 
    }
    .tl_slide_gallery .service-card {
        height: 400px;
    }
    .tl_slide_gallery .service-title {
        font-size: 20px;
    }
    .tl_slide_gallery .service-info {
        padding: 20px;
    }
}