@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    src: local(※), url("Pretendard-Thin-7235c70f.woff2") format('woff2');
    font-weight: 100;
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    src: local(※), url("Pretendard-Regular-900cc011.woff2") format('woff2');
    font-weight: 400;
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    src: local(※), url("Pretendard-Medium-c3c4ba7d.woff2") format('woff2');
    font-weight: 500;
} 
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    src: local(※), url("Pretendard-SemiBold-063b69f6.woff2") format('woff2');
    font-weight: 600;
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    src: local(※), url("Pretendard-Bold-9dec1c5b.woff2") format('woff2');
    font-weight: 700;
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    src: local(※), url("Pretendard-Black-12c07343.woff2") format('woff2');
    font-weight: 900;
}

/* font */
.font-noto-sans {
    font-family: "Pretendard", sans-serif;
    letter-spacing: -1px;
}
.font-regular {
    font-weight: 400;
}
.font-medium {
    font-weight: 500;
}
.font-semibold {
    font-weight: 600;
}
.font-bold {
    font-weight: 700;
}

/* 폰트 사이즈 */

.ft10 {
   font-size: 10px;
}

.ft12 {
   font-size: 12px;
}

.ft14 {
   font-size: 14px;
}

.ft16 {
   font-size: 16px;
}

.ft18 {
   font-size: 18px;
}

.ft20 {
   font-size: 20px;
}

.ft22 {
   font-size: 22px;
}

.ft24 {
   font-size: 24px;
}

.ft26 {
   font-size: 26px;
}

/* color */
.fc-black-deep {
    color: #1e2022;
}
.fc-black {
    color: #292929;
}
.fc-black-impt {
    color: #292929 !important;
}
.fc-white {
    color: #fff;
}
.fc-gray {
    color: #8B95A1;
}
.fc-coolgray1 {
    color: #D2D8DD;
}
.fc-coolgray2 {
    color: #B0B7C1;
}
.fc-coolgray4 {
    color: #6B7684;
}
.fc-coolgray6 {
    color: #333D4B;
}
.fc-coolgray7 {
    color: #283447;
}
.fc-warmgray {
    color: #1e1e25;
}
.fc-lightgray {
    color: #c0c0c0;
}
.fc-lightgray-impt {
    color: #c0c0c0 !important;
}
.fc-whitegray {
    color: #6b7684;
}
.fc-whitegray-impt {
    color: #6b7684 !important;
}
.fc-darkgray {
    color: #5c6373;
}
.fc-darkgray-impt {
    color: #5c6373 !important;
}
.fc-deepgray {
    color: #52616b;
}
.fc-deepgray-impt {
    color: #52616b !important;
}
.fc-green {
    color: #2bc68d;
}
.fc-green-impt {
    color: #2bc68d !important;
}
.fc-red {
    color: #C21D48;
}
.fc-red-impt {
    color: #C21D48 !important;
}
.fc-blue {
    /* color: #0c81e4; */
    /* color: #0159a9; */
    color: #3d6afe;
}
.fc-blue-impt {
    color: #0c81e4 !important;
}
.fc-bluepurple {
    color: #4f78e0;
}
.fc-bluepurple-impt {
    color: #4f78e0 !important;
}
.fc-primary {
    /* color: #507cf3; */
    color: #3182F6;
}
.fc-primary-impt {
    color: #507cf3 !important;
}
.fc-emerald {
    color: #11c4d4;
}
.fc-emerald-impt {
    color: #11c4d4 !important;
}
.fc-orange {
    color: #ff6700;
}
.fc-orange-impt {
    color: #ff6700 !important;
}
.fc-purple {
    color: #7C6FF3;
}

/* background color */
.bg-lightgray {
    background: #fafafa;
}
.bg-skyblue {
    background: #f0f5f9;
}
.bg-green {
    background: #efffea;
}
.bg-orange {
    background: #ffefe5;
}
.bg-yellow {
    background: #fffad3 !important;
}
@charset "utf-8";

/* 스타일 초기화 */
body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
form,
fieldset,
p,
input,
textarea,
i,
u,
em,
strong,
b,
a,
button,
th,
td,
select,
code {
    margin: 0;
    padding: 0;
    font-style: normal;
    letter-spacing: -0.05em;
    font-family: "Pretendard", sans-serif;
    color: #2f3039;
}
h1,
h2,
h3,
h4,
h5,
strong {
    font-weight: 700;
}
b,
em {
    font-weight: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img,
fieldset,
iframe,
button {
    border: 0;
}
ul,
li {
    list-style: none;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="number"],
input[type="search"],
textarea {
    outline: 0;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    padding: 2px 14px 2px 14px;
    background-color: #fff;
    width: 300px;
    height: 50px;
    border: 1px solid #D6D6DD;
    transition: all 0.3s;
}
input,
select,
button,
label,
textarea {
    vertical-align: middle;
}
input,
textarea,
button {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    line-height: inherit;
}
input[type="password"] {
    font-family: inherit;
}
select {
    font-size: 12px;
    font-weight: 500;
    color: inherit;
    line-height: 1.5;
    -webkit-appearance: none;
    border: 1px solid #B0B7C1;
    transition: all 0.3s;
}
input,
select,
textarea {
    outline: 0;
}
input[type="text"]:focus,
select:focus,
textarea:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="number"]:focus,
input[type="search"]:focus {
    outline: 0;
    --tw-ring-color: #584CC6;
    border-color: #584CC6;
}
input:disabled,
select:disabled,
button:disabled,
label:disabled,
a:disabled,
textarea:disabled {
    cursor: default;
}
label,
button,
select,
a {
    cursor: pointer;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: auto;
}
legend {
    overflow: hidden;
    visibility: hidden;
    font-size: 1px;
    text-indent: -9999px;
    margin-top: -1px;
    width: 1px;
    height: 1px;
}
a {
    text-decoration: none;
    color: inherit;
}
a:visited {
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: none;
}
a > img {
    display: block;
}
button {
    background: none;
    font-family: inherit;
    overflow: visible;
    outline: 0;
    text-align: inherit;
}
u {
    text-decoration: none;
}
code {
    display: inline;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit;
}
html {
    -webkit-text-size-adjust: none;
}
body {
    word-break: break-word;
    font-size: 15px;
    line-height: 1;
    font-family: "Pretendard", sans-serif;
    font-weight: 400;
    background: #F9FAFC;
}

.alert {
	font-size: 12px;
	font-weight: 400;
	color: #dc3545;
	display: none;
    margin: 6px 2px 4px;
}
.alert2 {
	font-size: 12px;
	font-weight: 400;
	color: #dc3545;
	float: right;
	margin: 2px 14px;
}

/* input 스타일 */
[type="checkbox"] {
    /* width: 20px;
    height: 20px;
    border: 1px solid #c9d6df; */
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #9BA0A9;
    background: #fff;
    color: #7C6FF3;
}
select {
    width: 170px;
    height: 32px;
    line-height: 1.5;
    padding: 0 10px;
    background-image: url("../img/icon/select_down_btn.png");
    background-size: 32px 32px;
    border-right: unset;
    background-position: right center;
    font-family: "Pretendard";
    
}
input[type="date"] {
    position: relative;
    min-height: 30px;
    padding: 12px 16px;
    border: 1px solid #B0B7C1;
    font-size: 16px;
    color: #000000;
    width: 161px;
    height: 44px;
    border-radius: 4px;
    padding: 12px 16px;
    font-weight: 500;
}
input[type="date"]::-webkit-clear-button,
input[type="date"]::-webkit-inner-spin-button {
    display: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    z-index: 1;
}
input[type="date"]:after {
    position: absolute;
    top: 50%;
    right: -1px;
    content: "";
    width: 52px;
    height: 36px;
    background: url("../img/icon/calender.png") center center no-repeat;
    transform: translateY(-50%);
    z-index: 0;
    background-size: 24px 24px;
}
input[type="date"]:disabled {
    opacity: 0.7;
}
input:read-only,
textarea:read-only,
select:disabled {
    color: #15161a;
    background-color: #fff;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 이미지 체크박스 */
.inp {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
}
.inp.inp-blind {
    position: relative;
    display: inline-block;
}
.inp.inp-blind b {
    font-size: 0;
}
.inp.inp-blind input[type="checkbox"] ~ i,
.inp.inp-blind input[type="checkbox"]:checked ~ i {
    left: 50%;
    transform: translate(-50%, -50%);
}

.inp input[type="checkbox"] {
    font-size: 0;
    line-height: 0;
    border: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: 999;
    width: 20px;
    height: 20px;
    left: 3px;
    top: 0;
}

.inp b {
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    color: #1e2022;
    font-weight: 400;
}
.inp input[type="checkbox"] ~ i {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url("../img/icon/inp-ico-check.png") center center no-repeat;
}
.inp input[type="checkbox"]:checked ~ i {
    background: url("../img/icon/inp-ico-checked.png") center center no-repeat;
}
.inp input[type="checkbox"]:disabled ~ i {
    background: url("../img/icon/inp-ico-disabled.png") center center no-repeat;
}
.inp input[type="checkbox"]:checked:disabled ~ i {
    background: url("../img/icon/inp-ico-checked-disabled.png") center center
        no-repeat;
}

/* 통합 검색 이미지 체크박스 */
.sbinp {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 8px 0px 8px 15px;
}
.sbinp.sbinp-blind {
    position: relative;
    display: inline-block;
}
.sbinp.sbinp.sbinp-blind label {
    margin-left: 10px;
}

.sbinp.sbinp-blind input[type="checkbox"] ~ i,
.sbinp.sbinp-blind input[type="checkbox"]:checked ~ i {
    transform: translate(-50%, -50%);
}

.sbinp input[type="checkbox"] {
    font-size: 0;
    line-height: 0;
    border: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: 999;
    width: 20px;
    height: 20px;
    left: 3px;
    top: 0;
}
.sbinp b {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
    color: #1e2022;
    margin-left: 2px;
}
.sbinp input[type="checkbox"] ~ i {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url("../img/icon/inp-ico-check.png") center center no-repeat;
}
.sbinp input[type="checkbox"]:checked ~ i {
    background: url("../img/icon/inp-ico-checked.png") center center no-repeat;
}
.sbinp input[type="checkbox"]:disabled ~ i {
    background: url("../img/icon/inp-ico-disabled.png") center center no-repeat;
}
.sbinp input[type="checkbox"]:checked:disabled ~ i {
    background: url("../img/icon/inp-ico-checked-disabled.png") center center
        no-repeat;
}

/* radio box */
.checks {
    position: relative;
}
.checks input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 1px;
    box-shadow: inset 0 3px 6px rgba(201, 214, 223, 0.49);
}
.checks input[type="radio"] + label {
    display: inline-block;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-size: 13px;
    margin-right: 10px;
    margin-left: 10px;
}
.checks input[type="radio"] + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #9cb1bf;
    border-radius: 100%;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
}
.checks input[type="radio"] + label:active:before,
.checks input[type="radio"]:checked + label:active:before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.checks input[type="radio"]:checked + label:before {
    background: #fff;
    border-color: #c9d6df;
    width: 19px;
    height: 19px;
}
.checks input[type="radio"]:checked + label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    width: 9px;
    height: 9px;
    background: #0c81e4;
    border-radius: 100%;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.checks input[type="radio"]:disabled:checked + label:after {
    background: none;
}

/*watch icon*/
input[type="time"] {
    position: relative;
    min-height: 30px;
    padding: 10px 12px;
    border: 1px solid #9cb1bf;
    font-size: 13px;
    color: #52616b;
    width: 100px !important;
}
input[type="time"]::-webkit-clear-button,
input[type="date"]::-webkit-inner-spin-button {
    display: none;
}
input[type="time"]::-webkit-calendar-picker-indicator {
    background: transparent;
    z-index: 1;
}
.input_time_box input:after {
    position: absolute;
    top: 50%;
    right: -1px;
    content: "";
    width: 32px;
    height: 36px;
    background: url("../img/icon/inp-ico-watch.png") center center no-repeat;
    transform: translateY(-50%);
    z-index: 0;
}

