@charset "utf-8";



/********************
// tablet 분기점
********************/
@media only screen and (max-width: 1200px) {
    /** common **/
    .inner{width:calc(100dvw - 120px)}
   .qbtn {bottom:28px; right:28px;}
}    

/********************
// 모바일 분기점
********************/
@media only screen and (max-width: 768px) {     
    /** common **/
    .inner{width:calc(100dvw - 40px)}
   .qbtn {bottom:13px; right:13px;}

}
    

