
@charset 'utf-8';

/* ftp용량 절감을 위해 웹폰트 관련 경로를 변경하였습니다. 소스를 넘길 때는 webfont 폴더를 꼭 복사하시고 경로 변경 해주세요.*/
/* IE 9 이하버전에서는 font-weight: 800(extrabold)이 반영되지 않음. */



/* ●●●●●●●●●● 노토체 */
@font-face {
    font-family: "Noto";
    font-weight: 100;
    font-style: normal;
    src: url('webfont/NotoSansKR-Thin.eot');
    src: url('webfont/NotoSansKR-Thin.eot?#iefix') format('embedded-opentype'),
    url('webfont/NotoSansKR-Thin.woff2') format('woff2'),
    url('webfont/NotoSansKR-Thin.woff') format('woff');
}

@font-face {
    font-family: "Noto";
    font-weight: 300;
    font-style: normal;
    src: url('webfont/NotoSansKR-Light.eot');
    src: url('webfont/NotoSansKR-Light.eot?#iefix') format('embedded-opentype'),
    url('webfont/NotoSansKR-Light.woff2') format('woff2'),
    url('webfont/NotoSansKR-Light.woff') format('woff');
}

@font-face {
    font-family: "Noto";
    font-weight: 400;
    font-style: normal;
    src: url('webfont/NotoSansKR-Regular.eot');
    src: url('webfont/NotoSansKR-Regular.eot?#iefix') format('embedded-opentype'),
    url('webfont/NotoSansKR-Regular.woff2') format('woff2'),
    url('webfont/NotoSansKR-Regular.woff') format('woff');
}

@font-face {
    font-family: "Noto";
    font-weight: 500;
    font-style: normal;
    src: url('webfont/NotoSansKR-Medium.eot');
    src: url('webfont/NotoSansKR-Medium.eot?#iefix') format('embedded-opentype'),
    url('webfont/NotoSansKR-Medium.woff2') format('woff2'),
    url('webfont/NotoSansKR-Medium.woff') format('woff');
}

@font-face {
    font-family: "Noto";
    font-weight: 700;
    font-style: normal;
    src: url('webfont/NotoSansKR-Bold.eot');
    src: url('webfont/NotoSansKR-Bold.eot?#iefix') format('embedded-opentype'),
    url('webfont/NotoSansKR-Bold.woff2') format('woff2'),
    url('webfont/NotoSansKR-Bold.woff') format('woff');
}

@font-face {
    font-family: "Noto";
    font-weight: 900;
    font-style: normal;
    src: url('webfont/NotoSansKR-Black.eot');
    src: url('webfont/NotoSansKR-Black.eot?#iefix') format('embedded-opentype'),
    url('webfont/NotoSansKR-Black.woff2') format('woff2'),
    url('webfont/NotoSansKR-Black.woff') format('woff');
}





/* ●●●●●●●●●● 영문 Campton */

@font-face {
    font-family: "Campton";
    font-weight: 300;
    font-style: normal;
    src: url('webfont/Campton-LightDEMO.eot');
    src: url('webfont/Campton-LightDEMO.eot?#iefix') format('embedded-opentype'),
    url('webfont/Campton-LightDEMO.woff2') format('woff2'),
    url('webfont/Campton-LightDEMO.woff') format('woff');
}

@font-face {
    font-family: "Campton";
    font-weight: 600;
    font-style: normal;
    src: url('webfont/Campton-BoldDEMO.eot');
    src: url('webfont/Campton-BoldDEMO.eot?#iefix') format('embedded-opentype'),
    url('webfont/Campton-BoldDEMO.woff2') format('woff2'),
    url('webfont/Campton-BoldDEMO.woff') format('woff');
}



