@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&family=Roboto:wght@300;400;500;700&display=swap');

*, html, body {
    font-family: "Apple SD Gothic Neo", "Roboto", "Noto Sans KR", 나눔고딕, "Nanum Gothic", Malgun Gothic, 맑은고딕, 굴림, 돋움, Dotum, sans-serif;
    /*font-family: "Roboto", "Noto Sans KR", 나눔고딕, "Nanum Gothic", Malgun Gothic, 맑은고딕, 굴림, 돋움, Dotum, sans-serif;*/
}

html, body {
    font-weight: 400;

}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 1.6rem;
}

*, input {
    font-size: 12px;
}

a {
    color: #605ca8;
}

a:hover, a:active, a:focus {
    color: #555299;
}

.h1, h1 {
    font-size: 28px;
}

.h2, h2 {
    font-size: 24px;
}

.h3, h3 {
    font-size: 20px;
}

.h4, h4 {
    font-size: 18px;
}

.h5, h5 {
    font-size: 16px;
}

.form-control {
    font-size: 12px;
    height: 30px;
    padding: 4px 8px;
}

pre {
    font-size: 10px;
}

footer {
    margin-top: 20px;
    margin-bottom: 4px;
}

.box.box-purple {
    border-top-color: #433E8F;
}

/* button */
.btn-primary {
    border-color: #433E8F;
    background-color: #605ca8;
}

.btn-primary:focus, .btn-primary:hover {
    color: white;
    border-color: #2C2777;
    background-color: #433E8F;
}

/* navbar */
.nav-tabs > li {
    margin-bottom: -2px;
}

.nav-tabs > li > a {
    margin-right: 4px;
    color: #666;
    border: 0 solid transparent;
}

.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
    color: #555299;
    background: #f7f7f7;
}

/* form */
.search-form {
    padding: 20px 0;
}


/* table */
.table {
    margin-bottom: 0;
}

th:not(.none-word-wrap), .table td.nowrap {
    white-space: nowrap
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 4px;
    text-align: center;
}

.table .number_format {
    padding-right: 8px;
    text-align: right;
}

.table .text-left {
    text-align: left;
}

.table td a:hover {
    color: white;
    background-color: #555299;
}

.table td label {
    margin-bottom: 0;
}

.table td label input[type=checkbox] {
    margin: 0;
}

.va-m {
    vertical-align: middle !important;
}


/* form */
.input-group-addon {
    padding: 4px 8px
}

.search-form {
    padding: 20px 0;
}

/* pageination */
.pagination {
    margin: 0;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    border-color: #605ca8;
    background-color: #605ca8;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #605ca8;
}

/* date picker */
.daterangepicker td.in-range {
    background-color: #ebeaff;
}

.daterangepicker .ranges li.active {
    background-color: #555299;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #555299;
}

/* 계약코드 */
.co_code, .cc_code {
    padding: 3px;
    cursor: pointer;
    border-radius: 3px;
}

.co_code:hover, .cc_code:hover {
    cursor: pointer;
    color: #fff;
    background-color: #605ca8;
}

.co_code.selected, .cc_code.selected {
    color: #fff;
    background-color: #605ca8;
}

.no-hover:hover, .table td a:hover {
    text-decoration: none;
    color: inherit;
    background-color: inherit;
}

