@font-face {
    font-family: 'TmoneyRoundWindExtraBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/TmoneyRoundWindExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TmoneyRoundWindRegular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/TmoneyRoundWindRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NEXON Lv2 Gothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv2 Gothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NEXON Lv2 Gothic Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv2 Gothic Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* vertical 설정 */
.vertical-middle {
    vertical-align: middle;
}

.vertical-bottom {
    vertical-align: bottom !important;
}

/*
body {
    font-family: "TmoneyRoundWindRegular", serif !important;
}*/

body {
    font-family: "NEXON Lv2 Gothic", serif !important;
}

/* 로그인 */
.bg-gradient-eoullim {
    background-color: #012363;
    background-image: linear-gradient(180deg, #012363 10%, #001744 100%);
    background-size: cover;
}

/*
.login-header {
    font-family: "TmoneyRoundWindExtraBold", sans-serif;
    color: #19487c;
}
*/

.login-header {
    font-family: "NEXON Lv2 Gothic Bold", sans-serif;
    color: #19487c;
}

/* 관리페이지 공통 */
.custom-table tbody tr {
    height: 60px;
}

.custom-table td {
    border-bottom: 1px solid #e3e6f0 !important;
    vertical-align: middle !important;
    text-align: center !important;
}

.modal .modal-body ul li.li-inline-title {
    width: 115px;
}

.modal .modal-body ul li.li-inline-input {
    width: 55%;
}

#input-upload-file {
    display: none;
}

#infoModal li.li-card-news-image img {
    max-width: 450px;
    height: auto;
}

.access-mobile {
    color: #5a5c69;
    font-size: 5rem;
    font-weight: bold;

}

.mt-10 {
    margin-top: 10rem !important;
}

.h-73vh {
    height: 73vh;
}

#boardContent {
    resize: none;
}

.bg-eoullim {
    background-color: #1586CC !important;
    color: #ffffff !important;
    /*font-family: "NEXON Lv2 Gothic", serif !important;*/
}

.board-table-tr {
    cursor: pointer;
}