/*Mac & Desc*/
@media (min-width: 1367px) and (max-width: 1680px) {

}
@media (min-width: 1200px) and (max-width: 1366px) {

}
@media (min-width: 1024px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 1023px) {

}
/*mibile*/
@media (min-width: 300px) and (max-width: 767px) {
    #banner img {
        width: 100%;
        margin-top: 30px;
    }
    .texture-03, .texture-04, .texture-06, .texture-02, .texture-01 {
        display: none;
    }
    footer h3 {
        margin-top: 30px;
    }
    .popup-modal-style {
        width: 100%;
        padding: 15px;
    }
    #content #catalog{
        display: none;
    }
    .product-item img{
        margin-bottom: 20px;
    }
}
