@charset "utf-8";

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

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

/* Noto sans */
@font-face {
    font-family: 'Noto Sans Kr';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url('../fonts/noto_sans/woff/NotoSansKR-Light-Hestia.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans Kr';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/noto_sans/woff/NotoSansKR-Regular-Hestia.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans Kr';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/noto_sans/woff/NotoSansKR-Medium-Hestia.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans Kr';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/noto_sans/woff/NotoSansKR-Bold-Hestia.woff') format('woff');
}

@font-face {
    font-family: 'Daum';
    font-weight: normal;
    font-style: normal;
    font-display: swap;  /* 폰트 로딩 최적화 */
    src: url('../fonts/daum/Daum_Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Daum';
    font-weight: 600;  /* SemiBold에 해당하는 폰트 두께 */
    font-style: normal;
    font-display: swap;  /* 폰트 로딩 최적화 */
    src: url('../fonts/daum/Daum_SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'xeicon';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('../xeicon/fonts/xeicon.eot'); /* IE9 이하용 */
    src: url('../xeicon/fonts/xeicon.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    /*url('../xeicon/fonts/xeicon.woff2') format('woff2'),*/
    url('../xeicon/fonts/xeicon.woff2?v=2.2.0') format('woff2'), /* 현대 브라우저 */
    url('../xeicon/fonts/xeicon.woff') format('woff'),                    /* 대부분 브라우저 */
    url('../xeicon/fonts/xeicon.ttf') format('truetype'),                 /* 구형 Android, iOS */
    url('../xeicon/fonts/xeicon.svg#xeicon') format('svg');               /* 구형 iOS */
    unicode-range: U+E000-F8FF;
}

/* Pretendard GOV */
@font-face {
    font-family: 'Pretendard GOV';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:
            url('../fonts/PretendardGOV/PretendardGOV-Regular.subset.woff2') format('woff2'),
            url('../fonts/PretendardGOV/PretendardGOV-Regular.subset.woff') format('woff');
}

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

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

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