@charset "UTF-8";

/* top버튼 */
.top_btn {
    width: 48px;
    height: 48px;
    position: fixed;
    bottom: 32px;
    right: 50%;
    margin-right: -620px;
    border-radius: 50%;
    background: url(../img/main/top_btn.svg)no-repeat;
    background-size: contain;
    z-index: 99;
}


/* 메인비주얼 */
.box_swiper_main{
    position: relative;
}
.main_visual {
    display: flex;
    align-items: center;
    height: 647px;
    /*background-color: #FF9300;*/
    background-size: contain;
    position: relative;
}

.main_visual .inner_wrap {
    width: 100%;
    height: 100%;
    padding-left: 0;
}

.visual_img_wrap {
    width: 1140px;
    height: 100%;
    background: url(../img/main/main_bg.png)no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
}

.inner_wrap.visual {
    /*padding-left: 72px;*/
}


.text_box {
    width: 1170px;
    height: 177px;
    margin: 0 auto;
}

.text_box .top_txt {
    font-family: 'Pretendard', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #CB2B32;
    margin-left: 110px;
}

.text_box .btm_txt {
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #FFFFFF;
    margin-top: 14px;
    margin-left: 110px;
}

.main_visual .swiper {
    width: 100%;
    height: 647px;
}

.main_visual .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background-color: #FFFFFF;
    opacity: 1;
}

.main_visual .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.main_visual .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_visual .btn_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1140px;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    transform: translate(-50%, -50%);
}

.main_visual .swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: left;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}

.main_visual .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    /*margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 13px);*/
}

.main_visual .swiper-pagination-bullet-active {
    width: 35px;
    height: 7px;
    border-radius: 5px;
    background-color: #FFFFFF;
}

.swiper-pagination-fraction {
    display: none;
}

.main_visual .swiper-button-next,
.swiper-button-prev {
    /*position: initial;*/
    width: 53px;
    height: 66px;
    top: 0;
}

.main_visual .swiper-button-prev.swiper-button-disabled {
    background: url(../img/main/left.svg) no-repeat center / contain;
    opacity: 1;
}

.main_visual .swiper-button-next.swiper-button-disabled {
    background: url(../img/main/right_off.svg) no-repeat center / contain;
    opacity: 1;
}

.main_visual .swiper-button-prev {
    background: url(../img/main/left_on.svg) no-repeat center / contain;
    opacity: 1;
    margin-top: 20px;
    top: 0;
}

.main_visual .swiper-button-next {
    background: url(../img/main/right.svg) no-repeat center / contain;
    opacity: 1;
    margin-top: 20px;
    right: 60px;
}

/* 컨텐츠메뉴 */
.item_box {
    margin-bottom: 101px;
    margin-top: 84px;
}

.top_one {
    display: flex;
}

.top_one:last-child {
    margin-left: 30px;
}

.inner_wrap.tem {
    display: flex;
    justify-content: center;
}

.box_top,
.box_btm {
    display: flex;
}

.box_top .item {
    margin-left: 30px;
}

.box_top .item:first-child {
    margin-left: 0;
}

.box_btm .item {
    margin-left: 30px;
}

.box_btm .item:first-child {
    margin-left: 0;
}

.item_box .item {
    font-size: 12px;
    font-weight: 500;
    color: #505050;
}

.item_box .item .item_sub_box {
    display: flex;
    flex-direction: column;
}

.item_box .item .item_img {
    border-radius: 12px;
    width: 84px;
    height: 84px;
    background-color: #FFFFFF;
    border: 1px solid #E4E4E4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.item_box .item .item_img .img_wrap {
    width: 100%;
    height: 100%;
}

.item_box .item .item_img .img_wrap img {
    width: 100%;
    object-fit: contain;
}

.item_box .item .item_sub_box .item_name {
    text-align: center;
    word-break: keep-all;
}

.box_btm {
    margin-top: 17px;
}

/* 상품 */
.box_swiper{
    position: relative;
    width: 900px;
    margin: 0 auto;
}
.swiper-pointer-events{
    position: static;
}
.goods_sub_box {
    display: flex;
    margin-right: 16px;
}

.goods_sub_box:last-child {
    margin-right: 0;
}

.goods_title_box {
    display: flex;
    flex-wrap: wrap;
    width: 872px;
    margin: 0 auto;
}

.goods_title_box .foods_title {
    font-weight: 700;
    font-size: 20px;
    color: #DA302B;
}

.goods_title_box .all_menu {
    font-weight: 500;
    font-size: 15px;
    color: #888888;
    margin-left: auto;
}

.goods_title_box .title_line {
    height: 2px;
    width: 100%;
    background-color: #DA302B;
    display: block;
    margin-top: 21px;
    margin-bottom: 33px;
}

.goods_box {
    display: flex;
    justify-content: center;
    height: 376px;
}

.goods_box .goods_info {
    margin-right: 16px;
}

.goods_box .goods_info:last-child {
    margin-right: 0;
}

