@charset "UTF-8";@font-face {
    font-family: Pretendard;
    font-weight: 400;
    font-style: normal;
    src: local("☺"),
    url(../font/woff2/Pretendard-Regular.woff2) format('woff2'),
    url(../font/woff/Pretendard-Regular.woff) format('woff'),
    url(../font/ttf/Pretendard-Regular.ttf) format('truetype'),
    url(../font/otf/Pretendard-Regular.otf) format('opentype');
}

@font-face {
    font-family: Pretendard;
    font-weight: 500;
    font-style: normal;
    src: local("☺"),
    url(../font/woff2/Pretendard-Medium.woff2) format('woff2'),
    url(../font/woff/Pretendard-Medium.woff) format('woff'),
    url(../font/ttf/Pretendard-Medium.ttf) format('truetype'),
    url(../font/otf/Pretendard-Medium.otf) format('opentype');
}

@font-face {
    font-family: Pretendard;
    font-weight: 600;
    font-style: normal;
    src: local("☺"),
    url(../font/woff2/Pretendard-SemiBold.woff2) format('woff2'),
    url(../font/woff/Pretendard-SemiBold.woff) format('woff'),
    url(../font/ttf/Pretendard-SemiBold.ttf) format('truetype'),
    url(../font/otf/Pretendard-SemiBold.otf) format('opentype');
}

@font-face {
    font-family: Pretendard;
    font-weight: 700;
    font-style: normal;
    src: local("☺"),
        url(../font/woff2/Pretendard-Bold.woff2) format('woff2'),
        url(../font/woff/Pretendard-Bold.woff) format('woff'),
        url(../font/ttf/Pretendard-Bold.ttf) format('truetype'),
        url(../font/otf/Pretendard-Bold.otf) format('opentype');
}