/* hidden */
.blind {
    visibility: hidden !important;
    position: absolute !important;
    color: transparent !important;
    opacity: 0 !important;
    width: 1px !important;
    height: 1px !important;
    font-size: 1px !important;
    text-indent: -9999px !important;
}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.del {
    text-decoration: line-through;
}
/* margin & padding size */
.mt-0 {
    margin-top: 0px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.ml-0 {
    margin-left: 0px !important;
}
.mr-0 {
    margin-right: 0px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.ml-5 {
    margin-left: 5px !important;
}
.mr-5 {
    margin-right: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.ml-30 {
    margin-left: 30px !important;
}
.mr-30 {
    margin-right: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.ml-40 {
    margin-left: 40px !important;
}
.mr-40 {
    margin-right: 40px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.ml-50 {
    margin-left: 50px !important;
}
.mr-50 {
    margin-right: 50px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.ml-60 {
    margin-left: 60px !important;
}
.mr-60 {
    margin-right: 60px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.ml-70 {
    margin-left: 70px !important;
}
.mr-70 {
    margin-right: 70px !important;
}
.mt-80 {
    margin-top: 80px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.ml-80 {
    margin-left: 80px !important;
}
.mr-80 {
    margin-right: 80px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.ml-90 {
    margin-left: 90px !important;
}
.mr-90 {
    margin-right: 90px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.ml-100 {
    margin-left: 100px !important;
}
.mr-100 {
    margin-right: 100px !important;
}

.pl-315 {
    padding-left: 315px;
}
.pd-5 {
    padding: 5px;
}
.pd-10 {
    padding: 10px;
}
.pd-20 {
    padding: 20px;
}
.pd-30 {
    padding: 30px;
}
.pd-40 {
    padding: 40px;
}
.pd-50 {
    padding: 50px;
}

.ta-c {
    text-align: center;
}
.ta-l {
    text-align: left;
}
.ta-r {
    text-align: right;
}
.mg_right_4{
	margin-right: 4px;
}
.mg_left_4{
	margin-left: 4px;
}
.mg_right_6{
	margin-right: 6px;
}
.mg_right_10{
	margin-right: 10px;
}
.mg_right_20{
	margin-right: 20px;
}
.mg_left_10{
	margin-left: 10px;
}
.mg_left_20{
	margin-left: 20px;
}
.mg_0{
    margin: 0;
}@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;
} */* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Pretendard', sans-serif;
  }

  body {
    font-family: 'Pretendard', sans-serif;
    background-color: #fff;
    color: #333;
  }

/* 헤더 */
header {
    background: #ffffff;
    border-bottom: 1px solid #D2D8DD;
    padding: 8px 20px;
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
}

.header-inner {
  position: relative;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo {
  position: absolute;
  left: 40px; /* 원하는 여백 */
}

.logo img {
  width: 80px;
  height: 38px;
}
.spacer {
    margin-left: auto;
}   

nav { 
    background-color: #fff; 
    border-bottom: 1px solid #e5e5e5; 
    height: 80px; 
    display: flex;          
    /* justify-content: center;   */
    align-items: center;     
    box-sizing: border-box; 
    position: relative;
} 

  .nav-menu { 
    display: flex;
    justify-content: center;
    height: 80px;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    gap: 20px; 
    list-style: none;
  } 

  .nav-menu > li { 
    width: 164px; 
    height: 80px; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    cursor: pointer; 
    border-bottom: 3px solid transparent; 
    font-weight: 600; 
    text-align: center;
    padding: 5px 0;
    color: #000000;
  }

  .nav-menu li a {
    display: block;         /* 블록 요소로 만들어 전체 영역 클릭 가능 */
    padding: 27px 41px;     /* li 대신 a에 패딩 적용 */
    text-decoration: none;
  }

  .nav-menu > li a:hover {
    color: #7C6FF3;
  }

  .nav-menu > li.active {
    color: #7C6FF3;
    border-bottom: 3px solid #7C6FF3;
  }

  .nav-menu > li:hover {
    color: #7C6FF3;
    box-shadow: inset 0 -3px 0 0 #7C6FF3;
  }

.mega-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 4px;
    width: 100%;
    background-color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    justify-content: center;
    gap: 24px;
    z-index: 200000;
}



nav:hover .mega-dropdown {
    display: flex;
}

.dropdown-column {
    display: flex;
    flex-direction: column;
    width: 164px;
    margin-right: 8px;
    text-align: center;
    /* padding: 24px 24px; */
    font-weight: 600;
    font-size: 16px;
}

.dropdown-column a {
    text-decoration: none;
    color: #4E5968;
    font-size: 16px;
    padding: 24px 0;
}

.dropdown-column a:hover {
    color: #7C6FF3;
    text-decoration: underline solid;
}

.dropdown-left-bg {
    width: 420px;
    background: url("../img/nav-menu-back.jpg") no-repeat center center;
    background-size: cover;
}

.dropdown-right-bg {
    width: 420px;
}

/* 메인 영역 */
.main {
    padding: 20px;
    text-align: center;
}

.cards {
    display: flex;
    justify-content: center;
    gap: 44px;
    flex-wrap: wrap;
    margin-bottom: 74px;
}

.card {
    width: 360px;
    height: 360px;
    background-color: #fff;
    border: 1px solid #D2D8DD;
    border-radius: 8px;
    padding: 40px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    cursor: pointer;
}

  .card-content {
    flex-grow: 1;
  }

  .card-link {
    margin-top: auto;
    color: #7C6FF3;
    text-align: right;
  }

  .card:hover {
    border: 2px solid #7C6FF3;
  }

  .card h3 {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 24px;
  }

  .card p {
    font-size: 18px;
    color: #6B7684;
    line-height: 24px;
    margin-bottom: 24px;
    font-weight: 500;
  }

  .card a {
    font-size: 18px;
    color: #7C6FF3;
    font-weight: 500;
    text-decoration: underline;
    
  }

  /* 푸터 상단 */
  .footer-top {
    background-image: url("../img/footer.jpg");
    background-size: cover;
    background-position: center;
    height: 60px;
    display: flex;
    align-items: center;
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 320px;
  }

  /* 푸터 하단 */
  .footer-bottom {
    background-color: #f1f1f1;
    padding: 30px 320px;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

    .footer-bottom div {
        margin-bottom: 10px;
    }

    .footer-row{
        color: #8B95A1;
        font-size: 16px;
        font-weight: 500;
    }

    .footer-row > .footer-label {
        width: 140px;
     
        display: inline-block;
    }

  .footer-bottom .right {
    text-align: right;
  }

  .footer-bottom .right button {
    margin-top: 10px;
    padding: 6px 12px;
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
  }

  .footer-bottom .right button:hover {
    background-color: #eee;
  }

/* 관리자용 새창 띄우는 페이지 footer (계정과목설정, 기관관리 등) */
.popup_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    background: white;
    padding: 16px 24px;
    z-index: 1000;
}
/* body */
.container {
    background: #fafafa;
}
/* header,
main {
    -webkit-animation: fadeInAnimation ease 0.3s;
    animation: fadeInAnimation ease 0.3s;
    padding-top: 60px;
} */

/* clearfix */
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: block;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}

/* header */
.nav-header {
    box-shadow: 0 3px 6px rgba(201, 214, 223, 0.25);
}

/* GNB메뉴 */
.gnb {
    align-items: center;
    color: #2f3039;
    justify-content: end;
    min-width: 600px;
    transition: all 0.3s;
    user-select: none;
}
.gnb li {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 165px;
    transition: all 0.3s;
}
.gnb li a {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 80px;
}
.gnb li.active,
.gnb li:hover {
    color: #0c81e4;
}
.gnb li ul {
    bottom: 0;
    left: 0;
    position: absolute;
    transform: translateY(100%);
    width: 100%;
    z-index: 1000;
    box-shadow: 0 3px 6px rgb(201 214 223 / 25%);
}
.gnb li ul li {
    background-color: #fff;
    border: none;
    color: #2f3039;
    display: none;
    font-size: 14px;
    line-height: 2.5rem;
    letter-spacing: -1px;
    position: relative;
    text-align: center;
    transition: all 0.3s;
}
.gnb li ul li:hover {
    color: #0c81e4;
    box-shadow: inset 0 0 0 9999px rgb(12 129 228 / 3%);
}
.gnb li:hover ul li {
    display: block;
    transform-origin: top center;
}
.gnb li:hover ul li {
    animation: rotateX 0.2s ease-in-out;
}

/* etc */
.user-select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.invisible {
    display: none;
}
.width-100 {
    width: 100%;
}
.arrow_right {
    background: url("../img/icon/arrow_right.svg") center center no-repeat;
    display: inline-block;
    width: 15px;
    height: 16px;
}

/* 종합효율 BOX */
.total_efficiency {
    border: 2px solid #ff6700;
    color: #52616b;
    font-weight: 600;
    border-radius: 5px;
    width: 200px;
    height: 33px;
    padding: 10px;
    margin-top: 10px;
    line-height: 8px;
    vertical-align: middle;
    display: flex;
    justify-content: space-between;
}
.total_efficiency .percent {
    color: #ff6700;
}
.total_efficiency .percent:after {
    content: "%";
    color: #52616b;
    margin-left: 1px;
    font-size: 13px;
}

/* layout position */
.header-fixed {
    position: fixed;
    width: 100%;
    top: 0;
}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}

/* col-table */
.col-table * {
    font-weight: 500;
}
.col-table > table {
    table-layout: fixed;
    width: 100%;
}
.col-table > table > thead > tr > th {
    font-size: 14px;
    color: #0c81e4;
    background-color: #f0f5f9;
    border: none;
    border-top: 2px solid #c9d6df;
    user-select: none;
    padding: 10px 0;
}
.col-table > table > tbody > tr > td {
    font-size: 14px;
    color: #1e2022;
    padding: 10px 0;
    text-align: center;
    border: none;
    border-bottom: 1px solid #c9d6df;
}
.col-table > table > tbody > tr:hover > td {
    background-color: rgba(255, 254, 221, 0.5);
}

/* 기본 row-table */
.default-row-table * {
    font-family: "Pretendard", sans-serif;
}
.default-row-table table {
    table-layout: fixed;
    width: 100%; /*border:1px solid #C9D6DF;border-top:2px solid #C9D6DF;border-bottom:1px solid #C9D6DF;*/
    border-collapse: collapse;
}
.default-row-table tbody tr.pallet {
    border-top: 2px solid #c9d6df;
}
.default-row-table tbody th {
    position: relative;
    font-size: 15px;
    line-height: 15px;
    color: #2f3039;
    border: 1px solid #c9d6df;
    background: #f0f5f9;
    padding: 8px 2px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    text-indent: -10px;
}
.default-row-table tbody th:before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    vertical-align: middle;
    margin-right: 5px;
}
.default-row-table tbody td {
    font-size: 15px;
    line-height: 15px;
    color: #2f3039;
    border: 1px solid #c9d6df;
    background: #f5f5f5;
    padding: 5px 10px !important;
    height: 30px;
    text-align: center !important;
    vertical-align: middle;
}
.default-row-table tbody td:first-child {
   border-left: unset;
}
.default-row-table tbody td:last-child {
    border-right: unset;
 }
.default-row-table tbody td input {
    height: 33px;
    padding: 0 5px;
    font-size: 13px;
    width: 200px;
}
.default-row-table tbody td input + input {
    margin-left: 10px;
}
.default-row-table tbody td select {
    height: 32px;
    padding: 0 5px;
    font-size: 13px;
    width: 200px;
    
}
.default-row-table tbody td.inp-pallet input {
    width: 40px;
}
.default-row-table tbody td .inp {
    margin-right: 25px;
    height: 33px;
}
.default-row-table tbody td .inp b {
    line-height: 30px;
}
.default-row-table tbody td .inp:last-child {
    margin-right: 0;
}
.default-row-table + .row-table {
    margin-top: 30px;
}
th.required:after {
    content: "*";
    color: #d35663;
    display: inline-block;
    position: relative;
    left: 14px;
    vertical-align: sub;
}

/* input-small row-table */
.row-table * {
    font-family: "Pretendard", sans-serif;
}
.row-table table {
    table-layout: fixed;
    width: 100%;
    border: 1px solid #c9d6df;
    border-top: 2px solid #c9d6df;
    border-bottom: 2px solid #c9d6df;
    border-collapse: collapse;
}
.row-table tbody tr.pallet {
    border-top: 2px solid #c9d6df;
}
.row-table tbody th {
    position: relative;
    font-size: 16px;
    line-height: 15px;
    color: #2f3039;
    border: 1px solid #c9d6df;
    background: #f0f5f9;
    padding: 8px 2px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    text-indent: -10px;
}
.row-table tbody th:before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    vertical-align: middle;
    margin-right: 5px;
}
.row-table tbody td {
    font-size: 16px;
    line-height: 15px;
    color: #2f3039;
    border: 1px solid #c9d6df;
    background: #f5f5f5;
    padding: 5px 8px;
    height: 50px;
    text-align: left;
    vertical-align: middle;
}
.row-table tbody td input {
    height: 37px;
    padding: 0 5px;
    font-size: 14px;
    width: 240px;
}
.row-table tbody td input + input {
    margin-left: 10px;
}
.row-table tbody td select {
    /* height: 20px; */
    padding: 0 5px;
    font-size: 13px;
    width: 140px;
}
.row-table tbody td select:first-child {
    margin-right: 4px;
}
.row-table tbody td select + select {
    margin-right: 4px;
}
.row-table tbody td.inp-pallet input {
    width: 40px;
}
.row-table tbody td .inp {
    margin-right: 25px;
}
.row-table tbody td .inp:last-child {
    margin-right: 0;
}
.row-table + .row-table {
    margin-top: 30px;
}
.row-table-div {
    width: 100%;
    height: 80px;
    border: 2px solid #c9d6df;
    border-collapse: collapse;
    background: #f5f5f5;
    margin-top: 25px;
    font-size: 16px;
}
.type-div {
    width: 100%;
    height: 405px;
    overflow-x: unset;
    overflow-y: scroll;
    border: 2px solid #c9d6df;
    border-collapse: collapse;
    background: #f5f5f5;
    font-size: 16px;
    padding: 20px;
}
.type-div ul {
    margin-bottom: 20px;
}
.type-div ul:last-child {
    margin-bottom: unset;
}
/* input-smallX w-row-table */
.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 #c9d6df;
    border-bottom: 2px solid #c9d6df;
    border-collapse: collapse;
}
.w-row-table tbody tr.pallet {
    border-top: 2px solid #c9d6df;
}
.w-row-table tbody th {
    position: relative;
    font-size: 16px;
    line-height: 15px;
    color: #2f3039;
    border: 1px solid #c9d6df;
    background: #f0f5f9;
    padding: 8px 24px;
    height: 50px;
    text-align: left;
    vertical-align: middle;
    font-weight: 400;
    text-indent: -10px;
}
.w-row-table tbody th:before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    vertical-align: middle;
    margin-right: 5px;
}
.w-row-table tbody td {
    font-size: 16px;
    line-height: 15px;
    color: #2f3039;
    border: 1px solid #c9d6df;
    background: #f5f5f5;
    padding: 5px 8px;
    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 {
    /* height: 20px; */
    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;
}
/* 회원가입 Table */
.member-table * {
    font-family: "Pretendard", sans-serif;
}
.member-table table {
    table-layout: fixed;
    width: 100%;
    border: 1px solid #c9d6df;
    border-top: 2px solid #c9d6df;
    border-bottom: 2px solid #c9d6df;
    border-collapse: collapse;
}
.member-table tbody tr.pallet {
    border-top: 2px solid #c9d6df;
}
.member-table tbody th {
    position: relative;
    font-size: 16px;
    line-height: 15px;
    color: #2f3039;
    border: 1px solid #c9d6df;
    background: #f0f5f9;
    padding: 8px 24px;
    height: 60px;
    text-align: left;
    vertical-align: middle;
    font-weight: 400;
    text-indent: -10px;
}
.member-table tbody th:before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    vertical-align: middle;
    margin-right: 5px;
}
.member-table tbody td {
    font-size: 16px;
    line-height: 15px;
    color: #2f3039;
    border: 1px solid #c9d6df;
    padding: 5px 8px;
    height: 60px;
    text-align: left;
    vertical-align: middle;
}
.member-table tbody td input {
    height: 40px;
    padding: 0 5px;
    font-size: 14px;
    width: 300px;
}
.member-table tbody td input + input {
    margin-left: 10px;
}
.member-table tbody td select {
    /* height: 20px; */
    padding: 0 5px;
    font-size: 13px;
    width: 140px;
}
.member-table tbody td select:first-child {
    margin-right: 4px;
}
.member-table tbody td select + select {
    margin-right: 4px;
}
.member-table tbody td.inp-pallet input {
    width: 40px;
}
.member-table tbody td .inp {
    margin-right: 25px;
}
.member-table tbody td .inp:last-child {
    margin-right: 0;
}
.pw_content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: -1px;
    color: #6c757d;
    margin-top: 8px;
}
.member-table .fb-tel input {
    flex: 0 1 143px;
    max-width: 143px;
    height: 40px;
}
.member-table .fb-email input {
    flex: 0 1 180px;
    max-width: 180px;
    height: 40px;
}
.member-table .select > .trigger {
    width: 150px;
    height: 40px;
}
.btn-member {
    width: 400px;
    height: 60px;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    background: #0159a9;
}
.member_content p {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
    text-align: center;
}
.member_content p span {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -1px;
    color: #4e5d6c;
    text-align: center;
}

/* 입력정보관리 페이지상단 선택정보 조회 폼 */
.info-wrap {
    background: #fff;
    border-top: 1px solid #9cb1bf;
    border-bottom: 1px solid #9cb1bf;
    margin-top: 17px;
    align-items: center;
}
.info-wrap + .info-wrap {
    margin-top: 0;
    border-top: 0;
}
.info-wrap .info-title {
    background: #f5f7fa;
    color: #0c81e4;
    font-size: 15px;
    font-weight: 600;
    line-height: 43px;
    min-width: 120px;
    text-align: center;
}
.info-wrap .info-title.black {
    color: #52616b;
}
.info-wrap .info-select {
    padding: 5px 6px;
}
.info-wrap .info-select select {
    height: 33px;
    line-height: 1.5;
    padding: 0 10px;
    min-width: 200px;
    background-image: url("../img/icon/select_down_btn.png");
    background-size: 36px 36px;
    background-position: right center;
}
/* .info-wrap .info-select.select-sm select {min-width: 110px;} */
.info-wrap .info-select input[type="text"] {
    width: 200px;
    padding: 0 10px;
}
.info-wrap .info-select select + button,
.info-wrap .info-select input + button {
    margin-left: 4px;
}
.info-wrap button + button {
    margin-left: 5px !important;
}

/* 페이지상단 셋팅테이블 */
.info-wrap.info-table {
    border: 0;
    table-layout: fixed;
    max-width: 1850px;
}
.info-wrap.info-table select {
    height: 33px;
    line-height: 1.5;
    padding: 0 10px;
    min-width: 200px;
    background-image: url("../img/icon/select_down_btn.png");
    background-size: 36px 36px;
    background-position: right center;
}
.info-wrap.info-table input[type="text"],
.info-wrap.info-table input[type="number"] {
    width: 200px;
    padding: 0 10px;
    font-size: 13px;
}
.info-wrap.info-table .inp-group select {
    min-width: 160px;
}
.info-wrap.info-table .inp-group input[type="text"],
.info-wrap.info-table .inp-group input[type="number"] {
    width: 70px;
}
.info-wrap.info-table table {
    border-collapse: collapse;
    border-top: 1px solid #9cb1bf;
    table-layout: fixed;
}
.info-wrap.info-table table tr {
    border-bottom: 1px solid #9cb1bf;
}
.info-wrap.info-table table th {
    padding: 8px;
    background: #f5f7fa;
    color: #0c81e4;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    word-break: keep-all;
}
.info-wrap.info-table table th {
    border: 1px solid #9cb1bf;
}
.info-wrap.info-table table th:nth-child(1) {
    border-left: 0;
}
.info-wrap.info-table table td {
    padding: 5px 6px;
}
.info-wrap.info-table table td {
    border-left: 1px solid #9cb1bf;
}
.info-wrap .info-subTitle {
    font-weight: 600;
    color: #52616b;
    min-width: 60px;
    font-size: 14px;
}
.info-wrap .info-subTitle:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #52616b;
    vertical-align: middle;
    margin-right: 3px;
}
@media (max-width: 1750px) {
    .info-wrap.info-table select {
        min-width: 100%;
    }
    .info-wrap.info-table input[type="text"],
    .info-wrap.info-table input[type="number"] {
        width: 100%;
        padding: 0 10px;
        font-size: 13px;
    }
    .info-wrap.info-table input[type="text"].addon_btn,
    .info-wrap.info-table input[type="number"].addon_btn {
        width: 68%;
        padding: 0 10px;
        font-size: 13px;
    }
    .info-wrap.info-table .inp-group select {
        min-width: 68%;
    }
    .info-wrap.info-table .inp-group input[type="text"],
    .info-wrap.info-table .inp-group input[type="number"] {
        width: 30%;
    }
}

/* 테이블 구역 */
.table-header-wrap {
    align-items: center;
}
.table-content-wrap {
    max-width: 1855px;
    align-items: center;
}
table.main-datatable {
    display: none;
}

/* tab 컨텐츠 레이아웃 */
.tab-content-wrap > .tab-group {
    border-bottom: 4px solid #e1e7eb;
    text-align: center;
    color: #5a607f;
    user-select: none;
}
.tab-content-wrap > .tab-group > ul {
    min-height: 25px;
    border-bottom: 0px solid #e1e7eb;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.tab-content-wrap > .tab-group > ul > li {
    float: left;
    font-size: 14px;
    position: relative;
    display: block;
    padding: 2px 16px;
    color: #292929;
    background: #fff;
    border-radius: 7px 7px 0 0;
    border: 1px solid #dee0eb;
    border-bottom: 0;
    /* width: 157px; */
    height: 46px;
    cursor: pointer;
    transition: all 0.1s;
}
.tab-content-wrap > .tab-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;} */
.tab-content-wrap > .tab-group > ul > li > a {
    padding-right: 10px;
}
.tab-content-wrap > .tab-group > ul > li:nth-child(1) > a {
    padding: 0;
}
.tab-content-wrap > .tab-group > ul.tabs.no-close > li > a {
    padding: 0;
}
.tab-content-wrap > .tab-group > ul > li > i.tab-close {
    content: "";
    display: inline-block;
    background: url("../img/icon/tab-ico-close.png") center center no-repeat;
    width: 16px;
    height: 16px;
    margin: 10px 0px 0 4px;
    cursor: pointer;
    top: 3px;
    left: 4px;
    position: inherit;
}
.tab-content-wrap > .tab-group > ul > li.active {
    color: #fff;
    font-weight: 500;
    background: #0159a9;
}
.tab-content-wrap > .tab-group > ul > li + li {
    margin-left: 1px;
}
.tab-content-wrap > .tab-content {
    background: #fff;
    padding: 0;
}
.tab-content-wrap > .tab-content > .btn-group {
    margin-right: 5px;
}

