/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../ownfonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../ownfonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../ownfonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../ownfonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../ownfonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../ownfonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../ownfonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../ownfonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../ownfonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../ownfonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../ownfonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../ownfonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../ownfonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../ownfonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../ownfonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../ownfonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../ownfonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../ownfonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* noto-serif-kr-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif KR';
  font-style: normal;
  font-weight: 400;
  src: url('../ownfonts/noto-serif-kr-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../ownfonts/noto-serif-kr-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../ownfonts/noto-serif-kr-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../ownfonts/noto-serif-kr-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../ownfonts/noto-serif-kr-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../ownfonts/noto-serif-kr-v20-latin-regular.svg#NotoSerifKR') format('svg'); /* Legacy iOS */
}
/* noto-serif-kr-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif KR';
  font-style: normal;
  font-weight: 500;
  src: url('../ownfonts/noto-serif-kr-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: url('../ownfonts/noto-serif-kr-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../ownfonts/noto-serif-kr-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../ownfonts/noto-serif-kr-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../ownfonts/noto-serif-kr-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../ownfonts/noto-serif-kr-v20-latin-500.svg#NotoSerifKR') format('svg'); /* Legacy iOS */
}

body {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: normal;
}
h1 {
  font-family: Noto Serif KR, sans-serif;
  font-size: 40px;
  font-weight: 500;
}
h2 {
  font-family: Noto Serif KR, sans-serif;
  font-size: 30px;
  font-weight: 500;
}
h3 {
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
}
h4 {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.sp-megamenu-parent {
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 600;
}
.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}