<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* foundation */
/* componenet*/
/* foundation */
/* componenet*/
/* alert */
.mxds {
  /* tooltip */
  /* badge */
  /* small-pill */
  /* button */
  /* checkbox */
  /* radio */
  /* text-field */
  /* select */
  /* search-input*/
  /* table */
}
.mxds-alert {
  display: flex;
  align-items: flex-start;
  padding: 1.7rem 2.4rem;
  border: 1px solid;
  border-radius: 0.3rem;
  background: #FAFAFA;
  color: #424242;
  gap: 6rem;
  border-color: #424242;
}
.mxds-alert-close {
  font-size: 1.8rem;
  color: #757575;
  line-height: 1.3;
}
.mxds-alert[data-mxds-type=default] {
  background: #FAFAFA;
  color: #424242;
  border-color: #424242;
}
.mxds-alert[data-mxds-type=default] .mxds-alert-message::before {
  background-image: url(/mxds/images/components/alert-default.svg);
}
.mxds-alert[data-mxds-type=success] {
  background: #F3F8FF;
  color: #275BAB;
  border-color: #275BAB;
}
.mxds-alert[data-mxds-type=success] .mxds-alert-message::before {
  background-image: url(/mxds/images/components/alert-success.svg);
}
.mxds-alert[data-mxds-type=information] {
  background: #F6FBF8;
  color: #087F34;
  border-color: #087F34;
}
.mxds-alert[data-mxds-type=information] .mxds-alert-message::before {
  background-image: url(/mxds/images/components/alert-information.svg);
}
.mxds-alert[data-mxds-type=warning] {
  background: #FFFBF5;
  color: #F79000;
  border-color: #F79000;
}
.mxds-alert[data-mxds-type=warning] .mxds-alert-message::before {
  background-image: url(/mxds/images/components/alert-warning.svg);
}
.mxds-alert[data-mxds-type=error] {
  background: #FEF9F9;
  color: #D43333;
  border-color: #D43333;
}
.mxds-alert[data-mxds-type=error] .mxds-alert-message::before {
  background-image: url(/mxds/images/components/alert-error.svg);
}
.mxds-alert[data-mxds-type=cancel] {
  background: #FAFAFA;
  color: #424242;
  border-color: #424242;
}
.mxds-alert[data-mxds-type=cancel] .mxds-alert-message::before {
  background-image: url(/mxds/images/components/alert-cancel.svg);
}
.mxds-alert[data-mxds-alert=inline] {
  padding: 0;
  border: none;
  background: transparent !important;
}
.mxds-alert[data-mxds-alert=inline] .mxds-alert-message-desc {
  display: none;
}
.mxds-alert-message {
  display: flex;
  flex-direction: column;
  position: relative;
  /* font-family: "Spoqa Han Sans Neo"; */
  padding-left: 2.8rem;
  gap: 0.6rem;
}
.mxds-alert-message::before {
  display: block;
  position: absolute;
  top: -.2rem;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(/mxds/images/components/alert-default.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 1;
  content: "";
}
.mxds-alert-message-title {
  font-size: 1.6rem;
  font-weight: 500;
}
.mxds-alert-message-desc {
  color: #757575;
}
.mxds-tooltip {
  overflow: hidden;
  padding: 0.7rem 1.2rem;
  border-radius: 0.3rem;
  background: #222;
}
.mxds-tooltip[data-mxds-type=card] {
  width: 28rem;
  padding: 2rem;
  border: 1px solid #E0E0E0;
  background: #fff;
}
.mxds-tooltip[data-mxds-type=card] .mxds-tooltip-message {
  gap: 1rem;
}
.mxds-tooltip[data-mxds-type=card] .mxds-tooltip-message-title {
  font-weight: 400;
  color: #616161;
}
.mxds-tooltip[data-mxds-type=card] .mxds-tooltip-message-desc {
  color: #757575;
}
.mxds-tooltip-close {
  display: none;
}
.mxds-tooltip-message {
  display: flex;
  flex-direction: column;
  position: relative;
  font-size: 1.4rem;
  gap: 0.5rem;
}
.mxds-tooltip-message-title {
  font-weight: 500;
  color: #fff;
}
.mxds-tooltip-message-desc {
  color: #fff;
}
.mxds-badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 3.2rem;
  padding: 0.4rem 1.2rem;
  border-radius: 0.3rem;
  background: #424242;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.mxds-badge &gt; * + * {
  margin-left: 0.6rem;
}
.mxds-pill {
  display: inline-flex;
  align-items: center;
  height: 2.3rem;
  padding: 0.25rem 1rem;
  border-radius: 1.6rem;
  background: #E0E0E0;
  font-weight: 700;
  color: #424242;
}
.mxds-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.8rem;
  padding: 0.5rem 2.2rem;
  border: 1px solid #424242;
  border-radius: 0.3rem;
  font-weight: 500;
  color: #424242;
  line-height: 1;
  text-align: center;
  gap: 0.6rem;
}
.mxds-button[disabled] {
  border: 1px solid #bdbdbd !important;
  color: #9E9E9E !important;
}
.mxds-button[disabled][class*=bg-] {
  background: #bdbdbd !important;
  color: #fff !important;
}
.mxds-button[data-mxds-type=link] {
  height: auto;
  padding: 0;
  border: none;
  text-decoration: underline;
  text-underline-position: under;
}
.mxds-button[data-mxds-type=link]:not([href]) {
  color: #bdbdbd;
}
.mxds-button[data-mxds-type*=icon] {
  width: 4.8rem;
  height: 4.8rem;
  padding: 0;
}
.mxds-button[data-mxds-type*=icon] i {
  font-size: 1.8rem;
}
.mxds-button[data-mxds-type=icon-circle] {
  width: 5.6rem;
  height: 5.6rem;
  padding: 0;
  border-radius: 50%;
}
.mxds-button[data-mxds-type=icon-circle] i {
  font-size: 1.8rem;
}
.mxds-button[data-mxds-size=mini] {
  height: 3.2rem;
}
.mxds-button[data-mxds-size=small] {
  height: 3.6rem;
}
.mxds-button[data-mxds-size=medium] {
  height: 4rem;
}
.mxds-button[data-mxds-size=large] {
  height: 4.8rem;
}
.mxds-button[data-mxds-size=max] {
  height: 5.6rem;
}
.mxds-button.plus {
  background: #275BAB;
  border-color: #275BAB;
}
.mxds-button.plus span {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 0.6rem;
}
.mxds-button.plus span::before {
  display: block;
  font-family: "iconoir";
  content: "\eb75";
}
.mxds-button.save {
  background: #275BAB;
  border-color: #275BAB;
}
.mxds-button.save span {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 0.6rem;
}
.mxds-button.save span::before {
  display: block;
  font-family: "iconoir";
  content: "\e900";
}
.mxds-button.config {
  border: 1px solid #424242;
}
.mxds-button.config span {
  display: flex;
  align-items: center;
  color: #424242;
  gap: 0.6rem;
}
.mxds-button.config span::before {
  display: block;
  font-family: "iconoir";
  content: "\ec4e";
}
.mxds-button.del {
  border: 1px solid #D43333;
}
.mxds-button.del span {
  display: flex;
  align-items: center;
  color: #D43333;
  gap: 0.6rem;
}
.mxds-button.del span::before {
  display: block;
  font-family: "iconoir";
  content: "\eceb";
}
.mxds-button.list {
  background-color: #424242;
}
.mxds-button.list span {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 0.6rem;
}
.mxds-button.list span::before {
  display: block;
  font-family: "iconoir";
  content: "\eb15";
}
.mxds-checkbox {
  position: relative;
}
.mxds-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  clip: rect(0, 0, 0, 0);
}
.mxds-checkbox input[type=checkbox]:checked + label::before {
  border: 1px solid #222;
  background: #222;
  content: "\e900";
}
.mxds-checkbox input[type=checkbox]:focus-visible + label::before {
  outline: 2px solid #000;
  outline-offset: -2px;
}
.mxds-checkbox input[type=checkbox][disabled] + label {
  color: #9E9E9E;
}
.mxds-checkbox input[type=checkbox][disabled] + label::before {
  border: 1px solid #E0E0E0;
  background: #E0E0E0;
  color: #9E9E9E;
}
.mxds-checkbox label {
  display: flex;
  position: relative;
  font-size: 1.8rem;
  cursor: pointer;
}
.mxds-checkbox label::before {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transform: translateY(0.4rem);
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.6rem;
  border: 1px solid #bdbdbd;
  border-radius: 0.3rem;
  background: #fff;
  font-family: "iconoir";
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  content: "";
}
.mxds-radio {
  position: relative;
}
.mxds-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  clip: rect(0, 0, 0, 0);
}
.mxds-radio input[type=radio]:focus-visible + label::before {
  outline: 2px solid #000;
  outline-offset: -2px;
}
.mxds-radio input[type=radio]:checked + label::before {
  border: 0.5rem solid #222;
}
.mxds-radio input[type=radio][disabled] + label {
  color: #9E9E9E;
}
.mxds-radio input[type=radio][disabled] + label::before {
  border: 0.5rem solid #E0E0E0;
  background: #E0E0E0;
  color: #9E9E9E;
}
.mxds-radio input[type=radio][disabled]:checked + label::before {
  background: #fff;
}
.mxds-radio label {
  display: flex;
  position: relative;
  font-size: 1.8rem;
  cursor: pointer;
}
.mxds-radio label::before {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transform: translateY(0.4rem);
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.8rem;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
  background: #fff;
  font-family: "iconoir";
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  content: "";
}
.mxds-input {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  gap: 1rem;
}
.mxds-input[data-mxds-type=column] {
  flex-direction: column;
  align-items: stretch;
}
.mxds-input[data-mxds-type=nowrap] {
  flex-wrap: nowrap;
}
.mxds-input &gt; button {
  position: absolute;
  top: 50%;
  right: 1.3rem;
  transform: translateY(-50%);
  font-size: 1.8rem;
}
.mxds-input &gt; button.mxds-button {
  position: relative;
  top: auto;
  right: auto;
  transform: none;
  font-size: inherit;
}
.mxds-input-label {
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
  color: #222;
  cursor: pointer;
}
.mxds-input-list {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0.8rem;
}
.mxds-input-item {
  display: block;
  position: relative;
  overflow: hidden;
}
.mxds-input-item[data-mxds-size=minimum] {
  width: 4rem;
}
.mxds-input-item[data-mxds-size=minimum] input {
  padding: 1rem !important;
  text-align: center;
}
.mxds-input-item[data-mxds-size=mini] {
  width: 10rem;
}
.mxds-input-item[data-mxds-size=medium] {
  width: 18rem;
}
.mxds-input-item[data-mxds-size=large] {
  width: 26rem;
}
.mxds-input-item[data-mxds-size=quarter] {
  width: 25%;
}
.mxds-input-item[data-mxds-size=third] {
  width: 33.3333%;
}
.mxds-input-item[data-mxds-size=half] {
  width: 50%;
}
.mxds-input-item[data-mxds-size=full] {
  width: 100%;
}
.mxds-input-item input[type=text],
.mxds-input-item input[type=password],
.mxds-input-item input[type=number],
.mxds-input-item textarea {
  display: block;
  width: 100%;
  height: 4.8rem;
  padding: 1rem 4rem 1rem 1.6rem;
  border: none;
  border: 1px solid #E0E0E0;
  border-radius: 0.3rem;
  font-size: 1.6rem;
  color: #616161;
}
.mxds-input-item input[type=text]::-moz-placeholder, .mxds-input-item input[type=password]::-moz-placeholder, .mxds-input-item input[type=number]::-moz-placeholder, .mxds-input-item textarea::-moz-placeholder {
  color: #9E9E9E;
}
.mxds-input-item input[type=text]::placeholder,
.mxds-input-item input[type=password]::placeholder,
.mxds-input-item input[type=number]::placeholder,
.mxds-input-item textarea::placeholder {
  color: #9E9E9E;
}
.mxds-input-item input[type=text]:focus-visible + button, .mxds-input-item input[type=text]:focus-visible + span,
.mxds-input-item input[type=password]:focus-visible + button,
.mxds-input-item input[type=password]:focus-visible + span,
.mxds-input-item input[type=number]:focus-visible + button,
.mxds-input-item input[type=number]:focus-visible + span,
.mxds-input-item textarea:focus-visible + button,
.mxds-input-item textarea:focus-visible + span {
  opacity: 1;
}
.mxds-input-item input[type=text]:disabled,
.mxds-input-item input[type=password]:disabled,
.mxds-input-item input[type=number]:disabled,
.mxds-input-item textarea:disabled {
  background: #F5F5F5;
  color: #9E9E9E;
}
.mxds-input-item input[type=text]:invalid, .mxds-input-item input[type=text][invalid], .mxds-input-item input[type=text][value=Invalid], .mxds-input-item input[type=text][value=invalid],
.mxds-input-item input[type=password]:invalid,
.mxds-input-item input[type=password][invalid],
.mxds-input-item input[type=password][value=Invalid],
.mxds-input-item input[type=password][value=invalid],
.mxds-input-item input[type=number]:invalid,
.mxds-input-item input[type=number][invalid],
.mxds-input-item input[type=number][value=Invalid],
.mxds-input-item input[type=number][value=invalid],
.mxds-input-item textarea:invalid,
.mxds-input-item textarea[invalid],
.mxds-input-item textarea[value=Invalid],
.mxds-input-item textarea[value=invalid] {
  border-color: #D43333;
}
.mxds-input-item input[type=number] {
  padding-right: 1.6rem;
}
.mxds-input-item input[type=number]::-webkit-outer-spin-button, .mxds-input-item input[type=number]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.mxds-input-item textarea {
  height: 12rem;
}
.mxds-input-item textarea + button, .mxds-input-item textarea + span {
  top: auto;
  bottom: 1.2rem;
  transform: none;
}
.mxds-input-item[data-mxds-type=datepicker]::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  font-family: "iconoir";
  font-size: 1.8rem;
  content: "\e8e3";
}
.mxds-input-item[data-mxds-type=time]::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  font-family: "iconoir";
  font-size: 1.8rem;
  content: "\e8f1";
}
.mxds-input-item[data-mxds-type=password] input[type=text] + button::before {
  font-family: "iconoir";
  content: "\e9e8";
}
.mxds-input-item[data-mxds-type=password] button,
.mxds-input-item[data-mxds-type=password] span {
  opacity: 1;
}
.mxds-input-item[data-mxds-type=password] button::before,
.mxds-input-item[data-mxds-type=password] span::before {
  font-family: "iconoir";
  color: #222;
  content: "\e9e7";
}
.mxds-input-item button,
.mxds-input-item span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  opacity: 0;
  cursor: pointer;
}
.mxds-input-item button::before,
.mxds-input-item span::before {
  font-family: "remixicon";
  font-size: 1.8rem;
  color: #bdbdbd;
  content: "\eb96";
}
.mxds-select {
  display: inline-flex;
  position: relative;
  max-width: 100%;
  min-width: 18rem;
  font-size: 1.6rem;
}
.mxds-select[data-mxds-size=mini] {
  min-width: 0 !important;
  width: 10rem;
}
.mxds-select[data-mxds-size=medium] {
  width: 18rem;
}
.mxds-select[data-mxds-size=large] {
  width: 26rem;
}
.mxds-select[data-mxds-size=quarter] {
  width: 25%;
}
.mxds-select[data-mxds-size=third] {
  width: 33.333%;
}
.mxds-select[data-mxds-size=half] {
  width: 50%;
}
.mxds-select[data-mxds-size=full] {
  width: 100%;
}
.mxds-select[data-mxds-type=search] .chosen-container .chosen-search {
  height: 4.8rem;
}
.mxds-select select {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  width: 100% !important;
  height: 100%;
}
.mxds-select select:focus-visible + .chosen-container {
  outline: 2px solid #000;
}
.mxds-select .chosen-with-drop {
  outline: 2px solid #000;
}
.mxds-select .chosen-with-drop .chosen-single::after {
  transform: translateY(-50%) rotate(180deg);
}
.mxds-select .chosen-with-drop .chosen-drop {
  display: block;
}
.mxds-select .chosen-container {
  display: flex;
  align-items: center;
  position: relative;
  width: 100% !important;
  height: 4.8rem;
  border: 1px solid #E0E0E0;
  border-radius: 0.3rem;
  cursor: pointer;
}
.mxds-select .chosen-container .search-field {
  position: relative;
}
.mxds-select .chosen-container .search-field::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  font-family: "iconoir";
  font-size: 1.8rem;
  color: #424242;
  content: "\ebd8";
}
.mxds-select .chosen-container .search-field input {
  width: 100%;
  height: 4.8rem;
  padding: 0.5rem 3rem 0.5rem 1.5rem;
  border: none;
  background: #FAFAFA;
  outline: none;
}
.mxds-select .chosen-single {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 4.2rem 0 1.5rem;
  border-radius: 0.3rem;
  background: #fff;
  line-height: 1.25;
}
.mxds-select .chosen-single::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%) rotate(0);
  font-family: "iconoir";
  font-size: 1.8rem;
  color: #424242;
  transition: 0.2s;
  content: "\eb4a";
}
.mxds-select .chosen-single span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mxds-select .chosen-search {
  position: relative;
  height: 0;
  overflow: hidden;
}
.mxds-select .chosen-search::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  font-family: "iconoir";
  font-size: 1.8rem;
  color: #424242;
  content: "\ec3b";
}
.mxds-select .chosen-search input {
  width: 100%;
  height: 4.8rem;
  padding: 0.5rem 3rem 0.5rem 1.5rem;
  border: none;
  background: #FAFAFA;
  outline: none;
}
.mxds-select .chosen-drop {
  display: none;
  position: absolute;
  top: calc(100% + 0.8rem);
  left: 0;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  border: 1px solid #E0E0E0;
  border-radius: 0.3rem;
  background: #fff;
}
.mxds-select .chosen-drop li {
  display: flex;
  align-items: center;
  min-height: 4.8rem;
  padding: 0.5rem 1.5rem;
  font-size: 1.6rem;
  line-height: 1.25;
  cursor: pointer;
}
.mxds-select .chosen-drop li.highlighted {
  background: #F5F5F5;
}
.mxds-select .chosen-drop li.no-results {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 19.2rem;
  font-size: 1.6rem;
  gap: 0.8rem;
}
.mxds-select .chosen-drop li.no-results .no_results_custom {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.25rem;
}
.mxds-select .chosen-drop li.no-results strong {
  font-weight: 500;
  color: #424242;
}
.mxds-select .chosen-drop li.no-results span {
  color: #9E9E9E;
}
.mxds-select .chosen-results {
  position: relative;
  max-height: 24rem;
  overflow: auto;
}
.mxds-search {
  display: flex;
  gap: 0.8rem;
}
.mxds-search .mxds-input {
  width: auto;
}
.mxds-table {
  position: relative;
  overflow: hidden;
}
.mxds-table::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  content: "";
}
.mxds-table-info {
  overflow: auto;
  border-top: 2px solid #222;
  border-bottom: 1px solid #757575;
}
.mxds-table-info table {
  text-align: center;
  table-layout: fixed;
}
.mxds-table-info table[data-mxds-size=mini] th,
.mxds-table-info table[data-mxds-size=mini] td {
  padding: 1.2rem;
}
.mxds-table-info table[data-mxds-size=small] th,
.mxds-table-info table[data-mxds-size=small] td {
  padding: 1.6rem;
}
.mxds-table-info table[data-mxds-size=large] th,
.mxds-table-info table[data-mxds-size=large] td {
  padding: 2.4rem;
}
.mxds-table-info table th {
  background: #F5F5F5;
  color: #222;
}
.mxds-table-info table td {
  color: #616161;
}
.mxds-table-info table th,
.mxds-table-info table td {
  padding: 2rem;
  border-right: 1px solid #E0E0E0;
  font-size: 1.8rem;
  line-height: 1.555;
}
.mxds-table-info table .left {
  text-align: left;
}
.mxds-table-info table tbody th,
.mxds-table-info table tbody td {
  border-bottom: 1px solid #e0e0e0;
}
.mxds-modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 21;
  max-width: 100%;
  max-height: 85%;
  overflow: auto;
  visibility: hidden;
  padding: 3.2rem;
  border-radius: 1.2rem;
  background: #fff;
  text-align: center;
  gap: 1.3rem;
}
.mxds-modal[data-mxds-type=left] {
  align-items: flex-start;
  text-align: left;
}
.mxds-modal[data-mxds-type=center] {
  align-items: center;
  text-align: center;
}
.mxds-modal[data-mxds-type=right] {
  align-items: flex-end;
  text-align: right;
}
.mxds-modal[data-mxds-size=small] {
  width: 33rem;
}
.mxds-modal[data-mxds-size=medium] {
  width: 56rem;
}
.mxds-modal[data-mxds-size=large] {
  width: 80rem;
}
.mxds-modal[data-mxds-size=max] {
  width: 114rem;
}
.mxds-modal-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% + 6.4rem);
  min-height: 7.2rem;
  padding: 1rem 3.2rem;
  margin: -3.2rem -3.2rem 1.1rem;
  border-bottom: 1px solid #eee;
  gap: 2rem;
}
.mxds-modal-top strong {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  text-align: left;
}
.mxds-modal-top a {
  margin-left: auto;
}
.mxds-modal-top a::before {
  display: block;
  font-family: "iconoir";
  font-size: 2.4rem;
  color: #222;
  line-height: 1;
  content: "\e8e7";
}
.mxds-modal-image {
  margin-bottom: 0.75rem;
}
.mxds-modal-title {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
}
.mxds-modal-info {
  line-height: 1.5;
}
.mxds-modal-controller {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 1.1rem;
  gap: 0.8rem;
}
.mxds-tab {
  overflow: hidden;
}
.mxds-tab ul {
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}
.mxds-tab ul li {
  position: relative;
}
.mxds-tab ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 6.4rem;
  padding: 0.75rem 2.4rem;
  font-size: 1.8rem;
  color: #9E9E9E;
  text-align: center;
}
.mxds-tab ul li a.on, .mxds-tab ul li a:focus-visible {
  font-weight: 700;
}
.mxds-tab[data-mxds-type=button] ul {
  flex-wrap: wrap;
  gap: 0.7rem;
}
.mxds-tab[data-mxds-type=button] ul li a {
  border: 1px solid #E0E0E0;
  white-space: nowrap;
}
.mxds-tab[data-mxds-type=button] ul li a.on, .mxds-tab[data-mxds-type=button] ul li a:focus-visible {
  border: 1px solid #222;
  background: #222;
  color: #fff;
}
.mxds-tab[data-mxds-type=button] ul li a.on::after, .mxds-tab[data-mxds-type=button] ul li a:focus-visible::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: rotate(45deg) translate(0, 100%);
  border-top: 1rem solid #fff;
  border-right: 1rem solid transparent;
  content: "";
}
.mxds-tab[data-mxds-type=box] ul li {
  flex: 1;
}
.mxds-tab[data-mxds-type=box] ul li + li a {
  border-left: none;
}
.mxds-tab[data-mxds-type=box] ul li a {
  border: 1px solid #E0E0E0;
}
.mxds-tab[data-mxds-type=box] ul li a.on, .mxds-tab[data-mxds-type=box] ul li a:focus-visible {
  background: #222;
  color: #fff;
  border-color: #222;
}
.mxds-tab[data-mxds-type=box] ul li a.on::after, .mxds-tab[data-mxds-type=box] ul li a:focus-visible::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: rotate(45deg) translate(0, 100%);
  border-top: 1rem solid #fff;
  border-right: 1rem solid transparent;
  content: "";
}
.mxds-tab[data-mxds-type=focus] ul li {
  flex: 1;
}
.mxds-tab[data-mxds-type=focus] ul li + li a {
  border-left: none;
}
.mxds-tab[data-mxds-type=focus] ul li a {
  border: 1px solid #E0E0E0;
}
.mxds-tab[data-mxds-type=focus] ul li a.on, .mxds-tab[data-mxds-type=focus] ul li a:focus-visible {
  border: 2px solid #222;
  color: #222;
}
.mxds-tab[data-mxds-type=bookmark] ul::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background: #222;
  content: "";
}
.mxds-tab[data-mxds-type=bookmark] ul li a {
  height: 5.6rem;
  white-space: nowrap;
  color: #424242;
}
.mxds-tab[data-mxds-type=bookmark] ul li a.on, .mxds-tab[data-mxds-type=bookmark] ul li a:focus-visible {
  border: 1px solid #222;
  border-bottom: 1px solid #fff;
  outline: none;
}
.mxds-tab[data-mxds-type=line] ul {
  gap: 3rem;
}
.mxds-tab[data-mxds-type=line] ul::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background: #E0E0E0;
  content: "";
}
.mxds-tab[data-mxds-type=line] ul li a {
  height: 5.6rem;
  padding: 0;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.mxds-tab[data-mxds-type=line] ul li a.on, .mxds-tab[data-mxds-type=line] ul li a:focus-visible {
  color: #424242;
  border-color: #222;
  border-width: 3px;
}
.mxds-tab-responsive-default {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.mxds-tab-responsive-default.active &gt; a::after {
  transform: rotate(180deg);
}
.mxds-tab-responsive-default.active ul {
  display: flex;
}
.mxds-tab-responsive-default &gt; a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 48px;
  overflow: hidden;
  padding: 10px 16px;
  border-radius: 0.3rem;
  background: #222;
  font-size: 16px;
  color: #fff;
  gap: 10px;
}
.mxds-tab-responsive-default &gt; a::after {
  font-family: "iconoir";
  font-size: 18px;
  color: #fff;
  content: "\eafe";
}
.mxds-tab-responsive-default ul {
  display: none;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #E0E0E0;
  border-radius: 0.3rem;
  gap: 0 !important;
}
.mxds-tab-responsive-default ul::before {
  display: none !important;
}
.mxds-tab-responsive-default ul li a {
  justify-content: flex-start;
  height: 48px !important;
  padding: 10px 16px !important;
  border: none !important;
  white-space: normal !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #9E9E9E !important;
}
.mxds-tab-responsive-default ul li a::after {
  display: none !important;
}
.mxds-tab-responsive-default ul li a.on, .mxds-tab-responsive-default ul li a:focus-visible, .mxds-tab-responsive-default ul li a:hover {
  background: #F5F5F5 !important;
}
.mxds-tab-responsive-default ul li + li {
  margin-top: -1px;
}
.mxds-tab-responsive-scroll {
  position: relative;
}
.mxds-tab-responsive-scroll ul {
  padding-right: 9.3rem;
}
.mxds-tab-responsive-scroll::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 9.3rem;
  height: 100%;
  background: linear-gradient(to right, transparent, #fff);
  content: "";
}
.mxds-toggle {
  display: flex;
  position: relative;
}
.mxds-toggle-state {
  display: flex;
  position: relative;
}
.mxds-toggle input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  clip: rect(0, 0, 0, 0);
}
.mxds-toggle label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 0.8rem;
}
.mxds-toggle label .mxds-toggle-title {
  font-size: 1.7rem;
  font-weight: 400;
  color: #616161;
}
.mxds-toggle[data-mxds-type=switch] input[type=checkbox]:checked + label .mxds-toggle-state {
  background: #275BAB;
}
.mxds-toggle[data-mxds-type=switch] input[type=checkbox]:checked + label .mxds-toggle-state::before {
  transform: translateX(calc(100% + 0.2rem));
}
.mxds-toggle[data-mxds-type=switch] input[type=checkbox]:disabled + label .mxds-toggle-state {
  background: #E0E0E0 !important;
}
.mxds-toggle[data-mxds-type=switch] input[type=checkbox]:disabled:checked + label .mxds-toggle-state {
  background: #D1DAEB !important;
}
.mxds-toggle[data-mxds-type=switch] input[type=checkbox]:focus-visible + label .mxds-toggle-state::before {
  outline: 2px solid #000;
}
.mxds-toggle[data-mxds-type=switch] .mxds-toggle-state {
  position: relative;
  width: 3.6rem;
  height: 2rem;
  overflow: hidden;
  padding: 0.3rem;
  border-radius: 5rem;
  background: #BDBDBD;
  transition: transform 0.25s;
}
.mxds-toggle[data-mxds-type=switch] .mxds-toggle-state span {
  width: 0;
  height: 0;
  padding: 0;
  font-size: 0;
}
.mxds-toggle[data-mxds-type=switch] .mxds-toggle-state::before {
  display: block;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.25s;
  content: "";
}
.mxds-toggle[data-mxds-type=switch][data-mxds-size=small] .mxds-toggle-state {
  width: 2.8rem;
  height: 1.6rem;
}
.mxds-toggle[data-mxds-type=switch][data-mxds-size=small] .mxds-toggle-state::before {
  width: 1rem;
  height: 1rem;
}
.mxds-toggle[data-mxds-type=switch][data-mxds-size=medium] .mxds-toggle-state {
  width: 3.6rem;
  height: 2rem;
}
.mxds-toggle[data-mxds-type=switch][data-mxds-size=medium] .mxds-toggle-state::before {
  width: 1.4rem;
  height: 1.4rem;
}
.mxds-toggle[data-mxds-type=switch][data-mxds-size=large] .mxds-toggle-state {
  width: 4.5rem;
  height: 2.4rem;
}
.mxds-toggle[data-mxds-type=switch][data-mxds-size=large] .mxds-toggle-state::before {
  width: 1.8rem;
  height: 1.8rem;
}
.mxds-toggle[data-mxds-type=button] input[type=checkbox]:checked + label .mxds-toggle-state::before {
  transform: translateX(100%);
}
.mxds-toggle[data-mxds-type=button] input[type=checkbox]:checked + label .mxds-toggle-state-yes {
  color: inherit;
}
.mxds-toggle[data-mxds-type=button] input[type=checkbox]:checked + label .mxds-toggle-state-no {
  color: #fff;
}
.mxds-toggle[data-mxds-type=button] input[type=checkbox]:focus-visible + label .mxds-toggle-state::before {
  outline: 2px solid #fff;
  outline-offset: -3px;
}
.mxds-toggle[data-mxds-type=button] .mxds-toggle-state {
  width: 11.5rem;
  height: 3.6rem;
  overflow: hidden;
  border: 1px solid #E0E0E0;
  border-radius: 0.3rem;
  background: #fff;
}
.mxds-toggle[data-mxds-type=button] .mxds-toggle-state::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #222;
  transition: transform 0.25s;
  content: "";
}
.mxds-toggle[data-mxds-type=button] .mxds-toggle-state span {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  flex: 1;
}
.mxds-toggle[data-mxds-type=button] .mxds-toggle-state-yes {
  color: #fff;
}
.mxds-toggle[data-mxds-type=button][data-mxds-size=small] .mxds-toggle-state {
  width: 11.5rem;
  height: 3.2rem;
}
.mxds-toggle[data-mxds-type=button][data-mxds-size=medium] .mxds-toggle-state {
  width: 11.5rem;
  height: 3.6rem;
}
.mxds-toggle[data-mxds-type=button][data-mxds-size=large] .mxds-toggle-state {
  width: 13.6rem;
  height: 4rem;
}
.mxds-toggle[data-mxds-type=button][data-mxds-size=large] .mxds-toggle-state span {
  font-size: 1.6rem;
}
.mxds-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mxds-pagination [class*=mxds-pagination-] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}
.mxds-pagination [class*=mxds-pagination-] i {
  font-size: 1.8rem;
  line-height: 1;
}
.mxds-pagination[data-mxds-type=basic] {
  gap: 0.4rem;
}
.mxds-pagination[data-mxds-type=basic] [class*=mxds-pagination-] {
  width: 4rem;
  height: 4rem;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
}
.mxds-pagination[data-mxds-type=basic] [class*=mxds-pagination-]:hover, .mxds-pagination[data-mxds-type=basic] [class*=mxds-pagination-]:focus-visible {
  border-color: #424242;
}
.mxds-pagination[data-mxds-type=basic] [class*=mxds-pagination-].current {
  background-color: #424242;
  color: #fff;
  border-color: #424242;
}
.mxds-pagination[data-mxds-type=basic] .mxds-pagination-prev {
  margin-right: 0.8rem;
}
.mxds-pagination[data-mxds-type=basic] .mxds-pagination-next {
  margin-left: 0.8rem;
}
.mxds-pagination[data-mxds-type=circle] {
  gap: 0.4rem;
}
.mxds-pagination[data-mxds-type=circle] [class*=mxds-pagination-] {
  width: 4.6rem;
  height: 4.6rem;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
}
.mxds-pagination[data-mxds-type=circle] [class*=mxds-pagination-]:hover, .mxds-pagination[data-mxds-type=circle] [class*=mxds-pagination-]:focus-visible {
  border-color: #424242;
}
.mxds-pagination[data-mxds-type=circle] [class*=mxds-pagination-].current {
  background-color: #424242;
  color: #fff;
  border-color: #424242;
}
.mxds-pagination[data-mxds-type=circle] .mxds-pagination-prev {
  margin-right: 0.8rem;
}
.mxds-pagination[data-mxds-type=circle] .mxds-pagination-next {
  margin-left: 0.8rem;
}
.mxds-pagination[data-mxds-type=brief] {
  gap: 1rem;
}
.mxds-pagination[data-mxds-type=brief] [class*=mxds-pagination-] {
  border-radius: 0.3rem;
}
.mxds-pagination[data-mxds-type=brief] .mxds-pagination-num {
  width: 3rem;
  height: 3rem;
}
.mxds-pagination[data-mxds-type=brief] .mxds-pagination-num.current {
  background-color: #f5f5f5;
}
.mxds-pagination[data-mxds-type=brief] .mxds-pagination-prev {
  margin-right: 1rem;
}
.mxds-pagination[data-mxds-type=brief] .mxds-pagination-next {
  margin-left: 1rem;
}