/* 모달 레이아웃 */
@keyframes fadeIn {
    0% {
        background: transparent;
    }
    100% {
        background: rgba(47, 47, 47, 0.5);
    }
}
.modal {
	position: fixed;
	inset: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(47, 47, 47, 0.5);
	animation: fadeIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal.show {
	display: block;
}
.modal > .modal_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	border-radius: 10px;
	height: auto;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 2px 3px 0 rgba(156, 177, 191, 0.15);
	transform: translateX(-50%) translateY(-50%);
}
.modal > .modal_wrap > .modal_header {
    background-color: #584CC6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 80px;
    margin-bottom: 24px;
}
.modal > .modal_wrap > .modal_header > .modal_title {
	text-align: start;
	padding: 30px 20px 15px;
	color: white;
	font-family: "Pretendard";
	font-size: 27px;
	font-weight: 700;
	letter-spacing: -1px;
	user-select: none;
    text-align: center;
}
.modal > .modal_wrap > .modal_header > .modal_close {
	padding: 12px 20px 12px;
	color: #7e84a3;
	font-size: 30px;
	font-weight: 600;
	cursor: pointer;
}
.modal > .modal_wrap > .modal_header > .modal_btn_group {
}
.modal > .modal_wrap > .modal_content {
	color: #182941;
	padding: 0 25px 20px 25px;
}
.modal > .modal_wrap > .modal_content > .desc {
	text-align: right;
}
.modal > .modal_wrap > .modal_content .modal-input-group {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: flex-start;
}
.modal > .modal_wrap > .modal_content .modal-input-group + .modal-input-group {
	margin-top: 15px;
}
.modal > .modal_wrap > .modal_content .modal-input-group > label {
	width: 120px;
	color: #4688f7;
	user-select: none;
}
.modal > .modal_wrap > .modal_content .modal-input-group > input {
	width: 200px;
}
.modal > .modal_wrap > .modal_content .modal-input-group > .file-input-group {
	position: relative;
}
.modal > .modal_wrap > .modal_content .modal-input-group > .file-input-group > .upload-name {
	background-color: #fafafa;
	width: 367px;
}
.modal > .modal_wrap > .modal_content .modal-input-group > .file-input-group > input[type="file"] {
	position: absolute;
	width: 0;
	height: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
}
.modal > .modal_wrap > .modal_content .modal-input-group > .file-input-group > label.file-label {
	position: absolute;
	right: 1px;
	top: 1px;
	display: inline-block;
	content: "";
	background: url("../img/icon/file_btn.png") center center no-repeat;
	width: 31px;
	height: 31px;
}
.modal > .modal_wrap > .modal_content .modal-input-group > .file-input-group + button {
	margin-left: 5px;
}
.modal > .modal_wrap > .modal_content > .table-wrap {
	display: flex;
	justify-content: space-between;
}
.modal > .modal_wrap > .modal_content > .table-wrap > .table-content-wrap {
	border: 1px solid #c9d6df;
	padding: 10px 0 0 0;
}
.modal > .modal_wrap > .modal_content > .table-wrap > .table-content-wrap > .title {
	color: #52616b;
	font-size: 16px;
	padding-bottom: 10px;
}
.modal > .modal_wrap > .modal_content > .table-wrap > .table-content-wrap.col {
	border: 1px solid #c9d6df;
	padding: 20px;
}
.modal > .modal_wrap > .modal_content > .table-wrap > .table-content-wrap.col > .title {
	color: #0c81e4;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 10px;
}
.modal > .modal_wrap > .madal_footer {
	margin-top: 10px;
	text-align: center;
}
.modal > .modal_wrap > .modal_footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	user-select: none;
}
.modal > .modal_wrap > .modal_footer > .btn-group {
	display: flex;
	justify-content: center;
}
.modal > .modal_wrap > .modal_footer > .btn-group > button {
	margin: 10px 0;
}
.cancel {
	background: url("../img/icon/icon-close-gray.png") center center no-repeat;
	display: inline-block;
	width: 32px;
	height: 36px;
	min-width: 35px;
	border: none;
}
.modalBtn {
	width: 160px;
	height: 40px;
}
a.delLineA {
    text-decoration: line-through;
    color: #c0c0c0;
    cursor: text;
}

/* 사이드 modal */
.side_modal {
	/* position: fixed;
	inset: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(47, 47, 47, 0.5);
	animation: fadeIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; */
}
.side_modal_overlay {
    position: fixed;
    inset: 0;
    /* z-index: 999; */
    background-color: rgba(47, 47, 47, 0.5);
    animation: fadeIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    left: 180px;
}
.side_modal.show {
	display: block;
}
.side_modal > .side_modal_wrap {
    position: fixed;
    float: left;
    top: 60px;
    z-index: 999;
    left: -756px;
    width: 756px;
    height: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 2px 3px 0 rgba(156, 177, 191, 0.15);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 0;
}
.side_modal > .side_modal_wrap > .side_modal_header > .side_modal_title {
	text-align: start;
	padding: 40px 40px 14px;
	color: #292929;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: -1px;
	user-select: none;
}
.side_modal > .side_modal_wrap > .side_modal_header > .side_modal_close {
	padding: 30px;
	font-size: 30px;
	font-weight: 600;
	cursor: pointer;
}
.side_modal > .side_modal_wrap > .side_modal_header > .side_modal_close2 {
	padding: 30px;
	font-size: 30px;
	font-weight: 600;
	cursor: pointer;
}
.side_modal > .side_modal_wrap > .side_modal_header > .side_Dispatch_modal_close {
	padding: 30px;
	font-size: 30px;
	font-weight: 600;
	cursor: pointer;
}

