@charset "UTF-8";

/* 국문&영문 thin */
@font-face {
    font-family: 'LINESeedKR';
    font-style: normal;
    font-weight: 100;
    src: url(//img.stronghold-technology.com/common/font/LINESeedKR-Th.woff) format('woff');
}

/* 국문&영문 normal */
@font-face {
    font-family: 'LINESeedKR';
    font-style: normal;
    font-weight: normal;
    src: url(//img.stronghold-technology.com/common/font/LINESeedKR-Rg.woff) format('woff');
}

/* 국문&영문 bold */
@font-face {
    font-family: 'LINESeedKR';
    font-style: normal;
    font-weight: 700;
    src: url(//img.stronghold-technology.com/common/font/LINESeedKR-Bd.woff) format('woff');
}

/* 중문 thin */
@font-face {
    font-family: 'NotoSansSC';
    font-style: normal;
    font-weight: 100;
    src: url(//img.stronghold-technology.com/common/font/NotoSansSC-Thin.woff) format('woff');
}

/* 중문 light */
@font-face {
    font-family: 'NotoSansSC';
    font-style: normal;
    font-weight: 300;
    src: url(//img.stronghold-technology.com/common/font/NotoSansSC-Light.woff) format('woff');
}

/* 중문 normal */
@font-face {
    font-family: 'NotoSansSC';
    font-style: normal;
    font-weight: 400;
    src: url(//img.stronghold-technology.com/common/font/NotoSansSC-Regular.woff) format('woff');
}

/* 중문 medium */
@font-face {
    font-family: 'NotoSansSC';
    font-style: normal;
    font-weight: 500;
    src: url(//img.stronghold-technology.com/common/font/NotoSansSC-Medium.woff) format('woff');
}

/* 중문 bold */
@font-face {
    font-family: 'NotoSansSC';
    font-style: normal;
    font-weight: 700;
    src: url(//img.stronghold-technology.com/common/font/NotoSansSC-Bold.woff) format('woff');
}

/* 중문 heavy */
@font-face {
    font-family: 'NotoSansSC';
    font-style: normal;
    font-weight: 900;
    src: url(//img.stronghold-technology.com/common/font/NotoSansSC-Black.woff) format('woff');
}

html, body{
    font-family: 'LINESeedKR', 'NotoSansSC';
}

button, optgroup, .alert, .blockquote-footer, .btn, .mapbox-container .mapbox-control-btn .zoomIn, .mapbox-container .mapbox-control-btn .zoomOut, .mapbox-container .mapbox-control-btn .fullScreen, .google-map-control-btn .zoomIn, .google-map-control-btn .zoomOut, .tox .tox-dialog__footer .tox-button:last-child, .tox .tox-dialog__footer .tox-button--secondary, .tox .tox-button-secondary, .tox .tox-button, [data-list] .page, .table-list .page, .navbar, .pagination, .valid-feedback, .invalid-feedback {
    font-family: 'LINESeedKR', 'NotoSansSC'!important;
}