.content_container.main {
    padding-top: unset;
    margin-top: unset;
    overflow: hidden;
}
.main .section {
    margin: 4rem 0;
}

/* 추천상품, 인기상품 텍스트 정렬 START */
.swiper_slide p {
    margin: 1rem 0;
    text-align: center;
}
/* 추천상품, 인기상품 텍스트 정렬 END */


/* 추천상품 START */
.products .bg {
    padding: 2rem 0 2rem 0;
//    background: var(--color-bg-highlight);
}
/* 추천상품 END */


/* 인기상품 START */
.hot_slide {
    overflow: hidden;
}
.hot_product ul li {
    width: calc(100% / 3);
}
.hot_product ul li .img_wrapper {
    display: flex;
}
.hot_product ul li .img_wrapper img {
    width: 100%;
    object-fit: cover;
}
.hot_product ul li .text_wrapper {
    margin: 2rem 0;
}
.hot_product ul li .text_wrapper p {
    text-align: left;
}
.hot_product ul li .text_wrapper p:first-child {
    margin-bottom: 1rem;
    font-size: var(--font-size-small);
    font-weight: var(--font-w-mid);
}
.hot_product ul li .text_wrapper p:last-child {
    font-size: var(--font-size-x-small);
    color: var(--color-font-sub);
}
/* 인기상품 END */