@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css");
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-height: 100vh;
  font-family: "Pretendard Variable";
  font-size: 10px;
  padding: 0;
  margin: 0;
  background: #34404e;
  overflow-x: hidden;
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}
body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}

::-webkit-scrollbar {
  width: 1rem;
}
::-webkit-scrollbar:horizontal {
  height: 1rem;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #6d6d6d;
  outline: 1px solid #6d6d6d;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  border: 0;
  background: transparent;
  color: inherit;
  text-decoration: inherit;
}
a:visited, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  outline: none !important;
  box-shadow: none !important;
}

button {
  color: inherit;
  font-weight: inherit;
  background: none;
  border: none;
  text-align: center;
}
button:focus {
  outline: none;
}

input {
  outline: none;
}

input::-ms-clear {
  display: none;
}

textarea {
  resize: none;
  outline: none;
}

li {
  list-style-type: none;
  list-style: none;
}

main {
  display: block;
}

table,
thead,
tbody,
tr,
th,
td {
  border-collapse: collapse;
  border-spacing: 0;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.g-w-80 {
  width: 8rem;
}

.g-w-120 {
  width: 12rem;
}

.g-w-160 {
  width: 16rem;
}

.g-w-160 {
  width: 16rem;
}
.g-w-160.full-box {
  width: 100% !important;
}

.ml-8 {
  margin-left: 0.8rem;
}

.mr-8 {
  margin-right: 0.8rem;
}

.g-mt-4 {
  margin-top: 0.4rem;
}

.mt-8 {
  margin-top: 0.8rem;
}

.marginCenter {
  margin: 0 auto;
}

.modebox-wrap {
  margin-left: 20px;
}
@media (max-width: 576px) {
  .modebox-wrap {
    margin: 0;
  }
}

.modebox-label {
  background-color: #111;
  width: 50px;
  height: 26px;
  border-radius: 50px;
  position: relative;
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modebox-label .fas {
  font-family: "Font Awesome 5 Free";
}
.modebox-label .fas.fa-moon {
  color: #f1c40f;
}
.modebox-label .fas.fa-sun {
  color: #f39c12;
}
.modebox-label .ball {
  background-color: #fff;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}

.modebox {
  opacity: 0;
  position: absolute;
}
.modebox:checked + .modebox-label .ball {
  transform: translateX(24px);
}

.g-pageTitle {
  margin-bottom: 2.4rem;
}
.g-pageTitle .flexVC {
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .g-pageTitle .flexVC {
    padding: 0 2.4rem;
  }
}
.g-pageTitle .flexVC h1 {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3.6rem;
}
.g-pageTitle .flexVC .warning {
  color: #ff8fa3;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  margin-left: 1.6rem;
}
.g-pageTitle .flexVC .whiteTypeLine {
  width: 8rem;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.2rem;
}
.g-pageTitle .flexVC .whiteTypeLine:hover {
  color: #ffffff;
}
.g-pageTitle .flexVC .blueTypeLine {
  width: 8rem;
  margin-right: 1rem;
  color: #00a5cf;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.2rem;
}
.g-pageTitle .flexVC .blueTypeLine:hover {
  color: #00a5cf;
}
.g-pageTitle .flexVC .btn-wrap {
  display: flex;
}

.g-link {
  color: #00a0f7;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: underline;
  text-underline-position: under;
}
.g-link:hover {
  color: #266eb1;
  cursor: pointer;
}

.g-page-box {
  background: #384655;
  border-radius: 1.8rem;
  padding: 2.4rem;
}
@media (max-width: 576px) {
  .g-page-box {
    padding: 2.4rem 0;
    border-radius: 0;
  }
}
.g-page-box .g-section-box {
  background: #34404e;
  border-radius: 1.8rem;
  padding: 1.6rem;
}
@media (max-width: 576px) {
  .g-page-box .g-section-box {
    border-radius: 0;
  }
}
@media (max-width: 576px) {
  .g-page-box .g-section-box.search-area {
    display: none !important;
  }
}
.g-page-box .g-section-box .rightAlign {
  margin-left: auto;
}
.g-page-box .g-section-box .rightAlign button {
  margin-left: 10px;
}
.g-page-box .g-section-box .info-column {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.g-page-box .g-section-box .info-column .title {
  color: #9ba2a6;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.g-page-box .g-section-box .info-column .info {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
}
.g-page-box .g-section-box.table-box {
  padding: 0;
}
.g-page-box .g-section-box.table-box .tableInfo-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem;
}
.g-page-box .g-section-box.table-box .tableInfo-row .lookup {
  color: #ced3d7;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
}
@media (max-width: 576px) {
  .g-page-box .g-section-box.table-box .tableInfo-row .lookup {
    font-size: 1.6rem;
  }
}
.g-page-box .g-section-box.table-box .table-scroll {
  overflow-x: auto;
  width: 100%;
}
.g-page-box .g-section-box.table-box .table-scroll .g-table {
  min-width: 1340px;
}
.g-page-box .g-section-box.table-box .g-table thead tr th:first-of-type {
  border-top-left-radius: 0;
}
.g-page-box .g-section-box.table-box .g-table thead tr th:last-of-type {
  border-top-right-radius: 0;
}

.g-btn {
  position: relative;
  color: #384655;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  text-align: center;
  padding: 0.6rem 1.6rem;
  transition: all 0.3s ease;
  z-index: 1;
}
.g-btn:before, .g-btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #00a5cf;
  border: 1px solid transparent;
  z-index: -2;
}
.g-btn:hover {
  color: #ffffff;
  cursor: pointer;
}
.g-btn:hover:before, .g-btn:hover:after {
  background: rgba(29, 157, 189, 0.5);
}
.g-btn:disabled {
  color: #ffffff;
  opacity: 0.5;
  cursor: no-drop;
}
.g-btn:disabled:hover:before, .g-btn:disabled:hover:after {
  background: #d14e73;
}
.g-btn.typeLine {
  color: #d14e73;
}
.g-btn.typeLine:before, .g-btn.typeLine:after {
  background: transparent;
  border-color: #d14e73;
}
.g-btn.typeLine:hover:before, .g-btn.typeLine:hover:after {
  background: rgba(104, 60, 70, 0.2);
}
.g-btn.typeLine:disabled:hover:before, .g-btn.typeLine:disabled:hover:after {
  background: transparent;
}
.g-btn.typeText {
  color: #d14e73;
}
.g-btn.typeText:before, .g-btn.typeText:after {
  background: transparent;
}
.g-btn.typeText:hover:before, .g-btn.typeText:hover:after {
  background: rgba(236, 142, 0, 0.15);
}
.g-btn.typeText:disabled:hover:before, .g-btn.typeText:disabled:hover:after {
  background: transparent;
}
.g-btn.whiteTypeLine {
  color: #ffffff;
}
.g-btn.whiteTypeLine:before, .g-btn.whiteTypeLine:after {
  background: transparent;
  border-color: #ffffff;
}
.g-btn.whiteTypeLine:hover:before, .g-btn.whiteTypeLine:hover:after {
  background: rgba(255, 255, 255, 0.08);
}
.g-btn.whiteTypeText {
  color: #ffffff;
}
.g-btn.whiteTypeText:before, .g-btn.whiteTypeText:after {
  background: transparent;
}
.g-btn.whiteTypeText:hover:before, .g-btn.whiteTypeText:hover:after {
  background: rgba(255, 255, 255, 0.08);
}
.g-btn.big {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.2rem;
}
.g-btn.excel {
  display: flex;
  align-items: center;
  color: #12c964;
}
.g-btn.excel:before, .g-btn.excel:after {
  background: transparent;
  border-color: #12c964;
}
.g-btn.excel img {
  width: 2rem;
  margin-right: 0.4rem;
}
.g-btn.excel:hover:before, .g-btn.excel:hover:after {
  background: rgba(7, 177, 84, 0.08);
}
.g-btn.red {
  color: #ff0000;
}
.g-btn.red:before, .g-btn.red:after {
  background: transparent;
  border-color: #ff0000;
}
.g-btn.red:hover:before, .g-btn.red:hover:after {
  background: rgba(255, 0, 0, 0.08);
}
.g-btn.blueTypeLine {
  color: #00a5cf;
}
.g-btn.blueTypeLine:before, .g-btn.blueTypeLine:after {
  background: transparent;
  border-color: #00a5cf;
}
.g-btn.blueTypeLine:hover:before, .g-btn.blueTypeLine:hover:after {
  background: rgba(46, 95, 109, 0.5);
}

.light-mode .btn-menu .icon {
  transition-duration: 0.5s;
  position: absolute;
  height: 3px;
  width: 25px;
  top: 2rem;
  background-color: #34404e;
}
.light-mode .btn-menu .icon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: #34404e;
  content: "";
  top: -7px;
}
.light-mode .btn-menu .icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: #34404e;
  content: "";
  top: 7px;
}
.light-mode .g-page-box {
  border-radius: 1.8rem;
  padding: 2.4rem;
}
@media (max-width: 576px) {
  .light-mode .g-page-box {
    padding: 2.4rem 0;
    border-radius: 0;
  }
}
.light-mode .g-page-box .g-section-box {
  background: #ced3d7;
}
.light-mode .g-page-box .g-section-box .info-column .title {
  color: #9ba2a6;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.light-mode .g-page-box .g-section-box .info-column .info {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
}
.light-mode .g-page-box .g-section-box.table-box {
  padding: 0;
}
.light-mode .g-page-box .g-section-box.table-box .tableInfo-row .lookup {
  color: #34404e;
}
.light-mode .g-page-box .g-section-box.table-box .table-scroll {
  overflow-x: auto;
  width: 100%;
}
.light-mode .g-page-box .g-section-box.table-box .table-scroll .g-table {
  min-width: 1340px;
}
.light-mode .g-page-box .g-section-box.table-box .g-table thead tr th:first-of-type {
  border-top-left-radius: 0;
}
.light-mode .g-page-box .g-section-box.table-box .g-table thead tr th:last-of-type {
  border-top-right-radius: 0;
}
.light-mode .g-table {
  width: 100%;
  background: #ced3d7;
  border-radius: 18px;
}
.light-mode .g-table thead {
  background: #ffffff;
}
.light-mode .g-table thead tr th {
  color: #34404e;
}
.light-mode .g-table thead tr th:first-of-type {
  border-top-left-radius: 18px;
}
.light-mode .g-table thead tr th:last-of-type {
  border-top-right-radius: 18px;
}
.light-mode .g-table tbody tr td {
  color: #34404e;
}
.light-mode .g-btn {
  color: #ffffff;
}
.light-mode .g-btn:before, .light-mode .g-btn:after {
  background-color: #34404e;
}
.light-mode .g-btn:hover {
  color: #ffffff;
  cursor: pointer;
}
.light-mode .g-btn:hover:before, .light-mode .g-btn:hover:after {
  background: #00a5cf;
}
.light-mode .g-btn.typeLine {
  color: #d14e73;
}
.light-mode .g-btn.typeLine:before, .light-mode .g-btn.typeLine:after {
  background: transparent;
  border-color: #d14e73;
}
.light-mode .g-btn.typeLine:hover:before, .light-mode .g-btn.typeLine:hover:after {
  background: rgba(134, 7, 36, 0.1);
}
.light-mode .g-btn.typeLine:disabled:hover:before, .light-mode .g-btn.typeLine:disabled:hover:after {
  background: transparent;
}
.light-mode .g-btn.whiteTypeLine {
  color: #34404e;
}
.light-mode .g-btn.whiteTypeLine:before, .light-mode .g-btn.whiteTypeLine:after {
  background-color: transparent;
  border-color: #34404e;
}
.light-mode .g-btn.whiteTypeLine:hover {
  color: #34404e;
}
.light-mode .g-btn.whiteTypeLine:hover:before, .light-mode .g-btn.whiteTypeLine:hover:after {
  background-color: rgba(30, 94, 116, 0.1);
}
.light-mode .g-btn.excel {
  color: #338a5a;
}
.light-mode .g-btn.excel:before, .light-mode .g-btn.excel:after {
  background: transparent;
  border-color: #338a5a;
}
.light-mode .g-btn.excel img {
  width: 2rem;
  margin-right: 0.4rem;
}
.light-mode .g-btn.excel:hover:before, .light-mode .g-btn.excel:hover:after {
  background: rgba(7, 177, 84, 0.08);
}
.light-mode .g-btn.blueTypeLine {
  color: #00a5cf;
}
.light-mode .g-btn.blueTypeLine:before, .light-mode .g-btn.blueTypeLine:after {
  background: transparent;
  border-color: #00a5cf;
}
.light-mode .g-btn.blueTypeLine:hover:before, .light-mode .g-btn.blueTypeLine:hover:after {
  background: rgba(113, 124, 128, 0.5);
}
.light-mode .g-container .modal-content {
  background-color: #ffffff;
}
.light-mode .g-container .modal-content .modal-body .g-input-box .bootstrap-select .g-select {
  background-color: rgba(0, 0, 0, 0.04);
}
.light-mode .text-box .scroll-area {
  color: #34404e;
}

