/*기본폰트*/
@font-face {
    font-family: 'Lato-Regular';
    src: url(../font/Lato-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Lato-Bold';
    src: url(../font/Lato-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Lato-Light';
    src: url(../font/Lato-Light.ttf) format('truetype');
}
@font-face {
    font-family: 'Lato-BoldItalic';
    src: url(../font/Lato-BoldItalic.ttf) format('truetype');
}
@font-face {
    font-family: 'Lato-Black';
    src: url(../font/Lato-Black.ttf) format('truetype');
}
/*기본폰트 끝*/
@font-face {/*메인에 사용(구글)*/
    font-family: 'Vidaloka-Regular';
    src: url(../font/Vidaloka-Regular.ttf) format('truetype');
}
@font-face {/*메인에 사용(구글)*/
    font-family: 'Montserrat-Regular';
    src: url(../font/Montserrat-Regular.ttf) format('truetype');
}
@font-face{
    font-family: 'noto';
    font-weight: 400;
    src: url("../fonts/NotoSansCJKkr-Regular.woff2") format('woff2'),
    url("../fonts/NotoSansCJKkr-Regular.woff") format('woff');
}
@font-face{
    font-family: 'noto';
    font-weight: 600;
    src: url("../fonts/NotoSansCJKkr-Bold.woff2") format('woff2'),
    url("../fonts/NotoSansCJKkr-Bold.woff") format('woff');
}


@font-face {
    font-family: 'gmarket';
    font-weight: 600;
    src: url('../fonts/GmarketSansBold.woff2') format('woff2'),
    url('../fonts/GmarketSansBold.woff') format('woff');
}
@font-face {
    font-family: 'gmarket';
    font-weight: 400;
    src: url('../fonts/GmarketSansMedium.woff2') format('woff2'),
    url('../fonts/GmarketSansMedium.woff') format('woff');
}
@font-face {
    font-family: 'gmarket';
    font-weight: 300;
    src: url('../fonts/GmarketSansLight.woff2') format('woff2'),
    url('../fonts/GmarketSansLight.woff') format('woff');
}
@font-face {
    font-family: 'DS-DIGI';
    src: url('../fonts/DS-DIGI.woff') format('woff');
}