.ui-datepicker {
  display: none;
  overflow: hidden;
  padding: 1.3rem;
  margin: 0.8rem 0;
  border: 1px solid #E0E0E0;
  border-radius: 0.3rem;
  background: #fff;
  box-shadow: 1rem 1.5rem 1rem rgba(0, 0, 0, 0.16);
  font-size: 1.6rem;
  color: #222;
}
.ui-datepicker-header {
  position: relative;
  padding: 2rem 1.3rem;
  margin: -1.3rem -1.3rem 1.3rem;
  border-bottom: 1px solid #E0E0E0;
}
.ui-datepicker-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #757575;
  text-align: center;
}
.ui-datepicker-title select {
  padding: 0;
  margin: 0;
  border: none;
}
.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 3.2rem;
  height: 3.2rem;
  margin: auto 0;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  cursor: pointer;
}
.ui-datepicker-prev::after, .ui-datepicker-next::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconoir";
  color: #222;
}
.ui-datepicker-prev {
  left: 1.6rem;
}
.ui-datepicker-prev::after {
  content: "\eb4b";
}
.ui-datepicker-next {
  right: 1.6rem;
}
.ui-datepicker-next::after {
  content: "\eb4c";
}
.ui-datepicker-month {
  font-weight: 700;
  color: #222;
}
.ui-datepicker-calendar [title=Sunday] {
  color: #D43333;
}
.ui-datepicker-calendar [title=Saturday] {
  color: #275BAB;
}
.ui-datepicker-calendar th {
  color: #757575;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  padding: 0.35rem;
  font-weight: 400;
  vertical-align: middle;
}
.ui-datepicker-calendar th a,
.ui-datepicker-calendar td a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0.3rem;
  text-align: center;
}
.ui-datepicker-calendar th a.ui-state-hover,
.ui-datepicker-calendar td a.ui-state-hover {
  background: #EEEEEE;
}
.ui-datepicker-calendar th.ui-datepicker-days-cell-over a, .ui-datepicker-calendar th.ui-datepicker-current-day a,
.ui-datepicker-calendar td.ui-datepicker-days-cell-over a,
.ui-datepicker-calendar td.ui-datepicker-current-day a {
  background: #222;
  color: #fff;
}

