@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.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: 16px;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  box-sizing: border-box;
  color: #222;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  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-183 {
  width: 18.3rem;
}

.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;
}

.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-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;
  }
}
.g-page-box .g-section-box.search-area {
  overflow-x: auto;
}
@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 .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);
}

.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 #34495e;
  color: #34495e;
  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;
}

.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::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 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.2rem;
  width: 2rem;
}
.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;
}

.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;
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  cursor: pointer;
}
.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 .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;
}

.loading-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  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: #fff;
  border-radius: 0.4rem;
  left: 8px;
}
.btn-menu .icon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: #fff;
  content: "";
  top: -7px;
  border-radius: 2px;
}
.btn-menu .icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: #fff;
  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;
  }
}
/* front */
#container {
  width: 1240px;
}
#container .title {
  margin-bottom: 50px;
  text-align: left;
  line-height: 50px;
  font-weight: 800;
  font-size: 36px;
}
#container .title:after {
  content: "";
  display: block;
  width: 100%;
  margin-top: -18px;
  border: 1px solid #111;
  position: relative;
  z-index: -1;
}
#container .title strong {
  display: block;
  margin-bottom: -20px;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: -1px;
}
#container .title span {
  display: inline-block;
  padding-right: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  background: #fff;
  padding-bottom: 5px;
}
#container .title.non-subtext strong {
  position: relative;
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
#container .title.non-subtext strong:after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: #fff;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
#container .title.non-subtext:after {
  margin-top: -15px;
  z-index: -2;
}
#container .content {
  min-height: 500px;
}

.scroll-box {
  width: 100%;
  height: 160px;
  max-height: 160px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
}

.text-box {
  padding: 50px 0 150px;
}
.text-box p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.agreement .btn-wrap {
  margin-top: 50px;
}

.agree {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
}
.agree label {
  cursor: pointer;
}
.agree .checkbox {
  margin-right: 6px;
}
.agree .checkbox input[type=checkbox] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  appearance: none;
  opacity: 0.5;
}
.agree .checkbox input[type=checkbox]:hover {
  opacity: 1;
}
.agree .checkbox input[type=checkbox]:checked {
  background-color: #3498db;
  opacity: 1;
}
.agree .checkbox input[type=checkbox]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 6px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

/* btn */
.btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-wrap > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 20px 0;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0 5px 0;
  height: 60px;
  width: 180px;
  color: white;
  transition: all 0.25s ease;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: white;
  border: 1px solid #3498db;
  font-weight: 700;
  font-size: 17px;
  cursor: pointer;
}
.button span {
  position: relative;
  z-index: 2;
  color: #3498db;
}
.button i {
  display: inline-block;
  padding-left: 15px;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  letter-spacing: -0.5px;
}
.button i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -8px;
  display: block;
  width: 1px;
  height: 15px;
  background: #3498db;
}
.button:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  opacity: 1;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  background: #3498db;
  bottom: 0;
}
.button:hover:before {
  top: 0;
  bottom: auto;
  height: 100%;
}
.button:hover span {
  color: white;
}
.button:hover i:before {
  background: #fff;
}
.button.grey {
  border-color: #34495e;
}
.button.grey:before {
  background-color: #34495e;
}
.button.grey span {
  color: #34495e;
}
.button.grey i:before {
  background: #34495e;
}
.button.grey:hover span {
  color: white;
}
.button.grey:hover i:before {
  background: white;
}
.button.small {
  height: 40px;
  width: 100px;
}

/* table */
.table-type table {
  width: 100%;
}
.table-type table tr:first-of-type td {
  border-top: 1px solid #757575;
}
.table-type table tr:last-of-type {
  border-right: 0;
}
.table-type table thead {
  background-color: #f0f3f6;
  border-top-color: #4f5f6f;
}
.table-type table tbody {
  background-color: #ffffff;
}
.table-type table th,
.table-type table td {
  font-size: 16px;
  border: 1px solid #dae0e5;
  color: #73787f;
}
.table-type table th:first-of-type,
.table-type table td:first-of-type {
  border-left: 0;
}
.table-type table th {
  width: 300px;
  padding: 16px 20px 16px 15px;
  background-color: #f0f3f6;
  color: #4f5f6f;
  font-weight: bold;
  letter-spacing: -0.5px;
  vertical-align: middle;
  text-align: left;
}
.table-type table th span {
  display: inline-block;
  padding-left: 28px;
  position: relative;
}
.table-type table th span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -8px;
  display: block;
  width: 1px;
  height: 15px;
  background: #999ea3;
}
.table-type table td {
  padding: 7px 20px;
  vertical-align: middle;
  text-align: left;
}

.info {
  margin-top: 30px;
}
.info ul li {
  position: relative;
  font-size: 16px;
  margin: 10px 0;
  padding-left: 15px;
  letter-spacing: 0.5px;
}
.info ul li span {
  color: #ff0000;
}
.info ul li:before {
  content: "- ";
  position: absolute;
  top: 0;
  left: 0;
  color: #4f5f6f;
}
.info ul li .file-box {
  margin: 15px 10px;
}
.info ul li .file-box input[type=file]::file-selector-button {
  width: 150px;
  height: 30px;
  background: #fff;
  border: 1px solid rgb(77, 77, 77);
  font-size: 15px;
  border-radius: 10px;
  cursor: pointer;
}
.info ul li .file-box input[type=file]::file-selector-button:hover {
  background: rgb(77, 77, 77);
  color: #fff;
}

