@charset "utf-8";
@import url('font.css'); /* 사이트 세부설정, 공통 클래스 설정, 기타 설정 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Noto+Serif+KR:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');

















/*1200이하 */
@media screen and (max-width:1200px){



}/*1200이하 끝*/

/*1024이하 */
@media screen and (max-width:1024px){


}/*1024이하 끝*/

/*768이하 */
@media screen and (max-width:768px){


}/*768이하 끝*/

/*600이하 */
@media screen and (max-width:600px){


}/*600이하 끝*/

/*420이하 */
@media screen and (max-width:420px){


}/*420이하 끝*/