@charset "utf-8";

/** Font **/
@font-face {
    font-family: 'NotoSansCJKkr';
    font-style: normal;
    font-weight: 100;
    src: url(../font/NotoSansKR-Thin.otf) format('truetype');
}

@font-face {
    font-family: 'NotoSansCJKkr';
    font-style: normal;
    font-weight: 300;
    src: url(../font/NotoSansKR-Light.otf) format('truetype');
}

@font-face {
    font-family: 'NotoSansCJKkr';
    font-style: normal;
    font-weight: normal;
    src: url(../font/NotoSansKR-Regular.otf) format('truetype');
}

@font-face {
    font-family: 'NotoSansCJKkr';
    font-style: normal;
    font-weight: 500;
    src: url(../font/NotoSansKR-Medium.otf) format('truetype');
}

@font-face {
    font-family: 'NotoSansCJKkr';
    font-style: normal;
    font-weight: 700;
    src: url(../font/NotoSansKR-Bold.otf) format('truetype');
}

@font-face {
    font-family: 'NotoSansCJKkr';
    font-style: normal;
    font-weight: 800;
    src: url(../font/NotoSansKR-Black.otf) format('truetype');
}

@font-face {
    font-family: 'TourEasyE';
    font-style: normal;
    font-weight: normal;
    src: url(../font/TourEasy_Easy_TTF.eot?#iefix) format('embedded-opentype'),
        url(../font/TourEarth.otf) format('truetype');
}

@font-face {
    font-family: 'TourEasyT';
    font-style: normal;
    font-weight: normal;
    src: url(../font/TourEasy_Trust_TTF.eot?#iefix) format('embedded-opentype'),
        url(../font/TourEarth.otf) format('truetype');
}