@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css"); /**
reset
**/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif;
}

html,
body {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #132144;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
details,
menu,
figure,
figcaption {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  margin-bottom: 0;
}

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

input,
textarea {
  border: 0;
  border-radius: 0px; /* iOS 둥근모서리 제거 */
}

input,
select,
textarea,
button {
  outline: none;
}

button {
  background-color: transparent;
}

textarea {
  resize: none;
}

select {
  cursor: pointer;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  border-style: hidden;
  width: 100%;
  text-align: center;
  table-layout: fixed;
}

th,
td {
  border-collapse: collapse;
}

caption,
legend {
  overflow: hidden;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

form,
fieldset,
iframe,
button,
hr {
  border: 0;
}

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

button {
  cursor: pointer;
}

blockquote,
q {
  quotes: none;
}

img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
}

strong {
  font-weight: 700;
}

.blind,
.hide {
  overflow: hidden;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.fs-10 {
  font-size: 10px;
}
.fs-11 {
  font-size: 11px;
}
.fs-12 {
  font-size: 12px;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.pdt-10 {
  padding-bottom: 10px !important;
}

.pdb-10 {
  padding-left: 10px !important;
}

.pdl-10 {
  padding-left: 10px !important;
}

.pdr-10 {
  padding-right: 10px !important;
}

.pdl-1 {
  padding-left: 1px !important;
}

.pdr-1 {
  padding-right: 1px !important;
}

.mgt-1 {
  margin-top: 1px !important;
}

.mgb-1 {
  margin-bottom: 1px !important;
}

.mgl-1 {
  margin-left: 1px !important;
}

.mgr-1 {
  margin-right: 1px !important;
}

.mgt-10 {
  margin-top: 10px !important;
}

.mgb-10 {
  margin-bottom: 10px !important;
}

.mgl-10 {
  margin-left: 10px !important;
}

.mgr-10 {
  margin-right: 10px !important;
}

.pdt-20 {
  padding-bottom: 20px !important;
}

.pdb-20 {
  padding-left: 20px !important;
}

.pdl-20 {
  padding-left: 20px !important;
}

.pdr-20 {
  padding-right: 20px !important;
}

.pdl-2 {
  padding-left: 2px !important;
}

.pdr-2 {
  padding-right: 2px !important;
}

.mgt-2 {
  margin-top: 2px !important;
}

.mgb-2 {
  margin-bottom: 2px !important;
}

.mgl-2 {
  margin-left: 2px !important;
}

.mgr-2 {
  margin-right: 2px !important;
}

.mgt-20 {
  margin-top: 20px !important;
}

.mgb-20 {
  margin-bottom: 20px !important;
}

.mgl-20 {
  margin-left: 20px !important;
}

.mgr-20 {
  margin-right: 20px !important;
}

.pdt-30 {
  padding-bottom: 30px !important;
}

.pdb-30 {
  padding-left: 30px !important;
}

.pdl-30 {
  padding-left: 30px !important;
}

.pdr-30 {
  padding-right: 30px !important;
}

.pdl-3 {
  padding-left: 3px !important;
}

.pdr-3 {
  padding-right: 3px !important;
}

.mgt-3 {
  margin-top: 3px !important;
}

.mgb-3 {
  margin-bottom: 3px !important;
}

.mgl-3 {
  margin-left: 3px !important;
}

.mgr-3 {
  margin-right: 3px !important;
}

.mgt-30 {
  margin-top: 30px !important;
}

.mgb-30 {
  margin-bottom: 30px !important;
}

.mgl-30 {
  margin-left: 30px !important;
}

.mgr-30 {
  margin-right: 30px !important;
}

.pdt-40 {
  padding-bottom: 40px !important;
}

.pdb-40 {
  padding-left: 40px !important;
}

.pdl-40 {
  padding-left: 40px !important;
}

.pdr-40 {
  padding-right: 40px !important;
}

.pdl-4 {
  padding-left: 4px !important;
}

.pdr-4 {
  padding-right: 4px !important;
}

.mgt-4 {
  margin-top: 4px !important;
}

.mgb-4 {
  margin-bottom: 4px !important;
}

.mgl-4 {
  margin-left: 4px !important;
}

.mgr-4 {
  margin-right: 4px !important;
}

.mgt-40 {
  margin-top: 40px !important;
}

.mgb-40 {
  margin-bottom: 40px !important;
}

.mgl-40 {
  margin-left: 40px !important;
}

.mgr-40 {
  margin-right: 40px !important;
}

.pdt-50 {
  padding-bottom: 50px !important;
}

.pdb-50 {
  padding-left: 50px !important;
}

.pdl-50 {
  padding-left: 50px !important;
}

.pdr-50 {
  padding-right: 50px !important;
}

.pdl-5 {
  padding-left: 5px !important;
}

.pdr-5 {
  padding-right: 5px !important;
}

.mgt-5 {
  margin-top: 5px !important;
}

.mgb-5 {
  margin-bottom: 5px !important;
}

.mgl-5 {
  margin-left: 5px !important;
}

.mgr-5 {
  margin-right: 5px !important;
}

.mgt-50 {
  margin-top: 50px !important;
}

.mgb-50 {
  margin-bottom: 50px !important;
}

.mgl-50 {
  margin-left: 50px !important;
}

.mgr-50 {
  margin-right: 50px !important;
}

.mgt-0 {
  margin-top: 0 !important;
}

.mgb-0 {
  margin-bottom: 0 !important;
}

.pdt-0 {
  padding-top: 0 !important;
}

.pdb-0 {
  padding-bottom: 0 !important;
}

.d-flex {
  display: flex;
}
.d-block {
  display: block;
}

.w-100 {
  width: 100% !important;
}
.w-50 {
  width: 50% !important;
}

.btn {
  display: inline-block;
  height: 36px;
  line-height: 34px;
  padding: 0 16px;
  border-radius: 4px;
  font-size: 14px;
}
.btn:hover {
  box-shadow: 3px 3px 8px rgba(19, 33, 68, 0.14);
}
.btn:disabled {
  background-color: #e7e7e7 !important;
  border-color: #e7e7e7 !important;
  color: #fff !important;
  pointer-events: none;
}
.btn:disabled:hover {
  box-shadow: none;
}
.btn--s {
  height: 30px;
  padding: 0 14px;
  line-height: 28px;
  font-size: 12px;
}
.btn-wrap {
  font-size: 0;
}
.btn-wrap .btn:not(:first-of-type) {
  margin-left: 5px;
}
.btn--default {
  border: 1px solid #377dff;
  color: #377dff;
  background-color: #fff;
}
.btn--primary {
  background-color: #377dff;
  border-color: #377dff;
  color: #fff;
}
.btn--primary:hover {
  background-color: #2c64cc;
}
.btn--dark {
  background-color: #132144;
  border-color: #132144;
  color: #fff;
}
.btn--dark:hover {
  opacity: 0.7;
}
.btn--move {
  height: 0;
  padding: 0;
  margin: 0 2px;
  font-size: 22px;
  opacity: 0.6;
}
.btn--txt {
  height: auto;
  line-height: 100%;
  padding: 0;
  color: #377dff;
  text-decoration: underline;
}
.btn--txt:hover {
  box-shadow: none;
  font-weight: 700;
}

input {
  color: #132144;
}
input::-moz-placeholder {
  color: #aaa;
}
input:-ms-input-placeholder {
  color: #aaa;
}
input::placeholder {
  color: #aaa;
}
input:-moz-read-only {
  background-color: #f7f7f7;
}
input:disabled, input:read-only {
  background-color: #f7f7f7;
}

.ipt__flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.ipt__flex .ipt__txt {
  width: 180px;
}
.ipt__flex--mix {
  margin-left: 30px;
}
.ipt__txt {
  width: 100%;
  height: 36px;
  line-height: 34px;
  padding: 0 10px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
}
.ipt__txt:focus {
  border-color: #132144;
}
.ipt__txt:-moz-read-only {
  border-color: #e7e7e7;
}
.ipt__txt:read-only {
  border-color: #e7e7e7;
}
.ipt__txt::-webkit-inner-spin-button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.ipt__txt-s {
  height: 30px;
  line-height: 28px;
  font-size: 12px;
}
.ipt__txt--s {
  width: 40px !important;
  margin: 0 5px;
}
.ipt__count {
  margin-top: 5px;
  text-align: right;
  font-size: 11px;
}
.ipt__search {
  position: relative;
  width: 300px;
}
.ipt__search__btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.ipt__search input[type=search] {
  width: 100%;
  background-color: transparent;
  padding: 10px 25px 10px 0;
  border-bottom: 1px solid #e7e7e7;
}
.ipt__textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  border: 1px solid #e7e7e7;
}
.ipt-wrap__item:not(:first-child) {
  margin-top: 15px;
}
.ipt-wrap__item label {
  width: 120px;
  text-align: left;
}
.ipt-wrap__box {
  display: flex;
  align-items: center;
}
.ipt-wrap__box .ipt__txt {
  width: 100%;
}
.ipt-wrap--col {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ipt__confirm {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ipt__confirm:after {
  content: "";
  width: 15px;
  height: 15px;
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.ipt__confirm--true:after {
  background-image: url("../images/common/ico_pw_true.svg");
}
.ipt__confirm--false:after {
  background-image: url("../images/common/ico_pw_false.svg");
}

.checkbox,
.radio {
  padding: 8px 0;
}
.checkbox__item,
.radio__item {
  margin-right: 15px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.checkbox__item label,
.checkbox__item input,
.radio__item label,
.radio__item input {
  cursor: pointer;
  font-size: 13px;
  line-height: 18px;
  color: #676767;
}

.file {
  display: inline-flex;
  align-items: flex-end;
  gap: 10px;
}
.file__thumb {
  overflow: hidden;
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.file__thumb > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.file__upload {
  display: inline-flex;
  gap: 6px;
}
.file__upload label {
  cursor: pointer;
}
.file__upload .ipt__txt {
  display: none;
  width: 300px;
}
.file__upload input[type=file] {
  overflow: hidden;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.select {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.select .sel {
  height: 36px;
  line-height: 34px;
  padding: 0 10px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
}

.toggle-switch {
  display: flex;
  align-items: center;
  gap: 5px;
}
.toggle-switch__txt {
  font-size: 12px;
  color: #676767;
}
.toggle-switch__txt--toggle {
  display: none;
}
.toggle-switch__txt--off {
  display: block;
}
.toggle-switch__ipt {
  width: 0;
  height: 0;
  visibility: hidden;
}
.toggle-switch__ipt:checked + label {
  background: #377dff;
}
.toggle-switch__ipt:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}
.toggle-switch__ipt:checked + label + .toggle-switch__txt .toggle-switch__txt--toggle {
  display: none;
}
.toggle-switch__ipt:checked + label + .toggle-switch__txt .toggle-switch__txt--on {
  display: block;
}
.toggle-switch__label {
  display: block;
  position: relative;
  width: 60px;
  height: 30px;
  background: #e7e7e7;
  border-radius: 60px;
  text-indent: -9999px;
  color: transparent;
  cursor: pointer;
  transition: background 0.2s ease;
}
.toggle-switch__label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 22px;
  transition: all 0.3s ease;
}

.daterange {
  position: relative;
  display: inline-block;
}
.daterange .ipt__txt {
  width: 300px;
}
.daterange:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 15px;
  height: 16px;
  background: url("../images/common/ico_add_calendar.svg") no-repeat 0 0/100% 100%;
  opacity: 0.6;
}
.daterange--time .ipt__txt {
  width: 150px;
}
.daterange--time:after {
  width: 16px;
  height: 16px;
  background-image: url("../images/common/ico_add_time.svg");
}

.editor {
  width: 100%;
  height: 450px;
  border: 1px solid #e7e7e7;
}

/**
table
**/
.table {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.table table {
  border: 0;
  border-spacing: 0;
  color: #676767;
}
.table table th {
  padding: 16px;
  background-color: #f7f7f7;
}
.table table thead {
  border-bottom: 1px solid #e7e7e7;
}
.table table tbody tr:not(:first-of-type) {
  border-top: 1px solid #e7e7e7;
}
.table table tbody td {
  height: 50px;
  padding: 10px 16px;
  word-break: break-all;
}
.table table tbody td:first-child {
  border-left: 0;
}
.table table tbody td a {
  text-decoration: underline;
}
.table table tbody td a:hover {
  color: #377dff;
}
.table table tbody td .select__sel {
  min-width: initial;
}
.table table tbody th + td {
  text-align: left;
}
.table thead th {
  position: relative;
}
.table__ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.table--disabled td {
  background-color: rgba(126, 126, 126, 0.5);
  color: #999;
}
.table--disabled td:not(.table--disabled--btn) {
  pointer-events: none;
}
.table--disabledTr td:not(:nth-child(-n+2)) {
  pointer-events: none;
  background-color: rgba(126, 126, 126, 0.5);
  color: #999;
}
.table--light {
  color: #999;
}
.table--right {
  text-align: right;
}
.table__sorting {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1px;
}
.table__sorting__btn {
  font-size: 0;
  line-height: 100%;
}
.table__sorting__btn:before {
  display: block;
  content: "▲";
  height: 4px;
  font-size: 10px;
  transform: scale(0.8);
  opacity: 0.3;
  color: #676767;
}
.table__sorting__btn--down:before {
  transform: scale(0.8) rotate(180deg);
}
.table__sorting__btn--active:before {
  opacity: 1;
}
.table__btn {
  height: 28px;
  line-height: 26px;
  padding: 0 10px;
  font-size: 12px;
}
.table__page {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border-top: 1px solid #e7e7e7;
}
.table__page__btn {
  min-width: 36px;
  padding: 6px 12px;
  margin: 0 2px;
  line-height: 21px;
  color: #676767;
  border-radius: 4px;
}
.table__page ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.table__page ul .table__page__btn--active {
  background-color: #377dff;
  color: #fff;
}
.table__page ul .table__page__btn:not(.table__page__btn--active):hover, .table__page ul .table__page__btn:not(.table__page__btn--active):focus {
  background-color: #f7f7f7;
  color: #377dff;
}

input {
  color: #132144;
}
input::-moz-placeholder {
  color: #aaa;
}
input:-ms-input-placeholder {
  color: #aaa;
}
input::placeholder {
  color: #aaa;
}
input:-moz-read-only {
  background-color: #f7f7f7;
}
input:disabled, input:read-only {
  background-color: #f7f7f7;
}

.ipt-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.ipt-flex .ipt-txt {
  width: 180px;
}
.ipt-txt {
  width: 100%;
  height: 36px;
  line-height: 34px;
  padding: 0 10px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
}
.ipt-txt:focus {
  border-color: #132144;
}
.ipt-txt:-moz-read-only {
  border-color: #e7e7e7;
}
.ipt-txt:read-only {
  border-color: #e7e7e7;
}
.ipt-txt::-webkit-inner-spin-button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.ipt-txt--s {
  height: 30px;
  line-height: 28px;
  font-size: 12px;
}
.ipt-count {
  margin-top: 5px;
  text-align: right;
  font-size: 11px;
}
.ipt-search {
  position: relative;
  width: 300px;
}
.ipt-search__btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.ipt-search input[type=search] {
  width: 100%;
  background-color: transparent;
  padding: 10px 25px 10px 0;
  border-bottom: 1px solid #e7e7e7;
}
.ipt-textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  border: 1px solid #e7e7e7;
}
.ipt-wrap__item:not(:first-child) {
  margin-top: 15px;
}
.ipt-wrap__item label {
  width: 120px;
  text-align: left;
}
.ipt-wrap__box {
  display: flex;
  align-items: center;
}
.ipt-wrap__box .ipt-txt {
  width: 100%;
}
.ipt-confirm {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ipt-confirm:after {
  content: "";
  width: 15px;
  height: 15px;
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.ipt-confirm--true:after {
  background-image: url("../images/common/ico_pw_true.svg");
}
.ipt-confirm--false:after {
  background-image: url("../images/common/ico_pw_false.svg");
}

.checkbox,
.radio {
  padding: 8px 0;
}
.checkbox__item,
.radio__item {
  margin-right: 15px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.checkbox__item label,
.checkbox__item input,
.radio__item label,
.radio__item input {
  cursor: pointer;
  font-size: 13px;
  line-height: 18px;
  color: #676767;
}

.file {
  display: inline-flex;
  align-items: flex-end;
  gap: 10px;
}
.file__thumb {
  overflow: hidden;
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.file__thumb > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.file__upload {
  display: inline-flex;
  gap: 6px;
}
.file__upload label {
  cursor: pointer;
}
.file__upload .ipt__txt {
  display: none;
  width: 300px;
  height: 30px;
}
.file__upload input[type=file] {
  overflow: hidden;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.select {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.select .sel {
  height: 36px;
  line-height: 34px;
  padding: 0 10px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
}

.toggle-switch {
  display: flex;
  align-items: center;
  gap: 5px;
}
.toggle-switch__txt {
  font-size: 12px;
  color: #676767;
}
.toggle-switch__txt--toggle {
  display: none;
}
.toggle-switch__txt--off {
  display: block;
}
.toggle-switch__ipt {
  width: 0;
  height: 0;
  visibility: hidden;
}
.toggle-switch__ipt:checked + label {
  background: #377dff;
}
.toggle-switch__ipt:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}
.toggle-switch__ipt:checked + label + .toggle-switch__txt .toggle-switch__txt--toggle {
  display: none;
}
.toggle-switch__ipt:checked + label + .toggle-switch__txt .toggle-switch__txt--on {
  display: block;
}
.toggle-switch__label {
  display: block;
  position: relative;
  width: 60px;
  height: 30px;
  background: #e7e7e7;
  border-radius: 60px;
  text-indent: -9999px;
  color: transparent;
  cursor: pointer;
  transition: background 0.2s ease;
}
.toggle-switch__label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 22px;
  transition: all 0.3s ease;
}

.daterange {
  position: relative;
  display: inline-block;
}
.daterange .ipt-txt {
  width: 300px;
}
.daterange:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 15px;
  height: 16px;
  background: url("../images/common/ico_add_calendar.svg") no-repeat 0 0/100% 100%;
  opacity: 0.6;
}
.daterange--time .ipt-txt {
  width: 150px;
}
.daterange--time:after {
  width: 16px;
  height: 16px;
  background-image: url("../images/common/ico_add_time.svg");
}

.editor {
  width: 100%;
  height: 450px;
  border: 1px solid #e7e7e7;
}

.card {
  overflow: hidden;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  box-shadow: 0 3px 5px rgba(140, 152, 164, 0.08);
}
.card + .card {
  margin-top: 30px;
}
.card--sub {
  max-width: 1600px;
  margin: 0 auto;
}
.card--sub .card__cnt {
  padding: 24px;
}
.card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid #e7e7e7;
}
.card__header--flex-end {
  justify-content: flex-end;
}
.card__header__tit {
  font-size: 18px;
  font-weight: 700;
}
.card__cnt .form {
  padding: 24px 40px;
}
.card__cnt .table {
  border-top: 0;
}
.card__cnt .table table {
  border-bottom: 0;
}
.card__cnt .table .table-pagination {
  border-top: 1px solid #e7e7e7;
}
.card__footer {
  border-top: 1px solid #e7e7e7;
  padding: 24px;
  text-align: center;
}

.page__header {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}
.page__header .page__txt {
  margin-top: 15px;
  color: #676767;
}
.page__tit {
  font-size: 22px;
}
.page__txt {
  font-size: 13px;
}
.page__txt--alert {
  color: #ed4c78;
}
.page__txt + .page__txt {
  margin-top: 5px;
}
.page__top {
  margin-bottom: 15px;
}

.tab__header {
  position: relative;
}
.tab__nav {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}
.tab__item > button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 20px;
  height: 63px;
}
.tab__item > button:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: none;
}
.tab__item > button:hover:before {
  background-color: #e7e7e7;
}
.tab__item--active > button {
  font-weight: 700;
  color: #377dff;
}
.tab__item--active > button:before {
  background-color: #377dff !important;
}
.tab__sub .tab__nav {
  display: inline-flex;
  align-items: center;
  width: auto;
  height: 100%;
  border: 4px solid #f7f7f7;
  border-radius: 6px;
  background-color: #f7f7f7;
  border-radius: 6px;
}
.tab__sub .tab__item button {
  height: auto;
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 13px;
  color: #67778B;
}
.tab__sub .tab__item button:before {
  display: none;
}
.tab__sub .tab__item--active button {
  color: #377dff;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(140, 152, 164, 0.25);
}
.tab__sub .tab__cnt {
  display: none;
}
.tab__sub .tab__cnt--active {
  display: block;
}
.tab__area {
  position: relative;
}
.tab__cnt {
  display: none;
  margin-top: 20px;
}
.tab__cnt--active {
  display: block;
}
.tab__tit {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.tab__select {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(231, 231, 231, 0.5);
}
.tab__select .select {
  display: flex;
  align-items: center;
  gap: 5px;
}

.daterangepicker .drp-buttons .btn {
  height: auto;
  line-height: 100%;
  padding: 6px 8px;
  border: 1px solid #e7e7e7;
}

.daterangepicker .drp-buttons .btn.btn-primary {
  background-color: #377dff;
  color: #fff;
  border-color: #377dff;
}

.daterangepicker.time-single .drp-calendar.left {
  padding: 10px 30px;
}

.daterangepicker select {
  display: inline-block;
}

.form__cnt {
  position: relative;
}

.ui-widget.ui-widget-content {
  background-color: #fff;
  width: 100%;
  max-height: 250px;
  overflow: auto;
  z-index: 10;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #e7e7e7;
}

.ui-menu li {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #132144;
  list-style-image: none !important;
}

.ui-menu div {
  padding: 10px 20px !important;
}

.ui-widget-content .ui-state-active {
  border: none;
  margin: 0;
  letter-spacing: 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: 0;
}

#wrap {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 1200px;
  min-height: 100vh;
}
#wrap.aside-toggle #container {
  padding-left: 0;
}
#wrap.aside-toggle #aside {
  display: none;
}
#wrap.aside-toggle #footer {
  padding-left: 0;
}
#wrap.wrap-wide #container {
  padding: 0;
}
#wrap.wrap-wide #footer {
  padding-left: 0;
}

#header {
  position: fixed;
  width: 100%;
  min-width: 1200px;
  height: 60px;
  border-bottom: 1px solid #e7e7e7;
  background-color: #fff;
  z-index: 2;
}

