/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
.main_container {
    margin-top: -185px; /* -185px */
}

.header:not([class*=" "]) {
    background: transparent;
}

.main-banner {
    position: relative;
    width: 100%;
}
.main-banner .swiper-slide {
    overflow: hidden;
}

.mainSwiper .inner {
    position: relative;
}

.mainSwiper .txt-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    margin-left: -35%;
    color: #3b3b3b;
    z-index: 3;
}

.mainSwiper .sub-title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
}

.mainSwiper .main-title {
    font-size: 56px;
    line-height: 1.3;
    margin: 26px 0 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.mainSwiper .desc {
    color: #6E6F6F;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.035em;
}

.mainSwiper .img-box {}

.mainSwiper .img-box img {
    width: 100%;
    height: auto;
    display: block;
}

.mainSwiper .control-wrap {
    position: absolute;
    bottom: 21px;
    left: 0;
    width: 100%;
    z-index: 10;
}

.mainSwiper .control-inner {
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    max-width: var(--layout-total-width);
    padding: var(--layout-padding-set);
}

.mainSwiper .swiper-pagination {
    display: flex;
    gap: 6px;
    position: static !important;
    width: auto !important;
}

.mainSwiper .swiper-pagination-bullet {
    transition: 0.3s;
    width: 52px !important;
    height: 2.5px !important;
    border-radius: 2px !important;
    background: #000000 !important;
    opacity: 0.15 !important;
    margin: 0 !important;
}

.mainSwiper .swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.mainSwiper .pc-only-controls {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mainSwiper .fraction {
    font-size: 15px;
    font-weight: 600;
    color: #888888;
    min-width: 36px;
    letter-spacing: 0.02em;
}

.mainSwiper .fraction .current {
    color: #000000;
}

.mainSwiper .nav-btns {
    display: flex;
    gap: 0;
}

.mainSwiper .swiper-button-prev,
.mainSwiper .swiper-button-next {
    position: static !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
}

.mainSwiper .swiper-button-prev::after,
.mainSwiper .swiper-button-next::after {
    color: #000000;
    font-weight: 600;
    font-size: 13px !important;
}

.category-container {
    display: flex;
    text-align: center;
    font-size: 0;
    overflow: auto hidden;
    white-space: nowrap;
    max-width: var(--layout-total-width);
    padding: var(--layout-padding-set);
    margin: 60px auto 0;
    scrollbar-width: none;
    justify-content: center;

    &::-webkit-scrollbar {
        height: 3px;
    }

    &::-webkit-scrollbar-thumb {
        background-color: #888888;
        border-radius: 4px;
    }

    &::-webkit-scrollbar-track {
        background-color: #F1F1F1;
        border-radius: 5px;
    }
}

.category-container .category-item {
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    display: inline-flex;
    margin: 0 28px;
}

.category-container .img-box {
    border-radius: 50%;
    overflow: hidden;
    height: 116px;
    width: 116px;
}

.category-container .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-container .category-item span {
    font-weight: 500;
    color: #000000;
    margin-top: 20px;
    font-size: 19px;
}

.banner {
    margin: 144px 0 0;
    position: relative;
    height: 592px;
    overflow: hidden;
}
.banner>img:first-child {
    width: 100%;
    height: 120%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    will-change: transform;    
}

.banner .txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    margin: 0px auto;
    text-align: center;
} 

.banner .txt .txt-sub {
    margin: 40px 0;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 52px;
}

.banner .txt a {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 2px;
}

.care-button {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 64px;
    margin-top: 48px;
}

.care-section {}

.care-button {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 64px;
    margin-top: 48px;
}

.care-tabs {
    display: flex;
    justify-content: flex-start;
    gap: 36px;
}

.care-tabs li {
    cursor: pointer;
    text-align: center;
    color: #888888;
    font-size: 18px;
    font-weight: 500;
    flex: 1 1 auto;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}
.care-tabs li.active {
    font-weight: bold;
    color: #000000;
}

.care-tabs .icon {
    /*max-width: 92px;
    max-height: 92px;*/
    max-width: 94px;
    max-height: 94px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 1.5px solid transparent;
    margin-bottom: 18px;
    transition: 0.3s;
    background: #f9f8f4;
}

.care-tabs .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.care-tabs li.active .icon {
    border-color: var(--main-color);
}

.care-section .product-swiper {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

.care-section .product-swiper.active {
    display: block;
}
.care-button .lactobacillusFind {
    background: #fff;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    width: 216px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    gap: 6px;
}
.care-button .lactobacillusFind picture {
    font-size: 0;
}
@media (max-width: 1400px) {
    .care-button {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .care-tabs {
        width: 100%;
        justify-content: space-between;
    }

    .care-button .lactobacillusFind {
        width: 100%;
    }
}
 

.brand-store {}

.brand-store .mainTitle,
.brand-store .brand-tabs,
.brand-content-wrapper {
    max-width: var(--layout-total-width);
    padding: var(--layout-padding-set);
    margin: 0px auto;
}

.brand-store .mainTitle {
    margin: 144px auto 0;
}

.brand-store .brand-tabs {
    display: flex;
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    padding: 0;
    margin: 40px auto 32px;
    max-width: calc(var(--layout-total-width) - 32px);
}
@media (max-width: 1620px) {
    .brand-store .brand-tabs {
        width: calc(100% - 32px);
    }
}

.brand-store .brand-tabs li {
    padding: 36px;
    cursor: pointer;
    color: #CCCCCC;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    transition: color 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.brand-store .brand-tabs li:first-child {
    padding-left: 0px;
}

.brand-store .brand-tabs li.active {
    color: var(--main-color);
}

.brand-store .brand-tabs li::after {
    content: "";
    background: url("/design/cbtis/images/dot.svg") no-repeat;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.brand-store .brand-tabs li:first-child::after {
    display: none;
}

.brand-store .brand-panel {
    display: none;
}

.brand-store .brand-panel.active {
    display: block;
}

.brand-store .content-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 76px 120px;
    overflow: hidden;
}

.brand-store #duolac .content-inner {
    background: #FFE59C url("/design/cbtis/banner/new_pc_section6.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

.brand-store #duolab .content-inner {
    background: #E2DDE1 url("/design/cbtis/banner/new_pc_section6_2.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

.brand-store #lactoclear .content-inner {
    background: #FBCBCB url("/design/cbtis/banner/new_pc_section6_3.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}


.brand-store .left-box {
    /* width: 45%; */
    opacity: 0;
    visibility: hidden;
}

.brand-store .left-box img {
    width: 100%;
}
.brand-store .right-box {
    width: 100%;
    max-width: 600px;
}

.brand-store .brand-name {
    font-size: 40px;
    margin-bottom: 24px;
    font-weight: 600;
    display: flex;
    gap: 16px;
    align-items: center;
}

.brand-store .brand-name span {
    font-size: 18px;
    color: #999999;
    text-transform: uppercase;
}

.brand-store .brand-desc {
    font-size: 22px;
    color: #000000;
    line-height: 36px;
    margin-bottom: 32px;
    font-weight: 600;
    word-break: keep-all;
}
.brand-store .brandImage {
    display: none;
}

.brand-store .list_shopping2x {
    position: relative;
    z-index: 2;
}


.brand-store .list_shopping2x .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
}

.brand-store .list_shopping2x .items li {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    padding: 10px;
    align-items: center;
    overflow: hidden;
}

.brand-store .list_shopping2x .items li .thumbArea {
    width: 112px;
}

.brand-store .list_shopping2x .items li .list_shoppingInfo {
    width: calc(100% - 112px);
    padding-left: 28px;
}


.brand-store .list_shopping2x .items li .list_shoppingInfo>a {
    padding: 0;
    width: 100%;
}

.brand-store .list_shopping2x .items li .list_shoppingInfo .listSubName {
    display: none;
}

.brand-store .list_shopping2x .items li .list_shoppingInfo .listName {
    line-height: 28px;
    font-size: 22px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
}

.brand-store .list_shopping2x .items li .list_shoppingInfo .priceArea {
    margin-top: 12px;
    font-size: 22px;
    font-weight: 700;
}

.brand-store .list_shopping2x .items li .list_shoppingInfo .priceArea .-discount {
    font-weight: 700;
}

.brand-store .list_shopping2x .items li .thumbArea .ico-wish-custom {
    width: 24px;
    height: 24px;
    bottom: 6px;
    right: 6px;
}

.brand-store .list_shopping2x .items li .thumbArea .ico-wish-custom .my-wish-list {
    width: 24px;
    height: 24px;
    background-size: cover;
}

.mainBrand {
    margin: 144px auto 0;
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
}

.mainBrand .item_wrap {
    display: flex;
    /* gap: 20px; */
    height: 746px;
}

.mainBrand .item {
    position: relative;
    height: 100%;
    transition: 0.5s;
    flex: 1;
}

.mainBrand .item:hover {
    flex: 1.3;
}

.mainBrand .item>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.mainBrand .txt_wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: var(--white);
    width: 100%;
    padding: 48px 44px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0.03%, rgba(0, 0, 0, 0.12) 64.91%, rgba(0, 0, 0, 0) 100%);
    cursor: pointer;
}

