/*나눔 고딕 글꼴*/
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NanumGothic-Regular.eot');
  src: url('../fonts/NanumGothic-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/NanumGothic-Regular.woff2') format('woff2'),
       url('../fonts/NanumGothic-Regular.woff') format('woff'),
       url('../fonts/NanumGothic-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/NanumGothic-Bold.eot');
  src: url('../fonts/NanumGothic-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/NanumGothic-Bold.woff2') format('woff2'),
       url('../fonts/NanumGothic-Bold.woff') format('woff'),
       url('../fonts/NanumGothic-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/NanumGothic-ExtraBold.eot');
  src: url('../fonts/NanumGothic-ExtraBold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/NanumGothic-ExtraBold.woff2') format('woff2'),
       url('../fonts/NanumGothic-ExtraBold.woff') format('woff'),
       url('../fonts/NanumGothic-ExtraBold.ttf') format('truetype');
}

/* ============================ */
/* Paperlogy 폰트 전체 적용 시작 */
/* ============================ */

/* 1. Thin (가장 얇음) - 100 */
@font-face {
    font-family: 'Paperlogy';
    font-weight: 100;
    font-style: normal;
    src: url('../new_fonts/Paperlogy-1Thin.ttf') format('truetype');
}

/* 2. ExtraLight - 200 */
@font-face {
    font-family: 'Paperlogy';
    font-weight: 200;
    font-style: normal;
    src: url('../new_fonts/Paperlogy-2ExtraLight.ttf') format('truetype');
}

/* 3. Light - 300 */
@font-face {
    font-family: 'Paperlogy';
    font-weight: 300;
    font-style: normal;
    src: url('../new_fonts/Paperlogy-3Light.ttf') format('truetype');
}

/* 4. Regular (기본) - 400 */
@font-face {
    font-family: 'Paperlogy';
    font-weight: 400;
    font-style: normal;
    src: url('../new_fonts/Paperlogy-4Regular.ttf') format('truetype');
}

/* 5. Medium - 500 */
@font-face {
    font-family: 'Paperlogy';
    font-weight: 500;
    font-style: normal;
    src: url('../new_fonts/Paperlogy-5Medium.ttf') format('truetype');
}

/* 6. SemiBold - 600 */
@font-face {
    font-family: 'Paperlogy';
    font-weight: 600;
    font-style: normal;
    src: url('../new_fonts/Paperlogy-6SemiBold.ttf') format('truetype');
}

/* 7. Bold (굵게) - 700 */
@font-face {
    font-family: 'Paperlogy';
    font-weight: 700;
    font-style: normal;
    src: url('../new_fonts/Paperlogy-7Bold.ttf') format('truetype');
}

/* 8. ExtraBold - 800 */
@font-face {
    font-family: 'Paperlogy';
    font-weight: 800;
    font-style: normal;
    src: url('../new_fonts/Paperlogy-8ExtraBold.ttf') format('truetype');
}

/* 9. Black (가장 굵음) - 900 */
@font-face {
    font-family: 'Paperlogy';
    font-weight: 900;
    font-style: normal;
    src: url('../new_fonts/Paperlogy-9Black.ttf') format('truetype');
}
