* {
    font-family: "Noto Sans KR", sans-serif;
    font-optical-sizing: auto;
}

.text-center {
    text-align: center;
}

input {
    color: black !important;
}

.pointer {
    cursor: pointer;
}

.text_up {
    text-transform: uppercase;
}

.tab.on {
    display: block;
}

.tab {
    display: none;
}

.show {
    display: block;
}

.hide,
.off {
    display: none;
}

.offevent {
    pointer-events: none;
}

.no-active {
    display: none;
}

.view_comp_info.active td,
.view_info.active td,
.comp_point.active {
    background-color: #f1fbf8;
}

.upImg img .card_img {
    width: 213px;
    height: 120px;
}

.upImg.addImg .card_img {
    width: 20px;
    height: 20px;
}

.staff {
    cursor: pointer;
}

#chart-area {
    width: 1150px;
    height: 717px;
}

#notice_list img {
    height: 20px;
    width: auto;
}

.no-show {
    visibility: hidden;
}

#map {
    width: 100%;
    height: 350px;
}

.company_list_table table tr.active td {
    background-color: #f1fbf8;
}

.text-right {
    padding-right: 5px;
}

.upImg button {
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 2px;
}