@charset "UTF-8";
/* Variables */
/*==============================================================
>>> TABLE OF CONTENTS :
================================================================
1. Import
2. Normalize
3. Guide
3.1. Helper
3.2. Ico
3.3. Forms
3.4. Button
3.5. Datepicker
3.6. Modals(popup)
3.7. Form Label 
4. Content
4.1. Common
4.2. Login
4.3. System
4.4. Etc
5. Toast 
5.1. Common 

--------------------------------------------------------------*/
/*==============================================================
1. Import
==============================================================*/
@import '../../asset/css/font.css';
@import '../../asset/css/materialize.css';
/*==============================================================
2. Normalize
==============================================================*/
/* HTML5 Reset */
* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

html, body {
  color: #222;
  font-family: "Pretendard", sans-serif;
  word-break: keep-all;
  word-wrap: break-word;
}

button {
  text-align: center;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Remove excess padding and border in Firefox 4+ */
*::-moz-focus-inner {
  border: 0;
  padding: 0;
}

fieldset, img {
  border: 0;
}

ul, li {
  list-style: none;
}

table {
  table-layout: fixed;
  border-collapse: collapse;
  border-collapse: inherit;
  border-spacing: 0;
  word-wrap: break-word;
}
table td {
  word-wrap: break-word;
  padding: 0 5px;
}
table th {
  padding: 8px 5px;
}
table .disabled {
  background-color: #c5c5c5 !important;
}

button {
  border-radius: 0;
}

input[type=text], input[type=password], input[type=tel], input[type=email], input[type=button], input[type=submit], input[type=reset], input[type=file], input[type=radio], input[type=checkbox], input[type=search] {
  border-radius: 0;
}

select {
  border-radius: 0;
}

input[type=text], input[type=password], input[type=tel], input[type=email] {
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=search] {
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=search]::-ms-clear {
  display: none;
}

textarea {
  resize: none;
  border-radius: 0;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  vertical-align: top;
}
a:active, a:focus, a:hover {
  text-decoration: none;
}

hr, legend, caption, em {
  font-style: normal;
}

img {
  vertical-align: top;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=" scale ", alpha(opacity=0))";
}

strong {
  font-weight: normal;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

::-webkit-scrollbar:vertical {
  width: 7px;
}
::-webkit-scrollbar:horizontal {
  height: 0;
}

::-webkit-scrollbar-thumb {
  background-color: #666;
}

::-webkit-scrollbar-track {
  background-color: #dee1e3;
}

.mt0 {
  margin-top: 0;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt50 {
  margin-top: 50px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mb0 {
  margin-bottom: 0;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.bold-txt {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
}

.c-gray {
  color: #999;
}

/*==============================================================
3. Guide
==============================================================*/
/*--------------------------------------------------------------
3.1. Helper
--------------------------------------------------------------*/
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-overflow {
  overflow: hidden;
  line-height: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.text-overflow2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.point {
  color: #2c2e35;
}

.active {
  color: #2c2e35;
}
.active a {
  color: #2c2e35;
}

.blind {
  overflow: hidden;
  position: absolute;
  left: -9999px;
  top: -9999px;
}

.table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.table th,
.table td {
  border: 1px solid #ddd;
}

.cell {
  display: table-cell;
  vertical-align: middle;
}

.row {
  position: relative;
  margin-bottom: 0;
}

.pos-rgt {
  text-align: -webkit-right;
}

.col {
  position: relative;
  padding: 0;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.3333%;
}

.in-table {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.in-table th,
.in-table td {
  padding: 8px 16px;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.in-table .disabled {
  background-color: #c5c5c5;
}

.in-table th:last-child,
.in-table td:last-child {
  border-right: 0;
}

.in-table tr:last-child th,
.in-table tr:last-child td {
  border-bottom: 0;
}

.in-table tr:nth-last-child(2) th:first-child[rowspan],
.in-table tr:nth-last-child(2) td:first-child[rowspan] {
  border-bottom: 0;
}

.in-table thead tr th {
  background-color: #dadada;
}

.in-table .select-wrapper input.select-dropdown {
  margin: 0;
  border: 0;
}

/*--------------------------------------------------------------
3.2. Ico
--------------------------------------------------------------*/
.ico-logo {
  display: block;
  width: 60px;
  height: 60px;
  background: url("../images/logo_menu_03.png") no-repeat;
  background-size: cover; 
  /*background-size: contain;*/
}

i.ico {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: top;
  color: transparent;
  overflow: hidden;
  line-height: 999px;
  background: url("../images/ico/ico-sp.png") no-repeat;
  -webkit-background-size: 600px 600px;
  background-size: 600px 600px;
}

.ico-arrow {
  display: inline-block;
  margin: -2px 11px 0 7px;
  width: 7px;
  height: 13px;
  background: url(../images/ico/ico_flow.png) no-repeat 0 0;
  vertical-align: middle;
}

.ico-close.v2 {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  opacity: 0.8;
  vertical-align: middle;
}
.ico-close.v2:before, .ico-close.v2:after {
  position: absolute;
  left: 3px;
  content: " ";
  height: 15px;
  width: 2px;
  background-color: #000;
}
.ico-close.v2:before {
  transform: rotate(45deg);
}
.ico-close.v2:after {
  transform: rotate(-45deg);
}

/*--------------------------------------------------------------
3.3. Forms
--------------------------------------------------------------*/
input::-webkit-input-placeholder, input::-moz-placeholder, input::-ms-input-placeholder {
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  color: #999;
}

.input-field.active input, .input-field textarea:focus {
  border: 1px solid #2c2e35;
}

/* disabled */
input:disabled {
  background: #f3f3f3;
  color: #111;
}
input:read-only {
  background: #f3f3f3;
  color: #111;
  border: none;
}
input:read-only:focus {
  border-color: #eaebed;
}

[type=radio]:disabled:not(:checked) + span:before {
  border-color: #eaebed;
  background: #f3f3f3;
}

.select-wrapper.disabled svg {
  display: none;
}

/* quantity */
.quantity-control {
  position: relative;
  width: 100%;
}

.quantity-control .quantity-input {
  min-width: 0;
  width: 100%;
  border: 1px solid #ddd;
  height: 40px;
  padding: 0 10px;
  -moz-appearance: textfield;
}

.quantity-control .quantity-input::-webkit-outer-spin-button,
.quantity-control .quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-control .quantity-minus,
.quantity-control .quantity-plus {
  display: block;
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px auto;
  border: 1px solid #ddd;
}

.quantity-control .quantity-plus {
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 19h18a1.002 1.002 0 0 0 .823-1.569l-9-13c-.373-.539-1.271-.539-1.645 0l-9 13A.999.999 0 0 0 3 19'/%3E%3C/svg%3E");
}

.quantity-control .quantity-minus {
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M11.178 19.569a.998.998 0 0 0 1.644 0l9-13A.999.999 0 0 0 21 5H3a1.002 1.002 0 0 0-.822 1.569z'/%3E%3C/svg%3E");
}

/* radio & checkbox */
[type=radio]:not(:checked), [type=radio]:checked {
  width: auto;
  height: auto;
  line-height: inherit;
}

[type=radio]:not(:checked) + span:before, [type=radio]:not(:checked) + span:after {
  border: 1px solid #cbcbcf;
}
[type=radio] + span:before, [type=radio] + span:after {
  width: 20px;
  height: 20px;
}
[type=radio]:checked + span:after {
  border: 1px solid #cbcbcf;
}
[type=radio].with-gap:checked + span:before {
  border: 1px solid #cbcbcf;
}
[type=radio].with-gap:checked + span:after {
  border: none;
  -webkit-transform: scale(0.55);
  transform: scale(0.55);
}
[type=radio]:checked + span:after, [type=radio].with-gap:checked + span:after {
  background-color: #2c2e35;
}
[type=radio]:not(:checked) + span, [type=radio]:checked + span {
  padding-left: 30px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #111;
}

[type=checkbox].filled-in + span:not(.lever):after {
  border-radius: 0;
}
[type=checkbox].filled-in:not(:checked) + span:not(.lever):after {
  width: 20px;
  height: 20px;
  border: 1px solid #cbcbcf;
  background-color: #fff;
}
[type=checkbox].filled-in:checked + span:not(.lever):after {
  width: 20px;
  height: 20px;
  border: 1px solid #2c2e35;
  background-color: #2c2e35;
}
[type=checkbox].filled-in:checked + span:not(.lever):before {
  top: -1px;
  left: 0px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(42deg);
  transform: rotateZ(42deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
[type=checkbox] + span:not(.lever) {
  padding-left: 30px;
  height: 20px;
  line-height: 19px;
  font-size: 13px;
  word-break: break-all;
}

.btn-radio {
  position: relative;
  display: inline-block;
}
.btn-radio + .btn-radio {
  margin-left: 4px;
}
.btn-radio input[type=radio]:not(:checked) ~ span {
  font-size: 14px;
  border: 1px solid #ddd;
  background-color: #fff;
  height: auto;
  padding: 8px 16px;
  border-radius: 4px;
  line-height: 1;
}
.btn-radio input[type=radio]:not(:checked) ~ span::before, .btn-radio input[type=radio]:not(:checked) ~ span::after {
  display: none;
}
.btn-radio input[type=radio]:checked ~ span {
  font-size: 14px;
  padding: 8px 16px;
  height: auto;
  line-height: 1;
  border-radius: 4px;
  border-color: #ffc80d;
  background-color: #ffc80d;
}
.btn-radio input[type=radio]:checked ~ span::before, .btn-radio input[type=radio]:checked ~ span::after {
  display: none;
}

/*--------------------------------------------------------------
3.4. Button
--------------------------------------------------------------*/
button span:hover, button span:focus, button span:active {
  color: #fff;
}

.btn-div {
  display: block;
  text-align: center;
  line-height: 1;
}

.btn-pos {
  overflow: hidden;
  position: relative;
  display: block;
  margin-top: 30px;
  text-align: center;
  font-size: 0;
}
.btn-pos button + button {
  margin-left: 10px;
}
.btn-pos .btn-lft {
  float: left;
}
.btn-pos .btn-rgt {
  float: right;
}

.btn-double .btn {
  width: 49.49%;
  margin-left: 1%;
}
.btn-double .btn:first-child {
  margin-left: 0;
}
.btn-double .btn.orange {
  background-color: #ffc80d;
  color: #111;
}
.btn-double .btn.gray {
  background-color: #5e5e5e;
}

.btn {
  display: inline-block;
  min-width: 140px;
  padding: 12px 16px;
  font-size: 16px;
  color: #fff;
  background: #999;
  font-weight: 500;
  border-radius: 8px;
  text-align: center;
  line-height: 1.5;
}
.btn.btn-sm {
  min-width: 100px;
  padding: 10px 12px;
  font-size: 15px;
}
.btn.btn-md {
  min-width: 120px;
  padding: 12px 14px;
  font-size: 14px;
}
.btn.w-auto {
  min-width: 0;
}
.btn.full {
  width: 100%;
}
.btn.orange {
  background-color: #ffc80d;
  color: #111;
}
.btn.gray {
  background-color: #666;
}
.btn.black {
  background-color: #2c2e35;
  color: #fff;
}
.btn i {
  margin-right: 4px;
}

.btn-type {
  padding: 0 20px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  background-color: #6b52e5;
  font-size: 14px;
}
.btn-type.gray {
  background-color: #666;
}

.btn-board-small {
  width: 100px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #cbcbcb;
}

.btn-board-file {
  width: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background-color: #f5f5f5;
  border: 1px solid #cbcbcb;
}
.btn-board-file .btn-board-small {
  border: 0;
  background: none;
  height: 100%;
}

.btn-board-small.type2 {
  width: auto;
  height: 32px;
  line-height: 32px;
  padding: 0 5px;
  font-size: 12px;
}

/* 게시물 페이지 버튼 */
.pagination-cont {
  position: relative;
  line-height: 30px;
}

.pagination {
  padding: 0;
  font-size: 0;
  text-align: center;
  padding-top: 20px;
}
.pagination > div {
  vertical-align: middle;
  display: inline-block;
}
.pagination .btn-arrow {
  background-color: #fff;
  height: 43px;
  border-radius: 50%;
  margin: 0 10px;
}
.pagination .btn-arrow a {
  display: inline-block;
  width: 43px;
  line-height: 43px;
}
.pagination .btn-first {
  margin-right: 0;
}
.pagination .btn-last {
  margin-right: 0;
  margin-left: 0;
}
.pagination .btn-prev {
  margin-right: 20px;
}
.pagination .btn-next {
  margin-left: 20px;
}
.pagination .ico-first {
  margin-top: 15px;
  width: 11px;
  height: 11px;
  background-position: -9px -127px;
}
.pagination .ico-prev {
  margin-top: 15px;
  width: 7px;
  height: 11px;
  background-position: 0 -127px;
}
.pagination .ico-next {
  margin-top: 15px;
  width: 7px;
  height: 11px;
  background-position: 0 -127px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination .ico-last {
  margin-top: 15px;
  width: 11px;
  height: 11px;
  background-position: -9px -127px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination .num-area {
  display: inline-block;
}
.pagination .num-area ul li {
  border-radius: 0;
  margin-right: 5px;
  height: 43px;
  background-color: #fff;
  border-radius: 50%;
  background-color: transparent;
}
.pagination .num-area ul li:first-child {
  margin-right: 8px;
}
.pagination .num-area ul li:last-child {
  margin-left: 8px;
}
.pagination .num-area ul li a {
  padding: 0;
  width: 43px;
  line-height: 43px;
  font-size: 16px;
}
.pagination .num-area ul li.active {
  background-color: #2c2e35;
}
.pagination .num-area ul li.active a {
  color: #fff;
}

.css-require {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 8px;
}
.css-require:after {
  display: block;
  content: "*";
  color: #2c2e35;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -8px;
}
.css-require + .point {
  font-size: 12px;
}

/*--------------------------------------------------------------
3.5. Datepicker (Jquery UI Datepicker Customizing)
--------------------------------------------------------------*/
.ui-datepicker {
  width: 20em;
  padding: 8px;
  border-radius: 8px;
}
.ui-datepicker tr {
  border: 0;
}
.ui-datepicker td {
  padding: 2px;
}
.ui-datepicker td span, .ui-datepicker td a {
  padding: 0.65em 0.5em;
  text-align: center;
  border-radius: 4px;
}
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default {
  background: none;
}
.ui-datepicker .ui-state-default:hover,
.ui-datepicker .ui-widget-content .ui-state-default:hover {
  color: #333;
  background: rgba(255, 200, 13, 0.2);
}
.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-widget-content .ui-state-highlight {
  color: #fff;
  background: #666;
  border-color: #666;
}
.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active {
  color: #333;
  font-weight: 700;
  background: #ffc80d;
  border-color: #ffc80d;
}

.ui-widget-header {
  background: none;
  border: 0;
}
.ui-widget-header .ui-icon.ui-icon-circle-triangle-w {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M13.729 5.575c1.304-1.074 3.27-.146 3.27 1.544v9.762c0 1.69-1.966 2.618-3.27 1.544l-5.927-4.881a2 2 0 0 1 0-3.088z' clip-rule='evenodd' /%3E%3C/svg%3E");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.ui-widget-header .ui-icon.ui-icon-circle-triangle-e {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M10.271 5.575C8.967 4.501 7 5.43 7 7.12v9.762c0 1.69 1.967 2.618 3.271 1.544l5.927-4.881a2 2 0 0 0 0-3.088l-5.927-4.88Z' clip-rule='evenodd' /%3E%3C/svg%3E");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

/* 년월 선택 전용 */
.ui-datepicker.month-year-picker .ui-datepicker-calendar {
  display: none;
}
.ui-datepicker.month-year-picker .ui-datepicker-buttonpane {
  display: none; /* 필요 시 제거 가능 */
}

/* 월/년 select 박스는 보이도록 유지 */
.ui-datepicker-title select {
  display: inline-block;
}


/*--------------------------------------------------------------
3.6. Modals(popup)
--------------------------------------------------------------*/
.modal.js-modal .modal-close {
  position: absolute;
  top: 10px;
  right: 16px;
  width: 40px;
  height: 40px;
}
.modal.js-modal .modal-close .ico-close {
  width: 40px;
  height: 40px;
  background-position: -29px 9px;
}
.modal.js-modal .modal-title {
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
}

/* modal-img */
#modal-preview .view-area {
  overflow-y: auto;
  max-height: 40vh;
}
#modal-preview .view-area::-webkit-scrollbar {
  width: 4px;
}
#modal-preview .view-area::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: #333;
}
#modal-preview .view-area #header {
  position: absolute;
  height: initial;
  text-align: left;
}
#modal-preview .product-detail .detail-option-area {
  position: absolute;
}
#modal-preview .btn-cart span {
  color: #fff;
  font-weight: 500;
}
#modal-preview .product-detail .detail-area .prd-cont {
  text-align: left;
}
#modal-preview .product-detail .detail-area .prd-cont .prd-info .btn-info {
  width: initial;
  height: initial;
  background: 0;
  margin-left: 0;
}
#modal-preview .tip-wrap .tip-box, #modal-preview .product-detail .detail-area .prd-cont .tip-wrap .txt {
  font-weight: 500;
}
#modal-preview .btn-prev2.fixed {
  position: absolute;
  left: 40px;
}

.protrait .product-detail .detail-area {
  height: 873px;
}

#modal-preview.protrait .product-detail .detail-option-area {
  width: 100%;
}
#modal-preview.protrait .product-detail .detail-area .prd-cont {
  margin-bottom: 180px;
}

