.water_care_table_swiper .swiper-slide {
    width: auto;
}
.water_care_table_swiper .table_wrap {
    min-width: 1000px;
    width: 100%;
}
.water_care_pagination {
    height: 4px;
    background: #eee;
    margin-top: 10px;
}
.water_care_pagination .swiper-pagination-progressbar-fill {
    background: #007aff;
}

/* 테이블 기본 스타일 */
.info_table {
    margin-top: 0.5rem;
    font-size: 14px;
    line-height: 1.5;
}
.info_table h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 18px;
}
.info_table table {
    border-top: 1px solid #000;
    border-collapse: collapse;
    width: 100%;
    min-width: 90rem;
    margin: 0 auto;
    table-layout: fixed;
}
.info_table table:first-of-type {
    margin-bottom: 5rem;
}
.info_table th,
.info_table td {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 0.4rem;
    text-align: center;
    vertical-align: middle;
}
.info_table .th {
    font-weight: 500;
}
.info_table .table_type1 {
    border-right: none;
}
.info_table .care_filter td.th {
    background-color: transparent;
}
.info_table .care_filter td .img_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.6rem 0;
}
.info_table .care_filter .img_wrap img {
    width: 30px;
}
.info_table .care_filter .img_wrap img.filter_pd1 {
    width: 40px;
}
.info_table tr.border_bottom_soft th,
.info_table tr.border_bottom_soft td {
    border-bottom: 1px solid #C0C0C0;
}
.info_table tr.border_bottom_soft td.th {
    border-bottom: 1px solid #000000;
}

/* 탭 관련 스타일 */
.care_tab_container {
    max-width: 90rem;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.care_tab_swiper {}
.care_tab_wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow: hidden;
}
.care_tab_item {
    display: table;
    text-align: center;
    min-width: 16.5rem;
    width: auto;
    border-bottom: 0.0625rem solid #CFCBC1;
}
.care_tab_item a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 6.25rem;
    width: 100%;
    font-size: 1.25rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.4);
    line-height: 1.4;
    padding: 0.75rem 1.563rem;
    border-bottom: 0.25rem solid #E6E1DA;
    cursor: pointer;
    white-space: normal;
}
.care_tab_item a:hover,
.care_tab_item.active a {
    color: rgb(0, 0, 0);
    border-bottom: 0.25rem solid #D8362A;
}
.care_tab_item:first-of-type {
    margin-left: 3.75rem !important;
}
.care_tab_item:last-of-type {
    margin-right: 3.75rem !important;
}
.care_tab_content {
    padding: 20px;
}
.care_tab_panel {
    display: none;
}
.care_tab_panel.active {
    display: block;
}
.care_tab_nav {
    background: url(../images/common/arrow_b.svg) no-repeat 0 0;
}
.care_tab_nav.care_tab_prev,
.care_tab_nav.care_tab_next {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.125rem;
    height: 3.125rem;
    background-position: center center;
    background-size: 0.438rem 0.875rem;
    border-radius: 50%;
}
.care_tab_nav.care_tab_prev,
.care_tab_nav.care_tab_next {
    width: 3.75rem;
    height: 100%;
    background-size: 1.25rem 2.5rem;
    background-color: #E6E1DA;
    position: absolute;
    top: 0;
    border-radius: 0;
    z-index: 2;
}
.care_tab_nav.care_tab_prev {
    left: 0;
}
.care_tab_nav.care_tab_next {
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    right: -3px;
}
.care_tab_panel .add_top_padding {
    padding-top: 8.25rem;
}
.product_tab .add_top_padding {
    padding-top: 8.25rem;
}

.product_tab_content section.common_sec02 {
    padding: 3.25rem 0 0;
    background-color: transparent;
}


/* 반응형 수정 */
@media (max-width: 1495px) {
    .water_care_table_swiper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        cursor: grab;

        scrollbar-width: none;
    }
    .water_care_table_swiper::-webkit-scrollbar {
        display: none;
    }
    .water_care_table_swiper .swiper-wrapper {
        display: block;
    }
    .water_care_table_swiper .swiper-slide {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .care_tab_item {
        border-bottom: 0;
        min-width: auto;
    }
    .care_tab_item:first-of-type {
        margin-left: 0rem !important;
    }
    .care_tab_item:last-of-type {
        margin-right: 0rem !important;
    }
    .care_tab_item a {
        font-size: 1rem;
        padding: 0.625rem 0.875rem 0.313rem;
        height: 3.438rem;
        border-bottom: 0;
    }
    .care_tab_item a:hover,
    .care_tab_item.active a {
        color: rgb(0, 0, 0);
        border-bottom: 0.125rem solid #D8362A;
    }
}