.mainBrand .tit {
    transition: 0.5s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}
.mainBrand .item .tit img+img {
    transition: 0.9s;
}

.mainBrand .item:hover .tit img+img {
    transform: rotate(180deg);
}


.mainBrand .sub_tit {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
    transition: 0.5s;
    word-break: keep-all;
}

.mainBrand .-pc .item:nth-child(2) .sub_tit,
.mainBrand .-pc .item:nth-child(3) .sub_tit {
    width: 70%;
}

.mainBrand .-pc .item:hover .sub_tit {
    width: 100%;
}


.main_section_top_video {
    width: 100%;
    /* height: 100vh; */
    overflow: hidden;
    position: relative;
    margin-top: 144px;
}

.main-video,
.video_wrap {
    height: 100%;
    /* aspect-ratio: 3 / 2;*/
    aspect-ratio: 16 / 9;
    position: relative;
}


/*
.video_wrap::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 10;
}
*/

.video_wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video_wrap iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100.5%; 
    height: 100.5%; 
    transform: translate(-50%, -50%) scale(1.01);
    pointer-events: none;
    /* 영상 클릭 방지 (버튼 클릭 방해 안 되게) */
}


.main_section_top_video .text {
    bottom: 120px;
    position: absolute; 
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}
.main_section_top_video .text .top {}


