@media all and (min-width:767px) {
    #modal {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        top: 0;
        left: 0;
        z-index: 9999;
        display: none;
    }

    #product_layer {
        width: 100%;
        max-width: 890px;
        border: none;
        background: white;
        z-index: 9999;
        display: none;
        position: fixed;
        box-sizing: border-box;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .pop_info {
        width: 100%;
        padding: 30px;
    }
    .close {
        text-align: right;
        margin-bottom: 20px;
    }
    .pop_info_top {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
        letter-spacing: -1px;
    }
    .pop_info_top > p img {
        width: 477px;
        height: 315px;
    }
    .pop_info_top > div > p.category {
        font-size: 18px;
        font-weight: 500;
        color: #999;
        margin-top: 30px;
    }
    .pop_info_top > div > p.title {
        font-size: 26px;
        font-weight: 500;
        margin-bottom: 30px;
    }
    .pop_info_top > div > ul {
        width: 320px;
    }
    .pop_info_top > div > ul li {
        display: flex;
        justify-content: space-between;
        font-weight: 500;
        line-height: 40px;
    }
    .pop_info_top > div > ul li span {
        font-weight: 300;
    }
    .pop_info_low {
        word-break: keep-all;
        letter-spacing: -1px;
    }
    .pop_info_low .title {
        font-weight: 500;
    }
}




@media all and (max-width:767px) {
    #modal {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        top: 0;
        left: 0;
        z-index: 9999;
        display: none;
    }

    #product_layer {
        width: 90%;
        max-width: 890px;
        border: none;
        background: white;
        z-index: 9999;
        display: none;
        position: fixed;
        box-sizing: border-box;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .pop_info {
        width: 100%;
        padding: 15px;
    }
    .close {
        text-align: right;
        margin-bottom: 10px;
    }
    .pop_info_top {
        display: block;
        margin-bottom: 15px;
        letter-spacing: -1px;
    }
    .pop_info_top > p img {
        width: 100%;
    }
    .pop_info_top > div > p.category {
        font-size: 14px;
        font-weight: 500;
        color: #999;
        margin-top: 5px;
    }
    .pop_info_top > div > p.title {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .pop_info_top > div > ul {
        width: 100%;
    }
    .pop_info_top > div > ul li {
        display: flex;
        justify-content: space-between;
        font-weight: 500;
        line-height: 160%;
        font-size: 14px;
    }
    .pop_info_top > div > ul li span {
        font-weight: 300;
    }
    .pop_info_low {
        word-break: keep-all;
        letter-spacing: -1px;
        font-size: 13px;
    }
    .pop_info_low .title {
        font-weight: 500;
        margin-bottom: 10px;
        font-size: 14px;
    }
}