.g-text {
  display: block;
  min-width: 6rem;
  color: #384655;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  text-align: center;
  padding: 0.6rem 1rem;
}
.g-text.whiteTypeLine {
  color: #ffffff;
}
.g-text.blueTypeLine {
  color: #00a5cf;
}
.g-text.typeLine {
  color: #d14e73;
}

.g-tabBtn-row {
  display: flex;
  align-items: center;
}
.g-tabBtn-row .tabBtn {
  width: 50%;
  padding: 0.8rem;
  border-bottom: 1px solid #414b52;
  color: #414b52;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.g-tabBtn-row .tabBtn.active {
  color: #00a5cf;
  border-color: #00a5cf;
}

.g-input-mb {
  margin-bottom: 4rem !important;
}

.light-mode {
  background: #ced3d7;
}
.light-mode .g-page-box {
  background-color: #ffffff;
}
.light-mode .g-pageTitle .flexVC h1 {
  color: #34404e;
}
.light-mode .g-pageTitle .flexVC .warning {
  color: #ff8fa3;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  margin-left: 1.6rem;
}
.light-mode .g-pageTitle .flexVC .whiteTypeLine {
  color: #34404e;
}
.light-mode .g-pageTitle .flexVC .blueTypeLine {
  color: #00a5cf;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.2rem;
}
.light-mode .g-pageTitle .flexVC .blueTypeLine:hover {
  color: #00a5cf;
}
.light-mode .g-pageTitle .flexVC .blueTypeLine:hover:before, .light-mode .g-pageTitle .flexVC .blueTypeLine:hover:after {
  background-color: rgba(12, 148, 134, 0.15);
}
.light-mode .g-pageTitle .flexVC .blueTypeLine:before, .light-mode .g-pageTitle .flexVC .blueTypeLine:after {
  background-color: transparent;
}
.light-mode .g-pageTitle .flexVC .btn-wrap {
  display: flex;
}
.light-mode .g-input-box label {
  color: #34404e;
}
.light-mode .g-input-box label .range {
  color: #9ba2a6;
}
.light-mode .g-input-box input,
.light-mode .g-input-box textarea {
  border-color: rgba(0, 0, 0, 0.04);
  background-color: rgba(0, 0, 0, 0.04);
}
.light-mode .g-input-box input::placeholder,
.light-mode .g-input-box textarea::placeholder {
  color: #646d72;
}
.light-mode .g-input-box input:valid,
.light-mode .g-input-box textarea:valid {
  color: #34404e;
}
.light-mode .g-input-box input:read-only,
.light-mode .g-input-box textarea:read-only {
  color: #34404e;
}
.light-mode .g-input-box input:read-only.active,
.light-mode .g-input-box textarea:read-only.active {
  color: #646d72;
  border-color: rgba(255, 255, 255, 0.08);
}
.light-mode .g-input-box input:read-only:hover,
.light-mode .g-input-box textarea:read-only:hover {
  border-color: rgba(255, 255, 255, 0.08);
}
.light-mode .g-input-box input:hover,
.light-mode .g-input-box textarea:hover {
  border-color: #34404e;
}
.light-mode .g-input-box input:focus,
.light-mode .g-input-box textarea:focus {
  border-color: #34404e;
}
.light-mode .g-input-box input.active,
.light-mode .g-input-box textarea.active {
  color: #646d72;
}
.light-mode .g-input-box input:disabled,
.light-mode .g-input-box textarea:disabled {
  cursor: no-drop;
  background: rgba(255, 255, 255, 0.04);
  border-color: transparent;
}
.light-mode .g-input-box .withSelectBtn .g-select {
  border-radius: 18px 0px 0px 18px;
}
.light-mode .g-input-box .withSelectBtn input {
  border-color: #ced3d7;
  background-color: rgba(255, 255, 255, 0.8);
}
.light-mode .g-input-box .g-radio input + label span {
  color: #34404e;
}
.light-mode .g-calendar-box .g-box::before {
  background-image: url("/images/icon-calendar-lightmode.png");
}
.light-mode .g-calendar-box .g-box::after {
  width: 11px;
  border-top: 1px solid #646d72;
  border-right: 1px solid #646d72;
}
.light-mode .g-calendar-box .g-box input {
  color: #34404e !important;
  background: rgba(255, 255, 255, 0.8);
  border-color: #ced3d7;
}
.light-mode .g-calendar-box .g-box input:hover {
  color: #34404e !important;
  border-color: #34404e;
}
.light-mode .g-calendar-box .g-tilde {
  position: relative;
  width: 1.3rem;
  margin: 0 0.8rem;
}
.light-mode .g-calendar-box .g-tilde::after {
  content: "~";
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.light-mode .pagination .page-link.active {
  color: #ffffff;
}

.g-input-box {
  display: flex;
  flex-direction: column;
}
.g-input-box.d-flex {
  flex-direction: row;
}
.g-input-box.d-flex > label {
  margin-right: 2rem;
}
.g-input-box label {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 0.4rem;
}
.g-input-box label .range {
  color: #9ba2a6;
}
.g-input-box label.star {
  position: relative;
  padding-left: 1.5rem;
}
.g-input-box label.star::before {
  content: "*";
  display: block;
  font-size: 2rem;
  position: absolute;
  top: 0.1rem;
  left: 0;
  color: #ff8fa3;
}
.g-input-box input,
.g-input-box textarea {
  height: 3.2rem;
  color: #646d72;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  padding: 0.6rem 1.2rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.g-input-box input::placeholder,
.g-input-box textarea::placeholder {
  color: #646d72;
}
.g-input-box input:valid,
.g-input-box textarea:valid {
  color: #ced3d7;
}
.g-input-box input:read-only,
.g-input-box textarea:read-only {
  color: #ffffff;
}
.g-input-box input:read-only.active,
.g-input-box textarea:read-only.active {
  color: #ffffff;
}
.g-input-box input:read-only:hover,
.g-input-box textarea:read-only:hover {
  border-color: rgba(255, 255, 255, 0.08);
}
.g-input-box input:hover,
.g-input-box textarea:hover {
  border-color: #00a5cf;
}
.g-input-box input:focus,
.g-input-box textarea:focus {
  color: #ced3d7;
  border-color: #00a5cf;
}
.g-input-box input.active,
.g-input-box textarea.active {
  color: #ced3d7;
  border-color: rgba(255, 255, 255, 0.08);
}
.g-input-box input:disabled,
.g-input-box textarea:disabled {
  cursor: no-drop;
  background: rgba(255, 255, 255, 0.04);
  border-color: transparent;
}
.g-input-box textarea {
  min-height: 21.2rem;
}
.g-input-box.error label {
  color: #d14e73;
}
.g-input-box.error input {
  color: #ced3d7;
  border-color: #d14e73;
}
.g-input-box.error p {
  color: #d14e73;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 0.4rem;
}
.g-input-box .withBtn {
  display: flex;
  align-items: center;
}
.g-input-box .withBtn input {
  width: 80%;
  border-radius: 18px 0px 0px 18px;
}
.g-input-box .withBtn .g-btn {
  width: 20%;
}
.g-input-box .withBtn .g-btn:before, .g-input-box .withBtn .g-btn:after {
  border-radius: 0px 18px 18px 0px;
}
.g-input-box .withSelectBtn {
  display: flex;
  align-items: center;
}
.g-input-box .withSelectBtn .g-select {
  border-radius: 18px 0px 0px 18px;
}
.g-input-box .withSelectBtn input {
  width: 24rem;
  border-radius: 0;
}
.g-input-box .withSelectBtn .g-btn {
  width: 8.8rem;
}
.g-input-box .withSelectBtn .g-btn:before, .g-input-box .withSelectBtn .g-btn:after {
  border-radius: 0px 18px 18px 0px;
}
@media (max-width: 576px) {
  .g-input-box .g-btn {
    margin-top: 1rem;
  }
}

.g-check input {
  display: none;
}
.g-check input:checked + label .marker {
  border-color: #00a5cf;
  background: #00a5cf;
}
.g-check input:checked + label .marker:after {
  display: block;
}
.g-check input:disabled + label .marker {
  border-color: rgba(255, 255, 255, 0.04);
  background: rgba(255, 255, 255, 0.04);
}
.g-check input:disabled + label .marker:after {
  display: none;
}
.g-check input:disabled + label:hover {
  cursor: no-drop;
}
.g-check input:disabled + label:hover .marker {
  border-color: rgba(255, 255, 255, 0.04);
}
.g-check input + label {
  display: flex;
  align-items: center;
}
.g-check input + label:hover {
  cursor: pointer;
}
.g-check input + label:hover .marker {
  border-color: #00a5cf;
}
.g-check input + label .marker {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #ced3d7;
  border-radius: 0.2rem;
}
.g-check input + label .marker::after {
  content: "";
  display: none;
  position: absolute;
  top: 0.1rem;
  left: 0.4rem;
  width: 0.6rem;
  height: 0.94rem;
  border: solid #ffffff;
  border-width: 0 0.2rem 0.2rem 0;
  transform: rotate(45deg);
}
.g-check input + label span {
  color: #ced3d7;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  margin-left: 2rem;
}

.g-input-box .g-radio input {
  display: none;
}
.g-input-box .g-radio input:checked + label .marker {
  border-color: #00a5cf;
  background: #00a5cf;
}
.g-input-box .g-radio input:checked + label .marker:after {
  display: block;
}
.g-input-box .g-radio input:disabled + label .marker {
  border-color: rgba(255, 255, 255, 0.04);
  background: rgba(255, 255, 255, 0.04);
}
.g-input-box .g-radio input:disabled + label .marker:after {
  display: none;
}
.g-input-box .g-radio input:disabled + label:hover {
  cursor: no-drop;
}
.g-input-box .g-radio input:disabled + label:hover .marker {
  border-color: rgba(255, 255, 255, 0.04);
}
.g-input-box .g-radio input + label {
  display: flex;
  align-items: center;
  margin: 0 4rem;
}
.g-input-box .g-radio input + label:hover {
  cursor: pointer;
}
.g-input-box .g-radio input + label:hover .marker {
  border-color: #00a5cf;
}
.g-input-box .g-radio input + label .marker {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #ced3d7;
  border-radius: 2rem;
}
.g-input-box .g-radio input + label .marker::after {
  content: "";
  display: none;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 1rem;
  background: #fff;
}
.g-input-box .g-radio input + label span {
  color: #ced3d7;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  margin-left: 2.4rem;
}

.g-table {
  width: 100%;
  background: #34404e;
  border-radius: 18px;
}
.g-table thead {
  background: #384655;
}
.g-table thead tr th {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: center;
  padding: 1.4rem 0.8rem;
}
.g-table thead tr th:first-of-type {
  border-top-left-radius: 18px;
}
.g-table thead tr th:last-of-type {
  border-top-right-radius: 18px;
}
.g-table tbody tr:first-of-type td {
  padding-top: 1.6rem;
}
.g-table tbody tr:last-of-type td {
  padding-bottom: 1.6rem;
}
.g-table tbody tr.interval td {
  padding: 0.4rem 0;
}
.g-table tbody tr.no-history td {
  font-size: 1.8rem;
  line-height: 2.8rem;
  padding: 1.6rem;
}
.g-table tbody tr td {
  color: #ced3d7;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: center;
  padding: 1.4rem 0.8rem;
}
.g-table tbody tr td.success {
  color: #01c0ae;
}
.g-table tbody tr td.blue {
  color: #00a0f7;
}
.g-table tbody tr td.yellow {
  color: #ff9900;
}
.g-table tbody tr.representative {
  background-color: rgba(236, 142, 0, 0.1);
}
.g-table tbody tr.representative .flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-table tbody tr.representative .flex-center .d-flex {
  color: #00a5cf;
}
.g-table tbody tr.representative .flex-center .d-flex img {
  width: 1.6rem;
  margin-right: 0.4rem;
}

.g-calendar-box {
  display: flex;
  align-items: center;
}
.g-calendar-box .g-box {
  position: relative;
  width: 16rem;
  height: 3.2rem;
}
.g-calendar-box .g-box::before {
  position: absolute;
  top: 6px;
  left: 10px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: 2rem auto;
  background-repeat: no-repeat;
  background-image: url("/images/icon-calendar.png");
}
.g-calendar-box .g-box::after {
  position: absolute;
  top: 25%;
  right: 1.2rem;
  content: "";
  width: 11px;
  height: 10px;
  border-top: 1px solid #ced3d7;
  border-right: 1px solid #ced3d7;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(135deg);
}
.g-calendar-box .g-box input {
  width: 100%;
  height: 100%;
  color: #ced3d7;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  padding: 0.6rem 1.2rem 0.6rem 3.4rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.8rem;
}
.g-calendar-box .g-box input:hover {
  cursor: pointer;
  border-color: #00a5cf;
}
.g-calendar-box .g-tilde {
  position: relative;
  width: 1.3rem;
  margin: 0 0.8rem;
}
.g-calendar-box .g-tilde::after {
  content: "~";
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ui-datepicker {
  padding: 0.8rem;
  color: #ced3d7;
  background: #384655;
  border-radius: 0.8rem;
}
.ui-datepicker.ui-widget.ui-widget-content {
  border-color: rgba(255, 255, 255, 0.05);
}
.ui-datepicker .ui-state-highlight {
  color: #ffffff !important;
  background: #00a5cf !important;
}
.ui-datepicker .ui-datepicker-today .ui-state-highlight {
  color: #ced3d7 !important;
  background: #384655 !important;
}
.ui-datepicker .ui-datepicker-today .ui-state-highlight.ui-state-active {
  color: #ffffff !important;
  background: #00a5cf !important;
}
.ui-datepicker .ui-icon-circle-triangle-w {
  background-position: 0;
}
.ui-datepicker .ui-icon-circle-triangle-e {
  background-position: 0;
  transform: rotate(180deg);
}
.ui-datepicker .ui-widget-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  padding: 0;
  margin-bottom: 1.1rem;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: #384655;
}
.ui-datepicker .ui-widget-header .ui-icon {
  background-image: url("/images/icon-calendarArrow.png");
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev,
.ui-datepicker .ui-widget-header .ui-datepicker-next {
  top: 7px;
}
.ui-datepicker .ui-widget-header .ui-datepicker-title span {
  font-family: "Pretendard Variable";
  color: #ced3d7;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ui-datepicker table {
  font-size: 0;
  margin: 0;
}
.ui-datepicker table.ui-datepicker-calendar th {
  position: relative;
  font-family: "Pretendard Variable";
  color: #ced3d7;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  padding: 0.2rem 0.5rem;
}
.ui-datepicker table.ui-datepicker-calendar th span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ui-datepicker table.ui-datepicker-calendar tr {
  height: 3.5rem;
}
.ui-datepicker table.ui-datepicker-calendar tr td {
  position: relative;
}
.ui-datepicker table.ui-datepicker-calendar tr td .ui-state-default {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-widget-content .ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-hover,
.ui-datepicker .ui-state-focus,
.ui-datepicker .ui-widget-content .ui-state-focus,
.ui-datepicker .ui-widget-header .ui-state-focus,
.ui-datepicker .ui-button:hover,
.ui-datepicker .ui-button:focus {
  cursor: pointer;
  border: none;
  background: transparent;
  color: transparent;
}
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default,
.ui-datepicker .ui-button,
.ui-datepicker html .ui-button.ui-state-disabled:hover,
.ui-datepicker html .ui-button.ui-state-disabled:active {
  width: 2.4rem;
  height: 2.4rem;
  font-family: "Pretendard Variable";
  color: #ced3d7;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: center;
  background: none;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 0 auto;
}
.ui-datepicker .ui-state-default:hover,
.ui-datepicker .ui-widget-content .ui-state-default:hover,
.ui-datepicker .ui-widget-header .ui-state-default:hover,
.ui-datepicker .ui-button:hover,
.ui-datepicker html .ui-button.ui-state-disabled:hover:hover,
.ui-datepicker html .ui-button.ui-state-disabled:active:hover {
  border-color: #00a5cf;
}

#ui-datepicker-div .ui-state-active {
  background: #00a5cf;
  color: #ffffff !important;
  border-radius: 4px;
}

.bootstrap-select .dropdown-menu.inner {
  margin: 0 !important;
  width: auto !important;
}

.bootstrap-select {
  height: 3.2rem;
}
.bootstrap-select.show .g-select {
  outline: none !important;
  color: #ced3d7 !important;
  border-color: #00a5cf;
}
.bootstrap-select .g-select {
  height: 3.2rem;
  color: #ced3d7;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  padding: 0.6rem 1.2rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.8rem;
}
.bootstrap-select .g-select:hover {
  color: #ced3d7 !important;
  border-color: #00a5cf;
}
.bootstrap-select .g-select:focus {
  outline: none !important;
  color: #ced3d7 !important;
  border-color: #00a5cf;
}
.bootstrap-select .g-select.active {
  color: #ced3d7;
  border-color: rgba(255, 255, 255, 0.08);
}
.bootstrap-select .g-select.error {
  color: #ced3d7;
  border-color: #d14e73;
}
.bootstrap-select .g-select.btn.focus, .bootstrap-select .g-select.btn:focus {
  box-shadow: none !important;
}
.bootstrap-select .dropdown-toggle::after {
  margin-left: 0;
  vertical-align: 0;
  width: 12px;
  height: 10px;
  border-top: 1px solid #ced3d7;
  border-right: 1px solid #ced3d7;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(135deg);
  margin-top: -6px;
}
.bootstrap-select .dropdown-menu {
  padding: 0;
  margin: 0;
  color: transparent;
  background-color: #34404e;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.8rem;
}
.bootstrap-select .dropdown-menu ul li {
  padding: 0;
}
.bootstrap-select .dropdown-menu ul li .dropdown-item {
  color: #ced3d7;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  padding: 0.8rem;
}
.bootstrap-select .dropdown-menu ul li .dropdown-item:hover, .bootstrap-select .dropdown-menu ul li .dropdown-item:focus, .bootstrap-select .dropdown-menu ul li .dropdown-item.active {
  background: rgba(0, 0, 0, 0.1);
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
  outline-offset: 0;
}

.pagination {
  padding-top: 2.4rem;
  border-radius: 0;
}
.pagination .page-item.arrow .page-link {
  font-size: 2.4rem;
  border: none;
}
.pagination .page-item.arrow .page-link img {
  width: 2.8rem;
}
.pagination .page-item.arrow.mr-8 {
  margin-right: 0.8rem;
}
.pagination .page-item.arrow.ml-16 {
  margin-left: 1.6rem;
}
.pagination .page-item ~ .page-item {
  margin-left: 0.8rem;
}
.pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  color: #9ba2a6;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  background-color: transparent;
  border: none;
  border-radius: 100%;
  padding: 0.6rem;
}
.pagination .page-item .page-link:hover {
  background-color: rgba(255, 255, 255, 0.08);
}
.pagination .page-item .page-link.active {
  color: #000000;
  background-color: #00a5cf;
}

.light-mode .bootstrap-select.show .g-select {
  outline: none !important;
  color: #34404e !important;
  border-color: #34404e;
}
.light-mode .bootstrap-select .g-select {
  color: #34404e !important;
  background: rgba(255, 255, 255, 0.8);
  border-color: #ced3d7;
}
.light-mode .bootstrap-select .g-select:hover {
  color: #34404e !important;
  border-color: #34404e;
}
.light-mode .bootstrap-select .g-select:focus {
  outline: none !important;
  color: #34404e !important;
  border-color: #34404e;
}
.light-mode .bootstrap-select .g-select.active {
  color: #34404e;
  border-color: rgba(255, 255, 255, 0.08);
}
.light-mode .bootstrap-select .g-select.error {
  color: #34404e;
  border-color: #d14e73;
}
.light-mode .bootstrap-select .g-select.btn.focus, .light-mode .bootstrap-select .g-select.btn:focus {
  box-shadow: none !important;
}
.light-mode .bootstrap-select .dropdown-toggle::after {
  width: 11px;
  height: 10px;
  border-top: 1px solid #646d72;
  border-right: 1px solid #646d72;
}
.light-mode .bootstrap-select .dropdown-menu {
  padding: 0;
  margin: 0;
  color: transparent;
  background-color: #34404e;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.8rem;
}
.light-mode .bootstrap-select .dropdown-menu ul li {
  padding: 0;
}
.light-mode .bootstrap-select .dropdown-menu ul li .dropdown-item {
  color: #ced3d7;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  padding: 0.8rem;
}
.light-mode .bootstrap-select .dropdown-menu ul li .dropdown-item:hover, .light-mode .bootstrap-select .dropdown-menu ul li .dropdown-item:focus, .light-mode .bootstrap-select .dropdown-menu ul li .dropdown-item.active {
  background: rgba(0, 0, 0, 0.1);
}
.light-mode .modal .modal-dialog .modal-content {
  background-color: #ffffff;
}
.light-mode .modal .modal-dialog .modal-content .modal-header h1 {
  color: #34404e;
}
.light-mode .modal .modal-dialog .modal-content .modal-header .colseBtn {
  background-image: url("/images/icon-modalClose-lightmode.png");
}
.light-mode .modal .modal-dialog .modal-content .modal-body .info-row div {
  color: red;
}
.light-mode .modal .modal-dialog .modal-content .modal-body .info-row div.title {
  background: red;
}
.light-mode .modal .modal-dialog .modal-content .modal-body .info-row div.info {
  background: blue;
}
.light-mode .modal .modal-dialog .modal-content .modal-body .g-section-box .d-flex .bootstrap-select .g-select {
  border-radius: 0;
}
.light-mode .modal .modal-dialog .modal-content .modal-body .g-section-box .withSelectBtn .bootstrap-select .g-select {
  border-radius: 0;
}
.light-mode .modal .modal-dialog .modal-content .modal-body .modal-table h2 {
  color: #34404e;
}
.light-mode .modal .modal-dialog .modal-content .modal-body .modal-table table {
  width: 100%;
  border-color: #9ba2a6;
}
.light-mode .modal .modal-dialog .modal-content .modal-body .modal-table table th, .light-mode .modal .modal-dialog .modal-content .modal-body .modal-table table td {
  color: #34404e;
  border-color: #9ba2a6;
}
.light-mode .modal .modal-dialog .modal-content .modal-body .modal-table table th {
  width: 20%;
  background: #ced3d7;
}
.light-mode .modal .modal-dialog .modal-content .modal-body .modal-table table td {
  width: 80%;
  padding-left: 2rem;
}
.light-mode .modal .modal-dialog .modal-content .modal-body .modal-table table td input {
  width: 150px;
  height: 30px;
  background-color: #ced3d7;
  border: 1px solid #dbe1e8;
  box-sizing: border-box;
  appearance: none;
}
.light-mode .modal .modal-dialog .modal-content .modal-body .g-check {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.light-mode .modal .modal-dialog .modal-content .modal-footer {
  justify-content: center;
  padding: 2.4rem 2.4rem 4.6rem;
  border: none;
  border-radius: 0;
}
.light-mode .modal .modal-dialog .modal-content .modal-footer.empty {
  height: 1.6rem;
  padding: 0;
}

.modal .modal-dialog {
  min-width: 90rem;
  max-width: max-content;
}
.modal .modal-dialog.modal-dialog-centered {
  max-height: 90vh;
  overflow-y: hidden;
}
.modal .modal-dialog .modal-content {
  background-color: #384655;
  border: none;
  border-radius: 1.8rem;
}
.modal .modal-dialog .modal-content .modal-header {
  position: relative;
  justify-content: center;
  padding: 2.4rem;
  border: none;
  border-radius: 0;
}
.modal .modal-dialog .modal-content .modal-header .BackBtn {
  width: 3.2rem;
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  cursor: pointer;
}
.modal .modal-dialog .modal-content .modal-header h1 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8rem;
  text-align: center;
}
.modal .modal-dialog .modal-content .modal-header .colseBtn {
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  top: 1.2rem;
  right: 1.6rem;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 4rem;
  background-image: url("/images/icon-modalClose.png");
}
.modal .modal-dialog .modal-content .modal-body {
  max-height: calc(100vh - 76px - 80px - 30px);
  padding: 2.4rem 4rem;
  overflow-y: auto;
}
.modal .modal-dialog .modal-content .modal-body .info-row {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
.modal .modal-dialog .modal-content .modal-body .info-row div {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.modal .modal-dialog .modal-content .modal-body .info-row div.title {
  width: 20%;
  padding: 0.6rem 2.4rem;
  background: #121212;
  text-align: right;
}
.modal .modal-dialog .modal-content .modal-body .info-row div.info {
  width: 80%;
  padding: 0.6rem 2.4rem;
  background: #34404e;
}
.modal .modal-dialog .modal-content .modal-body .info-row.withBtn .info {
  width: 65%;
  border-radius: 0;
}
.modal .modal-dialog .modal-content .modal-body .info-row.withBtn .g-btn {
  width: 15%;
}
.modal .modal-dialog .modal-content .modal-body .modal-table h2 {
  margin-top: 2rem;
  color: #ced3d7;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 4.8rem;
}
.modal .modal-dialog .modal-content .modal-body .modal-table table {
  width: 100%;
  border: 0.1rem solid #4a5663;
}
.modal .modal-dialog .modal-content .modal-body .modal-table table th, .modal .modal-dialog .modal-content .modal-body .modal-table table td {
  color: #ced3d7;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  padding: 1rem;
  border-bottom: 0.1rem solid #4a5663;
}
.modal .modal-dialog .modal-content .modal-body .modal-table table th {
  width: 20%;
  background: #34404e;
}
.modal .modal-dialog .modal-content .modal-body .modal-table table td {
  width: 80%;
  padding-left: 2rem;
}
.modal .modal-dialog .modal-content .modal-body .modal-table table td input {
  width: 150px;
  height: 30px;
  background-color: #ced3d7;
  border: 1px solid #dbe1e8;
  box-sizing: border-box;
  appearance: none;
}
.modal .modal-dialog .modal-content .modal-body .g-check {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.modal .modal-dialog .modal-content .modal-footer {
  justify-content: center;
  padding: 2.4rem 2.4rem 4.6rem;
  border: none;
  border-radius: 0;
}
.modal .modal-dialog .modal-content .modal-footer.empty {
  height: 1.6rem;
  padding: 0;
}

.light-mode #error,
.light-mode #inspection,
.light-mode #blockIP {
  background-color: #ffffff !important;
}
.light-mode #error h1,
.light-mode #inspection h1,
.light-mode #blockIP h1 {
  color: #34404e !important;
}
.light-mode #error h1::before,
.light-mode #inspection h1::before,
.light-mode #blockIP h1::before {
  background-image: url(/images/error-lightmode.png) !important;
}
.light-mode #error p,
.light-mode #inspection p,
.light-mode #blockIP p {
  color: #34404e !important;
}
.light-mode #inspection .container h1::before {
  background-image: url(/images/inspection-lightmode.png) !important;
}

