@charset "utf-8";


/* button style */
.btn-lg + .btn-lg {
    margin-left: 10px;
}
/* .btn-sm + .btn-sm {
    margin-left: 4px;
} */
.btn-sm + .btn-sm:last-child {
    /* margin-left: unset; */
}
.btn-xm + .btn-xm {
    margin-left: 4px;
}
.btn-xxm + .btn-xxm {
    margin-left: 6px;
}
.btn-xsm + .btn-xsm {
    margin-left: 6px;
}
.btn-xxm {
    font-size: 12px;
    display: inline-block;
    padding: 3px 10px 5px 10px;
    /* padding: 4px 10px 4px 10px; */
    /* border-radius: 4px; */
    line-height: 19px;
    text-align: center;
    vertical-align: middle;
    transition: all 0.3s;
}
.btn-xsm {
    font-size: 14px;
    display: inline-block;
    padding: 4px 8px 4px 8px;
    border-radius: 2px;
    line-height: 19px;
    text-align: center;
    vertical-align: middle;
    transition: all 0.3s;
}
.btn-xm {
    display: inline-block;
    min-width: 70px;
    padding: 2px 4px;
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    border-radius: 0;
    transition: all 0.3s;
}
.btn-sm {
    display: inline-block;
    min-width: 70px;
    padding: 3px 10px 4px;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    border-radius: 0;
    transition: all 0.3s;
    height: 34px;
}
.btn-lg {
    display: inline-block;
    min-width: 100px;
    padding: 0 10px;
    text-align: center;
    font-size: 17px;
    line-height: 42px;
    font-weight: 600;
    vertical-align: middle;
    border-radius: 0;
    transition: all 0.3s;
}

.btn-lg-round-sm-font {
    display: inline-block;
    padding: 15px 22px;
    text-align: center;
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    vertical-align: middle;
    transition: all 0.3s;
    border-radius: 6px;
}

.btn-lg-round {
    display: inline-block;
    min-width: 97px;
    padding: 0 12px;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    font-weight: 600;
    vertical-align: middle;
    border-radius: 4px;
    transition: all 0.3s;
}

.btn-big-round {
    display: inline-block;
    min-width: 270px;
    padding: 17px 90px;
    text-align: center;
    font-size: 22px;
    line-height: 100%;
    font-weight: 700;
    vertical-align: middle;
    transition: all 0.3s;
    border-radius: 6px;
}

.btn-mobile {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    vertical-align: middle;
    transition: all 0.3s;
    border-radius: 6px;
    width: 95px;
}

.btn-nav {
    width: 144px;
    height: 40px;
    background: #4593fc;
    font-family: "Noto Sans";
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 7px;
}

/* button color */
.btn-login {
    color: #fff;
    background: #167bff;
}
.btn-login:hover {
    background: #167bff;
}
.btn-Introduce {
    color: #fff;
    background: #343a40;
}
.btn-Introduce:hover {
    background: #343a40;
}
.btn-green {
    color: #20c997;
    background: #ddf7f0;
    border: 1px solid #ddf7f0;
}
.btn-white-green {
    color: #2bc68d;
    background: #fff;
    border: 1px solid #24aa79;
}
.btn-white-green:hover {
    color: #24aa79;
    background: #ebfff8;
}
.btn-green-white{
    color: #fff;
    background: #27AE77;
    border: 1px solid #27AE77;
}
.btn-red {
    color: #fe657e;
    background: #ffe8ec;
    border: 1px solid #ffe8ec;
}
.btn-red-white {
    color: #fff;
    background: #FC5C50;
    border: 1px solid #FC5C50;
}
.btn-blue {
    color: #007bff;
    background: #d9ebff;
    border: 1px solid #d9ebff;
}
.btn-deep-blue {
    color: #fff;
    background: #2153A3;
    border: 1px solid #2153A3;
}
.btn-blue-green {
    color: #FFFFFF;
    background: #17A2B8;
    border: 1px solid #17A2B8;
}
.btn-purple {
    color: #fff;
    background: #584CC6;
    border: 1px solid #584CC6;
}
.btn-deep-purple {
    color: #fff;
    background: #2E2579 !important;
    border: 1px solid #2E2579 !important;
}
.btn-ddeep-purple {
  background-color: #2f2c85;
  color: white;
  border: none;
}

.btn-ddeep-purple:hover {
  background-color: #26236e;
}

