/*@font-face {
    font-family: 'Nanum Gothic';
    src: url(../fonts/NanumGothic-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Nanum Barun Gothic';
    src: url(../fonts/NanumBarunGothic.ttf) format('truetype');
}

@font-face {
    font-family: 'Nanum SquareR';
    src: url(../fonts/NanumSquareR.ttf) format('truetype');
}

@font-face {
    font-family: 'Nanum Square RoundR';
    src: url(../fonts/NanumSquareRoundR.ttf) format('truetype');
}

* {
    font-family: 'Nanum Barun Gothic', sans-serif;
    box-sizing: border-box;
    font-size: 14px;
}

html, body, ul, li, input, table, button {
    margin: 0;
    padding: 0;
}

body {
    line-height: inherit;
}

ul, li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a.active {
    color: #fc5454;
}

a:hover {
    text-decoration: underline;
}

a:hover,
a:active,
a:checked {
    color: inherit;
}

a.active:hover,
a.active:active,
a.active:checked {
    color: #fc5454;
}

a:focus {
    outline: none;
}

button:disabled,
span:disabled {
    opacity: 0.65;
}

span {
    color: inherit;
}

label {
    position: relative;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

form {
    width: 100%;
}

select::-ms-expand {
    display: none;
}

input::placeholder {
    opacity: 1;
}

input:read-only,
input:disabled {
    background-color: #f9f9f9;
}

input::placeholder,
input::-webkit-input-placeholder,
textarea::placeholder {
    color: #b9b9b9;
}

input[type="checkbox"],
input[type="radio"],
input[type="file"] {
    display: none;
}

input[type="radio"]+label {
    min-width: 40px;
    height: 33px;
    line-height: 32px;
    font-size: 13px;
    border: 1px solid #ced4da;
    margin-right: -1px;
    padding: 0 8px;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease all;
    float: left;
}

input[type="radio"]:checked+label {
    background-color: #30419b;
    border: 1px solid #30419b;
    color: #fff;
}

input[type="checkbox"]+label:before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 5px;
    transition: 0.3s ease all;
}

input[type="checkbox"]:checked+label:before {
    background-color: #30419b;
    border: 1px solid #30419b;
}

input[type="checkbox"]:checked+label:after {
    content: "\e64c";
    font-family: "themify";
    width: 16px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 7px;
    left: 0;
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="date"],
input[type="month"],
input[type="email"],
input[type="tel"],
select {
    width: 100%;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-family: "Nanum Barun Gothic", "Nanum Gothic", sans-serif;
    font-size: 13px;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border: 1px solid #494949;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    appearance: none;
}

input[type="date"]::-webkit-calendar-picker-indicator:focus,
input[type="month"]::-webkit-calendar-picker-indicator:focus {
    outline: none;
}

textarea {
    width: 100%;
    font-size: 13px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    margin: 0 0 -1px;
    padding: 10px;
    resize: none;
}

button {
    border: 0;
    cursor: pointer;
}

div {
    position: relative;
    font-size: 13px;
}

i {
    color: inherit;
    vertical-align: text-top;
}

table {
    width: 100%;
    min-width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

table.hover_bg tbody tr:hover,
table.hover_bg tbody tr:hover td {
    background-color: #f9f9f9;
}

.table th {
    text-align: center;
}

th, td {
    position: relative;
    padding: 8px 10px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-size: 13px;
    vertical-align: middle;
    word-break: break-all;
}

th.base-pd {
    background-color: #f0f4f7;
    font-weight: bold;
}

.base-input-mg {
    margin: 2px;
}

.base-input-mg-l {
    margin-left: 2px;
}

.base-input-mg-r {
    margin-right: 2px;
}

.base-input-mg-t {
    margin-top: 2px;
}

.base-input-mg-b {
    margin-bottom: 2px;
}


.base-input-pd {
    padding: 2px;
}

.base-input-pd-l {
    padding-left: 2px;
}

.base-input-pd-r {
    padding-right: 2px;
}

.base-input-pd-t {
    padding-top: 2px;
}

.base-input-pd-b {
    padding-bottom: 2px;
}


.cursor-pointer {
    cursor: pointer;
}

#sidebar-menu>ul>li>a {
    font-family: 'Nanum Barun Gothic', sans-serif;
}*/