.side_modal > .side_modal_wrap > .side_modal_header > .side_modal_btn_group {
}
.side_modal > .side_modal_wrap > .side_modal_content {
	color: #182941;
	/* padding: 0 40px 20px 40px; */
    padding: 0px 18px 20px 40px;

}
.side_modal > .side_modal_wrap > .side_modal_content > .desc {
	text-align: right;
}
.side_modal > .side_modal_wrap > .side_modal_content .side_modal-input-group {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: flex-start;
}
.side_modal > .side_modal_wrap > .side_modal_content .side_modal-input-group + .side_modal-input-group {
	margin-top: 15px;
}
.side_modal > .side_modal_wrap > .side_modal_content .side_modal-input-group > label {
	width: 120px;
	color: #4688f7;
	user-select: none;
}
.side_modal > .side_modal_wrap > .side_modal_content .side_modal-input-group > input {
	width: 200px;
}
.side_modal > .side_modal_wrap > .side_modal_content .side_modal-input-group > .file-input-group {
	position: relative;
}
.side_modal > .side_modal_wrap > .side_modal_content .side_modal-input-group > .file-input-group > .upload-name {
	background-color: #fafafa;
	width: 367px;
}
.side_modal > .side_modal_wrap > .side_modal_content .side_modal-input-group > .file-input-group > input[type="file"] {
	position: absolute;
	width: 0;
	height: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
}
.side_modal > .side_modal_wrap > .side_modal_content .side_modal-input-group > .file-input-group > label.file-label {
	position: absolute;
	right: 1px;
	top: 1px;
	display: inline-block;
	content: "";
	background: url("../img/icon/file_btn.png") center center no-repeat;
	width: 31px;
	height: 31px;
}
.side_modal > .side_modal_wrap > .side_modal_content .side_modal-input-group > .file-input-group + button {
	margin-left: 5px;
}
.side_modal > .side_modal_wrap > .side_modal_content > .table-wrap {
	display: flex;
	justify-content: space-between;
}
.side_modal > .side_modal_wrap > .side_modal_content > .table-wrap > .table-content-wrap {
	border: 1px solid #c9d6df;
	padding: 10px 0 0 0;
}
.side_modal > .side_modal_wrap > .side_modal_content > .table-wrap > .table-content-wrap > .title {
	color: #52616b;
	font-size: 16px;
	padding-bottom: 10px;
}
.side_modal > .side_modal_wrap > .side_modal_content > .table-wrap > .table-content-wrap.col {
	border: 1px solid #c9d6df;
	padding: 20px;
}
.side_modal > .side_modal_wrap > .side_modal_content > .table-wrap > .table-content-wrap.col > .title {
	color: #0c81e4;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 10px;
}
.side_modal > .side_modal_wrap > .madal_footer {
	margin-top: 10px;
	text-align: center;
}
.side_modal > .side_modal_wrap > .side_modal_footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	user-select: none;
}
.side_modal > .side_modal_wrap > .side_modal_footer > .btn-group {
	display: flex;
	justify-content: center;
}
.side_modal > .side_modal_wrap > .side_modal_footer > .btn-group > button {
	margin: 10px 0;
}
.cancel {
	background: url("../img/icon/icon-close-gray.png") center center no-repeat;
	display: inline-block;
	width: 32px;
	height: 36px;
	min-width: 35px;
	border: none;
}
.side_modalBtn {
	width: 160px;
	height: 40px;
}
a.delLineA {
    text-decoration: line-through;
    color: #c0c0c0;
    cursor: text;
}

/* D3 MAP */
.map-wrap {
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1)
        both;
    animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* 로딩 */
.loading-container {
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.2);
    inset: 0;
    overflow-x: hidden;
    transition: background-color 0.1s;
    text-align: center;
    user-select: none;
    display: none;
}
.loading-container .loading-card {
    position: relative;
    top: calc((50% - 100px));
    margin: auto;
    width: 400px;
    min-height: 200px;
    background: #fff;
    padding: 20px;
    border: 1px solid #9cb1bf;
}

.loading-container .loading-card .spinner {
    content: "";
    display: block;
    animation: rotate 2s linear infinite;
    transform: translateZ(0);
    background: url("../img/icon/refresh-icon.svg") center center no-repeat;
    background-size: 35px;
    width: 100px;
    height: 100px;
    margin: auto;
}

.loading-container .loading-card p {
    color: #0c81e4;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -1px;
    text-shadow: 0px 1px rgba(255, 255, 255, 0.4);
}
.loading-container .loading-card p .desc {
    color: #5c6373;
    font-size: 14px;
}

.loading-container .loading-card .line-wrap {
    display: block;
    width: 100px;
    height: 100px;
    padding: 30px 0;
    margin: auto;
}
.loading-container .loading-card .line-group {
}
.loading-container .loading-card .line {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 30px;
    background-color: #0c81e4;
    margin: 0 2px;
}
.loading-container .loading-card .line:nth-last-child(1) {
    animation: loading 0.6s 0.1s linear infinite;
}
.loading-container .loading-card .line:nth-last-child(2) {
    animation: loading 0.6s 0.2s linear infinite;
}
.loading-container .loading-card .line:nth-last-child(3) {
    animation: loading 0.6s 0.3s linear infinite;
}
.loading-container .loading-card .line:nth-last-child(4) {
    animation: loading 0.6s 0.4s linear infinite;
}

/* 보고서 */
.report-area {
    font-family: "Pretendard", "Pretendard";
    line-height: 2;
    letter-spacing: normal;
    width: 694px;
    padding: 0px;
    margin: auto;
}
.report-area .report-header {
    font-size: 15pt;
    font-weight: 500;
}
.report-area .report-chart-area {
    height: 250px;
    border: 1px solid #1e2022;
    font-size: 12pt;
}
.report-area .report-table-area {
    font-family: "Pretendard";
    margin: 10pt 0;
    line-height: 1.4;
}
.report-area .report-desc-area {
    padding: 1.5rem;
    font-family: "Pretendard";
    font-weight: 600;
    font-size: 12pt;
    letter-spacing: -1.5px;
    border: 1px solid #d2dde4;
    background: #f4f4f4;
}
.report-area .report-desc-area span.underline {
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-thickness: 2px;
    color: #0f93ef;
}

/* 보고서 테이블 스타일1 */
.report-col-table1 * {
    font-family: "Pretendard";
    font-weight: 400;
}
.report-col-table1 > table {
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-right: 1px solid #1e2022;
    border-bottom: 1px solid #1e2022;
    page-break-inside: auto;
}
.report-col-table1 > table tr {
    page-break-inside: avoid;
    page-break-after: auto;
}
.report-col-table1 > table > thead {
    border-bottom: double #1e2022 4px;
    display: table-header-group;
}
.report-col-table1 > table > thead > tr > th {
    font-size: 12pt;
    font-weight: 600;
    color: #1e2022;
    background-color: #e2f4fd;
    border-top: 1px solid #1e2022;
    border-left: 1px solid #1e2022;
}
.report-col-table1 > table > tbody > tr > td {
    font-size: 13pt;
    color: #1e2022;
    text-align: center;
    border-top: 1px solid #1e2022;
    border-left: 1px solid #1e2022;
}
/* .report-col-table1 > table > thead > tr > th + th,
.report-col-table1 > table > tbody > tr > td + td {border-left: 0;}
.report-col-table1 > table > thead > tr + tr > th,
.report-col-table1 > table > tbody > tr + tr > td {border-top: 0;} */
/* .report-col-table1 > table > tbody > tr > td:nth-child(1) {letter-spacing: 10px; padding-left: 10px;} */

/* 보고서 테이블 스타일2 */
.report-col-table2 * {
    font-family: "함초롱돋움", "MalgunGothic";
    font-weight: 400;
}
.report-col-table2 > table {
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-right: 1px solid #1e2022;
    border-bottom: 1px solid #1e2022;
    page-break-inside: avoid;
    page-break-after: auto;
}
/* .report-col-table2 > table tr {page-break-inside:avoid;} */
.report-col-table2 > table > thead {
    display: table-header-group;
}
.report-col-table2 > table > thead > tr > th {
    font-size: 10pt;
    color: #1e2022;
    background-color: #dbdbdb;
    border-top: 1px solid #1e2022;
    border-left: 1px solid #1e2022;
}
.report-col-table2 > table > tbody > tr > td {
    font-size: 10pt;
    color: #1e2022;
    text-align: center;
    border-top: 1px solid #1e2022;
    border-left: 1px solid #1e2022;
    padding: 5px 0;
}

/* css 수정(정남진) */
.report-header {
    margin-bottom: 15px;
    height: 55px;
    border-bottom: 3px solid #9cb1bf;
}
.report-header div:nth-child(1) {
    padding-top: 2px;
    width: 80%;
    float: left;
    font-size: 18pt;
    font-weight: 700;
}
.report-header div:nth-child(2) {
    padding-top: 17px;
    width: 20%;
    float: left;
}
.report-header div:nth-child(2) > img {
    max-width: 100%;
}

.report-col-table1 {
    border-top: 2px solid #0c81e4;
    text-align: center;
    vertical-align: middle;
    border-collapse: collapse;
    border-spacing: 0;
}

.report_table_1 > thead > tr > th {
    padding-bottom: 5px;
    line-height: 1.4;
    color: #000 !important;
    border: 1px solid #9cb1bf !important;
}
.report_table_1 > thead > tr:nth-child(1) > th {
    background: #ecedf4 !important;
}
.report_table_1 > thead > tr:nth-child(2) > th {
    background: #d1eaff !important;
}
.report_table_1 > thead > tr:nth-child(3) > th {
    background: #f0f5f9 !important;
}

.report-title {
    margin-top: 30px;
    font-size: 13pt;
    color: #0f93ef;
    font-weight: 700;
}
.underline {
    /* text-decoration: none !important; */
    text-decoration: underline;
    cursor: pointer;
}
.airilft-sell > tr > td {
    padding-bottom: 5px !important;
    line-height: 1.4 !important;
    border: 1px solid #9cb1bf !important;
}

.report_table_2 > thead > tr > th {
    padding-bottom: 5px;
    line-height: 1.4;
    color: #000 !important;
    border: 1px solid #9cb1bf !important;
}
.report_table_2 > thead > tr:nth-child(1) > th {
    background: #ecedf4 !important;
}
.report_table_2 > tbody > tr > td {
    padding-bottom: 5px !important;
    line-height: 1.4 !important;
    border: 1px solid #9cb1bf !important;
}

.report_table_3 > thead > tr > th {
    padding-bottom: 5px;
    line-height: 1.4;
    color: #000 !important;
    border: 1px solid #9cb1bf !important;
}
.report_table_3 > thead > tr:nth-child(1) > th {
    background: #ecedf4 !important;
}
.report_table_3 > thead > tr:nth-child(2) > th {
    background: #d1eaff !important;
}
.report_table_3 > tbody > tr > td {
    padding-bottom: 5px !important;
    line-height: 1.4 !important;
    border: 1px solid #9cb1bf !important;
}

.report_table_4 > thead > tr > th {
    padding-bottom: 5px;
    line-height: 1.4;
    color: #000 !important;
    border: 1px solid #9cb1bf !important;
}
.report_table_4 > tbody > tr > td {
    padding-bottom: 5px !important;
    line-height: 1.4 !important;
    border: 1px solid #9cb1bf !important;
}

.report_table_5 > thead > tr > th {
    padding-bottom: 5px;
    line-height: 1.4;
    color: #000 !important;
    border: 1px solid #9cb1bf !important;
}
.report_table_5 > tbody > tr > td {
    padding-bottom: 5px !important;
    line-height: 1.4 !important;
    border: 1px solid #9cb1bf !important;
}

.report_table_6 > thead > tr > th {
    padding-bottom: 5px;
    line-height: 1.4;
    color: #000 !important;
    border: 1px solid #9cb1bf !important;
}
.report_table_6 > thead > tr:nth-child(1) > th {
    background: #ecedf4 !important;
}
.report_table_6 > thead > tr:nth-child(2) > th {
    background: #d1eaff !important;
}
.report_table_6 > tbody > tr > td {
    padding-bottom: 5px !important;
    line-height: 1.4 !important;
    border: 1px solid #9cb1bf !important;
}

.report_table_7 > thead > tr > th {
    padding-bottom: 5px;
    line-height: 1.4;
    color: #000 !important;
    border: 1px solid #9cb1bf !important;
}
.report_table_7 > thead > tr:nth-child(1) > th {
    background: #ecedf4 !important;
}
.report_table_7 > tbody > tr > td {
    padding-bottom: 5px !important;
    line-height: 1.4 !important;
    border: 1px solid #9cb1bf !important;
}

.report_table_8 > thead > tr > th {
    padding-bottom: 5px;
    line-height: 1.4;
    color: #000 !important;
    border: 1px solid #9cb1bf !important;
}
.report_table_8 > thead > tr:nth-child(1) > th:nth-child(1) {
    background: #ecedf4 !important;
}
.report_table_8 > tbody > tr > td {
    padding-bottom: 5px !important;
    line-height: 1.4 !important;
    border: 1px solid #9cb1bf !important;
}

.report_table_9 > thead > tr > th {
    padding-bottom: 5px;
    line-height: 1.4;
    color: #000 !important;
    border: 1px solid #9cb1bf !important;
}
.report_table_9 > thead > tr:nth-child(1) > th:nth-child(1) {
    background: #ecedf4 !important;
}
.report_table_9 > tbody > tr > td {
    padding-bottom: 5px !important;
    line-height: 1.4 !important;
    border: 1px solid #9cb1bf !important;
}

.report_table_10 > thead > tr > th {
    padding-bottom: 5px;
    line-height: 1.4;
    color: #000 !important;
    border: 1px solid #9cb1bf !important;
}
.report_table_10 > tbody > tr > td {
    padding-bottom: 5px !important;
    line-height: 1.4 !important;
    border: 1px solid #9cb1bf !important;
}

.report_table_12 > thead > tr > th {
    padding-bottom: 5px;
    line-height: 1.4;
    color: #000 !important;
    border: 1px solid #9cb1bf !important;
}
.report_table_12 > thead > tr:nth-child(1) > th {
    background: #ecedf4 !important;
}
.report_table_12 > thead > tr:nth-child(2) > th {
    background: #d1eaff !important;
}
.report_table_12 > tbody > tr > td {
    padding-bottom: 5px !important;
    line-height: 1.4 !important;
    border: 1px solid #9cb1bf !important;
}

.report_table_13 > thead > tr > th {
    padding-bottom: 5px;
    line-height: 1.4;
    color: #000 !important;
    border: 1px solid #9cb1bf !important;
}
.report_table_13 > thead > tr:nth-child(1) > th {
    background: #ecedf4 !important;
}
.report_table_13 > tbody > tr > td {
    padding-bottom: 5px !important;
    line-height: 1.4 !important;
    border: 1px solid #9cb1bf !important;
}

.report_table_13_2 > thead > tr > th {
    padding-bottom: 5px;
    line-height: 1.4;
    color: #000 !important;
    border: 1px solid #9cb1bf !important;
}
.report_table_13_2 > thead > tr:nth-child(1) > th {
    background: #ecedf4 !important;
}
.report_table_13_2 > tbody > tr > td {
    padding-bottom: 5px !important;
    line-height: 1.4 !important;
    border: 1px solid #9cb1bf !important;
}

