/* 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: 7% !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 {
    font-size: 56px;
    font-weight: 500;
    color: #fff;
}

#mainBnr .txt p {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 10px;
}


#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: 64px;
    display: flex;
    align-items: center;
    cursor: default;
}

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

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

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

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

#cateSwiper {
    width: 920px;
    margin: 100px auto 0;
    padding-bottom: 20px;
}

#cateSwiper h5 {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.banner {
    margin-top: 100px;
}

.banner img {
    width: 100%;
}

.mainTitle {
    font-size: 36px;
    font-weight: 600;
    line-height: 42.19px;
    text-align: center;
    margin: 100px 0 60px;
}

.flexProduct {
    display: flex;
    gap: 30px;
}

.flexProduct>div {
    flex: 1;
}

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

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

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

.flexProductList {
    margin-top: 40px;
}

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

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

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

.flexProductList .itemList .info {
    padding-left: 15px;
    width: 380px;
}

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

.flexProductList .itemList .prd-wish {
    width: 70px;
    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/btn_wish.png') 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/btn_wish_on.png) 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: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.flexProductList.ranking .itemList {
    width: 617px;
}

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

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

.flexProductList.ranking .itemList .thumb {
    border-radius: 200px;
    overflow: hidden;
}

.flexProductList.ranking .itemList .info {
    width: 315px;
}

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


/* BASIC css end */