.goods_page {
    display: flex;
    flex-direction: column;
}

.goods_info .goods_img {
    width: 100%;
    height: 203px;
    border-radius: 8px;
    background-color: #FFFFFF;
    margin-bottom: 24px;
    overflow: hidden;
}

.goods_info .goods_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.goods_info .goods_txt {
    display: flex;
    flex-direction: column;
}

.goods_info .goods_txt .goods_name {
    font-size: 16px;
    font-weight: 500;
    color: #292929;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    width: 206px;
}

.goods_info .goods_txt .goods_line {
    display: block;
    width: 78px;
    height: 1px;
    background-color: #DBDBDB;
    margin: 18px 0;
}

.goods_info .goods_txt .goods_price_box {
    display: flex;
    justify-content: space-between;
}

.goods_info .goods_txt .goods_price_box .prev_price {
    color: #808080;
    font-size: 14px;
    font-weight: 500;
}

.goods_info .goods_txt .goods_price_box .price {
    display: flex;
    font-size: 16px;
    color: #DA302B;
    font-weight: 700;
}

.goods_info .goods_txt .goods_price_box .price .won {
    display: block;
    color: #292929;
}

.goods_wrap .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background-color: #E4E4E4;
    opacity: 1;
}

.goods_wrap .swiper-pagination {
    bottom: 0;
    height: 7px;
}

.goods_wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    /*margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 13px);*/
}

.goods_wrap .swiper-pagination-bullet-active {
    background-color: #E97F30;
}

.goods_wrap .swiper-button-next,
.goods_wrap .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 40%;
    transform: translateY(-50%);
}

.goods_wrap .swiper-button-prev.swiper-button-disabled {
    background: url(../img/main/item_left_off.svg)no-repeat center #F7F7F7;
    opacity: 1;
}

.goods_wrap .swiper-button-next.swiper-button-disabled {
    background: url(../img/main/item_right_off.svg)no-repeat center #F7F7F7;
    opacity: 1;
}

.goods_wrap .swiper-button-prev {
    background: url(../img/main/item_left.svg)no-repeat center #F7F7F7;
    left: -100px;
}

.goods_wrap .swiper-button-next {
    background: url(../img/main/item_right.svg)no-repeat center #F7F7F7;
    right: -100px;
}

/* 상품박스 */
.products_sub_box {
    display: flex;
}

/* 이벤트 상품 */
/*.products_sub_box:first-child {*/
/*    margin-right: 16px;*/
/*}*/

.products_box {
    display: flex;
    margin: 61px 0;
    justify-content: center;
}

.products_box .bx {
    margin-right: 16px;
}

.products_box .bx:last-child {
    margin-right: 0;
}

.products_box .product {
    width: 206px;
    height: 390px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products_box .product a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.51);
    top: 0;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.products_box .product {
    border-radius: 8px;
    overflow: hidden;
}

.products_box .product a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 700;
    width: 100%;
    height: 100%;
}
.products_box .product a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_2_box {
    display: flex;
    flex-direction: column;
}

.product_2_box .bx_2 {
    margin-bottom: 16px;
}

.product_2_box .product.product_2 {
    width: 206px;
    height: 220px;
}

.product_2_box .product.product_3 {
    width: 206px;
    height: 154px;
}


.products_sub_box .product_kind {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFFFFF;
}

/* 상품3 */
.inner_wrap.goods.last {
    margin-top: 61px;
}

/* 게시판 */
.board_wrap {
    margin: 61px 0;
}

.board_box {
    width: 872px;
    height: 310px;
    border-radius: 8px;
    background-color: #FFFFFF;
    border: 1px solid #E4E4E4;
    margin: 0 auto;
}

.board_box .board_title_box {
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #E4E4E4;
}

.board_box .board_title_box .board_title {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}

.board_box .board_title_box .more {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
}

.board_list_box {
    padding: 36px 31px 36px 24px;
}

.board_list_box .board_list {
    margin-top: 24px;
    padding-left: 16px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #707070;
}

.board_list_box .board_list .board_name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.board_list_box .board_list a {
    display: flex;
    justify-content: space-between;
}

.board_list_box .board_list::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #E97F30;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.board_list_box .board_list:nth-child(1) {
    margin-top: 0;
}

.board_list_box .board_list .board_date {
    font-weight: 400;
    font-size: 16px;
    color: #BFBFBF;
}

/* 고객센터,회원가입 */
.service_wrap {
    margin-bottom: 145px;
}

.button_box {
    display: flex;
    width: 872px;
    justify-content: space-between;
    margin: 0 auto;
}

.button_box .box {
    width: 427px;
    height: 197px;
}

.button_box .box.service_box {
    padding: 19px 40px;
    border: 1px solid #DA302B;
    background-color: #FFFFFF;
}