.modal .select-field .dropdown-content {
  height: 150px;
}

/*--------------------------------------------------------------
3.7. Form Label 
--------------------------------------------------------------*/
/* 읽기 전용 라벨 스타일 */
.readonly-label {
    background-color: #e9ecef !important;
    color: #495057 !important;
    position: relative;
}

.readonly-label::after {
    content: "🔒";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    opacity: 0.6;
}

/* 또는 텍스트로 표시하려면 */
.readonly-label-text::after {
    content: "(읽기전용)";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #6c757d;
    font-weight: normal;
}


/* 2022-02-15 */
/*==============================================================
4. Content
==============================================================*/
/*--------------------------------------------------------------
4.1. Common
--------------------------------------------------------------*/
#container {
  padding-left: 80px;
}

.wrap-system.nav-active #container {
  padding-left: 250px;
}
.wrap-system.nav-active .header {
  transform: translateX(0);
  width: 250px;
}
.wrap-system.nav-active .header .btn-nav {
  background: #2c2e35 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 18H10' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M4 12L16 12' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M4 6L20 6' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center no-repeat;
  background-size: 80% auto;
  right: inherit;
  top: 12px;
  left: 250px;
  transform: translateX(0);
  z-index: 1;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 80px;
  height: 100vh;
  z-index: 10;
  /* box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35); */
  display: flex;
}
.header .btn-nav {
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
  width: 32px;
  height: 36px;
  transform: translateX(100%);
  border-radius: 0 4px 4px 0;
  background: #333 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 18L20 18' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M4 12L20 12' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M4 6L20 6' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center no-repeat;
  background-size: 80% auto;
}

