@charset "utf-8";
/* 프리텐다드 */
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  src: url("../contents/fonts/Pretendard-Thin.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  src: url("../contents/fonts/Pretendard-ExtraLight.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  src: url("../contents/fonts/Pretendard-Light.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  src: url("../contents/fonts/Pretendard-Regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  src: url("../contents/fonts/Pretendard-Medium.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  src: url("../contents/fonts/Pretendard-SemiBold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  src: url("../contents/fonts/Pretendard-Bold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  src: url("../contents/fonts/Pretendard-ExtraBold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  src: url("../contents/fonts/Pretendard-Black.woff2") format("woff2");
  font-display: swap;
}

/* 페이퍼로지 */
@font-face {
  font-family: "Paperlogy";
  font-weight: 100;
  src: url("../contents/fonts/Paperlogy-1Thin.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Paperlogy";
  font-weight: 200;
  src: url("../contents/fonts/Paperlogy-2ExtraLight.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Paperlogy";
  font-weight: 300;
  src: url("../contents/fonts/Paperlogy-3Light.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Paperlogy";
  font-weight: 400;
  src: url("../contents/fonts/Paperlogy-4Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Paperlogy";
  font-weight: 500;
  src: url("../contents/fonts/Paperlogy-5Medium.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Paperlogy";
  font-weight: 600;
  src: url("../contents/fonts/Paperlogy-6SemiBold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Paperlogy";
  font-weight: 700;
  src: url("../contents/fonts/Paperlogy-7Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Paperlogy";
  font-weight: 800;
  src: url("../contents/fonts/Paperlogy-8ExtraBold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Paperlogy";
  font-weight: 900;
  src: url("../contents/fonts/Paperlogy-9Black.ttf") format("truetype");
  font-display: swap;
}

/* 나눔스퀘어네오체 */
@font-face {
  font-family: "nanumNeo";
  font-weight: 100;
  font-style: normal;
  src: url("../contents/fonts/NanumSquareNeoOTF-Lt.eot");
  src: url("../contents/fonts/NanumSquareNeoOTF-Lt.eot?#iefix")
      format("embedded-opentype"),
    url("../contents/fonts/NanumSquareNeoOTF-Lt.woff") format("woff");
}
@font-face {
  font-family: "nanumNeo";
  font-weight: normal;
  font-style: normal;
  src: url("../contents/fonts/NanumSquareNeoOTF-Rg.eot");
  src: url("../contents/fonts/NanumSquareNeoOTF-Rg.eot?#iefix")
      format("embedded-opentype"),
    url("../contents/fonts/NanumSquareNeoOTF-Rg.woff") format("woff");
}
@font-face {
  font-family: "nanumNeo";
  font-weight: 500;
  font-style: normal;
  src: url("../contents/fonts/NanumSquareNeoOTF-Bd.eot");
  src: url("../contents/fonts/NanumSquareNeoOTF-Bd.eot?#iefix")
      format("embedded-opentype"),
    url("../contents/fonts/NanumSquareNeoOTF-Bd.woff") format("woff");
}
@font-face {
  font-family: "nanumNeo";
  font-weight: 700;
  font-style: normal;
  src: url("../contents/fonts/NanumSquareNeoOTF-Hv.eot");
  src: url("../contents/fonts/NanumSquareNeoOTF-Hv.eot?#iefix")
      format("embedded-opentype"),
    url("../contents/fonts/NanumSquareNeoOTF-Hv.woff") format("woff");
}

/* Material Icons : 구글아이콘 */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../contents/fonts/MaterialIcons-Regular.eot"); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"),
    url("../contents/fonts/MaterialIcons-Regular.woff2") format("woff2"),
    url("../contents/fonts/MaterialIcons-Regular.woff") format("woff"),
    url("../contents/fonts/MaterialIcons-Regular.ttf") format("truetype");
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: sub;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: "liga";
}