.button_box .box.service_box .service_top {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.button_box .box.service_box .service_top .img_wrap {
    width: 53px;
    height: auto;
    margin-right: 20px;
}

.button_box .box.service_box .service_top .img_wrap img {
    width: 100%;
}

.button_box .box.service_box .service_top .service_name {
    font-size: 25px;
    font-weight: 700;
    color: #000000;
}

.button_box .box.service_box .service_mid {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    color: #E97F30;
    font-size: 24px;
    font-weight: 500;
}

.button_box .box.service_box .service_mid .call {
    margin-right: 8px;
}

.button_box .box.service_box .service_mid .phone {
    padding-left: 8px;
    position: relative;
}

.button_box .box.service_box .service_mid .phone::after {
    content: "";
    position: absolute;
    height: 25px;
    width: 1px;
    background-color: #DBDBDB;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.button_box .box.service_box .service_btm {
    font-size: 13px;
    font-weight: 400;
    color: #AAAAAA;
}

.button_box .box.service_box .service_btm .ment {
    line-height: 1.8;
}

.button_box .box.join_box {
    border-radius: 4px;
    background-color: #E97F30;
    padding: 0 45px;
}

.button_box .box.join_box .join {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.button_box .box.join_box .join .title {
    font-size: 36px;
    font-weight: 700;
    color: #FFFFFF;
}
.button_box .box.join_box .img_wrap {
    width: 73.5px;
    height: 77.2px;
}
.button_box .box.join_box .img_wrap img {
    width: 100%;
}

/* 회원가입모달창 */
.sign_modal_wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 1000;
    display: none;
}

.change_modal {
    width: 467px;
    height: 184px;
    background-color: #FFFFFF;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.change_modal .ment {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #292929;
    text-align: center;
}

.change_modal .ment span {
    color: #E97F30;
}

.change_modal .btn {
    background-color: #E97F30;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 51px;
}

.change_modal .cancel_btn {
    background-color: #FFFFFF;
    color: #E97F30;
    border: 1px solid #E97F30;
    margin-right: 16px;
    ;
}

.change_modal .btn_box {
    display: flex;
}

/*추가*/

.product_list .item_box {
    display: flex;
    justify-content: center;
    width: 100%;
}

.product_list .item_box .item_wrap {
    display: flex;
    /*   justify-content: space-between;*/
    align-content: space-between;
    flex-wrap: wrap;
    width: 882px;
    height: 235px;
}

.product_list .item_box .item {
    margin-right: 30px;
    text-align: center;
}

.product_list .item_box .item:nth-child(8),
.product_list .item_box .item:nth-child(16) {
    margin-right: 0;
}

.product_list .item_box .item_sub_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 84px;
    height: 108px;
}

.product_list .item_box .item_img {
    width: 100%;
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
}

.product_list .item_box .item.current .item_img {
    background-color: var(--main_orange);
    border-radius: 12px;
}

.product_list .item_box .item.current img {
    filter: invert(94%) sepia(0%) saturate(24%) hue-rotate(87deg) brightness(105%) contrast(108%);
}

.product_list .item_box .item_img img {
    width: 100%;
}

.product_list .item_box .item_name {
    font-size: 12px;
}
.product_kind

