/*********** 기본폰트 이외 폰트 CSS ***********************/

/* pretendard 본문서체 대체 */
@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    font-display: swap;
    src: local('Pretendard Black'), url(/fonts/Pretendard/Pretendard-Black.woff2) format('woff2'), url(./woff/Pretendard-Black.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-display: swap;
    src: local('Pretendard ExtraBold'), url(/fonts/Pretendard/Pretendard-ExtraBold.woff2) format('woff2'), url(./woff/Pretendard-ExtraBold.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-display: swap;
    src: local('Pretendard Bold'), url(/fonts/Pretendard/Pretendard-Bold.woff2) format('woff2'), url(./woff/Pretendard-Bold.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-display: swap;
    src: local('Pretendard SemiBold'), url(/fonts/Pretendard/Pretendard-SemiBold.woff2) format('woff2'), url(./woff/Pretendard-SemiBold.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-display: swap;
    src: local('Pretendard Medium'), url(/fonts/Pretendard/Pretendard-Medium.woff2) format('woff2'), url(./woff/Pretendard-Medium.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-display: swap;
    src: local('Pretendard Regular'), url(/fonts/Pretendard/Pretendard-Regular.woff2) format('woff2'), url(./woff/Pretendard-Regular.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-display: swap;
    src: local('Pretendard Light'), url(/fonts/Pretendard/Pretendard-Light.woff2) format('woff2'), url(./woff/Pretendard-Light.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    font-display: swap;
    src: local('Pretendard ExtraLight'), url(/fonts/Pretendard/Pretendard-ExtraLight.woff2) format('woff2'), url(./woff/Pretendard-ExtraLight.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    font-display: swap;
    src: local('Pretendard Thin'), url(/fonts/Pretendard/Pretendard-Thin.woff2) format('woff2'), url(./woff/Pretendard-Thin.woff) format('woff');
}

/* Spoqa Han Sans Neo: 숫자와 영문에서 적당 100, 300, 400, 500, 700 */
@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 100;
    src: local('Spoqa Han Sans Neo Thin'),
    url('/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Thin.woff2') format('woff2'),
    url('/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Thin.woff') format('woff');
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 300;
    src: local('Spoqa Han Sans Neo Light'),
    url('/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Light.woff2') format('woff2'),
    url('/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Light.woff') format('woff');
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    src: local('Spoqa Han Sans Neo Regular'),
    url('/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.woff2') format('woff2'),
    url('/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 500;
    src: local('Spoqa Han Sans Neo Medium'),
    url('/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Medium.woff2') format('woff2'),
    url('/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 700;
    src: local('Spoqa Han Sans Neo Bold'),
    url('/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Bold.woff2') format('woff2'),
    url('/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Bold.woff') format('woff');
}


/* SCoreDream : 제목 서체로 적당 200, 300, 400, 500, 600, 700 */
@font-face {
    font-family: 'SCoreDream';
    font-weight: 100;
    font-style: normal;
    src: url('/fonts/SCoreDream/SCoreDream1.woff2') format('woff2'),
    url('/fonts/SCoreDream/SCoreDream1.woff') format('woff');
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 200;
    font-style: normal;
    src: url('/fonts/SCoreDream/SCoreDream2.woff2') format('woff2'),
    url('/fonts/SCoreDream/SCoreDream2.woff') format('woff');
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 300;
    font-style: normal;
    src: url('/fonts/SCoreDream/SCoreDream3.woff2') format('woff2'),
    url('/fonts/SCoreDream/SCoreDream3.woff') format('woff');
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 400;
    font-style: normal;
    src: url('/fonts/SCoreDream/SCoreDream4.woff2') format('woff2'),
    url('/fonts/SCoreDream/SCoreDream4.woff') format('woff');
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 500;
    font-style: normal;
    src: url('/fonts/SCoreDream/SCoreDream5.woff2') format('woff2'),
    url('/fonts/SCoreDream/SCoreDream5.woff') format('woff');
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 600;
    font-style: normal;
    src: url('/fonts/SCoreDream/SCoreDream6.woff2') format('woff2'),
    url('/fonts/SCoreDream/SCoreDream6.woff') format('woff');
}
@font-face {
    font-family: 'SCoreDream';
    font-weight: 700;
    font-style: normal;
    src: url('/fonts/SCoreDream/SCoreDream7.woff2') format('woff2'),
    url('/fonts/SCoreDream/SCoreDream7.woff') format('woff');
}

/* EliceDigitalBaeum : 제목 서체로 적당 normak, bold */
@font-face {
    font-family: 'EliceDigitalBaeum';
    font-weight: normal;
    src: url('/fonts/EliceDigitalBaeum/EliceDigitalBaeumRegular.woff2') format('woff2'),
    url('/fonts/EliceDigitalBaeum/EliceDigitalBaeumRegular.woff') format('woff');
}

@font-face {
    font-family: 'EliceDigitalBaeum';
    font-weight: bold;
    src: url('/fonts/EliceDigitalBaeum/EliceDigitalBaeumBold.woff2') format('woff2'),
    url('/fonts/EliceDigitalBaeum/EliceDigitalBaeumBold.woff') format('woff');
}

/* GmarketSans */
@font-face {
    font-family: 'GmarketSans';
    font-weight: normal;
    src: url('/fonts/GmarketSans/GmarketSansMedium.woff2') format('woff2'),
    url('/fonts/GmarketSans/GmarketSansMedium.woff') format('woff');
}

@font-face {
    font-family: 'GmarketSans';
    font-weight: bold;
    src: url('/fonts/GmarketSans/GmarketSansBold.woff2') format('woff2'),
    url('/fonts/GmarketSans/GmarketSansBold.woff') format('woff');
}