#error .container,
#inspection .container,
#blockIP .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100vh;
}
#error .container h1,
#inspection .container h1,
#blockIP .container h1 {
  color: #ced3d7;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.8rem;
  text-align: center;
  margin-bottom: 1.6rem;
}
#error .container h1::before,
#inspection .container h1::before,
#blockIP .container h1::before {
  content: "";
  display: block;
  width: 21.6rem;
  height: 21.6rem;
  margin: 0 auto;
  margin-bottom: 2.4rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/images/error.png);
}
#error .container p,
#inspection .container p,
#blockIP .container p {
  color: #ced3d7;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  text-align: center;
}
#error .container .g-btn,
#inspection .container .g-btn,
#blockIP .container .g-btn {
  margin-top: 4rem;
}

#inspection .container h1::before {
  background-image: url(/images/inspection.png);
}

.loading-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
}
.loading-bg .lds-spinner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loading-bg .lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.loading-bg .lds-spinner div:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: rgb(55, 188, 255);
}
.loading-bg .lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.loading-bg .lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.loading-bg .lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.loading-bg .lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.loading-bg .lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.loading-bg .lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.loading-bg .lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.loading-bg .lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.loading-bg .lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.loading-bg .lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.loading-bg .lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.loading-bg .lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.heigh-max {
  height: 100%;
}
.heigh-max .g-container {
  height: calc(100% - 2rem);
}
.heigh-max .g-container .g-page-box {
  height: 100%;
}
.heigh-max .g-container .g-page-box .modal-content {
  height: calc(100% - 6rem);
}
.heigh-max .g-container .g-page-box .modal-content .modal-body {
  height: 100%;
}