.gray-900 {
  color: #222;
}
.gray-800 {
  color: #424242;
}
.gray-700 {
  color: #616161;
}
.gray-600 {
  color: #757575;
}
.gray-500 {
  color: #9E9E9E;
}

.border-w-blue {
  border-color: #275BAB;
}
.border-w-green {
  border-color: #087F34;
}
.border-w-orange {
  border-color: #F79000;
}
.border-w-red {
  border-color: #D43333;
}
.border-w-gray {
  border-color: #424242;
}
.border-c-blue {
  border-color: #364FC7;
}
.border-c-green {
  border-color: #00926F;
}
.border-c-orange {
  border-color: #EB6B25;
}
.border-c-red {
  border-color: #971836;
}
.border-c-gray {
  border-color: #424242;
}
.border-light-blue {
  border-color: #EFF3FB;
}
.border-light-green {
  border-color: #EFF9F7;
}
.border-light-orange {
  border-color: #FFF2EB;
}
.border-light-red {
  border-color: #FEECF0;
}
.border-gray-900 {
  border-color: #222;
}
.border-gray-800 {
  border-color: #424242;
}
.border-gray-700 {
  border-color: #616161;
}
.border-gray-600 {
  border-color: #757575;
}
.border-gray-500 {
  border-color: #9E9E9E;
}
.border-gray-400 {
  border-color: #BDBDBD;
}
.border-gray-300 {
  border-color: #E0E0E0;
}
.border-gray-200 {
  border-color: #EEEEEE;
}
.border-gray-100 {
  border-color: #F5F5F5;
}
.border-gray900 {
  border-color: #222;
}
.border-gray800 {
  border-color: #424242;
}
.border-gray700 {
  border-color: #616161;
}
.border-gray600 {
  border-color: #757575;
}
.border-gray500 {
  border-color: #9E9E9E;
}
.border-gray400 {
  border-color: #BDBDBD;
}
.border-gray300 {
  border-color: #E0E0E0;
}
.border-gray200 {
  border-color: #EEEEEE;
}
.border-gray100 {
  border-color: #F5F5F5;
}
.border-light-gray {
  border-color: #E0E0E0;
}
.border-deep-gray {
  border-color: #F5F5F5;
}

