@charset "utf-8"; 

@font-face {
    font-family: "Hanwha";
    font-style: normal;
    font-weight: 300;
    src: url(../css/font/Hanwha_L.woff2) format("woff2"),
         url(../css/font/Hanwha_L.woff) format("woff");
  }
  @font-face {
    font-family: "Hanwha";
    font-style: normal;
    font-weight: 400;
    src: url(../css/font/HanwhaR.woff2) format("woff2"),
         url(../css/font/Hanwha_R.woff) format("woff");
  }
  @font-face {
    font-family: "Hanwha";
    font-style: normal;
    font-weight: 600;
    src: url(../css/font/HanwhaB.woff2) format("woff2"),
         url(../css/font/Hanwha_B.woff) format("woff");
  }
  
  @font-face {
    font-family: "hanwhaGothic";
    font-style: normal;
    font-weight: 300;
    src: url(../css/font/HanwhaGothicL.woff2) format("woff2"),
         url(../css/font/hanwhaGothicL.woff) format("woff");
  }
  @font-face {
    font-family: "hanwhaGothic";
    font-style: normal;
    font-weight: 400;
    src: url(../css/font/HanwhaGothicR.woff2) format("woff2"),
         url(../css/font/hanwhaGothicR.woff) format("woff");
  }
  @font-face {
    font-family: "hanwhaGothic";
    font-style: normal;
    font-weight: 600;
    src: url(../css/font/HanwhaGothicB.woff2) format("woff2"),
         url(../css/font/hanwhaGothicB.woff) format("woff");
  }

  p, a, h1, h2, h3, h4, h5, h6, tr, td, span, dt, dd, input, select, textarea, button, figure, blockquote, strong {
    transform: skew(-0.1deg);
}