<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* import */
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&amp;display=swap');/* 
 * font CSS Document
*/

/* font set */
body,input,textarea,button,select{font-family:'Times New Roman','Times Newer Roman',"Pretendard", '맑은 고딕', '돋움', Dotum, '굴림', Gulim, Sans-serif; color:#444;}

@font-face {
    font-family: 'Times Newer Roman';
    font-weight: normal;
    src:local("Times Newer Roman"), url(../font/TimesNewerRoman-Regular.otf) format("opentype"), url(../font/TimesNewerRoman-Regular.woff2) format("woff2") ,url(../font/TimesNewerRoman-Regular.woff) format("woff")   ;
  }
  
  @font-face {
    font-family: 'Times Newer Roman ';
    font-weight: bold;
    src:local("Times Newer Roman"), url(../font/TimesNewerRoman-Bold.otf) format("opentype"), url(../font/TimesNewerRoman-Bold.woff2) format("woff2") ,url(../font/TimesNewerRoman-Bold.woff) format("woff") ;
  }

/* Pretendard */
@font-face {
    font-family: "Pretendard";
    font-weight: 100;
    src: local("Pretendard Thin"), local("Pretendard-Thin"),
      url("../font/Pretendard-Thin.subset.woff")format("woff");
  }
  @font-face {
    font-family: "Pretendard";
    font-weight: 200;
    src: local("Pretendard ExtraLight"), local("Pretendard-ExtraLight"),
      url("../font/Pretendard-ExtraLight.subset.woff")format("woff");
  }
  @font-face {
    font-family: "Pretendard";
    font-weight: 300;
    src: local("Pretendard Light"), local("Pretendard-Light"),
      url("../font/Pretendard-Light.subset.woff")format("woff");
  }
  @font-face {
    font-family: "Pretendard";
    font-weight: 400;
    src: local("Pretendard Regular"), local("Pretendard-Regular"),
      url("../font/Pretendard-Regular.subset.woff")format("woff");
  }
  @font-face {
    font-family: "Pretendard";
    font-weight: 500;
    src: local("Pretendard Medium"), local("Pretendard-Medium"),
      url("../font/Pretendard-Medium.subset.woff")format("woff");
  }
  @font-face {
    font-family: "Pretendard";
    font-weight: 600;
    src: local("Pretendard SemiBold"), local("Pretendard-SemiBold"),
      url("../font/Pretendard-SemiBold.subset.woff")format("woff");
  }
  @font-face {
    font-family: "Pretendard";
    font-weight: 700;
    src: local("Pretendard Bold"), local("Pretendard-Bold"),
      url("../font/Pretendard-Bold.subset.woff")format("woff");
}
  @font-face {
    font-family: "Pretendard";
    font-weight: 800;
    src: local("Pretendard ExtraBold"), local("Pretendard-ExtraBold"),
      url("../font/Pretendard-ExtraBold.subset.woff")format("woff");
  }
  @font-face {
    font-family: "Pretendard";
    font-weight: 900;
    src: local("Pretendard Black"), local("Pretendard-Black"),
      url("../font/Pretendard-Black.subset.woff")format("woff");
  }
  
</pre></body></html>