[class*=border-] {
  background: #fff;
  border-width: 1px;
  border-style: solid;
}

.color-w-blue {
  color: #275BAB;
}
.color-w-green {
  color: #087F34;
}
.color-w-orange {
  color: #F79000;
}
.color-w-red {
  color: #D43333;
}
.color-w-gray {
  color: #424242;
}
.color-c-blue {
  color: #364FC7;
}
.color-c-green {
  color: #00926F;
}
.color-c-orange {
  color: #EB6B25;
}
.color-c-red {
  color: #971836;
}
.color-c-gray {
  color: #424242;
}
.color-light-blue {
  color: #EFF3FB;
}
.color-light-green {
  color: #EFF9F7;
}
.color-light-orange {
  color: #FFF2EB;
}
.color-light-red {
  color: #FEECF0;
}
.color-gray-900 {
  color: #222;
}
.color-gray-800 {
  color: #424242;
}
.color-gray-700 {
  color: #616161;
}
.color-gray-600 {
  color: #757575;
}
.color-gray-500 {
  color: #9E9E9E;
}
.color-gray-400 {
  color: #BDBDBD;
}
.color-gray-300 {
  color: #E0E0E0;
}
.color-gray-200 {
  color: #EEEEEE;
}
.color-gray-100 {
  color: #F5F5F5;
}
.color-gray900 {
  color: #222;
}
.color-gray800 {
  color: #424242;
}
.color-gray700 {
  color: #616161;
}
.color-gray600 {
  color: #757575;
}
.color-gray500 {
  color: #9E9E9E;
}
.color-gray400 {
  color: #BDBDBD;
}
.color-gray300 {
  color: #E0E0E0;
}
.color-gray200 {
  color: #EEEEEE;
}
.color-gray100 {
  color: #F5F5F5;
}
.color-light-gray {
  color: #E0E0E0;
}
.color-deep-gray {
  color: #F5F5F5;
}