.order .btn-wrap {
  margin-top: 50px;
}

.form-wrap {
  width: 550px;
  margin: 100px auto 80px;
}
.form-wrap li {
  display: flex;
}
.form-wrap li div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 60px;
}
.form-wrap li div:first-child {
  width: 150px;
}
.form-wrap li div:last-child {
  width: calc(100% - 150px);
}
.form-wrap label {
  font-size: 18px;
  font-weight: bold;
}
.form-wrap select {
  appearance: none; /* 화살표 없애기 */
  display: inline-block;
  padding: 0 15px;
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: auto 15px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M455,113a15,15 0 01 19,0l29,29a15,15 0 01 0,19l-235,236a16,16 0 01-24,0l-235-236a15,15 0 01 0-19l29-29a15,15 0 01 19,0l199,199z' /%3E%3C/svg%3E");
}
.form-wrap select,
.form-wrap input {
  border: 1px solid #ccc;
  border-radius: 6px;
  height: 40px;
  padding: 0 15px;
  width: 100%;
  font-size: 16px;
  font-family: "Pretendard Variable";
}

/* popup */
.layer-popup {
  display: none;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #222;
}
.layer-popup .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}
.layer-popup .popup {
  display: block;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: auto;
  padding-bottom: 40px;
  font-size: 14px;
  background-color: #fff;
  letter-spacing: -1px;
}
.layer-popup .popup .title {
  padding: 15px;
  background-color: #ced3d7;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}
.layer-popup .popup .content {
  padding: 30px;
  font-size: 16px;
}
.layer-popup .popup .content ul {
  margin-top: 20px;
}
.layer-popup .popup .content ul li {
  margin: 5px 0;
  word-break: break-all;
}
.layer-popup .popup .content ul li:before {
  content: "-";
  padding-right: 5px;
}
.layer-popup .close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40px' height='40px' viewbox='0 0 40 40'%3E%3Cpath d='M 10,10 L 30,30 M 30,10 L 10,30' stroke='black' stroke-width='3' stroke-opacity='0.8' stroke-linecap='butt' /%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.layer-popup .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.layer-popup .btn-wrap.oneday {
  padding-right: 10px;
  background-color: #e7e6e6;
  justify-content: right;
}
.layer-popup .btn-wrap.oneday button {
  padding: 5px;
  font-size: 16px;
  color: #222;
  font-weight: bold;
  cursor: pointer;
}
.layer-popup.first-layer {
  display: block;
}
.layer-popup.first-layer .popup {
  top: 50%;
  left: 50%;
  width: 800px;
  height: 720px;
  margin: -500px 0 0 -400px;
}
.layer-popup.first-layer .popup .title {
  text-align: center;
  font-size: 20px;
}
.layer-popup.first-layer .popup .content {
  line-height: 24px;
}
.layer-popup.first-layer .popup .content h3 {
  margin-bottom: 10px;
  font-size: 22px;
}
.layer-popup.first-layer .popup .content h3 strong {
  padding: 0 5px;
}
.layer-popup.first-layer .popup .content div {
  margin: 20px 0;
  padding: 20px;
  border-radius: 10px;
  background-color: #f0f3f6;
}
.layer-popup.first-layer .popup .content div p {
  font-size: 18px;
}
.layer-popup.first-layer .popup .content div ul li {
  margin-bottom: 10px;
  line-height: 28px;
}
.layer-popup.first-layer .popup .content div ul li::before {
  display: none;
}
.layer-popup.first-layer .popup .content div ul li strong {
  color: rgb(206, 37, 37);
}
.layer-popup.first-layer .popup .content div ul li span {
  display: inline-block;
  padding: 2px 5px;
  background-color: #34495e;
  color: white;
}
.layer-popup.first-layer .popup .content span.red {
  color: red;
}
.layer-popup.first-layer .popup .content span.blue {
  color: #145f91;
}
.layer-popup.first-layer .popup .content strong {
  font-weight: bold;
}
.layer-popup.first-layer .popup .content strong.red {
  color: white;
  background-color: red;
}
.layer-popup.first-layer .popup .content .txt-c {
  margin-top: 20px;
  text-align: center;
}

#error,
#inspection,
#timeover {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  text-align: center;
}
#error:after,
#inspection:after,
#timeover:after {
  display: none;
  margin-top: 0;
}
#error img,
#inspection img,
#timeover img {
  width: 10rem;
  margin-bottom: 2.4rem;
}
#error h1,
#inspection h1,
#timeover h1 {
  color: #646d72;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.8rem;
  text-align: center;
  margin-bottom: 1.6rem;
}
#error p,
#inspection p,
#timeover p {
  color: #646d72;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  text-align: center;
}
#error .button,
#inspection .button,
#timeover .button {
  margin-top: 30px;
}