.container {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.wrap-system .page {
  display: block;
  margin: 0 auto;
  padding: 28px 40px 90px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .wrap-system .page {
    padding: 48px 20px 90px;
  }
}

/* gnb */
.gnb {
  width: 80px;
  height: 100%;
  z-index: 1;
}

.gnb .gnb-nav {
  padding-top: 20px;
}

.gnb .gnb-nav ul li {
  display: block;
  text-align: center;
}

.gnb .gnb-nav ul li a {
  display: block;
  color: #fff;
  padding: 10px;
  font-size: 17px;
}

/* === 아이콘 공통 정리 === */
.gnb .ico-svg {
  width: 24px;
  height: 24px;
  margin: 0 auto 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gnb .ico-svg svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  display: block;
}

/* stroke 기반 아이콘 보정 */
.gnb .ico-svg svg[stroke] {
  stroke-width: 1.75;
}
/* 사이드메뉴 */
.nav-side {
  position: relative;
  float: left;
  width: 200px;
  height: 0;
  transform: translateX(-100%);
}
.nav-side .btn-side {
  display: none;
  position: absolute;
  top: -10px;
  right: -70px;
  width: 70px;
  height: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 0 5px 5px 0;
  background-color: #fff;
}
.nav-side .css-arrow {
  margin-top: -2px;
  margin-left: -1px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #2c2e35;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nav-side .btn-side .menu-text {
  font-size: 14px;
  color: #2c2e35;
  line-height: 1;
}
.nav-side .nav-list .row {
  margin-top: 0;
  padding: 20px;
  width: 100%;
  border-top: 1px solid #eaebed;
}
.nav-side .nav-list .list-title {
  overflow: hidden;
  margin-bottom: 10px;
}
.nav-side .nav-list .list-title .css-arrow {
  float: left;
  margin-top: 6px;
  margin-right: 2px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.nav-side .nav-list .list-title strong {
  font-size: 16px;
  color: #111;
  line-height: 1;
}
.nav-side .nav-list .active .list-title strong {
  color: #2c2e35;
}
.nav-side .nav-list ul {
  padding-left: 10px;
}
.nav-side .nav-list ul li a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.nav-side .nav-list ul li a:HOVER {
  color: #2c2e35;
}
.nav-side .nav-list ul li.active a {
  color: #2c2e35;
}

/* nav-active */
.wrap-system.nav-active .nav {
  transform: translateX(0);
}

.nav-side.nav-active .btn-side {
  right: -30px;
  width: 30px;
  height: 30px;
  top: 0;
}
.nav-side.nav-active .btn-side .css-arrow {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.system-cont {
  width: 100%;
  min-height: 100vh;
  border-left: 0;
  background: #f2f3f8;
  display: flex;
  flex-direction: column;
}

.gnb-wrap {
  width: 100%;
  height: 100%;
  line-height: 1.2;
  background-color: #6b52e5;
  position: relative;
  padding: 10px;
}
.gnb-wrap .gnb-title .logo-text {
  display: block;
  color: #fff;
  font-size: 20px;
}

.nav {
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translateX(-100%);
}
.nav .nav-sign {
  position: relative;
  padding: 20px;
}
.nav .nav-sign .sign-cont {
  font-size: 0;
  line-height: 1;
}
.nav .nav-sign .sign-cont > p {
  font-size: 13px;
  color: #222;
  line-height: 1.2;
}
.nav .nav-sign .sign-cont > p span {
  font-size: 13px;
  color: #222;
  line-height: 1.2;
}
.nav .nav-sign .sign-cont .sign-access {
  opacity: 0.6;
}
.nav .nav-sign .sign-cont .sign-name {
  position: relative;
  padding: 10px 0;
}
.nav .nav-sign .sign-cont .sign-name a:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -3px;
  left: 12px;
  width: 100px;
  border-bottom: 1px solid #d5d5d7;
  opacity: 0;
}
.nav .nav-sign .sign-cont .sign-name a:hover:before {
  opacity: 1;
}
.nav .nav-sign .sign-cont .sign-name .sign-id {
  margin-right: 5px;
  font-weight: 600;
}
.nav .nav-sign .sign-cont .sign-name .css-arrow {
  margin-top: -1px;
  margin-left: 2px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #222;
}
.nav .nav-sign .sign-cont .dropdown-content {
  top: 0;
  left: calc(100% - 160px);
  width: 270px;
  padding-top: 8px;
  background: transparent;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.nav .nav-sign .sign-cont .dropdown-content:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.nav .nav-sign .sign-cont .dropdown-content .dropdown-cont {
  border: 1px solid #666;
  background-color: #fff;
}
.nav .nav-sign .sign-cont .dropdown-content ul {
  padding: 20px;
}
.nav .nav-sign .sign-cont .dropdown-content ul li {
  overflow: hidden;
  min-height: 20px;
  line-height: 20px;
}
.nav .nav-sign .sign-cont .dropdown-content ul li > div {
  float: left;
}
.nav .nav-sign .sign-cont .dropdown-content ul li .name {
  width: 60px;
  font-size: 12px;
}
.nav .nav-sign .sign-cont .dropdown-content ul li .value {
  font-size: 12px;
}
.nav .nav-sign .sign-cont .dropdown-content .btn {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  background-color: #f3f3f3;
  color: #111;
  border-top: 1px solid #e0e0e0;
}
.nav .nav-sign .sign-cont.active .sign-name .css-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nav .nav-sign .sign-cont.active .sign-name a:before {
  opacity: 1;
}
.nav .nav-sign .btn-sign .btn {
  min-width: 0;
  padding: 0 10px;
  width: 100%;
  height: 24px;
  line-height: 25px;
  font-size: 12px;
  color: #bdbdbf;
  background-color: #4b4d53;
}

/* active */
/* nav-menu */
.nav-wrap {
  overflow-y: auto;
  max-height: calc(100% - 123px);
}
.nav-wrap > ul {
  padding-bottom: 100px;
}
.nav-wrap .nav-menu {
  display: none;
}
.nav-wrap .nav-menu.active {
  display: block;
}

.nav-depth1 {
  padding: 16px;
  color: #fff;
}
.nav-depth1 a {
  display: block;
  color: rgba(59, 59, 59, 0.75);
}
.nav-depth1.has-child > a {
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
.nav-depth1.has-child > a:after {
  content: "";
  display: block;
  border: 5px solid transparent;
  position: absolute;
  top: calc(50% + 2px);
  right: 0;
  transform: translateY(-50%);
  border-top-color: #3b3b3b;
}
.nav-depth1.active > a {
  color: #2c2e35;
  font-weight: 700;
}
.nav-depth1.has-child.on > a:after {
  top: calc(50% - 2px);
  transform: translateY(-50%) rotate(180deg);
}
.nav-depth1.on .nav-depth2 {
  display: block;
}
.nav-depth1 li.active > a {
  color: #2c2e35;
  font-weight: 700;
}

.nav-depth2 {
  display: none;
  margin-top: 20px;
  padding-left: 12px;
}
.nav-depth2 > li + li {
  margin-top: 8px;
}
.nav-depth2 > li > a {
  font-size: 15px;
}

.nav-depth3 {
  padding: 20px 0 12px 12px;
}
.nav-depth3 li + li {
  margin-top: 12px;
}
.nav-depth3 > li > a {
  font-size: 13px;
}

.wrap-system .nav-menu .table-field {
  border-top: none;
  display: block;
}
.wrap-system .nav-menu .table-field thead {
  background-color: transparent;
  display: block;
}
.wrap-system .nav-menu .table-field thead tr {
  display: block;
}
.wrap-system .nav-menu .table-field th {
  display: block;
  border-top: 0;
  height: auto;
  padding: 0;
}
.wrap-system .nav-menu .table-field th:first-child {
  padding-left: 0;
}
.wrap-system .nav-menu .table-field th:last-child {
  padding-right: 0;
}
.wrap-system .nav-menu .table-field th a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.wrap-system .nav-menu .table-field th a:HOVER {
  background-color: #2c2e35;
}
.wrap-system .nav-menu .table-field th.active a {
  color: #fff;
  background-color: #2c2e35;
}

/*--------------------------------------------------------------
4.2. Login
--------------------------------------------------------------*/
.wrap-login {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #6b52e5;
}
.wrap-login #container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 440px;
  height: 100vh;
  padding: 0 20px;
}
.wrap-login .login-cont {
  width: 100%;
  text-align: center;
}
.wrap-login .login-input {
  margin-top: 60px;
}
.wrap-login .login-input .input-field {
  height: 60px;
}
.wrap-login .login-input .input-field input {
  font-size: 16px;
  border: 0;
  padding: 0 20px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #fff;
}
.wrap-login .login-input .input-field input::-webkit-input-placeholder, .wrap-login .login-input .input-field input::-moz-placeholder, .wrap-login .login-input .input-field input::-ms-input-placeholder {
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  color: #999;
}
.wrap-login .login-input .input-field:nth-child(2) input {
  border-top: 1px solid #e0e0e0;
}
.wrap-login .login-info {
  margin-top: 20px;
}
.wrap-login .login-info .btn-pwchange {
  color: #fff;
  font-size: 13px;
}
.wrap-login .login-info .btn-pwchange:after {
  content: ">";
  margin-left: 3px;
}
.wrap-login .login-info .btn-contact {
  float: left;
  font-size: 0;
}
.wrap-login .login-info .btn-contact > a {
  display: inline-block;
}
.wrap-login .login-info .btn-contact .btn-mail {
  position: relative;
  margin-left: 10px;
  padding-left: 11px;
}
.wrap-login .login-info .btn-contact .btn-mail:before {
  display: block;
  content: "";
  border-left: 1px solid #818181;
  width: 1px;
  height: 11px;
  position: absolute;
  top: 3px;
  left: 0;
}
.wrap-login .login-info .btn-contact span {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  opacity: 0.8;
}
.wrap-login .login-info .btn-pwchange {
  float: right;
}
.wrap-login .login-info .btn-pwchange span {
  font-size: 13px;
  color: #2c2e35;
  line-height: 1;
}
.wrap-login .footer {
  width: 100%;
  position: absolute;
  bottom: 65px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wrap-login .footer .copyright {
  text-align: center;
}
.wrap-login .footer .copyright p {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  opacity: 0.5;
}

/*--------------------------------------------------------------
4.3. System
--------------------------------------------------------------*/
/* footer */
.wrap-system .footer {
  width: 100%;
  height: 100px;
  border-top: 1px solid #eaebed;
  margin-top: auto;
  background: #f2f3f8;
}
.wrap-system .footer .copyright {
  text-align: center;
}
.wrap-system .footer .copyright p {
  font-size: 12px;
  line-height: 100px;
  color: #999;
}
.wrap-system h2 {
  font-size: 20px;
  line-height: 1;
}
.wrap-system h3, .wrap-system h4 {
  font-size: 18px;
  line-height: 1;
}
.wrap-system .page-title {
  position: relative;
}
.wrap-system .page-title span {
  margin-left: 8px;
  letter-spacing: -1px;
}
.wrap-system .page-title i + span {
  margin-left: 0;
}
.wrap-system .date {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #666;
  line-height: 1;
}
.wrap-system .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.wrap-system .row + .row {
  margin-top: 20px;
}
.wrap-system .row .card {
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  /* height: 100%; */
}
.wrap-system .row .card.flex-box-end {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wrap-system .row .card .card-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
.wrap-system .row .card .card-body {
  font-size: 14px;
}

.col-md-12, .col-md-8, .col-md-6, .col-md-4, .col-md-2, .col-md-10, .col-md-3, .col-md-9 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.col-md-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-md-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-md-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-md-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-md-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-md-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.form-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.form-wrap .form-row {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.form-wrap .form-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-wrap .form-item .form-title {
  font-size: 16px;
  font-weight: 700;
}
.form-wrap .form-item .required {
  color: red;
}
.form-wrap .form-side {
  margin-left: auto;
  margin-top: 0;
}

.wrap-system .table-title {
  position: relative;
  overflow: hidden;
}
.wrap-system .table-title h4 {
  margin-bottom: 15px;
  float: left;
}
.wrap-system .table-title .table-filter {
  float: right;
  font-size: 0;
  margin-top: 6px;
}
.wrap-system .table-title .table-filter li {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  padding-left: 11px;
}
.wrap-system .table-title .table-filter li a {
  font-size: 13px;
  color: #999;
  line-height: 1;
}
.wrap-system .table-title .table-filter li.active a {
  color: #2c2e35;
}
.wrap-system .table-title .table-filter li:before {
  display: block;
  content: "";
  border-left: 1px solid #e0e0e0;
  width: 1px;
  height: 12px;
  position: absolute;
  top: 1px;
  left: 0;
}
.wrap-system .table-title .table-filter li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.wrap-system .table-title .table-filter li:first-child:before {
  border-left: 0;
}
.wrap-system .table-field th, .wrap-system .table-field td {
  padding: 16px;
  text-align: center;
  background-color: #fff;
}
.wrap-system .table-field > thead {
  background-color: #2c2e35;
}
.wrap-system .table-field > thead > tr > th {
  color: #fff;
  background-color: #2c2e35;
}
.wrap-system .table-field > thead > tr > th p {
  margin: 0 auto;
  color: #fff;
}
.wrap-system .table-field > thead > tr > td p {
  margin: 0 auto;
  color: #fff;
}
.wrap-system .table-field > tbody > tr > th,
.wrap-system .table-field > tbody > tr > td {
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  word-break: break-word;
  border-radius: 0;
}
.wrap-system .table-field > tbody > tr > th.align-top {
  vertical-align: top;
  padding: 25px 0 0 25px;
}
.wrap-system .table-field > tbody > tr > th .name-dsc {
  margin-top: 4px;
  font-size: 13px;
  color: #666;
}
.wrap-system .table-field > tbody > tr > td {
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}
.wrap-system .table-field > tbody > tr.total > td {
  background-color: #f3f3f3;
  font-weight: 700;
  font-size: 15px;
}
.wrap-system .table-field > tbody > tr.bg-n > td {
  background-color: #fcfcfc;
}
.wrap-system .table-field > tbody > tr:hover > td {
  background-color: #f7f7f7;
}
.wrap-system .table-field.table-field-sm th, .wrap-system .table-field.table-field-sm td {
  padding: 8px 16px;
}
.wrap-system table.borderless th, .wrap-system table.borderless td {
  border: 0 !important;
}

.red {
  color: #ea0606;
}

.wrap-system .table-field td.blue {
  color: #004edd;
}
.wrap-system .table-field.row-table > tbody > tr > th {
  border-radius: 0;
  padding: 12px;
}
.wrap-system .table-field.row-table > tbody > tr > td {
  border-radius: 0;
  padding: 12px;
}
.wrap-system .table-field.row-table > tbody > tr > td.bdrnone {
  border-bottom: 0;
}
.wrap-system .table-field.row-table > tbody > tr:hover > td {
  background-color: #fff;
}
.wrap-system .table-field.row-table > tbody > tr > th {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
  font-weight: 700;
}
.wrap-system .table-field.row-table > tbody > tr > td {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
}
.wrap-system .table-field.row-table > tbody > tr > td .check-field {
  padding-left: 0;
}
.wrap-system .input-field {
  position: relative;
  display: flex;
}
.wrap-system .input-field input {
  padding: 0 10px;
  flex: 1 1;
  width: 100%;
  height: 40px;
  font-size: 14px;
  border: 1px solid #eaebed;
}
.wrap-system .input-field textarea {
  width: 100%;
  height: 40px;
  font-size: 14px;
  border: 1px solid #eaebed;
  padding: 10px 10px 20px;
  min-height: 125px;
}
.wrap-system .input-field textarea + .letter-text {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.wrap-system .input-field .btn {
  font-size: 14px;
  padding: 6px 16px;
  margin-left: 10px;
}
.wrap-system .select-field {
  width: 100%;
  height: 40px;
}
.wrap-system .select-wrapper {
  background-color: #fff;
}
.wrap-system .select-field .select-wrapper input.select-dropdown {
  border-bottom: 0;
  padding: 0 20px;
  border: 1px solid #eaebed;
  margin-bottom: 0;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.wrap-system .select-field .select-wrapper .caret {
  right: 10px;
  height: 17px;
  fill: #2c2e35;
}
.wrap-system .select-wrapper.disabled .caret {
  display: block;
  fill: rgba(0, 0, 0, 0.42);
}
.wrap-system .select-field .dropdown-content {
  border: 1px solid #666;
  width: 100%;
  min-width: 100%;
  top: 0;
  max-height: 350px;
}
.wrap-system .select-field .dropdown-content li {
  color: #111;
  min-height: 46px;
  line-height: 46px;
  border-top: 1px solid #eaebed;
}
.wrap-system .select-field .dropdown-content li:first-child {
  border-top: 0;
}
.wrap-system .select-field .dropdown-content li > a, .wrap-system .select-field .dropdown-content li > span {
  line-height: 46px;
  padding: 0 20px;
  font-size: 14px;
  color: #111;
}
.wrap-system .select-field .dropdown-content li.selected > a, .wrap-system .select-field .dropdown-content li.selected > span {
  color: #2c2e35;
}
.wrap-system .select-field .select-dropdown.dropdown-content li:HOVER {
  background: #f3f3f3;
}
.wrap-system .multi-select .sel-list {
  display: none;
  overflow: hidden;
  position: relative;
  left: 0;
  top: -40px;
  z-index: 10;
  width: 100%;
  height: 352px;
  border: 1px solid #666;
  background: #fff;
}
.wrap-system .multi-select .sel-list > ul {
  float: left;
  width: 50%;
  height: 100%;
}
.wrap-system .multi-select .sel-list ul li a {
  display: block;
  height: 38px;
  padding: 0 8px;
  line-height: 38px;
}
.wrap-system .multi-select .sel-list ul li a:hover {
  background: #2c2e35;
  color: #fff;
}
.wrap-system .multi-select .sel-list .sel-area {
  border-right: 1px solid #eaebed;
}
.wrap-system .multi-select .sel-list .sel-area li + li {
  border-top: 1px solid #eaebed;
}
.wrap-system .multi-select .sel-list .sel-area li a:hover {
  background: #f3f3f3;
  color: #111;
}
.wrap-system .multi-select.open .sel-list {
  display: block;
}
.wrap-system .table-field.row-table tbody tr:HOVER {
  background-color: transparent;
}
.wrap-system .check-field {
  float: none;
  padding-left: 10px;
}
.wrap-system .check-field .check-box {
  position: relative;
}
.wrap-system .detail-cont .table-field.row-table tbody tr td .check-field {
  float: none;
  text-align: left;
}
.wrap-system .check-field .radio-list {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 0;
}
.wrap-system .check-field .radio-list li {
  display: inline-block;
  margin-right: 20px;
}
.wrap-system .check-field .radio-list li:last-child {
  margin-left: 0;
}
.wrap-system .detail-cont .check-field .select-field {
  display: inline-block;
  margin-left: 20px;
  width: 100px;
}
.wrap-system .detail-cont .check-select-wrap {
  display: flex;
  flex-wrap: wrap;
}
.wrap-system .detail-cont .check-select-wrap .select-field {
  width: 30%;
  margin-left: 10px;
}
.wrap-system .datepicker-field .col {
  position: relative;
}
.wrap-system .datepicker-field .col.deco {
  width: 30px;
  line-height: 40px;
  text-align: center;
}
.wrap-system .datepicker-field .input-field > input {
  padding: 0 46px 0 17px;
  font-size: 14px;
  cursor: pointer;
}
.wrap-system .datepicker-field .ico-date {
  position: absolute;
  top: 7px;
  right: 16px;
  width: 25px;
  height: 24px;
  background-position: 0 -67px;
  cursor: pointer;
}
.wrap-system .srch-cont {
  margin-top: 20px;
}
.wrap-system .btn-pos .btn-lft .btn-small:last-child {
  margin-left: 10px;
}
.wrap-system .srch-cont .table-field th, .wrap-system .srch-cont .table-field td {
  height: auto;
}
.wrap-system .srch-cont .btn-pos .btn-small {
  width: 140px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
}
.wrap-system .board-cont {
  margin-top: 20px;
}
.wrap-system .board-cont .board-meta {
  position: relative;
  margin-bottom: 8px;
}
.wrap-system .board-cont .board-meta:after {
  display: block;
  content: "";
  clear: both;
}
.wrap-system .board-cont .board-meta .board-total {
  float: left;
  margin-top: 11px;
  font-size: 15px;
  line-height: 1;
}
.wrap-system .board-cont .board-meta .board-sort {
  float: left;
  margin-left: 15px;
}
.wrap-system .board-cont .board-meta .board-sort .select-field .select-wrapper input.select-dropdown {
  padding: 0 10px;
  width: 115px;
  height: 35px;
  line-height: 36px;
  font-size: 13px;
}
.wrap-system .board-cont .board-meta .board-sort .select-field .select-wrapper .caret {
  top: -2px;
  right: 5px;
}
.wrap-system .board-cont .board-meta .board-sort .select-field .dropdown-content li {
  min-height: 35px;
  line-height: 36px;
}
.wrap-system .board-cont .board-meta .board-sort .select-field .dropdown-content li > a, .wrap-system .board-cont .board-meta .board-sort .select-field .dropdown-content li > span {
  line-height: 35px;
  padding: 0 10px;
  font-size: 13px;
}
.wrap-system .board-cont .board-meta .board-save {
  position: relative;
  float: right;
}
.wrap-system .board-cont .board-meta .board-save:after {
  display: block;
  content: "";
  clear: both;
}

/* row-table */
/* 2022-02-15 */
i.ico-excel {
  margin: 9px 0 0 3px;
  width: 16px;
  height: 16px;
  background-position: 0 -105px;
  z-index: 999;
}

.wrap-system .board-cont .board-meta .board-state-list {
  font-size: 0;
}
.wrap-system .board-cont .board-meta .board-state-list li {
  display: inline-block;
  vertical-align: middle;
}
.wrap-system .board-cont .board-meta .board-state-list li a {
  display: inline-block;
  font-size: 15px;
  color: #999;
  vertical-align: middle;
}
.wrap-system .board-cont .board-meta .board-state-list li a em {
  margin-left: 3px;
  color: #999;
}
.wrap-system .board-cont .board-meta .board-state-list li.active a {
  color: #111;
}
.wrap-system .board-cont .board-meta .board-state-list li.active a em {
  display: inline-block;
  color: #2c2e35;
  vertical-align: middle;
}
.wrap-system .board-cont .board-meta .board-state-list li + li:before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 15px;
  margin: 0 10px;
  background: #e0e0e0;
  vertical-align: middle;
}
.wrap-system .board-cont .table-field tbody > tr > td {
  height: 56px;
  word-break: break-word;
}
.wrap-system .board-cont .table-field tbody > tr > td.text-left {
  padding-left: 2%;
  line-height: initial;
}
.wrap-system .board-cont .table-field tbody > tr.stiky > td {
  background: #fff0d5;
}
.wrap-system .board-cont .table-field tbody > tr > td .add-option {
  color: #999;
  font-size: 13px;
}
.wrap-system .board-cont .table-field tbody > tr > td a {
  position: relative;
  padding-right: 2px;
  border-bottom: 2px solid transparent;
}
.wrap-system .board-cont .table-field tbody > tr > td a:HOVER {
  border-bottom: 2px solid #ccc;
}
.wrap-system .board-cont .table-field tbody > tr > td a.point {
  border-bottom: 1px solid #2c2e35;
}
.wrap-system .board-cont .table-field tbody > tr > td .ico-img {
  margin: 0 4px 0 0;
  width: 20px;
  height: 16px;
  background-position: -20px -105px;
}
.wrap-system .board-cont .btn-rgt {
  position: absolute;
  top: 20px;
  right: 0;
}
.wrap-system .board-cont .btn-pos .btn-rgt {
  top: 0;
}
.wrap-system .board-cont .btn-left {
  position: absolute;
  top: 20px;
  left: 0;
}
.wrap-system .board-cont .nodata-cont {
  min-height: 380px;
  text-align: center;
}
.wrap-system .board-cont .nodata-cont .nodata {
  padding-top: 90px;
}
.wrap-system .board-cont .nodata-cont .nodata .ico-nodata {
  width: 66px;
  height: 66px;
  background-position: -177px 0;
}
.wrap-system .board-cont .nodata-cont .nodata p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
.wrap-system .board-cont.type2 {
  display: flex;
}
.wrap-system .board-cont.type2 .category-list {
  min-width: 250px;
  margin-right: 10px;
}
.wrap-system .board-cont.type2 .category-list > ul {
  height: 500px;
  overflow-y: auto;
  padding: 20px;
  border: 1px solid #e0e0e0;
  background: #fff;
}
.wrap-system .board-cont.type2 .category-list > ul > li {
  line-height: 2;
}
.wrap-system .board-cont.type2 .category-list > ul > li > ul > li {
  padding-left: 20px;
  line-height: 1.5;
}
.wrap-system .board-cont.type2 .category-list > ul > li a {
  display: block;
}
.wrap-system .board-cont.type2 .category-list > ul > li .selected {
  background: #2c2e35;
  color: #fff;
}
.wrap-system .detail-cont {
  margin-top: 20px;
}
.wrap-system .detail-cont .table-field.row-table tbody th .css-require {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 8px;
}
.wrap-system .detail-cont .table-field.row-table tbody th .css-require:after {
  display: block;
  content: "*";
  color: #2c2e35;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -8px;
}
.wrap-system .detail-cont .input-field {
  text-align: left;
  margin-top: 9px;
  width: 100%;
}
.wrap-system .detail-cont .input-field:first-child {
  margin-top: 0;
}
.wrap-system .detail-cont .select-field {
  width: 100%;
}
.wrap-system .detail-cont .select-wrap {
  display: inherit;
}
.wrap-system .detail-cont .col {
  display: inline-block;
  vertical-align: middle;
}
.wrap-system .detail-cont .col.col-text {
  padding: 0 20px 0 5px;
}
.wrap-system .detail-cont .col .select-field {
  width: 152px;
}
.wrap-system .detail-cont .select-field .dropdown-content {
  top: 0;
}
.wrap-system .detail-cont .datepicker-field {
  float: none;
}
.wrap-system .detail-cont .datepicker-field .input-field > input {
  width: 152px;
}
.wrap-system .detail-cont .datepicker-field .col.col-70 {
  width: 100%;
}
.wrap-system .detail-cont .datepicker-field .col.col-70 .input-field > input {
  width: 100%;
}
.wrap-system .detail-cont .datepicker-field .col.col-70 .ico-date {
  right: 22px;
}
.wrap-system .detail-cont .table-field.row-table tbody tr td .input-field.v2 {
  display: inline-block;
  margin-top: 0;
  float: none;
}
.wrap-system .detail-cont .table-field.row-table tbody tr td > .form-box {
  float: none;
  max-width: 83%;
}
.wrap-system .detail-cont .table-field.row-table tbody tr td > .form-box.sm {
  max-width: 50%;
}
.wrap-system .detail-cont .table-field.row-table tbody tr td > .form-box.sm .input-field {
  width: 100%;
}
.wrap-system .detail-cont .table-field.row-table tbody tr td .input-info {
  margin-left: 10px;
  font-size: 14px;
  line-height: 46px;
}
.wrap-system .detail-cont .detail-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.wrap-system .row.row-70 {
  display: block;
  width: 70%;
}
.wrap-system .row.row-70 .col-2 {
  /*overflow:hidden; */
  width: 49.5%;
}
.wrap-system .row.row-70 .col-2:nth-child(1) {
  float: left;
}
.wrap-system .row.row-70 .col-2:nth-child(2) {
  float: right;
}
.wrap-system .row.row-70 .input-field, .wrap-system .row.row-70 .select-field {
  width: 100%;
}
.wrap-system .row.row-70.v2 .col-2:nth-child(1) {
  width: 30%;
}
.wrap-system .row.row-70.v2 .col-2:nth-child(2) {
  width: 68%;
}
.wrap-system .file-field {
  position: relative;
}
.wrap-system .file-field .file-path-wrapper {
  padding: 0;
  margin-right: 100px;
}
.wrap-system .file-field .file-path-wrapper input {
  width: 100%;
  font-size: 13px;
  color: #999;
  border-right: 0;
}
.wrap-system .file-field .btn-board-file {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 10px;
  text-align: center;
}
.wrap-system .file-field .btn-board-file .input-field {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 46px;
}
.wrap-system .file-field .btn-board-file .input-field input {
  width: 100px;
}
.wrap-system .file-field .file-upload {
  margin-top: 10px;
  width: 100%;
  height: 372px;
  background-color: #fafafa;
  border: 1px solid #eaebed;
}
.wrap-system .file-field .file-upload img {
  max-width: 100%;
}
.wrap-system .board-cont .table-field#mainCate {
  border-bottom: 2px solid #666;
}
.wrap-system .table-field#mainCate + .btn-pos .btn-small.orange {
  margin-left: 0;
}
.wrap-system .board-cont .table-field#mainCate + .btn-pos .btn-rgt {
  top: 0;
}
.wrap-system .board-cont .table-field#cateView {
  border-top: 0;
}
.wrap-system .advice-cont {
  margin-top: 14px;
  padding-top: 30px;
  border-top: 2px solid #666;
}
.wrap-system .advice-cont .package-cont {
  margin-top: 5px;
}
.wrap-system .advice-cont .package-cont .package-list {
  overflow: hidden;
}
.wrap-system .advice-cont .package-cont .package-list .item {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  padding: 15px 20px 10px 10px;
  width: 24.589999%;
  min-height: 94px;
  max-height: 94px;
  border: 1px solid #d8d8d8;
  border-radius: 15px;
}
.wrap-system .advice-cont .package-cont .package-list .item:nth-child(4n) {
  margin-right: 0;
}
.wrap-system .advice-cont .package-cont .package-list .item > div {
  display: inline-block;
  vertical-align: middle;
}
.wrap-system .advice-cont .package-cont .package-list .item .item-img {
  position: relative;
  min-width: 80px;
}
.wrap-system .advice-cont .package-cont .package-list .item .item-img:after {
  display: block;
  content: "";
  position: absolute;
  top: 9px;
  right: 10px;
  border-right: 1px solid #797979;
  height: 44px;
}
.wrap-system .advice-cont .package-cont .package-list .item .item-img img {
  width: 62px;
  height: 62px;
}
.wrap-system .advice-cont .package-cont .package-list .item .item-name {
  min-width: 127px;
}
.wrap-system .advice-cont .package-cont .package-list .item .item-name strong {
  max-width: 170px;
  font-size: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.wrap-system .advice-cont .package-cont .package-list .item .item-name p {
  max-width: 200px;
  margin-top: 5px;
  font-size: 15px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.wrap-system .advice-cont .package-cont .package-list .item .item-price {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 15px;
  color: #2c2e35;
  font-size: 19px;
  line-height: 1;
  text-align: right;
}
.wrap-system .advice-cont .package-cont .package-total {
  position: relative;
  margin-top: 15px;
  padding: 35px 70px;
  width: 100%;
  min-height: 120px;
  background-color: #f3f3f3;
}
.wrap-system .advice-cont .package-cont .package-total > div {
  display: inline-block;
  vertical-align: middle;
}
.wrap-system .advice-cont .package-cont .package-total .total-title {
  min-width: 35%;
}
.wrap-system .advice-cont .package-cont .package-total .total-title strong {
  font-size: 24px;
  line-height: 1;
}
.wrap-system .advice-cont .package-cont .package-total .total-title p {
  margin-top: 10px;
  font-size: 16px;
  color: #606060;
  line-height: 1;
}
.wrap-system .advice-cont .package-cont .package-total .total-sale {
  position: absolute;
  right: 290px;
  top: 50%;
  margin-top: -12px;
}
.wrap-system .advice-cont .package-cont .package-total .total-sale span {
  font-size: 21px;
}
.wrap-system .advice-cont .package-cont .package-total .total-sale .ico-minus {
  vertical-align: middle;
  margin: -4px 13px 0 14px;
  width: 30px;
  height: 30px;
  background-position: 0 -156px;
}
.wrap-system .advice-cont .package-cont .package-total .total-price {
  position: absolute;
  right: 60px;
  top: 50%;
  margin-top: -22px;
  text-align: right;
}
.wrap-system .advice-cont .package-cont .package-total .total-price span {
  position: relative;
}
.wrap-system .advice-cont .package-cont .package-total .total-price span.point {
  padding-right: 23px;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
}
.wrap-system .advice-cont .package-cont .package-total .total-price span.text {
  position: absolute;
  bottom: 1px;
  right: 0;
  font-size: 24px;
  line-height: 1;
}
.wrap-system .advice-cont .terminal-cont {
  padding-bottom: 20px;
  overflow: hidden;
}
.wrap-system .advice-cont .terminal-cont .col {
  float: left;
  margin-left: 3.82222%;
  width: 22.13333%;
}
.wrap-system .advice-cont .terminal-cont .col:first-child {
  margin-left: 0;
}
.wrap-system .advice-cont .terminal-cont .box-item {
  text-align: center;
}
.wrap-system .advice-cont .terminal-cont .box-item .box-subject {
  border-bottom: 1px solid #27282d;
}
.wrap-system .advice-cont .terminal-cont .box-item .box-subject .phone-label {
  display: block;
  margin: 0 auto;
  width: 70px;
  height: 24px;
  border: 2px solid #c5c5c5;
  border-radius: 24px;
}
.wrap-system .advice-cont .terminal-cont .box-item .box-subject .phone-label.label-l {
  width: 92px;
}
.wrap-system .advice-cont .terminal-cont .box-item .box-subject .phone-label span {
  font-size: 12px;
  color: #919191;
  line-height: 1;
  letter-spacing: 2px;
}
.wrap-system .advice-cont .terminal-cont .box-item .box-subject strong {
  display: inline-block;
  padding: 15px 0 25px;
  font-size: 31px;
  line-height: 1;
}
.wrap-system .advice-cont .terminal-cont .box-item .box-list {
  position: relative;
  padding-top: 20px;
  min-height: 555px;
}
.wrap-system .advice-cont .terminal-cont .box-item .box-list li {
  margin-top: 25px;
}
.wrap-system .advice-cont .terminal-cont .box-item .box-list li:first-child {
  margin-top: 0;
}
.wrap-system .advice-cont .terminal-cont .box-item .box-list li p, .wrap-system .advice-cont .terminal-cont .box-item .box-list li span {
  font-size: 16px;
  line-height: 1;
  color: #111;
}
.wrap-system .advice-cont .terminal-cont .box-item .box-list li.t-color {
  position: relative;
  display: inline-block;
}
.wrap-system .advice-cont .terminal-cont .box-item .box-list li.t-color .css-color {
  position: absolute;
  top: -2px;
  left: 0;
  display: inline-block;
  width: 21px;
  height: 21px;
  border-radius: 100%;
}
.wrap-system .advice-cont .terminal-cont .box-item .box-list li.t-color span {
  padding-left: 26px;
}
.wrap-system .advice-cont .terminal-cont .box-item .box-list li.t-color .css-color.color-gray {
  background-color: #606060;
}
.wrap-system .advice-cont .terminal-cont .box-item .box-list li.t-color .css-color.color-gold {
  background-color: #f2d1b6;
}
.wrap-system .advice-cont .terminal-cont .box-item .box-list li.t-color .css-color.color-purple {
  background-color: #998099;
}
.wrap-system .advice-cont .terminal-cont .box-item .box-list li.t-color .css-color.color-black {
  background-color: #000;
}
.wrap-system .advice-cont .terminal-cont .box-item .box-list li.t-price span.point {
  margin-right: 5px;
  color: #2c2e35;
}
.wrap-system .advice-cont .terminal-cont .box-item .box-list li.t-price p {
  color: #606060;
}
.wrap-system .advice-cont .terminal-cont .box-item .box-list li.t-combine .ico-plus {
  margin: -2px 5px 0 0;
  width: 20px;
  height: 20px;
  background-position: -36px -156px;
}
.wrap-system .advice-cont .terminal-cont .box-item .box-list li.t-combine em {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #606060;
  line-height: 1;
}
.wrap-system .advice-cont .terminal-cont .box-item .box-list li.t-combine ul li strong {
  font-size: 16px;
}
.wrap-system .advice-cont .terminal-cont .box-item .box-list li.t-combine ul li p {
  margin-top: 5px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.5px;
  color: #606060;
}

/*.wrap-system .board-cont .table-field td a:before { display:block; content:''; position:absolute; bottom:3px; left:1px; width:100%; border-bottom:2px solid #999; opacity:.5; } */
/*--------------------------------------------------------------
체험존 상담내역
--------------------------------------------------------------*/
/* 내가고른패키지 */
/* 단말시뮬레이터 */
.table-field .t-combine span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.5px;
  color: #606060;
}
.table-field .css-color {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 9px;
  border-radius: 100%;
  vertical-align: middle;
}

.wrap-system .advice-cont .terminal-cont .box-item .box-list li.t-total {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 22px 20px;
  background-color: #f3f3f3;
}
.wrap-system .advice-cont .terminal-cont .box-item .box-list li.t-total em {
  display: block;
  font-size: 14px;
  color: #111;
}
.wrap-system .advice-cont .terminal-cont .box-item .box-list li.t-total strong {
  margin-top: 2px;
  position: relative;
  margin-left: -15px;
  font-weight: bold;
  font-size: 35px;
  color: #2c2e35;
}
.wrap-system .advice-cont .terminal-cont .box-item .box-list li.t-total strong span {
  position: absolute;
  right: -20px;
  bottom: 9px;
  font-size: 17px;
  color: #111;
}
.wrap-system .advice-cont .terminal-cont .box-item .box-list li.t-total p {
  margin-top: 3px;
  font-size: 12px;
  color: #606060;
  line-height: 1;
}
.wrap-system .page-terminal-manage .board-cont .table-field th:first-child, .wrap-system .page-terminal-manage .board-cont .table-field td:first-child {
  padding-left: 0;
}
.wrap-system .page-terminal-manage .board-cont .table-field th:last-child, .wrap-system .page-terminal-manage .board-cont .table-field td:last-child {
  padding-right: 0;
}
.wrap-system .page-terminal-manage .board-cont .table-field tr:nth-child(even) {
  background-color: #fcfcfc;
}
.wrap-system .page-terminal-manage .board-cont .table-field tr:nth-child(even):HOVER {
  background-color: #f3f3f3;
}
.wrap-system .page-terminal-manage .board-cont .table-field .select-field {
  margin: 0 auto;
  width: 70%;
}
.wrap-system .page-terminal-manage .board-cont .table-field .input-field input {
  width: 90%;
}
.wrap-system .board-cont .phone {
  width: 25px;
  height: 47px;
}

/*--------------------------------------------------------------
매장단말관리
--------------------------------------------------------------*/
/*--------------------------------------------------------------
CMS
--------------------------------------------------------------*/
.cms-cont {
  margin-top: 40px;
}
.cms-cont .cms-editor {
  width: 100%;
  height: 700px;
  background-color: #fafafa;
  border: 1px solid #eaebed;
}

.wrap-system .cms-cont .datepicker-field .col.deco {
  width: auto;
  padding: 0 10px 0 20px;
}
.wrap-system .control-cont {
  margin-top: 90px;
}
.wrap-system .control-cont .control-view {
  position: relative;
  overflow: hidden;
  min-width: 1290px;
  font-size: 0;
}
.wrap-system .control-cont .control-view .item {
  display: inline-block;
  margin-left: 30px;
  margin-top: 30px;
  width: 32.25%;
  min-height: 345px;
  background-color: #f3f3f3;
  border: 1px solid #e0e0e0;
}
.wrap-system .control-cont .control-view .item:nth-child(-n+3) {
  margin-top: 0;
}
.wrap-system .control-cont .control-view .item:nth-child(3n+1) {
  margin-left: 0;
}
.wrap-system .control-cont .control-view-table .control-state {
  line-height: 32px;
}
.wrap-system .control-cont .control-view-table tr.error td {
  background: #fff0d5;
}
.wrap-system .control-cont .control-view-table .control-state dt {
  display: inline-block;
  width: 80px;
}
.wrap-system .control-cont .control-view-table .control-state .state-error {
  height: 32px;
  border: 1px solid #2c2e35;
  border-radius: 20px;
  background: #ffe6d4;
  color: #2c2e35;
}
.wrap-system .control-cont .control-view-table .control-state .state-error:after {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 5px;
  background: url(../images/ico/ico_error_v2.png) no-repeat 0 0;
  vertical-align: middle;
}
.wrap-system .control-cont .control-view-table .control-state dd {
  display: inline-block;
  width: 195px;
}
.wrap-system .control-cont .control-view .item .item-box {
  display: block;
  text-align: center;
  font-size: 0;
  padding: 40px 30px;
}

/*--------------------------------------------------------------
관제
--------------------------------------------------------------*/
.control-view .item .item-box h3 {
  margin-bottom: 40px;
}
.control-view .item .item-box .img-list .img-div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.control-view .item .item-box .img-list .img-div:first-child {
  margin-left: 0;
}
.control-view .item .item-box .img-list .img-div strong {
  display: block;
  font-size: 14px;
  line-height: 1;
}
.control-view .item .item-box .img-list .img-div img {
  margin: 15px 0;
  width: 240px;
  height: 135px;
}
.control-view .item .item-box .img-list .img-div p {
  font-size: 12px;
  line-height: 15px;
  color: #666;
}

.page-control .pagination-cont {
  height: 90px;
}

/* active */
.wrap-system .control-cont .control-view .item-error.active {
  background-color: #2c2e35;
  border: 1px solid #2c2e35;
}
.wrap-system .control-cont .control-view .item-error.active h3, .wrap-system .control-cont .control-view .item-error.active strong, .wrap-system .control-cont .control-view .item-error.active p {
  color: #fff;
}

/* error */
.control-view .item .item-box .img-list .img-div .error-mask {
  position: absolute;
  top: 29px;
  left: 0;
  width: 240px;
  height: 135px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 15px;
  z-index: 0;
}
.control-view .item .item-box .img-list .img-div .error-mask .ico-error {
  margin-top: 32px;
  width: 56px;
  height: 48px;
  background-position: -106px 0;
}
.control-view .item .item-box .img-list .img-div .error-mask p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1;
  color: #fff;
}

/*--------------------------------------------------------------
통계
--------------------------------------------------------------*/
.wrap-system .page-stats .board-cont .table-field td.text-left {
  padding-left: 3%;
}

/*--------------------------------------------------------------
4.4. Etc
--------------------------------------------------------------*/
/*--------------------------------------------------------------
main
--------------------------------------------------------------*/
.page-main .history-wrap {
  position: relative;
  overflow: hidden;
  margin: 0 -30px 0;
  background: #fff;
  padding: 10px 0;
}
.page-main .history-wrap .history-nav {
  gap: 8px;
  align-items: center;
}
.page-main .history-wrap .history-nav .swiper-slide {
  width: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #999;
  border-radius: 5px;
}
.page-main .history-wrap .history-nav .swiper-slide a {
  display: flex;
  align-items: center;
  padding: 10px 60px 10px 10px;
  font-size: 14px;
  color: #999;
}
.page-main .history-wrap .history-nav .btn-close {
  position: absolute;
  right: 15px;
  top: 12px;
}
.page-main .history-wrap .history-nav .btn-close:before, .page-main .history-wrap .history-nav .btn-close:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 16px;
  width: 1px;
  background-color: #222;
}
.page-main .history-wrap .history-nav .btn-close:before {
  transform: rotate(45deg);
}
.page-main .history-wrap .history-nav .btn-close:after {
  transform: rotate(-45deg);
}
.page-main .history-wrap .history-nav .swiper-slide.active {
  border: 2px solid #222;
}
.page-main .history-wrap .history-nav .swiper-slide.active a {
  color: #222;
  font-weight: 700;
}
.page-main .history-wrap.is-down .history-nav {
  flex-wrap: wrap;
  max-width: 90%;
}
.page-main .history-wrap .side-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 64.5px;
  height: 64.5px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 64%);
  z-index: 9;
}
.page-main .history-wrap .btn-list-open {
  background: url(../images/ico/ico-down.png) no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page-main .history-wrap .btn-list-open.active {
  transform: translate(-50%, -50%) rotate(180deg);
}
.page-main .result-box {
  text-align: center;
}
.page-main .result-box p {
  font-size: 18px;
  font-weight: 700;
}
.page-main .result-box .focus {
  font-size: 22px;
  color: #1069f7;
}

.scroll-box {
  overflow-x: auto;
}
.scroll-box .line-box {
  min-width: 850px;
}

@media screen and (max-width: 400px) {
  .wrap-system .datepicker-field .input-field > input, .wrap-system .select-field .select-wrapper > input.select-dropdown {
    padding: 0 10px;
  }
  .wrap-system .datepicker-field .ico-date {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .page-main .history-wrap {
    padding: 10px 30px;
  }
}
@media screen and (min-width: 1300px) {
  .pie-box {
    padding: 0 2em;
  }
}

/*-------------------5.Toast----------------------------------*/
/*------------------------------------------------------------*/
/*-------------------5.1 Common-------------------------------*/
/* 한가운데 위치 */
#toast-container, #toast-container .toast { pointer-events: auto; }

.toast-center-center{
  position: fixed;
  top:50% !important; left:50% !important;
  transform: translate(-50%,-50%) !important;
  z-index: 99999;
}


/*-------------------5.Toast End ------------------------------*/

/*--------------------------------------------------------------
에러 페이지
--------------------------------------------------------------*/
.page-error {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  padding: 0;
}

.error-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
.error-cont .error-box {
  text-align: center;
}
.error-cont .error-box .ico-error {
  width: 56px;
  height: 48px;
  background-position: -106px 0;
}
.error-cont .error-box h2 {
  margin-top: 30px;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1;
}
.error-cont .error-box p {
  margin-top: 25px;
  font-size: 16px;
  line-height: 32px;
  color: #666;
}
.error-cont .error-box .btn-pos {
  margin-top: 35px;
}

.table-field .btn-wrap {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 13px;
  margin-top: 0;
  margin-left: 5px;
  vertical-align: middle;
}
.table-field .btn-wrap a {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 8px;
  height: 5px;
  text-indent: -9999px;
  background: url(../images/ico/btn_updown.png) no-repeat 0 0;
}
.table-field .btn-wrap [class^=btn-] + [class^=btn-] {
  margin-left: 0;
}
.table-field .btn-wrap .btn-up {
  top: 0;
  background-position-x: -18px;
}
.table-field .btn-wrap .btn-down {
  bottom: 0;
  background-position: -18px 100%;
}
.table-field .btn-wrap .btn-up.active, .table-field .btn-wrap .btn-down.active {
  background-position-x: 0;
}

.wrap-system .board-cont .board-meta .board-total.v2 {
  margin-top: 0;
}

.board-total.v2 .btn-small, .btn-small.v2 {
  width: 100px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
}

.select-area {
  font-size: 0;
  width: 100%;
  height: 40px;
}
.select-area .select-field {
  display: inline-block;
  width: 49%;
  height: 100%;
}
.select-area .select-field + .select-field {
  margin-left: 2%;
}
.select-area .input-field {
  display: inline-block;
  width: 49%;
  margin-top: 0;
  height: 100%;
  height: 40px;
  display: inline-block;
  width: 49%;
  height: 100%;
}
.select-area .input-field input {
  height: 40px;
}
.select-area .select-field + .input-field, .select-area .input-field + .input-field {
  margin-left: 2%;
}

.modal .modal-content .table-field.row-table tbody tr td .select-area .input-field input {
  height: 40px;
}
.modal .modal-content .table-field.row-table tbody tr td .select-area .select-field {
  vertical-align: top;
}
.modal .modal-content .table-field.row-table tbody tr td .select-area .input-field {
  padding: 0;
  vertical-align: top;
}

.page-code-terminal-detail .detail-cont, .page-rfid-terminal-detail .detail-cont {
  margin-top: 20px;
}

.page-code-terminal-detail .detail-cont .tab-list + form .board-detail .table-field {
  margin-top: 0;
}
.page-code-terminal-detail .detail-cont .tab-list + form .board-detail .table-field + .table-field {
  margin-top: 10px;
}
.page-code-terminal-detail .detail-cont .table-field {
  margin-top: 10px;
}

.page-rfid-terminal-detail .detail-cont .table-field {
  margin-top: 10px;
}

.page-code-terminal-detail .detail-cont .table-field td a, .page-rfid-terminal-detail .detail-cont .table-field td a {
  text-decoration: underline;
}

.page-code-terminal-detail .detail-cont .board-detail .table-field img {
  max-width: 200px;
  height: auto;
  width: 100%;
}
.page-code-terminal-detail .detail-cont h3 {
  margin-top: 70px;
}

.page-rfid-terminal-detail .detail-cont h3 {
  margin-top: 70px;
}

.detail-selection {
  font-size: 0;
}
.detail-selection > label {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  font-size: 14px;
  color: #111;
}
.detail-selection .select-area {
  display: inline-block;
  width: 286px;
  vertical-align: middle;
}
.detail-selection .select-area + .select-area {
  margin-left: 5px;
}

.wrap-system .detail-cont .select-area .select-field {
  display: inline-block;
  width: 49%;
}

[class^=btn-wrap] {
  margin-top: 20px;
  font-size: 0;
  text-align: center;
}
[class^=btn-wrap] .side {
  display: inline-block;
  width: 50%;
  text-align: right;
}
[class^=btn-wrap] .side:first-child {
  text-align: left;
}
[class^=btn-wrap] .side h3 {
  display: inline-block;
  margin-right: 10px;
}
[class^=btn-wrap] [class^=btn-] + [class^=btn-] {
  margin-left: 6px;
}

.btn-wrap-right {
  text-align: right;
}

.btn-wrap-left {
  text-align: left;
}

[class^=btn-wrap] [class^=btn-small] {
  width: 100px;
  height: 38px;
  line-height: 38px;
  font-size: 15px;
}

.info-area {
  position: relative;
}
.info-area.open .pop-info {
  display: block;
}

.pop-info {
  display: none;
  position: absolute;
  top: 60px;
  left: 64px;
  z-index: 2;
  width: 350px;
  height: 190px;
  padding: 27px 24px;
  border: 1px solid #666;
  background: #fff;
}
.pop-info:before {
  display: inline-block;
  content: "";
  width: 13px;
  height: 8px;
  position: absolute;
  left: 34px;
  top: -8px;
  background: url(../images/ico/bg_popinfo.png) no-repeat 0 0;
}
.pop-info strong {
  font-size: 16px;
  color: #111;
}
.pop-info ul {
  margin-top: 20px;
}
.pop-info ul li {
  padding-left: 13px;
  font-size: 14px;
  color: #666;
}
.pop-info ul li span {
  margin-left: -12px;
  font-size: 14px;
  color: #666;
}
.pop-info .btn-close {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 24px;
  right: 24px;
  background: url(../images/ico/btn-close.png) no-repeat 0 0;
}

.btn-info {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  background: url(../images/ico/ico_info.png) no-repeat 0 0;
  vertical-align: middle;
}

.pop-info.tooltip {
  padding: 0;
  height: auto;
}
.pop-info.tooltip img {
  width: 100%;
}
.pop-info.img-type {
  top: 0;
  left: 0;
  height: auto;
  border: none;
  padding: 0;
  transform: translate(60%, -30%);
}
.pop-info.img-type:before {
  content: "";
  background: none;
}
.pop-info.img-type img {
  max-width: 100%;
}
.pop-info.text-type {
  padding: 20px;
  height: auto;
}
.pop-info.text-type ul li {
  padding-left: 0;
}
.pop-info.text-type ul li + li {
  margin-top: 5px;
}

.form-box {
  font-size: 0;
  text-align: left;
}
.form-box .spot {
  display: inline-block;
  width: 84%;
  vertical-align: middle;
}
.form-box .spot:last-child {
  width: 15%;
  margin-left: 1%;
}

.wrap-system .page-terminal-manage .board-cont .table-field .form-box .spot .select-field, .wrap-system .detail-cont .form-box .spot .input-field {
  width: 100%;
}

.page-terminal-manage .spot {
  width: 130px;
}
.page-terminal-manage .spot:last-child {
  width: 15%;
  margin-left: 6px;
}

.tab-list ul {
  font-size: 0;
}
.tab-list ul li {
  position: relative;
  display: inline-block;
  margin-left: 5px;
}
.tab-list ul li:first-child {
  margin-left: 0;
}
.tab-list ul li a {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 10px 10px 0 0;
  background: #fff;
  color: #000;
  font-size: 15px;
}
.tab-list ul li.active a {
  background: #2c2e35;
  color: #fff;
  font-weight: 600;
}
.tab-list ul li a.btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  padding: 0;
  height: auto;
  border-radius: 0;
  line-height: 1;
  background: transparent;
  font-size: 20px;
}
.tab-list ul li a.btn i {
  color: #fff;
}

.option-list i {
  font-size: 25px;
}

.select-type {
  position: relative;
}
.select-type .btn {
  height: 40px;
  line-height: 40px;
  background: #fff;
  padding: 0 20px;
  font-size: 14px;
  border: 1px solid #eaebed;
  text-align: left;
}
.select-type .btn:disabled, .select-type .btn.disabled {
  background: #f3f3f3;
  color: #111;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 15rem;
  margin-top: 5px;
  background: #fff;
  border: 1px solid #666;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.bootstrap-select .dropdown-menu {
  width: 100%;
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  margin-top: 40px;
  transform: none;
}

.bs-actionsbox, .bs-donebutton {
  padding: 4px 8px;
}

.bs-searchbox {
  padding: 4px 8px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
  display: block;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
}

.bootstrap-select .dropdown-menu > .inner {
  max-height: 150px;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0 20px;
  border: 0;
  line-height: 46px;
}

.dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 6;
  position: relative;
}

