@charset "utf-8";

/********************
// tablet 분기점
********************/
@media only screen and (max-width: 1200px) {

  .inner{width:calc(100% - 120px);margin:0 auto;}

  .productBox > .wwP33{width:100%}
  .productBox > .wwP33{width:50%}


}


/********************
// 모바일 분기점
********************/
@media only screen and (max-width: 768px) {

  .inner{width:calc(100% - 40px);margin:0 auto;}
  .mainValue .wwp1{word-break: break-all; width:initial}
  .productBox > .wwP33{width:100%}



}