@media (max-width: 576px) {
  body {
    display: block;
  }
  #container {
    width: 100%;
    padding: 30px 15px;
  }
  #container h1 {
    margin-bottom: 30px;
    line-height: 40px;
    font-size: 26px;
  }
  #container h1 span {
    font-size: 14px;
  }
  #container h1.non-subtext strong {
    position: relative;
    display: inline-block;
    position: relative;
    padding-right: 10px;
  }
  #container h1.non-subtext strong:after {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    background: #fff;
    position: absolute;
    bottom: 0;
    z-index: -1;
  }
  #container h1.non-subtext:after {
    margin-top: -15px;
    z-index: -2;
  }
  #container .content {
    min-height: auto;
  }
  .scroll-box {
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .text-box {
    padding: 50px 0 150px;
  }
  .agree {
    margin: 15px 0;
  }
  .agree label {
    font-size: 15px;
  }
  /* btn */
  .btn-wrap > div {
    gap: 10px;
    margin: 15px 0;
  }
  .btn-wrap > button.button {
    width: 150px;
  }
  .button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0 5px 0;
    height: 50px;
    width: 100%;
    font-size: 14px;
  }
  .button span {
    position: relative;
    z-index: 2;
    color: #3498db;
  }
  .button i {
    display: inline-block;
    padding-left: 10px;
    font-style: normal;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    letter-spacing: -1px;
  }
  .button i:before {
    margin-top: -6px;
    left: 4px;
    height: 12px;
    background: #3498db;
  }
  .button.small {
    height: 40px;
    width: 100px;
  }
  /* table */
  .table-type table {
    width: 100%;
  }
  .table-type table tr:first-of-type td {
    border-top: 1px solid #757575;
  }
  .table-type table tr:last-of-type {
    border-right: 0;
  }
  .table-type table thead {
    background-color: #f0f3f6;
    border-top-color: #4f5f6f;
  }
  .table-type table tbody {
    background-color: #ffffff;
  }
  .table-type table th,
  .table-type table td {
    font-size: 16px;
    border: 1px solid #dae0e5;
    color: #73787f;
  }
  .table-type table th:first-of-type,
  .table-type table td:first-of-type {
    border-left: 0;
  }
  .table-type table th {
    width: 35%;
    padding: 12px 20px 12px 15px;
    color: #4f5f6f;
  }
  .table-type table th span {
    display: block;
    padding-left: 0;
    padding-top: 5px;
    color: #585f66;
    font-weight: 400;
    font-size: 14px;
  }
  .table-type table th span:before {
    display: none;
  }
  .table-type table td {
    padding: 7px 15px;
    font-size: 15px;
  }
  .order .btn-wrap {
    margin-top: 50px;
  }
  .form-wrap {
    width: 100%;
    margin: 30px 0 0;
  }
  .form-wrap li {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
  }
  .form-wrap li div {
    height: auto;
  }
  .form-wrap li div:first-child {
    width: 100%;
    margin-bottom: 15px;
  }
  .form-wrap li div:last-child {
    width: 100%;
  }
  /* popup */
  .layer-popup .popup {
    width: 90%;
  }
  .layer-popup .btn-wrap.oneday button {
    font-size: 14px;
  }
  .layer-popup.first-layer {
    display: block;
  }
  .layer-popup.first-layer .popup {
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0 !important;
    left: 0 !important;
  }
  .layer-popup.first-layer .popup .title {
    font-size: 18px;
  }
  .layer-popup.first-layer .popup .content {
    width: 100%;
    height: calc(100% - 40px);
    overflow-y: scroll;
    padding: 20px 20px 35px;
    font-size: 14px;
    line-height: 20px;
  }
  .layer-popup.first-layer .popup .content h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .layer-popup.first-layer .popup .content h3 strong {
    padding: 0 5px;
  }
  .layer-popup.first-layer .popup .content div p {
    font-size: 16px;
  }
  .layer-popup.first-layer .popup .content div ul {
    margin-top: 0;
  }
  .layer-popup.first-layer .popup .content div ul li {
    margin-bottom: 10px;
    line-height: 24px;
  }
  .layer-popup.first-layer .popup .content div ul li span {
    padding: 2px 5px;
    margin-bottom: 5px;
  }
  .layer-popup.first-layer .popup .content .txt-c {
    margin-top: 15px;
  }
  #error,
  #inspection,
  #timeover {
    padding: 0 20px;
  }
  #error img,
  #inspection img,
  #timeover img {
    width: 8rem;
    margin-bottom: 1.4rem;
  }
  #error h1,
  #inspection h1,
  #timeover h1 {
    color: #646d72;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.8rem;
    margin-bottom: 1rem;
  }
  #error p,
  #inspection p,
  #timeover p {
    color: #646d72;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8rem;
    text-align: center;
  }
  #error .btn-wrap,
  #inspection .btn-wrap,
  #timeover .btn-wrap {
    width: 100%;
  }
  #error .button,
  #inspection .button,
  #timeover .button {
    margin-top: 30px;
  }
}