.report_table_15 > thead > tr > th {
    padding-bottom: 5px;
    line-height: 1.4;
    color: #000 !important;
    border: 1px solid #9cb1bf !important;
}
.report_table_15 > thead > tr:nth-child(1) > th {
    background: #ecedf4 !important;
}
.report_table_15 > tbody > tr > td {
    padding-bottom: 5px !important;
    line-height: 1.4 !important;
    border: 1px solid #9cb1bf !important;
}

.report_table_17 > thead > tr > th {
    padding-bottom: 5px;
    line-height: 1.4;
    color: #000 !important;
    border: 1px solid #9cb1bf !important;
}
.report_table_17 > thead > tr:nth-child(1) > th {
    background: #ecedf4 !important;
}
.report_table_17 > tbody > tr > td {
    padding-bottom: 5px !important;
    line-height: 1.4 !important;
    border: 1px solid #9cb1bf !important;
}

.report_table_18 > thead > tr > th {
    padding-bottom: 5px;
    line-height: 1.4;
    color: #000 !important;
    border: 1px solid #9cb1bf !important;
}
.report_table_18 > thead > tr:nth-child(1) > th {
    background: #ecedf4 !important;
}
.report_table_18 > tbody > tr > td {
    padding-bottom: 5px !important;
    line-height: 1.4 !important;
    border: 1px solid #9cb1bf !important;
}

.report_table2_2 > thead > tr > th {
    padding-bottom: 5px;
    line-height: 1.4;
    color: #000 !important;
    border: 1px solid #9cb1bf !important;
}
.report_table2_2 > thead > tr:nth-child(1) > th {
    background: #ecedf4 !important;
}
.report_table2_2 > thead > tr:nth-child(2) > th {
    background: #d1eaff !important;
}
.report_table2_2 > tbody > tr > td {
    padding-bottom: 5px !important;
    line-height: 1.4 !important;
    border: 1px solid #9cb1bf !important;
}

.report2_table_6 > thead > tr > th {
    padding-bottom: 5px;
    line-height: 1.4;
    color: #000 !important;
    border: 1px solid #9cb1bf !important;
}
.report2_table_6 > thead > tr:nth-child(1) > th {
    background: #ecedf4 !important;
}
.report2_table_6 > thead > tr:nth-child(2) > th {
    background: #d1eaff !important;
}
.report2_table_6 > tbody > tr > td {
    padding-bottom: 5px !important;
    line-height: 1.4 !important;
    border: 1px solid #9cb1bf !important;
}

.report2_table_7 > thead > tr > th {
    padding-bottom: 5px;
    line-height: 1.4;
    color: #000 !important;
    border: 1px solid #9cb1bf !important;
}
.report2_table_7 > thead > tr:nth-child(1) > th {
    background: #ecedf4 !important;
}
.report2_table_7 > thead > tr:nth-child(2) > th {
    background: #d1eaff !important;
}
.report2_table_7 > tbody > tr > td {
    padding-bottom: 5px !important;
    line-height: 1.4 !important;
    border: 1px solid #9cb1bf !important;
}

.report2_table_1 > thead > tr > th {
    padding-bottom: 5px;
    line-height: 1.4;
    color: #000 !important;
    border: 1px solid #9cb1bf !important;
}
.report2_table_1 > thead > tr:nth-child(1) > th {
    background: #ecedf4 !important;
}
.report2_table_1 > thead > tr:nth-child(2) > th {
    background: #d1eaff !important;
}
.report2_table_1 > tbody > tr > td {
    padding-bottom: 5px !important;
    line-height: 1.4 !important;
    border: 1px solid #9cb1bf !important;
}

.report2_table_10 > thead > tr > th {
    padding-bottom: 5px;
    line-height: 1.4;
    color: #000 !important;
    border: 1px solid #9cb1bf !important;
}
.report2_table_10 > thead > tr:nth-child(1) > th {
    background: #ecedf4 !important;
}
.report2_table_10 > thead > tr:nth-child(2) > th {
    background: #d1eaff !important;
}
.report2_table_10 > tbody > tr > td {
    padding-bottom: 5px !important;
    line-height: 1.4 !important;
    border: 1px solid #9cb1bf !important;
}

.report2_table_9 > thead > tr > th {
    padding-bottom: 5px;
    line-height: 1.4;
    color: #000 !important;
    border: 1px solid #9cb1bf !important;
}
.report2_table_9 > thead > tr:nth-child(1) > th {
    background: #ecedf4 !important;
}
.report2_table_9 > tbody > tr > td {
    padding-bottom: 5px !important;
    line-height: 1.4 !important;
    border: 1px solid #9cb1bf !important;
}

.report2_table_12 > thead > tr > th {
    padding-bottom: 5px;
    line-height: 1.4;
    color: #000 !important;
    border: 1px solid #9cb1bf !important;
}
.report2_table_12 > thead > tr:nth-child(1) > th {
    background: #ecedf4 !important;
}
.report2_table_12 > tbody > tr > td {
    padding-bottom: 5px !important;
    line-height: 1.4 !important;
    border: 1px solid #9cb1bf !important;
}

.report2_table_16 > thead > tr > th {
    padding-bottom: 5px;
    line-height: 1.4;
    color: #000 !important;
    border: 1px solid #9cb1bf !important;
}
.report2_table_16 > thead > tr:nth-child(1) > th {
    background: #ecedf4 !important;
}
.report2_table_16 > thead > tr:nth-child(2) > th {
    background: #d1eaff !important;
}
.report2_table_16 > tbody > tr > td {
    padding-bottom: 5px !important;
    line-height: 1.4 !important;
    border: 1px solid #9cb1bf !important;
}

.report2_table_17 > thead > tr > th {
    padding-bottom: 5px;
    line-height: 1.4;
    color: #000 !important;
    border: 1px solid #9cb1bf !important;
}
.report2_table_17 > thead > tr:nth-child(1) > th {
    background: #ecedf4 !important;
}
.report2_table_17 > thead > tr:nth-child(2) > th {
    background: #d1eaff !important;
}
.report2_table_17 > tbody > tr > td {
    padding-bottom: 5px !important;
    line-height: 1.4 !important;
    border: 1px solid #9cb1bf !important;
}

.report2_table_1_2 > thead > tr > th {
    padding-bottom: 5px;
    line-height: 1.4;
    color: #000 !important;
    border: 1px solid #9cb1bf !important;
}
.report2_table_1_2 > thead > tr:nth-child(1) > th {
    background: #ecedf4 !important;
}
.report2_table_1_2 > thead > tr:nth-child(2) > th {
    background: #d1eaff !important;
}
.report2_table_1_2 > tbody > tr > td {
    padding-bottom: 5px !important;
    line-height: 1.4 !important;
    border: 1px solid #9cb1bf !important;
}

.route_table > thead > tr > th {
    padding-bottom: 5px;
    line-height: 1.4;
    color: #000 !important;
    border: 1px solid #9cb1bf !important;
}
.route_table > tbody > tr > td {
    padding-bottom: 5px !important;
    line-height: 1.4 !important;
    border: 1px solid #9cb1bf !important;
}

.title_report {
    margin-bottom: 15px;
    padding: 0em 0em 0em 0.5em !important;
    font-size: 15pt !important;
    font-weight: 700 !important;
    background: #ecedf4 !important;
    border: none !important;
}
/* .report-area .report-desc-area {padding:1.5rem; font-weight: 600; border:1px solid #d2dde4; background:#f4f4f4;}
.report-area .report-desc-area span.underline {color:#0f93ef;}  -> 기존 클래스에 추가 및 수정*/
/* .report_test_table > thead > tr:nth-child(1) > th {background: #ecedf4!important;} */

/* .pdf_cut {page-break-inside:auto;} */

/* side-menu */
#wrap {
    margin-left: 90px;
    padding-top: 57px;
}
.nav-container {
    position: fixed;
    z-index: 2;
    height: 100vh;
}
.nav-container > ul {
    width: 90px;
    height: 115%;
    background-color: #f2f2f2;
    position: relative;
    padding: 0 !important;
    overflow: visible;
}
.nav-container li {
    padding: 14px 6px 14px 6px;
    width: 100%;
    list-style-type: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.nav-img1 {
    margin-bottom: 4px;
}
.nav-img2 {
    margin-bottom: 4px;
}
.nav-img3 {
    margin-bottom: 4px;
}
.nav-img4 {
    margin-bottom: 4px;
}
.nav-container li > span {
    padding-top: 4px;
    cursor: pointer;
}
.nav_active {
    background-color: #0159a9;
}
.nav_active_span {
    color: #fff;
}
.nav-container > ul > li:hover {
    background-color: #0159a9;
}
.nav-container > ul > li:hover > span {
    color: #fff;
}
.nav-container > ul > li:hover .nav-img1 {
    content: url("../img/side_menu_a1.svg");
}
.nav-container > ul > li:hover .nav-img2 {
    content: url("../img/side_menu_a2.svg");
}
.nav-container > ul > li:hover .nav-img3 {
    content: url("../img/side_menu_a3.svg");
}
.nav-container > ul > li:hover .nav-img4 {
    content: url("../img/side_menu_a4.svg");
}

/* table */
.table-wrap {
    display: flex;
    justify-content: space-between;
}
.table-wrap > .table-content-wrap {
    border: 1px solid #c9d6df;
    padding: 10px 0 0 0;
}
.table-wrap > .table-content-wrap > .title {
    color: #52616b;
    font-size: 16px;
    padding-bottom: 10px;
}
.table-wrap > .table-content-wrap.col {
    border: 1px solid #c9d6df;
    padding: 20px;
}
.table-wrap > .table-content-wrap.col > .title {
    color: #0c81e4;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}
/* 데이터 관리*/
#wrap2 {
    margin-left: 480px;
    padding-top: 57px;
}
.data-nav-container {
    position: fixed;
    z-index: 2;
    width: 400px;
    height: 100vh;
    margin-left: 80px;
    padding-top: 57px;
}

/* treeview */
.tree-menu {
    background: #f7f7f7;
    padding: 65px 0 0 0;
    top: 0;
    bottom: 0;
    height: auto;
    width: 0px;
    -webkit-transition: width 0.05s linear;
    transition: width 0.05s linear;
    -webkit-transform: translateZ(0) scale(1, 1);
    z-index: 1;
    font-family: "Pretendard";
}
.tree-menu.active {
    background: #f7f7f7;
    padding: 65px 0 0 0;
    top: 0;
    bottom: 0;
    height: auto;
    width: 315px;
    -webkit-transition: width 0.05s linear;
    transition: width 0.05s linear;
    -webkit-transform: translateZ(0) scale(1, 1);
    z-index: 1000;
    font-family: "Pretendard";
}
.tree-menu-wrap {
    position: relative;
    height: 100%;
    overflow-y: auto;
}
.tree-menu-content {
    display: flex;
    flex-direction: column;
    padding-top: 5px;
    justify-content: flex-start;
}
.tree-menu ul {
    list-style: none;
    margin-left: 10px;
    display: none;
}
.tree-menu.active ul {
    list-style: none;
    margin-left: 10px;
    display: block;
}
.tree-menu ul:nth-child(1) {
    list-style: none;
}
.tree-menu li {
    outline: 0;
    padding: 3px;
}
.tree-menu li a {
    position: relative;
    display: flex;
    align-items: baseline;
    font-size: 15px;
    line-height: 18px;
    color: #15161a;
    margin: 5px 10px;
}
.tree-menu li a span.label {
    margin-right: 5px;
}
.tree-menu .sidetreecontrol {
    font-size: 13px;
    padding: 5px 15px;
    color: #5c6373;
    display: none;
}
.tree-menu.active .sidetreecontrol {
    font-size: 13px;
    padding: 5px 15px;
    color: #5c6373;
    display: block;
}

.tree-menu .btn-more {
    position: absolute;
    right: -28px;
    top: 65px;
    padding: 10px 10px;
    background: #f7f7f7;
    border-radius: 0 20px 20px 0;
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    color: #5c6373;
    cursor: pointer;
}
.tree-menu .btn-more:before {
    content: "\f105";
}
.tree-menu .btn-more.active:before {
    content: "\f104";
}
.blind {
    visibility: hidden !important;
    position: absolute !important;
    color: transparent !important;
    opacity: 0 !important;
    width: 1px !important;
    height: 1px !important;
    font-size: 1px !important;
    text-indent: -9999px !important;
}

/* .jstree-default .jstree-open > .jstree-ocl {
    background-position: 0 0 !important;
}
.jstree-default .jstree-closed > .jstree-ocl {
    background-position: 0 0 !important;
}
.jstree-default .jstree-leaf > .jstree-ocl {
    background-position: 0 0 !important;
}
.jstree-default .jstree-icon:empty {
    width: 27px !important;
    height: 20px !important;
    line-height: 24px !important;
}
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
    background-image: url("0px.png") !important;
}
.jstree-default .jstree-node {
    margin-top: 10px;
    min-height: 26px !important;
    line-height: 0 !important;
}
.jstree-default .jstree-wholerow-clicked {
    background: #beebff !important;
}

li.jstree-open > a .jstree-icon {
    background: url("../img/icon/ico-file.png") 0 0 no-repeat !important;
}
li.jstree-closed > a .jstree-icon {
    background: url("../img/icon/ico-file.png") 0 0 no-repeat !important;
}
li.jstree-leaf > a .jstree-icon {
    display: none;
    background: url("../img/icon/ico-file.png") 0 0 no-repeat !important;
} */

/* treeMenu */
#treeMenu {
    padding: 20px;
}
#treeMenu li {
    padding: 0px 0px 2px 18px;
    position: relative;
}
#treeMenu li button {
    width: 9px;
    height: 9px;
    border: 0 none;
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    overflow: hidden;
    text-indent: -9999em;
}
.open_icon {
    font-size: 24px;
    font-weight: 500;
    color: #6c757d;
    margin-right: 5px;
}
.forderIcon {
    font-size: 24px;
    font-weight: 500;
    color: #6c757d;
    margin-right: 10px;
}
#treeMenu li:nth-child(4n) {
    padding-left: 20px;
}

