@charset "utf-8";

/* =====================
		mobile
========================*/

.resol {background-color: #fff;padding:10px;border:2px solid red;position: fixed;bottom:0;right:0;}
/**/


/* 공통 */
@media screen and (min-width:1px) and (max-width:1200px) {
	.mobile_none{display:none;} /*mobile*/
	img {max-width:100%;}
}



/* 모바일용 메뉴 공통 */
@media screen and (min-width:1px) and (max-width:768px) {
	/*기본*/
	.mobile_hide{display:none;}

	a{font-size:1.4rem;}

}