.bg-w-blue {
  background: #275BAB;
}
.bg-w-green {
  background: #087F34;
}
.bg-w-orange {
  background: #F79000;
}
.bg-w-red {
  background: #D43333;
}
.bg-w-gray {
  background: #424242;
}
.bg-c-blue {
  background: #364FC7;
}
.bg-c-green {
  background: #00926F;
}
.bg-c-orange {
  background: #EB6B25;
}
.bg-c-red {
  background: #971836;
}
.bg-c-gray {
  background: #424242;
}
.bg-light-blue {
  background: #EFF3FB;
}
.bg-light-green {
  background: #EFF9F7;
}
.bg-light-orange {
  background: #FFF2EB;
}
.bg-light-red {
  background: #FEECF0;
}
.bg-gray-900 {
  background: #222;
}
.bg-gray-800 {
  background: #424242;
}
.bg-gray-700 {
  background: #616161;
}
.bg-gray-600 {
  background: #757575;
}
.bg-gray-500 {
  background: #9E9E9E;
}
.bg-gray-400 {
  background: #BDBDBD;
}
.bg-gray-300 {
  background: #E0E0E0;
}
.bg-gray-200 {
  background: #EEEEEE;
}
.bg-gray-100 {
  background: #F5F5F5;
}
.bg-gray900 {
  background: #222;
}
.bg-gray800 {
  background: #424242;
}
.bg-gray700 {
  background: #616161;
}
.bg-gray600 {
  background: #757575;
}
.bg-gray500 {
  background: #9E9E9E;
}
.bg-gray400 {
  background: #BDBDBD;
}
.bg-gray300 {
  background: #E0E0E0;
}
.bg-gray200 {
  background: #EEEEEE;
}
.bg-gray100 {
  background: #F5F5F5;
}
.bg-light-gray {
  background: #E0E0E0;
}
.bg-deep-gray {
  background: #F5F5F5;
}

