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

  /** mainBanner **/
  .mainBanner{height:100svh}
}
  
/*************** 1124px 이하 ***************/
@media only screen and (max-width: 1124px) {


}

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

}

/*************** 960px 이하 ***************/
@media only screen and (max-width: 960px) {
    /** common **/
  .inner{width:calc(100dvw - 40px)}

  /** proccess **/
  .proccessIcon{transform:rotate(90deg)}
    

}

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

}

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

}

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

}

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

}