#aside {
  display: block;
  position: fixed;
  top: 60px;
  left: 0;
  width: 260px;
  height: calc(100% - 60px);
  border-right: 1px solid #e7e7e7;
  background-color: #fff;
  z-index: 2;
}

#container {
  flex: 1;
  padding: 60px 0 0 260px;
}
#container .contents {
  padding: 30px 24px;
}

#footer {
  padding: 24px 0 24px 260px;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 24px 0 18px;
}
.header__box {
  display: flex;
  align-items: center;
}
.header__tit {
  font-size: 16px;
}
.header__aside-btn {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-size: 16px;
}

.footer__inner {
  padding: 0 24px;
}
.footer__txt {
  font-size: 11px;
  color: #676767;
}

.aside__inner {
  overflow-y: auto;
  height: 100%;
  padding: 24px 14px;
}
.aside__item {
  position: relative;
}
.aside__item::after {
  position: absolute;
  top: 12px;
  right: 14px;
}
.aside__item:not(:first-of-type) {
  margin-top: 10px;
}
.aside__item > a {
  display: flex;
  align-items: flex-start;
  padding: 8px 40px 8px 10px;
  border-radius: 6px;
  color: #132144;
  background-color: #fff;
}
.aside__item > a > i {
  width: 16px;
  margin: 4px 14px 0 0;
  text-align: center;
  font-size: 11px;
  opacity: 0.6;
}
.aside__item > a:hover {
  background-color: #f2f3f6;
}
.aside__item--active > a {
  font-weight: 700;
  background-color: #f2f3f6;
}
.aside__collapse::after {
  font: var(--fa-font-solid);
  content: "\f107";
  color: #676767;
  opacity: 0.7;
  font-size: 11px;
  transition: transform 0.15s ease;
}
.aside__collapse--show > a {
  color: #377dff;
}
.aside__collapse--show::after {
  transform: rotate(-180deg);
}
.aside__collapse--show .aside__sub {
  display: block;
}
.aside__sub {
  display: none;
  margin: 5px 0 0 17px;
  border-left: 2px solid rgba(231, 231, 231, 0.7);
}
.aside__sub li {
  margin-left: 11px;
}