.dropdown-item.active, .dropdown-item:active {
  color: #2c2e35;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.03);
}
.dropdown-item.active .text, .dropdown-item:active .text {
  color: #2c2e35;
}

.dropdown-menu .no-results {
  padding: 0 20px;
  line-height: 46px;
}

.select-type .dropdown.bootstrap-select .select-wrapper {
  display: none;
}

#storeIdxHtml_pop .dropdown-menu {
  transform: none;
  margin-top: 0;
  max-height: 200px;
}

#storeSelectBox .dropdown-item {
  font-size: 14px;
}

.tab-list.v2 {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

#modal-masterMenu {
  min-height: 400px;
}

.wrap-system .board-cont .table-field td a {
  font-size: 14px;
}

.survey-list-area {
  margin-top: 95px;
}

.survey-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fafafa;
  border-radius: 10px;
}
.survey-box .tit-question {
  margin-bottom: 20px;
  width: 100%;
}
.survey-box .l-box, .survey-box .r-box {
  width: 48%;
}

.star-ratings {
  unicode-bidi: bidi-override;
  font-size: 64px;
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.star-ratings .fill-ratings {
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
  animation-name: star-mov;
  animation-duration: 1s;
  animation-duration: leaner;
}

@-webkit-keyframes star-mov {
  0% {
    width: 0;
  }
}
.survey-box .star-ratings .fill-ratings span {
  display: inline-block;
  color: #b64697;
}
.survey-box .star-ratings .empty-ratings {
  padding: 0;
  display: block;
  z-index: 0;
}
.survey-box .star-ratings .empty-ratings span {
  color: #bbb;
}
.survey-box .txt {
  margin-left: 20px;
  font-size: 18px;
  font-weight: bold;
}
.survey-box:nth-child(3) {
  justify-content: flex-start;
  align-items: center;
}
.survey-box .btn-board-small {
  width: auto;
  padding: 0 10px;
}

.modal-survey-change, .modal-survey-care {
  width: 800px;
}

.modal-survey-change .modal-title, .modal-survey-care .modal-title {
  padding: 20px 30px 0;
  text-align: left;
}

.wrap-system .table-field.row-table tbody tr td table.row-table2 th, .wrap-system .table-field.row-table tbody tr td table.row-table2 td {
  border-top: 1px solid #e0e0e0;
}
.wrap-system .detail-cont .radio-list .input-field {
  display: inline-block;
  width: auto;
  margin-left: 10px;
}
.wrap-system .detail-cont .radio-list .input-info {
  display: inline-block;
}
.wrap-system .select-field.sel-display .dropdown-content li.disabled {
  display: none;
}

.datepicker-field .spot {
  display: inline-block;
  margin: 5px 0 0 5px;
}

.modal-search .wrap-code a {
  display: inline-block;
  margin-right: 5px;
}

.wrap-system .container .col.col-text {
  padding: 0 20px 0 5px;
}
.wrap-system .board-cont .board-meta .btn-left {
  position: relative;
}

.container .set-period .col {
  display: inline-block;
  vertical-align: middle;
}
.container .set-period .col.col-text {
  padding: 0 20px 0 5px;
}
.container .set-period .col .select-field {
  width: 152px;
}

.datepicker-field {
  display: flex;
  align-items: center;
}
.datepicker-field .col {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .wrap-system #container {
    padding-left: 80px;
  }
  .wrap-system.nav-active #container {
    padding-left: 0;
  }
}
@media screen and (max-width: 980px) {
  .header {
    transform: translateX(-100%);
  }
  .wrap-system h2 {
    line-height: 1.2;
  }
  .wrap-system.nav-active {
    overflow: hidden;
  }
  .wrap-system.nav-active .header {
    width: 100%;
  }
  .wrap-system.nav-active .header .btn-nav {
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Outline' viewBox='0 0 24 24' width='16' height='16'%3E%3Cpath d='M23.707.293h0a1,1,0,0,0-1.414,0L12,10.586,1.707.293a1,1,0,0,0-1.414,0h0a1,1,0,0,0,0,1.414L10.586,12,.293,22.293a1,1,0,0,0,0,1.414h0a1,1,0,0,0,1.414,0L12,13.414,22.293,23.707a1,1,0,0,0,1.414,0h0a1,1,0,0,0,0-1.414L13.414,12,23.707,1.707A1,1,0,0,0,23.707.293Z'/%3E%3C/svg%3E");
    border-radius: 0;
    background-size: cover;
    width: 20px;
    height: 20px;
    left: auto;
    right: 15px;
    top: 15px;
  }
  .wrap-system #container {
    padding-left: 0;
  }
  .nav .nav-sign {
    padding-top: 40px;
  }
  .form-wrap .form-row {
    flex-wrap: wrap;
  }
  .form-wrap .form-item {
    width: 100%;
  }
  .form-wrap .form-item .input-field {
    width: 100%;
  }
  .form-wrap .form-item .form-title {
    font-size: 15px;
  }
  .wrap-system .row {
    gap: 10px;
  }
  .col-md-12, .col-md-6, .col-md-4, .col-md-2, .col-md-10, .col-md-3, .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pagination .btn-arrow {
    height: 20px;
    vertical-align: top;
  }
  .pagination .btn-arrow a {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .pagination .btn-arrow a i {
    margin-top: 0;
  }
  .pagination .num-area ul li {
    height: 20px;
  }
  .pagination .num-area ul li a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
  }
  .wrap-system .board-cont .btn-left {
    position: inherit;
    float: left;
  }
  .wrap-system .board-cont .btn-rgt {
    position: inherit;
    float: right;
  }
  .table-wrap {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
  }
  .table-wrap table {
    width: auto;
  }
}
@media screen and (max-width: 414px) {
  .wrap-system .datepicker-field .input-field input {
    font-size: 11px;
    padding: 0 38px 0 10px;
  }
  .wrap-system .datepicker-field .ico-date {
    right: 7px;
  }
  .tab-list {
    overflow-x: auto;
  }
  .tab-list ul {
    min-width: 414px;
  }
}

/* 
 * Toggle 스위치 스타일 
 * 2025.05.14 
 *//* 기존 checkbox 숨김 */
.toggle-switch input[type="checkbox"] {
  display: none;
}

/* 토글 UI 기본 스타일 */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 40px;
}

/* 토글 원형 슬라이더 */
.toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0;
  right: 0; bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
}

/* 슬라이더 안 원 */
.toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

/* 체크되었을 때 배경색 + 원 이동 */
.toggle-switch input:checked + .slider {
  background-color: #2196F3;
}
.toggle-switch input:checked + .slider:before {
  transform: translateX(22px);
}

/*# sourceMappingURL=common.css.map */
