@charset "UTF-8";

/* 본고딕 */
@font-face{
     font-family: 'NotoKr';
     font-weight: 200;
     src: url("/common/fonts/NotoSansCJKkr-Light.woff2") format('woff2'),
     url("/common/fonts/NotoSansCJKkr-Light.woff") format('woff');
}
@font-face{
     font-family: 'NotoKr';
     font-weight: 300;
     src: url("/common/fonts/NotoSansCJKkr-DemiLight.woff2") format('woff2'),
     url("/common/fonts/NotoSansCJKkr-DemiLight.woff") format('woff');
}
@font-face{
     font-family: 'NotoKr';
     font-weight: 400;
     src: url("/common/fonts/NotoSansCJKkr-Regular.woff2") format('woff2'),
     url("/common/fonts/NotoSansCJKkr-Regular.woff") format('woff');
}
@font-face{
     font-family: 'NotoKr';
     font-weight: 500;
     src: url("/common/fonts/NotoSansCJKkr-Medium.woff2") format('woff2'),
     url("/common/fonts/NotoSansCJKkr-Medium.woff") format('woff');
}
@font-face{
     font-family: 'NotoKr';
     font-weight: 600;
     src: url("/common/fonts/NotoSansCJKkr-Bold.woff2") format('woff2'),
     url("/common/fonts/NotoSansCJKkr-Bold.woff") format('woff');
}
@font-face {
    font-family: 'paybooc';
    src: url('/common/fonts/paybooc-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'paybooc';
    src: url('/common/fonts/paybooc-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'paybooc';
    src: url('/common/fonts/paybooc-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'paybooc';
    src: url('/common/fonts/paybooc-ExtraBold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
 
@font-face {
     font-family: 'coreDream';
     src: url('/common/fonts/S-CoreDream-1Thin.woff') format('woff');
     font-weight: 200;
     font-style: normal;
}
@font-face {
     font-family: 'coreDream';
     src: url('/common/fonts/S-CoreDream-4Regular.woff') format('woff');
     font-weight: 300;
     font-style: normal;
}
@font-face {
     font-family: 'coreDream';
     src: url('/common/fonts/S-CoreDream-5Medium.woff') format('woff');
     font-weight: 500;
     font-style: normal;
}
@font-face {
     font-family: 'coreDream';
     src: url('/common/fonts/S-CoreDream-6Bold.woff') format('woff');
     font-weight: 600;
     font-style: normal;
}
/* Montserrat */
@font-face{
     font-family: 'Montserrat-1';
     font-weight: 400;
     src: url("/common/fonts/montserrat-regular.woff2") format('woff2'),
     url("/common/fonts/montserrat-regular.woff") format('woff');
}
@font-face{
     font-family: 'Montserrat-1';
     font-weight: 500;
     src: url("/common/fonts/montserrat-500.woff2") format('woff2'),
     url("/common/fonts/montserrat-500.woff") format('woff');
}
@font-face{
     font-family: 'Montserrat-1';
     font-weight: 600;
     src: url("/common/fonts/montserrat-700.woff2") format('woff2'),
     url("/common/fonts/montserrat-700.woff") format('woff');
}
/* G마켓 */
@font-face{
    font-family: 'GmarketSans';
    font-weight: 500;
    src: url("/common/fonts/GmarketSans-Medium.woff2") format('woff2'),
    url("/common/fonts/GmarketSans-Medium.woff") format('woff');
}
/*Lato*/
@font-face{
    font-family:'Lato';
    font-weight: 400;
    src:url("/common/fonts/Lato-Regular.woff") format('woff');
}