.btn-sm-purple {
    color: #4d47e3;
    background: #e4e3f3;
    border: 1px solid #e4e3f3;
}
.btn-bluepurple {
    color: #fff;
    background: #294793;
    border: 1px solid #4466be;
}
.btn-orange {
    color: #fd7e14;
    background: #ffecdc;
    border: 1px solid #ffecdc;
}
.btn-gray {
    /* color: #6c757d;
    background: #e9eaec;
    border: 1px solid #e9eaec; */
    color: #fff;
    background: #8B95A1;
    border: 1px solid #8B95A1;
}
.btn-darkgray {
    color: #fff;
    background: #4E5968;
    border: 1px solid #4E5968;
}
.btn-lightgray {
    color: #fff;
    background: #9BA0A9 !important;
    border: 1px solid #9BA0A9 !important;
}
.btn-gray-black {
    color: #333D4B;
    background: #F2F2F5;
    border: 1px solid #E2E4E6;
}
.btn-gray4-black {
    color: #585865;
    background: #E2E4E6;
    border: 1px solid #E2E4E6;
}
.btn-gray-white {
    color: #fff;
    background: #93939F;
    border: 1px solid #93939F;
}
.btn-deepgray-white {
    color: #fff;
    background: #6B7684 !important;
    border: 1px solid #6B7684 !important;
}
.btn-white-gray {
    color: #7e84a3;
    background: #fff;
    border: 1px solid #7e84a3;
}
.btn-white-lightgray {
    /* color: #D2D8DD; */
    background: #fff;
    border: 1px solid #D2D8DD;
}
.btn-white-blue {
    color: #007bff;
    background: #fff;
    border: 1px solid #007bff;
}
.btn-white {
    color: #52616b;
    background: #fff;
    border: 1px solid #52616b;
}
.btn-white:hover {
    color: #2f3039;
}
.btn-white-primary {
    color: #0c81e4;
    background: #fff;
    border: 1px solid #507cf3;
}
.btn-white-primary:hover {
    color: #004e98;
}
.btn-white-desabled {
    color: #292929;
    background: #fff;
    border: 1px solid #d7dbec;
}
.btn-white-desabled:hover {
    color: #292929;
    background: #eff8ff;
}
.btn-white-Secondary {
    color: #bed6d5;
    background: #fff;
    border: 1px solid #bed6d5;
}
.btn-white-Secondary:hover {
    color: #24aa79;
    background: #ebfff8;
}
.btn-default {
    color: #fff;
    background: #d7dbec;
}
.btn-default:hover {
    background: #707070;
}
.btn-primary {
    color: #fff;
    /* background: #507cf3; */
    background: #1B64DA;
    border: 1px solid #507cf3;
}
.btn-primary:hover {
    background: #507cf3;
}
.btn-desabled {
    color: #7e84a3;
    background: #d7dbec;
}
.btn-desabled:hover {
    background: #707070;
}
.btn-secondary {
    color: #fff;
    background: #bed6d5;
}
.btn-secondary:hover {
    background: #bed6d5;
}
.btn-info {
    color: #fff;
    background: #8baaff;
}
.btn-info:hover {
    background: #8baaff;
}
.btn-warning {
    color: #fff;
    background: #ff9933;
}
.btn-warning:hover {
    background: #ff6700;
}
/* .btn-danger {color:#fff;background: #FE657E;}
.btn-danger:hover {background: #FE657E;} */
.btn-danger {
    color: #fe657e;
    background: #ffe8ec;
}
.btn-caution {
    color: #fff;
    background: #dc3545;
}
.btn-caution:hover {
    background: #dc3545;
}
#searchString {
    /* background-image: url("../img/icon/searchIcon.svg");
	background-repeat: no-repeat;
	background-position: left;
	background-position-y: 10px;
	background-position-x: 10px; */
    padding: 10px 20px 12px 15px;
}
.btn-date-bg {
    background-color: #d7dbec;
    align-self: center;
    margin-right: 10px;
    border-radius: 4px;
}
.btn-download {
    margin-left: 10px;
    background-image: url("../img/downloadBtn.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 46px;
    height: 46px;
    border: 1px solid #d7dbec;
    border-radius: 4px;
}
.btn-download:hover {
    background: #8baaff;
    background-image: url("../img/downloadBtnhover.png");
    background-repeat: no-repeat;
    background-position: center;
}
.btn-sm-detail {
    margin-left: 10px;
    background-image: url("../img/sm-detailBtn.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 36px;
    height: 36px;
    border: 1px solid #d7dbec;
    border-radius: 6px;
}
.btn-sm-detail:hover {
    background: #ffffff;
    background-image: url("../img/sm-detailBtn.png");
    background-repeat: no-repeat;
    background-position: center;
}
.btn-ico-excel {
    background: #fff;
    font-size: 12px;
    color: #11854a;
    height: 34px !important;
}

.btn-ico-upload {
    background: #fff;
    font-size: 12px;
    color: #1B64DA;
    height: 34px !important;
}

/* minus/plus icon*/
.minus {
    /* background: url("../img/icon/minus_icon2.svg") center center no-repeat;
    display: inline-block;
    width: 14px;
    height: 36px;
    filter: grayscale(0.8); */
    background: url("../img/icon/minus_icon.svg") center center no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #6B7684;
    background-color: #6B7684;
    min-width: 40px;
    padding: 3px 10px 4px;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    border-radius: 4;
    transition: all 0.3s;
}
.plus {
    /* background: url("../img/icon/plus_icon2.svg") center center no-repeat;
    display: inline-block;
    width: 14px;
    height: 36px; */
    background: url("../img/icon/plus_icon.svg") center center no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #B0B7C1;
    background-color: #B0B7C1;
    color: #000;
    min-width: 40px;
    padding: 3px 10px 4px;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    border-radius: 4;
    transition: all 0.3s;
}
/* .minus:hover {
    background: url("../img/icon/minus_icon2.svg") center center no-repeat;
    display: inline-block;
    width: 14px;
    height: 36px;
    filter: grayscale(1);
} */
/* .plus:hover {
    background: url("../img/icon/plus_icon2.svg") center center no-repeat;
    display: inline-block;
    width: 14px;
    height: 36px;
    filter: brightness(0.9);
} */
.plusMinusBtn {
    min-width: 35px;
    border: 0;
}
.addRowPlus{
    width: 100%;
    height: 50px;
    background: #ffffff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 24px;
}

/* tab view */
.menu-div {
    width: 480px;
    border: 2px solid #c9d6df;
    border-collapse: collapse;
    background: #f5f5f5;
    font-size: 16px;
    padding: 20px;
}
.tab-menu {
    width: 400px;
    background-color: #f2f2f2;
    height: 630px;
    overflow-x: unset;
    overflow-y: scroll;
}
.tab-view-header {
    padding: 10px 0px 10px 0px;
}
.tab-view-header .tab-switch-row {
    text-align: left;
    padding: 0 30px;
    border-bottom: 2px solid #ededed;
    box-shadow: none;
    margin-bottom: 0;
    position: relative;
}
.tab-view-header .tab-switch-row .tab-switch {
    font-size: 18px;
    font-weight: 600;
    color: #7e84a3;
    border-bottom: 2px solid transparent;
    display: inline-block;
    margin-bottom: -2px;
    padding: 8px 30px;
    cursor: pointer;
}
.tab-view-header .tab-switch-row .tab-switch.active {
    border-bottom: 2px solid #1B64DA;
    color: #1B64DA;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
.count-amount {
    color: #292929;
    font-family: "Noto Sans";
    font-size: 16px;
    font-weight: 500;
    margin: 0 3px;
}

/* 통합검색 더보기, 닫기 */
.search_list {
    position: relative;
}
.search_item:first-child {
    border-top: 2px solid #c9d6df;
    position: relative;
    background: #f0f5f9;
}
.search_item:last-child {
    border-bottom: 2px solid #c9d6df;
    position: relative;
    background: #f0f5f9;
}
.search_item {
    border-top: 1px solid #c9d6df;
    position: relative;
    background: #f0f5f9;
}
.search_item_list {
    display: flex;
    flex-direction: row;
}
.search_item_dt {
    display: block;
    width: 136px;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    float: left;
    padding: 16px 0px 12px 20px;
}
.search_item_dd {
    position: relative;
    margin: 0px 0px 0px 130px;
    padding: 12px 0px 8px 20px;
    background: #f5f5f5;
    border-left: 2px solid #c9d6df;
}
.search_item:after {
    content: "";
    display: block;
    clear: both;
}
.sub_item {
    width: 160px;
    float: none;
    position: relative;
}
.sub_item {
    display: inline-block;
    vertical-align: top;
    margin: 4px 0px 12px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 13px;
}
.search_opt_view {
    position: absolute;
    top: 14px;
    right: 0;
    margin-top: -2px;
    line-height: 16px;
}
.btn_search_view {
    margin: 0px 10px 0px 0px;
    font-size: 14px;
    text-align: right;
}
.btn_search_view:after {
    content: "\e914";
    font-family: "xeicon";
    color: #507cf3;
    transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
}
.btn_search_view_less:after {
    font-family: "xeicon";
    content: "\e91b";
    color: #2f3039;
}
.search_item:after {
    content: "";
    display: block;
    clear: both;
}
.search_filter_wrap {
    vertical-align: middle;
    min-height: 50px;
    padding: 10px 0;
    position: relative;
    background: #fff;
    border-top: 1px solid #c9d6df;
    border-bottom: 1px solid #c9d6df;
}
.search_filter_list {
    display: inline-block;
    width: 90%;
    padding: 0;
    font-size: 12px;
    line-height: 20px;
    position: relative;
    left: 144px;
}
.search_filter_list:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 32px;
    background: #e0e0e0;
    position: absolute;
    top: 5px;
    left: -14px;
}
.fil_item {
    height: 30px;
    display: inline-block;
    margin: 5px 15px 5px 0px;
    font-size: 16px;
    color: #2884f1;
    line-height: 20px;
    border-radius: 2px;
    background: #edf2fe;
    padding: 0 8px;
    vertical-align: middle;
}
.fil_name {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4px;
}
.btn-ico-remove {
    background: #9cb1bf;
    margin: 2px 2px 0px 8px;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

.btn-ico-remove2 {
    content: "";
    display: inline-block;
    background: url("../img/icon/tab-ico-close.png") center center no-repeat;
    width: 25px;
    height: 20px;
    margin-left: 10px;
    padding: 5px;
    cursor: pointer;
}

.btn_fil_reset {
    position: absolute;
    width: 90px;
    top: 16px;
    left: 20px;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    background: #fff;
}

/* 드래그 앤 드롭 파일 */
.drop-area {
    border: 2px dashed #ccc;
    border-radius: 2px;
    padding: 20px;
    text-align: center;
    background: #fff;
    width: 50%;
}
.file-list {
    list-style: none;
    padding: 0;
}
.fileInput {
    display: none;
}

/* table 더보기 닫기 */
.btn_table_more {
    color: #fff;
    background-color: #507cf3;
    border: 1px solid #507cf3;
    border-radius: 0px 0px 10px 10px;
    padding: 2px 16px 2px 10px;
}
.btn_table_more i {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}
.btn_table_less {
    color: #fff;
    background-color: #507cf3;
    border: 1px solid #507cf3;
    border-radius: 0px 0px 10px 10px;
    padding: 2px 16px 2px 10px;
}
.btn_table_less i {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    transform: rotate(-180deg);
}
/* table 더보기 닫기 2 */
.btn_table_more_detail {
    width: 100%;
    height: 60px;
    font-size: 18px;
    font-weight: 500;
    color: #8497a3;
    border: 2px solid #c9d6df;
    padding: 2px 16px 2px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}
.btn_table_more_detail::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 89%;
    width: 100%;
    height: 100px;
    background: linear-gradient(
        0deg,
        rgb(255, 255, 255) 0%,
        rgba(0, 0, 0, 0) 100%
    );
}
.btn_table_more_detail i {
    font-size: 24px;
    font-weight: 500;
    color: #8497a3;
}
.btn_table_less_detail {
    width: 100%;
    height: 60px;
    font-size: 18px;
    font-weight: 500;
    color: #8497a3;
    border: 2px solid #c9d6df;
    padding: 2px 16px 2px 10px;
}
.btn_table_less_detail i {
    font-size: 24px;
    font-weight: 500;
    color: #8497a3;
    transform: rotate(-180deg);
}
/* 실험결과상세 chart card*/
.gp_card {
    width: 49%;
    height: 360px;
    border: 1px solid #9cb1bf;
}
.gp_card_title {
    height: 40px;
    background: #4e5d6c;
    display: flex;
    justify-content: center;
    align-items: center;
}
.col-lg-3 {
    flex: 0 0 32%;
    max-width: 32%;
}
.col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    /* min-width: 0; */
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e1e4e8;
    border-radius: 5px;
    width: 100%;
}
.card .card-title {
    position: relative;
    font-weight: 500;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: 0.75rem;
}

/* 리스트 */
.data_type_list > li {
    float: left;
    padding-right: 6px;
}
.fb .bul {
    font-size: 13px;
    color: #989898;
    line-height: 28px;
    flex: 0 0 15px;
    text-align: center;
    width: 15px;
}

.select {
    position: relative;
    display: inline-block;
}
.select > .trigger {
    position: relative;
    display: block;
    width: 100%;
    font-size: 13px;
    color: #5a607f;
    border: 1px solid #9cb1bf;
    height: 37px;
    padding: 0 35px 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    background: #fff;
}
.select > .trigger:hover {
}
.select > .trigger:focus {
}
.select > .trigger:before {
    display: block;
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 8px;
    background: url("../img/icon/ico-select.png") 0 0 no-repeat;
}
.select.active > .trigger:before {
    background: url("../img/icon/ico-select-active.png") 0 0 no-repeat;
}
.select > .target {
    position: absolute;
    top: 99%;
    left: 0;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
    z-index: 10;
    background: #fff;
    padding: 6px 10px 10px;
    font-size: 13px;
    color: #333;
    line-height: 18px;
    border: 1px solid #d7dbec;
    border-top: unset;
}
.select > .target button,
.select > .target a {
    display: block;
    width: 100%;
    text-align: left;
    cursor: pointer;
}
.select > .target li {
    float: none !important;
    margin: 0 !important;
    display: block !important;
    margin-top: 8px !important;
}
.select > .target li:first-child {
    margin-top: 0;
}
.fb-tel input {
    flex: 0 1 143px;
    max-width: 143px;
    /* text-align: center; */
} 
.fb-tel .dropDown {
    flex: 0 1 143px;
    max-width: 143px;
}

/* 실험 위치 */
.exp_location {
    height: 96px;
    background: #fafafa;
    border: 1px solid #e4e4e4;
    padding: 8px;
}
.exp_location p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -1.8px;
    line-height: 1.8;
}

