
@charset "UTF-8";

#itemSuggest {
    margin-bottom: 23px;
    padding-bottom: 78px;
    border-bottom: 1px solid #444444;
}

#itemSuggest .item_suggest_tit {
    margin-bottom: 21px;
}

#itemSuggest .item_suggest_tit p {
    font-family: "Pretendard", sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #0c0c0c;
}

#itemSuggest .item_suggest_box {
    position: relative;
}

#itemSuggest .swiper_button {
    position: absolute;
    left: 50%;
    top: 51%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

#itemSuggest .swiper_button .swiper_btn-prev,
#itemSuggest .swiper_button .swiper-btn-next {
    position: absolute;
    top: 50%;
    width: 63px;
    height: 63px;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    background-color: #ffffff;
    background-position: center center;
    box-shadow: 0px 3px 8px 0px rgba(61, 61, 61, 0.15);
    transform: translateY(-50%);
    cursor: pointer;
}

#itemSuggest .swiper_button .swiper_btn-prev {
    left: -30px;
    background-image: url(/img/swiper_prev.svg);
}
#itemSuggest .swiper_button .swiper-btn-next {
    right: -30px;
    background-image: url(/img/swiper_next.svg);
}


@media (hover:hover) and (pointer: fine) {
    #itemSuggest:hover .swiper_button {
        opacity: 1;
        visibility: visible;
    }
}

/* 상품 썸네일 */
#itemSuggest .item_list .item_image {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

#itemSuggest .item_list .item_image .img_item img {
    transition: 0.3s;
    width: 100%;
}

#itemSuggest .item_list:hover .item_image .img_item img {
    transform: scale(1.15);
}

/* 타이머 박스*/
#itemSuggest .item_list .item_image .timer_box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 11px;
    left: 11px;
    padding: 5px;
    border-radius: 3px;
    line-height: 1em;
    background-color: #969696;
    color: #fff;
    z-index: 1;
}

#itemSuggest .item_list .item_image .timer_box .time {
    font-size: 13px;
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    font-weight: 800;
    line-height: 1;
}

#itemSuggest .item_list .item_image .timer_box .time_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

#itemSuggest .item_list .item_image .timer_box .text {
    font-size: 12px;
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    font-weight: 800;
    margin-left: 5px;
    line-height: 1;
}

#itemSuggest .item_list .item_image .timer_box .time_box .text {
    margin-left: 0;
}

/* 장바구니 아이콘 */
#itemSuggest .item_list .item_image .btn_cart {
    display: block;
    width: 27px;
    height: 29px;
    position: absolute;
    right: 11px;
    bottom: 11px;
    transition: all 0.3s;
}

#itemSuggest .item_list .item_image .btn_cart span.item_cart_icon {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../../../img/item_cart_icon_off.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

#itemSuggest .item_list .item_image .btn_cart.on span.item_cart_icon {
    opacity: 0.6;
}


@media (hover: hover) {
    #itemSuggest .item_list .item_image .btn_cart:hover span.item_cart_icon{
        opacity: 0.6;
    }
}
/* 장바구니 아이콘 */

/* 상품 정보 */
#itemSuggest .item_list .is_item_content {
    margin-top: 10px;
}

/* 브랜드  */
#itemSuggest .item_list .is_item_content .brand_icon {
    line-height: 1em;
    font-size: 12px;
    color: #777;
}

/* 상품명 */
#itemSuggest .item_list .is_item_content .item_title {
    font-size: 13px;
    font-weight: 400;
    color: #444;
    line-height: 1.45;
    margin: 5px 0 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 가격 */
#itemSuggest .item_list .is_item_content .item_price {
    line-height: 1.2em;
}

#itemSuggest .item_list .is_item_content .item_price .percent {
    font-size: 18px;
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    font-weight: 800;
    color: #1675e0;
}

#itemSuggest .item_list .is_item_content .item_price .real_price {
    font-size: 18px;
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    font-weight: 800;
    color: #0c0c0c;
    margin-left: 1px;
}