.bootstrap-select .dropdown-menu.show .inner {
  max-height: 200px !important;
}

.g-container {
  width: calc(100% - 18.8rem);
  margin-left: auto;
  padding: calc(7.2rem + 1.6rem) 1.6rem 1.6rem 1.6rem;
}
@media (max-width: 576px) {
  .g-container {
    width: 100%;
  }
}
.g-container .modal-content {
  background-color: #384655;
  border: none;
  border-radius: 1.8rem;
}
.g-container .modal-content .modal-header {
  position: relative;
  justify-content: center;
  padding: 2.4rem;
  border: none;
  border-radius: 0;
}
.g-container .modal-content .modal-header .BackBtn {
  width: 3.2rem;
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  cursor: pointer;
}
.g-container .modal-content .modal-header h1 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8rem;
  text-align: center;
}
.g-container .modal-content .modal-header .colseBtn {
  width: 3.2rem;
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  cursor: pointer;
}
.g-container .modal-content .modal-body {
  max-height: calc(100vh - 76px - 80px - 30px);
  padding: 2.4rem 4rem;
  overflow-y: auto;
}
.g-container .modal-content .modal-body .g-input-box .bootstrap-select .g-select {
  border-radius: 0;
}
.g-container .modal-content .modal-body .info-row {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
.g-container .modal-content .modal-body .info-row div {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.g-container .modal-content .modal-body .info-row div.title {
  width: 15%;
  padding: 0.6rem 2.4rem;
  background: #646d72;
  text-align: center;
}
.g-container .modal-content .modal-body .info-row div.info {
  width: 85%;
  padding: 0.6rem 2.4rem;
  background: #34404e;
}
.g-container .modal-content .modal-body .info-row.withBtn .info {
  width: 65%;
  border-radius: 0;
}
.g-container .modal-content .modal-body .info-row.withBtn .g-btn {
  width: 15%;
}
.g-container .modal-content .modal-body .info-row.withBtn .g-btn:before, .g-container .modal-content .modal-body .info-row.withBtn .g-btn:after {
  border-radius: 0px 18px 18px 0px;
}
.g-container .modal-content .modal-body .g-check {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.g-container .modal-content .modal-footer {
  justify-content: center;
  padding: 2.4rem;
  border: none;
  border-radius: 0;
}
.g-container .modal-content .modal-footer.empty {
  height: 1.6rem;
  padding: 0;
}

.text-box .flexMC {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4rem 0 2rem;
}
.text-box .flexMC button {
  width: 8rem;
}
.text-box .scroll-area {
  width: 100%;
  height: 50rem;
  overflow-y: auto;
  color: #9ba2a6;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.5rem;
  padding: 1.6rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid #00a5cf;
}

.btn-menu {
  position: relative;
  width: 4rem;
  height: 4rem;
}
.btn-menu .icon {
  transition-duration: 0.5s;
  position: absolute;
  height: 3px;
  width: 25px;
  top: 2rem;
  background-color: #ffffff;
  border-radius: 0.4rem;
  left: 8px;
}
.btn-menu .icon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  content: "";
  top: -7px;
  border-radius: 2px;
}
.btn-menu .icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  content: "";
  top: 7px;
  border-radius: 2px;
}
.btn-menu.open .icon {
  transition-duration: 0.5s;
  background: transparent;
}
.btn-menu.open .icon:before {
  transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
}
.btn-menu.open .icon:after {
  transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}
.btn-menu:hover {
  cursor: pointer;
}

.m-btn {
  display: none !important;
}
@media (max-width: 576px) {
  .m-btn {
    display: block !important;
  }
}

header .btn-menu {
  display: none;
}
@media (max-width: 576px) {
  header .d-flex {
    display: none !important;
  }
  header .headerLogo {
    font-size: 2.4rem !important;
  }
  header .btn-menu {
    display: block;
  }
}

@media (max-width: 576px) {
  .modal {
    height: 100vh;
  }
  .modal.fade .modal-dialog {
    -webkit-transform: none !important;
    transition: none !important;
  }
  .modal .modal-dialog {
    min-width: 100%;
    margin: 0;
  }
  .modal .modal-dialog.modal-dialog-centered {
    max-height: 100vh;
  }
  .modal .modal-dialog.modal-dialog-centered .modal-content {
    height: 100vh;
    border-radius: 0;
    top: 0;
  }
  .modal .modal-dialog.modal-dialog-centered .modal-content .modal-body {
    max-height: 100vh;
  }
  .modal .modal-dialog.modal-dialog-centered .modal-content .modal-footer {
    padding: 2.4rem;
  }
  .modal .modal-dialog .modal-content {
    height: calc(100vh - 7.2rem);
    border-radius: 0;
    top: 7.2rem;
  }
  .modal .modal-dialog .modal-content .modal-header {
    padding: 1.5rem;
  }
  .modal .modal-dialog .modal-content .modal-header h1 {
    font-size: 1.8rem;
  }
  .modal .modal-dialog .modal-content .modal-header .colseBtn {
    top: 1.2rem;
  }
  .modal .modal-dialog .modal-content .modal-body {
    padding: 0 1rem;
  }
  .modal .modal-dialog .modal-content .modal-body .g-section-box {
    padding: 1rem 0;
  }
  .modal .modal-dialog .modal-content .modal-body .g-section-box .g-calendar-box {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .modal .modal-dialog .modal-content .modal-body .g-section-box .g-calendar-box .g-box {
    width: 100%;
  }
  .modal .modal-dialog .modal-content .modal-body .g-section-box .g-calendar-box .g-box input {
    border-radius: 0;
  }
  .modal .modal-dialog .modal-content .modal-body .g-section-box .g-calendar-box .g-tilde {
    position: relative;
    width: 1rem;
  }
  .modal .modal-dialog .modal-content .modal-body .g-section-box .d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
  .modal .modal-dialog .modal-content .modal-body .g-section-box .d-flex .g-w-160 {
    width: calc(50% - 1rem);
  }
  .modal .modal-dialog .modal-content .modal-body .g-section-box .d-flex .g-w-160.full-box {
    width: 100%;
  }
  .modal .modal-dialog .modal-content .modal-body .g-section-box .d-flex .bootstrap-select .g-select {
    border-radius: 0;
  }
  .modal .modal-dialog .modal-content .modal-body .g-section-box .withSelectBtn .g-w-160 {
    width: 30% !important;
  }
  .modal .modal-dialog .modal-content .modal-body .g-section-box .withSelectBtn input {
    width: 80%;
  }
  .modal .modal-dialog .modal-content .modal-body .g-section-box .withSelectBtn .bootstrap-select .g-select {
    border-radius: 0;
  }
}
.pl-pr-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pl-none {
  padding-left: 0 !important;
}

.pr-none {
  padding-right: 0 !important;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.container {
  padding-right: 8px;
  padding-left: 8px;
}

header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 7.2rem;
  background: #384655;
  padding: 1.6rem 2.4rem;
  z-index: 9;
}
header .headerLogo {
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4rem;
  cursor: pointer;
}
header .d-flex {
  align-items: center;
}
header .d-flex .userID {
  display: flex;
  align-items: center;
  margin-right: 2.4rem;
}
header .d-flex .userID span {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
header .d-flex .userID span:before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.4rem;
  vertical-align: middle;
  background-position: center;
  background-size: 2.4rem auto;
  background-image: url("/images/icon-userID.png");
}
header .d-flex .g-btn {
  display: flex;
  align-items: center;
}
header .d-flex .g-btn img {
  width: 2rem;
  margin-right: 0.4rem;
}
header .d-flex .g-btn span {
  color: #9ba2a6;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}

.light-mode header {
  background: #ffffff;
  z-index: 9;
}
.light-mode header .headerLogo {
  color: #34404e;
}
.light-mode header .headerLogo span {
  color: #34404e;
}
.light-mode header .d-flex .userID span {
  color: #34404e;
}
.light-mode header .d-flex .userID span:before {
  background-image: url("/images/icon-userID-lightmode.png");
}
.light-mode header .d-flex .g-btn span {
  color: #34404e;
}
.light-mode header .d-flex .g-btn:before, .light-mode header .d-flex .g-btn:after {
  background-color: #ffffff;
}
.light-mode header .d-flex .g-btn.whiteTypeText {
  color: #ffffff;
}
.light-mode header .d-flex .g-btn.whiteTypeText:before, .light-mode header .d-flex .g-btn.whiteTypeText:after {
  background: transparent;
}
.light-mode header .d-flex .g-btn.whiteTypeText:hover span {
  color: #ffffff;
}
.light-mode header .d-flex .g-btn.whiteTypeText:hover:before, .light-mode header .d-flex .g-btn.whiteTypeText:hover:after {
  background: #384655;
}

nav {
  position: fixed;
  top: 7.2rem;
  width: 18.8rem;
  height: calc(100vh - 7.2rem);
  background: #384655;
  padding-top: 4rem;
}
nav .menuList {
  width: 100%;
}
nav .menuList a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.2rem 1.6rem;
}
nav .menuList a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 4px;
  height: 100%;
  background: transparent;
  border-radius: 0px 4px 4px 0px;
}
nav .menuList a img {
  width: 2rem;
  margin-right: 0.8rem;
}
nav .menuList a span {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
}
nav .menuList a:hover {
  background: rgba(255, 255, 255, 0.1);
}
nav .menuList a.active::before {
  background: #00a5cf;
}
nav .menuList a.active:hover {
  background: transparent;
}
nav .menuList a.active span {
  color: #00a5cf;
}
nav .d-flex {
  display: none !important;
}

.light-mode nav {
  background: #ffffff;
}
.light-mode nav .menuList {
  width: 100%;
}
.light-mode nav .menuList a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 4px;
  height: 100%;
  background: transparent;
  border-radius: 0px 4px 4px 0px;
}
.light-mode nav .menuList a img {
  width: 2rem;
  margin-right: 0.8rem;
}
.light-mode nav .menuList a span {
  color: #34404e;
}
.light-mode nav .menuList a:hover {
  background: #00a5cf;
}
.light-mode nav .menuList a:hover span {
  color: #ffffff;
}
.light-mode nav .menuList a.active::before {
  background: #00a5cf;
}
.light-mode nav .menuList a.active:hover {
  background: transparent;
}
.light-mode nav .menuList a.active span {
  color: #34404e;
}
.light-mode nav .d-flex {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.light-mode nav .d-flex .userID span {
  color: #34404e;
}
.light-mode nav .d-flex .userID span:before {
  background-image: url("/images/icon-userID-lightmode.png");
}

@media (max-width: 576px) {
  nav {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: calc(100vh - 7.2rem);
    background: #34404e;
    top: 7.2rem;
    right: -100%;
    transition: 0.5s;
    padding: 0;
  }
  nav.active {
    right: 0;
  }
  nav .menuList a {
    padding: 2rem;
  }
  nav .d-flex {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
  }
  nav .d-flex .userID {
    display: flex;
    align-items: center;
    padding: 15px;
    margin-right: 2.4rem;
  }
  nav .d-flex .userID span {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
  }
  nav .d-flex .userID span:before {
    content: "";
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.4rem;
    vertical-align: middle;
    background-position: center;
    background-size: 2.4rem auto;
    background-image: url("/images/icon-userID.png");
  }
  nav .d-flex .g-btn {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    border: 1px solid #9ba2a6;
  }
  nav .d-flex .g-btn img {
    width: 2rem;
    margin-right: 0.4rem;
  }
  nav .d-flex .g-btn span {
    color: #9ba2a6;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2rem;
  }
}
#login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}
#login .login-box {
  width: 40rem;
  border-radius: 18px;
  padding: 2.4rem;
}
#login .login-box .Logo {
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4rem;
  text-align: center;
  margin-bottom: 4.4rem;
}
#login .login-box .g-btn {
  width: 100%;
  margin: 4.4rem 0;
  padding: 1.2rem 1.6rem;
  font-size: 1.6rem;
}

