@charset "UTF-8";

/* 아리따 돋움 */
@font-face {
  font-family:MyWebFont;
  font-style:normal;
  font-weight:400;
  src:url(Arita-Dotum-Medium.eot);
  src:url(Arita-Dotum-Medium.eot?#iefix) format("embedded-opentype"),url(Arita-Dotum-Medium.woff) format("woff"),url(Arita-Dotum-Medium.ttf) format("truetype")
}

/* 아리따 돋움 */
@font-face{
  font-family:MyWebFont;
  font-style:normal;
  font-weight:500;
  src:url(Arita-Dotum-SemiBold.eot);
  src:url(Arita-Dotum-SemiBold.eot?#iefix) format("embedded-opentype"),url(Arita-Dotum-SemiBold.woff) format("woff"),url(Arita-Dotum-SemiBold.ttf) format("truetype")
}

/* Font Awesome */
@font-face {
    font-family: FontAwesome;
    src: url(fontawesome-webfont.eot?v=4.7.0);
    src: url(fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(fontawesome-webfont.woff?v=4.7.0) format("woff"), url(fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Inter-SemiBold';
    src: url("Inter-SemiBold.woff2") format("opentype");
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url("GmarketSansMedium.otf") format("opentype");
}

