canvas {
    background-color: rgba(44, 57, 72, 0.5);
}
.dataTables_info, .paginate_button, label {
    color: black !important;
}
select, option{
    background-color: rgb(0 0 0 / 50%);
    color: #000000;
}
.widthHight20px {
    width: 20px !important;
    height: 20px !important;
}
.width_max_1200px {
    max-width: 1200px !important;
}
.width_max_8per {
    max-width: 8% !important;
}
.width_max_85per {
    max-width: 85% !important;
}
.width_max_96per {
    max-width: 96% !important;
}

.width_100per {
    width: 100% !important;
}

.width_50px {
    width: 50px !important;
}

.width_835px {
    width: 835px !important;
}

.height_40px {
    height: 40px !important;

}

.height_50px {
    height: 50px !important;

}

.height_60px {
    height: 60px !important;
}

.height_80px {
    height: 80px !important;
}

.height_90px {
    height: 90px !important;
}

.height_170px {
    height: 170px !important;
}

.height_220px {
    height: 220px !important;
}

.height_250px {
    height: 250px !important;
}

.height_277px {
    height: 277px !important;
}

.height_280px {
    height: 280px !important;
}

.height_800px {
    height: 800px !important;
}

.height_900px {
    height: 900px !important;
}

.padding_1 {
    padding: 1px;
}

.border1 {
    border: 1px solid #dadada;
}

.borderBottom1 {
    border-bottom: 1px solid #dadada;
}

.borderRight1 {
    border-right: 1px solid #dadada1a;
}

ul.colorlist {
    list-style: none !important;
    counter-reset: li !important;
}

.colorlist li::before {
    content: counter(li) !important;
    color: #569ff7 !important;
    display: inline-block !important;
    width: 2em !important;
    margin-left: 0em !important;
}

.row ul li:hover {
    background: rgba(200, 226, 255, 0.13);
    cursor: pointer;
}

.colorlist li {
    counter-increment: li !important;
}

.bg-result {
    background-color: #C3E8F8FF;
}
.bg-result {
    background-color: #C3E8F8FF;
}

.off {
    display: none;
}

.searchForm {
    height: 780px;
    overflow-y: auto;

}

.table-fixed {
    table-layout: fixed;
}

.text_overflow_210 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 210px;
}

.overflow_x {
    overflow-x: auto;
    /*text-overflow: ellipsis;*/
    white-space: nowrap;
}

.category, .category * {
    margin: 0;
    padding: 0;
    color: #000;
}

.category {
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
    width: 264px;
    /*width: 410px;*/
    height: 53px;
    z-index: 10;
    border: 1px solid black;
    font-family: 'Malgun Gothic', '맑은 고딕', sans-serif;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
}

.menu_selected {
    background: #f67686;
    font-weight: bold;
}


.category li:hover {
    background: lightpink !important;
    font-weight: bold !important;
}

.category li {
    list-style: none;
    float: left;
    width: 51px;
    height: 100%;
    padding-top: 5px;
    cursor: pointer;
}

.loading {
    background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
}

.font_size_01 {
    font-size: 0.1rem !important;
}

.font_size_0775 {
    font-size: 0.775rem !important;
}

.font_size_0775 {
    font-size: 0.775rem !important;
}

.display_inline_block {
    display: inline-block;
}

.margin_left_25per {
    margin-left: 25%;
}

.mainMapBtn {
    position: absolute !important;
}

.margin_1 {
    padding-left: 36em !important;
    padding-top: 8em !important;
}

.margin_2 {
    padding-left: 30em !important;
    padding-top: 7em !important;
}

.margin_3 {
    padding-left: 22em !important;
    padding-top: 7em !important;
}

.margin_4 {
    padding-left: 14em !important;
    padding-top: 9em !important;
}

.margin_5 {
    padding-left: 9em !important;
    padding-top: 12em !important;
}

.margin_6 {
    padding-left: 14em !important;
    padding-top: 15em !important;
}

.margin_7 {
    padding-left: 21em !important;
    padding-top: 15em !important;
}

.margin_8 {
    padding-left: 10em !important;
    padding-top: 19em !important;
}

.margin_9 {
    padding-left: 10em !important;
    padding-top: 23em !important;
}

.margin_10 {
    padding-left: 18em !important;
    padding-top: 23em !important;
}

.margin_11 {
    padding-left: 15em !important;
    padding-top: 29em !important;
}

.margin_12 {
    padding-left: 20em !important;
    padding-top: 34em !important;
}

img[usemap] {
    border: none;
    height: auto;
    max-width: 100%;
    width: auto;
}


.area {
    position: absolute;
    background: #fff;
    border: 1px solid #888;
    border-radius: 3px;
    font-size: 12px;
    top: -5px;
    left: 15px;
    padding:2px;
}

.info {
    font-size: 12px;
    padding: 5px;
}
.info .title {
    font-weight: bold;
}