.light-mode #login {
  background: #ffffff;
}
.light-mode #login .login-box .Logo {
  color: #34404e;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4rem;
}

#main .d-flex .g-section-box {
  width: calc(33.3333333333% - 8px);
}
#main .d-flex .g-section-box ~ .g-section-box {
  margin-left: 1.6rem;
}
#main .d-flex .g-section-box h3 {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  margin-bottom: 0.8rem;
}
#main .d-flex .g-section-box .info-column {
  padding: 0.8rem;
}
#main .d-flex .g-section-box .info-column ~ .info-column {
  margin-top: 0.8rem;
}

#systemSettings .mb-24 {
  margin-bottom: 2.4rem;
}
#systemSettings .g-pageTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#systemSettings .g-pageTitle .g-link {
  display: flex;
  align-items: center;
}
#systemSettings .g-pageTitle .g-link img {
  width: 2rem;
  margin-right: 0.4rem;
}
#systemSettings .subTitle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}
#systemSettings .subTitle-row h4 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.8rem;
}
#systemSettings .d-flex.innerCol-3 .g-section-box {
  width: calc(33.3333333333% - 1.6px);
}
#systemSettings .d-flex.innerCol-2 .g-section-box {
  width: calc(50% - 0.8px);
}
#systemSettings .d-flex .g-section-box ~ .g-section-box {
  margin-left: 0.8rem;
}
#systemSettings .d-flex .g-section-box.copy {
  position: relative;
}
#systemSettings .d-flex .g-section-box.copy img {
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  right: 4px;
  top: 4px;
}
#systemSettings .d-flex .g-section-box.copy img:hover {
  background: #32240f;
  border-radius: 100%;
  cursor: pointer;
}
#systemSettings .g-input-box label {
  margin: 0.4rem 0 0 auto;
}
#systemSettings .modalBtn-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0.8rem;
}
#systemSettings .modalBtn-row .g-btn {
  height: 6rem;
}
#systemSettings .modalBtn-row .g-btn:before, #systemSettings .modalBtn-row .g-btn:after {
  border-radius: 48px;
}