/* 
	plupload_mxds style_v1.0
*/
/* [class*="plupload"],
[class*="plupload"] *{
	font-family:"Spoqa Han Sans Neo", "Noto Sans KR";
} */
.plupload{
	display:flex;
	flex-direction:column;
    margin-top:5px;
	row-gap:.8rem;
}
.plupload_wrapper{}
.plupload_header{}
.plupload_header_content{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding:1.6rem 3.2rem;
	border-radius:3px;
	background-color:#f5f5f5;
	gap:1rem 1.6rem;
}
.plupload_header_info{
	display:flex;
	margin-right:auto;
	gap:calc(3.2rem + 1px);
}
.plupload_header_info li{
	flex-shrink:0;
	position:relative;
	font-size:1.6rem;
	color:#9e9e9e;
}
.plupload_header_info li:before{
	position:absolute;
	top:50%;
	right:calc(-1.6rem - 1px);
	transform:translatey(-50%);
	width:1px;
	height:1.4rem;
	background-color:#bdbdbd;
	content:"";
}
.plupload_header_info li:last-child:before{
	display:none;
}
.plupload_header_file_status{
	display:flex;
	align-items:center;
	flex-shrink:0;
	visibility:hidden;
	font-size:1.4rem;
	color:#9e9e9e;
	column-gap:1.2rem;
}
.plupload_progress_container{
	position:relative;
	width:10rem;
	height:4px;
	overflow:hidden;
	border-radius:2px;
	background-color:#e0e0e0;
}
.plupload_progress_bar{
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:100%;
	border-radius:2px;
}