/*================ 태블릿 ================*/
@media all and (max-width: 1400px)  {

    /* top버튼 */
    .top_btn {
        width: calc(100vw*(48/1400));
        height: calc(100vw*(48/1400));
        bottom: calc(100vw*(32/1400));
        right: 50%;
        margin-right: calc(100vw * (-620/1400));
    }


    /* 메인비주얼 */
    .main_visual {
        height: calc(100vw*(647/1400));
    }

    .visual_img_wrap {
        width: calc(100vw*(1140/1400));
    }

    .inner_wrap.visual {
        /*padding-left: calc(100vw*(72/1400));*/
    }

    .text_box {
        width: calc(100vw*(1170/1400));
        height: calc(100vw*(177/1400));
    }

    .text_box .top_txt {
        font-size: calc(100vw*(30/1400));
        margin-left: calc(100vw*(110/1400));
    }

    .text_box .btm_txt {
        font-size: calc(100vw*(40/1400));
        margin-top: calc(100vw*(14/1400));
        margin-left: calc(100vw*(110/1400));
    }

    .main_visual .swiper {
        width: 100%;
        height: calc(100vw*(647/1400));
    }

    .main_visual .btn_wrap {
        width: calc(100vw*(1140/1400));
    }

    .main_visual .swiper-pagination-bullet {
        width: calc(100vw*(7/1400));
        height: calc(100vw*(7/1400));
    }

    .main_visual .swiper-pagination-bullets.swiper-pagination-horizontal {
        margin-left: calc(100vw*(207/1400));
    }

    .main_visual .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        /*margin: 0 var(--swiper-pagination-bullet-horizontal-gap, calc(100vw*(13/1400)));*/
    }

    .main_visual .swiper-pagination-bullet-active {
        width: calc(100vw*(35/1400));
        height: calc(100vw*(7/1400));
    }

    .main_visual .swiper-button-next,
    .main_visual .swiper-button-prev {
        width: calc(100vw*(53/1400));
        height: calc(100vw*(66/1400));
    }

    .main_visual .swiper-button-prev {
        margin-top: calc(100vw*(20/1400));
    }

    .main_visual .swiper-button-next {
        margin-top: calc(100vw*(20/1400));
        right: calc(100vw*(60/1400));
    }

    /* 컨텐츠메뉴 */
    .item_box {
        margin-bottom: calc(100vw*(101/1400));
        margin-top: calc(100vw*(84/1400));
    }

    .top_one:last-child {
        margin-left: calc(100vw*(30/1400));
    }

    .box_top .item {
        margin-left: calc(100vw*(30/1400));
    }

    .box_btm .item {
        margin-left: calc(100vw*(30/1400));
    }

    .item_box .item {
        font-size: calc(100vw*(12/1400));
    }

    .item_box .item .item_img {
        width: calc(100vw*(84/1400));
        height: calc(100vw*(84/1400));
        margin-bottom: calc(100vw*(8/1400));
    }


    .box_btm {
        margin-top: calc(100vw*(17/1400));
    }

    /* 상품 */
    .box_swiper{
        width: calc(100vw * (900/1400));
    }
    .goods_sub_box {
        margin-right: calc(100vw*(16/1400));
    }

    .goods_title_box {
        width: calc(100vw*(872/1400));
    }

    .goods_title_box .foods_title {
        font-size: calc(100vw*(20/1400));
    }

    .goods_title_box .all_menu {
        font-size: calc(100vw*(15/1400));
    }

    .goods_title_box .title_line {
        height: calc(100vw*(2/1400));
        margin-top: calc(100vw*(21/1400));
        margin-bottom: calc(100vw*(33/1400));
    }

    .goods_box {
        height: calc(100vw*(376/1400));
    }

    .goods_box .goods_info {
        margin-right: calc(100vw*(16/1400));
    }

    .goods_info .goods_img {
        width: calc(100vw*(206/1400));
        height: calc(100vw*(203/1400));
        margin-bottom: calc(100vw*(24/1400));
    }

    .goods_info .goods_txt .goods_name {
        font-size: calc(100vw*(16/1400));
        width: calc(100vw * (206/1400));
    }

    .goods_info .goods_txt .goods_line {
        width: calc(100vw*(78/1400));
        height: calc(100vw*(1/1400));
        margin: calc(100vw*(18/1400)) 0;
    }

    .goods_info .goods_txt .goods_price_box .prev_price {
        font-size: calc(100vw*(14/1400));
    }

    .goods_info .goods_txt .goods_price_box .price {
        font-size: calc(100vw*(16/1400));
    }

    .goods_wrap .swiper-pagination-bullet {
        width: calc(100vw*(7/1400));
        height: calc(100vw*(7/1400));
    }

    .goods_wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        /*margin: 0 var(--swiper-pagination-bullet-horizontal-gap, calc(100vw*(13/1400)));*/
    }

    .goods_wrap .swiper-pagination-bullet-active {
        background-color: #E97F30;
    }

    .goods_wrap .swiper-button-next,
    .goods_wrap .swiper-button-prev {
        width: calc(100vw*(60/1400));
        height: calc(100vw*(60/1400));
    }

    .goods_wrap .swiper-button-prev {
        left: calc(100vw*(-100/1400));
    }

    .goods_wrap .swiper-button-next {
        right: calc(100vw*(-100/1400));
    }

    /* 상품박스 */

    .products_sub_box:first-child {
        margin-right: calc(100vw*(16/1400));
    }

    .products_box {
        margin: calc(100vw*(61/1400)) 0;
    }

    .products_box .bx {
        margin-right: calc(100vw*(16/1400));
    }

    .products_box .product {
        width: calc(100vw*(206/1400));
        height: calc(100vw*(390/1400));
    }

    .products_box .product a::after {
        font-size: calc(100vw*(18/1400));
    }

    .products_box .product .product_img_wrap {
        background: url(../img/main/product_1.png)no-repeat;
        background-size: contain;
    }

    .products_box .product a {
        font-size: calc(100vw*(18/1400));
    }

    .product_2_box .bx_2 {
        margin-bottom: calc(100vw*(16/1400));
    }

    .product_2_box .product.product_2 {
        width: calc(100vw*(206/1400));
        height: calc(100vw*(220/1400));
    }

    .product_2_box .product.product_3 {
        width: calc(100vw*(206/1400));
        height: calc(100vw*(154/1400));
    }

    /* 상품3 */
    .inner_wrap.goods.last {
        margin-top: calc(100vw*(61/1400));
    }

    /* 게시판 */
    .board_wrap {
        margin: calc(100vw*(61/1400)) 0;
    }

    .board_box {
        width: calc(100vw*(872/1400));
        height: calc(100vw*(310/1400));
    }

    .board_box .board_title_box {
        height: calc(100vw*(71/1400));
        padding: 0 calc(100vw*(24/1400));
    }

    .board_box .board_title_box .board_title {
        font-size: calc(100vw*(20/1400));
    }

    .board_box .board_title_box .more {
        font-size: calc(100vw*(16/1400));
    }

    .board_list_box {
        padding: calc(100vw*(36/1400)) calc(100vw*(31/1400)) calc(100vw*(36/1400)) calc(100vw*(24/1400));
    }

    .board_list_box .board_list {
        margin-top: calc(100vw*(24/1400));
        padding-left: calc(100vw*(16/1400));
        font-size: calc(100vw*(16/1400));
    }

    .board_list_box .board_list::after {
        width: calc(100vw*(8/1400));
        height: calc(100vw*(8/1400));
    }

    .board_list_box .board_list .board_date {
        font-size: calc(100vw*(16/1400));
    }

    /* 고객센터,회원가입 */
    .service_wrap {
        margin-bottom: calc(100vw*(145/1400));
    }

    .button_box {
        width: calc(100vw*(872/1400));
    }

    .button_box .box {
        width: calc(100vw*(427/1400));
        height: auto;
    }

    .button_box .box.service_box {
        padding: calc(100vw*(19/1400)) calc(100vw*(40/1400));
    }

    .button_box .box.service_box .service_top {
        margin-bottom: calc(100vw*(10/1400));
    }

    .button_box .box.service_box .service_top .img_wrap {
        width: calc(100vw*(53/1400));
        margin-right: calc(100vw*(20/1400));
    }

    .button_box .box.service_box .service_top .service_name {
        font-size: calc(100vw*(25/1400));
    }

    .button_box .box.service_box .service_mid {
        margin-bottom: calc(100vw*(16/1400));
        font-size: calc(100vw*(24/1400));
    }

    .button_box .box.service_box .service_mid .call {
        margin-right: calc(100vw*(8/1400));
    }

    .button_box .box.service_box .service_mid .phone {
        padding-left: calc(100vw*(8/1400));
    }

    .button_box .box.service_box .service_mid .phone::after {
        height: calc(100vw*(25/1400));
        width: calc(100vw*(1/1400));
    }

    .button_box .box.service_box .service_btm {
        font-size: calc(100vw*(13/1400));
    }

    .button_box .box.join_box {
        padding: 0 calc(100vw*(45/1400));
    }

    .button_box .box.join_box .join .title {
        font-size: calc(100vw*(36/1400));
    }

    .button_box .box.join_box .img_wrap {
        width: calc(100vw*(73.5/1400));
        height: calc(100vw*(77.2/1400));
    }

    /* 회원가입모달창 */
    .change_modal {
        width: calc(100vw*(467/1400));
        height: calc(100vw*(184/1400));
    }

    .change_modal .ment {
        margin-bottom: calc(100vw*(30/1400));
        font-size: calc(100vw*(16/1400));
    }

    .change_modal .btn {
        font-size: calc(100vw*(16/1400));
        padding: calc(100vw*(8/1400)) calc(100vw*(51/1400));
    }

    .change_modal .cancel_btn {
        margin-right: calc(100vw*(16/1400));
    }