.cursor_pointer {
    cursor: pointer;
}

/*.nav > ul { padding: 0; }*/

.snd_menu > li {
    list-style: none;
    line-height: 34px;
}
.snd_menu > li > a {
    display: block; /* 중요 */
    text-decoration: none;
    color: #ffffff;
    text-align: left;
    padding-left: 2.8rem;
}

.snd_menu > li > ul > li > a {
    display: block; /* 중요 */
    text-decoration: none;
    color: #ffffff;
}
.snd_menu {
    /*background: rgb(218, 218, 218); */
    padding-left: 0px;
}
.trd_menu {
    /*background: rgb(239, 239, 239); */
    padding-left: 5rem;
}
.sub_menu { display: none; } /* 서브메뉴들 숨김 */

.leftSelec {
    color: yellow !important;
    /*background: rgba(43, 43, 43, 0.7); color: #efefef;*/
}

.max-width84per {
    max-width: 84% !important;
}

.max-width75per {
    max-width: 75% !important;
}

.max-width20per {
    max-width: 20% !important;
    flex: 0 0 20% !important;
}

.max-width40per {
    max-width: 40% !important;
    flex: 0 0 20% !important;
}

.max-height790px {
    max-height: 790px !important;
}

.max-height_850px {
    max-height: 850px !important;
}

.flex40 {
    max-width : 40% !important;
    flex: 0 0 39.999999% !important;
}

.btn-light_v2 {
    color: #fff;
    background-color: rgba(255,255,255,.125);
    border-color: rgba(255,255,255,.125);
}

.table_td_08em td{
    padding: 0.7rem 0.9375rem !important;
}

.table_td_04em td{
    padding: 0.4rem 0.9375rem !important;
}

.table_td_05em td{
    padding: 0.5rem 0.9375rem !important;
}

.table_td_06em td{
    padding: 0.6rem 0.9375rem !important;
}

.table_td_07em td{
    padding: 1.1rem 1.1rem !important;
}

.mainbox {
    width: 225px !important;
    height: 235px !important;
    display: inline-block !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 5px 5px rgb(75, 75, 75);
}

.overlaybox {
    width: 260px !important;
    background-color: #2e3a40;
}

.overlaybox table {
    width: 100%;
}

.x_scroll {
    max-width: 100% !important;
    overflow-x: auto !important;
}
.y_scroll {
    overflow-y: auto !important;
    overflow-x: hidden;
}

.cellBox {
    margin-top: 1.8em;
    width: 140px !important;
    height: 280px !important;
    display: inline-block !important;
    border: 2px solid rgba(218, 218, 218, 0.3);
    box-shadow: 5px 5px 5px 5px rgb(23, 23, 23);
}

.cellBoxTop {
    margin-left: 1.7em;
    position: absolute;
    width: 85px !important;
    height: 30px !important;
    display: inline-block !important;
    border-left: 2px solid rgba(218, 218, 218, 0.3);
    border-right: 2px solid rgba(218, 218, 218, 0.3);
    border-top: 2px solid rgba(218, 218, 218, 0.3);
}

.cell {
    float: left;
    margin-left: 2em;
    margin-bottom: 2em;
}

#calendar {
    max-width: 1300px;
    margin: 40px auto;
}
.columnheader {
    border: 1px solid #000000;
}
.fc-col-header-cell-cushion, .fc-list-day-text, .fc-list-day-side-text, .fc-daygrid-day-number {
    color: #000000;
    text-decoration-line: none;
}
.fc-col-header-cell-cushion:hover, .fc-list-day-text:hover, .fc-list-day-side-text:hover, .fc-daygrid-day-number:hover {
    color: #000000;
    text-decoration-line: none;
}

.fc-day-sat > div > a {
    color: #56daec;
}
.fc-day-sun > div > a {
    color: #ff5050;
}
.fc-event-main {
    cursor: pointer;
}

.fc-timegrid-slots > table > tbody > tr {
    height: 10px;
}

.dataTables_length {
    font-size: 13px;
}
.dataTables_filter {
    font-size: 13px;
}

.blinking{
    -webkit-animation: blink 0.5s ease-in-out infinite alternate;
    -moz-animation: blink 0.5s ease-in-out infinite alternate;
    animation: blink 0.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink{
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-moz-keyframes blink{
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes blink{
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.focus-ring:focus {
    outline: none;
    box-shadow: 0 0 0 1px #008, 0 0 0 2px #aa9300;
}

.closebtn {
    padding: 8px;
    text-decoration: none;
    font-size: 48px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.closebtn:hover {
    color: #0e1014;
}


.overlayR {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgb(231, 231, 231);
    overflow-x: hidden;
    transition: 0.5s;
}

.bg-danger-50 {
    background-color: rgba(255, 0, 0, 0.50);
}


.btn.btn-xss {
    padding: 0.5rem 0.3rem;
    font-size: 0.625rem;
}