.main_section_top_video .text .top div:first-child {
    line-height: 1.25;
    font-size: 50px;
    font-weight: 600;
}

.main_section_top_video .text .top div:nth-child(2) {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 20px;
}

.main_section_top_video .text .bottom {
    margin-top: 40px;
}

.main_section_top_video .text .bottom a {
    gap: 6px;
    padding: 17px 48px;
    font-size: 18px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
}

.benefitBanner {
    margin: 144px auto 0;
    display: flex;
}

.benefitBanner>div {
    height: 280px;
    flex: 1;
    position: relative; 
    overflow: hidden;
}

.benefitBanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.benefitBanner>div:hover img {
    transform: scale(1.05);
    /* 5% 확대 */
}
 
.benefitBanner>div .text {
    position: absolute; 
    color: #fff;
    transition: transform 0.3s ease;
    top: 61px;
    left: 80px;
}

.benefitBanner>div:hover .text {
    transform: translateY(-5px);
}

.benefitBanner>div .text .top {}

.benefitBanner>div .text .top>div:first-child {
    font-size: 38px;
    font-weight: 600;
}

.benefitBanner>div .text .top>div:nth-child(2) {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
}

.benefitBanner>div .text .bottom {
    margin-top: 24px;
    border-bottom: 1px solid #fff;
    display: inline-flex;
    padding-bottom: 2px;
    font-size: 15px;
}

