@charset "utf-8";

@import url('https://cdn.jsdelivr.net/npm/spoqa-han-sans@3.3.0/css/SpoqaHanSansNeo.css');

/********************************************************
■ PC 폰트
********************************************************/

/* 기준 폰트 */
html {
	font-size:18px;
}

/* 제목, 내용 등 기본 폰트 */
body {
	font-size:18px ;
	font-family:"Spoqa Han Sans Neo", sans-serif  ;
	line-height:1.6;
    font-weight: 400;
    word-break: keep-all;
    letter-spacing: -0.02em;
}

@media (max-width:576px){
    body { font-size: 15px;}
}