/*    추가*/

    .product_list .item_box {
        height: calc(100vw*(312/1400));
    }

    .product_list .item_box .item_wrap {
        width: calc(100vw*(882/1400));
        height: calc(100vw*(235/1400));
    }

    .product_list .item_box .item {
        text-align: center;
        margin-right: calc(100vw*(30/1400));
    }

    .product_list .item_box .item_sub_box {
        width: calc(100vw*(84/1400));
        height: calc(100vw*(108/1400));
    }

    .product_list .item_box .item_img {
        width: 100%;
        height: calc(100vw*(84/1400));
    }

    .product_list .item_box .item_name {
        font-size: calc(100vw*(12/1400));
    }

}

/* 모바일 */
@media all and (max-width: 900px) {

    .inner_wrap {
        width: 100%;
        padding: 0 calc(100vw * (20/428));
    }

    /* 바로가기 */
    .top_btn {
        width: calc(100vw * (48/428));
        height: calc(100vw * (48/428));
        margin-right: calc(100vw * (-200/428));
        bottom: calc(100vw * (50/428));
    }

    /* 메인배너 */
    .main_visual {
        height: calc(100vw * (189/428));
    }

    .inner_wrap.visual {
        width: 100%;
        height: 100%;
    }

    .visual_img_wrap {
        width: calc(100vw * (223/428));
        height: calc(100vw * (126/428));
    }

    .main_visual .swiper {
        height: calc(100vw * (168/428));
    }

    .main_visual .swiper-slide {
        height: calc(100vw * (168/428));
    }

    .main_visual .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .swiper-pagination-fraction {
        display: block;
        text-align: center;
        color: #FFFFFF;
        font-size: calc(100vw * (12/428));
        font-weight: 700;
        position: absolute;
        bottom: calc(100vw * (40/428));
    }

    .inner_wrap.visual {
        padding: 0;
    }

    .main_visual .btn_wrap {
        width: calc(100vw * (380/428));
    }

    .text_box {
        width: calc(100vw * (227/428));
        height: calc(100vw * (189/428));
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .text_box .top_txt {
        margin: 0;
        font-size: calc(100vw * (13/428));
        font-weight: 700;
    }

    .text_box .btm_txt {
        margin: 0;
        font-size: calc(100vw * (20/428));
        margin-top: 2px
    }

    .main_visual .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        /*margin: 0 var(--swiper-pagination-bullet-horizontal-gap, calc(100vw * (4/428)));*/
    }
    .main_visual .swiper-pointer-events {
        position: relative;
        height: calc(100vw * (189/428));
    }
    .main_visual .swiper-wrapper {
        height: calc(100vw * (189/428));
    }
    .main_visual .box_swiper_main {
        height: calc(100vw * (189/428));
    }
    .main_visual .swiper-pagination-bullet {
        width: calc(100vw * (4/428));
        height: calc(100vw * (4/428));
    }
    .main_visual .swiper-pagination-bullet-active {
        width: calc(100vw * (4/428));
        height: calc(100vw * (4/428));
        background-color: #DA302B;
    }

    .main_visual .swiper-pagination-bullets.swiper-pagination-horizontal {
        margin: 0;
        text-align: center;
        margin-bottom: 0;
        width: 100%;
    }

    /* 컨텐츠메뉴 */
    .inner_wrap.tem {
        display: block;
    }

    .item_box {
        margin-top: calc(100vw * (28/428));
        margin-bottom: calc(100vw * (28/428));
    }

    .box_top,
    .box_btm {
        flex-wrap: wrap;
        padding: 0 calc(100vw * (23/428));
    }

    .item_box .item {
        font-size: calc(100vw * (12/428));
        width: 25%;
    }

    .item_box .item .item_sub_box {
        align-items: center;
    }

    .item_box .item .item_img {
        width: calc(100vw * (60/428));
        height: calc(100vw * (60/428));
        margin-bottom: calc(100vw * (13/428));
    }


    .box_top .item {
        margin-left: 0;
    }

    .box_btm .item {
        margin-left: 0;
    }

    .top_one:last-child {
        margin: 0;
        margin-top: calc(100vw * (17/428));
    }

    .top_one {
        justify-content: space-between;
        width: 100%;
    }

    .box_btm {
        margin-top: calc(100vw * (17/428));
        display: none;
    }

    .item_box.on .box_btm {
        display: block;
    }

    .inner_wrap.tem .btn_box {
        display: flex;
        justify-content: center;
        margin-bottom: calc(100vw * (28/428));
    }

    .all_view {
        height: calc(100vw * (20/428));
        display: flex;
        justify-content: center;
        align-items: center;
        background: none;
        font-size: calc(100vw * (14/428));
        font-weight: 500;
        color: #E97F30;
    }

    .all_view_off {
        display: none;
        justify-content: center;
        align-items: center;
        width: calc(100vw * (19/428));
        height: calc(100vw * (10/428));
        background: url(../img/main/all_view.svg)no-repeat;
        background-size: contain;
    }

    .btn_box.on .all_view_off {
        display: flex;
    }

    .btn_box.on .all_view {
        display: none;
    }

    .item_wrap .line {
        display: block;
        width: 100%;
        height: calc(100vw * (12/428));
        background-color: #EEEEEE;
    }

    /* 상품 */
    .goods_wrap .best .swiper {
        position: relative;
        overflow: unset;
    }
    .box_swiper{
        width: 100%;
    }
    .goods_wrap .best .swiper::after {
        content: "";
        width: 100%;
        height: 1px;
        background: #DBDBDB;
        position: absolute;
        bottom: calc(100vw * (-30/428));
        left: 0;
    }
    .goods_wrap {
        margin-top: calc(100vw * (28/428));
    }

    .goods_wrap .swiper-button-prev,
    .goods_wrap .swiper-button-next {
        display: none;
    }

    .goods_wrap .goods_title_box {
        width: 100%;
        align-items: center;
        margin-bottom: calc(100vw * (26/428));
    }

    .goods_title_box .title_line {
        display: none;
    }

    .goods_title_box .all_menu {
        display: none;
    }

    .goods_title_box .foods_title {
        font-weight: 500;
        font-size: calc(100vw * (20/428));
    }

    .goods_title_box a {
        margin-left: auto;
        font-size: calc(100vw * (14/428));
        color: #E97F30;
        font-weight: 500;
        margin-bottom: 0;
    }

    .mb_list .box_swiper .swiper-wrapper {flex-wrap: wrap; justify-content: space-between;}
    .mb_list .box_swiper .swiper-slide {width: 50%; justify-content: flex-start; margin-bottom: calc(100vw * (50/428));}
    .mb_list .box_swiper .swiper-slide:nth-child(2n) {justify-content: flex-end;}
    .mb_list .box_swiper .swiper-slide:nth-child(n+5) {display: none;}

    .goods_box {
        height: auto;
        flex-wrap: wrap;
        /*display: none;*/
    }

    .goods_box.goods_box_on {
        display: flex;
    }

    .goods_box .goods_info {
        margin-right: calc(100vw * (24/428));
    }

    .goods_info .goods_img {
        width: calc(100vw * (180/428));
        height: calc(100vw * (180/428));
        margin-bottom: calc(100vw * (8/428));
    }

    .goods_sub_box {
        margin-right: 0;
    }

    .goods_sub_box:first-child {
        margin-bottom: calc(100vw * (18/428));
    }

    .goods_info .goods_txt .goods_name {
        font-size: calc(100vw * (16/428));
        width: calc(100vw * (180/428));
    }

    .goods_info .goods_txt .goods_line {
        width: calc(100vw * (78/428));
        margin: calc(100vw * (9/428)) 0;
    }

    .goods_info .goods_txt .goods_price_box .prev_price {
        font-size: calc(100vw * (14/428));
    }

    .goods_info .goods_txt .goods_price_box .price {
        font-size: calc(100vw * (16/428));
    }

    .inner_wrap.goods {
        padding-bottom: calc(100vw * (32/428));
        border-bottom: 1px solid #DBDBDB;
    }

    /* 상품박스 */
    .inner_wrap.goods .swiper-pointer-events {
        margin-top: 0;
    }

    .products_box {
        margin: calc(100vw * (31/428)) 0;
        flex-wrap: wrap;
    }

    .products_box::before {
        content: "";
        width: 100%;
        
    }

    .products_box .product.bx {
        width: calc(100vw * (121/428));
        height: calc(100vw * (121/428));
    }

    .products_box .product.bx .product_img_wrap {
        width: calc(100vw * (121/428));
        height: calc(100vw * (121/428));
    }

    .product_2_box .product.product_2 {
        width: calc(100vw * (121/428));
        height: calc(100vw * (121/428));
    }

    .product_2_box .product.product_3 {
        width: calc(100vw * (121/428));
        height: calc(100vw * (121/428));
    }

    .products_sub_box {
        width: 100%;
        padding: 0 calc(100vw * (20/428));
    }

    .products_sub_box:first-child {
        margin-right: 0;
    }

    .product_2_box {
        flex-direction: row;
    }

    .products_box .bx {
        margin-right: 0;
    }

    .products_box .product {
        margin-right: calc(100vw * (11/428));
    }

    .product_2_box .product.product_3 {
        margin-right: 0;
    }

    .products_box .product a::after {
        font-size: calc(100vw*(18/428));
        text-align: center;
        white-space: pre;
    }

    .products_box .product .product_img_wrap_3::after {
        content: '장갑/\A세차용품';
    }

    .products_box .product .product_img_wrap_4::after {
        content: '주방/\A잡화류';
    }
    .products_box .product .product_img_wrap_5::after {
        content: '세면/\A세제용품';
    }

    .products_box .product .product_img_wrap_6::after {
        content: '자동차/\A소형가전';
    }
    .product_2_box .bx_2 {
        margin-bottom: 0;
    }

    .products_sub_box:first-child {
        margin-bottom: calc(100vw * (11/428));
    }

    .product_2_box .product.product_3.bx3 {
        margin-right: calc(100vw * (11/428));
    }

    .inner_wrap.goods {
        border-bottom: none;
    }

    /* 상품3 */
    .inner_wrap.goods.last {
        margin-top: 0;
        position: relative;
    }

    .inner_wrap.goods.last::after {
        content: '';
        position: absolute;
        width: 100%;
        height: calc(100vw * (12/428));
        background-color: #EEEEEE;
        left: 0;
        bottom: 0;
    }

    .inner_wrap.goods.last .goods_info .goods_img {
        width: calc(100vw * (90/428));
        height: calc(100vw * (90/428));
    }

    .inner_wrap.goods.last .goods_info .goods_txt {
        display: none;
    }

    .inner_wrap.goods.last .swiper-wrapper {flex-wrap: wrap;}
    .inner_wrap.goods.last .goods_box.swiper-slide {width: auto; margin-right: calc(100vw * (7/428));}
    .inner_wrap.goods.last .goods_box.swiper-slide:nth-child(4n) {margin-right: 0;}
    .inner_wrap.goods.last .goods_box.goods_box_on {
        width: 100%;
    }

    .inner_wrap.goods.last .goods_box .goods_info {
        margin-right: calc(100vw * (7/428));
    }

    .inner_wrap.goods.last .goods_box .goods_info:last-child {
        margin-right: 0;
    }

    .inner_wrap.goods.last .swiper-pointer-events {
        padding-bottom: 0;
    }

    .board_wrap {
        margin: calc(100vw * (33/428)) 0;
    }

    .inner_wrap.goods.last .goods_title_box a {
        margin-bottom: 0;
    }

    .inner_wrap.goods.last .swiper-pointer-events {
        margin-top: calc(100vw * (27/428));
    }

    .board_box {
        height: auto;
        width: 100%;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #707070;
    }

    .board_box .board_title_box .more {
        display: none;
    }

    .board_box .board_title_box {
        height: auto;
        padding: 0;
        margin-bottom: calc(100vw * (28/428));
        border-bottom: none;
    }

    .board_box .board_title_box .board_title {
        font-size: calc(100vw * (20/428));
        font-weight: 500;
        color: #DA302B;
    }

    .board_box .board_title_box a {
        font-size: calc(100vw * (14/428));
        font-weight: 500;
        color: #E97F30;
    }

    .board_list_box {
        padding: calc(100vw * (23/428)) calc(100vw * (13/428));
        border-top: 2px solid #707070;
    }

    .board_list_box .board_list {
        margin-top: calc(100vw * (27/428));
        padding-left: calc(100vw * (20/428));
        font-size: calc(100vw * (16/428));
    }

    .board_list_box .board_list .board_date {
        font-size: calc(100vw * (16/428));
    }

    .board_list_box .board_list::after {
        width: calc(100vw * (8/428));
        height: calc(100vw * (8/428));
    }

    /* 고객센터, 회원가입 */
    .service_wrap {
        margin-bottom: calc(100vw * (80/428));
    }

    .service_wrap .button_box {
        width: 100%;
    }

    .service_wrap .button_box .box {
        width: calc(100vw * (186/428));
        height: calc(100vw * (188/428));
    }

    .service_wrap .button_box .box.service_box {
        padding: 0;
        padding: calc(100vw * (13/428)) 0;
    }

    .service_wrap .button_box .box.service_box .service_top {
        justify-content: center;
        align-items: center;
        margin-bottom: calc(100vw * (8.5/428));
    }

    .button_box .box.service_box .service_top .img_wrap {
        width: calc(100vw*(20/428));
        height: calc(100vw*(19/428));
    }

    .button_box .box.service_box .service_top .service_name {
        font-size: calc(100vw*(20/428));
    }

    .service_wrap .button_box .box.service_box .service_mid {
        margin-bottom: calc(100vw * (9/428));
        font-size: calc(100vw * (14/428));
        flex-direction: column;
    }

    .button_box .box.service_box .service_mid .call {
        margin: 0;
    }

    .button_box .box.service_box .service_mid .phone {
        padding: 0;
    }

    .button_box .box.service_box .service_mid .phone::after {
        display: none;
        margin-top: calc(100vw * (9/428));
    }

    .button_box .box.service_box .service_btm .ment {
        display: flex;
        flex-direction: column;
        line-height: 1;
        align-items: center;
    }
    .button_box .box.service_box .service_btm .ment .sub_ment {
        white-space: nowrap;
    }
    .button_box .box.service_box .service_btm .ment .pc {
        order: 3;
        margin-top: calc(100vw * (18/428));
        font-size: calc(100vw * (12/428));
    }

    .button_box .box.service_box .service_btm {
        font-size: calc(100vw * (13/428));
    }

    .button_box .box.join_box {
        padding: 0 calc(100vw * (30/428));
    }

    .button_box .box.join_box .join {
        flex-direction: column;
        justify-content: center;
    }

    .button_box .box.join_box .join .title {
        font-size: calc(100vw * (20/428));
    }

    .button_box .box.join_box .join .img_wrap {
        width: calc(100vw * (59/428));
        margin-top: calc(100vw * (47/428));
        height: calc(100vw * (62/428));
    }

    .button_box .box.join_box .join .img_wrap img {
        width: 100%;
        height: 100%;
    }

    /* modal */
    .change_modal {
        width: calc(100vw * (384/428));
        height: calc(100vw * (184/428));
    }

    .change_modal .ment {
        font-size: calc(100vw * (16/428));
        margin-bottom: calc(100vw * (36/428));
    }

    .change_modal .btn {
        padding: calc(100vw * (8/428)) calc(100vw * (51/428));
        font-size: calc(100vw * (16/428));
    }

/*    추가*/

    .product_list .wrapping {
        height: calc(100vw*(253/428));
        overflow: hidden;
    }

    .product_list .wrapping.on {
        height: auto;
        padding-bottom: calc(100vw * (43 / 428));
    }

    .product_list .item_box {
        width: 100%;
        height: unset;
        border: none
    }

    .product_list .item_box .item_wrap {
        width: calc(100vw*(300/428));
        height: calc(100vw*(411/428));
    }

    .product_list .item_box .item {
        width: calc(100vw * (60 / 428));
        height: calc(100vw * (60 / 428));
        margin-right: calc(100vw * (20 / 428));
    }

    .product_list .item_box .item:nth-child(4n) {
        margin-right: 0;
    }

    .product_list .item_box .item_sub_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: space-between;
        width: 100%;
        height: calc(100vw*(90/428));
    }

    .product_list .item_box .item_img {
        display: unset;
        width: calc(100vw*(60/428));
    ;
        height: calc(100vw*(60/428));
        border: 1px solid #E4E4E4;
        border-radius: 12px;
    }

    .product_list .item_box .item.current .item_img {
        border: none;
    }

    .product_list .item_box .item_name {
        font-size: calc(100vw*(11/428));
        white-space: nowrap;
        text-align: center;
    }

}