@charset "utf-8";
/*************** 1440px 이하 ***************/
@media only screen and (max-width: 1440px) {
    /** common **/
    .inner{width:calc(100dvw - 40px)}
    

}

/*************** 1300px 이하 ***************/
@media only screen and (max-width: 1300px) {
    .tablet-mr0 {margin-right: 0 !important;}
    
}
  
/*************** 1124px 이하 ***************/
@media only screen and (max-width: 1124px) {

    
}

/*************** 1024px 이하 ***************/
@media only screen and (max-width: 1024px) {

}

/*************** 960px 이하 ***************/
@media only screen and (max-width: 960px) {

}

/*************** 860px 이하 ***************/
@media only screen and (max-width: 860px) {


}

/*************** 768px 이하 ***************/
@media only screen and (max-width: 768px) {
    /**** product ****/
    /** product list.skin **/
    .productBanner {background-image:url(/theme/basic/img/productBanner2.jpg); background-position:center; background-size:cover;}
    

}

/*************** 480px 이하 ***************/
@media only screen and (max-width: 480px) {

}

/*************** 320px 이하 ***************/
@media only screen and (max-width: 320px) {

}
