/* RESET */
html,
body {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
}

table {
  width: 100%;
  table-layout: fixed;
}
table,
table tr {
  border-collapse: inherit;
}
table,
table tr,
table td,
table th,
table thead,
table tbody,
table tfoot,
table caption {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  vertical-align: baseline;
  text-decoration: none;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h1,
div,
p,
span,
i,
em,
b,
strong,
ul,
ol,
li,
dl,
dt,
dd,
img,
button,
a,
table,
tr,
th,
td,
thead,
tbody,
tfoot,
header,
footer,
nav,
aside,
main,
article,
section,
hgroup,
details,
figure,
figcaption,
mark,
time,
address,
summary,
label,
input,
textarea,
::before,
::after,
::placeholder {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Pretendard", "Malgun Gothic", Arial, "Dotum", sans-serif;
  box-sizing: border-box;
}

button {
  background-color: transparent;
}

button:not(:disabled) {
  cursor: pointer;
}

input[type=password] {
  font-family: initial;
}

ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
}

textarea,
input {
  outline: none;
}
textarea::-ms-reveal, textarea::-ms-clear,
input::-ms-reveal,
input::-ms-clear {
  display: none;
}

@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard-Thin"), url(../font/Pretendard-Thin.woff) format("woff"), url(../font/Pretendard-Thin.woff2) format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard-ExtraLight"), url(../font/Pretendard-ExtraLight.woff) format("woff"), url(../font/Pretendard-ExtraLight.woff2) format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard-Light"), url(../font/Pretendard-Light.woff) format("woff"), url(../font/Pretendard-Light.woff2) format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard-Regular"), url(../font/Pretendard-Regular.woff) format("woff"), url(../font/Pretendard-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard-Medium"), url(../font/Pretendard-Medium.woff) format("woff"), url(../font/Pretendard-Medium.woff2) format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard-SemiBold"), url(../font/Pretendard-SemiBold.woff) format("woff"), url(../font/Pretendard-SemiBold.woff2) format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard-Bold"), url(../font/Pretendard-Bold.woff) format("woff"), url(../font/Pretendard-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard-ExtraBold"), url(../font/Pretendard-ExtraBold.woff) format("woff"), url(../font/Pretendard-ExtraBold.woff2) format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard-Black"), url(../font/Pretendard-Black.woff) format("woff"), url(../font/Pretendard-Black.woff2) format("woff2");
}
.dropdown-group__time .dropdown-group__text,
.dropdown-group__time .dropdown-group__range {
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
}

.lnb__menus a::before, .modal.is-photo .photo__navigation .img.active::after, .input-radio__icon::after, .dropdown--button::after, .dropdown--button__title::after, .tagbox-tooltip__box::after, .title-box.bg.more a.icon-arrow::after, .title-box.more.bg--sub a.icon-arrow::after {
  display: block;
  content: "";
}

.lnb__logo, .modal--title__button, .modal.is-photo .photo__viewer a,
.modal.is-photo .photo__viewer button, .input-text--toggle, .input-check__icon, .input-radio__icon, .dropdown--button::after, .paging-button, .tooltip__button, .tooltip__box-title .icon, .tagbox-tooltip__box::after, .icon, .title-box.bg.more a.icon-arrow::after, .title-box.more.bg--sub a.icon-arrow::after, .file-listbox__item .remove {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.modal--title__button, .modal.is-photo .photo__viewer a,
.modal.is-photo .photo__viewer button, .input-text--toggle, .tooltip__button, .state-circle, .icon, .file-listbox__item .remove {
  color: rgba(255, 255, 255, 0);
  font-size: 0;
}

.container {
  overflow: hidden;
  overflow-x: auto;
}
.container::-webkit-scrollbar {
  height: 17px;
}
.container::-webkit-scrollbar-button:start:decrement, .container::-webkit-scrollbar-button:end:increment {
  display: block;
  width: 0;
  height: 0;
}
.container::-webkit-scrollbar-track {
  background: transparent;
}
.container::-webkit-scrollbar-thumb {
  border: 6px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 13px;
}
.container::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: default;
}
.container::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.4);
  cursor: default;
}

.contents-area, .modal--contents, .dropdown--box {
  overflow: hidden;
  overflow-y: auto;
}
.contents-area::-webkit-scrollbar, .modal--contents::-webkit-scrollbar, .dropdown--box::-webkit-scrollbar {
  width: 17px;
}
.contents-area::-webkit-scrollbar-button:start:decrement, .modal--contents::-webkit-scrollbar-button:start:decrement, .dropdown--box::-webkit-scrollbar-button:start:decrement, .contents-area::-webkit-scrollbar-button:end:increment, .modal--contents::-webkit-scrollbar-button:end:increment, .dropdown--box::-webkit-scrollbar-button:end:increment {
  display: block;
  width: 0;
  height: 0;
}
.contents-area::-webkit-scrollbar-track, .modal--contents::-webkit-scrollbar-track, .dropdown--box::-webkit-scrollbar-track {
  background: transparent;
}
.contents-area::-webkit-scrollbar-thumb, .modal--contents::-webkit-scrollbar-thumb, .dropdown--box::-webkit-scrollbar-thumb {
  border: 6px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 13px;
}
.contents-area::-webkit-scrollbar-thumb:hover, .modal--contents::-webkit-scrollbar-thumb:hover, .dropdown--box::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: default;
}
.contents-area::-webkit-scrollbar-thumb:active, .modal--contents::-webkit-scrollbar-thumb:active, .dropdown--box::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.4);
  cursor: default;
}

