/* body {
    overflow: hidden !important;
} */
main {
    margin: unset;
    padding-top: 60px;
}
.map-btn-content {
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 10;
}
.map-button {
    cursor: pointer;
    z-index: 10;
    margin-left: 4px;
}
.wrap {
    position: absolute;
    /* left: 0; */
    /* bottom: 78px; */
    left: -4px;
    bottom: 36px;
    width: 300px;
    height: auto;
    min-height: 190px;
    margin-left: -150px;
    text-align: left;
    font-size: 12px;
    line-height: 1.5;
}
.wrap * {
    padding: 0;
    margin: 0;
}
.wrap .info {
    width: 300px;
    height: auto;
    min-height: 190px;
    border-radius: 4px;
    border: 1px solid #B0B7C1;
    overflow: hidden;
    background: #fff;
}
.wrap .info:nth-child(1) {
    box-shadow: 0 0 4px #888;
}
.info .title {
    padding: 5px 0 0 10px;
    height: 10px;
    position: relative;
    z-index: 4;
    cursor: pointer;
}
.info .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #888;
    width: 18px;
    height: 18px;
    background: url("../img/overlay_close.png") center center no-repeat;
}
.info .close:hover {
    cursor: pointer;
}
.info .body {
    position: relative;
    overflow: hidden;
}
.info .desc {
    position: relative;
    margin: 10px;
    height: auto;
    min-height: 146px;
    font-family: "Pretendard";
    font-size: 16px;
    font-weight: 600;
}
.info .desc span + span {
    margin-left: 6px;
    font-size: 14px;
    font-weight: 500;
}
.info .desc_content {
    width: 100%;
    height: 30px;
    border-radius: 4px;
    background: #F2F2F5;
    font-family: "Pretendard";
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 4px;
}
.info .desc_content div > span {
    margin-left: 6px;
}
.info .desc_station {
    width: 100%;
    font-family: "Pretendard";
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: space-around;
    margin-top: 8px;
}
.info .desc_station div > span {
    margin-left: 6px;
}
.desc .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.desc .jibun {
    font-size: 11px;
    color: #888;
    margin-top: -2px;
}
.info .img {
    position: absolute;
    top: 6px;
    left: 5px;
    width: 73px;
    height: 71px;
    border: 1px solid #ddd;
    color: #888;
    overflow: hidden;
}
.info:after {
    content: '';
    position: absolute;
    margin-left: -15px;
    left: 50%;
    bottom: -17px;
    width: 38px;
    height: 24px;
    background: url("../img/vertex_white2.png");
}
.info .link {
    color: #5085BB;
}
.page-body {
    transition: transform 0.8s ease;
}
table.dt-rowReorder-float {
    position: absolute !important;
    opacity: 0.8;
    table-layout: fixed;
    outline: 2px solid #888;
    outline-offset: -2px;
    z-index: 2001;
}
tr.dt-rowReorder-moving {
    outline: 2px solid #555;
    outline-offset: -2px;
}
body.dt-rowReorder-noOverflow {
    overflow-x: hidden;
}
table.dataTable td.reorder {
    text-align: center;
    cursor: move;
}
.info > h5 {
    text-align: left;
    padding: 10px 40px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}
.info > h5:hover {
    background-color: #f5f5f5;
}
table.dataTable.row-reordering {
    width: 1000px;
}
.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:before {
    right: 10px;
    color: #B0B7C1;
    background: url("../img/icon/ico-select2.png") 0 0 no-repeat !important;
    width: 14px;
}
.select > .trigger:hover {
    color: #1B64DA;
    border: 1px solid #1B64DA;
}
.select > .trigger-active {
    background: #1B64DA;
    color: #fff;
    border: 1px solid #1B64DA;
}
.select > .trigger-active:hover {
    color: #fff;
}
.select > .target {
    position: absolute;
    top: 112%;
    left: 4px;
    width: 120px;
    height: 176px;
    overflow-y: auto;
    z-index: 10;
    background: #fff;
    padding: 6px 10px 10px;
    font-size: 13px;
    color: #333;
    line-height: 18px;
    border: 1px solid #d7dbec;
}
.sbinp input[type="checkbox"]:checked ~ i {
    background: url("../img/icon/inp-ico-checked2.png") center center no-repeat !important;
}

