/* 모바일 Work 섹션 스타일 */
.mobile-work {
    overflow: hidden;
    padding: 56px 0;
    background-color: #fff;
}

.mobile-work-inner {
    padding: 0 18px;
}

.mobile-work-title {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    color: #111;
}

/* Swiper 스타일 커스터마이징 */
.work-swiper {
    overflow: visible;
    width: 100%;
    padding-bottom: 40px;
    margin-top: 22px;
}

.work-swiper .swiper-slide {
    width: 100%;
}

/* Work Card 스타일 */
.mobile-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    height: 100%;
}

.mobile-card-contents-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.mobile-card-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 19px;
}

.mobile-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mobile-card-title {
    font-size: 15px;
    line-height: 23px;
    font-weight: 700;
    color: #051dd1;
    margin-bottom: 21px;
}

.mobile-card-content {
    position: relative;
    width: 100%;
    padding-top: 25px;
}

.mobile-card-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 35px;
    right: 35px;
    height: 1px;
    background-color: #EAEAEA;
}

.mobile-card-content p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #545454;
}

.mobile-card-content .mobile-card-content-stressed {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 9px;
}

/* Swiper 페이지네이션 커스터마이징 */
.work-swiper .swiper-pagination {
    bottom: 0 !important;
}

.work-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ddd;
    opacity: 1;
}

.work-swiper .swiper-pagination-bullet-active {
    background: #015dd1;
}