#itemSuggest .item_list .is_item_content .item_price .price_bot .cost_price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    display: block;
    margin-top: 10px;
}


/* 별점 + 리뷰 */
#itemSuggest .item_list .is_item_content .item_info {
    margin-top: 10px;
    margin-bottom: 9px;
    line-height: 1em;
}

 /* 별점 */
#itemSuggest .item_list .is_item_content .item_info .item_star .star_icon {
    font-size: 14px;
    color: #f4c748;
}


#itemSuggest .item_list .is_item_content .item_info .item_star .item_star_num {
    font-size: 12px;
    color: #444;
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    font-weight: 600;
}

/* 리뷰 */
#itemSuggest .item_list .is_item_content .item_info .use_count {
    margin-left: 3px;
    font-size: 12px;
    color: #999;
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    font-weight: 700;
}
#itemSuggest .item_list .is_item_content .item_info .use_title {
    font-family: "Noto Sans KR", sans-serif;
} 
/* 별점 + 리뷰 */

/* 오늘 출발 ~ 스티커, 쿠폰  */

/* 배송 관련*/
#itemSuggest .item_list .is_item_content .item_depart {
    display: flex;
    align-items: center;
    line-height: 1em;
}

#itemSuggest .item_list .is_item_content .item_depart span {
    font-size: 14px;
    color: #1673f1;
    font-family: 'SUIT-Bold';
    font-style: oblique;
    letter-spacing: 0;
    margin-left: 3px;
}

#itemSuggest .item_list .is_item_content .item_depart_num {
    font-size: 12px;
    color: #6db4e6;
    margin-top: 5px;
}

/* 상품 스티커 */
#itemSuggest .item_list .is_item_content .item_icon {
    margin-top: 7px;
}
#itemSuggest .item_list .is_item_content .item_icon .item_sticker {
    display:inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
	margin-top:0px;
}

/* 쿠폰 */
#itemSuggest .item_list .is_item_content .coupon_box {
    display: inline-block;
    margin-top: 6px;
}

#itemSuggest .item_list .is_item_content .coupon_icon {
    display: flex;
    align-items: center;
    padding: 4px;
    border-radius: 3px;
    border: 1px solid #eaedef;
}

#itemSuggest .item_list .is_item_content .coupon_icon span {
    font-size: 11px;
    font-weight: 700;
    color: #242424;
    margin-left: 5px;
    line-height: 1em;
}

/* 판매가 회원공개 */
#itemSuggest .only_member_txt_point {
    display:inline;
}

#itemSuggest .est_btn_box {
    width: 100%;
    height: 100%;
    margin-top: 15px;
}

#itemSuggest .est_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 37px;
    border: 1px solid #0855c7;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #0855c7;
    background: transparent;
    transition: all .3s ease-in-out;
}

#itemSuggest .est_btn:hover {
    color: #fff;
    background: #0855c7;
}