.bannerPC {
    height: 160px;
    margin-top: 104px;
    position: relative; 
    overflow: hidden;
}

.bannerPC img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.bannerPC:hover img {
    transform: scale(1.05);
    /* 5% 확대 */
}

.bannerPC .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); 
    color: #fff;
    transition: transform 0.3s ease;
    left: 105px;
}

.bannerPC .text .top {
    display: flex; 
    align-items: center;
    gap: 40px;
}

.bannerPC .text .top>div:first-child {
    font-weight: 600;
    font-size: 38px;
}


.bannerPC .text .top>div:nth-child(2) {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
}

.bannerPC .text .bottom {
    margin-top: 24px;
    border-bottom: 1px solid #fff;
    display: inline-flex;
    padding-bottom: 2px;
}
.reviewWrap {
    margin-top: 144px;
    padding-bottom: 144px;
    background: url(/design/cbtis/banner/01.png) no-repeat;
    background-size: cover;
    background-position: center;
    transition: background-image 0.8s ease-in-out;
}

.reviewWrap .reviewTitle {
    max-width: var(--layout-total-width);
    padding: var(--layout-padding-set);
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.reviewWrap .reviewTitle h3 {
    font-weight: 700;
    color: #fff;
    font-size: 44px;
    padding-top: 56px;
}

.reviewWrap .reviewTitle a {
    font-size: 16px;
    gap: 4px;
    color: #fff; 
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviewSwiper {
    margin-top: 40px;
    padding-bottom: 60px !important;
}

.reviewSwiper .swiper-pagination {
    max-width: 804px;
    position: absolute;
    bottom: 0 !important;
    top: auto !important; 
    width: 100%;
    margin: 0 auto;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.reviewSwiper .swiper-pagination .swiper-pagination-bullet {
    height: 2.5px;
    background: #EAEAEA;
    margin: 0 !important;
    border-radius: 0;
    flex: 1;
    width: auto;
    opacity: 0.6;
}
.reviewSwiper .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--main-color);
    opacity: 1;
}


.reviewSwiper .review-card {
    background-color: #FFFDF6;
    overflow: hidden;
    width: 320px;
}

.reviewSwiper .card-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DBDBDB;
    padding: 6px 0;
}

.reviewSwiper .stars-container {
    padding: 16px;
    font-size: 20px;
    flex: 1;
    color: var(--main-color);
    letter-spacing: -0.02em;
}

.reviewSwiper .username {
    padding: 16px 16px 16px 22px;
    font-size: 14px;
    border-left: 1px solid #DBDBDB;
    color: #000; 
    font-weight: 500;
}

.reviewSwiper .card-body {
    padding: 28px 16px 32px;
}

.reviewSwiper .review-date {
    font-size: 15px;
    margin-bottom: 12px;
    color: #BBBBBB; 
    font-weight: 500;
}

.reviewSwiper .review-text {
    font-size: 17px;
    color: #000; 
    line-height: 1.65;
    word-break: keep-all;
}
/* 구분선 (점선) */
.reviewSwiper .divider {
    margin: 0 16px;
    border: none;
    border-top: 1px dashed #B7B3E4;
}


.reviewSwiper .card-footer {
    color: var(--main-color);
    line-height: 1.3;
    padding: 20px 16px 40px;
    font-size: 13px;
}

.reviewSwiper .product-category {
    font-weight: 500;
    color: var(--main-color);
    font-size: 13px;
}

.reviewSwiper .product-name {
    font-weight: 500;
    color: var(--main-color);
    font-size: 13px;
}

/* 별점 빈 별 처리 */
.reviewSwiper .star-empty {
    color: #E2E2E2;
}
.list_shoppingWrap.care-section .mainTitle {
    margin-top: 84px;
}
/* -------------------------------------------------------------------------- */
/* 태블릿 반응형 (1024px) */
/* -------------------------------------------------------------------------- */

