html {
    height: 100%;
    box-sizing: border-box;
}

body {
    position: relative;
    margin: 0;
    min-width: 1400px;
    min-height: 100%;
    font-family: 'Noto Sans KR', 'Mitr','Malgun Gothic', sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}
.f-mitr {
    font-family: Mitr!important;
}
input, select, button:focus {outline: 0;}
.top-menu {
    list-style: none;
    padding: 0;
    min-width: 1300px;
    text-align: center;
}
.top-menu > li {
    display: inline-block;
    margin: 0 1px;
    vertical-align: top;
    min-width: 50px;
}
.dropdown-menu{margin-top: 0px;}

.border-0{border: 0px solid #ddd;}
.border-1{border: 1px solid #ddd;}
.border-1-dot{border: 1px dotted #ddd;}
.border-2{border: 2px solid #ddd;}
.border-1-bottom{border-bottom: 1px solid #ddd;}
.border-1-gray{border: 1px solid #e6e6e6;}
.border-1-blue-dot{border: 1px dotted #c6d9eb;}
.border-0-left{border-left: 0px;}
.border-1-left{border-left: 1px solid #ddd;}
.border-1-right{border-right: 1px solid #ddd;}
.border-top-1{border-top: 1px solid #ddd;}
.border-bottom-1{border-bottom: 1px solid #ddd;}
.border-bottom-1-dot{
    border-bottom: 1px dotted #555555;
    padding: 2px 0px!important;
    margin-bottom: 5px;
}

.content-body {
    position: relative;
    min-height: 1000px;
    margin-bottom: 50px;
}

.content-box-header{
    min-width: 1400px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
}

.content-box{
    min-width: 1000px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 50px;
}

#header-display{
    color: #f2f2f2;
    background-color: #1e3d7b;
}

#footer{
     position: relative;
     text-align: center;
     width: 100%;
     color: #f2f2f2;
     bottom: 0px;
     background-color: #1e3d7b;
     padding: 10px 0px;
 }

#footer .f-menu {
    display: block;
    width: 100%;
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    margin-top: 8px;
}
#footer .f-menu > li {display: inline-block;padding-left: 5px;padding-right: 5px;}
#footer .f-menu > li > a {color: #d1e0e0;}
#footer .f-menu > li > a:hover {color: #75a3a3;}

.cursor{cursor:pointer;}

.block-header {position: relative;}

.input-custom-text-layer{position: relative;}
.input-custom-text-layer>.input-custom{padding-right: 35px !important; z-index: 1; background-color: transparent;}
.input-custom-text-layer>.input-custom-text-unit{position: absolute; width: 30px; right: 10px; top: 6px; text-align: right; z-index: 2;}

.input-custom{ padding: 5px 10px; border: 1px solid #bfbfbf;}
.input-custom-read { padding: 5px 10px; border: none; background-color: #fafafa; color: #212121;}
.input-custom-sel{border-radius: 0px; background-color: #ffffff;}
.input-custom-sel-rect:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #bfbfbf;
    background: url('/resources/image/icon/arrow_down.svg') no-repeat 95% 50%;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 0px;
    background-color: #ffffff;
}

.input-custom:read-only{background-color: #EEEEEE !important;}

.no-display{display: none;}

.table-fixed{table-layout: fixed;}

.table > tbody > tr > td, .table > thead > tr > th, .table > tfoot > tr > td {
    text-align: left;
}

.odd_1{background-color: rgba(230, 230, 230, 0.7);}

/* CUSTOM TABLE */
.table-title-box{padding: 25px 30px; border: 1px solid #ddd;}
.table-help-box{padding: 15px 30px; border-top: 1px dashed #ddd; border-bottom: 1px dashed #ddd;}
.table-contents-of-200{max-height: 200px; overflow-y: auto; border-bottom: 1px solid #ddd;}
.table-contents-of-300{max-height: 300px; overflow-y: auto; border-bottom: 1px solid #ddd;}
.table-contents-of-400{max-height: 400px; overflow-y: auto; border-bottom: 1px solid #ddd;}
.table-contents-of-500{max-height: 500px; overflow-y: auto; border-bottom: 1px solid #ddd;}
.table-contents-of-800{max-height: 800px; overflow-y: auto; border-bottom: 1px solid #ddd;}
.table-contents-of-1000{max-height: 1000px; overflow-y: auto; border-bottom: 1px solid #ddd;}

/* PLACEHOLDER */
/* Chrome, Firefox, Opera, Safari 10.1+ */
::placeholder {color: rgba(64, 64, 64, 0.4); opacity: 1; /* Firefox */}
/* Internet Explorer 10-11 */
:-ms-input-placeholder {color: rgba(64, 64, 64, 0.4);}
/* Microsoft Edge */
::-ms-input-placeholder {color: rgba(64, 64, 64, 0.4);}

.custom-checkbox-container{position: relative;}
/* 기본 체크박스 DISPLAY NONE */
.custom-checkbox-container input[type="checkbox"] {position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0;}
/* CURSOR POINTER */
.custom-checkbox-container input[type="checkbox"] + label {display: inline-block; position: relative; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
/* RE DESIGN */
.custom-checkbox-container input[type="checkbox"] + label:before {
    content: ' ';
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
    background: #ffffff;
    border: 1px solid #c6cacc;
    border-radius: 2px;
    font-family: 'Material-Design-Iconic-Font';
}
.custom-checkbox-container input[type="checkbox"] + label:active:before,
.custom-checkbox-container input[type="checkbox"]:checked + label:active:before {background-color: #ffffff;}
.custom-checkbox-container input[type="checkbox"]:checked + label:before {
    content: '\f26b'; color: #5078b0; text-shadow: 1px 1px white; border-color: #5078b0; background-color: #ffffff;
}
.custom-radio-container input[type="radio"]{display:none;}
.custom-radio-container input[type="radio"] + span{display: inline-block; background: none; border: 1px solid #bfbfbf; padding: 5px 12px; font-weight:400; text-align:center; cursor:pointer; color:#9e9e9e;}
.custom-radio-container input[type="radio"]:checked + span{border:1px solid #5078b0; background:#5078b0; color:#fff; font-weight:500;}
.custom-table-list{
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    cursor: default;
}

.nav-tabs {border-bottom: 1px solid #1e3d7b;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #1e3d7b;
    color: #ffffff;
    font-weight: 600;
    border: 1px solid #1e3d7b;
}
.nav-tabs > li > a {margin-right: 5px;}
.nav-tabs > li > a:hover, .nav-tabs > li > a:active, .nav-tabs > li > a:focus{
    background-color: #ffffff;
    color: #1e3d7b;
    font-weight: 600;
    border: 1px solid #1e3d7b;
    border-bottom: 1px solid #ffffff;
}


a {
    color: #212121;
    text-decoration: none;
}
.border-none {
    border: none!important;
}
.table-hover > tbody > tr:hover {
    background-color: #eaeaea!important;
}
.minwidth-90 {
    min-width: 90px!important;
}

input[type="checkbox"] {
    margin-top: 0px!important;
}

.panel-primary > .panel-heading {
    color: #212121;
    background-color: #fafafa;
    border-color: #fafafa;
}
.panel-primary {
    border: none!important;
}
.panel-danger {
    border: none!important;
}

.btn-md-style {
    padding-left: 30px!important;
    padding-right: 30px!important;
    border-radius: 20px!important;
}

.bc-note-icons{position: fixed; bottom: 25px; right: 35px;}
.bc-note-icons-box{
    display: inline-block; background-color: #5078b0; color: #ffffff; padding: 5px 8px; border-radius: 5px; cursor: pointer; text-align: center;
    -moz-transition:all .3s ease; -o-transition:all .3s ease; -ms-transition:all .3s ease; -webkit-transition:all .3s ease; transition:all .3s ease;
}
.bc-note-icons-box:hover{border: 1px solid #5078b0; color: #5078b0; background-color: #ffffff;}
.bc-note-cl-box{background-color: #eeeeee;}
.bc-note-contents-layer{height: 500px; overflow-y: auto;}
.bc-note-cl-date{font-size: 14px; color: #8e8e8e;}
.bc-note-cl-con{font-size: 15px; margin-bottom: 15px;}
.bc-note-cl-con-del{color: #8e8e8e;}
.bc-note-cl-con-del-ori{display: none;}
.bc-note-cl-con-del:hover .bc-note-cl-con-del-ori{display: block;}
.bc-note-cl-con-del:hover .bc-note-cl-con-del-rs{display: none;}
#bc5memoarea{resize: none;}

.bcnotetotalcnt{text-align: center; font-weight: 500;}
.bcnotetotalcntbo{text-align: center; font-weight: 500;}
.bcnoteimpocnt{position: absolute; top: -10px; right: -10px; border-radius: 50%; padding: 1px 7px; color: white; background-color: red;}
.bcnoteimpocntbo{position: absolute; top: -10px; right: -10px; border-radius: 50%; padding: 1px 7px; color: white; background-color: red;}


.btn .caret {margin-left: 2px; margin-top: -4px;}

.cusoronshow{display: none; cursor: pointer;}
.cusoronoff:hover .cusoronshow{display: block;}
.cusoronoff:hover .cusoronhide{display: none;}

.wb-ka{word-break: keep-all;}
.text-overflow{text-overflow: ellipsis; white-space: nowrap; overflow-x: hidden;}

.site-liner-border{border-top:5px solid #EEEEEE;}

.header-menu-table>tbody>tr>td{height: 45px; text-align: center; border-left: 1px solid #c2c2d6; border-right: 1px solid #c2c2d6; padding: 0; vertical-align: middle;}
.header-menu-table>tbody>tr>td>div{width: 100%;}
.hmtmenu1-btn{height: 45px; padding-top: 13px;}
.hmtmenu1:hover{background-color: #f0f0f5;}
.hmtmenu2{left: -1px; padding: 0;}
.hmtmenu2>li{border-bottom: 1px solid #EEEEEE;}
.hmtmborder1{border-top: 2px solid #EEEEEE;}


.hmtmenu2>li>a{
    display: block;
    padding: 12px 25px 12px 15px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-weight: 500;
}
.hmtmenu2>li>a>i{
    font-weight: 400;
    color: #9E9E9E;
}

.d-flex{display: flex;}


/** 모달 최대 크기 */
.modal-xl{width: 1200px;}
.table-text-center>thead>tr>th{text-align: center !important;}
.table-text-center>tbody>tr>td{text-align: center !important;}