@media (max-width:991px) {
    
    #itemSuggest {
        position: relative;
        margin-bottom: 34px;
        padding-bottom: 45px;
        border-bottom: none;
    }

    #itemSuggest::after {
        content: "";
        position: absolute;
        display: block;
        left: 50%;
        bottom: 0;
        width: 100vw;
        height: 9px;
        transform: translateX(-50%);
        background: #eff2f5;
    }
    /* 상품 썸네일*/
    #itemSuggest .item_list .item_image {
        border-radius: 4px;
    }

    /* 장바구니 아이콘 */
    #itemSuggest .item_list .item_image .btn_cart { 
        width: 20px;
        height: 22px;
        right: 6px;
        bottom: 6px;
    }

    #itemSuggest .item_list .item_image .btn_cart img {
        height: 30px;
    }

    #itemSuggest .item_list .item_image .btn_cart span.item_cart_icon {
        display: block;
        width: 100%;
        height: 100%;
        background: url(../../../../img/mitem_cart_icon_off.png) center/20px 22px no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        transition: all .3s;
    }

    #itemSuggest .item_list .item_image .btn_cart.on span.item_cart_icon {
        opacity: .6;
    }
    /* 장바구니 아이콘 */

    /* 타이머 박스 */
    #itemSuggest .item_list .item_image .timer_box {
        font-size: 11px;
        white-space: nowrap;
        top: 6px;
        left: 7px;
        padding: 4px 5px 4px;
        border-radius: 3px;
    }

    #itemSuggest .item_list .item_image .timer_box .time {
        font-size: 10px;
    }

    #itemSuggest .item_list .item_image .timer_box .text {
        font-size: 10px;
    }

    #itemSuggest .item_list .item_image .timer_box > .text {
        display: none;
    }
    /* 타이머 박스 끝*/


    /* 상품 정보 */
    #itemSuggest .item_list .is_item_content {
        margin-top: 6px;
        margin-left: 0px;
    }
    
    /* 브랜드  */
    #itemSuggest .item_list .is_item_content .brand_icon {
        font-size: 9px;
    }

    /* 상품명 */
    #itemSuggest .item_list .is_item_content .item_title {
        font-size: 13px;
        margin: 6px 0 9px;
		line-height:1.45;
    }

    /* 가격 시작 */
    #itemSuggest .item_list .is_item_content .item_price {
        display: flex;
        align-items: flex-end;
    }

    #itemSuggest .item_list .is_item_content .item_price .percent {
        font-size: 16px;
    }

    #itemSuggest .item_list .is_item_content .item_price .real_price {
        margin-left: 0px;
        font-size: 16px;
    }

    #itemSuggest .item_list .is_item_content .item_price .price_bot .cost_price {
        font-size: 11.5px;
        margin-top: 0;
        margin-left: 5px;
    }
    /* 가격 끝 */

    /* 별점 + 리뷰 */
    #itemSuggest .item_list .is_item_content .item_info {
        margin: 7px 0;
    }

    /* 별점 */
    #itemSuggest .item_list .is_item_content .item_info .item_star .star_icon {
        font-size: 13px;
    }

    #itemSuggest .item_list .is_item_content .item_info .item_star .item_star_num {
        font-size: 12px;
        margin-left: -1px;
    }

    /* 리뷰 */
    #itemSuggest .item_list .is_item_content .item_info .use_count {
        font-size: 12px;
        margin-left: 1px;
    }
    /* 별점 + 리뷰 */


    /* 오늘 출발 ~ 스티커, 쿠폰  */

    /* 배송 관련 시작*/
    #itemSuggest .item_list .is_item_content .item_depart img {
        width: 15px;
    }

    #itemSuggest .item_list .is_item_content .item_depart span {
        font-size: 13px;
        margin: 0;
		margin-left:2px;
    }

    #itemSuggest .item_list .is_item_content .item_depart_num {
        font-size: 12px;
        margin-top: 6px;
    }
    /* 배송 관련 끝*/

	/* 스티커 시작 */
    #itemSuggest .item_list .is_item_content .item_icon {
        margin-top: 7px;
    }
    #itemSuggest .item_list .is_item_content .sit_icon {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap:3px;
    }
	#itemSuggest .item_list .is_item_content .item_icon .item_sticker {
        margin-right: 0;
        height: 18px;
        line-height: 0;
        letter-spacing: -0.03em;
        padding: 1px 4.5px 0;
		font-size:10.5px
	}
	/* 스티커 끝 */

    /* 쿠폰 시작 */
	#itemSuggest .item_list .is_item_content .coupon_box {
		margin-top:4px;
	}

	#itemSuggest .item_list .is_item_content .coupon_icon {
	    padding: 3px 3.5px;
    }

    #itemSuggest .item_list .is_item_content .coupon_icon span {
        font-size: 10px;
        padding-top: 1px;
        font-weight: 500;
    }

    #itemSuggest .item_list .is_item_content .coupon_icon img {
        height: 7px;
    }
    /* 쿠폰 끝*/

    /* 판매가 회원공개 */
    #itemSuggest .only_member_txt_point {
        font-size: 14px;
    }
    /* 판매가 회원공개 */

    #itemSuggest .est_btn {
        height: 33px;
        border-radius: 3px;
        font-size: 12px;
    }
}

