/* 모바일 Culture & Values 섹션 스타일 */
.mobile-culture-value {
    overflow: hidden;
    padding: 56px 0;
    background-color: rgba(244, 246, 249, 0.8);
}

.mobile-culture-value-inner {
    padding: 0 18px;
}

.mobile-culture-value-title {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    color: #111;
}

/* Swiper 스타일 커스터마이징 */
.culture-value-swiper {
    overflow: visible;
    width: 100%;
    padding-bottom: 40px;
    margin-top: 22px;
}

.culture-value-swiper .swiper-slide {
    width: 100%;
}

/* Value List 스타일 */
.mobile-value-list {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.mobile-value-list-img {
    width: 100%;
    height: 132px;
    overflow: hidden;
}

.mobile-value-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-value-list-contents {
    padding: 14px 15px 23px;
}

.mobile-value-list-title {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    color: #015dd1;
    margin-bottom: 9px;
}

.mobile-value-list-subtitle {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 16px;
}

.mobile-value-list-text {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #545454;
}

/* Swiper 페이지네이션 커스터마이징 */
.culture-value-swiper .swiper-pagination {
    bottom: 0 !important;
}

.culture-value-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ddd;
    opacity: 1;
}

.culture-value-swiper .swiper-pagination-bullet-active {
    background: #015dd1;
}
