﻿@charset "UTF-8";
@media print, screen and (min-width: 1024px) {
  html, body {
   font-family: "Malgun Gothic", 나눔고딕, dotum, sans-serif;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  html, body {
    font-family: "Malgun Gothic", 나눔고딕, dotum, sans-serif;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-family: "Malgun Gothic", 나눔고딕, dotum, sans-serif;
  }
}