@charset "utf-8";
/* WebFont */
@font-face {
    font-family: 'PretendardJP-Black';
    src: url(../font/PretendardJP-Black.woff) format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'PretendardJP-ExtraBold';
    src: url(../font/PretendardJP-ExtraBold.woff) format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'PretendardJP-Bold';
    src: url(../font/PretendardJP-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'PretendardJP-SemiBold';
    src: url(../font/PretendardJP-SemiBold.woff) format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'PretendardJP-Medium';
    src: url(../font/PretendardJP-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'PretendardJP-Regular';
    src: url(../font/PretendardJP-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'PretendardJP-Light';
    src: url(../font/PretendardJP-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'PretendardJP-ExtraLight';
    src: url(../font/PretendardJP-ExtraLight.woff) format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'PretendardJP-Thin';
    src: url(../font/PretendardJP-Thin.woff) format('woff');
    font-weight: 100;
    font-style: normal;
}