@charset "utf-8";

/* 기본 폰트 */

@font-face {
    font-family: "NanumSquare";
    font-style: normal;
    font-weight: 100;
    src: url("/font/NanumSquareL.woff") format("woff");
}

@font-face {
    font-family: "NanumSquare";
    font-style: normal;
    font-weight: 300;
    src: url("/font/NanumSquareR.woff") format("woff");
}

@font-face {
    font-family: "NanumSquare";
    font-style: normal;
    font-weight: 400;
    src: url("/font/NanumSquareB.woff") format("woff");
}

@font-face {
    font-family: "NanumSquare";
    font-style: normal;
    font-weight: 700;

    src: url("/font/NanumSquareEB.woff") format("woff");
}

/* payco 폰트 */

@font-face {
    font-family: "payboocBold";
    font-style: normal;
    font-weight: 100;
    src: url("/font/payboocBold.woff") format("woff");
}

@font-face {
    font-family: "payboocLight";
    font-style: normal;
    font-weight: 300;
    src: url("/font/payboocLight.woff") format("woff");
}

@font-face {
    font-family: "payboocMedium";
    font-style: normal;
    font-weight: 400;
    src: url("/font/payboocMedium.woff") format("woff");
}

@font-face {
    font-family: "payboocExtraBold";
    font-style: normal;
    font-weight: 700;
    src: url("/font/payboocExtraBold.woff") format("woff");
}