@media (max-width: 1024px) { 

    .main_container {
        margin-top: -92px;
    }

    .mainSwiper .txt-box {
        top: 22%;
        transform: translateY(0px);
        left: 0px;
        right: 0px;
        margin: 0px auto;
        text-align: center;
    }

    .mainSwiper .main-title {
        font-size: 26px;
        margin: 11px 0 9px;
        line-height: 1.3;
        letter-spacing: -0.01em;
    }

    .mainSwiper .sub-title {
        font-weight: 500;
        letter-spacing: -0.01em;
        font-size: 15px;
    }

    .mainSwiper .desc {
        font-size: 12px;
        line-height: 1.4;
        letter-spacing: -0.025em;
    }

    .mainSwiper .pc-only-controls {
        display: none;
    }
    .mainSwiper .control-wrap {
        bottom: 20px;
    }
    .mainSwiper .control-inner {
        justify-content: center;
    }

    .mainSwiper .swiper-pagination-bullet {
        width: 44px !important;
        height: 2px !important;
    }

    .category-container {
        display: flex;
        justify-content: safe center;
        scroll-snap-type: x mandatory;
        margin-top: 30px;
    }

    .category-container .category-item {
        scroll-snap-align: center;
        margin: 0 10px;
    }

    .category-container .img-box {
        width: 60px;
        height: 60px;
    }

    .category-container .category-item span {
        margin-top: 10px;
        font-weight: 600;
        font-size: 11px;
    }

    .banner {
        height: 408px;
        margin: 80px 0 0;
    }
    .banner>img:first-child {}


    .banner .txt .txt-sub {
        font-size: 26px;
        line-height: 1.4;
        margin: 24px 0 32px;
    }

    .banner .txt img {
        width: 93px;
    }

    .banner .txt a {
        font-size: 13px;
        font-weight: 600;
    }

    .care-section .product-swiper .swiper-slide {
        padding-bottom: 32px;
    }

    .care-button {
        margin-bottom: 32px;
        margin-top: 24px;
    }

    .care-tabs {
        gap: 20px 0;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .care-tabs li {
        font-size: 11px;
        width: 20%;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        flex: 0 0 auto;
    }
    .care-tabs li.active {
        font-weight: 600;
    }

    .care-button .lactobacillusFind {
        padding: 12px 0;
        height: auto;
        font-size: 12px;
    }

    .brand-store .brand-tabs {
        margin-top: 24px;
        margin-bottom: 12px;
        display: flex;
        justify-content: space-between;
    }

    .brand-store .brand-tabs li[data-target="duolac"] img { width: 74px; }
    .brand-store .brand-tabs li[data-target="duolab"] img { width: 77px; }
    .brand-store .brand-tabs li[data-target="lactoclear"] img { width: 94px; }

    .brand-store .brand-tabs li::after { width: 4px; height: 4px; background-size: cover; }
    .brand-store .brand-tabs li { padding: 25px 18px; flex: 1;}
    .brand-store .brand-tabs li:last-child {
        padding-right: 0;
    }
    .brand-store .content-inner { padding: 40px 16px 32px; }

    .brand-store #duolac .content-inner {
        background: linear-gradient(115.76deg, #efe9dd 25.33%, #fff9ee 51.29%);
    }

    .brand-store #duolab .content-inner {
        background: #090906;
    }

    .brand-store #lactoclear .content-inner {
        background: linear-gradient(180deg, #f9f9f9 0%, #fdfdfd 100%);
    }



    .brand-store .left-box {
        display: none;
    }


    .brand-store .right-box {
        width: 100%;
        max-width: 100%;
    }


    .brand-store .brand-name { font-size: 24px; margin-bottom: 12px;
        position: relative;
        z-index: 2; }
    .brand-store .brand-desc { font-size: 14px; margin-bottom: 20px;
        line-height: 1.5; 
        z-index: 2;
        position: relative; }
    .brand-store .brandImage {
        position: relative;
        display: block;
        /* margin-top: -30%; */
        z-index: 1;
        margin-bottom: -9%;
        text-align: center;
        margin-top: clamp(-60%, -45vw, -30%);
    }

    .brand-store .brandImage img {
        width: calc(100% + 32px);
        margin-left: -16px;
    }


    .brand-store .list_shopping2x .items li { padding: 8px; }
    .brand-store .list_shopping2x .items li .thumbArea { width: 82px; }
    .brand-store .list_shopping2x .items li .list_shoppingInfo { width: calc(100% - 82px); padding-left: 20px; }
    .brand-store .list_shopping2x .items li .list_shoppingInfo .listName { font-size: 15px; 
        font-weight: 500;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;}
    .brand-store .list_shopping2x .items li .list_shoppingInfo .priceArea {
        margin-top: 4px;
    }

    .brand-store .list_shopping2x .items li .list_shoppingInfo .priceArea .-discount {
        font-weight: 600;
    }

    .brand-store .list_shopping2x .items li .list_shoppingInfo .priceArea .-price {font-size: 15px;font-weight: 600;} 


    .brand-store #duolab .content-inner .brandImage {
        /*margin-top: -24%;
        margin-bottom: -2%;*/
    }

    .brand-store #lactoclear .content-inner .brandImage {
        /*margin-top: -24%;
        margin-bottom: -46%;*/
    }
    .brand-store #duolab .brand-desc, .brand-store #duolab .brand-name {color:#fff;}



    .benefitBanner {
        margin: 80px auto 0;
        display: flex;
        flex-direction: column;
    }

    .benefitBanner>div {
        height: auto;
    }

    .benefitBanner>div:hover img {
        transform: scale(1);
    }

    .benefitBanner>div:hover .text {
        transform: translateY(-50%);
    }

    .benefitBanner>div .text {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 100%;
        padding: 0 16px;
    }

    .benefitBanner>div .text .top>div:first-child {
        font-size: 20px;
    }

    .benefitBanner>div .text .top>div:nth-child(2) {
        margin-top: 6px;
        font-size: 12px;
        line-height: 1.4;
    }

        .benefitBanner>div .text .bottom {
        /* position: absolute; */
        /* bottom: 0; */
        /* right: 16px; */
        font-size: 11px;
        font-weight: 600;
        margin-top: 12px;
    }

    .bannerPC {
        display: none;
    }


    .mainBrand .-mo {
        display: block;
    }




    
    .mainBrand .item_wrap { 
        gap: 0;
        height: 112vw;padding-bottom: 32px; }
    .mainBrand .item {
        flex: auto;
        flex-shrink: 0;
    }

    .mainBrand .item:hover {
        flex: auto;
        flex-shrink: 0;
    }
    .mainBrand .tit { margin-bottom: 16px; }

    .mainBrand .item:nth-child(1) .tit img:first-child { width: 105px; }
    .mainBrand .item:nth-child(2) .tit img:first-child { width: 107px;}
    .mainBrand .item:nth-child(3) .tit img:first-child { width: 138px; }

    .mainBrand .item:hover .tit,
    .mainBrand .item:hover .sub_tit {
        font-weight: normal;
    }

    .mainBrand .item .sub_tit {line-height: 1.4; font-size: 13px; }
    .mainBrand { margin-top: 80px; }
    .mainBrand .swiper-pagination {
        bottom: 0;
    }

    .mainBrand .txt_wrap { padding: 28px 16px; 
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0.03%, rgba(0, 0, 0, 0.15) 64.91%, rgba(0, 0, 0, 0) 100%);
    }
    .mainBrand .item .tit img+img { width: 32px; }
    .mainBrand .item:hover .tit img+img {
        transform: rotate(0deg);
    }

    .mainBrand .item>a>img {
        object-position: top;
    }


    .mainBrand .swiper-pagination {
        position: absolute;
        bottom: 0 !important;
        top: auto !important;
        max-width: 33%;
        width: 100% !important;
        margin: 0 auto !important;
        right: 0 !important;
        left: 0 !important;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .mainBrand .swiper-pagination .swiper-pagination-bullet {
        background: #EAEAEA;
        margin: 0;
        border-radius: 0;
         height: 2px; 
        opacity: 1;
        flex: 1;
        width: auto;
        margin: 0 !important;
    }

    .mainBrand .swiper-pagination .swiper-pagination-bullet-active {
        background: #000;
    }
    .reviewWrap {
        background-image: url(/design/cbtis/banner/01_m.png); padding-bottom:48px;
    }
    .reviewSwiper .swiper-pagination {
        max-width: 33%;
    }

    .reviewSwiper .swiper-pagination .swiper-pagination-bullet {
        height: 2px;
    }
    
    .reviewWrap .reviewTitle h3 { font-size: 19px; }

    .reviewWrap .reviewTitle a { font-size: 13px; }
 

    .reviewSwiper { margin-top: 32px; } 
 

}
 

