/* 모바일 Business 섹션 스타일 */
.mobile-business {
    overflow: hidden;
    padding: 56px 0;
    background-color: #fff;
}

.mobile-business-inner {
    padding: 0 18px;
}

.mobile-business-title {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    color: #111;
}

/* Swiper 스타일 커스터마이징 */
.business-swiper {
    overflow: visible;
    width: 100%;
    padding-bottom: 40px;
    margin-top: 22px;
}

.business-swiper .swiper-slide {
    width: 100%;
}

/* Business Card 스타일 */
.mobile-business-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.mobile-business-card-img {
    width: 100%;
    height: 116px;
    overflow: hidden;
}

.mobile-business-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-business-card-contents {
    padding: 13px 15px 17px;
}

.mobile-business-card-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 11px;
}

.mobile-business-card-title-text {
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    color: #222;
}

.mobile-business-card-link {
    position: relative;
    padding-right: 12px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #9D9D9D;
}

.mobile-business-card-link::before {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    width: 7px;
    height: 12px;
    background: url("../../img/mobile/icon-link-arrow.svg") 0 0 no-repeat;
    background-size: 7px 12px;
}

.mobile-business-card-subtitle p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #545454;
}

.mobile-business-card-buttons {
    display: flex;
    margin-top: 12px;
}

.mobile-business-card-button {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
    padding: 5px 8px;
    background-color: #fff;
    border: 1px solid #015dd1;
    border-radius: 22px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #015DD1;
}

.mobile-business-card-button img {
    width: 13px;
    margin-right: 5px;
}

/* Swiper 페이지네이션 커스터마이징 */
.business-swiper .swiper-pagination {
    bottom: 0 !important;
}

.business-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ddd;
    opacity: 1;
}

.business-swiper .swiper-pagination-bullet-active {
    background: #015dd1;
}
