@media screen and (min-width: 800px) {

    #main {
        max-width: 1400px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    section.index, section.sub {
        position: relative;
        max-width: 1400px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    section.sub {
        margin: 40px auto 0 auto;
    }

    .index-deco {
        top: 0px;
        left: 0;
        height: 1000px;
        opacity: .1;
        transform: scaleX(-1);
    }   

    .swiper-pagination {
        position: relative !important;
        margin-top: 5px;
    }

    .main-renew-quick * {
        cursor: pointer;
    }

    .main-section {
        padding: 50px 10px;
    }
    .main-section-title {
        margin: 20px 0;
    }
    .main-section-title h2 {
        font-size: 1.8rem;
    }
    .main-renew-location h1 {
        font-size: 2.5rem;
    }
    .main-renew-location h2 {
        font-size: 1.3rem;
    }
    .location-section {
        order: 3;
    }
    .location-swiper .swiper-slide.location-slide {
        width: 280px;
    }
    .main-renew-PCquick {
        margin: -20px 0 10px 0;
    }
    .hot-swiper .swiper-slide.product-item {
        width: 300px;
    }

    .accordion-header {
        font-size: 1.4rem;
    }
    .accordion-wrap.accordion-active {
        padding: 30px 0px 30px 0px;
    }
    .accordion-wrap .thumb {
        height: auto;
    }

    .modal .modal_popup {
        padding-top: 20px;
    }
    .modal .modal_popup h3 {
        font-size: 1.5rem;
    }
    .modal_item_wrap {
        padding: 10px 20px 30px 20px;
        width: 700px;
    }
    .modal_item_wrap .modal_item {
        width: 315px;
    }
    .modal_item_wrap .modal_item .modal_popup_txt p {
        font-size: 1.8rem;
        line-height: 1;
    }
    .modal_item_wrap .modal_item .modal_popup_txt i {
        font-size: .8rem;
    }
    .glf-category .category-item {
        flex: 1;
        font-size: 0.9rem;
        text-align: center;
    }
    .Mheader, .Mfooter, .main-renew-Mquick, .bottom-nav, .empty-gary {
        display: none;
    }
    .PCheader, .PCfooter, .main-renew-PCquick {
        display: block;
    }
    .sbanner-swiper {
        height: 140px;
    }
    .sbanner-swiper img {
        display: block;
        width: 100%;
        height: auto;
        left: 0;
    }

    .name {
        font-size: 1rem;
        line-height: 1.4;
        font-weight: 700;
        max-height: 50px;
    }
    .price-wrap {
        height: auto;
        margin-top: 5px;
    }
    .sale-price-wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
    }
    .price-wrap span {
        font-size: 1rem;
        line-height: 1.4;
        height: auto;
    }
    .sale-cost.krw-cost {
        margin-left: 1rem;
        font-size: 1rem;
        color: #666;
    }
    .origin-price-wrap {
        max-height: 2rem;
        line-height: 1rem;
    }
}