/*[ FONT ]
///////////////////////////////////////////////////////////
*/

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Noto Sans Regular'), local('NotoSans-Regular_0'), url(../fonts/Noto_Sans_KR/notosans-regular_0.eot);
    src: url(../fonts/Noto_Sans_KR/notosans-regular_0.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Noto_Sans_KR/notosans-regular_0.otf) format('opentype'),
    url(../fonts/Noto_Sans_KR/notosans-regular_0.woff2) format('woff2'),
    url(../fonts/Noto_Sans_KR/notosans-regular_0.woff) format('woff');
}
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Noto Sans Bold'), local('NotoSans-Bold_0'), url(../fonts/Noto_Sans_KR/notosans-bold_0.eot);
    src: url(../fonts/Noto_Sans_KR/notosans-bold_0.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Noto_Sans_KR/notosans-bold_0.otf) format('opentype'),
        /*url(../font/notosans-bold_0.ttf) format('truetype'),*/
    url(../fonts/Noto_Sans_KR/notosans-bold_0.woff2) format('woff2'),
    url(../fonts/Noto_Sans_KR/notosans-bold_0.woff) format('woff');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: local('Noto Sans Regular'), local('NotoSans-Regular'), url(../fonts/Noto_Sans_KR/NotoSans-Regular.eot);
    src: url(../fonts/Noto_Sans_KR/NotoSans-Regular.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Noto_Sans_KR/NotoSans-Regular.otf) format('opentype'),
        /*url(../font/NotoSans-Regular.ttf) format('truetype'),*/
    url(../fonts/Noto_Sans_KR/NotoSans-Regular.woff2) format('woff2'),
    url(../fonts/Noto_Sans_KR/NotoSans-Regular.woff) format('woff');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: local('Noto Sans Medium'), local('NotoSans-Medium'), url(../fonts/Noto_Sans_KR/NotoSans-Medium.eot);
    src: url(../fonts/Noto_Sans_KR/NotoSans-Medium.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Noto_Sans_KR/NotoSans-Medium.otf) format('opentype'),
        /*url(../font/NotoSans-Medium.ttf) format('truetype'),*/
    url(../fonts/Noto_Sans_KR/NotoSans-Medium.woff2) format('woff2'),
    url(../fonts/Noto_Sans_KR/NotoSans-Medium.woff2) format('woff2');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(../fonts/Noto_Sans_KR/NotoSans-Bold.eot);
    src: url(../fonts/Noto_Sans_KR/NotoSans-Bold.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Noto_Sans_KR/NotoSans-Bold.otf) format('opentype'),
        /*url(../font/NotoSans-Bold.ttf) format('truetype'),*/
    url(../fonts/Noto_Sans_KR/NotoSans-Bold.woff2) format('woff2'),
    url(../fonts/Noto_Sans_KR/NotoSans-Bold.woff) format('woff');
}

body, html {
    height: 100%;
    font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic', arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -1px;
    color: #666666;
    line-height: 1.5;
    font-size: 1rem;
}