.pop {
  overflow-y: auto;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 0;
  background-color: rgba(19, 33, 68, 0.3);
  z-index: 2;
}
.pop--open {
  display: flex;
}
.pop__inner {
  width: 90%;
  height: auto;
  max-width: 500px;
  padding: 20px 24px 30px 24px;
  margin: auto;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
}
.pop__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #e7e7e7;
}
.pop__cnt {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pop__txt {
  font-size: 14px;
  line-height: 1.4;
}
.pop__txt-s {
  font-size: 12px;
}
.pop__btm {
  padding-top: 20px;
  border-top: 1px solid #e7e7e7;
}
.pop__btm .btn {
  min-width: 85px;
}
.pop__btm .btn:not(:first-of-type) {
  margin-left: 5px;
}
.pop__swiper {
  width: 80%;
  margin: 0 auto;
}
.pop__swiper__txt {
  margin-bottom: 5px;
  font-size: 12px;
  text-align: right;
}
.pop .form {
  padding: 0 15px;
}
.pop .form__label {
  width: 100px;
  text-align: left;
}
.pop .form__cnt {
  width: calc(100% - 100px);
}
.pop__barcode__img {
  max-width: 200px;
}
.pop__barcode .ipt-txt {
  width: calc(100% - 100px);
}
.pop__barcode .btn {
  width: 80px;
}
.pop__form {
  margin-top: 10px;
  padding: 0 20px;
}
.pop__form .form__item:not(:first-of-type) {
  margin-top: 5px;
}
.pop__form .form__label,
.pop__form .ipt__txt {
  font-size: 12px;
}

.toast-pop {
  display: none;
  position: absolute;
  padding: 11px 20px 11px 20px;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

.page__header {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}
.page__header .page__txt {
  margin-top: 15px;
  color: #676767;
}
.page__header .page__txt + .page__txt {
  margin-top: 5px;
}
.page__tit {
  font-size: 22px;
}
.page__txt {
  font-size: 13px;
}
.page__txt--alert {
  color: #ed4c78;
}
.page__txt-box .page__txt:not(:first-of-type) {
  margin-top: 4px;
}
.page__top {
  margin-bottom: 15px;
}

.card {
  overflow: hidden;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  box-shadow: 0 3px 5px rgba(140, 152, 164, 0.08);
}
.card + .card {
  margin-top: 30px;
}
.card__sub {
  max-width: 1600px;
  margin: 0 auto;
}
.card__sub .card__cnt {
  padding: 24px;
}
.card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid #e7e7e7;
}
.card__header--flex-end {
  justify-content: flex-end;
}
.card__header__tit {
  font-size: 18px;
  font-weight: 700;
}
.card__header--right .page__txt {
  color: #377dff;
}
.card__cnt .form {
  padding: 24px 40px;
}
.card__cnt .table {
  border-top: 0;
  border-bottom: 0;
}
.card__footer {
  border-top: 1px solid #e7e7e7;
  padding: 24px;
  text-align: center;
}

.form__tit {
  padding-top: 24px;
  margin-top: 24px;
  font-weight: 700;
  font-size: 16px;
  border-top: 1px solid #e7e7e7;
}
.form__tit.border--none {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.form__tit > span {
  font-size: 12px;
  font-weight: 400;
  margin-left: 15px;
  color: #ed4c78;
}
.form__item {
  display: flex;
  width: 100%;
}
.form__item:not(:first-of-type) {
  margin-top: 24px;
}
.form__label {
  width: 170px;
  padding: 8px 0;
  line-height: 18px;
}
.form__label--bullet:after {
  content: "*";
  margin-left: 2px;
  color: #ed4c78;
}
.form__label__txt {
  margin-top: 2px;
  font-size: 10px;
}
.form__label span {
  font-size: 13px;
  color: #676767;
}
.form__cnt {
  width: calc(100% - 170px);
}
.form__cnt .ipt__txt + .ipt__txt {
  margin-top: 8px;
}
.form__cnt__txt {
  width: 100px;
}
.form__cnt--row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form__cnt--row .btn {
  width: 30px;
}
.form__alert {
  margin-top: 8px;
  font-size: 12px;
  color: #377dff;
  text-align: left;
}
.form__alert--error {
  color: #ed4c78;
}

.qrcode__qr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  margin: 30px auto 0;
  border: 2px solid #e7e7e7;
}
.qrcode__qr #qr {
  width: 140px;
  height: 140px;
}
.qrcode__qr #qr canvas {
  width: 100%;
  height: 100%;
}

.login {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.login .contents {
  width: 100%;
}
.login__tit {
  margin-top: 18px;
  font-size: 32px;
  font-weight: 800;
}
.login__btn {
  margin-top: 40px;
  padding: 0 32px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #132144;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
}
.login__btn:before {
  content: "";
  width: 28px;
  height: 28px;
  background-size: 100% 100%;
  background: url(../images/common/ico_google.svg) no-repeat center center/100% 100%;
}

.chart {
  height: 50vh;
}

.asset__price .ipt__txt {
  width: 300px;
}
.asset__price span {
  font-size: 13px;
  color: #676767;
}

.scrh-chip {
  position: relative;
}
.scrh-chip__box {
  display: none;
  position: absolute;
  left: 0;
  top: 36px;
  background-color: #fff;
  width: 100%;
  max-height: 250px;
  overflow: auto;
  z-index: 10;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #e7e7e7;
}
.scrh-chip__box a {
  display: block;
  padding: 10px 10px;
}
.scrh-chip__item {
  display: none;
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 3px 10px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
}
.scrh-chip__item button {
  margin-left: 10px;
}