/* 실험결과상세 chart card*/
.col-lg-3 {
    flex: 0 0 32%;
    max-width: 32%;
}
.col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* tab 컨텐츠(그래프) 레이아웃 */
.graph-content-wrap > .graph-group {
    width: 100%;
    min-width: 768px;
    text-align: center;
    color: #5a607f;
    user-select: none;
}
.graph-content-wrap > .graph-group > ul {
    min-height: 25px;
    border-bottom: 0px solid #fafafa;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.graph-content-wrap > .graph-group > ul > li {
    height: 46px;
    float: left;
    font-size: 14px;
    position: relative;
    display: block;
    padding: 16px;
    color: #fff;
    background: #c0c0c0;
    border-radius: 7px 7px 0 0;
    border: 1px solid #dee0eb;
    border-bottom: 0;
    transition: all 0.1s;
}
.graph-content-wrap > .graph-group > ul > li:hover {
    background: #a5a5a5;
}
/* .tab-content-wrap > .tab-group > ul > li> a:after {content: '';display: inline-block;background: url("../img/icon/tab-ico-close.png") center center no-repeat;width: 10px;height: 10px;margin-left: 20px;padding: 5px;} */
.graph-content-wrap > .graph-group > ul > li > a {
    padding-right: 10px;
}
.graph-content-wrap > .graph-group > ul > li:nth-child(1) > a {
    padding: 0;
}
.graph-content-wrap > .graph-group > ul.graphs.no-close > li > a {
    padding: 0;
}
.graph-content-wrap > .graph-group > ul > li > i.tab-close {
    content: "";
    display: inline-block;
    background: url("../img/icon/tab-ico-close.png") center center no-repeat;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    padding: 5px;
    cursor: pointer;
}
.graph-content-wrap > .graph-group > ul > li.active {
    color: #fff;
    font-weight: 500;
    background: #4f78e0;
}
.graph-content-wrap > .graph-group > ul > li + li {
    margin-left: 1px;
}
.graph-content-wrap > .graph-content {
    background: #fff;
    padding: 0;
}
.graph-content-wrap > .graph-content > .btn-group {
    margin-right: 5px;
}
.page-section {
    width: 100%;
    height: 100px;
    background: #FFFFFF;
    border: 1px solid #D6D6DD;
    margin: 20px 0px 10px 0px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0px 25px;
}
.search_info {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}
.search_info span {
    font-family: "Pretendard";
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.search_info select{
    line-height: 1.5;
    background-image: url("../img/icon/select_down_btn.png");
    background-size: 24px 24px;
    background-position: right 10px center;
    font-family: "Pretendard";
    border: 1px solid #B0B7C1;
    font-size: 16px;
    color: #000000;
    width: 161px;
    height: 44px;
    border-radius: 4px;
    padding: 10px 16px;
    font-weight: 500;
}
.search_info input {
    position: relative;
    min-height: 30px;
    padding: 10px 12px;
    border: 1px solid #9cb1bf;
    font-size: 12px;
    color: #52616b;
    width: 170px;
    height: 34px;
}

/* 관리자용 */
.admin_search_info {
    display: flex;
    margin-right: 20px;
}
.admin_search_info span {
    font-family: "Pretendard";
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.admin_search_info select{
    /* line-height: 1.5; */
    background-image: url("../img/icon/select_down_btn.png");
    background-size: 20px 20px;
    background-position: right 10px center;
    font-family: "Pretendard";
    border: 1px solid #D2D8DD;
    font-size: 14px;
    color: #000000;
    width: 161px;
    height: 36px;
    padding: 6px 13px;
    font-weight: 500;
    margin-right: 4px;
}
.admin_search_info input {
    position: relative;
    min-height: 30px;
    padding: 10px 12px;
    border: 1px solid #D2D8DD;
    font-size: 12px;
    color: #283447;
    width: 170px;
    height: 36px !important;
}

/* 관리자용 */
.mobile_search_info {
    display: flex;
}
.mobile_search_info span {
    font-family: "Pretendard";
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.mobile_search_info select{
    /* line-height: 1.5; */
    background-image: url("../img/icon/select_down_btn.png");
    background-size: 20px 20px;
    background-position: right 10px center;
    font-family: "Pretendard";
    border: 1px solid #D2D8DD;
    font-size: 14px;
    color: #000000;
    width: 100%;
    height: 48px;
    padding: 6px 13px;
    font-weight: 500;
    margin-right: 4px;
    border-radius: 4px;
    border: 1px solid #B0B7C1;
}

.mobile_search_info input, text {
    position: relative;
    min-height: 30px;
    padding: 10px 12px;
    border: 1px solid #D2D8DD !important;
    font-size: 16px !important;
    border-radius: 4px;
    color: #283447;
    height: 48px !important;
    width: 100%;
    max-width: 500px;
}
/**** 실시간 모니터링 ****/
.right-side {
    background: #ffffff;
    width: 400px;
    height: 100%;
    transition: transform 0.2s ease-in-out;
    z-index: 40; 
    top: 72px; 
    position: absolute; 
    left: 190px; 
    height: auto; 
    border: 1px solid #cdcdcd; 
    border-top: 2px solid #4A586A;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px -2px, rgba(0, 0, 0, 0.1) 4px 0px 14px -2px; 
}
.right-side-container {
    position: relative;
    /* display: flex;
    flex: 1 1 auto; */
    height: 100%;
}
.right-side-search {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    z-index: 100;
    width: 400px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.right-side-search .search_wrap {
    position: relative;
}
.right-side-search .search_box {
    position: relative;
    z-index: 110;
    width: 360px;
    height: 42px;
    border: 1px solid #d6d6dd;
    border-radius: 4px;
    background-image: url("../img/icon/searchIcon.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 324px;
    padding: 12px 44px 12px 12px !important;
}
.grid-card {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.grid-card + .grid-card{
    margin-top: 10px;
}
.sm-card {
    width: 84px;
    height: 84px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #f2f2f5;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.md-card{
    /* width: 112px; */
    width: 86px;
    height: 84px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #f2f2f5;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
/* .md-data{
    width: 206px;
    height: 100px;
    background: #fff;
    border-radius: 4px;
    border:  1px solid #D6D6DD; 
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0px 20px;
} */

.sm-card-data {
    width: 206px;
    height: 100px;
    background: #fff;
    border-radius: 4px;
    border:  1px solid #D6D6DD; 
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0px 20px;
}

.grid-card span{
    font-size: 16px;
    font-weight: 600;
}
.sm-card-data a{
    font-size: 24px;
    font-weight: 600;
    color: #1B64DA;
}
.sm-card-data a + span{
    font-size: 18px;
    font-weight: 500;
    margin-left: 4px;
}
.lg-card {
    width: 534px;
    height: 250px;
    background: #fff;
    border-radius: 4px;
    border:  1px solid #D6D6DD;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0px 20px;
    cursor: pointer;
}
.ml-card {
    width: 400px;
    height: 260px;
    background: #fff;
    border-radius: 4px;
    border:  1px solid #D6D6DD; 
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0px 20px;
}
.sml-card {
    width: 250px;
    height: 260px;
    background: #fff;
    border-radius: 4px;
    border:  1px solid #D6D6DD;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0px 20px; 
}
.tab-container {
    position: relative;
    height: 100%;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    box-sizing: content-box;
    z-index: 20;
}
.tab-container .tab_menu {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: rgb(255, 255, 255);
    /* padding-top: 198px; */
    padding-top: 104px;
    box-sizing: border-box;
}
.tab-inner{
    padding: 20px;
}
.panel-tab-container {
    position: relative;
    width: 410px;
    height: 100%;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    box-sizing: content-box;
    z-index: 20;
}
.panel-tab-container .panel-tab_menu {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    height: calc(100% - 14px);
    background: rgb(255, 255, 255);
    box-sizing: border-box;
}
.scroller {
    overflow-y: auto;
    height: 80%;
    scrollbar-width: auto;
}
.btn-areaLimit {
    display: inline-block;
    min-width: 78px;
    height: 38px;
    padding: 6px 10px;
    color: #B0B7C1;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #B0B7C1;
    border-radius: 4px;
    background: #fff;
    transition: all 0.3s;
}
.btn-areaLimit:hover{
    border: 1px solid #707070;
}
.btn-areaLimit-active{
    background: #333D4B;
    color: #fff;
    border: 1px solid #4E5968;
}
.btn-areaLimit-active:hover{
    color: #fff;
}
.btn-bus {
    display: inline-block;
    min-width: 68px;
    height: 38px;
    padding: 6px 10px;
    color: #B0B7C1;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #B0B7C1;
    border-radius: 4px;
    background: #fff;
    transition: all 0.3s;
}
.btn-bus:hover{
    color: #1B64DA;
    border: 1px solid #1B64DA;
}
.btn-bus-active{
    background: #1B64DA;
    color: #fff;
    border: 1px solid #1B64DA;
}
.btn-bus-active{
    background: #1B64DA;
    color: #fff;
    border: 1px solid #1B64DA;
}
.btn-bus-active:hover{
    color: #fff;
}
.btn-bus-stop {
    display: inline-block;
    min-width: 58px;
    height: 38px;
    padding: 6px 10px;
    color: #B0B7C1;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #B0B7C1;
    border-radius: 4px;
    background: #fff;
    transition: all 0.3s;
}
.btn-bus-stop:hover{
    color: #3D6AFE;
    border: 1px solid #3D6AFE;
}
.btn-bus-stop-active{
    background: #3D6AFE;
    color: #fff;
    border: 1px solid #3D6AFE;
}
.btn-bus-stop-active:hover{
    color: #fff;
}
.btn-bus-waiting-stop {
    display: inline-block;
    min-width: 58px;
    height: 38px;
    padding: 6px 10px;
    color: #B0B7C1;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #B0B7C1;
    border-radius: 4px;
    background: #fff;
    transition: all 0.3s;
}
.btn-bus-waiting-stop:hover{
    color: #4E5968;
    border: 1px solid #4E5968;
}
.btn-bus-waiting-stop-active{
    background: #4E5968;
    color: #fff;
    border: 1px solid #4E5968;
}
.btn-bus-waiting-stop-active:hover{
    color: #fff;
}
.btn-passenger {
    display: inline-block;
    min-width: 70px;
    height: 38px;
    padding: 6px 10px;
    color: #B0B7C1;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #B0B7C1;
    border-radius: 4px;
    background: #fff;
    transition: all 0.3s;
}
.btn-passenger:hover{
    color: #7C6FF3;
    border: 1px solid #7C6FF3;
}
.btn-passenger-active{
    background: #7C6FF3;
    color: #fff;
    border: 1px solid #7C6FF3;
}
.btn-passenger-active:hover{
    color: #fff;
}

/**** scrollbar ****/
.tab-view-body::-webkit-scrollbar {
    width: 8px;
    height: 4px;
}
.tab-view-body::-webkit-scrollbar-track {
    background-color: #f2f2f2;
}
.tab-view-body::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #bbbec2;
}
.tab-view-body::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}
.tab-view-body-panel::-webkit-scrollbar {
    width: 8px;
    height: 4px;
}
.tab-view-body-panel::-webkit-scrollbar-track {
    background-color: #f2f2f2;
}
.tab-view-body-panel::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #bbbec2;
}
.tab-view-body-panel::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}
.sub_menu_card {
    display: flex;
    flex-direction: column;
    width: 360px;
    height: auto;
    border: 1px solid #d6d6dd;
    cursor: pointer;
    border-radius: 8px;
    margin-bottom: 10px;
}
.info_card {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 24px 11px 7px 11px;
    font-family: "Pretendard";
    font-size: 14px;
    font-weight: 500;
}
.more-button {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.model_year {
    width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.model_year img {
    margin-bottom: 10px;
}
.station_info {
    padding: 15px 19px 5px 19px;
    display: flex;
    flex-direction: row;
}
.driver_info {
    padding: 0px 13px 0px 13px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14.5px;
}
.inout_info {
    padding: 0px 13px 0px 13px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 17px;
    margin-top: 12.5px;
    background: #f2f2f5;
    border-radius: 8px;
    height: 40px;
    align-items: center;
}
.modal_table {
    border-top: 2px solid #333d4b;
    opacity: 30;
}

.modal_table > tbody > tr:first-child {
    border-top: 1px solid #d7dbec;
    opacity: 30;
}
.modal_table > tbody > tr {
    border-bottom: 1px solid #d7dbec;
    opacity: 30;
}
.modal_table > thead > tr > th {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    background: #f4f4f4;
    height: 48px;
    border: 1px solid #d7dbec;
}
.modal_table > thead > tr > th:first-child {
    border-left: unset;
}
.modal_table > thead > tr > th:last-child {
    border-right: unset;
}
.modal_table > tbody > tr > th {
    font-family: "Noto Sans";
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    background: #f3f3f7;
    height: 48px;
}
.modal_table > tbody > tr > td {
    font-family: "Noto Sans";
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    background: #ffffff;
    height: 48px;
    padding: 0px 0px 0px 20px;
}
.station-icon {
    /* background: url("../img/icon/stationIcon.png") 0 0 no-repeat; */
    /* background-image: url("../img/icon/stationIcon.png"); */
    content: url("../img/icon/stationIcon.png");
}
.station-more-icon {
    height: 24px;
    width: 24px;
    content: url("../img/icon/ico-station-more.png");
}

.swiper {
    border-top: 2px solid #333d4b;
    opacity: 30;
    margin: 24px;
}
.swiper-wrapper2 {
    position: relative;
    width: 100%;
    height: 82px;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(
        --swiper-wrapper-transition-timing-function,
        initial
    );
    box-sizing: content-box;
}

/* 버스 선 */
/* .scroll {
        overflow-x: hidden;
        overflow-y: auto;
        position: relative;
        height: 600px;
        border-top: 1px solid #e2e2e2;
    } */
.scroll {
    height: 570px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    border-top: 1px solid #e2e2e2;
}
.scroll::-webkit-scrollbar {
    width: 10px;
}
.scroll::-webkit-scrollbar-thumb {
    background-color: #8b95a1;
    border-radius: 10px;
}
.scroll::-webkit-scrollbar-track {
    background-color: #f2f2f5;
    border-radius: 10px;
}

.BusNumberLineItemView {
    position: relative;
}

.BusNumberLineItemView:first-child .busNumberWrap {
    border-top: 0 none;
}

.BusNumberLineItemView .busNumberWrap {
    position: relative;
    padding: 8px 58px 3px 24px;
    border-top: 1px solid #eee;
    cursor: pointer;
}

.BusNumberLineItemView .busNumberWrap:hover {
    background-color: #eff7ff;
    background-color: rgba(51, 150, 255, 0.05);
}

.BusNumberLineItemView .busstop {
    display: block;
    overflow: hidden;
    height: 16px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #222;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.BusNumberLineItemView .pass {
    color: #919191;
}

.BusNumberLineItemView .busid {
    overflow: hidden;
    height: 15px;
    margin-top: 2px;
    font-size: 11px;
    line-height: 13px;
    color: #888;
    text-overflow: ellipsis;
}

.BusNumberLineItemView .noBusid ~ .busid {
    display: none;
}

.BusNumberLineItemView .nonstop {
    display: block;
    margin-top: 2px;
    font-size: 11px;
    line-height: 15px;
    color: #919191;
}

.BusNumberLineItemView .ICON-fav {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 19px;
    width: 20px;
    height: 20px;
    margin: auto;
    font-size: 0;
    line-height: 0;
    background-position: -78px -306px;
    text-indent: -9999px;
}

.BusNumberLineItemView .ICON-fav.ACTIVE {
    background-position: -78px -328px;
}

.BusNumberLineItemView .ICON-fav.DISABLE {
    background-position: -170px -306px;
}

.BusNumberLineItemView .line {
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 124px;
}

.BusNumberLineItemView .line .pointBar {
    display: block;
    width: 3px;
    height: 100%;
    background-color: #93939f;
}

.BusNumberLineItemView .line .speedBar {
    position: absolute;
    top: -50%;
    left: 0px;
    z-index: 10;
    width: 3px;
    height: 100%;
}

.BusNumberLineItemView .line .green {
    background-color: #0eca0e;
}

.BusNumberLineItemView .line .yellow {
    background-color: #ffce00;
}

.BusNumberLineItemView .line .orange {
    background-color: #fc7716;
}

.BusNumberLineItemView .line .red {
    background-color: #ed3e3e;
}

.BusNumberLineItemView .line .grey {
    background-color: #93939f;
}

.BusNumberLineItemView .line .point {
    position: absolute;
    top: 24px;
    left: -4px;
    z-index: 20;
    width: 12px;
    height: 12px;
    background: url("../img/icon/point.png") center center no-repeat;
    /* background-position: -80px -443px */
}
.BusNumberLineItemView:first-child .line {
    top: 23px;
}

.BusNumberLineItemView:first-child .line .speedBar {
    top: 0;
}

.BusNumberLineItemView:first-child .point {
    top: 0px;
    background: url("../img/icon/startPoint.png") center center no-repeat;
}
.BusNumberLineItemView:last-child .point {
    background: url("../img/icon/endPoint.png") center center no-repeat;
}
.BusNumberLineItemView:last-child .pointBar {
    display: none;
}

.BusNumberLineItemView:last-child .line {
    bottom: 23px;
}
.timepicker{
    width: 126px !important;
    height: 40px;
    background-image: url("../img/icon/inp-ico-watch.png");
    background-size: 36px 37px;
    background-position: right center;
    background-repeat: no-repeat;
}
/* 파일 업로드 */
.filebox input[type="file"] { 
    position: absolute; 
    width: 1px; 
    height: 1px; 
    padding: 0; 
    margin: -1px; 
    overflow: hidden; 
    clip: rect(0, 0, 0, 0); 
    border: 0; 
}
.filebox .upload-name { 
    color: #7e84a3; 
    outline: 0; 
    line-height: 1; 
    font-size: 16px; 
    padding: 12px 15px; 
    background-color: #fff; 
    width: 320px; 
    height: 50px;
    border: 1px solid #d7dbec; 
    transition: all 0.3s; 
}
.driver_license{ 
    width: 100%;
    height: 360px; 
    padding: 40px; 
    border: 1px solid #D6D6DD; 
}
.entity_img{
    width: 100%;
    height: 145px;
    padding: 12px;
    border: 1px solid #D6D6DD; 
}
.dataTables_scrollBody::-webkit-scrollbar { 
    width: 8px;
    height: 7px;
}
.dataTables_scrollBody::-webkit-scrollbar-track {  
    background-color: #f2f2f2; 
}
.dataTables_scrollBody::-webkit-scrollbar-thumb { 
    border-radius: 8px; 
    background-color: #BBBEC2; 
}
.dataTables_scrollBody::-webkit-scrollbar-button { 
    width: 0; 
    height: 0; 
}

/* 파일(상세) 업로드 */
.filebox_detail input[type="file"] { 
    position: absolute; 
    width: 1px; 
    height: 1px; 
    padding: 0; 
    margin: -1px; 
    overflow: hidden; 
    clip: rect(0, 0, 0, 0); 
    border: 0; 
}
.filebox_detail .upload-name_detail { 
    color: #7e84a3; 
    outline: 0; 
    line-height: 1; 
    font-size: 14px; 
    padding: 12px 15px; 
    background-color: #fff; 
    width: 320px; 
    height: 47px;
    border: 1px solid #d7dbec; 
    transition: all 0.3s; 
}

/*tab*/
.content-tab {
	margin-top: 0px;
	text-align: left;
    display: flex;
    flex-direction: row;
    border: 1px solid #7C6FF3;
    border-radius: 5px;
}
.content-tab a {
	font-family: "Pretendard";
	font-size: 16px;
	font-weight: 500;
	color: #7C6FF3;
	width: 50%;
	height: 40px;
    border-radius: 4px;
	padding: 13px 10px;
	display: inline-block;
	background: #fff;
	text-align: center;
	box-shadow: 0 1px 2px hsla(0, 0%, 39%, 0.05), 0 -1px 2px hsla(0, 0%, 39%, 0.05);
}
.content-tab a.active,
.content-tab a:hover {
	font-family: "Pretendard";
	font-size: 16px;
	font-weight: 600;
	background: #7C6FF3;
	color: #fff;
	box-shadow: 0 1px 2px hsla(0, 0%, 39%, 0.05), 0 -1px 2px hsla(0, 0%, 39%, 0.05);
}
.content-tab-id{
    width: 20px;
    height: 20px;
	font-family: "Pretendard";
	font-size: 14px;
	font-weight: 500;
	background: #6B7684;
	color: #fff;
	padding: 3px 6px;
    margin-right: 10px;
}
.tab-content{
    width: 100%;
    height: 130px;
    padding: 0px 20px;
}
.content-tab-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Pretendard";
	font-size: 14px;
	font-weight: 500;
    margin-bottom: 7px;
}
.content-tab-div:last-child{
    margin-bottom: unset;
}
.content-tab-div span{
    font-family: "Pretendard";
	font-size: 14px;
	font-weight: 500;
}
.station span + span{ 
     margin-left: 10px;
}
.content-tab-vehicle{
    width: 100%;
    height: 40px;
    border-radius: 4px;
	padding: 13px 10px;
	display: inline-block;
    font-family: "Pretendard";
	font-size: 16px;
	font-weight: 600;
    text-align: center;
	background: #7C6FF3;
	color: #fff;
	box-shadow: 0 1px 2px hsla(0, 0%, 39%, 0.05), 0 -1px 2px hsla(0, 0%, 39%, 0.05);
}

.call-tab a {
    font-family: "Pretendard";
    font-size: 16px;
    font-weight: 500;
    color: #7e84a3;
    width: 150px;
    height: 42px;
    border-radius: 10px 10px 0 0;
    padding: 14px 10px 14px 10px;
    display: inline-block;
    background: #ebebeb;
    text-align: center;
    box-shadow: 0 1px 2px hsla(0, 0%, 39%, 0.05), 0 -1px 2px hsla(0, 0%, 39%, 0.05);
}
.call-tab a:first-child {
    border: 0;
}
.call-tab a.active,
.call-tab a:hover {
    font-family: "Pretendard";
    font-size: 16px;
    font-weight: 600;
    background: #507cf3;
    color: #fff;
    box-shadow: 0 1px 2px hsla(0, 0%, 39%, 0.05), 0 -1px 2px hsla(0, 0%, 39%, 0.05);
}

.mobilo-tab a {
    font-family: "Pretendard";
    font-size: 18px;
    font-weight: 700;
    color: #8B95A1;
    width: 169px;
    height: 52px;
    border-radius: unset;
    padding: 14px 10px;
    display: inline-block;
    background: #F2F2F5;
    text-align: center;
    box-shadow: unset !important;
    position: relative;
    top: 4px;
    border: 1px solid #B0B7C1;
    border-bottom: 2px solid #584CC6;
}
.mobilo-tab a:first-child {
    border: 0;
    position: relative;
    top: 4px;
    border: 1px solid #B0B7C1;
    border-bottom: 2px solid #584CC6;
}
.mobilo-tab a.active,
.mobilo-tab a:hover {
    position: relative;
    top: 4px;
    margin-bottom: 2px;
    font-family: "Pretendard";
    font-size: 18px;
    font-weight: 700;
    background: #fff;
    color: #283447;
    border: 2px solid #584CC6;
    border-bottom: 2px solid #fff;
    box-shadow: unset !important;
}

/* 배차 관리, 운행스케줄 */
.schedule-div{ 
    width: 100%; 
    height: 700px; 
    overflow-x: auto;
    overflow-y: auto;
    background: #fff; 
    /*border: 1px solid #8b95a1;*/ 
    padding: 10px;
}
.schedule-content {
    display: flex;
    align-items: center;
}
.schedule-content span {
    font-family: "Pretendard";
	font-size: 14px;
	font-weight: 600;
}
.schedule-content p {
    font-family: "Pretendard";
	font-size: 14px;
	font-weight: 500;
    color: #FC5C50;
    line-height: 1.4;
    margin-left: 10px;
}
.dropdown-schedule-content {
    position: absolute;
    top: -84px; 
    left: 104px; 
    width: 600px; 
    height: auto; 
    padding: 18px; 
    background: #fff;
    border-radius: 4px; 
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 9px -2px, rgba(0, 0, 0, 0.1) 0px 0px 2px -2px; 
    border: 1px solid #F2F2F5;
}
.driverSelect{
    height: auto;
    max-height: 134px;
    overflow-y: auto;
    overflow-x: unset;
}
.plusDiv {
    margin-top: 7px;
}
.plusDiv:first-child {
    margin-top: unset;
}
.driverSelect::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
.driverSelect::-webkit-scrollbar-track {
    background-color: #f2f2f2;
}
.driverSelect::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #bbbec2;
}
.driverSelect::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

/* schedule-md-table */
.schedule-md-table{
    border-top: 2px solid #B0B7C1;
}
.schedule-md-table > tbody > tr:first-child {
	border-top: 1px solid #d7dbec;
	opacity: 30;
}
.schedule-md-table > tbody > tr {
	border-bottom: 1px solid #d7dbec;
	opacity: 30;
}
.schedule-md-table > thead > tr > th {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	background: #f4f4f4;
	height: 44px;
	border: 1px solid #d7dbec;
}
.schedule-md-table > thead > tr > th:first-child {
	border-left: unset;
}
.schedule-md-table > thead > tr > th:last-child {
	border-right: unset;
}
.schedule-md-table > tbody > tr > th {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	background: #F2F2F5;
	height: 48px;
    border-right: 1px solid #d7dbec;
}
.schedule-md-table > tbody > tr > td {
	font-size: 14px;
	font-weight: 600;
    line-height: 1.4;
	text-align: center;
	background: #ffffff;
    border-right: 1px solid #d7dbec;
	height: 58px;
}
.schedule-md-table > tbody > tr > td:last-child{
    border-right: unset;
    padding: 10px;
}
.schedule-square-btn{
    /* width: 120px;
    height: 38px; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 14px;
    font-size: 14px;
    line-height: 8px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    transition: all 0.3s;
    background: #fff;
    color: #292929;
    border-radius: 22px;
    /* border: 1px solid #D2D8DD; */
}
.schedule-square-btn:hover {
    /* border-color: #1B64DA;
    border-width: 2px; */
}
.schedule-square-btn:first-child {
    margin-left: unset;
}
.schedule-square-btn + .schedule-square-btn{
    margin-left: 10px;
}
.schedule-square{
    width: 16px;
    height: 16px;
    border-radius: 4px;
	font-family: "Pretendard";
	font-size: 14px;
	font-weight: 500;
	padding: 3px 6px;
    /* margin: 0px 7px; */
}
.schedule-square:first-child{
    margin-left: unset;
}
.schedule .title {
    font-family: "Pretendard";
	font-size: 14px;
	font-weight: 500;
    text-align: center;
    padding: 4px;
}
.schedule .title2 {
    font-family: "Pretendard";
	font-size: 14px;
	font-weight: 500;
    text-align: center;
    padding: 4px;
    width: 140px;
    border: 1px solid #d9d9d9;
}
.schedule .title-driver {
    font-family: "Pretendard";
	font-size: 14px;
	font-weight: 500;
    text-align: center;
    padding: 4px;
    width: auto;
    line-height: 1.2;
    border: 1px solid #d9d9d9;
}
.schedule > thead > tr > th {
	font-size: 14px;
	font-weight: 600;
	text-align: left;
}
.schedule > tbody > tr {
	/* border-bottom: 2px solid #B0B7C1; */
    border-bottom: 1px solid #d9d9d9;
	opacity: 30;
}
.schedule > tbody > tr:first-child {
	border-top: 2px solid #B0B7C1;
	opacity: 30;
}
.schedule > tbody > tr:last-child {
	border-bottom: 2px solid #B0B7C1;
	opacity: 30;
}
.schedule > tbody > tr > td[class*="row"] {
    background-color: #F2F2F5;
    color: #1E1E25;
    font-family: "Pretendard";
	font-size: 14px;
	font-weight: 600;
    text-align: center;
    border-left: unset !important;
}
.schedule > tbody > tr > td[class*="day"] {
    background-color: #F2F2F5;
    color: #1E1E25;
    font-family: "Pretendard";
	font-size: 14px;
	font-weight: 600;
    text-align: center;
    border-left: unset !important;
    width: 80px;
    border: 1px solid #d9d9d9;
}
.schedule > tbody > tr > td{
    /* height: 30px; */
    font-family: "Pretendard";
	font-size: 14px;
	font-weight: 500;
    text-align: center;
    /* border: 1px solid #D6D6DD; */
    border: 1px dashed #efefef;
}
.schedule-div::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
.schedule-div::-webkit-scrollbar-track {
    background-color: #f2f2f2;
}
.schedule-div::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #bbbec2;
}
.schedule-div::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}
#schedule-addtable{
    width: 100%;
    height: 478px; 
    overflow-x: unset;
    overflow-y: auto;
    margin-top: 0.5rem;
}
#schedule-addtable::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
#schedule-addtable::-webkit-scrollbar-track {
    background-color: #f2f2f2;
}
#schedule-addtable::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #bbbec2;
}
#schedule-addtable::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}
.ranking-square{
    width: 38px;
    height: 20px;
	font-family: "Pretendard";
	font-size: 14px;
	font-weight: 500;
	background: #6B7684;
	color: #fff;
	padding: 3px 6px;
}
.refresh-button{
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 100px;
    padding: 6px 14px;
    font-size: 14px;
    line-height: 8px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    transition: all 0.3s;
    background: #fff;
    color: #292929;
    border-radius: 22px;
    border: 1px solid #1B64DA;
}
.bus-info{
    width: 550px; 
    height: 124px; 
    border: 1px solid #D2D8DD; 
    border-radius: 4px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
}
.bus-info-name{
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 14px;
    font-size: 14px;
    line-height: 8px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    transition: all 0.3s;
    background: #fff;
    color: #292929;
    border-radius: 22px;
    border: 1px solid #D2D8DD;
}
.bus-info.selected { 
    border-color: #1B64DA; 
    border-width: 2px; 
}
.notice_detail{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #d7dbec; 
    border-bottom: 3px solid #d7dbec; 
    padding: 14px; 
    background: #f5f6fa;
}
.question_detail{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid #333D4B; 
    border-bottom: 1px solid #B0B7C1; 
    padding: 22px; 
    background: #F2F2F5;
}
.notice_detail > input, .question_detail > input {
    border: hidden;
    background: #f5f6fa;
    font-family: "Pretendard";
	font-size: 14px;
	font-weight: 500;
}
.login_logo img {
    width: 114px;
    height: 114px;
}

