.main_visual {
    position: relative;
    z-index: 2;
    width: 1280px;
    margin: 0 auto;
    padding-bottom: 40px;
    border-bottom: 1px solid #f0f0f0;
}
#main_banner {
    margin-top:14px;
    position:relative;
    overflow: hidden;
}
#main_banner .swiper-slide {
    display: flex;
    justify-content: center;
    overflow: hidden;
}
#main_banner .swiper-slide .banner_box {
    transition: all .3s ease;
}
#main_banner .swiper-slide:not(.swiper-slide-active) .banner_box::after {
    opacity: 1;
} 
#main_banner .swiper-slide .banner_box {
    position: relative;
}
#main_banner .swiper-slide.type01 .img_box > div {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%; 
    border-radius: 10px;
}

.top_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_title p { 
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
}

.gift__wrap {
    width: 1280px;
    margin: 0 auto;
}
.top__main {
    width: 800px;
    margin: 40px auto;
    margin-bottom: 100px;
}
.top__main > p {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 14px;
}
.ul__cate {
    display: flex;
    align-items: center;
    gap: 6px;
}
.ul__cate li {
    border-radius: 10px;
    position: relative; 
    overflow: hidden;
    cursor: pointer;
}
.ul__cate li span {
    position: absolute;
    top: 18px;
    left: 18px;
    font-size: 16px;
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.ul__cate li span img {
    width: 6px;
    height: 9px;
}


#gift_ranking {
    margin-bottom: 100px;
}
.gift_paging {
    display: flex;
}
.gift_paging span {
    width: 25px;
    height: 25px;
    text-align: center; 
    line-height: 25px;
    font-size: 15px;
    color: #787878;
    opacity: 1;
    font-weight: 600;
    background: #fff;
    margin-left: 5px;
    border-radius: 20px;
    cursor: pointer;
} 
.gift_paging span.on {
    color: #fff;
    background: #2d2d2d;
}
#gift_ranking .gift_wrap {
    padding: 20px 0px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#gift_ranking .gift_prd .product {
    display: flex; 
    width: 100%;
    max-height: 204px;
}
#gift_ranking .prdouct_icons .prd_hover {
    margin-right: 20px;
}
#gift_ranking .gift_prd .product_img {
    width: 204px;
    height: 204px;
    margin-right: 22px;
}
#gift_ranking .gift_prd .product_txt {
    width: calc(100% - 226px);
} 


#gift_ranking .gift_wrap > div {
    width: 50%;
}
.gift__ranked li {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border: 1px solid #fff;
    cursor: pointer;
    color: #787878;
}
.gift__ranked li p {
    font-size: 16px !important;
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 !important;
}
.gift__ranked li span {
    display: inline-block;
    font-weight: 600;
    margin-right: 14px;
}
.gift__ranked li .prd_info {
    display: flex;
    align-items: center;
    width: 80%;
}
.gift__ranked li .prd_hit {
    color: #41b98f;
    font-size: 16px;
    display: none;
}
.gift__ranked li.on {
    border: 1px solid #000000;
    color: #191919;
    border-radius: 5px;
    background:  linear-gradient(to right, #def6ed, #fff);
} 
.gift__ranked li.on .prd_hit {
    display: block;
}
.gift_prd .prdouct_icons .challenge {
    background: #41b98f;
}
 



/* 브랜드 */
#gift_brand {
    width: 1280px;
    margin: 0 auto;
}
#gift_brand .top_title {
    justify-content: center;
}
.gift_brand__control {
    margin-bottom: 24px !important; 
} 
.gift_brand__control .swiper-wrapper {
    justify-content: center;
}
.gift_brand__control .swiper-slide {
    padding: 10px 20px; 
    border: 1px solid #f0f0f0; 
    border-radius: 30px;
    font-size: 16px;
    color: #787878;
    background-color: #fff; 
    cursor: pointer;
    width: auto;
}
.gift_brand__control .swiper-slide.on {
    background-color: #191919;
    color: #fff;
}
.gift_brand__imgs {
    margin-bottom: 14px;
    cursor: pointer;
}
.gift_brand__div .swiper-button-next, .gift_brand__div .swiper-button-prev {
    width: 12px;
    background: url(/common/image/arrow/arrow_w.svg) no-repeat center center / 12px 20px;
    top: 34%;
    margin-top: 0px;
    right: 38px; 
}
.gift_brand__div .swiper-button-prev {
    transform: rotate(180deg);
    left: 38px;
}






#gift_total {
    width: 1280px;
    margin: 100px auto;
}
#gift_total .top_title p {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
}


.gift_brand__div .swiper-slide a {
    display: block;
    margin-bottom: 14px;
}
#gift_brand .prd_cont .product {
    width: 49.1%;
    display: flex;
    align-items: center;
    margin-right: 0;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    padding: 12px 0;
} 
#gift_brand .prd_cont .product .product_img {
    width: 100px;
    height: 100px;
    margin-right: 10px;
} 
#gift_brand .prd_cont .product .prd_bp { 
    justify-content: flex-start;
}
#gift_brand .prd_cont .product .icon_list {
    display: none;
}
#gift_brand .prd_cont .product .title_txt  {
    display: none;
}
#gift_brand .prd_cont .product .prd_price  {
    display: none;
}
#gift_brand .prd_cont .product .product_txt  {
    padding-top: 0px;
    margin-top: 0px; 
    width: calc(100% - 100px);
    position: relative;
}
#gift_brand .prd_cont .product .prdouct_icons {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
#gift_brand .prd_cont .product .prd_review {
    margin-top: 10px; 
}
#gift_brand .prd_cont .product .item_tit {
    color: #191919;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-height: 22px;
    -webkit-box-orient: vertical;
    font-family: var(--main-fonts);
    font-weight: 600;
    letter-spacing: -.3px; 
    margin: 0;
    margin-bottom: 10px;
    padding-right: 10px;
    word-break: keep-all;
}
#gift_brand .prd_cont .product .product .icon_list {
    margin-bottom: 6px;
}
#gift_brand .prd_cont .product .prc_sell_prc, #plan_wrap .prd_cont .product .prc_sale_per {
    font-size: 20px;
}
#gift_brand .prd_cont .product .product_txt small {
    font-size: 15px;
}
#gift_brand .prd_cont .product .prc_normal {
    font-size: 14px;
}
#gift_brand .prd_cont .product .prd_bp, #plan_wrap .prd_cont .product .prd_price {
    width: 100% !important;
}
#gift_brand .prd_cont .product .small {
    font-size: 13px !important;
} 