/* tab_view table */
.tab-table * {
    font-family: "Pretendard", sans-serif;
}
.tab-table table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}
.tab-table tbody tr {
    border-bottom: 1px solid #c9d6df;
}
.tab-table tbody th {
    position: relative;
    font-size: 16px;
    line-height: 15px;
    color: #2f3039;
    padding: 8px 2px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    text-indent: -10px;
}
.tab-table tbody th:before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    vertical-align: middle;
    margin-right: 5px;
}
.tab-table tbody td {
    font-size: 16px;
    line-height: 15px;
    color: #2f3039;
    padding: 5px 8px;
    height: 50px;
    text-align: left;
    vertical-align: middle;
}

.modal-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 370px;
    height: 250px;
    background: #fff;
    border-radius: 15px;
}

.middle_content {
    padding: 30px;
    height: 200px;
}

.middle_content > h2 {
    margin-bottom: 20px;
    font-size: 20px;
}

.middle_content > input {
    width: 80%;
}

#editCompleteBtn {
    position: absolute;
    bottom: 10px;
    right: 45px;
    background: #007bff;
}

#editCancelBtn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #9cb1bf;
}

/**** navigation menu ****/
input[id*="root"]{
    display:none;
}
input[id*="root"] + label {
    display: flex;
    justify-content: space-between;
    padding: 15px 30px 15px 30px; 
    color: #B9BFD1;
    background:#2F4DA5; 
    cursor:pointer; 
    position: relative;
    font-family: "Pretendard"; 
    font-size: 14px; 
    font-weight: 500;
    border-bottom: 1px solid #142965;
}
input[id*="root"] + label i {
    font-family: "Pretendard"; 
    font-size: 14px; 
    font-weight: 500;
    color: #fff !important;
}
input[id*="root"] + label em{
    position:absolute; 
    top:50%; 
    left: 10px; 
    width: 30px; 
    height: 30px; 
    margin-top: -15px; 
    display: inline-block; 
    background:url("../img/icon/sidedown.png") center center no-repeat;
}
input[id*="root"] + label + ul li {
    max-height:0; 
    transition: all .35s; 
    overflow: hidden; 
    font-family: "Pretendard"; 
    font-size: 14px; 
    font-weight: 500;
    color: #fff !important;
}
input[id*="root"] + label + ul li a{
    display: inline-block; 
    padding: 10px 20px 10px 30px;
    width: 100%;
    color: #B9BFD1;
}
input[id*="root"] + label + ul li a:hover,
input[id*="root"] + label + ul li a.active {
    /* background: #5C6979;
    border-left: 5px solid #0058ff; */
    color: #fff;
}
input[id*="root"]:checked + label + ul li{
    max-height:1000px;
}
input[id*="root"]:checked + label em {
    background-position: 0 -30px; 
    background:url("../img/icon/sideup.png") center center no-repeat;
}
input[id*="root"]:checked + label {
    /* background: #0C81E4; */
    color: #fff;
}

input[id*="sub_menu"]{
    display:none;
}
input[id*="sub_menu"] + label {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px 10px 30px; 
    color: #B9BFD1;
    /* background:#2F4DA5;  */
    cursor:pointer; 
    position: relative;
    font-family: "Pretendard"; 
    font-size: 14px; 
    font-weight: 500;
    border-bottom: 1px solid #142965;
}
input[id*="sub_menu"] + label i {
    font-family: "Pretendard"; 
    font-size: 14px; 
    font-weight: 500;
    color: #fff !important;
}
input[id*="sub_menu"] + label em{
    position:absolute; 
    top:50%; 
    left: 10px; 
    width: 30px; 
    height: 30px; 
    margin-top: -15px; 
    display: inline-block; 
    background:url("../img/icon/sidedown.png") center center no-repeat;
}
input[id*="sub_menu"] + label + ul li {
    max-height:0; 
    transition: all .35s; 
    overflow: hidden; 
    font-family: "Pretendard"; 
    font-size: 14px; 
    font-weight: 500;
    color: #fff !important;
}
input[id*="sub_menu"] + label + ul li a{
    display: inline-block; 
    padding: 5px 20px 10px 40px;
    width: 100%;
    color: #B9BFD1;
}
input[id*="sub_menu"] + label + ul li a:hover,
input[id*="sub_menu"] + label + ul li a.active {
    /* background: #5C6979;
    border-left: 5px solid #0058ff; */
    color: #fff;
}
input[id*="sub_menu"]:checked + label + ul li{
    max-height:1000px;
}
input[id*="sub_menu"]:checked + label em {
    background-position: 0 -40px; 
    background:url("../img/icon/sideup.png") center center no-repeat;
}
input[id*="sub_menu"]:checked + label {
    /* background: #0C81E4; */
    color: #fff;
}

.side{
    position: fixed;
    top: 60px;
    bottom: 0px;
    z-index: 100;
    height: 100%;
    min-width: 180px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px -2px, rgba(0, 0, 0, 0.1) 4px 0px 14px -2px;
    transition: transform 0.2s ease-in-out;
    background: #2F4DA5;
}
.side-container{
    position: relative;
    display: flex;
    flex: 1 1 auto;
    height: 100%;
}
.close_btn{
    width: 100%;
    height: 18px;
    display: flex;
    flex-direction: row-reverse;
}
.close_icon_area{
    position: relative;
    z-index: 10;
    cursor: pointer;
}
.close_icon_area::before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 0px;
    background: rgba(224, 224, 224, 0.3);
    content: "";
}
.close_icon_area::after {
    overflow: hidden;
    display: inline-block;
    font-size: 1px;
    line-height: 1px;
    color: transparent;
    vertical-align: top;
    background-image: url("../img/icon/close.svg");
    width: 18px;
    height: 18px;
    mask-image: none;
    content: "";
}
.close_icon_dash{
    position: relative;
    z-index: 10;
    cursor: pointer;
}
.close_icon_dash::before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 0px;
    background: rgba(224, 224, 224, 0.3);
    content: "";
}
.close_icon_dash::after {
    overflow: hidden;
    display: inline-block;
    font-size: 1px;
    line-height: 1px;
    color: transparent;
    vertical-align: top;
    background-image: url("../img/icon/close_gray.svg");
    background-size: cover;
    width: 18px;
    height: 18px;
    mask-image: none;
    content: "";
}

.open_icon_dash{
    position: relative;
    z-index: 10;
    cursor: pointer;
}
.open_icon_dash::before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 0px;
    background: rgba(224, 224, 224, 0.3);
    content: "";
}
.open_icon_dash::after {
    overflow: hidden;
    display: inline-block;
    font-size: 1px;
    line-height: 1px;
    color: transparent;
    vertical-align: top;
    background-image: url("../img/icon/open_gray.svg");
    background-size: cover;
    width: 15px;
    height: 18px;
    mask-image: none;
    content: "";
}
.close_icon_black{
    position: relative;
    z-index: 10;
    cursor: pointer;
}
.close_icon_black::before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 0px;
    background: rgba(224, 224, 224, 0.3);
    content: "";
}
.close_icon_black::after {
    overflow: hidden;
    display: inline-block;
    font-size: 1px;
    line-height: 1px;
    color: transparent;
    vertical-align: top;
    background-image: url("../img/icon/close_black.svg");
    background-size: 110px 18px;
    background-position: -14px 0px;
    width: 62px;
    height: 18px;
    mask-image: none;
    content: "";
}
.side-info{
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 180px;
    height: 255px;
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-family: "Pretendard"; 
    font-size: 14px; 
    font-weight: 600;
    color: #fff;
    z-index: 4;
}
.side_nav_container{
    position: relative;
    width: 180px;
    height: 100%;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    box-sizing: content-box;
}
.side_nav_container .side_nav {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    /* padding-top: 275px; */
    overflow-y: auto;
    /* margin-top: 255px; */
    margin-bottom: 40px;
    box-sizing: border-box;
}
.side_nav_container .side_nav ul{
    background: #142965;
}

.side_nav_container .side_nav::-webkit-scrollbar { 
    width: 8px;
    height: 4px;
}
.side_nav_container .side_nav::-webkit-scrollbar-track {  
    /* background-color: #4A586A;  */
    background-color: #3E4A5A;
}
.side_nav_container .side_nav::-webkit-scrollbar-thumb { 
    border-radius: 8px; 
    /* background-color: #BBBEC2;  */
    background: linear-gradient(to bottom, #333D4B, #0A0C0F);
}
.side_nav_container .side_nav::-webkit-scrollbar-button { 
    width: 0; 
    height: 0; 
}
.xi_transform{
    transform: rotate(-180deg);
}
.count-amount {
    color: #292929;
    font-family: "Pretendard";
    font-size: 14px;
    font-weight: 500;
    margin: 0 3px;
}
.count{
    font-family: "Pretendard";
    font-size: 14px;
    font-weight: 500;
    color: #7E84A3;
}

/* md-table */
.md-table{
    border-top: 2px solid #333D4B;
}
.md-table > tbody > tr:first-child {
	border-top: 1px solid #d7dbec;
	opacity: 30;
}
.md-table > tbody > tr {
	border-bottom: 1px solid #d7dbec;
	opacity: 30;
}
.md-table > thead > tr > th {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	background: #F2F2F5;
	height: 48px;
	border: 1px solid #d7dbec;
}
.md-table > thead > tr > th:first-child {
	border-left: unset;
}
.md-table > thead > tr > th:last-child {
	border-right: unset;
}
.md-table > tbody > tr > th {
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	background: #F2F2F5;
	height: 65px;
    /* border-right: 1px solid #d7dbec; */
    padding-left: 18px;
}
.md-table > tbody > tr > td {
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	background: #ffffff;
	height: 65px;
	padding: 0px 0px 0px 14px;
}

/* smd-table */
.smd-table{
    border-top: 2px solid #333D4B;
}
.smd-table > tbody > tr:first-child {
	border-top: 1px solid #d7dbec;
	opacity: 30;
}
.smd-table > tbody > tr {
	border-bottom: 1px solid #d7dbec;
	opacity: 30;
}
.smd-table > thead > tr > th {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	background: #f4f4f4;
	height: 38px;
	border: 1px solid #d7dbec;
}
.smd-table > thead > tr > th:first-child, .smd-table > tbody > tr > td:first-child{
	border-left: unset;
}
.smd-table > thead > tr > th:last-child, .smd-table > tbody > tr > td:last-child {
	border-right: unset;
}
.smd-table > tbody > tr > th {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	background: #F2F2F5;
	height: 48px;
    border-right: 1px solid #d7dbec;
    padding-top: 6px;
}
.smd-table > tbody > tr > td {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	background: #ffffff;
	height: 28px;
    border: 1px solid #d7dbec;
}
.smd-table > tbody > tr > td:first-child{
    padding-left: 7px;
}

.side_modal_content::-webkit-scrollbar {
    width: 7px;
    height: 4px;
}
.side_modal_content::-webkit-scrollbar-track {
    background-color: #fff;
}
.side_modal_content::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #8b95a1;
    
}
.side_modal_content::-webkit-scrollbar-button {
    width: 0; 
    height: 0; 
}

.title {
    font-size: 48px;
    font-weight: 700;
    color: #283447;
    margin-bottom: 52px;
  }

  .terms {
    border-top: 2px solid #333D4B;
    margin-bottom: 24px;
  }

  .terms label {
    display: flex;
    align-items: center;
    padding: 18px 48px 18px 24px;
    border-bottom: 1px solid #D6D6DD;
    height: 62px;
    font-size: 22px;
    font-weight: 700;
    color: #000000;
  }

  .terms label p {
    width: 95px;
    text-align: left;
  }

  .terms label span {
    font-size: 18px;
    font-weight: 500;
    color: #8B95A1;
  }

  .terms input[type="checkbox"] {
    margin-right: 24px;
    border-color: #9BA0A9;
    border-radius: 2px;
    width: 16px;
    height: 16px;
  }

  .terms a {
    margin-left: auto;
    color: #7C6FF3;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
  }

  .join-title {
    font-size: 22px;
    font-weight: 700;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #283447;
    text-align: left;
    margin-top: 32px;
  }

  .admin-join-title {
    font-size: 18px;
    font-weight: 700;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #000;
    text-align: left;
    margin-top: 24px;
  }

  .form-section {
    background-color: #FAFAFA;
    padding: 32px;
    border-top: 2px solid #7C6FF3;
  }

  .form-group {
    margin-bottom: 16px;
    align-items: start;
    display: flex;
    flex-direction: column;
  }

  .form-group label {
    display: block;
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 16px;
    color: #283447;
  }

  .form-group input {
    width: 436px;
    height: 50px;
    padding: 10px;
    border: 1px solid #B0B7C1;
    border-radius: 4px;
  }

  .form-group input:focus {
    border: 1px solid #584CC6;
  }

  .inline-button button {
    height: 50px;
    padding: 0px 22px 0px 22px;
    background-color: #93939F;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-left: 13px;
    font-weight: 500;
    font-size: 16px;
  }

  label.required:after {
    content: "*";
    color: #FC5C50;
    display: inline-block;
    position: relative;
    left: 10px;
  }

  

.subTitle {
    font-weight: 700;
    font-size: 34px;
    color: #283447;
    display: block;
    justify-self: start;
}

.bigTitle {
    font-weight: 700;
    font-size: 48px;
    color: #283447;
    display: block;
    justify-self: center;
    margin-top: 36px;
    margin-bottom: 56px;
}

.admin-subTitle {
    font-weight: 700;
    font-size: 27px;
    color: #283447;
    display: block;
    justify-self: start;
}

/* 테이블 */
.admin .tabulator .tabulator-header {
	font-size: 14px !important;
}

.admin .tabulator-row .tabulator-cell {
	font-size: 14px;
}

/* 모바일 부분 css */
.mobile {
    padding: 0 16px;
}

.mobile .form-group input {
    width: 100%;
    height: 44px;
    max-width: 436px;
    padding: 10px;
    border: 1px solid #B0B7C1;
    border-radius: 4px;
}

.mobile .btn-lg-round {
    width: 100%;
    max-width: 436px;
  }

.tabulator {
	position: relative;
    border-bottom: 1px solid #D2D8DD;
    border-left: none;
    border-right: none;
    border-top: none;
	background-color: #888;
	font-size: 14px;
	text-align: left;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}


