/*문자열설정*/
@charset "utf-8";

@font-face {
    font-family: 'InkLipquid';
    src: url('/common/font/InkLipquid.woff') format('woff'),
		 url('/common/font/InkLipquid.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


