@charset "utf-8";

/* 메인 비주얼 */
.mv_box_baro,
.main_visual .bg_box
 {
    /* aspect-ratio: 1 / 0.30208333; */
    height: 400px;
}

.mv_box_baro img,
.main_visual .bg_box img
 {
    width: 100%;
    height: 100%;
}

/* 카테고리별 인기상품 */
.inner_baro {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

@media all and (max-width:1200px) {
    .inner_baro {
        width: 93.75%;
    }
}

.product_tit_yo h2 {
    color: #000;
    font-family: Pretendard;
    font-size: 2.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.product_tit_yo h2 b {
    font-weight: 600;
}

.pt100b50 {
    padding: 100px 0 50px 0;
}

.cate_popular ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 50px;
    padding-left: 0;
}

.cate_popular ul li {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: calc(25% - 76px);
    cursor: pointer;
}

.cate_popular ul li p {
    color: #222;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.cate_popular ul li img {
    aspect-ratio: 1 / 1;
    /* max-width: 224px; */
    /* max-height: 224px; */
}

@media all and (max-width:1000px) {
    .cate_popular ul li {
        width: calc(33.333% - 14px);
    }

    .cate_popular ul li p {
        font-size: 20px;
    }

    .pt100b50 {
        padding: 50px 0 25px 0;
    }
}


/* 할인상품 */
.sale_product_box {
    background: url('/img/sale_bg.png') no-repeat center / cover;
    padding: 100px 0;
}

.sale_product_box .inner {
    display: flex;
    gap: 20px;
}

.sale_left {
    width: 431px;
}

.sale_product_one img {
    aspect-ratio: 1 / 1.05;
    width: 100%;
}

.sale_right {
    width: calc(100% - 451px);
    max-height: 545px;
    overflow-y: auto;
}

.sale_product_one {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    cursor: pointer;
}

.sale_product_list_box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sale_product_list.active {
    border-radius: 10px;
    background: #F9F9F9;
}

.sale_product_list {
    padding: 17.2px 20px;
    border-radius: 10px;
    border: 1px solid #DEDEDE;
    background: #DEDEDE;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sale_prod_info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sale_price_yo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.price_yo_con {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.sale_tit_yo h2 {
    color: #222;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.sale_tit_yo p {
    color: #888;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.price_yo_con p {
    color: #E51316;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.price_yo_con b {
    color: #222;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.price_yo_con span {
    color: #888;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: line-through;
}

.sale_price_yo.right_yo {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 10px;
    margin-left: auto;
}

.sale_tit_yo.right_yo {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.text_over_01 {
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 440px;

}

.logo_tit_yo {
    display: flex;
    align-items: center;
    gap: 20px;

    color: #222;
font-family: Pretendard;
font-size: 36px;
font-style: normal;
font-weight: 700 !important;
line-height: normal;
}

.shop_list_tit01.icon_tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 0 60px; */
    padding: 0 5px;
}

.shop_list_tit01.icon_tit a p {
    color: #222;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.shop_list_tit01::after {
    display: none;
}

.right_img_group {
    display: flex;
    gap: 20px;
    align-items: center;
}

.right_img_group img {
    aspect-ratio: 1 / 1;
    width: 136px;
}

.popular_prod_box a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
}

.popular_prod_box a p {
    color: #222;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px;
}

.more_btn_yo {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
}

.more_btn_yo a {

    border-radius: 8px;
    border: 1px solid #DEDEDE;

    padding: 20px;
    max-width: 100%;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #222;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.more_btn_yo a p {
    display: flex;
    align-items: center;
    gap: 10px;
}

.long_banner_yo {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 10px;
    max-height: 100px;
}

.long_banner_yo img {
    width: 100%;
    border-radius: 10px;
}


@media all and (max-width:1000px) {
    .sale_product_box .inner {
        flex-direction: column;
    }

    .sale_right {
        width: 100%;
        max-height: 456px;
    }

    .sale_left {
        width: 100%;
    }

    .sale_product_list {
        padding: 10px 20px;
    }

    .sale_right .text_over_01 {
        max-width: 242px;
    }

    .popular_prod_box a p {
        font-size: 18px;
    }

    .best_shop_list_wrapper01 {
        padding: 40px 0 !important;
    }
}


/* 20250820 */

.main_product .shop_list_item01 .img {
    aspect-ratio: 1 / 1.333333;
}

.main_product .price_box01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.discount_info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.shop_list_slide_arw.prev,
.shop_list_slide_arw.next {
    background-size: auto !important;
}

.teuk_img_flex {
    display: flex;
    gap: 20px;
    align-items: stretch;
    flex-wrap: wrap;
}

.teuk_img_box {
    width: 100%;
    max-width: 387px;
    /* margin: 0 auto; */
}

.teuk_img_box img {
    aspect-ratio: 387 / 470;
    width: 100%;
    /* height: 100%; */
}

.teuk_slide_cus {
    width: calc(100% - 410px);
}

.main_product .shop_list_item01 .img.teuk_img {
    aspect-ratio: unset !important;
}

.special_price_list_slide {
    height: 100%;
    ;
}

.special_price_list_slide .swiper-pagination {
    top: unset;
    bottom: 0;
}

.special_price_list_slide .swiper-pagination {
    height: 2px;
    border-radius: 10px;
}

.special_price_list_slide .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    height: 3px;
    border-radius: 10px;
    background: #293591;
    top: -1px;
}


@media all and (max-width:1200px) {
    .teuk_img_flex {
        flex-direction: column;
    }

    .teuk_slide_cus {
        width: 100%;
    }

    .special_price_list_slide  {
        padding: 30px 0;
    }
}


.pc_img {
	display: block;
}

.mb_img {
	display: none;
}


@media all and (max-width:768px) {

	.pc_img {
		display: none;
	}

	.mb_img {
		display: block;
	}
}