.tabulator .tabulator-header {
	text-align-last: center;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	border-top: 2px solid #584CC6;
    border-bottom: 1px solid #D2D8DD;
	background-color: #ffffff;
	font-size: 16px;
	color: #283447;
	/* align-content: center; */
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

.tabulator .tabulator-header .tabulator-col {
	display: inline-flex;
	position: relative;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: flex-start;
	border-right: 1px solid #D2D8DD;
	background-color: #F2F2F5;
	text-align: left;
	vertical-align: bottom;
	overflow: hidden;
    height: 48px !important;
	justify-content: center;
}

.tabulator-row .tabulator-cell {
	display: inline-flex;
	position: relative;
	box-sizing: border-box;
	padding: 0 18px;
	border-right: 1px solid #D2D8DD;
    border-bottom: 1px solid #D2D8DD;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 500;
    height: 48px !important;
	justify-content: center;
    flex-direction: column;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
	padding-right: 4px;
}

.tabulator-row .tabulator-cell:last-of-type {
  border-right: none !important;
}

.tabulator .tabulator-header .tabulator-col:last-of-type {
 border-right: none !important;
}

/* 테이블 even 색상 */
.tabulator-row.tabulator-row-even {
	background-color: #FAFAFA;
}

/* 호버될때 */
  .tabulator-row.tabulator-selectable:hover {
    background-color: #E2E4E6;
    cursor: pointer; }

/* 수정 할 때  */
.tabulator-row .tabulator-cell.tabulator-editing {
    border: 2px solid #584CC6;
    outline: none;
    padding: 0; 
}

/* tabel 체크 박스 */
.tabulator-row .tabulator-cell input[type="checkbox"] {
    box-shadow: none;
	border: 1px solid #D2D8DD;
	border-radius: 2px;
	width: 13px;
	height: 13px;
}

.tabulator-row .tabulator-cell input[type="checkbox"]:checked {
	content: " ";
	background: url("../img/icon/icon_check_white.png") center no-repeat;
	background-size: 7px;
	background-color: #7C6FF3;
	box-shadow: none;
	border: 1px solid #D2D8DD;
	border-radius: 2px;
	width: 13px;
	height: 13px;
}

/* 헤더에 체크박스 */
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title input[type="checkbox"]{
    box-shadow: none;
	border: 1px solid #D2D8DD;
	border-radius: 2px;
	width: 13px;
	height: 13px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title input[type="checkbox"]:checked{
	content: " ";
	background: url("../img/icon/icon_check_white.png") center no-repeat;
	background-size: 7px;
	background-color: #7C6FF3;
	box-shadow: none;
	border: 1px solid #D2D8DD;
	border-radius: 2px;
	width: 13px;
	height: 13px;
}

/* 체크 선택 되었을때 */
.tabulator-row.tabulator-selected {
    background-color: rgba(124, 111, 243, 0.15);
}

/* 중간선 */
.hr-line {
  width: 100%;
  height: 1px;
  background-color: #D2D8DD;
  margin: 16px 0; 
}

.search-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #E2E4E6;
    font-family: 'Pretendard', sans-serif;
    justify-content: space-between;
}

.search-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}


.search-label {
  font-weight: 700;
  font-size: 16px;
  color: #283447;
  padding-right: 10px;
}

.mobile-search-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.mobile_search_info input[type="date"] {
    position: relative;
    min-height: 30px;
    padding: 12px 16px;
    border: 1px solid #B0B7C1;
    font-size: 16px;
    color: #000000;
    width: 100%;
    height: 44px;
    border-radius: 4px;
    padding: 12px 16px;
    font-weight: 500;
}

.admin-search-label {
  font-weight: 700;
  font-size: 14px;
  color: #283447;
  padding-right: 12px;
}

.mobile-search-label {
    font-weight: 700;
    font-size: 14px;
    color: #283447;
    padding-right: 12px;
  }

.search-date {
  padding: 12px 16px;
  border: 1px solid #B0B7C1;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  gap: 9px;
}

.admin-search-date {
  padding: 2px 14px;
  border: 1px solid #D6D6DD !important;
  background-color: #fff;
  height: 36px !important; 
  font-size: 14px !important;
  font-weight: 500;
  border-radius: 0px !important;
  gap: 9px;
}

.search-select {
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-width: 120px;
}

/* tab 부분 */
.sidebar {
    width: 180px;
    background: #584CC6;
    float: left;
    height: 96vh;
    padding-top: 24px;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}
.sidebar li {
    padding: 8px 16px;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
    opacity: 0.4;
}

.sidebar li:hover{
	color: #fff;
    opacity: 1.0;
    font-weight: 700;
    text-decoration: underline;
}

.tab-bar {
  display: flex;
  color: white;
}

.tab {
    padding: 10px 15px;
	border-right: 1px solid #4E5968;
    border-left: 1px solid #4E5968;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	align-content: center;
}
.tab.active {
	background: #FAFAFA;
	color: #4E5968;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-top: 4px;
}

.tab-content {
  padding: 20px;
  background: #fff;
  height: auto;
}
.tab-pane {
  display: none;
}

/* 모달 부분 */
.draggableModal {
    position: fixed;  /* <- 이게 핵심입니다 */
    top: 100px;
    left: 100px;
    background: #F2F2F5;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    display: none;
    border-radius: 8px;
    resize: both;
    overflow: hidden;
    min-width: 300px;
    min-height: 400px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
}

.modal-header {
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 24px;
    cursor: move;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header button {
    border: none;
    background: none;
    font-size: 18px;
    cursor: pointer;
}

.modal-body {
    padding: 10px;
    flex: 1 1 auto;
    overflow-y: auto;
    text-align: left;
}
.user-modal-body {
    padding: 10px;
    flex: 1 1 auto;
    overflow-y: auto;
    text-align: left;
}
.modal-section {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
}

.modal-date {
    padding-bottom: 8px;
    text-align: left;
    color: #4E5968;
}

.modal-context {
    padding: 16px 13px; 
    text-align: left;
    background-color: #fff;
    color: #283447;
    border: 1px solid #E2E4E6;
}

.modal-input{
    text-align: left;
    color: #4E5968;
    font-size: 16px;
    font-weight: 600;   
    border-top: 1px solid #E2E4E6;
    background-color: #fff;
    padding: 24px;
    bottom: 0px;
	position: relative;
    flex: 0 0 auto;
}

.modal-input label{
    color: #4E5968;
    font-size: 16px;
    font-weight: 600;
   
}

.modal-input textarea{
    color: #283447;
    font-size: 14px;
    font-weight: 500; 
    border: 1px solid #B0B7C1;
    margin-top: 8px;   
    margin-bottom: 8px; 
    height: 89px;
    padding: 16px 13px;
}

.reply {
    background: #e8f7ef;
    padding: 8px;
    margin-top: 4px;
    border-radius: 4px;
    color: #2e7d32;
}

.reply-input {
    width: 100%;
    padding: 8px;
    margin-top: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

.send-card, .receive-card {
    width: 100%;
    max-width: 380px;
    background-color: #fff;
    border: 1px solid #E2E4E6;
    margin-bottom: 16px;
}

.sender {
    font-size: 16px;
    font-weight: 600;
    color: #283447;
}

.receive-header .sender {
    color: #1B64DA !important;
}

.send-header, .receive-header {
    background-color: #FAFAFA;
    border: 1px solid #E2E4E6;
    padding: 8px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.send-header .time,
.receive-header .time {
    color: #8B95A1;
    font-size: 14px;
    font-weight: 500;
    margin-left: 8px;
}

.send-message {
    color: #283447;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 16px;
    background-color: #fff;
}

.receive-message {
    background-color: #DDEBFC;
    padding: 16px 24px;
    color: #333D4B;
    font-size: 16px;
    font-weight: 500;
}

.receive-message span {
    color: #1B64DA !important;
    margin-right: 8px;
}

.input-area {
  display: flex;
  align-items: flex-start;
  border: 1px solid #D2D8DD;
  padding: 13px;
  gap: 8px;
  width: fit-content;
  background-color: #fff;
  margin-top: 16px;
}

.input-area textarea {
  border: none;
  resize: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: #333D4B;
  width: 240px;
  height: 20px;
}

.input-area textarea:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

/* 모바일  */
.footer-nav-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    background-color: #FAFAFA;
    border-top: 1px solid #e2e4e6;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.05);
    width: 100vw;
    max-width: 100%;
}
  
.footer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #6B7684;
    font-weight: 500;
    font-size: 14px;
}

.footer-item img {
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
}

.footer-item.active {
    color: #7C6FF3; /* 보라색 강조 */
    font-weight: 700;
    font-size: 14px;
}

.save-button-fixed {
    position: fixed;
    bottom: 68px; 
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 1000;
    pointer-events: none; 
}

.btn-save {
    background-color: #584CC6;
    color: white;
    padding: 14px 24px;
    margin: 0 16px;
    font-size: 18px;
    border: none;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    pointer-events: auto;
    width: 100%;
}/*
! tailwindcss v3.1.2 | MIT License | https://tailwindcss.com
*/ /*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
    box-sizing: border-box; /* 1 */
    border-width: 0; /* 2 */
    border-style: solid; /* 2 */
    border-color: #e5e7eb; /* 2 */
}

::before,
::after {
    --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
    line-height: 1.5; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -moz-tab-size: 4; /* 3 */
    -o-tab-size: 4;
    tab-size: 4; /* 3 */
    font-family: "Pretendard", "sans-serif";
    letter-spacing: -1px;
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0; /* 1 */
    line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0; /* 1 */
    color: inherit; /* 2 */
    border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
    color: inherit;
    text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0; /* 1 */
    border-color: inherit; /* 2 */
    border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    font-weight: inherit; /* 1 */
    line-height: inherit; /* 1 */
    color: inherit; /* 1 */
    margin: 0; /* 2 */
    padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 1 */
    background-color: transparent; /* 2 */
    background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
    box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1; /* 1 */
    color: #B0B7C1; /* 2 */
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1; /* 1 */
    color: #B0B7C1; /* 2 */
}

input::placeholder,
textarea::placeholder {
    opacity: 1; /* 1 */
    color: #B0B7C1; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block; /* 1 */
    vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
.nav {
    z-index: 3;
}
.nav-side {
    z-index: 1;
}
img,
video {
    max-width: 100%;
    height: auto;
}

[type="text"],
[type="email"],
[type="bsId"],
[type="userId"],
[type="url"],
[type="password"],
[type="number"],
[type="date"],
[type="datetime-local"],
[type="month"],
[type="search"],
[type="tel"],
[type="time"],
[type="week"],
[multiple],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}

[type="text"]:focus,
[type="email"]:focus,
[type="userId"]:focus,
[type="url"]:focus,
[type="password"]:focus,
[type="number"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="week"]:focus,
[multiple]:focus,
textarea:focus,
select:focus {
    outline: 1px solid transparent;
    outline-offset: 1px;
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow);
    border-color: #2563eb;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* color: #6b7280; */
    color: #B0B7C1;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* color: #6b7280; */
    color: #B0B7C1;
    opacity: 1;
}

input::placeholder,
textarea::placeholder {
    /* color: #6b7280; */
    color: #B0B7C1;
    opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}

::-webkit-date-and-time-value {
    min-height: 1.5em;
}

::-webkit-datetime-edit,
::-webkit-datetime-edit-year-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
}

select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}

[multiple] {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
    color-adjust: unset;
    print-color-adjust: unset;
}

[type="checkbox"],
[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #7C6FF3;
    background-color: #fff;
    border-color: #9BA0A9;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}

[type="checkbox"] {
    border-radius: 0px;
}

[type="radio"] {
    border-radius: 100%;
}

[type="checkbox"]:focus,
[type="radio"]:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
	/* --tw-ring-offset-width: 2px; */
	/* --tw-ring-offset-color: #fff; */
	/* --tw-ring-color: #2563eb; */
	/* --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); */
	/* --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); */
	/* box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); */
}

[type="checkbox"]:checked,
[type="radio"]:checked {
	/* border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat; */
	content: " ";
	border: 1px solid #9BA0A9;
	background: #fff;
	box-shadow: inset 0 3px 6px rgba(201, 214, 223, 0.49);
}

[type="checkbox"]:checked {
	content: " ";
	background: url("../img/icon/icon_check_white.png") center no-repeat;
	background-size: 12px;
	background-color: #7C6FF3;
	box-shadow: none;
	border: 1px solid #D2D8DD;
	border-radius: 4px;
	width: 13px;
	height: 13px;
}

[type="radio"]:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

/* [type="checkbox"]:checked:hover,
[type="checkbox"]:checked:focus,
[type="radio"]:checked:hover,
[type="radio"]:checked:focus {
	border-color: transparent;
	background-color: currentColor;
} */

[type="checkbox"]:indeterminate {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
	/* border-color: transparent; */
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

/* [type="checkbox"]:indeterminate:hover,
[type="checkbox"]:indeterminate:focus {
	border-color: transparent;
	background-color: currentColor;
} */

[type="file"] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}

[type="file"]:focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
}

*,
::before,
::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

