@charset "utf-8";
/* CSS Document */

/**********************************************

* Project   : 사이드톡
* File name : main.css
* Author    : Hightouch

**********************************************/


/*************************************************
 * Mobile Area
 * Max width : 768px;
*************************************************/

@media only screen and (max-width: 768px) {
    
}

@media only screen and (max-width: 425px) {
    .mobile_hidden{
        display: none;
    }
}