.lnb-area {
  overflow: hidden;
  overflow-y: auto;
}
.lnb-area::-webkit-scrollbar {
  width: 0;
}
.lnb-area::-webkit-scrollbar-button:start:decrement, .lnb-area::-webkit-scrollbar-button:end:increment {
  display: block;
  width: 0;
  height: 0;
}
.lnb-area::-webkit-scrollbar-track {
  background: transparent;
}
.lnb-area:hover::-webkit-scrollbar {
  width: 17px;
}
.lnb-area:hover::-webkit-scrollbar-thumb {
  border: 6px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 13px;
}
.lnb-area:hover::-webkit-scrollbar-thumb {
  border: 6px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 13px;
}
.lnb-area:hover::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: default;
}
.lnb-area:hover::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.4);
  cursor: default;
}

.title-box {
  position: relative;
  z-index: 10;
}
.title-box.text {
  margin-bottom: 50px;
  color: #333;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}
.title-box.text + .search-box {
  margin-top: -30px;
}
.title-box.text + .title-box.bg, .title-box.text + .title-box.bg--sub {
  margin-top: 0;
}
.title-box.bg, .title-box.bg--sub {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  height: 29px;
  margin-top: 50px;
  margin-bottom: 20px;
  color: #505158;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
}
.title-box.bg--sub {
  height: auto;
  padding: 8px 10px;
  background-color: #f5f5f5;
}
.title-box.bg--sub .dropdown-area > button {
  width: 255px;
}
.title-box.bg.more, .title-box.more.bg--sub {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.title-box.bg.more a, .title-box.more.bg--sub a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4.5px;
  color: #666666;
  font-size: 16px;
  line-height: 19px;
}
.title-box.bg.more a.icon-arrow::after, .title-box.more.bg--sub a.icon-arrow::after {
  width: 16px;
  height: 16px;
  background-image: url("../image/icon/arrow-right-gray.svg");
}
.title-box.table {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 17px 0;
}
.title-box.table > * {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.title-box.table .title-button--large {
  flex-shrink: 0;
  flex-grow: 0;
  width: 160px;
}
.title-box__desc {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  color: #6c6c6c;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  white-space: nowrap;
}

.search-box {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.search-box .search__cont, .search-box .search__button {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.search-box .search__cont {
  flex-shrink: 1;
  flex-grow: 1;
  padding: 20px 0 20px 20px;
}
.search-box .search__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 8px;
}
.search-box .search__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
.search-box .search__item-label {
  flex-shrink: 0;
  flex-grow: 0;
  padding-right: 12px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.search-box .search__item.is--fixed {
  flex-shrink: 0;
  flex-grow: 0;
}
.search-box .search__item.is--fixed > *:not([class*=search__item]) {
  width: 255px;
}
.search-box .search__item.is--auto {
  flex-shrink: 1;
  flex-grow: 1;
}
.search-box .search__button {
  flex-shrink: 0;
  flex-grow: 0;
  justify-content: center;
  padding: 20px;
}
.search-box .search__button button,
.search-box .search__button .button {
  width: 90px;
}
.search-box .search__button button [class*=icon],
.search-box .search__button .button [class*=icon] {
  display: none;
  visibility: hidden;
}
.search-box.row--single .search__button {
  flex-direction: row;
}
.search-box.row--double .search__button {
  flex-direction: column;
}

.detail-box {
  margin-bottom: 12px;
}
.detail-box__view {
  padding-top: 20px;
  padding-bottom: 20px;
}
.detail-box__list {
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 24px;
}
.detail-box__list.no-top {
  margin-top: 0;
}
.detail-box__bottom {
  margin-bottom: 24px;
}
.detail-box__btn {
  padding-top: 32px;
  padding-bottom: 20px;
}
.detail-box__btn > .button {
  width: 120px;
  padding-right: 5px;
  padding-left: 5px;
}

.button-box {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  margin-top: 20px;
}
.button-box .button {
  width: auto;
  min-width: 140px;
}
.button-box__inner {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.button-box__center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.button-box__right .button-box__inner {
  justify-content: flex-end;
}

.box-flex {
  display: flex;
  flex-direction: row;
}
.box-flex--auto {
  flex-shrink: 1;
  flex-grow: 1;
  width: auto;
}
.box-flex--fixed {
  flex-shrink: 0;
  flex-grow: 0;
  width: auto;
}
.box-flex.gap-12 {
  gap: 12px;
}
.box-flex.align-end {
  align-items: flex-end;
}
.box-flex.align-center {
  align-items: center;
}
.box-flex.justify-end {
  justify-content: flex-end;
}
.box-flex.justify-center {
  justify-content: center;
}
.box-flex.justify-between {
  justify-content: space-between;
}

.image-box {
  display: flex;
  flex-direction: row;
  gap: 16px;
  grid-row: 32px;
  flex-wrap: wrap;
}
.image-box__item {
  text-align: left;
}
.image-box__item .img {
  background-color: #f1f1f1;
}
.image-box__item .img img {
  display: block;
  width: 318px;
  height: 200px;
  object-fit: contain;
}
.image-box__item .text {
  vertical-align: top;
  display: inline-block;
  margin-top: 12px;
  border-bottom: 1px solid #333;
  color: #333;
  font-size: 16px;
  line-height: 19px;
}
.image-box__item .file-listbox__item {
  height: auto;
  margin-top: 12px;
}
.image-box.banner .image-box__item .img img {
  width: 800px;
  height: 200px;
}

.file-listbox__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  height: 20px;
}
.file-listbox__item .text {
  margin-top: 0;
  border-bottom: none;
}
.file-listbox__item .name {
  border-bottom: 1px solid #333;
  color: #333;
  font-size: 16px;
  line-height: 19px;
}
.file-listbox__item .remove {
  width: 20px;
  height: 20px;
  background-image: url("../image/icon/Close-Black.svg");
  background-size: 12px;
}
.file-listbox__img {
  width: 300px;
  height: 168px;
}
.file-listbox__img > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.operations-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.paging {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 66px;
}
.paging button,
.paging a {
  min-width: 32px;
  height: 32px;
  padding: 0 3px;
  border-radius: 4px;
}
.paging-button {
  background-size: 16px;
}
.paging-button__first, .paging-button__last {
  background-image: url("../image/icon/Page-Double-Black.svg");
}
.paging-button__prev, .paging-button__next {
  background-image: url("../image/icon/Page-Single-Black.svg");
}
.paging-button__next, .paging-button__last {
  transform: rotate(180deg);
}
.paging-number {
  border: 1px solid transparent;
  color: #666;
  font-size: 12px;
  font-weight: 500;
}
.paging-number__box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding-right: 8px;
  padding-left: 8px;
}
.paging-number.active {
  border-color: #ef4023;
  color: #ef4023;
}

.tooltip {
  position: relative;
  width: 24px;
  height: 24px;
}
.tooltip__button {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 5;
}
.tooltip__button:hover + .tooltip__box {
  display: block;
}
.tooltip__box {
  position: absolute;
  display: none;
  width: max-content;
  top: 0;
  left: 0;
  padding-left: 100%;
}
.tooltip__box-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}
.tooltip__box-title .icon {
  position: relative;
  width: 20px;
  height: 20px;
  background-image: url("../image/icon/alert-circle-black.svg");
  z-index: 5;
}
.tooltip__box-title .text {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
.tooltip__box-text {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
.tooltip__box-contents {
  border: 1px solid #c0c0c0;
}
.tooltip__box:hover {
  display: block;
}
.tooltip__inner {
  margin-left: 15px;
  padding: 14px 10px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #c0c0c0;
  color: #333;
  z-index: 10;
}
.tooltip.light .tooltip__button {
  background-image: url("../image/icon/alert-circle-white.svg");
}
.tooltip.dark .tooltip__button {
  background-image: url("../image/icon/alert-circle-black.svg");
}

.tagbox {
  display: inline-block;
  color: #fff;
  font-weight: 600;
}
.tagbox.tagbox-ok {
  background-color: #238def;
}
.tagbox.tagbox-useable {
  background-color: #4eb100;
}
.tagbox.tagbox-check {
  background-color: #ef9d23;
}
.tagbox.tagbox-error {
  background-color: #ef4023;
}
.tagbox.tagbox-inspection {
  background-color: #999999;
}
.tagbox.tagbox-empty {
  background-color: #777777;
}
.tagbox.tagbox-dimmed {
  background-color: #c0c0c0;
}
.tagbox.tagbox-location {
  background-color: #333;
}
.tagbox.tagbox-battery {
  background-color: #7a20da;
}
.tagbox.tagbox-new {
  background-color: #71c133;
}
.tagbox.tagbox-normal {
  background-color: #f5f5f5;
  color: #a6a6a6;
}
.tagbox.tagbox-ready {
  background-color: #faeaea;
  color: #ef4023;
}
.tagbox.tagbox-complete {
  background-color: rgba(47, 128, 237, 0.1);
  color: #2f80ed;
}
.tagbox-bar {
  width: 100%;
  height: 40px;
  padding: 9.5px 11.5px;
  font-size: 16px;
  line-height: 19px;
}
.tagbox-round {
  min-width: 72px;
  height: 28px;
  padding: 0 23px;
  border-radius: 14px;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
}
.tagbox-circle {
  display: inline-block;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  font-size: 11px;
  text-align: center;
  line-height: 18px;
}
.tagbox__group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 3px;
}
.tagbox__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.tagbox-tooltip {
  position: relative;
}
.tagbox-tooltip__box {
  position: absolute;
  display: none;
  top: 0;
  left: 50%;
  margin-top: -39px;
  z-index: 10;
  transform: translateX(-50%);
}
.tagbox-tooltip__box::after {
  position: absolute;
  width: 19px;
  height: 19px;
  bottom: -9.5px;
  left: 50%;
  margin-left: -9.5px;
  background-image: url("../image/icon/Tooltip-Arrow-Black.svg");
  z-index: 5;
}
.tagbox-tooltip__box span {
  position: relative;
  display: block;
  padding: 6px;
  background-color: #333;
  color: #fff;
  border-radius: 2px;
  white-space: nowrap;
  font-size: 14px;
  line-height: 18px;
  z-index: 10;
}
.tagbox-tooltip__box:hover {
  display: block;
}
.tagbox-tooltip .tagbox {
  position: relative;
  z-index: 10;
  cursor: default;
}
.tagbox-tooltip .tagbox:hover + * {
  display: block;
}
.tagbox-tooltip.cursor .tagbox {
  cursor: pointer;
}

.state-circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  color: #fff;
}
.state-circle.state-ok {
  background-color: #238def;
}
.state-circle.state-useable {
  background-color: #4eb100;
}
.state-circle.state-check {
  background-color: #ef9d23;
}
.state-circle.state-error {
  background-color: #ef4023;
}
.state-circle.state-inspection {
  background-color: #999999;
}
.state-circle.state-empty {
  background-color: #777777;
}
.state-circle.state-dimmed {
  background-color: #c0c0c0;
}
.state-circle.state-location {
  background-color: #333;
}
.state-circle.state-battery {
  background-color: #7a20da;
}
.state-circle.state-new {
  background-color: #71c133;
}
.state-circle.state-normal {
  background-color: #f5f5f5;
  color: #a6a6a6;
}
.state-circle.state-ready {
  background-color: #faeaea;
  color: #ef4023;
}
.state-circle.state-complete {
  background-color: rgba(47, 128, 237, 0.1);
  color: #2f80ed;
}
.state-box {
  padding: 9.5px 15px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
.state-box.state-ok {
  background-color: #238def;
}
.state-box.state-useable {
  background-color: #4eb100;
}
.state-box.state-check {
  background-color: #ef9d23;
}
.state-box.state-error {
  background-color: #ef4023;
}
.state-box.state-inspection {
  background-color: #999999;
}
.state-box.state-empty {
  background-color: #777777;
}
.state-box.state-dimmed {
  background-color: #c0c0c0;
}
.state-box.state-location {
  background-color: #333;
}
.state-box.state-battery {
  background-color: #7a20da;
}
.state-box.state-new {
  background-color: #71c133;
}
.state-box.state-normal {
  background-color: #f5f5f5;
  color: #a6a6a6;
}
.state-box.state-ready {
  background-color: #faeaea;
  color: #ef4023;
}
.state-box.state-unused {
  background-color: #dadada;
  color: #666666;
}
.state-box.state-complete {
  background-color: rgba(47, 128, 237, 0.1);
  color: #2f80ed;
}
.state-bar {
  display: block;
  width: 100%;
  padding: 8.5px 10px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
.state-bar.state-ok {
  background-color: #238def;
}
.state-bar.state-useable {
  background-color: #4eb100;
}
.state-bar.state-check {
  background-color: #ef9d23;
}
.state-bar.state-error {
  background-color: #ef4023;
}
.state-bar.state-inspection {
  background-color: #999999;
}
.state-bar.state-empty {
  background-color: #777777;
}
.state-bar.state-dimmed {
  background-color: #c0c0c0;
}
.state-bar.state-location {
  background-color: #333;
}
.state-bar.state-battery {
  background-color: #7a20da;
}
.state-bar.state-new {
  background-color: #71c133;
}
.state-bar.state-normal {
  background-color: #f5f5f5;
  color: #a6a6a6;
}
.state-bar.state-ready {
  background-color: #faeaea;
  color: #ef4023;
}
.state-bar.state-complete {
  background-color: rgba(47, 128, 237, 0.1);
  color: #2f80ed;
}

.icon {
  display: inline-block;
}
.icon.size-20 {
  width: 20px;
  height: 20px;
}
.icon.size-36 {
  width: 36px;
  height: 36px;
}
.icon.eye-open-dimmed {
  background-image: url("../image/icon/Eye-Open-Dimmed.svg");
}
.icon.eye-open-white {
  background-image: url("../image/icon/Eye-Open-White.svg");
}
.icon.reset-colored {
  background-image: url("../image/icon/Reset-Colored.svg");
}
.icon.reset-default {
  background-image: url("../image/icon/Reset-Default.svg");
}
.icon.reset-dimmed {
  background-image: url("../image/icon/Reset-Dimmed.svg");
}
.icon.reset-white {
  background-image: url("../image/icon/Reset-White.svg");
}
.icon.sche-colored {
  background-image: url("../image/icon/Sche-Colored.svg");
}
.icon.sche-default {
  background-image: url("../image/icon/Sche-Default.svg");
}
.icon.sche-dimmed {
  background-image: url("../image/icon/Sche-Dimmed.svg");
}
.icon.sche-white {
  background-image: url("../image/icon/Sche-White.svg");
}
.icon.search-colored {
  background-image: url("../image/icon/Search-Colored.svg");
}
.icon.search-default {
  background-image: url("../image/icon/Search-Default.svg");
}
.icon.search-dimmed {
  background-image: url("../image/icon/Search-Dimmed.svg");
}
.icon.search-white {
  background-image: url("../image/icon/Search-White.svg");
}
.icon.time-colored {
  background-image: url("../image/icon/Time-Colored.svg");
}
.icon.time-default {
  background-image: url("../image/icon/Time-Default.svg");
}
.icon.time-dimmed {
  background-image: url("../image/icon/Time-Dimmed.svg");
}
.icon.time-white {
  background-image: url("../image/icon/Time-White.svg");
}
.icon.alert-circle-black {
  background-image: url("../image/icon/alert-circle-black.svg");
}
.icon.alert-circle-white {
  background-image: url("../image/icon/alert-circle-white.svg");
}
.icon.arrow-down-black {
  background-image: url("../image/icon/Arrow-Down-black.svg");
}
.icon.arrow-down-location {
  background-image: url("../image/icon/Arrow-Down-gray.svg");
}
.icon.arrow-left-white {
  background-image: url("../image/icon/Arrow-Left-white.svg");
}
.icon.battery-colored {
  background-image: url("../image/icon/Battery-Colored.svg");
}
.icon.battery-default {
  background-image: url("../image/icon/Battery-Default.svg");
}
.icon.battery-dimmed {
  background-image: url("../image/icon/Battery-Dimmed.svg");
}
.icon.battery-white {
  background-image: url("../image/icon/Battery-White.svg");
}
.icon.calendar-arrow-black {
  background-image: url("../image/icon/calendar-arrow-black.svg");
}
.icon.calendar-default {
  background-image: url("../image/icon/Calendar-Default.svg");
}
.icon.calendar-dimmed {
  background-image: url("../image/icon/Calendar-Dimmed.svg");
}
.icon.check-black {
  background-image: url("../image/icon/Check-Black.svg");
}
.icon.check-white {
  background-image: url("../image/icon/Check-White.svg");
}
.icon.eye-close-colored {
  background-image: url("../image/icon/Eye-Close-Colored.svg");
}
.icon.eye-close-default {
  background-image: url("../image/icon/Eye-Close-Default.svg");
}
.icon.eye-close-dimmed {
  background-image: url("../image/icon/Eye-Close-Dimmed.svg");
}
.icon.eye-close-white {
  background-image: url("../image/icon/Eye-Close-White.svg");
}
.icon.eye-open-colored {
  background-image: url("../image/icon/Eye-Open-Colored.svg");
}
.icon.eye-open-default {
  background-image: url("../image/icon/Eye-Open-Default.svg");
}
.icon.close-black {
  background-image: url("../image/icon/Close-Black.svg");
}
.icon.close-white {
  background-image: url("../image/icon/Close-White.svg");
}
.icon.chevron-black {
  background-image: url("../image/icon/Chevron-Black.svg");
}
.icon.page-double-black {
  background-image: url("../image/icon/Page-Double-Black.svg");
}
.icon.page-single-black {
  background-image: url("../image/icon/Page-Single-Black.svg");
}
.icon.refresh-black {
  background-image: url("../image/icon/Refresh-Black.svg");
}
.icon.leaf-green {
  background-image: url("../image/icon/Leaf-Green.svg");
}
.icon.dashboard-gray {
  background-image: url("../image/icon/Dashboard-Gray.svg");
}

.input-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.input-group .input-text {
  flex-shrink: 1;
  flex-grow: 1;
}
.input-group .button {
  flex-shrink: 0;
  flex-grow: 0;
  width: 120px;
}
.input-group .input-radio + .dropdown-group {
  margin-left: 10px;
}
.input-group .button + .file-listbox {
  margin-left: 5px;
}
.input-group + .file-listbox__img {
  margin-top: 12px;
}
.input-range {
  flex-shrink: 1;
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 36px 1fr;
}
.input-range__text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 36px;
  color: #000;
  font-size: 16px;
}
.input-valid {
  margin-top: 8px;
  font-size: 12px;
  line-height: 14px;
}
.input-valid__pass {
  color: #1fd17e;
}
.input-valid__error {
  color: #ef4023;
}
.input-text {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  overflow: hidden;
  width: 100%;
  border: 1px solid #d0d0d0;
  background-color: #fff;
  border-radius: 4px;
  z-index: 5;
}
.input-text input,
.input-text textarea {
  width: 100%;
  background-color: transparent;
  color: #424242;
  font-weight: 400;
}
.input-text input::placeholder,
.input-text textarea::placeholder {
  color: #999;
}
.input-text input:disabled,
.input-text textarea:disabled {
  background-color: #f1f1f1;
  color: #999;
}
.input-text input:disabled ~ [class*=__desc],
.input-text textarea:disabled ~ [class*=__desc] {
  background-color: #f1f1f1;
}
.input-text input:read-only,
.input-text textarea:read-only {
  background-color: #fafafa;
}
.input-text input {
  padding: 9.5px 10px;
  min-height: 19px;
  font-size: 16px;
  line-height: 19px;
}
.input-text textarea {
  min-height: 160px;
  padding: 11.5px;
  font-size: 16px;
  line-height: 26px;
  resize: none;
}
.input-text--toggle {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 12px;
  margin-top: -12px;
}
.input-text--calendar {
  position: absolute;
  display: none;
  top: 100%;
  margin-top: 10px;
  background-color: #fff;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
}
.input-text__desc {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 38px;
  padding: 9.5px 10px;
  color: #777777;
}
.input-text.desc {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.input-text.login input {
  min-height: 22px;
  padding: 11px 10px;
  font-size: 18px;
  line-height: 22px;
}
.input-text.icon {
  position: relative;
}
.input-text.icon input {
  padding-right: 44px;
}
.input-text.pw input:disabled ~ .input-text--toggle.open, .input-text.pw input:placeholder-shown ~ .input-text--toggle.open {
  background-image: url("../image/icon/Eye-Open-Dimmed.svg");
}
.input-text.pw input:disabled ~ .input-text--toggle.close, .input-text.pw input:placeholder-shown ~ .input-text--toggle.close {
  background-image: url("../image/icon/Eye-Close-Dimmed.svg");
}
.input-text.pw .input-text--toggle.open {
  background-image: url("../image/icon/Eye-Open-Default.svg");
}
.input-text.pw .input-text--toggle.open:disabled {
  background-image: url("../image/icon/Eye-Open-Dimmed.svg");
}
.input-text.pw .input-text--toggle.close {
  background-image: url("../image/icon/Eye-Close-Default.svg");
}
.input-text.pw .input-text--toggle.close:disabled {
  background-image: url("../image/icon/Eye-Close-Dimmed.svg");
}
.input-text.calendar input {
  z-index: 10;
  background-color: #fff;
}
.input-text.calendar input:read-only ~ .input-text--toggle, .input-text.calendar input:placeholder-shown ~ .input-text--toggle {
  background-image: url("../image/icon/Calendar-Dimmed.svg");
}
.input-text.calendar input:read-only {
  z-index: 3;
}
.input-text.calendar .input-text--toggle {
  background-image: url("../image/icon/Calendar-Default.svg");
  z-index: 5;
}
.input-text.calendar .input-text--toggle:read-only {
  background-image: url("../image/icon/Calendar-Dimmed.svg");
}
.input-text.calendar .input-text--calendar {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.input-text.calendar.open {
  z-index: 10;
}
.input-text.calendar.open .input-text--calendar {
  display: block;
}
.input-text.w280 {
  width: 280px;
}
.input-check, .input-radio {
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.input-check label, .input-radio label {
  position: relative;
}
.input-check input:not([type=text]):not([type=password]), .input-radio input:not([type=text]):not([type=password]) {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
}
.input-check__content, .input-radio__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  gap: 6px;
  z-index: 5;
}
.input-check__icon, .input-radio__icon {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #777777;
}
.input-check__text, .input-radio__text {
  color: #333;
  font-size: 16px;
  line-height: 19px;
}
.input-check__divider, .input-radio__divider {
  width: 1px;
  height: 14px;
  background-color: #cecece;
  margin: 0 4px;
}
.input-check input:disabled + .input-check__content .input-check__icon {
  background-color: #eeeeee;
  border-color: #c0c0c0;
}
.input-check input:disabled:checked + .input-check__content .input-check__icon {
  background-color: #c0c0c0;
  background-image: url("../image/icon/Check-White.svg");
  background-size: 14px;
  background-position: center -2px;
  border-color: #c0c0c0;
}
.input-check input:checked + .input-check__content .input-check__icon {
  background-color: #333;
  background-image: url("../image/icon/Check-White.svg");
  background-size: 15px;
  background-position: center -3px;
  border-color: #333;
}
.input-check.dark input:not(:disabled) + .input-check__content .input-check__text {
  color: #fff;
}
.input-check.dark input:not(:disabled):not(:checked) + .input-check__content .input-check__icon {
  background-color: transparent;
  border-color: #fff;
}
.input-check.dark input:not(:disabled):checked + .input-check__content .input-check__icon {
  background-color: #fff;
  border-color: #fff;
  background-image: url("../image/icon/Check-Black.svg");
}
.input-check__icon {
  border-radius: 2px;
}
.input-radio input:disabled + .input-radio__content .input-radio__icon {
  background-color: #eeeeee;
  border-color: #c0c0c0;
}
.input-radio input:disabled:checked + .input-radio__content .input-radio__icon::after {
  background-color: #c0c0c0;
}
.input-radio input:checked + .input-radio__content .input-radio__icon::after {
  background-color: #333;
}
.input-radio.dark input:not(:disabled) + .input-radio__content .input-radio__text {
  color: #fff;
}
.input-radio.dark input:not(:disabled):not(:checked) + .input-radio__content .input-radio__icon {
  background-color: transparent;
  border-color: #fff;
}
.input-radio.dark input:not(:disabled):checked + .input-radio__content .input-radio__icon {
  background-color: #fff;
  border-color: #fff;
}
.input-radio.dark input:not(:disabled):checked + .input-radio__content .input-radio__icon::after {
  background-color: #333;
  border-color: #333;
}
.input-radio__icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.input-radio__icon::after {
  width: 6px;
  height: 6px;
  margin: 1.5px;
  border-radius: 3px;
}

.dropdown-area {
  position: relative;
}
.dropdown-area button {
  min-width: 140px;
  min-height: 19px;
  padding-top: 9.5px;
  padding-right: 44px;
  padding-bottom: 9.5px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 19px;
  outline: none;
}
.dropdown-area.open {
  z-index: 50;
}
.dropdown-area.open .dropdown--button::after {
  transform: rotate(0deg);
}
.dropdown-area.open .dropdown--box {
  display: flex;
}
.dropdown--button {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  color: #333;
}
.dropdown--button::after {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  right: 11.5px;
  background-image: url("../image/icon/chevron-up-black.svg");
  transform: rotate(180deg);
}
.dropdown--button__title {
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
  min-width: 72px;
  padding-right: 17px;
  color: #333;
  font-weight: 600;
}
.dropdown--button__title::after {
  position: absolute;
  display: block;
  width: 1px;
  height: 14px;
  top: 50%;
  right: 7px;
  margin-top: -7px;
  background-color: #777777;
}
.dropdown--button__text {
  flex-shrink: 1;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.dropdown--button.placeholder {
  color: #999;
}
.dropdown--button.disabled, .dropdown--button:disabled {
  background-color: #f1f1f1;
}
.dropdown--button.disabled,
.dropdown--button.disabled .dropdown--button__title, .dropdown--button:disabled,
.dropdown--button:disabled .dropdown--button__title {
  color: #999;
}
.dropdown--button.disabled::after, .dropdown--button:disabled::after {
  background-image: url("../image/icon/Arrow-Down-gray.svg");
  transform: rotate(0deg);
}
.dropdown--box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  display: none;
  width: 100%;
  max-height: 192px;
  top: 100%;
  margin-top: 5px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}
.dropdown--box button,
.dropdown--box a {
  flex-shrink: 0;
  flex-grow: 0;
  width: 100%;
  min-height: 40px;
  padding: 8px 10px;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}
.dropdown--box button.select,
.dropdown--box a.select {
  background-color: #fff2f2;
}
.dropdown--box button:not(:first-child),
.dropdown--box a:not(:first-child) {
  border-top: 1px solid #d5d5d5;
}
.dropdown-group {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.dropdown-group .dropdown-area {
  flex-shrink: 0;
  flex-grow: 0;
}
.dropdown-group__time .dropdown-area button {
  min-width: 0;
  width: 61px;
  min-height: 19px;
  padding-top: 8px;
  padding-right: 27px;
  padding-bottom: 8px;
  padding-left: 9px;
  font-size: 16px;
  line-height: 19px;
  outline: none;
}
.dropdown-group__time .dropdown--button::after {
  width: 18px;
  height: 18px;
  margin-top: -9px;
  right: 8px;
}
.dropdown-group__time .dropdown-group__text,
.dropdown-group__time .dropdown-group__range {
  height: 36px;
}
.dropdown-group__time .dropdown-group__text {
  width: 18px;
  background-image: url("../image/icon/colon-gray.svg");
  background-size: auto 8px;
}
.dropdown-group__time .dropdown-group__range {
  width: 37px;
  background-image: url("../image/icon/tilde-gray.svg");
  background-size: 8px auto;
}

.button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 6px;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  letter-spacing: -0.5px;
}
.button-red {
  border-color: #ef4023;
}
.button-black {
  border-color: #666666;
}
.button-bg {
  color: #fff;
}
.button-bg.button-red {
  background-color: #ef4023;
}
.button-bg.button-black {
  background-color: #666666;
}
.button-bg:disabled, .button-bg.disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #999;
}
.button-line {
  background-color: #fff;
}
.button-line.button-red {
  color: #ef4023;
}
.button-line.button-black {
  color: #666666;
}
.button-line:disabled, .button-line.disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #999;
}
.button-large {
  height: 72px;
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
}
.button-regular {
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.button-small {
  height: 40px;
  padding: 9.5px 19px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.button-mini {
  width: auto;
  height: 36px;
  padding: 5px 7px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.button-mini.sub {
  height: 18px;
  padding: 2px 5px;
  border-radius: 2px;
  font-size: 10px;
  line-height: 12px;
}
.button-group {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.tab-button {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 10px;
  margin-bottom: 30px;
}
.tab-button button,
.tab-button a {
  min-width: 160px;
  padding: 8px 10px 7px;
  border-bottom: 1px solid #a1a1a1;
  color: #a1a1a1;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}
.tab-button button.on,
.tab-button a.on {
  padding: 8px 0 6px;
  color: #ef4023;
  font-weight: 600;
  border-bottom: 2px solid #ef4023;
}

.table-list {
  padding-bottom: 24px;
}
.table-list table th,
.table-list table td {
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}
.table-list table th.table__line,
.table-list table td.table__line {
  border-left: 1px solid #c0c0c0;
}
.table-list table th.table__line:first-child,
.table-list table td.table__line:first-child {
  border-left: 0;
}
.table-list table tr.select td {
  background-color: rgba(239, 64, 35, 0.05);
}
.table-list table tr.table-topline th,
.table-list table tr.table-topline td {
  border-top: 1px solid #e0e0e0;
}
.table-list table tr.table-darkhead th {
  background-color: #333;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.table-list table tr.table-darkhead th.table__line {
  border-left: 1px solid #777777;
}
.table-list table th {
  height: 40px;
  padding-top: 10.5px;
  padding-bottom: 10.5px;
  background-color: #d5d5d5;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: -0.5px;
}
.table-list table td {
  height: 60px;
  padding-top: 9.5px;
  padding-bottom: 9.5px;
  border-bottom: 1px solid #d5d5d5;
  color: #111;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.table-list table td > .link {
  color: #111;
  text-decoration: underline;
}
.table-list table td.td--ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-list table td.td--empty {
  height: 142px;
  color: #666;
  font-size: 18px;
  text-align: center;
  line-height: 22px;
}
.table-list + .bottom-box, .table-list ~ .button-box {
  margin-top: -4px;
}
.table-detail table th,
.table-detail table td {
  height: 60px;
  padding: 11px 12px;
  border-bottom: 1px solid #cecece;
  font-size: 16px;
  text-align: left;
  line-height: 19px;
  vertical-align: top;
}
.table-detail table th.pr-0,
.table-detail table td.pr-0 {
  padding-right: 0;
}
.table-detail table tr:first-child th,
.table-detail table tr:first-child td {
  border-top: 1px solid #cecece;
}
.table-detail table tr.disabled th,
.table-detail table tr.disabled td {
  color: rgba(51, 51, 51, 0.5);
}
.table-detail table th {
  vertical-align: middle;
  padding-left: 20px;
  background-color: #f5f5f5;
  color: #333;
  font-weight: 500;
}
.table-detail table th span {
  color: #ef4023;
}
.table-detail table th:not(:first-child) {
  border-left: 1px solid #cecece;
}
.table-detail table td {
  color: #333;
}
.table-detail table td > .input-radio,
.table-detail table td > .input-check,
.table-detail table td > .link,
.table-detail table td > .text {
  margin-top: 9px;
}
.table-detail table td > .link {
  color: #111;
  text-decoration: underline;
}
.table-detail table td .dropdown-area button {
  max-width: 562px;
  height: 36px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.table-detail table td .input-text input {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.table-detail table td .button-small,
.table-detail table td .state-box {
  height: 36px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.table-detail .button {
  width: auto;
}
.table-detail + .title-box.bg.more, .table-detail ~ .title-box.bg.more {
  margin-top: 44px;
}
.table-search {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.table-search__dropdown {
  flex-shrink: 0;
  flex-grow: 0;
  width: 255px;
}
.table-search__input {
  flex-shrink: 1;
  flex-grow: 1;
}
.table-search__button {
  flex-shrink: 0;
  flex-grow: 0;
  width: 90px;
}
.table-search__button .icon {
  display: none;
  visibility: hidden;
}
.table-search + .table-list {
  margin-top: 10px;
}
.table__cursor {
  cursor: pointer;
}
.table__ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.modal {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  padding: 30px;
  top: 0;
  left: 0;
  z-index: 5555;
}
.modal--box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.modal--title {
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
  padding-right: 49px;
}
.modal--title__text {
  color: #333;
  font-size: 26px;
  font-weight: 600;
  line-height: 38px;
}
.modal--title__button {
  position: absolute;
  width: 39px;
  height: 39px;
  top: 0;
  right: 0;
  background-image: url("../image/icon/modal-close-black.svg");
}
.modal--contents {
  flex-shrink: 1;
  flex-grow: 1;
}
.modal--contents .table-detail table td .dropdown-area button {
  max-width: none;
}
.modal--button {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 0;
  gap: 10px;
}
.modal--button button {
  width: 120px;
}
.modal__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 900px;
  min-height: 0;
  max-height: 100%;
  padding: 59px 37px;
  background-color: #fff;
  border: 1px solid #a1a1a1;
  border-radius: 4px;
}
.modal.open {
  display: flex;
}
.modal.is-small .modal__inner {
  width: 568px;
}
.modal.is-large .modal__inner {
  width: 1069px;
}
.modal.is-photo {
  background-color: rgba(0, 0, 0, 0.2);
}
.modal.is-photo .modal--box {
  flex-direction: column;
  padding: 30px;
}
.modal.is-photo .modal--title {
  margin-bottom: 24px;
}
.modal.is-photo .modal--title__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
}
.modal.is-photo .modal__inner {
  width: 960px;
  margin-bottom: 24px;
}
.modal.is-photo .photo__navigation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.modal.is-photo .photo__navigation .img {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #fff;
}
.modal.is-photo .photo__navigation .img img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 5;
}
.modal.is-photo .photo__navigation .img.active::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #333;
  z-index: 10;
}
.modal.is-photo .photo__viewer {
  position: relative;
}
.modal.is-photo .photo__viewer a,
.modal.is-photo .photo__viewer button {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 50%;
  margin-top: -18px;
  background-image: url("../image/icon/Chevron-Black.svg");
  z-index: 10;
}
.modal.is-photo .photo__viewer a.prev,
.modal.is-photo .photo__viewer button.prev {
  left: 16px;
  transform: rotate(180deg);
}
.modal.is-photo .photo__viewer a.next,
.modal.is-photo .photo__viewer button.next {
  right: 16px;
}
.modal.is-photo .photo__viewer .img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 574px;
  background-color: #eee;
  z-index: 5;
}
.modal.is-photo .photo__viewer .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.modal.is-price .table-detail .button {
  width: 200px;
}
.modal.is-price .table-detail .file-listbox {
  margin-top: 6px;
}
.modal.pw-change .modal__inner {
  gap: 20px;
  width: 440px;
  padding: 29px 22px;
}
.modal.pw-change .modal--title__text {
  font-size: 14px;
  line-height: 24px;
}
.modal.pw-change .modal--title__button {
  width: 24px;
  height: 24px;
}
.modal.pw-change .modal--contents .table-detail table th,
.modal.pw-change .modal--contents .table-detail table td {
  height: 48px;
  padding: 9.5px;
  font-size: 12px;
  line-height: 14px;
}
.modal.pw-change .modal--contents .table-detail table th .input-text input,
.modal.pw-change .modal--contents .table-detail table td .input-text input {
  padding: 7px 9px;
  font-size: 12px;
  line-height: 14px;
}
.modal.pw-change .modal--button {
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
}
.modal.bss-charger-remote .charger-list--toggle:nth-child(1), .modal.bss-charger-remote .charger-list--toggle:nth-child(2), .modal.bss-charger-remote .charger-list--toggle:nth-child(3), .modal.bss-charger-remote .charger-list--toggle:nth-child(4) {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.alert {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5555;
}
.alert--box {
  width: 360px;
  padding: 0 23px 31px;
  background-color: #fff;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
}
.alert--contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 48px 20px;
}
.alert--contents .text {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
}
.alert--contents .text:not(.red) {
  color: #333;
}
.alert--contents .red {
  color: #ef4023;
}
.alert--contents .input-text,
.alert--contents .dropdown-area {
  width: 240px;
}
.alert--button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.alert--button button {
  width: 120px;
}
.alert.open {
  display: flex;
}
.wrap {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.lnb-area {
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  width: 240px;
  background-color: #fff;
}
.lnb__logo {
  flex-shrink: 0;
  flex-grow: 0;
  display: block;
  height: 80px;
  padding: 28px 24px;
  background-image: url("../image/logo/lnb.svg");
  background-size: 210px auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.lnb__inner {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  flex-grow: 1;
  padding-bottom: 52px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.lnb__menus {
  flex-shrink: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 8px 24px;
}
.lnb__menus--title {
  padding: 8px 0;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 24px;
}
.lnb__menus a {
  display: flex;
  flex-direction: row;
  gap: 12px;
  padding: 8px;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.lnb__menus a::before {
  width: 20px;
  height: 20px;
}
.lnb__menus a.bss::before {
  background-image: url("../image/lnb/bss-off.svg");
}
.lnb__menus a.bss.on::before {
  background-image: url("../image/lnb/bss-on.svg");
}
.lnb__menus a.battery::before {
  background-image: url("../image/lnb/battery-off.svg");
}
.lnb__menus a.battery.on::before {
  background-image: url("../image/lnb/battery-on.svg");
}
.lnb__menus a.setting::before {
  background-image: url("../image/lnb/setting-off.svg");
}
.lnb__menus a.setting.on::before {
  background-image: url("../image/lnb/setting-on.svg");
}
.lnb__menus a.money::before {
  background-image: url("../image/lnb/money-off.svg");
}
.lnb__menus a.money.on::before {
  background-image: url("../image/lnb/money-on.svg");
}
.lnb__menus a.man::before {
  background-image: url("../image/lnb/man-off.svg");
}
.lnb__menus a.man.on::before {
  background-image: url("../image/lnb/man-on.svg");
}
.lnb__menus a.group::before {
  background-image: url("../image/lnb/group-off.svg");
}
.lnb__menus a.group.on::before {
  background-image: url("../image/lnb/group-on.svg");
}
.lnb__menus a.management::before {
  background-image: url("../image/lnb/management-off.svg");
}
.lnb__menus a.management.on::before {
  background-image: url("../image/lnb/management-on.svg");
}
.lnb__menus a.on {
  background-color: rgba(239, 64, 35, 0.05);
  border-radius: 4px;
  color: #ef4023;
}
.lnb__menus-depth .depth {
  display: flex;
  flex-direction: column;
  display: none;
  gap: 24px;
  margin-top: 32px;
  padding-left: 16px;
}
.lnb__menus-depth .depth a {
  font-size: 14px;
  line-height: 16px;
}
.lnb__logout.button-mini.sub {
  margin: 24px 24px 0;
  height: 48px;
  border-color: #b1b1b1;
  color: #333;
  font-size: 16px;
  line-height: 19px;
}

.container {
  flex-shrink: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-color: #fff;
}
.container > * {
  min-width: 1380px;
}

.utill-area {
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  height: 80px;
  padding: 28px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.utill-area,
.utill-area a {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.contents-area {
  flex-shrink: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-height: calc(100% - 80px);
  padding: 32px 24px 45px;
  background-color: #fff;
}/*# sourceMappingURL=main.css.map */