#coinManage .g-pageTitle {
  position: relative;
}
#coinManage .g-pageTitle .CoinState-box {
  position: absolute;
  top: -1.2rem;
  right: 0;
  background: #34404e;
  padding: 1.2rem 1.6rem;
  border: 1px solid transparent;
  border-radius: 12px;
}
#coinManage .g-pageTitle .CoinState-box span {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.8rem;
}
#coinManage .g-pageTitle .CoinState-box span ~ span {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.6rem;
  margin-left: 0.8rem;
}
#coinManage .g-pageTitle .CoinState-box.warning {
  border-color: #ff8fa3;
}
#coinManage .g-pageTitle .CoinState-box.warning span ~ span {
  color: #ff8fa3;
}
#coinManage .g-pageTitle .CoinState-box.success {
  border-color: #01c0ae;
}
#coinManage .g-pageTitle .CoinState-box.success span ~ span {
  color: #01c0ae;
}
#coinManage .table-box {
  overflow: hidden;
}
#coinManage .table-box .d-flex .g-check {
  height: 3.2rem;
  display: flex;
  align-items: center;
}
#coinManage .table-box .d-flex .vertical-center {
  display: flex;
  align-items: center;
  margin-right: 2.4rem;
}
#coinManage .table-box .d-flex .vertical-center span {
  color: #ced3d7;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
}
#coinManage .maxHeight {
  max-height: 181.6rem;
  overflow-y: scroll;
}
#coinManage .maxHeight::-webkit-scrollbar {
  width: 5px;
}
#coinManage .maxHeight::-webkit-scrollbar:horizontal {
  height: 5px;
}
#coinManage .g-table .position-relative .g-check {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#coinManage .g-table tbody tr:first-of-type td {
  padding-top: 1.6rem;
}
#coinManage .g-table tbody tr:first-of-type td .g-check {
  top: 60%;
}
#coinManage .g-table tbody tr:last-of-type td {
  padding-bottom: 1.6rem;
}
#coinManage .g-table tbody tr:last-of-type td .g-check {
  top: 40%;
}
#coinManage .g-table tbody tr.no-history td {
  padding: 1.6rem;
}
#coinManage .g-table tbody tr td {
  padding: 0.8rem;
}
#coinManage #audioAlert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 500;
}
#coinManage #audioAlert .alert-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75rem;
  height: 22.5rem;
  background: #384655;
  border-radius: 1.8rem;
  padding: 2.4rem 4rem;
}
#coinManage #audioAlert .alert-box h3 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.8rem;
  text-align: center;
  margin-bottom: 4.8rem;
}
#coinManage #audioAlert .alert-box p {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: center;
  padding: 0 0.8rem;
}
#coinManage #audioAlert .alert-box .g-btn {
  display: block;
  margin: 4.8rem auto 0;
}

#userManage .g-table tbody tr td:last-of-type {
  width: 32rem;
}
#userManage .g-table tbody tr td .g-btn {
  padding: 0.4rem 1.2rem;
}