.btn {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 4px;
}
.btn-lg {
  padding: 12px 16px;
  color: #363739;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
.btn-md {
  padding: 8px 14px;
  color: #363739;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
.btn-sm {
  padding: 4px 8px;
  color: #363739;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  font-weight: 500;
}
.btn-ic-md {
  padding: 6px;
  line-height: 1;
}
.btn-ic-sm {
  padding: 4px;
  line-height: 1;
}
.btn-bg.primary {
  background-color: var(--primary500);
  color: #fff;
}
.btn-bg.primary:hover {
  outline: 3px solid var(--primary100);
}
.btn-bg.primary:active {
  background-color: var(--primary600);
}
.btn-bg.primary.active {
  background-color: var(--primary600);
}
.btn-bg.black {
  background-color: #363739;
  color: #fff;
}
.btn-bg.black:hover {
  outline: 3px solid #e7e7e9;
}
.btn-bg.black:active {
  background-color: #1b1b1d;
}
.btn-bg.black.active {
  background-color: #1b1b1d;
}
.btn-bg.gray {
  background-color: #f4f4f4;
  color: #515256;
}
.btn-bg.gray:hover {
  outline: 3px solid #e7e7e9;
}
.btn-bg.gray:active {
  background-color: #e7e7e9;
}
.btn-bg.gray.active {
  background-color: #e7e7e9;
}
.btn-bg.gray:disabled {
  pointer-events: none;
  background-color: #f4f4f4;
  border: 1px solid none;
  color: #b7b8bc;
  cursor: default;
}
.btn-bg.gray:disabled .ic {
  background-color: #b7b8bc;
}
.btn-bg.gray .ic {
  background-color: #515256;
}
.btn-bg.success {
  background-color: #24c966;
  color: #fff;
}
.btn-bg.success:hover {
  outline: 3px solid #d3f4e0;
}
.btn-bg.success:active {
  background-color: #1da152;
}
.btn-bg.success.active {
  background-color: #1da152;
}
.btn-bg.warning {
  background-color: #ee8f00;
  color: #fff;
}
.btn-bg.warning:hover {
  outline: 3px solid #fce9cc;
}
.btn-bg.warning:active {
  background-color: #c97a04;
}
.btn-bg.warning.active {
  background-color: #c97a04;
}
.btn-bg.danger {
  background-color: #f34f4f;
  color: #fff;
}
.btn-bg.danger:hover {
  outline: 3px solid #fddcdc;
}
.btn-bg.danger:active {
  background-color: #d23939;
}
.btn-bg.danger.active {
  background-color: #d23939;
}
.btn-bg.primary .ic, .btn-bg.black .ic {
  background-color: #fff;
}
.btn-bg.primary:disabled, .btn-bg.black:disabled {
  pointer-events: none;
  background-color: #cfd0d2;
  border: 1px solid none;
  color: #fff;
  cursor: default;
}
.btn-bg.success:disabled, .btn-bg.warning:disabled, .btn-bg.danger:disabled {
  pointer-events: none;
  background-color: #cfd0d2;
  border: 1px solid none;
  color: #fff;
  cursor: default;
}
.btn-bg.success .ic, .btn-bg.warning .ic, .btn-bg.danger .ic {
  background-color: #fff;
}
.btn-bd-gray.primary {
  border: 1px solid #e7e7e9;
  background-color: #fff;
  color: var(--primary500);
}
.btn-bd-gray.primary .ic {
  background-color: var(--primary500);
}
.btn-bd-gray.success {
  border: 1px solid #e7e7e9;
  background-color: #fff;
  color: #24c966;
}
.btn-bd-gray.success .ic {
  background-color: #24c966;
}
.btn-bd-gray.warning {
  border: 1px solid #e7e7e9;
  background-color: #fff;
  color: #ee8f00;
}
.btn-bd-gray.warning .ic {
  background-color: #ee8f00;
}
.btn-bd-gray.danger {
  border: 1px solid #e7e7e9;
  background-color: #fff;
  color: #f34f4f;
}
.btn-bd-gray.danger .ic {
  background-color: #f34f4f;
}
.btn-bd-gray:hover {
  background-color: #f8f9fa;
}
.btn-bd-gray:active {
  background-color: #e7e7e9;
}
.btn-bd-gray.active {
  background-color: #e7e7e9;
}
.btn-bd-gray:disabled {
  pointer-events: none;
  background-color: #f4f4f4;
  border: 1px solid #e7e7e9;
  color: #b7b8bc;
  cursor: default;
}
.btn-bd-gray:disabled .ic {
  background-color: #b7b8bc;
}
.btn-mix.primary {
  background-color: #fff;
  border: 1px solid var(--primary500);
  color: var(--primary500);
}
.btn-mix.primary:hover {
  background-color: var(--primary50);
  border-color: var(--primary500);
}
.btn-mix.primary:active {
  background-color: var(--primary100);
  border-color: var(--primary600);
}
.btn-mix.primary.active {
  background-color: var(--primary100);
  border-color: var(--primary600);
}
.btn-mix.primary:disabled {
  pointer-events: none;
  background-color: #f4f4f4;
  border: 1px solid #b7b8bc;
  color: #b7b8bc;
  cursor: default;
}
.btn-mix.primary:disabled .ic {
  background-color: #b7b8bc;
}
.btn-mix.primary .ic {
  background-color: var(--primary500);
}
.btn-mix.black {
  background-color: #fff;
  border: 1px solid #363739;
  color: #363739;
}
.btn-mix.black:hover {
  background-color: #f8f9fa;
  border-color: #363739;
}
.btn-mix.black:active {
  background-color: #f4f4f4;
  border-color: #1b1b1d;
}
.btn-mix.black.active {
  background-color: #f4f4f4;
  border-color: #1b1b1d;
}
.btn-mix.black:disabled {
  pointer-events: none;
  background-color: #f4f4f4;
  border: 1px solid #b7b8bc;
  color: #b7b8bc;
  cursor: default;
}
.btn-mix.black:disabled .ic {
  background-color: #b7b8bc;
}
.btn-mix.black .ic {
  background-color: #363739;
}
.btn-mix.gray {
  background-color: #fff;
  border: 1px solid #e7e7e9;
  color: #363739;
}
.btn-mix.gray:hover {
  background-color: #f8f9fa;
  border-color: #e7e7e9;
}
.btn-mix.gray:active {
  background-color: #e7e7e9;
  border-color: #e7e7e9;
}
.btn-mix.gray.active {
  background-color: #e7e7e9;
  border-color: #e7e7e9;
}
.btn-mix.gray:disabled {
  pointer-events: none;
  background-color: #f4f4f4;
  border: 1px solid #e7e7e9;
  color: #b7b8bc;
  cursor: default;
}
.btn-mix.gray:disabled .ic {
  background-color: #b7b8bc;
}
.btn-mix.gray .ic {
  background-color: #363739;
}
.btn-mix.success {
  background-color: #fff;
  border: 1px solid #24c966;
  color: #24c966;
}
.btn-mix.success:hover {
  background-color: #edfcf3;
  border-color: #24c966;
}
.btn-mix.success:active {
  background-color: #d3f4e0;
  border-color: #24c966;
}
.btn-mix.success.active {
  background-color: #d3f4e0;
  border-color: #24c966;
}
.btn-mix.success:disabled {
  pointer-events: none;
  background-color: #f4f4f4;
  border: 1px solid #b7b8bc;
  color: #b7b8bc;
  cursor: default;
}
.btn-mix.success:disabled .ic {
  background-color: #b7b8bc;
}
.btn-mix.success .ic {
  background-color: #24c966;
}
.btn-mix.warning {
  background-color: #fff;
  border: 1px solid #ee8f00;
  color: #ee8f00;
}
.btn-mix.warning:hover {
  background-color: #fbf2e4;
  border-color: #ee8f00;
}
.btn-mix.warning:active {
  background-color: #fce9cc;
  border-color: #ee8f00;
}
.btn-mix.warning.active {
  background-color: #fce9cc;
  border-color: #ee8f00;
}
.btn-mix.warning:disabled {
  pointer-events: none;
  background-color: #f4f4f4;
  border: 1px solid #b7b8bc;
  color: #b7b8bc;
  cursor: default;
}
.btn-mix.warning:disabled .ic {
  background-color: #b7b8bc;
}
.btn-mix.warning .ic {
  background-color: #ee8f00;
}
.btn-mix.danger {
  background-color: #fff;
  border: 1px solid #f34f4f;
  color: #f34f4f;
}
.btn-mix.danger:hover {
  background-color: #fdecec;
  border-color: #f34f4f;
}
.btn-mix.danger:active {
  background-color: #fddcdc;
  border-color: #f34f4f;
}
.btn-mix.danger.active {
  background-color: #fddcdc;
  border-color: #f34f4f;
}
.btn-mix.danger:disabled {
  pointer-events: none;
  background-color: #f4f4f4;
  border: 1px solid #b7b8bc;
  color: #b7b8bc;
  cursor: default;
}
.btn-mix.danger:disabled .ic {
  background-color: #b7b8bc;
}
.btn-mix.danger .ic {
  background-color: #f34f4f;
}
.btn-text.primary {
  color: var(--primary500);
}
.btn-text.primary:hover {
  outline: 1px solid var(--primary50);
}
.btn-text.primary:active {
  background-color: var(--primary50);
}
.btn-text.primary.active {
  background-color: var(--primary50);
}
.btn-text.primary:disabled {
  pointer-events: none;
  background-color: transparent;
  border: 1px solid none;
  color: #b7b8bc;
  cursor: default;
}
.btn-text.primary:disabled .ic {
  background-color: #b7b8bc;
}
.btn-text.primary .ic {
  background-color: var(--primary500);
}
.btn-text.black {
  color: #363739;
}
.btn-text.black:hover {
  outline: 1px solid #f4f4f4;
}
.btn-text.black:active {
  background-color: #f4f4f4;
}
.btn-text.black.active {
  background-color: #f4f4f4;
}
.btn-text.black:disabled {
  pointer-events: none;
  background-color: transparent;
  border: 1px solid none;
  color: #b7b8bc;
  cursor: default;
}
.btn-text.black:disabled .ic {
  background-color: #b7b8bc;
}
.btn-text.black .ic {
  background-color: #363739;
}
.btn-text.success {
  color: #24c966;
}
.btn-text.success:hover {
  outline: 1px solid #edfcf3;
}
.btn-text.success:active {
  background-color: #edfcf3;
}
.btn-text.success.active {
  background-color: #edfcf3;
}
.btn-text.success:disabled {
  pointer-events: none;
  background-color: transparent;
  border: 1px solid none;
  color: #b7b8bc;
  cursor: default;
}
.btn-text.success:disabled .ic {
  background-color: #b7b8bc;
}
.btn-text.success .ic {
  background-color: #24c966;
}
.btn-text.warning {
  color: #ee8f00;
}
.btn-text.warning:hover {
  outline: 1px solid #fbf2e4;
}
.btn-text.warning:active {
  background-color: #fbf2e4;
}
.btn-text.warning.active {
  background-color: #fbf2e4;
}
.btn-text.warning:disabled {
  pointer-events: none;
  background-color: transparent;
  border: 1px solid none;
  color: #b7b8bc;
  cursor: default;
}
.btn-text.warning:disabled .ic {
  background-color: #b7b8bc;
}
.btn-text.warning .ic {
  background-color: #ee8f00;
}
.btn-text.danger {
  color: #f34f4f;
}
.btn-text.danger:hover {
  outline: 1px solid #fdecec;
}
.btn-text.danger:active {
  background-color: #fdecec;
}
.btn-text.danger.active {
  background-color: #fdecec;
}
.btn-text.danger:disabled {
  pointer-events: none;
  background-color: transparent;
  border: 1px solid none;
  color: #b7b8bc;
  cursor: default;
}
.btn-text.danger:disabled .ic {
  background-color: #b7b8bc;
}
.btn-text.danger .ic {
  background-color: #f34f4f;
}
.btn-icon.gray {
  color: #363739;
}
.btn-icon.gray:hover {
  background-color: #f8f9fa;
}
.btn-icon.gray:active {
  background-color: #e7e7e9;
}
.btn-icon.gray.active {
  background-color: #e7e7e9;
}
.btn-icon.gray:disabled {
  pointer-events: none;
  background-color: transparent;
  border: 1px solid transparent;
  color: #b7b8bc;
  cursor: default;
}
.btn-icon.gray:disabled .ic {
  background-color: #b7b8bc;
}
.btn-icon.gray .ic {
  background-color: #363739;
}
.btn-icon.primary {
  color: #363739;
}
.btn-icon.primary:hover {
  background-color: #f8f9fa;
}
.btn-icon.primary:active {
  background-color: #e7e7e9;
}
.btn-icon.primary.active {
  background-color: #e7e7e9;
}
.btn-icon.primary:disabled {
  pointer-events: none;
  background-color: transparent;
  border: 1px solid transparent;
  color: #b7b8bc;
  cursor: default;
}
.btn-icon.primary:disabled .ic {
  background-color: #b7b8bc;
}
.btn-icon.primary .ic {
  background-color: var(--primary500);
}
.btn-icon-bd.gray {
  border: 1px solid #e7e7e9;
  background-color: #fff;
  color: #363739;
}
.btn-icon-bd.gray:hover {
  background-color: #f8f9fa;
}
.btn-icon-bd.gray:active {
  background-color: #e7e7e9;
}
.btn-icon-bd.gray.active {
  background-color: #e7e7e9;
}
.btn-icon-bd.gray:disabled {
  pointer-events: none;
  background-color: #f4f4f4;
  border: 1px solid #e7e7e9;
  color: #b7b8bc;
  cursor: default;
}
.btn-icon-bd.gray:disabled .ic {
  background-color: #b7b8bc;
}
.btn-icon-bd.gray .ic {
  background-color: #363739;
}
.btn-icon-bd.primary {
  border: 1px solid #e7e7e9;
  background-color: #fff;
  color: #363739;
}
.btn-icon-bd.primary:hover {
  background-color: #f8f9fa;
}
.btn-icon-bd.primary:active {
  background-color: #e7e7e9;
}
.btn-icon-bd.primary.active {
  background-color: #e7e7e9;
}
.btn-icon-bd.primary:disabled {
  pointer-events: none;
  background-color: #f4f4f4;
  border: 1px solid #e7e7e9;
  color: #b7b8bc;
  cursor: default;
}
.btn-icon-bd.primary:disabled .ic {
  background-color: #b7b8bc;
}
.btn-icon-bd.primary .ic {
  background-color: var(--primary500);
}
.btn-icon-bg.black {
  background-color: #363739;
  color: #fff;
}
.btn-icon-bg.black:hover {
  background-color: #363739;
}
.btn-icon-bg.black:active {
  background-color: #363739;
}
.btn-icon-bg.black.active {
  background-color: #363739;
}
.btn-icon-bg.black:disabled {
  pointer-events: none;
  background-color: transparent;
  border: 1px solid transparent;
  color: transparent;
  cursor: default;
}
.btn-icon-bg.black:disabled .ic {
  background-color: #88888f;
}
.btn-icon-bg.black:active .ic {
  background-color: #a0a0a6;
}
.btn-icon-bg.black .ic {
  background-color: #fff;
}
.btn.full {
  width: 100%;
}
.btn .ic {
  vertical-align: text-top;
}

.line-close-btn {
  margin-left: 10px;
  padding: 4px;
  border: 1px solid #e7e7e9;
  border-radius: 4px;
  line-height: 0;
}

.label-input {
  display: flex;
  flex-flow: wrap row;
  justify-content: start;
  align-items: center;
  width: 100%;
}
.label-input.nowrap {
  flex-wrap: nowrap;
}
.label-input .supporting-text {
  color: #88888f;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-weight: 400;
  margin-top: 8px;
}
.label-input .explain-text {
  color: #88888f;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
  width: calc(100% - 30px);
  margin-top: 4px;
  margin-left: 30px;
}
.label-input .label {
  width: 110px;
}
.label-input .input-box {
  width: calc(100% - 110px);
}

.label {
  color: #88888f;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
  padding-right: 4px;
  white-space: nowrap;
}
.label.hover {
  color: #363739;
}
.label.focus {
  color: #363739;
}

.input {
  color: #363739;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
  padding: 8px 12px;
  display: inline-block;
  border: 1px solid #e7e7e9;
  border-radius: 4px;
  background-color: #fff;
  resize: none;
  min-width: 120px;
}
.input:hover {
  border-color: #cfd0d2;
}
.input:focus {
  border-color: var(--primary500);
}
.input::placeholder {
  color: #b7b8bc;
}
.input:read-only:not(:disabled) {
  cursor: default;
  pointer-events: none;
}
.input:read-only:not(:disabled).no-bd {
  border: none;
}
.input + .datepicker-button {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0%, -50%);
  padding: 4px;
  border-radius: 4px;
}
.input + .datepicker-button:hover {
  background-color: #f4f4f4;
}
.input + .datepicker-button:focus {
  background-color: var(--primary50);
}
.input:hover + .datepicker-button {
  background-color: #f4f4f4;
}
.input:focus + .datepicker-button {
  background-color: var(--primary50);
}
.input:disabled {
  border-color: #e7e7e9;
  background-color: #f4f4f4;
  color: #88888f;
  cursor: default;
}
.input-separator {
  display: inline-block;
  padding: 0 8px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
}
.input-icon + label {
  display: inline-block;
  position: relative;
}
.input-icon + label .icon::before, .input-icon:checked + label .icon::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.input-icon + label {
  color: #363739;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
.input-icon + label.lg-text {
  color: #363739;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
.input-icon + label .icon::before, .input-icon + label .icon::after {
  width: 16px;
  height: 16px;
}
.input-icon.left + label > *, .input-icon.right + label > * {
  display: inline-block;
  vertical-align: middle;
}
.input-icon.left + label > *:not(.icon) {
  margin-left: 8px;
}
.input-icon.right + label > *:not(.icon) {
  margin-right: 8px;
}
.input-icon + label .icon {
  position: relative;
  display: inline-block;
  margin-right: -4px;
  line-height: 0;
}
.input-icon.rectangle + label .icon::before {
  background-color: #fff;
  border: 1px solid #cfd0d2;
  border-radius: 4px;
}
.input-icon.rectangle:hover + label .icon::before {
  outline: 3px solid var(--primary50);
  border-color: var(--primary200);
}
.input-icon.rectangle:disabled + label .icon::before {
  outline: none;
  background-color: #e7e7e9;
}
.input-icon.rectangle:checked + label .icon::before {
  background-color: var(--primary500);
  border: 1px solid var(--primary500);
}
.input-icon.rectangle:checked + label .icon::after {
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url("../img/icon/ic-sm-check.svg");
  mask-image: url("../img/icon/ic-sm-check.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translateY(-50%);
  background-color: #fff;
}
.input-icon.rectangle:checked:hover + label .icon::before {
  outline: 3px solid var(--primary50);
  border-color: var(--primary600);
  background-color: var(--primary600);
}
.input-icon.rectangle:checked:disabled + label .icon::before {
  outline: none;
  background-color: #cfd0d2;
  border-color: #cfd0d2;
}
.input-icon.circle + label .icon::before {
  background-color: #fff;
  border: 1px solid #cfd0d2;
  border-radius: 50%;
}
.input-icon.circle:hover + label .icon::before {
  outline: 3px solid var(--primary50);
  border-color: var(--primary200);
}
.input-icon.circle:disabled + label .icon::before {
  outline: none;
  border-color: #cfd0d2;
  background-color: #e7e7e9;
}
.input-icon.circle:checked + label .icon::before {
  border: 1px solid var(--primary500);
}
.input-icon.circle:checked + label .icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: var(--primary500);
  border-radius: 50%;
}
.input-icon.circle:checked:hover + label .icon::before {
  border-color: var(--primary600);
}
.input-icon.circle:checked:hover + label .icon::after {
  background-color: var(--primary600);
}
.input-icon.circle:checked:disabled + label .icon::before {
  border-color: #cfd0d2;
  background-color: #fff;
}
.input-icon.circle:checked:disabled + label .icon::after {
  background-color: #cfd0d2;
}
.input-icon + label {
  margin: 1px;
}
.input-icon + label:not(:last-of-type) {
  margin-right: 16px;
}
.input-mix-width {
  width: calc(100% - 70px);
}
.input-file {
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.input-file-btn {
  position: relative;
  display: inline-block;
  margin-right: 24px;
}
.input-file-box {
  color: #363739;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
  display: inline-block;
  margin-right: 24px;
}
.input-image-file {
  width: 160px;
  height: 160px;
  position: absolute;
  top: -2px;
  left: -2px;
  opacity: 0;
  z-index: 1;
}
.input-image-file-btn {
  border: 2px dotted var(--primary500);
  background-color: var(--primary50);
  text-align: center;
  order: 2;
}
.input-image-file-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.input-image-file-box {
  border: 1px solid #222;
  overflow: hidden;
  order: 1;
}
.input-image-file-box::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.input-image-file-box:hover::after {
  display: block;
}
.input-image-file-box:hover .input-image-file-text {
  display: block;
  z-index: 2;
}
.input-image-file-box .input-image-file-text {
  display: none;
}
.input-image-file-box .input-image-file-text button {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 12px;
}
.input-image-file-box .input-image-file-text button:hover {
  background-color: rgba(0, 0, 0, 0.3);
  border-color: none;
}
.input-image-file-box .input-image-file-text button:active {
  background-color: transparent;
  border-color: none;
}
.input-image-file-box .input-image-file-text button.active {
  background-color: transparent;
  border-color: none;
}
.input-image-file-box .input-image-file-text button:first-of-type, .input-image-file-box .input-image-file-text button :only-of-type {
  margin-top: 0;
}
.input-image-file-box .input-image-file-text button .ic {
  background-color: #fff;
  margin-right: 4px;
}
.input-width-2 {
  width: calc((100% - 4px) / 2);
}
.input-width-3 {
  width: calc((100% - 8px) / 3);
}
.input-width-4 {
  width: calc((100% - 12px) / 4);
}
.input-onoff[type=checkbox] + label {
  color: #88888f;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
  position: relative;
}
.input-onoff[type=checkbox] + label::after, .input-onoff[type=checkbox] + label::before {
  content: "";
  display: inline-block;
}
.input-onoff[type=checkbox] + label span {
  vertical-align: inherit;
  font-weight: inherit;
}
.input-onoff[type=checkbox].left + label::before {
  width: 40px;
  height: 24px;
  margin-right: 8px;
  border-radius: 20px;
  background-color: #e7e7e9;
  vertical-align: middle;
}
.input-onoff[type=checkbox].left + label::after {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 4px;
  border-radius: 50%;
  background-color: #fff;
}
.input-onoff[type=checkbox].left:checked + label {
  color: var(--primary600);
  font-weight: 500;
}
.input-onoff[type=checkbox].left:checked + label::before {
  background-color: var(--primary500);
}
.input-onoff[type=checkbox].left:checked + label::after {
  left: 20px;
}
.input-onoff[type=checkbox].right + label::after {
  width: 40px;
  height: 24px;
  margin-left: 8px;
  border-radius: 20px;
  background-color: #e7e7e9;
  vertical-align: middle;
}
.input-onoff[type=checkbox].right + label::before {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  right: 20px;
  border-radius: 50%;
  background-color: #fff;
}
.input-onoff[type=checkbox].right:checked + label {
  color: var(--primary600);
  font-weight: 500;
}
.input-onoff[type=checkbox].right:checked + label::after {
  background-color: var(--primary500);
}
.input-onoff[type=checkbox].right:checked + label::before {
  right: 4px;
}

.double-input {
  position: relative;
  width: calc((100% - 25px) / 2);
}

.image-file-list {
  display: flex;
  flex-flow: wrap row;
  justify-content: start;
}
.image-file-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-file-list [class*=input-image-file-b] {
  width: 160px;
  height: 160px;
  position: relative;
  border-radius: 4px;
  margin: 8px;
}

.select {
  color: #363739;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
  width: 100%;
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e7e7e9;
  min-width: 120px;
  cursor: pointer;
  padding: 8px 38px 8px 12px;
}
.select:hover {
  border-color: #cfd0d2;
}
.select:focus {
  border-color: var(--primary500);
}
.select::placeholder {
  color: #b7b8bc;
}
.select:read-only:not(:disabled) {
  cursor: default;
}
.select:focus .option-list {
  display: block;
}
.select:focus .selected-item::after {
  -webkit-mask-image: url("../img/icon/ic-md-chevron_up.svg");
  mask-image: url("../img/icon/ic-md-chevron_up.svg");
}
.select.disabled {
  pointer-events: none;
  border-color: #e7e7e9;
  background-color: #f4f4f4;
}
.select.disabled .selected-item {
  color: #88888f;
}
.select.disabled .selected-item::after {
  background-color: #88888f;
}
.select .selected-item {
  color: #363739;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  pointer-events: none;
}
.select .selected-item::after {
  content: "";
  display: inline-block;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url("../img/icon/ic-md-chevron_down.svg");
  mask-image: url("../img/icon/ic-md-chevron_down.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background-color: #1b1b1d;
}
.select .option-list {
  display: none;
  width: 100%;
  max-height: 252px;
  position: absolute;
  left: 0;
  top: 42px;
  border-radius: 4px;
  border: 1px solid #f4f4f4;
  background-color: #fff;
  box-shadow: 0px 2px 5px -8px rgba(0, 0, 0, 0.02), 0px 8px 16px -2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  word-break: keep-all;
  z-index: 1;
}
.select .option-item {
  color: #363739;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
  position: relative;
  padding: 8px 12px;
  height: 38px;
}
.select .option-item:hover {
  background-color: #f4f4f4;
}
.select .option-item.active {
  color: #363739;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
.select .option-item.disabled, .select .option-item.disabled * {
  color: #cfd0d2;
  pointer-events: none;
}
.select .option-item.disabled .ic, .select .option-item.disabled * .ic {
  background-color: #cfd0d2;
}
.select .option-item label {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 1px);
  height: 100%;
  padding: 8px 12px;
}
.select .option-item.item {
  vertical-align: middle;
}

select {
  color: #363739;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
  width: 100%;
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e7e7e9;
  min-width: 120px;
  background: #fff url("../img/icon/ic-md-chevron_down.svg") no-repeat center right 12px;
  background-size: 16px;
  cursor: pointer;
  padding: 8px 38px 8px 12px;
}
select:hover {
  border-color: #cfd0d2;
}
select:focus {
  border-color: var(--primary500);
}
select::placeholder {
  color: #b7b8bc;
}
select:read-only:not(:disabled) {
  cursor: default;
}
select:disabled {
  pointer-events: none;
  border-color: #e7e7e9;
  background-color: #f4f4f4;
  color: #88888f;
}
select:disabled::after {
  background-color: #88888f;
}
select:focus {
  background-image: url("../img/icon/ic-md-chevron_up.svg");
}

.select2-container * {
  color: #363739;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
}

.select2-container--default.select2-container--open:not(.select2) {
  margin-top: -38px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 4px !important;
}
.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
  padding: 8px 38px 8px 12px;
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e7e7e9;
  min-width: 120px;
  cursor: pointer;
}
.select2-container--default .select2-selection--multiple:hover, .select2-container--default .select2-selection--single:hover {
  border-color: #cfd0d2;
}
.select2-container--default .select2-selection--multiple:focus, .select2-container--default .select2-selection--single:focus {
  outline: 0;
  border-color: var(--primary500);
}
.select2-container--default .select2-selection--multiple:focus .select2-selection__arrow::after, .select2-container--default .select2-selection--single:focus .select2-selection__arrow::after {
  -webkit-mask-image: url("../img/icon/ic-md-chevron_up.svg");
  mask-image: url("../img/icon/ic-md-chevron_up.svg");
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: inherit;
  line-height: inherit;
}
.select2-container--default .select2-selection--multiple .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: inline-block;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  line-height: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__arrow::after, .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: "";
  display: inline-block;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url("../img/icon/ic-md-chevron_down.svg");
  mask-image: url("../img/icon/ic-md-chevron_down.svg");
  width: 16px;
  height: 16px;
  background-color: #1b1b1d;
}
.select2-container--default .select2-selection--multiple .select2-selection__arrow b, .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  color: #363739;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
  padding: 8px 12px;
  display: inline-block;
  border: 1px solid #e7e7e9;
  border-radius: 4px;
  background-color: #fff;
  resize: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field:hover {
  border-color: #cfd0d2;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: var(--primary500);
}
.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
  color: #b7b8bc;
}
.select2-container--default .select2-search--dropdown .select2-search__field:read-only:not(:disabled) {
  cursor: default;
  pointer-events: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field:read-only:not(:disabled).no-bd {
  border: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field + .datepicker-button {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0%, -50%);
  padding: 4px;
  border-radius: 4px;
}
.select2-container--default .select2-search--dropdown .select2-search__field + .datepicker-button:hover {
  background-color: #f4f4f4;
}
.select2-container--default .select2-search--dropdown .select2-search__field + .datepicker-button:focus {
  background-color: var(--primary50);
}
.select2-container--default .select2-search--dropdown .select2-search__field:hover + .datepicker-button {
  background-color: #f4f4f4;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus + .datepicker-button {
  background-color: var(--primary50);
}
.select2-container--default .select2-search--dropdown .select2-search__field:disabled {
  border-color: #e7e7e9;
  background-color: #f4f4f4;
  color: #88888f;
  cursor: default;
}
.select2-container--default .select2-dropdown {
  display: block;
  width: 100%;
  position: absolute;
  top: 42px;
  border-radius: 4px;
  border: 1px solid #f4f4f4;
  background-color: #fff;
  box-shadow: 0px 2px 5px -8px rgba(0, 0, 0, 0.02), 0px 8px 16px -2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  word-break: keep-all;
  z-index: 1051;
}
.select2-container--default .select2-results__option--selected {
  background-color: transparent;
  font-weight: 500;
}
.select2-container--default .select2-results > .select2-results__options {
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #e7e7e9 #fff;
  max-height: 252px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background-color: #fff;
  border: 0;
  border-top: 1px solid #fff;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  min-height: 40px;
  border: 4px solid white;
  border-radius: 8px;
  background-color: #e7e7e9;
  background-clip: padding-box;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-corner {
  background: #fff;
}
.select2-container--default .select2-results__option {
  padding: 8px 12px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f4f4f4;
  color: inherit;
}

.select-dr{
  min-width: 120px;
}

.badge {
  color: #363739;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  font-weight: 500;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e7e7e9;
  margin: 2px 0;
  margin-right: 4px;
}
.badge:only-of-type {
  margin-right: 0;
}

.box-round {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #e7e7e9;
  background: #fff;
}

.pagenation {
  padding: 16px 0;
}
.pagenation .icon {
  padding: 4px;
  border-radius: 4px;
  border: 1px solid #e7e7e9;
  margin: 0 16px;
}
.pagenation .icon + .icon {
  margin-left: 0;
}
.pagenation .icon:first-of-type {
  margin-left: 0;
}
.pagenation .icon:last-of-type {
  margin-right: 0;
}
.pagenation.page-ellipsis, .pagenation .num {
  padding: 8px 14px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 4px;
  color: #363739;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
  color: #363739;
}
.pagenation.page-ellipsis:hover, .pagenation .num:hover {
  outline: 1px solid #f4f4f4;
}
.pagenation.page-ellipsis:active, .pagenation .num:active {
  background-color: #f4f4f4;
}
.pagenation.page-ellipsis.active, .pagenation .num.active {
  background-color: #f4f4f4;
}
.pagenation.page-ellipsis:disabled, .pagenation .num:disabled {
  pointer-events: none;
  background-color: transparent;
  border: 1px solid none;
  color: #b7b8bc;
  cursor: default;
}
.pagenation.page-ellipsis:disabled .ic, .pagenation .num:disabled .ic {
  background-color: #b7b8bc;
}
.pagenation.page-ellipsis .ic, .pagenation .num .ic {
  background-color: #363739;
}
.pagenation.page-ellipsis.active, .pagenation .num.active {
  background-color: #f4f4f4;
}

.tool-box {
  color: #363739;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 600;
  position: relative;
  display: inline-block;
  border-radius: 4px;
  padding: 10px 16px;
  box-shadow: 0px 2px 5px -8px rgba(0, 0, 0, 0.02), 0px 8px 16px -2px rgba(0, 0, 0, 0.1);
}
.tool-box.dark {
  background-color: rgba(27, 27, 29, 0.8);
  color: #fff;
}
.tool-box.dark [class*=tool-tip] {
  background-color: #1b1b1d;
}
.tool-box.dark .explain-text {
  color: #e7e7e9;
}
.tool-box.light {
  background-color: rgba(255, 255, 255, 0.8);
}
.tool-box.light [class*=tool-tip] {
  background-color: #fff;
}
.tool-box.light .explain-text {
  color: #515256;
}
.tool-box .explain-text {
  color: #363739;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
  margin-top: 8px;
  word-break: keep-all;
}
.tool-tip-up {
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.tool-tip-down {
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.tool-tip-left {
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  left: -12px;
}
.tool-tip-left-up {
  top: -8px;
  left: 16px;
}
.tool-tip-left-down {
  bottom: -8px;
  left: 16px;
  transform: rotate(180deg);
}
.tool-tip-right {
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: -12px;
}
.tool-tip-right-up {
  top: -8px;
  right: 16px;
}
.tool-tip-right-down {
  bottom: -8px;
  right: 16px;
  transform: rotate(180deg);
}

[class*=tool-tip] {
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url("../img/icon/ic-sm-tooltip.svg");
  mask-image: url("../img/icon/ic-sm-tooltip.svg");
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 8px;
  z-index: 1;
}

[class*=table-] tr.strikethrough td {
  text-decoration: line-through;
}
[class*=table-] th, [class*=table-] td {
  vertical-align: middle;
}

[class*=table-] td.center {
  text-align: center;
}

[class*=table-] th {
  color: #6d6d73;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 600;
  background-color: #f8f9fa;
  border-bottom: 1px solid #e7e7e9;
  text-align: center;
  height: 36px;
  padding: 8px 12px;
}
[class*=table-] th label span {
  color: #6d6d73;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 600;
}
[class*=table-] td {
  color: #363739;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
  height: 44px;
  border-bottom: 1px solid #e7e7e9;
  background-color: #fff;
  padding: 4px 12px;
}
[class*=table-] td label span {
  font-weight: 400;
}
[class*=table-] td.strikethrough {
  text-decoration: line-through;
}


/*[class*=table-] td img {*/
/*  padding: 8px 0;*/
/*  height: 64px;*/
/*}*/
[class*=table-] .btn {
  vertical-align: baseline;
}
[class*=table-] .no-bd {
  border: 0 !important;
}

.table-col tr:first-of-type th, .table-col tr:first-of-type td {
  border-top: 0 !important;
}
.table-col tr:hover td {
  background-color: #f4f4f4;
}
.table-col th {
  white-space: nowrap;
  border-left: 0 !important;
}
.table-col td {
  white-space: nowrap;
}
.table-col .wrap {
  white-space: wrap;
  word-break: keep-all;
}
.table-col.line th, .table-col.line td {
  border-right: 1px solid #e7e7e9;
}
.table-col.line th:last-of-type, .table-col.line td:last-of-type {
  border-right: 0;
}
.table-col.no-hover tr:hover td {
  background-color: transparent;
}
.table-col.sortable tbody tr .btn.sortable {
  display: none;
}
.table-col.sortable tbody tr:hover {
  cursor: pointer;
}
.table-col.sortable tbody tr:hover .btn.sortable {
  display: block;
  cursor: grab;
}
.table-row tr:first-of-type th, .table-row tr:first-of-type td {
  border-top: 1px solid #e7e7e9;
}
.table-row th {
  padding: 12px;
  border-left: 1px solid #e7e7e9;
}
.table-row th:first-of-type {
  border-left: 0;
}
.table-tool {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
.table-tool .tool-wrapper {
  display: flex;
  flex-flow: nowrap row;
  justify-content: start;
  align-items: center;
}
.table-tool .search-result {
  color: #363739;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
  margin-right: 8px;
}
.table-tool .search-result span {
  color: #363739;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
  padding: 0 2px;
}
.table-tool .search-result + .btn-group {
  margin-left: 16px;
}
.table-fixed {
  table-layout: fixed;
}

[class*=calendar-container] {
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 2px 5px -8px rgba(0, 0, 0, 0.02), 0px 8px 16px -2px rgba(0, 0, 0, 0.1);
}
[class*=calendar-container].date-range-picker .day.active {
  border-radius: 0;
}
[class*=calendar-container]:not(.date-range-picker) .day.start ~ :not(.end).active {
  border-radius: 0;
}
[class*=calendar-container] .opacity .prev {
  opacity: 0;
}
[class*=calendar-container] .opacity .next {
  opacity: 0;
}
[class*=calendar-container] .day {
  padding: 4px;
  margin: 5px 0;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #363739;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
}
[class*=calendar-container] .day::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  z-index: -1;
}
[class*=calendar-container] .day.disabled {
  color: #a0a0a6;
  pointer-events: none;
}
[class*=calendar-container] .day.today {
  color: #fff;
}
[class*=calendar-container] .day.today:hover::before, [class*=calendar-container] .day.today::before {
  background-color: var(--primary500);
  border-radius: 4px;
}
[class*=calendar-container] .day.active {
  color: #fff;
}
[class*=calendar-container] .day.active:hover::before, [class*=calendar-container] .day.active::before {
  background-color: var(--primary600);
  border-radius: 4px;
}
[class*=calendar-container] .day:hover {
  cursor: pointer;
}
[class*=calendar-container] .day:hover::before {
  background-color: #f4f4f4;
  border-radius: 4px;
}
[class*=calendar-container] .weekday {
  padding: 4px;
  margin: 5px 0;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #a0a0a6;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  font-weight: 500;
}
[class*=calendar-container] .weekday::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  z-index: -1;
}
[class*=calendar-container] .month {
  color: #363739;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
[class*=calendar-container] .year {
  color: #363739;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  padding-right: 4px;
}
[class*=calendar-container] [class*=-wrapper] {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
}
[class*=calendar-container] [class*=-wrapper] .weekday, [class*=calendar-container] [class*=-wrapper] .day {
  width: 14.2857142857%;
}
[class*=calendar-container] .cal-nav {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin-bottom: 5px;
}
[class*=calendar-container] .cal-nav .btn-width {
  width: 14.2857142857%;
  text-align: center;
}
[class*=calendar-container] .cal-nav button {
  padding: 4px;
  border-radius: 4px;
  border: 1px solid #e7e7e9;
}
[class*=calendar-container] .cal-nav button .ic {
  vertical-align: text-bottom;
}
[class*=calendar-container] .cal-nav button * {
  pointer-events: none;
}

.tab-header {
  padding: 16px 0;
}

.tab-content [data-tab-content] {
  display: none;
}
.tab-content [data-tab-content].active {
  display: block;
}

[class*=tab-line].tab-header {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
}
[class*=tab-line].tab-header button {
  color: #88888f;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  border-bottom: 2px solid #e7e7e9;
  padding: 10px 16px;
}
[class*=tab-line].tab-header button.active {
  color: var(--primary500);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  border-color: var(--primary500);
}

.notice-text {
  margin-top: 4px;
  color: #6d6d73;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-weight: 400;
}
.notice-text:only-of-type, .notice-text:first-of-type {
  margin-top: 0;
}
.notice-text::before {
  content: "";
  display: inline-block;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url("../img/icon/ic-md-infomation_round_fill.svg");
  mask-image: url("../img/icon/ic-md-infomation_round_fill.svg");
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background-color: #b7b8bc;
  vertical-align: middle;
}

.breadcrumb {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  align-items: center;
}
.breadcrumb > .item::after {
  content: "";
  display: inline-block;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url("../img/icon/ic-md-chevron_right.svg");
  mask-image: url("../img/icon/ic-md-chevron_right.svg");
  background-color: #b7b8bc;
  margin: 0 8px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.breadcrumb > .item:last-of-type::after {
  display: none;
}
.breadcrumb > .item:last-of-type:not(:only-of-type) span {
  border: 0;
}
.breadcrumb > .item span {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #e7e7e9;
  background-color: #fff;
  color: #363739;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  font-weight: 500;
}

.dimmed {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  transform: translate(0, 0);
  background-color: rgba(64, 64, 64, 0.7);
  width: 100vw;
  height: 100vh;
  z-index: 10;
}
.dimmed.active {
  display: block;
}
.dimmed.opacity {
  background-color: rgba(255, 255, 255, 0);
  z-index: 12;
}

.pop-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  display: none;
  width: 100%;
  max-width: 900px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 6px 7px -8px rgba(0, 0, 0, 0.03), 0px 15px 26px 0px rgba(0, 0, 0, 0.1);
  z-index: 11;
}
.pop-wrapper.active {
  display: block;
}
.pop-wrapper.min {
  max-width: 450px;
}
.pop-wrapper.min .pop-body {
  min-height: auto;
  max-height: none;
}
.pop-calendar {
  z-index: 13;
  max-width: 320px;
}
.pop-header {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #f4f4f4;
  align-items: center;
}
.pop-header .title {
  color: #363739;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  width: calc(100% - 30px);
}
.pop-header .close-btn {
  margin-left: 10px;
  padding: 4px;
  border: 1px solid #e7e7e9;
  border-radius: 4px;
}
.pop-body {
  padding: 20px;
  min-height: 200px;
  max-height: 600px;
}
.pop-footer {
  padding: 20px;
  border-top: 1px solid #f4f4f4;
  text-align: right;
}
.pop-footer .btn-group button {
  margin-right: 6px;
}
.pop-footer .btn-group button:last-of-type, .pop-footer .btn-group button:only-of-type {
  margin-right: 0;
}

.image-viewer {
  max-width: 1588px;
  min-width: 1588px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  position: fixed;
  z-index: 11;
}
.image-viewer.active {
  display: block;
}
.image-viewer .close-btn {
  position: absolute;
  right: 0;
  top: -44px;
  transform: translate(0, 0);
}
.image-viewer .close-btn .ic {
  background-color: #fff;
}
.image-viewer .image-zoom {
  max-height: 85vh;
  text-align: center;
}
.image-viewer .image-zoom img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.imageCropper.pop-wrapper {
  max-width: 1440px;
}
.imageCropper.pop-body {
  max-height: 800px;
}
.imageCropper.pop-body img {
  width: 100%;
  max-width: 100%;
}

.nav {
  position: fixed;
  left: 0;
  top: 0;
  transform: translate(0, 0);
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e7e7e9;
  z-index: 10;
}
.nav-wrapper {
  max-width: 1920px;
  min-width: 1920px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 166px;
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: center;
}
.nav-badge {
  padding: 0 6px;
  border-radius: 2px;
  background-color: #e7e7e9;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.48px;
  margin-left: 8px;
}
.nav-logo {
  margin-right: 40px;
}
.nav-logo img {
  height: 24px;
}
.nav .main-depth {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
}
.nav .main-depth .depth1 {
  margin-right: 24px;
}
.nav .main-depth .depth1 > button {
  color: #363739;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  padding: 24px 16px;
}
.nav .main-depth .depth1 > button.active + .sub-depth-full {
  display: block;
}
.nav .main-depth .depth1 > button.active::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, 0);
  width: 100%;
  height: 3px;
  background-color: var(--primary500);
}
.nav .sub-depth-full {
  position: absolute;
  left: 0;
  top: 100%;
  transform: translate(0, 0);
  display: none;
  width: 100%;
  border-top: 1px solid #e7e7e9;
  border-bottom: 1px solid #e7e7e9;
  background-color: #fff;
}
.nav .sub-depth-full .nav-wrapper {
  justify-content: center;
}
.nav .sub-depth-full [class*=depth] > button {
  color: #1b1b1d;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 16px 24px;
  text-align: left;
}
.nav .sub-depth-full [class*=depth] > button:hover, .nav .sub-depth-full [class*=depth] > button:focus, .nav .sub-depth-full [class*=depth] > button.active {
  background-color: #f4f4f4;
  font-weight: 500;
}
.nav .sub-depth-full .depth2 {
  position: relative;
}
.nav .sub-depth-full .sub {
  position: absolute;
  left: 0;
  top: 100%;
  transform: translate(0, 0);
  display: none;
  width: 202px;
  border-top: 1px solid #e7e7e9;
  padding: 8px 0;
  border-radius: 0 0 4px 4px;
  background-color: #fff;
  box-shadow: 0px 2px 5px -8px rgba(0, 0, 0, 0.02), 0px 8px 16px -2px rgba(0, 0, 0, 0.1);
}
.nav .sub-depth-full .sub.fit-content {
  width: auto;
  padding: 20px;
}
.nav .sub-depth-full .depth-open.active + .sub {
  display: block;
}
.nav .main-menu {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  align-items: center;
}
.nav .etc-menu .depth1 > button {
  color: #363739;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
.nav .etc-menu .depth1 > button span {
  color: #6d6d73;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  font-weight: 500;
  display: inline-block;
  margin-left: 8px;
}
.nav .etc-menu .depth1 .logout:hover span {
  color: #ee8f00;
}

@keyframes navAni {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(0%);
  }
}
.nav-side {
  position: fixed;
  left: 0;
  top: 0;
  transform: translate(0, 0);
  width: auto;
  min-width: 300px;
  height: 100vh;
  padding: 24px 0;
  border-right: 1px solid #e7e7e9;
  background: #fff;
  z-index: 10;
}
.nav-side.narrow {
  min-width: auto;
  animation: navAni 0.3s forwards alternate;
}
.nav-side.narrow .nav-btn button {
  transform: translate(-50%, -50%) rotate(0);
}
.nav-side.narrow .nav-top {
  padding: 0 8px;
  justify-content: center;
}
.nav-side.narrow .narrow-hide {
  display: none !important;
}
.nav-side-wrapper {
  height: calc(100% - 48px);
  overflow-y: auto;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #e7e7e9 transparent;
}
.nav-side-wrapper::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.nav-side-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
  border: 0;
  border-top: 1px solid transparent;
}
.nav-side-wrapper::-webkit-scrollbar-thumb {
  min-height: 40px;
  border: 4px solid transparent;
  border-radius: 8px;
  background-color: #e7e7e9;
  background-clip: padding-box;
}
.nav-side-wrapper::-webkit-scrollbar-corner {
  background: transparent;
}
.nav-side .nav-btn {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 0);
  width: 6px;
  height: 100vh;
  z-index: 1;
}
.nav-side .nav-btn:hover {
  background: var(--primary100);
  border-left: 1px solid var(--primary500);
}
.nav-side .nav-btn:hover button {
  background: var(--primary500);
}
.nav-side .nav-btn button {
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url("../img/icon/ic-nav-arrow.svg");
  mask-image: url("../img/icon/ic-nav-arrow.svg");
  position: absolute;
  top: 50%;
  left: calc(50% + 5px);
  transform: translate(-50%, -50%) rotate(180deg);
  width: 10px;
  height: 10px;
}
.nav-side .nav-top {
  display: flex;
  flex-flow: wrap row;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 0 24px;
}
.nav-side .nav-top .logout {
  color: #363739;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
.nav-side .nav-top .logout:hover span {
  color: #ee8f00;
}
.nav-side .nav-top .logout span {
  color: #6d6d73;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  font-weight: 500;
  display: inline-block;
  margin-left: 8px;
}
.nav-side .nav-bottom button {
  width: 100%;
  text-align: left;
}
.nav-side .nav-bottom .depth1 > button {
  color: #515256;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
  padding: 16px 24px;
}
.nav-side .nav-bottom .depth1 > button:hover {
  color: #363739;
}
.nav-side .nav-bottom .depth1 > button:hover .nav-icon {
  background-color: #363739;
}
.nav-side .nav-bottom .depth1 > button.active {
  color: var(--primary600);
  font-weight: 600;
}
.nav-side .nav-bottom .depth1 > button.active:hover {
  background-color: #f8f9fa;
}
.nav-side .nav-bottom .depth1 > button.active::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, 0);
  width: 3px;
  height: 100%;
  background-color: var(--primary500);
}
.nav-side .nav-bottom .depth1 > button.active .nav-icon {
  background-color: var(--primary600);
}
.nav-side .nav-bottom .depth1 > .sub {
  padding: 0 24px;
}
.nav-side .sub {
  padding-left: 28px;
  display: none;
}
.nav-side .sub .depth2 .depth-open::before {
  content: "";
  display: inline-block;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url("../img/icon/ic-sm-chevron_right.svg");
  mask-image: url("../img/icon/ic-sm-chevron_right.svg");
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background: #1b1b1d;
  vertical-align: middle;
}
.nav-side .sub .depth2 .depth-open.active {
  color: #1b1b1d;
  font-weight: 500;
}
.nav-side .sub .depth2 .depth-open.active::before {
  -webkit-mask-image: url("../img/icon/ic-sm-chevron_down.svg");
  mask-image: url("../img/icon/ic-sm-chevron_down.svg");
}
.nav-side .sub .depth2 button {
  color: #515256;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
  position: relative;
  padding: 8px 12px;
  margin-bottom: 8px;
}
.nav-side .sub .depth2 button:hover {
  color: #1b1b1d;
  font-weight: 500;
  text-decoration: underline;
}
.nav-side .sub .depth2 button:focus, .nav-side .sub .depth2 button.active {
  color: #1b1b1d;
  font-weight: 500;
  background-color: #f8f9fa;
  border-radius: 4px;
}
.nav-side .sub .depth2 > button {
  padding: 8px 8px 8px 28px;
}
.nav-side .sub .depth3 .depth-open::before {
  left: 1px;
  width: 10px;
  height: 10px;
}
.nav-side .depth-open.active + .sub {
  display: block;
}

.logo-text {
  color: #363739;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  display: inline-block;
  margin-left: 4px;
  vertical-align: text-top;
}
.logo img {
  vertical-align: middle;
}

.page-title {
  color: #363739;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 600;
}
.page-title-wrapper {
  padding: 24px 0;
}
.page-title-wrapper .breadcrumb {
  margin-bottom: 16px;
}

.detail-search-box {
  display: flex;
  flex-flow: wrap row;
  justify-content: start;
}
.detail-search-box.col3 > .item:nth-of-type(3n) {
  border-right: 0;
}
.detail-search-box.col2 > .item:nth-of-type(2n) {
  border-right: 0;
}
.detail-search-box > .item {
  padding: 16px;
  border-right: 1px solid #e7e7e9;
  background-color: #f8f9fa;
}
.detail-search-box > .item:last-of-type, .detail-search-box > .item.w100p {
  border-right: 0;
}
.detail-search-box > .item.top {
  padding-bottom: 0;
}
.detail-search-box > .item.bottom {
  padding-top: 0;
}
.detail-search-box > .item .label-input {
  margin-top: 16px;
}
.detail-search-box > .item .label-input:first-of-type, .detail-search-box > .item .label-input:only-of-type {
  margin-top: 0;
}
.detail-search-box + .btn-group {
  text-align: center;
  padding: 16px 0;
}
.detail-search-box + .btn-group button {
  margin-right: 12px;
}
.detail-search-box + .btn-group button:only-of-type, .detail-search-box + .btn-group button:last-of-type {
  margin-right: 0 !important;
}

.btn-group.space12 button {
  margin-right: 12px;
}
.btn-group.space4 button {
  margin-right: 4px;
}
.btn-group button:only-of-type, .btn-group button:last-of-type {
  margin-right: 0 !important;
}

.content-footer {
  padding: 24px 0;
  border-top: 1px solid #e7e7e9;
}

.control-box {
  background-color: #f8f9fa;
}
.control-box .col-control-item {
  border-right: 1px solid #e7e7e9;
  padding: 8px 12px;
}
.control-box .col-control-item.no-bd, .control-box .col-control-item:last-of-type {
  border-right: 0;
}
.control-box .row-control-item {
  border-top: 1px solid #e7e7e9;
  padding: 8px 12px;
}

.section-wrapper {
  padding: 16px 0;
}

.container {
  max-width: 1920px;
  min-width: 1920px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 166px;
}

#header + .container {
  margin-top: 70px;
}

.side-wrapper {
  width: 100%;
}
.side-wrapper .container-side {
  width: 100%;
  min-width: 1600px;
  min-height: 100vh;
  transition: all 0.3s;
}
.side-wrapper .container-side .wrapper {
  padding: 0 24px;
}
.side-wrapper .container-side .content-footer {
  padding: 24px;
}

.mix-nav .nav-wrapper {
  padding: 24px;
  max-width: none;
  min-width: auto;
}
.mix-nav .side-wrapper {
  margin-top: 73px;
}
.mix-nav .side-wrapper .nav-side {
  top: 73px;
  height: calc(100vh - 73px);
}
.mix-nav .side-wrapper .nav-side-wrapper {
  height: 100%;
}

.login-container {
  width: 100%;
  padding: 24px;
  max-width: 900px;
  min-width: 450px;
  margin: 0 auto;
}