/* ===================== 상품 끝 ===================== */


/* 상품리스트 */

.item-wrap .item-row {
    padding-bottom: 25px;
    border-bottom: 1px solid #f2f2f2;
}

.item-wrap .item-row + .item-row {
    margin-top: 25px;
}

.event_list .item-wrap .item-row + .item-row {
    margin-top: 0;
}

.item-wrap .pc-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 썸네일 ~ 스펙 */
.item-wrap .pc-list-left {
    display: flex;
    width: 70%;
    flex: 1;
    gap: 0 30px;
}

/* 썸네일 */
.item-wrap .pc-list .item-image {
    width: 100%;
    max-width: 230px;
    aspect-ratio: 1 / 1;
}

.item-wrap .pc-list .pc-list-content {
    flex:1;
    padding-right:60px;
}

/* 상품 타이틀 */

.item-wrap .pc-list .one_item_title {
    margin-top: 1px;
}

.item-wrap .pc-list .one_item_tit {
    line-height: 1.625;
    font-size: 16px;
    font-weight: 500;
    color: #0c0c0c;
}

/* 상품 스펙 */

.item-wrap .pc-list .one_item-sepc {
    margin-top: 11px;
}

.item-wrap .pc-list .list-sepc-ul {
    display: flex;
    flex-direction: column;
    gap: 4px 0;
}

.item-wrap .pc-list .list-sepc-li span {
    line-height: 1.45;
    font-size: 12px;
    font-weight: 400;
    color: #666;
}

.item-wrap .pc-list .item_icon {
    margin-top: 3px;
}

.item-wrap .pc-list .event-box {
    margin-top: 15px;
    padding: 10px;
    background-color: #f9f9f9;
}

.item-wrap .pc-list .event-element {
    display: flex;
}

.item-wrap .pc-list .event-element + li {
    margin-top: 6px;
}

.item-wrap .pc-list .event-link {
    margin-top: 2px;
    font-family: "Pretendard", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.45;
    color: #5d5d5d;   
}

.item-wrap .sticker-wrap {
    display: flex;
    width: 55px;
    flex-shrink: 0;
    justify-content: flex-start;
}

.item-wrap .event-sticker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 19px;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
}

.item-wrap .event-element:nth-child(4n+1) .event-sticker {
    color: #1d32ff;
    background: rgba(29, 50, 255, 0.1);
}

.item-wrap .event-element:nth-child(4n+2) .event-sticker {
    color: #f83249;
    background: rgba(248, 50, 73, 0.1);
}

.item-wrap .event-element:nth-child(4n+3) .event-sticker {
    color: #f83249;
    background: rgba(248, 50, 73, 0.1);
}

.item-wrap .event-element:nth-child(4n+4) .event-sticker {
    color: #ff4e1f;
    background: rgba(255, 78, 31, 0.1);
}




/* 가격 & 버튼 */

.item-wrap .pc-list-right {
    width: 30%;
    margin-top: 0;
}

#item_list .pc-list-price * {
    font-family: "Pretendard", sans-serif;
}

#item_list .pc-list-price {
    text-align: right;
}

.item-wrap .pc-list .sale-percent-box {
    display: inline-block;
    margin-right: 3px;
}

.item-wrap .pc-list .sale-percent-box span {
    font-size: 18px;
    font-weight: 800;
    color: #1675e0;
}

.item-wrap .pc-list .discount-price-box {
    display: inline-block;
}

.item-wrap .pc-list .discount-price-box strike {
    font-size: 15px;
    color: #999999;
}