.bus_wrap {
    position: absolute;
    left: 0;
    /* bottom: 120px; */
    bottom: 80px;
    width: 218px;
    height: 190px;
    margin-left: -110px;
    text-align: left;
    font-size: 12px;
    line-height: 1.5;
}
.bus_wrap * {
    padding: 0;
    margin: 0;
}
.bus_wrap .bus_info {
    width: 218px;
    height: 190px;
    border-radius: 4px;
    border: 1px solid #B0B7C1;
    overflow: hidden;
    background: #fff;
}
.bus_wrap .bus_info:nth-child(1) {
    box-shadow: 0 0 4px #888;
}
.bus_info .bus_title {
    padding: 5px 0 0 10px;
    height: 10px;
    position: relative;
    z-index: 4;
    cursor: pointer;
}
.bus_info .bus_close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #888;
    width: 18px;
    height: 18px;
    background: url("../img/overlay_close.png") center center no-repeat;
}
.bus_info .bus_close:hover {
    cursor: pointer;
}
.bus_info .bus_body {
    position: relative;
    overflow: hidden;
}
.bus_info .bus_desc {
    position: relative;
    margin: 18px;
    height: 146px;
    font-family: "Pretendard";
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}
.bus_info .bus_desc span + span {
    margin-left: 4px;
    font-size: 14px;
}
.bus_info .bus_desc_content {
    width: 100%;
    height: 72px;
    font-family: "Pretendard";
    font-size: 14px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.bus_info .bus_desc_content div {
    width: 100%;
    display: flex;
}
.bus_info .bus_desc_content div > span {
    margin-right: 12px;
}
.bus_info .bus_desc_btn {
    width: 100%;
    height: 32px;
    color: #fff;
    background: #8B95A1;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 4px;
}
.bus_info .img {
    position: absolute;
    top: 6px;
    left: 5px;
    width: 73px;
    height: 71px;
    border: 1px solid #ddd;
    color: #888;
    overflow: hidden;
}
.bus_info:after {
    content: '';
    position: absolute;
    margin-left: -15px;
    left: 50%;
    bottom: -17px;
    width: 38px;
    height: 24px;
    background: url("../img/vertex_white2.png");
}
.w-row-table * {
    font-family: "Pretendard", sans-serif;
}
.w-row-table table {
    table-layout: fixed;
    width: 100%;
    border: 1px solid #c9d6df;
    border-top: 2px solid #333D4B;
    border-bottom: unset;
    border-collapse: collapse;
}
.w-row-table tbody tr.pallet {
    border-top: 2px solid #333D4B;
}
.w-row-table tbody th {
    position: relative;
    font-size: 16px;
    line-height: 15px;
    color: #2f3039;
    border: 1px solid #c9d6df;
    background: #E7EFFB;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
}

.w-row-table tbody td {
    font-size: 16px;
    line-height: 15px;
    color: #2f3039;
    border: 1px solid #c9d6df;
    border-right: unset;
    border-left: unset;
    background: #fff;
    padding: 5px 18px;
    height: 50px;
    text-align: left;
    vertical-align: middle;
}
.w-row-table tbody td input {
    width: 100%;
    height: 38px;
    padding: 0 5px;
    font-size: 14px;
}
.w-row-table tbody td input + input {
    margin-left: 10px;
}
.w-row-table tbody td select {
    padding: 0 5px;
    font-size: 13px;
    min-width: 140px !important;
}
.w-row-table tbody td select:first-child {
    margin-right: 4px;
}
.w-row-table tbody td select + select {
    margin-right: 4px;
}
.w-row-table tbody td.inp-pallet input {
    width: 40px;
}
.w-row-table tbody td .inp {
    margin-right: 25px;
}
.w-row-table tbody td .inp:last-child {
    margin-right: 0;
}
.w-row-table + .w-row-table {
    margin-top: 30px;
}
.w-row-table-div {
    width: 100%;
    height: 80px;
    border: 2px solid #c9d6df;
    border-collapse: collapse;
    background: #f5f5f5;
    margin-top: 25px;
    font-size: 16px;
}
.modal > .modal_wrap > .modal_header > .modal_close{
    padding: 22px 20px 12px !important;
}