/**** 배차 관리 ****/
.today_dispatch{
	width: 370px;
	height: 1300px;
	background: #fff;
}
.page-title {
	font-family: "Pretendard";
	font-size: 20px;
	font-weight: 600;
	margin: 4px 0px 0px 10px;
}
.total_number{
	background: #F4F4F4;
	height: 32px; 
	padding: 20px; 
	display: flex;
    align-items: center;
	font-size: 14px;
	font-weight: 500;
	color: #6C757D;
}
.total_number div span{
	color: #507CF3;
}
.dispatch_card{
	height: auto; 
	min-height: 80px; 
	padding: 16px 8px;
	display: flex;
	justify-content: space-evenly;
	border-bottom: 1px solid #D7DBEC;
	cursor: pointer;
}
.dispatch_card div:first-child{
	font-size: 16px;
	font-weight: 600;
	color: #507CF3;
	width: 60px;
}
.dispatch_card div{
	font-size: 16px;
	font-weight: 600;
	color: #292929;
	width: 278px;
}
.dispatch_card div div span{
	font-size: 14px;
	font-weight: 500;
	color: #6c757d;
	margin-left: 10px;
}
.scroller {
    overflow-y: auto;
    height: 92%;
    scrollbar-width: auto;
	background: #fff;
}
.tab-view-body2::-webkit-scrollbar {
    width: 8px;
    height: 4px;
}
.tab-view-body2::-webkit-scrollbar-track {
    background-color: #fff;
}
.tab-view-body2::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #e9eaec;
}
.tab-view-body2::-webkit-scrollbar-button {
    width: 0; 
    height: 0; 
}
.tab-view-header2 .tab-switch-row2 {
	text-align: left;
	/* padding: 0 30px; */
	border-top: 2px solid #ededed;
	border-bottom: 2px solid #ededed;
	box-shadow: none;
	margin-bottom: 0;
	position: relative;
}
.tab-view-header2 .tab-switch-row2 .tab-switch2 {
	width: 119px;
	font-family: "Pretendard";
	font-size: 16px;
	font-weight: 600;
	color: #7e84a3;
	border-bottom: 2px solid transparent;
	display: inline-block;
	margin-bottom: -2px;
	padding: 14px 18px;
	cursor: pointer;
    text-align: center;
}
.tab-view-header2 .tab-switch-row2 .tab-switch2.active {
	border-bottom: 2px solid #507cf3;
	color: #507cf3;
	font-family: "Pretendard";
	font-size: 16px;
	font-weight: 600;
}

