/* BASIC css start */
.swiper-container {
    overflow: hidden;
    position: relative;
}

.swiper-container .swiper-slide {
    position: relative;
}

.swiper-container .swiper-slide a {
    display: block;
}

.swiper-container .swiper-slide img {
    width: 100%;
}


#mainBnr .swiper-pagination-wrap {
    bottom: 20px !important;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 2;
    justify-content: center;
}

#mainBnr .swiper-pagination {
    width: 200px;
    display: flex;
    justify-content: space-between;
    /* 페이지네이션을 꽉 채우기 위해 추가 */
    position: relative;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
}

#mainBnr .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.2;
    border-radius: 0;
    margin: 0;
    height: 2px;
    width: auto;
    /* 기본 너비 초기화 */
    flex-grow: 1;
    /* 유연한 너비를 허용 */
}

#mainBnr .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

#mainBnr .txt {
    text-align: center;
    position: absolute;
    top: 22%;
    left: 0;
    right: 0;
    color: #fff;
}

#mainBnr .txt h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 37.5px;
    word-break: keep-all;
}

#mainBnr .txt p {
    font-size: 20px;
    font-weight: 500;
    line-height: 23.44px;
    margin-bottom: 10px;
    word-break: keep-all;
}


#mainBnr .page-numbers {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-left: 6px;
}

.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    color: #000;
    position: relative;
    height: 42px;
    display: flex;
    align-items: center;
    cursor: default;
}

.marquee {
    display: flex;
    animation: scroll 20s linear infinite;
    /* 끊김 없이 반복 애니메이션 */
    font-size: 15px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.marquee span {
    padding: 0 40px;
    letter-spacing: 0.2em;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
        /* 절반만 이동 */
    }
}

#cateSwiper {
    margin: 20px auto 0;
    padding: 0 20px 20px;
}

#cateSwiper h5 {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #000;
}
#cateSwiper .swiper-wrapper {
    transition-timing-function: linear;
}
#cateSwiper .swiper-slide {
    width: 20% !important;
    margin: 0 1.5%;
}

.banner {
    margin-top: 60px;
}

.banner img {
    width: 100%;
}

.mainTitle {
    font-size: 24px;
    font-weight: 600;
    line-height: 28.13px;
    text-align: center;
    margin: 40px 20px 20px;
}

.flexProduct {
    display: flex;
    gap: 60px;
    flex-direction: column;
    padding: 0 20px;
}

.flexProduct>div {
    flex: 1;
}

.flexProduct>div .banner {
    margin-top: 0;
}

.flexProduct>div .banner h5 {
    margin-top: 20px; 
    font-size: 18px;
    font-weight: 500;
    line-height: 21.09px;
    text-align: left;
}

.flexProduct>div .banner p {
    margin-top: 6px;
    color: #999; 
    font-size: 13px;
    font-weight: 400;
    line-height: 15.23px;
    text-align: left; 
}

.flexProductList {
    margin-top: 20px;
}

.flexProductList .itemList {
    width: 100%;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.flexProductList .itemList+.itemList {
    margin-top: 20px;
}

.flexProductList .itemList .thumb {
    width: 90px;
}

.flexProductList .itemList .info {
    padding-left: 10px;
    width: calc(100% - 90px - 18px);
    box-sizing: border-box;
}

.flexProductList .itemList .info .prd-name {
    margin-top: 0;
}

.flexProductList .itemList .prd-wish {
    width: 18px;
    text-align: center;
}

.flexProductList .itemList .prd-wish a {
    font-family: 'malgun gothic';
    font-size: 14px;
    color: #000;
}

.flexProductList .itemList .prd-wish i.fa {
    color: #c8c8c8;
    font-size: 0;
    vertical-align: text-top;
    cursor: pointer;
    background: url('//skin.makeshop.co.kr/skin/enough/images/heart.svg') no-repeat;
    width: 20px;
    height: 18px;
    background-size: contain;
}

.flexProductList .itemList .prd-wish i.fa-heart {
    display: none;
    color: #f41f3a;
    background: url(//skin.makeshop.co.kr/skin/enough/images/heart_on.svg) no-repeat;
    width: 20px;
    height: 18px;
    background-size: contain;
}

.flexProductList .itemList .prd-wish .wish-on i.fa-heart {
    display: inline-block;
}

.flexProductList .itemList .prd-wish .wish-on i.fa-heart-o {
    display: none;
}

.flexProductList.ranking {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.flexProductList.ranking .itemList {padding: 0 20px;box-sizing: border-box;}

.flexProductList.ranking .itemList+.itemList {
    margin-top: 0;
}

.flexProductList.ranking .itemList .number {
    font-style: italic;
    font-weight: 400;
    width: 21px;
    text-align: center;
    vertical-align: top;
    align-self: flex-start;
    font-size: 18px;
}

.flexProductList.ranking .itemList .thumb {
    border-radius: 200px;
    overflow: hidden;
}
.flexProductList.ranking .itemList .info {
    width: calc(100% - 34px - 90px - 21px);
}

.flexProductList.ranking .itemList .prd-wish {
    width: 34px;
    text-align: right;
} 


.flexProductList .itemList .thumb .soldout_badge,
.flexProductList.ranking .itemList .thumb .soldout_badge {font-size:13px;}
/* BASIC css end */

