#cartWrap, #showCart {
    display: none;
}

.bgBanner, #owl-container, #service {
    width: 100%;
}

#productWrap{
    width: 96%;
}

.productPlus.btnBuy {
    font-size: 12px;
}

.cartButton{
    text-decoration: none;
}

.sale img{
    padding-top: 50px;
}

.product .linkBlue {
    text-decoration: none;
    color: #02a4f5;
}

@media screen and (max-width: 1200px){
    #topNoticeWrap {
        display: block;
        width:100%;
        padding-bottom: 5px;
        background: #c7d5b4;
    }

    #searchForm {
        padding-top: 2px;
    }

    #cornerNotice{
        display: none;
    }

}