.item-wrap .pc-list .real-price-box {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.item-wrap .pc-list .real-price-box .real_price {
    font-size: 27px;
    font-weight: 700;
    color: #000000;
}

.item-wrap .pc-list .real-price-box .won {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

.item-wrap .pc-list .drop_price_wrap {
    position: relative;
}

.item-wrap .pc-list .drop_price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 15px;
}

.item-wrap .pc-list .button_drop {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    transform: translateY(3px) rotate(0);
    transition: all .3s ease-in-out;
    background: #d5d5d5;
}

.item-wrap .pc-list .button_drop .arrow {
    position: relative;
    display: inline-block;
    width: 9px;
    height: 9px;
}

.item-wrap .pc-list .button_drop .arrow::after {
    position: absolute;
    left: 1px; 
    top: 0px; 
    content: '';
    width: 6px; 
    height: 6px; 
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(135deg);
}

.item-wrap .pc-list .price_box {
    position: absolute;
    top: 40px;
    right: 0;
    width: max-content;
    min-width: 260px;
    padding: 24px 20px;
    border: 1px solid #f4f4f4;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 14px 1px rgba(0, 0, 0, 0.04);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.item-wrap .pc-list .drop_price_wrap.active .button_drop {
    background-color: #1675e0;
    transform: translateY(3px) rotate(180deg);
}

.item-wrap .pc-list .drop_price_wrap.active .price_box {
    opacity: 1;
    visibility: visible;
}

.item-wrap .pc-list .price_dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:0 20px;
}

.item-wrap .pc-list dl:nth-child(2) {
    margin-top: 10px;
    border-top:1px solid #f6f6f6;
}

.item-wrap .pc-list dl + dl {
    padding-top: 13px;
}

.item-wrap .pc-list .price_dl dt {
    font-size: 14px;
    font-weight: 500;
    color: #a1a1a1;
}

.item-wrap .pc-list .price_dl dd {
    font-size: 16px;
    line-height: 1.3em;
}

.item-wrap .pc-list .price_dl .amount {
    font-weight: 500;
}

.item-wrap .pc-list .price_dl .dl_bold {
    font-weight: 700;
}

.item-wrap .pc-list .list-button-box {
    max-width: 165px;
    margin-top: 18px;
    margin-left: auto;
}

.item-wrap .pc-list .est-list-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 165px;
    height: 42px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #0855c7;
    transition: all .3s ease-in-out;
}

.item-wrap .pc-list .est-list-btn:hover {
    background-color: #1366e0;
}

.item-wrap .pc-list .list-go-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 5px;
    margin-top: 7px;
}

.item-wrap .pc-list .list-go-button button {
    width: calc((100% - 5px)/2);
    height: 40px;
    border-radius: 6px;
    font-size: 14px;
    transition: all .3s ease-in-out;
}

.item-wrap .pc-list .list-go-button .list-one-cart {
    border: 1px solid #e9e9e9;
    font-weight: 500;
    color: #777777;
    background-color: #fff;
}

.item-wrap .pc-list .list-go-button .list-one-buy {
    border: 1px solid #e1eaf8;
    font-weight: 500;
    color: #0855c7;
    background-color: #dfecff;
}

.item-wrap .pc-list .list-go-button .list-one-cart:hover {
    background-color: #f6f6f6;
}

.item-wrap .pc-list .list-go-button .list-one-buy:hover {
    background-color: #d0e3ff;
}


/* 모바일 상품 리스트 */