/* -------------------------------------------------------------------------- */
/* 모바일 반응형 (768px) */
/* -------------------------------------------------------------------------- */

@media (max-width: 768px) { 

    .care-tabs .icon {
        max-width: 49px;
        max-height: 49px;
        margin-bottom: 8px;
    }

    .main_section_top_video { margin-top: 80px; }
    .main_section_top_video .text { margin-top: 27px;
        position: relative;
        top: 0;
        left: 0;
        color: #000; }
    .main_section_top_video .text .top div:first-child { font-size: 22px; 
        line-height: 1;}
    .main_section_top_video .text .top div:nth-child(2) { margin-top: 8px; font-size: 12px; 
        line-height: 1.5;}
    .main_section_top_video .text .bottom { margin-top: 16px; }
    .main_section_top_video .text .bottom a { padding: 9px 39px; font-size: 12px; 
        color: #000;
        gap: 4px;
        border: 1px solid #000;}

    .brand-store .mainTitle { margin: 80px auto 0; }

    .benefitBanner>div .text .top>div:first-child { font-size: 20px; }
    .benefitBanner>div .text .top>div:nth-child(2) { font-size: 12px; }
    .benefitBanner>div .text .bottom { font-size: 11px; }

    .reviewSwiper {
        padding: 0 12px 0 16px !important;
        margin-right: 12px !important;
        height: 99vw;
        overflow-y: auto !important;

        /* --- 스크롤바 스타일링 시작 --- */
        &::-webkit-scrollbar {
            width: 2px;
        }

        &::-webkit-scrollbar-thumb {
            background-color: var(--main-color);
            border-radius: 0;
        }

        &::-webkit-scrollbar-thumb:hover {
            background-color: var(--main-color);
        }

        &::-webkit-scrollbar-track {
            background-color: rgba(234, 234, 234, 0.6);
            border-radius: 0;
        }

        /* --- 스크롤바 스타일링 끝 --- */
    }
    .reviewSwiper .swiper-slide {
        width: 100%;
        height: auto;
    }

    .reviewSwiper .swiper-slide+.swiper-slide { margin-top: 6px; }

    .reviewSwiper .swiper-pagination {
        display: none;
    }

    .reviewSwiper .swiper-wrapper {
        display: flex;
        flex-direction: column;
    }

    .reviewSwiper .card-header {
        padding: 5px 0;
    }

    .reviewSwiper .stars-container { padding: 12px 16px; }
    .reviewSwiper .username { padding: 9px 16px 9px 15px; }
    .reviewSwiper .card-body { padding: 16px; }
    .reviewSwiper .review-date { font-size: 10px; margin-bottom: 6px; }
    .reviewSwiper .review-text { font-size: 13px; 
        line-height: 1.4;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .reviewSwiper .divider,
    .reviewSwiper .card-footer {
        display: none;
    }
.list_shoppingWrap.care-section .mainTitle {
    margin-top: 40px;
}
}
/* -------------------------------------------------------------------------- */
/* 소형 모바일 (375px) */
/* -------------------------------------------------------------------------- */

@media (max-width: 375px) {
 
} 
/* BASIC css end */


/* BASIC css end */


/* BASIC css end */


/* BASIC css end */