/* 파일 업로드 시 */
.plupload_header_content.uploading .plupload_header_file_status{
	visibility:visible;
}
.plupload_header_content.uploading .plupload_progress_bar{
	background-color:#222;
}

/* 업로드 완료 시 */
.plupload_header_content.uploaded .plupload_header_file_status{
	visibility:visible;
}
.plupload_header_content.uploaded .plupload_progress_bar{
	background-color:#364fc7;
}


.plupload_add{
	flex-shrink:0;
	color:#fff;
}
.plupload_remove{
	margin-left:1rem;
}
.plupload_file_uploading{
	font-size:1.6rem;
	color:#9e9e9e;
}
.plupload_filelist{
	position:relative;
	border:1px dashed #bdbdbd;
	border-radius:3px;
	background-color:#fff;
	transition:.5s background-color, .5s border-color;
	-ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.plupload_filelist::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
.plupload_filelist:before{
	position:absolute;
	top:-1px;
	left:-1px;
	opacity:0;
	width:calc(100% + 2px);
	height:calc(100% + 2px);
	border:2px dashed #424242;
	border-radius:3px;
	transition:.5s;
	content:"";	
}
.plupload_droptext{
	display:flex;
	align-items:center;
	padding: 2.6rem 3.2rem;
	background-color:#fff;
	font-size:1.6rem;
	font-weight:500;
	color:#757575;
	transition:.5s;
	column-gap:6px;
}
.plupload_droptext i{
	position:relative;
	/*top:-.25rem;*/
	font-size:2rem;
	font-weight:400;
}
.plupload_filelist.drag_over{
	overflow:visible !important;
	background-color:#fafafa;
	border-color:transparent;
}
.plupload_filelist.drag_over:before{
	opacity:1;
}
.plupload_filelist.drag_over .plupload_droptext{
	padding:4.8rem 3.2rem;
	
}
.plupload_filelist&gt;li:not(.plupload_droptext){
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	position:relative;
	padding:2rem 3.2rem;
	background-color:#fff;
	cursor:pointer;
  gap: 0.8rem 0;
}
.plupload_filelist&gt;li:not(.plupload_droptext):before{
	position:absolute;
	top:calc(50% - .7rem);
	left:1.6rem;
	opacity:0;
	width:.7rem;
	height:1.4rem;
	background:url(/mxds/images/fileupload-draggable-ico.svg) no-repeat 50% 50%/contain;
	transition:.25s opacity;
	content:"";
}
.plupload_filelist.drag_over&gt;li:not(.plupload_droptext){
	background-color:transparent;
}
.plupload_filelist&gt;li+li:after{
	position:absolute;
	top:0;
	left:1.6rem;
	width:calc(100% - 3.2rem);
	height:1px;
	border-top:1px dotted #e0e0e0;
	content:"";
}
.plupload_filelist&gt;li:not(.plupload_droptext):hover:before,
.plupload_filelist&gt;li.ui-sortable-helper:before{
	opacity:1;
}
.plupload_filelist&gt;li.ui-sortable-helper{
	background-color:rgba(255, 255, 255, .5);
}
.plupload_filelist&gt;li.ui-sortable-helper:after{
	display:none;
}
.plupload_file_status .alert-message{
	padding-left:0;
	padding-right:2.8rem;
}
.plupload_file_status .alert-message:before{
	left:auto;
	right:0;
}
.plupload_file_name{
	display:flex;
	align-items:center;
	margin-right:auto;
	font-size:1.6rem;
	color:#9e9e9e;
}
.plupload_file_name i{
	position:relative;
	transform:tranlsatey(-2.5%);
	font-size:2rem;
}
.plupload_file_size{
	margin:auto 1.2rem auto 2rem;
	font-size:1.4rem;
	color:#9e9e9e;
  flex-shrink: 0;
}
/*.plupload_file_action{margin-left:auto;}*/
.plupload_file_control{
	color:#222;
}
.plupload_file_name .icon-empty-page{
	margin-right:.8rem;
}

@media(max-width:768px) {
  .plupload_add{margin-right:auto;order:1;}
	.plupload_header_info{width:100%;order:3;}
	.plupload_header_file_status{order:2;}
	.plupload_file_name{width:100%;}
  .plupload_header_content {
    padding: 1.6rem 2.4rem;
  }
  .plupload_header_content {
    padding: 2rem 2.4rem;
  }
}


/* 업로드 완료 시 예외처리 */
.plupload_done .plupload_file_name *:not(.plupload_file_size){
	color:#616161;
  word-break: break-all;
  text-align: left;
}

#contents .mxds-button {
  height: 4rem;
  border-radius: 50rem;
  background-color: #1F2937;
  font-weight: 500;
}</pre></body></html>