:root {
  --main: "Noto Sans", sans-serif;
  --orange: #ff5200;
  --white: white;
  --light-gray: rgb(217, 217, 217);
  --mainfam\<deleted\|variable-cd2ef378-3ee4-6279-8640-4e74b0e35d96\>: var(--main);
  --navy: #002060;
  --red: #c00100;
  --purple: #7030A0;
  --semigray: lightgrey;
  --darkgray: #7f7f7f;
  --gray: #a6a6a6;
  --black: black;
  --dim-orange: #ffa175;
  --green: #71ad47;
  --lightsky: #dceaf6;
  --input-disabled: #efefef;
}




.h-box {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.gap-10 {
    gap: 10px;
}
.gap-20 {
    gap: 20px;
}

.flex-1 {
    flex: 1;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.container {
  width: 100%;
  max-width: 940px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.navbar-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  font-family: var(--main);
  color: #fff;
  letter-spacing: .25px;
  margin-left: 14px;
  margin-right: 0;
  padding: 2px 0;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: var(--orange);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.sub-nav-link {
  margin-left: 32px;
}

.nav-link.no-link {
  cursor: default;
}

.nav-link.no-link:hover {
  color: var(--white);
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.section {
  height: 64px;
  border-bottom: 4px solid var(--orange);
  padding: 0 20px;
}

.section.header {
  min-width: 100%;
  background-color: #fff;
  display: block;
  position: fixed;
  overflow: visible;
}

.flex-block {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}

.flex-block-2 {
  height: 100%;
  border: 4px solid #000;
}

.body {
  min-height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #c7c7c7;
  flex-direction: column;
  grid-template: "."
                 "Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.flex-block-3 {
  min-width: 100vw;
  background-color: #fff;
  border: 8px solid #000;
  justify-content: flex-start;
}

.flex-block-4 {
  min-width: 100%;
  outline-offset: 0px;
  background-color: #fff;
  border: 5px solid #00f;
  outline: 3px #333;
  flex-direction: row;
  flex: 1;
}

.div-block {
  height: 100%;
  min-height: 100%;
  min-width: 200px;
  border: 10px solid #000;
  flex: 0 auto;
}

.section-2 {
  min-width: 100%;
  border: 5px solid red;
  flex: 1;
}

.flex-block-5 {
  background-color: #ff0;
}

.grid {
  grid-row-gap: 78px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.flex-block-6 {
  min-height: 100%;
  min-width: 100%;
  background-color: #cacaca;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
}

.section-3 {
  width: 200px;
  height: 100%;
  min-height: 100%;
  background-color: #000;
  flex: 0 auto;
  display: block;
}

.section-4 {
  height: 64px;
  border-bottom: 4px solid var(--orange);
}

.page-main {
  height: 0;
  min-height: 100vh;
  min-width: 100%;
  background-color: var(--light-gray);
  flex-direction: row;
  flex: none;
  align-items: stretch;
  padding-top: 60px;
  display: flex;
  overflow: visible;
}

.page-main.body-main {
  background-color: #fff;
}

.section-5 {
  width: 200px;
  height: 100%;
  min-height: 100%;
  background-color: #000;
  flex: 0 auto;
}

.flex-block-8 {
  width: 200px;
  height: 100%;
  min-height: 100%;
  background-color: #000;
  flex: 0 auto;
  padding: 30px 20px;
}

.heading {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.heading.nav-title {
  font-family: var(--main);
  margin-bottom: 5px;
  font-size: 13px;
}

.heading.nav-title.link-title:hover {
  color: var(--orange);
}

.nav-box {
  padding-bottom: 8px;
}

.nav-container {
  width: 220px;
  max-height: 100vh;
  min-height: 100%;
  min-width: 220px;
  object-fit: fill;
  background-color: #000;
  padding: 90px 0 30px;
  font-size: 13px;
  position: fixed;
  overflow: hidden;
}

.main {
  width: 100%;
  font-family: var(--mainfam\<deleted\|variable-cd2ef378-3ee4-6279-8640-4e74b0e35d96\>);
  background-color: #fff;
  border: 0 solid #000;
  margin-right: 0;
  padding: 80px 40px 20px 260px;
  position: static;
  overflow: visible;
}

.page-title {
  color: var(--orange);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.grid-2 {
  grid-template-rows: minmax(50px, 1fr) auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.table-container {
  clear: none;
  aspect-ratio: auto;
  object-fit: fill;
  object-position: 50% 50%;
  margin: 20px auto;
  display: inline-block;
  position: relative;
}

.table-container.asrowleft {
  border-right: 1px solid #000;
  margin-right: 40px;
  padding-right: 40px;
}

.data-table-cell {
  max-width: 200px;
  font-family: var(--main);
  text-align: center;
  white-space: normal;
  word-break: keep-all;
  background-color: #fff;
  padding: 10px;
  font-size: 12.5px;
}

.data-table-cell.xlong {
  max-width: 300px;
}

.data-table-cell.dbpassword-cell {
  width: 350px;
  max-width: 350px;
  border: 1px solid var(--light-gray);
  padding-top: 0;
  padding-bottom: 0;
}

.data-table-cell.colspan-100 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.data-table-row.template, .data-table-row.hidden {
  display: none;
}

.data-table-header {
  min-width: 50px;
  background-color: var(--orange);
  color: var(--white);
  text-align: center;
  white-space: pre-wrap;
  word-break: keep-all;
  border: 2px solid #fff;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 700;
}

.data-table-header.long {
  min-width: 200px;
}

.data-table-header.last {
  border-right-width: 0;
}

.data-table-header.small {
  padding-left: 10px;
  padding-right: 10px;
}

.data-table-header.small.checkbox-cell {
  min-width: 40px;
  background-color: var(--white);
  border-width: 0;
}

.data-table-header.xlong {
  min-width: 240px;
}

.data-table-header._2xlong {
  min-width: 300px;
}

.data-table-header._3xlong {
  min-width: 400px;
}

.data-table-header.h100 {
  height: 10px;
  max-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.data-table {
  width: 960px;
  min-width: 960px;
}

.data-table.small {
  width: 600px;
  min-width: 600px;
}

.data-table.xlong {
  min-width: 1200px;
}

.data-table.xsmall {
  width: 400px;
  min-width: 400px;
}

.data-table._2xlong {
  width: 1400px;
  min-width: 1400px;
}

.data-table.w500 {
  width: 500px;
  min-width: 500px;
}

.data-table.mid {
  width: 760px;
  min-width: 760px;
}

.table-button {
  border: 1px solid var(--navy);
  color: var(--navy);
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 3px 12px;
  font-size: 13px;
  font-weight: 700;
}

.table-button.gray {
  border-color: rgb(82, 82, 82);
  color: rgb(82, 82, 82);
}
.table-button.gray:hover {
  background-color: rgb(82, 82, 82);
  color: white;
}
.table-button.gray:active {
  color: rgb(200, 200, 200);
}

.table-button.warning {
  border-color: var(--red);
  color: var(--red);
}

.table-button.purple {
  border-color: var(--purple);
  color: var(--purple);
}

.table-button.orange {
  border-color: var(--orange);
  background-color: var(--orange);
  color: white;
}
.table-button.orange:hover {
  color: #fff;
  background-color: #a41034;
}

.table-button.orange:active {
  color: #f1b1ba;
}

.table-button.green {
    border-color: rgb(30, 154, 102);
    background-color: rgb(30, 154, 102);
    color: white;
}
.table-button.green:hover {
    background-color: rgb(22, 104, 73);
    color: white;
}
.table-button.green:active {
  color: #90e8c6;
}


.table-button.blacksolid {
  color: var(--white);
  background-color: #000;
}

.table-button.small {
  padding-left: 11px;
  padding-right: 11px;
  font-size: 11px;
}

.table-paging-box {
  justify-content: flex-end;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.table-paging-bar {
  justify-content: center;
  align-items: center;
  display: flex;
}

.table-paging-nav-button {
  border: 2px solid var(--light-gray);
  font-family: var(--main);
  color: #000;
  text-align: center;
  background-color: #fff;
  padding: 3px 10px;
  font-size: 11px;
}

.table-paging-nav-button.number-nav-button {
  background-color: var(--orange);
  color: #fff;
  border-left-width: 0;
  border-right-width: 0;
}

.table-paging-nav-button.number-nav-button.bind-page-number-button {
  pointer-events: none;
}

.table-paging-nav-button.disabled {
  pointer-events: none;
  color: var(--semigray);
  cursor: none;
  background-color: #efefef;
}

.main-content-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.link-block {
  text-decoration: none;
}

.link-block.nav-title-link:hover {
  color: var(--orange);
}

.modal {
  pointer-events: auto;
  background-color: rgba(0, 0, 0, .4);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-window {
  min-width: 500px;
  pointer-events: auto;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  max-width: 700px;
}

.modal-window.message {
  min-width: 260px;
  padding: 14px 16px;
}

.modal-window.wide {
  min-width: 700px;
}

.modal-title-bar {
  border-bottom: 1px solid var(--light-gray);
  padding: 8px 10px;
  position: relative;
}

.modal-title {
  border-bottom: 2px solid var(--orange);
  margin-left: 0;
  display: block;
  position: static;
}

.modal-title-label {
  font-family: var(--main);
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 16px;
  line-height: 30px;
  display: block;
}

.modal-close {
  position: absolute;
  top: 14%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.modal-section {
  padding: 8px 14px;
  display: block;
}

.modal-section.item-section {
  flex: 0 auto;
  padding-left: 8px;
  padding-right: 8px;
  display: block;
}

.modal-section.item-section.stretch {
  flex: 1;
}

.modal-section.horizontal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.modal-section.industry-item-section.template {
  display: none;
}

.heading-3 {
  font-family: var(--main);
  color: #000;
  -webkit-text-stroke-width: 0px;
  border-bottom: 1px solid #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
}

.modal-section-title-bar {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 6px;
  display: flex;
}

.input-box {
  flex: 1;
  display: block;
}

.input-box.radio-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.input-box.role-input-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: flex-start;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.input-box.role-input-box.bind-item-container {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.input {
  height: 28px;
  border: 1px solid var(--light-gray);
  outline-offset: 0px;
  font-family: var(--main);
  color: #000;
  border-radius: 3px;
  outline: 3px #000;
  margin-bottom: 0;
  padding: 7px;
  font-size: 12px;
  line-height: 16px;
  display: block;
}

.input:focus-visible {
  border-color: var(--light-gray);
}

.input[data-wf-focus-visible] {
  border-color: var(--light-gray);
}

.input.file-input {
  width: 100%;
  border-width: 0;
}

.input.date {
  width: 120px;
}

.input.noborder {
  border-width: 0;
  border-color: var(--semigray);
}

.input.noborder.search-bar-input {
  width: 140px;
  height: 32px;
}
.input.noborder.search-bar-input.date {
  width: 100px;
}


.input.tiny {
  width: 100px;
}

.input.tiny.right {
  text-align: right;
}

.input.small {
  width: 50px;
}

.input.mid {
  width: 160px;
}

.input.mid.disabled {
  pointer-events: none;
  color: var(--darkgray);
  cursor: not-allowed;
  background-color: #efefef;
}

.input.long {
  width: 250px;
}
.input.xlong {
    width: 400px;
}
.input.full {
    width: 100%;
}

.modal-section.item-section.full {
    width: 100%;
}

.w-form-done,
.w-form-fail {
  display: none !important;

}



.w-button.disabled {
    pointer-events: none;
    color: #fff;
    cursor: not-allowed;
    background-color: #777;
}


.input.bind-content-title:focus {
  outline-offset: 0px;
  outline: 3px #000;
}

.input.stretch {
  width: 100%;
}

.input.disabled {
  pointer-events: none;
  color: var(--darkgray);
  cursor: not-allowed;
  background-color: #efefef;
}

.modal-section-title-label {
  font-family: var(--main);
  color: #000;
  border-bottom: 1.5px solid #000;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 13px;
  line-height: 15px;
  display: inline-block;
}

.modal-section-title-label.no-border {
    border-bottom: 0;
}
.modal-section-title-label.right {
    margin-left: auto;
}

.text-editor-box,
.text-editor-box-2,
.text-editor-box-3{
  min-width: 500px;
  max-width: 500px;
  border: 1px solid var(--light-gray);
  font-family: var(--main);
  border-radius: 3px;
  flex: 1;
}

.text-editor-box.long {
  width: 650px;
}

.text-editor-box._w-full {
  width: 100%;
}

.text-editor-tool-bar {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #000;
  background-color: #eaeaea;
  border: 0 solid #000;
  border-bottom: 1px solid #d3d3d3;
  align-items: center;
  padding: 6px 10px;
  display: flex;
  position: relative;
}

.textarea {
  height: 100px;
  min-height: 100px;
  font-family: var(--main);
  color: #000;
  border: 1px #000;
  border-radius: 3px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 20px;
}

.textarea.h50 {
  height: 50px;
  min-height: 50px;
  line-height: 20px;
}

.textarea.h250 {
  height: 250px;
  min-height: 250px;
}

.textarea.h500 {
  height: 500px;
  min-height: 500px;
}

.select {
  width: 140px;
  height: 26px;
  border: 1px solid var(--gray);
  font-family: var(--main);
  color: #000;
  object-fit: fill;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 3px 5px;
  font-size: 11px;
  line-height: 14px;
  display: inline-block;
}

.select.font-size-select {
  width: 50px;
  align-items: center;
  display: none;
}

.select.long {
  width: 240px;
}

.select.searchbar {
  height: 32px;
  border-color: var(--light-gray);
  border-radius: 0;
  padding-right: 5px;
  font-size: 12px;
}

.select.input-select {
  display: flex;
}

.select.input-select._2xsmall {
  width: 60px;
  align-items: center;
  padding-left: 3px;
  padding-right: 0;
}

.select.input-select._2xsmall.bind-font-size-select {
  cursor: pointer;
}

.text-editor-tool-button {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-editor-tool-button:hover {
  background-color: #dadada;
}

.text-editor-tool-button:active {
  background-color: var(--semigray);
  border: 1px solid #c9c9c9;
}

.image {
  cursor: pointer;
}

.image.text-editor-tool-button-icon {
  cursor: auto;
}

.text-editor-tool-spacer {
  width: 1px;
  height: 20px;
  background-color: #d0d0d0;
}

.file-input-bar {
  border: 1px solid var(--light-gray);
  border-radius: 3px;
  display: flex;
}

.button {
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: var(--semigray);
  background-color: var(--light-gray);
  font-family: var(--main);
  color: var(--black);
  text-align: center;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 3px 10px;
  font-size: 10px;
  line-height: 14px;
  display: flex;
}

.file-input-label {
  font-family: var(--main);
  color: var(--darkgray);
  flex: 1;
  padding: 7px 12px;
  font-size: 11px;
  line-height: 14px;
}

.radio-button {
  width: 14px;
  height: 14px;
  border: 1px solid var(--darkgray);
  background-color: var(--white);
  outline-offset: 0px;
  font-family: var(--main);
  cursor: pointer;
  outline: 3px #333;
  margin-top: 0;
  margin-left: 0;
}

.radio-button:hover {
  border-color: var(--darkgray);
}

.radio-button.w--redirected-checked {
  border-color: var(--orange);
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.radio-button.disabled {
  pointer-events: none;
  cursor: not-allowed;
}

.radio-button.disabled.w--redirected-checked {
  border-color: var(--dim-orange);
}

.radio-text {
  font-family: var(--main);
  color: #000;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.radio-field {
  grid-column-gap: 4px;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.radio-field.disabled {
  pointer-events: none;
  cursor: not-allowed;
}

.div-block-2 {
  border: 1px solid #000;
}

.text-editor-area {
  height: 100px;
  color: var(--black);
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.5;
  overflow: auto;
}

.text-editor-area.xsmall {
  height: 50px;
}

.text-editor-area.long {
  height: 250px;
}

.text-editor-area.h50 {
  height: 50px;
}

.text-editor-area.h500 {
  height: 500px;
}

.text-editor-area.bind-item-detail.h70 {
  height: 70px;
}

.text-editor-area.h250 {
  height: 250px;
}

.modal-bottom-bar {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-top: 1px solid var(--light-gray);
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  padding: 14px;
  display: flex;
  overflow: visible;
}

.form-block {
  margin-bottom: 0;
  overflow: visible;
}

.cta-button {
  background-color: var(--green);
  font-family: var(--main);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 6px 15px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.cta-button.dim {
  background-color: var(--semigray);
}

.cta-button.dim.confirm-modal-button {
  width: 70px;
}

.cta-button.large {
  white-space: nowrap;
  border-radius: 0;
  padding: 8px 22px;
  font-size: 13px;
}

.cta-button.large.black {
  background-color: var(--black);
}

.cta-button.large.wide {
  min-width: 140px;
}

.cta-button.confirm-modal-button {
  width: 70px;
}

.cta-button.black {
  background-color: var(--black);
  border-radius: 0;
}

.cta-button.black.small {
  border-radius: 2px;
  padding: 4px 12px;
  font-size: 11px;
}

.form-box {
  max-height: 65vh;
  overflow: auto;
}

.div-block-3, .modal-container {
  display: none;
}

.admin-layout {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mkt-table-box {
  min-width: 600px;
  background-color: var(--lightsky);
  border-radius: 0;
  padding: 20px 40px;
  display: inline-block;
}

.mtk-item-box {
  border: 1px solid var(--navy);
  font-family: var(--main);
  color: #000;
  text-align: center;
  background-color: #fff;
  padding: 20px;
  font-size: 12px;
}

.mtk-input {
  width: 140px;
  border: 1px solid var(--navy);
  font-family: var(--main);
  color: var(--black);
  text-align: center;
  border-radius: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 13px;
  line-height: 16px;
}

.mtk-input:focus-visible {
  border-color: var(--navy);
}

.mtk-input[data-wf-focus-visible] {
  border-color: var(--navy);
}

.mtk-input.long {
  width: 400px;
}

.mkt-box-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.mkt-box-row.template {
  display: none;
}

.form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.div-block-4 {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}

.form-block-2 {
  margin-bottom: 0;
}

.table-cta-container {
  justify-content: flex-end;
  padding-top: 26px;
  padding-bottom: 0;
  display: flex;
}

.paragraph {
  max-width: 300px;
}

.paragraph.message {
  min-height: 50px;
  font-family: var(--main);
  color: #000;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
}

.paragraph.message.bind-message {
  margin-top: 10px;
  padding-top: 0;
}

.div-block-5 {
  justify-content: flex-end;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-end;
  margin-top: 0;
  display: flex;
}

.div-block-7, .div-block-8 {
  display: none;
}

.div-block-9 {
  display: block;
}

.div-block-10 {
  display: none;
}

.div-block-11 {
  display: block;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 20px;
  display: flex;
}

.message-modal {
  display: none;
}

.edit-modal-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.div-block-14 {
  display: none;
}

.div-block-15, .div-block-16, .admin-main-service-modal {
  display: block;
}

.table-top-bar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.table-top-bar.left {
    justify-content: flex-start;
}

.search-item {
  position: relative;
}
.search-label {
  position: absolute;
  top: -24px;
  font-size: 13px;
  font-weight: bold;
}

.search-range-mark {
  margin: 5px 10px 0 10px;
}

.search-item-grp {
    display: flex;
    align-items: center;
}
.search-item-grp:not(:last-child) {
  margin-right: 10px;
}

.div-block-18 {
  display: block;
}

.confirm-modal {
  display: none;
}

.search-bar-container {
  align-items: center;
  display: flex;
}

.form-2 {
  display: flex;
}

.search-bar-button {
  height: 32px;
  border-left: 0px solid var(--darkgray);
  background-color: var(--green);
  font-family: var(--main);
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: block;
}

.searchbar {
  border: 1px solid var(--light-gray);
  display: flex;
}

.div-block-20 {
  display: inline-block;
}


.dropdown-box {
  position: absolute;
  top: -60px;
  right: 0;
}

.dropdown-label {
  font-weight: bold;
  text-decoration: underline;
  margin-right: 8px;
}


.notice-box {
  font-family: var(--main);
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  padding: 10px 20px;
  font-size: 13px;
  display: inline-block;
  position: absolute;
  top: -60px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.notice-box-list {
  width: 100%;
  padding-left: 10px;
}

.notice-box-list-item div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;

}



.purchase-page .notice-box {
  top: -20px;
}

.notice-box-list {
  margin-bottom: 0;
}

.bold-text {
  font-weight: 400;
}

.notice-box-list-label {
  font-weight: 400;
  display: inline-block;
}

.div-block-22 {
  height: 50px;
}

.table-cell-button-container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
}


.curr-ticket-box .status{ padding:1.475rem .9375rem; border:.125rem solid #e0e0e0;border-radius:.625rem;background-color:#fff; width: 400px;}
.curr-ticket-box .status strong{font-size:1.25rem;}
.curr-ticket-box .status table{width:100%;}
.curr-ticket-box .status table th{font-size:.6875rem;}
.curr-ticket-box .status table td{padding:.3125rem;}
.curr-ticket-box .status table td p{display:flex;align-items:center;justify-content:center; min-height:3.125rem; border:.2rem solid #FF5200; font-size:.8125rem;font-weight:500;text-align:center }
.curr-ticket-box .status table th {color: #305698; line-height: 1.5;}

.div-block-23 {
  width: 80px;
  height: 80px;
  object-fit: fill;
  border: 0 solid #000;
  border-radius: 9999px;
  overflow: hidden;
}
.image-2 {
  object-fit: cover;
}

.div-block-24 {
  width: 96px;
  height: 96px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2 {
  width: 100px;
}

.button-3 {
  width: 100%;
  background-color: var(--red);
  font-family: var(--main);
  color: #fff;
  text-align: center;
  padding: 6px 4px;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
}

.div-block-25 {
  margin-top: 12px;
  margin-left: 5px;
  margin-right: 8px;
}

.modal-section-row {
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-26 {
  display: none;
}

.table-back-bar {
  justify-content: center;
  align-items: center;
  display: flex;
}

.table-back-bar.hidden {
  display: none;
}

.table-back-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  align-items: center;
  padding: 10px 14px 10px 10px;
  display: flex;
}

.text-block {
  font-family: var(--main);
  color: #000;
  font-size: 13px;
  font-weight: 700;
}

.bold-text-2 {
  font-size: 14px;
}

.div-block-29 {
  width: 1px;
  height: 500px;
  background-color: var(--black);
  flex: 0 auto;
  margin: 15px 0;
  display: none;
}

.div-block-30 {
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.flex-block-11 {
  max-width: 860px;
  min-width: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.bold-text-3, .bold-text-4 {
  font-size: 11px;
}

.div-block-31 {
  max-width: 960px;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-32 {
  width: 100%;
  flex: 0 auto;
  padding-left: 12px;
  overflow: auto;
}

.div-block-33 {
  display: none;
}

.bold-text-5 {
  font-size: 12px;
}

.div-block-34, .div-block-35 {
  display: block;
}

.div-block-36 {
  display: none;
}

.flex-block-12 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
}

.form-block-3 {
  margin-bottom: 0;
}

.div-block-37 {
  display: block;
}

.form-container {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-bottom: 0;
}

.checkbox-label {
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.checkbox-field {
  margin-bottom: 0;
  padding-left: 20px;
}

.checkbox {
  width: 14px;
  height: 14px;
  border-width: 1px;
  border-color: var(--darkgray);
  background-color: var(--white);
  border-radius: 2px;
  margin-top: 0;
  margin-left: 0;
  font-size: 14px;
  line-height: 1.5;
}

.checkbox.w--redirected-checked {
  border-color: var(--darkgray);
  background-color: var(--orange);
}

.input-2 {
  border: 1px solid var(--orange);
}

.checkbox-label-2 {
  margin-bottom: 0;
}

.checkbox-item {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.div-block-38 {
  height: 100px;
}

.textarea-item {
  width: 100%;
  height: 60px;
  max-height: 60px;
  border: 1px solid var(--light-gray);
  font-family: var(--main);
  color: #000;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 3px 7px;
  font-size: 13px;
  display: block;
  overflow: auto;
  overflow-y: scroll;
}

.textarea-item.mid {
  max-width: 160px;
}

.textarea-item.mid.disabled {
  background-color: var(--input-disabled);
  pointer-events: none;
  color: var(--darkgray);
  cursor: not-allowed;
}
div.textarea-item.mid.disabled {
  pointer-events: auto; 
}


.textarea-item.max {
  padding: 5px;
}

.textarea-item.stretch {
  width: 100%;
}

.textarea-item.stretch.disabled {
  background-color: var(--input-disabled);
  pointer-events: none;
  color: var(--darkgray);
  cursor: not-allowed;
}

.textarea-item.h100 {
  height: 100px;
  max-height: 100px;
}

.textarea-item.h100.disabled {
  background-color: var(--input-disabled);
  /*pointer-events: none;*/
  color: var(--darkgray);
  cursor: not-allowed;
}

.textarea-item.h100.disabled.bind-question-detail {
  display: block;
}

.textarea-item.h50 {
  height: 50px;
}

.textarea-item.h50.bind-item-detail.template {
  display: none;
  overflow: auto;
}

.div-block-39 {
  display: none;
}

.figure {
  flex-direction: column;
  display: block;
}

.label {
  font-family: var(--main);
  color: #000;
  font-size: 13px;
}

.label.right {
  text-align: right;
}

.flex-block-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.clear-table-cell {
  font-family: var(--main);
  color: #000;
  padding: 3px 7px;
  font-size: 13px;
}

.clear-table-cell.right {
  text-align: right;
}

.clear-table-cell.modal-cell {
  padding-top: 7px;
  padding-bottom: 7px;
}

.clear-table {
  margin-left: auto;
  margin-right: auto;
}

.div-block-40 {
  display: none;
}

.flex-block-14 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.div-block-41, .div-block-42, .div-block-43 {
  display: none;
}

.div-block-44 {
  height: 60px;
}

.div-block-45 {
  display: block;
}

.section-split-bar {
  height: 2px;
  background-color: var(--light-gray);
  margin: 10px 20px;
  padding-left: 0;
  padding-right: 0;
}

.modal-sub-section {
  background-color: #f6f6f6;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  margin: 10px 20px;
  padding-top: 7px;
  padding-bottom: 14px;
}

.flex-block-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
}

.flex-block-16 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-47 {
  display: none;
}

.form-horizontal-bar {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  align-items: center;
}

.form-horizontal-bar.top-align {
  align-items: flex-start;
}

.form-vertical-bar {
    grid-column-gap: 12px;
    grid-row-gap: 2px;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  width: 100%;
}

.flex-block-18 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
}

.div-block-48, .div-block-49 {
  display: block;
}

.flex-block-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}

.div-block-50, .div-block-51, .div-block-52, .div-block-53, .div-block-54, .div-block-55 {
  display: none;
}

.page-split-bar {
  height: 2px;
  background-color: var(--light-gray);
  margin-top: 20px;
  margin-bottom: 50px;
  margin-left: 0;
  padding-bottom: 0;
}

.div-block-56 {
  height: 12px;
}

.div-block-57, .div-block-58 {
  display: block;
}

.div-block-59 {
  display: none;
}

.edit-modal {
  order: 0;
  display: none;
}

.div-block-60 {
  height: 100%;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-61 {
  height: 100%;
  color: #000;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.admin-login-box {
  width: 400px;
  border: 2px solid var(--light-gray);
  background-color: var(--white);
  font-weight: 700;
}

.div-block-63 {
  border-bottom: 2px solid var(--light-gray);
  font-family: var(--main);
  color: #000;
  text-align: center;
  padding: 10px 20px;
  font-size: 16px;
}

.div-block-64 {
  font-family: var(--main);
  padding: 20px 40px 27px;
  font-weight: 400;
}

.flex-block-20 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 1;
}

.button-4 {
  width: 100px;
  height: 60px;
  background-color: var(--orange);
  font-family: var(--main);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.flex-block-21 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  align-content: stretch;
  justify-content: flex-start;
  align-items: stretch;
}

.text-block-2 {
  font-family: var(--main);
  font-size: 12px;
  font-weight: 400;
}

.link {
  color: #000;
  text-decoration: none;
}

.flex-block-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.div-block-65 {
  width: 1px;
  height: 14px;
  background-color: var(--black);
}

.edit-modal-3, .new-modal, .div-block-66 {
  display: none;
}

.flex-block-23 {
  flex: 1;
}

.div-block-67 {
  min-width: 70px;
}

.modal-horisontal-item-cotnainer {
  flex: 1;
}

.modal-horisontal-item-cotnainer.item-row.template, .new-modal-2 {
  display: none;
}

.div-block-68, .div-block-69 {
  display: block;
}

.ticket-box.template, .ticket-box-hr.template, .answer-box.template, .detail-modal, .answer-modal {
  display: none;
}

.text-editor-tool-pop-container {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-editor-tool-pop-container.hidden {
  display: none;
}

.text-editor-pop-window {
  min-width: 140px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--semigray);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--semigray);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--semigray);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--semigray);
  background-color: var(--input-disabled);
  pointer-events: auto;
  z-index: 9;
  border-radius: 2px;
  padding: 10px;
  position: relative;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .13);
}

.text-editor-pop-window.small {
  min-width: 80px;
}

.div-block-70 {
  position: absolute;
  top: -5px;
  left: 250px;
}

.text-editor-tool-pop-label {
  font-size: 10px;
  line-height: 13px;
}

.text-editor-tool-pop-item {
  min-height: 30px;
  min-width: 30px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  cursor: pointer;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 5px;
  font-size: 10px;
  display: inline-block;
}

.text-editor-tool-pop-item.w100 {
  min-width: 100px;
}

.text-editor-tool-pop-item.w100.no-background {
  background-color: rgba(255, 255, 255, 0);
  border-width: 0 0 1px;
  border-radius: 0;
}

.text-editor-tool-pop-item.no-background {
  background-color: rgba(255, 255, 255, 0);
  border-width: 0;
}

.text-editor-tool-pop-item.no-background.xsmall {
  min-height: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.text-editor-tool-pop-item.no-background.xsmall.template {
  display: none;
}

.flex-block-24 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.text-editor-line-dot-pop {
  position: absolute;
  top: -5px;
  left: 250px;
}

.text-editor-line-dot-pop.hidden {
  display: none;
}

.text-editor-line-number-pop {
  position: absolute;
  top: -5px;
  left: 300px;
}

.text-editor-line-number-pop.hidden {
  display: none;
}

.text-editor-line-height-pop {
  position: absolute;
  top: -5px;
  left: 350px;
}

.text-editor-line-height-pop.hidden {
  display: none;
}

.text-block-3 {
  font-size: 12px;
}

.texteditor-pop-item-container {
  max-height: 300px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  overflow: auto;
}

.div-block-71 {
  display: block;
}

.div-block-72 {
  display: none;
}

.div-block-73 {
  min-width: 90px;
}

.edit-modal-2 {
  display: none;
}

.text-editor-box-2, .text-editor-box-3 {
  border: 1px solid var(--light-gray);
  border-radius: 3px;
}

.bind-search-result-count-label {
  font-family: var(--main);
  color: #000;
  text-align: right;
  padding-top: 7px;
  font-size: 13px;
  display: none;
}

.flex-block-26 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
}

.sector-item-row {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
}

.sector-item-row.template {
  display: none;
}

.select-input {
  width: 100%;
  text-align: center;
  border: 0 solid #000;
  padding: 0;
  font-size: 12px;
  display: inline-block;
}

.select-input:active {
  outline-offset: 0px;
  outline: 3px #000;
}

.select-input:focus-visible {
  outline-offset: 0px;
  outline: 0 #000;
}

.select-input[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 0 #000;
}

.image-3 {
  display: inline-block;
}

.text-editor-font-size-pop {
  width: 80px;
  display: block;
  position: absolute;
  top: -5px;
  left: 143px;
  overflow: visible;
}

.text-editor-font-size-pop.hidden {
  display: none;
}

.div-block-74 {
  width: 24px;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.global-language-dropdown-toggle {
  width: 160px;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 3px;
  display: flex;
}

.global-language-dropdown-toggle.w--open {
  justify-content: flex-start;
  padding: 3px;
}

.global-lang-ko {
  display: block;
}

.global-lang-en {
  display: none;
}

.global-lang-dropdown-item {
  justify-content: flex-start;
  padding: 5px;
  display: flex;
}

.lang-en {
  margin-left: 0;
  padding-left: 5px;
  display: block;
}

.dropdown-list {
  background-color: #483e3e;
}

.dropdown-list.w--open {
  background-color: #fff;
  padding: 3px;
}

.lang-ko-active {
  display: none;
}

.lang-en-active {
  padding-left: 5px;
  display: none;
}

.image-4 {
  padding-left: 8px;
}

.lang-up {
  display: none;
  overflow: visible;
}

.div-block-75 {
  padding-left: 8px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }
}


@font-face {
  font-family: 'Bookantiqua';
  src: url('../fonts/BookAntiqua.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}






/* DataTable custom */
table.dataTable>thead>tr>th, table.dataTable>thead>tr>td {
  border-bottom: none !important;
}

table.dataTable.no-footer {
    border-bottom: none !important;
}

table.dataTable>tbody>tr>td {
  font-size: 12.5px;
  text-align: center;
  padding: 10px;
}

.table-paging-bar {
  display: flex;
  justify-content: center;
  align-items: center;
}

.table-paging-bar button {
  border: 2px solid var(--light-gray);
  font-family: var(--main);
  color: #000;
  text-align: center;
  background-color: #fff;
  padding: 3px 10px;
  font-size: 11px;
}

.table-paging-bar button:disabled {
  background-color: #f3f3f3;
  color: #ccc;
  cursor: default;
}

.table-paging-bar .custom-current {
  border: 2px solid var(--light-gray);
  padding: 3px 10px;
  background-color: var(--orange);
  color: #fff;
  border-left-width: 0;
  border-right-width: 0;

}


/*table.dataTable {*/
/*  table-layout: fixed;*/
/*}*/

th.cell-no,
td.cell-no {
  width: 50px !important;
  max-width: 50px !important;
  min-width: 50px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}









/* select2 */


/* select2.js Override */
.select2-container--disabled.select2-container--default .select2-selection--single,
[data-mode-u=off]+.select2-container--default .select2-selection--single {
  background-image: none !important;
  color: #858585 !important;
}

.select2-container--disabled.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #858585 !important;
}

.select2-container--default .select2-selection--single {
  height: 32px !important;
  border-radius: 2px !important;
  border: 1px solid #d4d4d4 !important;
  background-image: url('../images/ico-dropdown-2.png') !important;
  background-position: right 0.5em center !important;
  background-size: 1em !important;
  background-repeat: no-repeat !important;
  /*padding-inline: 0.75rem 3.25rem !important;*/
  font-size: 1em !important;
  /*font-weight: 400 !important;*/
  /*line-height: 1.5 !important;*/
  /*letter-spacing: -0.05em !important;*/
  color: #555 !important;
  max-width: 100% !important;
  /* min-width: 15.75rem; */
  display: flex !important;

}


.select2-container--default .select2-selection--single:hover {
  border-color: black !important;
  border-width: 1px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  /*padding-left: 0 !important;*/
}

.select2-selection__arrow {
  display: none !important;
}

.select2-container--default .select2-selection--single.error {
  border-color: var(--error-color) !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgb(118, 118, 118) !important;
  color: white !important;
}

.select2-results {
  font-size: 13px;
}

.select2-container--default .select2-search--dropdown {
  font-size: 13px;
}
.select2-container--default .select2-search--dropdown .select2-search__field:hover,
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: none;
  border-color: black;
  border-width: 1px;
}

.select2-container--default .select2-results>.select2-results__options {
  /* 아이템이 7개 보이도록 수동 수정. */
  max-height: 230px !important;
}

.select2-results__option {
  margin: 0 !important;
}



/* Select2 Override */
.select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 1px solid #ccc;
  height: 27px;
}

.select2-container--default .select2-selection--single.error {
  border-color: var(--error-color);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #fef1e7;
  color: black;
}






.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: unset !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 0 !important;
}
.select2.select2-container.select2-container--open.select2-container--default .select2-selection--single {
  background-image: url(../images/ico-dropdown-2-up.png) !important;
}
.select2-results__option {
  padding: 6px 12px !important;
}




/* button hover */
.table-button:hover {
  background-color: var(--navy);
  color: white;
}
.table-button:active {
  color: rgb(200, 200, 200);
}

.table-button.warning:hover {
  background-color: rgb(192, 0, 0);
  color: white;
}
.table-button.warning:active {
  color: rgb(200, 200, 200);
}

.cta-button {
  background-color: rgb(30, 154, 102);
  border-radius: 0;
}
.cta-button:hover {
  background-color: rgb(22, 104, 73);
  color: white;
}
.cta-button:active {
  color: rgb(144, 232, 198);
}

.search-bar-button {
  background-color: rgb(30, 154, 102);
}
.search-bar-button:hover {
  background-color: rgb(22, 104, 73);
  color: white;
}
.cta-button.dim {
  background-color: #777;
  color: white;
}

.cta-button.dim:hover {
  background-color: rgb(83, 83, 83);
  color: white;
}

.cta-button.dim:active {
  color: rgb(200, 200, 200);
}

.cta-button.black:hover {
  background-color: rgb(83, 83, 83);
  color: white;
}

.cta-button.black:active {
  color: rgb(200, 200, 200);
}

.table-paging-bar .custom-prev {
  width: 70px;
}
.table-paging-bar .custom-next {
  width: 55px;
}

.table-paging-bar .custom-next:hover,
.table-paging-bar .custom-prev:hover {
  background-color: rgb(221, 221, 221);
}
.table-paging-bar .custom-next:active,
.table-paging-bar .custom-prev:active {
  font-weight: bold;
}

.cta-button.warning {
    background-color: rgb(192, 0, 0);
    color: white;
}
.cta-button.warning:hover {
    background-color: rgb(160, 10, 10);
}
.cta-button.warning:active {
    color: rgb(200, 200, 200);
}



.nav-container + .section.header .w-layout-hflex {
  max-width: 1600px;
}





.data-table {
  table-layout: fixed;
}

.data-table td,
.data-table th {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

table.dataTable>thead>tr>th, table.dataTable>thead>tr>td {
  text-align: center;
}

.datatable-zero-box {
    margin-top: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}