@media (max-width:991px) {


    .item-wrap .mob-list-content {
        position: relative;
        display: flex;
        gap: 0 11px;
        align-items: stretch;
    }

    .item-wrap .mob-list .item-image {
        width: 33%;
    }

    .item-wrap .mob-list .mob-list-info {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .item-wrap .mob-list .one_item_tit {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.43;
        color: #0c0c0c;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .item-wrap .mob-list .mob-list-box {
        margin-top: auto;
    }

    
    .item-wrap .mob-list .mdrop_wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .item-wrap .mob-list .mbtn_price {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 6px;
        padding: 6px 0 6px 6px;
    }


    .item-wrap .mob-list .mbtn_detail {
        font-size: 14px;
        font-weight: 500;
        color: #d5d5d5;
    }

    .item-wrap .mob-list .mbtn_price .arrow {
        position: relative;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #d5d5d5;
        transform: rotate(0);
    }

    .item-wrap .mob-list .mbtn_price .arrow::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5px;
        height: 5px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: translate(-50%, -50%) rotate(135deg);
        transition: all .3s ease-in-out;
    }

    .item-wrap .mob-list .mbtn_price.active .mbtn_detail {
        color: #1675e0;
    }

    .item-wrap .mob-list .mbtn_price.active .arrow{
        background: #1675e0;
    }

    .item-wrap .mob-list .mbtn_price.active .arrow::after {
        top: 55%;   
        transform: translate(-50%, -50%) rotate(315deg);
    }

    .item-wrap .mob-list .mprice_box {
        position: absolute;
        top: 90%;
        left: 50%;
        width: 100%;
        padding: 20px 10px;
        border: 1px solid #f4f4f4;
        border-radius: 4px;
        background: #fff;
        box-shadow: 0 8px 14px 1px rgba(0, 0, 0, 0.04);
        opacity: 0;
        visibility: hidden;
        transform: translateX(-50%);
        transition: all .3s ease-in-out;
    }

    .item-wrap .mob-list .price_dl {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap:0 20px;
    }

    .item-wrap .mob-list dl:nth-child(2) {
        margin-top: 15px;
        border-top:1px solid #f6f6f6;
    }

    .item-wrap .mob-list dl + dl {
        padding-top: 15px;
    }

    .item-wrap .mob-list .price_dl dt {
        font-size: 14px;
        font-weight: 500;
        color: #a1a1a1;
    }

    .item-wrap .mob-list .price_dl dd {
        font-size: 15px;
        line-height: 1.3em;
    }

    .item-wrap .mob-list .price_dl .amount {
        font-weight: 500;
    }

    .item-wrap .mob-list .price_dl .dl_bold {
        margin-left: -3px;
        font-weight: 600;
    }

    .item-wrap .mob-list .mprice_box.active {
        opacity: 1;
        visibility: visible;
    }


    .item-wrap .mob-list .sale-percent-box {
        display: inline-block;
        margin-bottom: 5px;
        margin-right: 5px;
    }

    .item-wrap .mob-list .sale-percent-box span {
        font-size: 16px;
        font-weight: 800;
        color: #1675e0;
    }

    .item-wrap .mob-list .discount-price-box {
        display: inline-block;
    }

    .item-wrap .mob-list .discount-price-box strike {
        font-size: 12px;
        font-weight: 400;
        color: #999999;
    }

    .item-wrap .mob-list .real-price-box {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
    }
    
    .item-wrap .mob-list .real_price {
        font-family: "Pretendard Variable", Pretendard, sans-serif;
        font-size: 19px;
        font-weight: 700;
        color: #000000;
    }

    .item-wrap .mob-list .real-price-box .won {
        transform: translateY(-2px);
        font-family: "Pretendard Variable", Pretendard, sans-serif;
        font-size: 13px;
        font-weight: 600;
        color: #000000;
    }

    .item-wrap .mob-list .mob-list-rating {
        margin-top: 5px;
    }

    /* 리뷰 */
    .item-wrap .mob-list .star_icon {
        font-size: 13px;
        color: #f4c748;
    }

    .item-wrap .mob-list .item_star_num {
        font-family: "Pretendard Variable", Pretendard, sans-serif;
        font-size: 12px;
        font-weight: 600;
        color: #444;
    }

    .item-wrap .mob-list .use_count {
        font-size: 12px;
        font-weight: 700;
        color: #999;
    }

    .item-wrap .mob-list .use_num {
        font-family: "Pretendard Variable", Pretendard, sans-serif;
    } 

    .item-wrap .mob-list .mob-list-sticker {
        display: flex;
        gap: 0 3px;
        margin-top: 12px;
    }

    .item-wrap .mob-list .list-button-box {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0 5px;
        margin-top: 11px;
    }

    .item-wrap .mob-list .list-button-box div {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 38px;
        border-radius: 5px;
        font-family: "Pretendard Variable", Pretendard, sans-serif;
        font-size: 13px;
        font-weight: 700;
    }

    .item-wrap .mob-list .list-est-button {
        background-color: #0855c7;
    }

    .item-wrap .mob-list .list-est-button a {
        color: #fff;
    }

    .item-wrap .mob-list .list-go-button {
        background-color: #dfecff;
        color: #0855c7;
    }

    .item-wrap .mob-list .mob-list-spec {
        margin-top: 16px;
    }

    .item-wrap .mob-list .mob-spec-table {
        width: 100%;
        border-top: 1px solid #f2f2f2;
    }

    .item-wrap .mob-list tr {
        border-bottom: 1px solid #f2f2f2;
    }

    .item-wrap .mob-list .mob-spec-title {
        width: 82px;
        padding: 10px 13px;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.45;
        background: #f9f9f9;
        color: #0c0c0c;
    }

    .item-wrap .mob-list .mob-spec-detail {
        padding: 10px 16px;
        font-size: 13px;
        line-height: 1.3em;
        background: #fff;
        color: #666666;
    }

    .item-wrap .mob-list .event-box {
        margin-top: 11px;
        padding: 13px;
        border-radius: 6px;
        background: #f9f9f9;
    }

    .item-wrap .mob-list .event-element {
        display: flex;
    }

    .item-wrap .mob-list .event-element + li {
        margin-top: 6px;
    }

    .item-wrap .sticker-wrap {
        width: 44px;
    }
}


