@charset "UTF-8";

@media screen and (min-width: 768px) {

    .p-productDetailWrap {
      grid-template-columns: 47% 48%;
    }

    .p-productDetaiMain-head {
        padding: 0;
    }

    .c-productSkuQuantity {
        width: unset;
    }

    .p-productSkuBottomBtn {
        justify-content: center;
    }

    .p-productSkuBottomBtn__cart {
        width: 100%;
    }

    #sec-shipping-schedule {

        .div-product-outline {
            margin-left: 4rem;
            margin-right: 4rem;
        }
    }
}