@charset "utf-8";

@font-face {
    font-family: 'Noto Sans KR';
    src: url(./fonts/NotoSans-Black.eot);
    src: url(./fonts/NotoSans-Black.woff) format('woff'),
         url(./fonts/NotoSans-Black.otf) format('opentype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(./fonts/NotoSansKR-Bold.eot);
    src: url(./fonts/NotoSansKR-Bold.woff) format('woff'),
         url(./fonts/NotoSansKR-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(./fonts/NotoSansKR-Medium.eot);
    src: url(./fonts/NotoSansKR-Medium.woff) format('woff'),
         url(./fonts/NotoSansKR-Medium.ttf) format('truetype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(./fonts/NotoSansKR-Regular.eot);
    src: url(./fonts/NotoSansKR-Regular.woff) format('woff'),
         url(./fonts/NotoSansKR-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 350;
    src: url(./fonts/NotoSansKR-DemiLight.woff2) format('woff2'),
         url(./fonts/NotoSansKR-DemiLight.woff) format('woff'),
         url(./fonts/NotoSansKR-DemiLight.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(./fonts/NotoSansKR-Light.eot);
    src: url(./fonts/NotoSansKR-Light.woff) format('woff'),
         url(./fonts/NotoSansKR-Light.ttf) format('truetype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url(./fonts/NotoSansKR-Thin.eot);
    src: url(./fonts/NotoSansKR-Thin.woff) format('woff'),
         url(./fonts/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'ONE-Mobile-Title';
    font-weight: normal;
    font-style: normal;
    src: url(./fonts/ONE-Mobile-Title.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    font-display: swap;
    src: local('Pretendard Black'), 
         url('./fonts/Pretendard-Black.woff2') format('woff2'), 
         url('./fonts/Pretendard-Black.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-display: swap;
    src: local('Pretendard Bold'), 
         url('./fonts/Pretendard-Bold.woff2') format('woff2'), 
         url('./fonts/Pretendard-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-display: swap;
    src: local('Pretendard SemiBold'), 
         url('./fonts/Pretendard-SemiBold.woff2') format('woff2'), 
         url('./fonts/Pretendard-SemiBold.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-display: swap;
    src: local('Pretendard Medium'), 
         url('./fonts/Pretendard-Medium.woff2') format('woff2'), 
         url('./fonts/Pretendard-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-display: swap;
    src: local('Pretendard Regular'), 
         url('./fonts/Pretendard-Regular.woff2') format('woff2'), 
         url('./fonts/Pretendard-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-display: swap;
    src: local('Pretendard Light'), 
         url('./fonts/Pretendard-Light.woff2') format('woff2'), 
         url('./fonts/Pretendard-Light.woff') format('woff');
}