/* 정류장 로드뷰/사진 등록 tab */

.img-tab {
    margin-top: 4px;
}
.img-tab a {
    font-family: "Pretendard";
    font-size: 14px;
    font-weight: 500;
    color: #7e84a3;
    width: 184px;
    height: 36px;
    padding: 10px;
    display: inline-block;
    background: #ebebeb;
    text-align: center;
    box-shadow: 0 1px 2px hsla(0, 0%, 39%, 0.05), 0 -1px 2px hsla(0, 0%, 39%, 0.05);
}
.img-tab a:first-child { 
    border: 0;
}
.img-tab a.active, .img-tab a:hover {
    font-family: "Pretendard";
    font-size: 14px;
    font-weight: 600;
    background: #E7EFFB;
    color: #1B64DA;
    border: 1px solid #1B64DA;
}

.seatTable{ 
	width: 30%; 
}
.seatTable > tr > td { 
	padding: 10px;
}
.bus_seat{
	border: 1px solid #D7DBEC;
    border-radius: 4px;
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F2F2F5;
	border: unset;
	box-shadow: unset;
}
/* .bus_seat input {
	width: 48px;
    height: 48px;
	background: unset;
	border: unset;
	box-shadow: unset;
} */
.bus_seat_empty{
	border: unset;
    border-radius: 4px;
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.date_active{
    background: #6b7684; 
    color: #fff;
}
.inquiry-content { 
	width: 100%; 
	height: 156px;
	max-height: 156px;
    overflow: auto;
    overflow-x: unset;
    overflow-y: auto;
	border: unset; 
	padding: 12px 15px 12px 0px; 
	background: unset !important;
	font-size: 14px;
	font-weight: 500;
	color: #292929;
	line-height: 1.4;
}
.page-smtitle{
	font-family: "Pretendard";
	font-size: 20px !important;
	font-weight: 600;
	margin-bottom: 18px;
	float: left; 
}
.answer { 
	width: 100%; 
	height: 194px;
	max-height: 194px;
	overflow: auto;
	overflow-x: unset;
	overflow-y: auto; 
	border-radius: 4px; 
	line-height: 1.4;
}
#answer_c {
	padding: 12px 15px 12px 0px;
}
/*tooltip*/
.tooltip-wrap.hover-trans {
	position: relative;
	display: inline-block;
}
.sub-fee-info {
	font-size: 20px;
	line-height: 144%;
	letter-spacing: -1.1px;
	color: #40434d;
	opacity: 1;
}
.hover-trans .tooltip.down.hover-target {
	bottom: -34px;
	top: initial;
}
.hover-trans .tooltip.hover-target {
	position: absolute;
	left: 50%;
	height: auto;
	box-sizing: border-box;
	line-height: 19px;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 10px 10px 50px rgb(0 0 0 / 10%);
	color: #767986;
	font-size: 18px;
	font-weight: normal;
	z-index: 999;
	cursor: auto;
	letter-spacing: 0;
	visibility: hidden;
	opacity: 0;
}
.trans-normal {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.tooltip-wrap.hover-trans {
	position: relative;
	display: inline-block;
}
.tooltip-wrap.hover-trans:hover .tooltip.delay {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.hover-trans:hover .hover-target {
	visibility: visible;
	opacity: 1;
}
.hover-trans .tooltip.hover-target::before,
.hover-trans .tooltip.hover-target::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 0;
	height: 0;
	border-width: 8px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #343a40;
}

.tooltip2-wrap.hover-trans {
	position: relative;
	display: inline-block;
}
.hover-trans .tooltip2.down.hover-target {
	bottom: -34px;
	/* top: initial; */
	top: 135%;
}
.hover-trans .tooltip2.hover-target {
	position: absolute;
	left: 50%;
	height: auto;
	box-sizing: border-box;
	line-height: 19px;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 10px 10px 50px rgb(0 0 0 / 10%);
	color: #767986;
	font-size: 18px;
	font-weight: normal;
	z-index: 999;
	cursor: auto;
	letter-spacing: 0;
	visibility: hidden;
	opacity: 0;
}
.trans-normal {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.tooltip2-wrap.hover-trans {
	position: relative;
	display: inline-block;
}
.tooltip2-wrap.hover-trans:hover .tooltip2.delay {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.hover-trans:hover .hover-target {
	visibility: visible;
	opacity: 1;
}
.hover-trans .tooltip2.hover-target::before,
.hover-trans .tooltip2.hover-target::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 80%;
	transform: translate(-8px, -50%);
	width: 0;
	height: 0;
	border-width: 8px;
	border-style: solid;
	border-color: transparent;
	border-bottom-color: #343a40;
	content: "";
	position: absolute;
	top: -24%;
	left: 80%;
}
.name, .carNum, .driverName{ 
    background-image: url("../img/searchBtnIcon.svg");
    background-repeat: no-repeat;
    background-size: 34px 34px;
    background-position: right;
}
.carNum, .driverName{ 
    border-right: unset !important;
}
.r-page-section{
    height:48px; 
    background:#F9F2F3; 
    border:1px solid #FC5C50; 
    padding: 14px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}
.tradeDispatch_card{
    width: 468px;
    min-height: 106px;
    height: auto;
    border-radius: 4px;
    border: 1px solid #D2D8DD;
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.tradeDispatch_card:hover{
    border: 2px solid #1B64DA;
}
.tradeDispatch_card button:hover{
    background: #1B64DA;
    color: #fff;
}
.tradeDispatch_card.selected {
    border: 2px solid #1B64DA;
}

.tradeDispatch_card.selected button {
    background: #1B64DA;
    color: #fff;
}
.tradeDispatch_card button {
    width: 68px;
    height: 28px;
}
.trade_card_fdiv{
    min-height: 80px;
    display: flex;
    flex-direction: column;
}
.trade_card_div{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #8497a3;
}
.trade_card_div span{
    margin: 0px 0px 4px 8px;
}
.repair_before_img, .repair_after_img{
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.repair_img_div {
    width: 68px; 
    height: 68px; 
    border-radius: 4px; 
    border: 1px solid #CCD1D9;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.repair_img_div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}


/* 버튼 */

.main-button {
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 2px;
  border: 1px solid transparent;
  background-color: white;
  cursor: pointer;
  transition: all 0.2s ease;
}

.main-button:hover {
  opacity: 0.9;
}

.badge {
    background-color: rgba(27, 100, 218, 0.2);
    color: #1B64DA;
    font-size: 16px;
    padding: 2px 12px;
    border-radius: 2px;
    margin-right: 6px;
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 10px auto;
}

.download-icon {
    height: 17px;
    width: 14px;
    content: url("../img/icon/icon_download.png");
    margin-right: 8px;
}

.file-name {
    color: #283447;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

/* 개별 색상 버튼
.btn-gray {
  border-color: #E2E4E6;
  color: #8B95A1;
} */