::-webkit-backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}
.prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
}
.prose :where(ol):not(:where([class~="not-prose"] *)) {
    list-style-type: decimal;
    padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
    list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)) {
    list-style-type: disc;
    padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-left-width: 0.25rem;
    border-left-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
}
.prose
    :where(blockquote p:first-of-type):not(
        :where([class~="not-prose"] *)
    )::before {
    content: open-quote;
}
.prose
    :where(blockquote p:last-of-type):not(
        :where([class~="not-prose"] *)
    )::after {
    content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 900;
}
.prose :where(h2):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 800;
}
.prose :where(h3):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 700;
}
.prose :where(h4):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 700;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before {
    content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after {
    content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-links);
}
.prose :where(pre):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
    content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
    content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
    border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
    vertical-align: baseline;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
}
.prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.prose :where(img):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
}
.prose :where(li):not(:where([class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.375em;
}
.prose > :where(ul > li p):not(:where([class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.prose > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.prose > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.prose > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.prose > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
}
.prose :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
}
.prose :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
}
.prose > :where(:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 0;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.left-0 {
    left: 0px;
}
.right-0 {
    right: 0px;
}
.top-0 {
    top: 0px;
}
.z-0 {
    z-index: 0;
}
.z-50 {
    z-index: 50;
}
.col-span-6 {
    grid-column: span 6 / span 6;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.ml-3 {
    margin-left: 0.75rem;
}
.-ml-px {
    margin-left: -1px;
}
.mt-5 {
    margin-top: 1.25rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.-mr-1 {
    margin-right: -0.25rem;
}
.mt-3 {
    margin-top: 0.75rem;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mt-1 {
    margin-top: 0.25rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mb-5 {
    margin-bottom: 1.25rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.mr-2 {
    margin-right: 0.5rem;
}
.mt-8 {
    margin-top: 2rem;
}
.ml-4 {
    margin-left: 1rem;
}
.ml-12 {
    margin-left: 3rem;
}
.ml-1 {
    margin-left: 0.25rem;
}
.ml-2 {
    margin-left: 0.5rem;
}
.-mr-0\.5 {
    margin-right: -0.125rem;
}
.-mr-0 {
    margin-right: -0px;
}
.-mr-2 {
    margin-right: -0.5rem;
}
.mr-3 {
    margin-right: 0.75rem;
}
.mt-10 {
    margin-top: 2.5rem;
}
.ml-6 {
    margin-left: 1.5rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.-mt-px {
    margin-top: -1px;
}
.block {
    display: block;
}
.inline {
    display: inline;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.h-5 {
    height: 1.25rem;
}
.h-16 {
    height: 4rem;
}
.h-14 {
    height: 3.5rem;
}
.h-12 {
    height: 3rem;
}
.h-6 {
    height: 1.5rem;
}
.h-8 {
    height: 2rem;
}
.h-4 {
    height: 1rem;
}
.h-3 {
    height: 0.5rem;
}
.h-9 {
    height: 2.25rem;
}
.h-10 {
    height: 2.5rem;
}
.h-11 {
    height: 2.7rem;
}
.h-20 {
    height: 5rem;
}
.min-h-screen {
    min-height: 100vh;
}
.w-5 {
    width: 1.25rem;
}
.w-16 {
    width: 4rem;
}
.w-full {
    width: 100%;
}
.w-1280{
    width: 1280px;
}
.w-1366{
    width: 1366px;
}
.w-0 {
    width: 0px;
}
.w-12 {
    width: 3rem;
}
.w-6 {
    width: 1.5rem;
}
.w-3\/4 {
    width: 75%;
}
.w-48 {
    width: 12rem;
}
.w-auto {
    width: auto;
}
.w-8 {
    width: 2rem;
}
.w-4 {
    width: 1rem;
}
.w-60 {
    width: 15rem;
}
.w-10 {
    width: 2.5rem;
}
.w-1\/2 {
    width: 50%;
}
.w-20 {
    width: 5rem;
}
.min-w-0 {
    min-width: 0px;
}
.max-w-screen-xl {
    max-width: 1280px;
}
.max-w-7xl {
    max-width: 80rem;
}
.max-w-xl {
    max-width: 36rem;
}
.max-w-6xl {
    max-width: 72rem;
}
.flex-1 {
    flex: 1 1 0%;
}
.shrink-0 {
    flex-shrink: 0;
}
.origin-top-left {
    transform-origin: top left;
}
.origin-top {
    transform-origin: top;
}
.origin-top-right {
    transform-origin: top right;
}
.translate-y-4 {
    --tw-translate-y: 1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
    --tw-scale-x: 0.95;
    --tw-scale-y: 0.95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default {
    cursor: default;
}
.cursor-pointer {
    cursor: pointer;
}
.list-inside {
    list-style-position: inside;
}
.list-disc {
    list-style-type: disc;
}
.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
    flex-direction: row;
}
.flex-col {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.items-center {
    align-items: center;
}
.items-start {
    align-items: start;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.justify-around {
    justify-content: space-around;
}
.justify-evenly {
    justify-content: space-evenly;
}
.gap-6 {
    gap: 1.5rem;
}
.gap-4 {
    gap: 1rem;
}
.gap-1 {
    gap: 0.25rem;
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-y-auto {
    overflow-y: auto;
}
.overflow-y-hidden {
    overflow-y: hidden;
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rounded-md {
    border-radius: 0.375rem;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded {
    border-radius: 0.25rem;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}
.rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
.rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.border {
    border-width: 1px;
}
.border-2 {
    border-width: 2px;
}
.border-b-2 {
    border-bottom-width: 2px;
}
.border-l-4 {
    border-left-width: 4px;
}
.border-t {
    border-top-width: 1px;
}
.border-b {
    border-bottom-width: 1px;
}
.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-transparent {
    border-color: transparent;
}
.border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgb(129 140 248 / var(--tw-border-opacity));
}
.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-opacity-25 {
    --tw-bg-opacity: 0.25;
}
.bg-cover {
    background-size: cover;
}
.bg-center {
    background-position: center;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.bg-blueGray {
    --tw-bg-opacity: 0.1;
    background-color: rgb(80 124 243 / var(--tw-bg-opacity));
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.p-2 {
    padding: 0.5rem;
}
.p-4 {
    padding: 1rem;
}
.p-6 {
    padding: 1.5rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-5 {
    padding-left: 4rem;
    padding-right: 4rem;
}
.px-2-1 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.px-16 {
    padding-left: 16rem;
    padding-right: 16rem;
}
.px-18 {
    padding-left: 18rem;
    padding-right: 18rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.pt-6 {
    padding-top: 1.5rem;
}
.pt-8 {
    padding-top: 1.5rem;
}
.pt-9 {
    padding-top: 2rem;
}
.pt-10 {
    padding-top: 6rem;
}
.pt-5 {
    padding-top: 1.25rem;
}
.pb-2 {
    padding-bottom: 0.5rem;
}
.pb-4 {
    padding-bottom: 1rem;
}
.pt-1 {
    padding-top: 0.25rem;
}
.pl-5 {
    padding-left: 1.5rem;
}
.pl-4 {
    padding-left: 1rem;
}
.pl-3 {
    padding-left: 0.75rem;
}
.pl-2 {
    padding-left: 0.5rem;
}
.pr-3 {
    padding-right: 0.55rem;
}
.pr-6 {
    padding-right: 1.5rem;
}
.pr-4 {
    padding-right: 1rem;
}
.pr-5 {
    padding-right: 25rem;
}
.pt-2 {
    padding-top: 0.5rem;
}
.pb-3 {
    padding-bottom: 0.75rem;
}
.pt-4 {
    padding-top: 1rem;
}
.pb-1 {
    padding-bottom: 0.25rem;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.font-sans {
    /* font-family: Nunito, ui-sans-serif, system-ui, -apple-system,
        BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
        "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol", "Noto Color Emoji"; */
    font-family: "Pretendard", sans-serif;
}
.font-mono {
    /* font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace; */
    font-family: "Pretendard", sans-serif;
}
.text-sm {
    /* 12px */
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-rg {
    /* 14px */
    font-size: 0.75rem !important;
    line-height: 1rem;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.text-lg {
    /* 18px */
    font-size: 1.125rem !important;
    line-height: 1.75rem;
}
.text-base {
    /* 16px */
    font-size: 1rem !important;
    line-height: 1.5rem;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-xl {
    /* 20px */
    font-size: 1.25rem !important;
    line-height: 1.75rem;
}
.text-xl2 {
    /* 24px */
    font-size: 1.5rem !important;
    line-height: 1.75rem;
}
.font-Regular {
    font-weight: 400 !important;
}
.font-medium {
    font-weight: 500;
}
.font-bold {
    font-weight: 600 !important;
}
.font-semibold {
    font-weight: 600;
}
.uppercase {
    text-transform: uppercase;
}
.leading-5 {
    line-height: 1.25rem;
}
.leading-7 {
    line-height: 1.75rem;
}
.leading-tight {
    line-height: 1.25;
}
.leading-4 {
    line-height: 1rem;
}
.tracking-widest {
    letter-spacing: 0.1em;
}
.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgb(67 56 202 / var(--tw-text-opacity));
}
.text-green-400 {
    --tw-text-opacity: 1;
    color: rgb(74 222 128 / var(--tw-text-opacity));
}
.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgb(99 102 241 / var(--tw-text-opacity));
}
.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-green-600 {
    --tw-text-opacity: 1;
    color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-green-500 {
    --tw-text-opacity: 1;
    color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
}
.underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
    opacity: 0;
}
.opacity-100 {
    opacity: 1;
}
.opacity-75 {
    opacity: 0.75;
}
.opacity-50 {
    opacity: 0.5;
}
.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
        0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1),
        0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
        0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
        0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
        0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
        0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
        0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-opacity-5 {
    --tw-ring-opacity: 0.05;
}
.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
        var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
        var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
    transition-property: color, background-color, border-color, fill, stroke,
        opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter, -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-150 {
    transition-duration: 150ms;
}
.duration-200 {
    transition-duration: 200ms;
}
.duration-75 {
    transition-duration: 75ms;
}
.duration-300 {
    transition-duration: 300ms;
}
.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}
.hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}
.hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}
.focus\:z-10:focus {
    z-index: 10;
}
.focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(147 197 253 / var(--tw-border-opacity));
}
.focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgb(17 24 39 / var(--tw-border-opacity));
}
.focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(165 180 252 / var(--tw-border-opacity));
}
.focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(185 28 28 / var(--tw-border-opacity));
}
.focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(67 56 202 / var(--tw-border-opacity));
}
.focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}
.focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgb(55 48 163 / var(--tw-text-opacity));
}
.focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}
.focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}
.focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity));
}
.focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity));
}
.focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
}
.active\:bg-gray-100:active {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.active\:bg-gray-900:active {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.active\:bg-red-600:active {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.active\:bg-gray-50:active {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.active\:text-gray-700:active {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}
.active\:text-gray-500:active {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.active\:text-gray-800:active {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}
.disabled\:opacity-25:disabled {
    opacity: 0.25;
}
@media (prefers-color-scheme: dark) {
    .dark\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgb(55 65 81 / var(--tw-border-opacity));
    }

    .dark\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgb(17 24 39 / var(--tw-bg-opacity));
    }

    .dark\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgb(31 41 55 / var(--tw-bg-opacity));
    }

    .dark\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgb(107 114 128 / var(--tw-text-opacity));
    }

    .dark\:text-white {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

    .dark\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity));
    }
}
@media (min-width: 640px) {
    .sm\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .sm\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .sm\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .sm\:-my-px {
        margin-top: -1px;
        margin-bottom: -1px;
    }

    .sm\:ml-3 {
        margin-left: 0.75rem;
    }

    .sm\:-mr-2 {
        margin-right: -0.5rem;
    }

    .sm\:mt-0 {
        margin-top: 0px;
    }

    .sm\:ml-4 {
        margin-left: 1rem;
    }

    .sm\:ml-10 {
        margin-left: 2.5rem;
    }

    .sm\:ml-6 {
        margin-left: 1.5rem;
    }

    .sm\:ml-0 {
        margin-left: 0px;
    }

    .sm\:block {
        display: block;
    }

    .sm\:flex {
        display: flex;
    }

    .sm\:hidden {
        display: none;
    }

    .sm\:h-10 {
        height: 2.5rem;
    }

    .sm\:h-20 {
        height: 5rem;
    }

    .sm\:w-10 {
        width: 2.5rem;
    }

    .sm\:w-full {
        width: 100%;
    }

    .sm\:max-w-md {
        max-width: 28rem;
    }

    .sm\:max-w-sm {
        max-width: 24rem;
    }

    .sm\:max-w-lg {
        max-width: 32rem;
    }

    .sm\:max-w-xl {
        max-width: 36rem;
    }

    .sm\:max-w-2xl {
        max-width: 42rem;
    }

    .sm\:flex-1 {
        flex: 1 1 0%;
    }

    .sm\:translate-y-0 {
        --tw-translate-y: 0px;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y))
            rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
            skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
            scaleY(var(--tw-scale-y));
    }

    .sm\:scale-95 {
        --tw-scale-x: 0.95;
        --tw-scale-y: 0.95;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y))
            rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
            skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
            scaleY(var(--tw-scale-y));
    }

    .sm\:scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y))
            rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
            skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
            scaleY(var(--tw-scale-y));
    }

    .sm\:items-start {
        align-items: flex-start;
    }

    .sm\:items-center {
        align-items: center;
    }

    .sm\:justify-start {
        justify-content: flex-start;
    }

    .sm\:justify-center {
        justify-content: center;
    }

    .sm\:justify-between {
        justify-content: space-between;
    }

    .sm\:rounded-lg {
        border-radius: 0.5rem;
    }

    .sm\:rounded-md {
        border-radius: 0.375rem;
    }

    .sm\:rounded-tl-md {
        border-top-left-radius: 0.375rem;
    }

    .sm\:rounded-tr-md {
        border-top-right-radius: 0.375rem;
    }

    .sm\:rounded-bl-md {
        border-bottom-left-radius: 0.375rem;
    }

    .sm\:rounded-br-md {
        border-bottom-right-radius: 0.375rem;
    }

    .sm\:p-6 {
        padding: 1.5rem;
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .sm\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .sm\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .sm\:pt-0 {
        padding-top: 0px;
    }

    .sm\:pb-4 {
        padding-bottom: 1rem;
    }

    .sm\:text-left {
        text-align: left;
    }

    .sm\:text-right {
        text-align: right;
    }
}
@media (min-width: 768px) {
    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .md\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .md\:mt-0 {
        margin-top: 0px;
    }

    .md\:grid {
        display: grid;
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:gap-6 {
        gap: 1.5rem;
    }

    .md\:border-t-0 {
        border-top-width: 0px;
    }

    .md\:border-l {
        border-left-width: 1px;
    }
}
@media (min-width: 1024px) {
    .lg\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
/* 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;
}

/* ===== Import mypage styles ===== */
@import url("/assets/mypage-ab4cc316.css");