/* 상품 상세페이지 */
.it-spec-box {
    width: calc(100% - 105px);
    height: 100%;
    margin-top: 9px;
    padding: 19px 21px;
    background: #fbfbfb;
}

.it-spec-box .it-spec {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 15px;
    margin-bottom: 2px;
}

.it-spec-box .it-spec:last-child {
    margin-bottom: 0;
}

.it-spec-box .it-spec div {
    line-height: 1.77;
    font-size: 13px;
    color: #5d5d5d;
}

.it-spec-box .it-spec .it_spec_title {
    width: 72px;
}

.it-spec-box .it-spec .it_spec_detail {
    flex: 1;
}   


@media (max-width:991px) {
    .it-spec-box {
        width: calc(100% - 80px);
    }

    .it-spec-box .it-spec {
        justify-content: flex-start;
        margin-bottom: 6px;
    }


    .it-spec-box .it-spec div {
        font-size: 12px;
        line-height: 1.45;
    }

    .it-spec-box .it-spec .it_spec_title {
        width: 70px;
    }
}

/* 온라인 견적문의 */

.quote-sepc-box {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f2f2f2;
}

.quote-spec-li {
    margin-bottom: 4px;
    line-height: 1;
}

.quote-spec-li:last-child {
    margin-bottom: 0;
}

.quote-spec-li span {
    line-height: 1.45;
    font-size: 13px;
    font-weight: 400;
    color: #666;
}

@media (max-width:991px) {
    .quote-sepc-box {
        margin-top: 10px;
        padding-top: 10px;
    }

    .quote-spec-li span {
        font-size: 12px;
    }
}

/* 디자인페이지 */

.sub_container {
    max-width: 1430px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.sub_container2 {
    max-width: 1830px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.hover-container {
    width: 100%;
    height: 100%;
    background: url('/img/culture_hover_pbg.png') no-repeat center center / cover;
}

.background-g {
    background: #f4f4f4;
}

.sub_container img {
    width: 100%;
    height: 100%;
}

/* 디자인페이지 - 솔루션 */

.solution-wrap .solution-box:nth-child(even) {
    background: #fafafa;
}

/* 데모페이지 */

.demo_img {
    margin-bottom: 118px;
}

@media (max-width:991px) {
    .demo_img {
        margin-bottom: 71px;
    }
}