@charset "UTF-8";
@layer Reset, CDNFont, Typography, Components, Rounded, Layout, popup;
@layer CDNFont {
  @font-face {
    font-family: "Pretendard Variable";
    font-style: normal;
    font-display: swap;
    font-weight: 45 920;
    src: url("../fonts/PretendardVariable.woff2") format("woff2-variations");
  }
}
/* 그리드 pinned row 우측 스크롤 숨김 */
.grid-wrap .ag-floating-top {
  overflow-y: hidden !important;
}

.grid-wrap .ag-floating-top-viewport {
  overflow-y: hidden !important;
}

.grid-wrap .ag-floating-top .ag-body-vertical-scroll,
.grid-wrap .ag-floating-top .ag-body-vertical-scroll-viewport {
  display: none !important;
  width: 0 !important;
  min-width: 0 !important;
}
/* Reset */
@layer Reset {
  html,
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  div,
  p,
  blockquote,
  pre,
  code,
  address,
  ul,
  ol,
  li,
  nav,
  section,
  article,
  header,
  footer,
  main,
  aside,
  dl,
  dt,
  dd,
  table,
  thead,
  tbody,
  tfoot,
  label,
  caption,
  th,
  td,
  form,
  fieldset,
  legend,
  hr,
  input,
  button,
  textarea,
  object,
  figure,
  figcaption,
  dialog {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  body,
  textarea,
  button,
  img,
  fieldset,
  dialog {
    border: none;
  }
  textarea {
    resize: none;
  }
  ul,
  ol,
  li {
    list-style: none;
  }
  table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
  }
  address,
  cite,
  code,
  em,
  i {
    font-style: normal;
    font-weight: normal;
  }
  u,
  ins,
  a {
    text-decoration: none;
    color: inherit;
  }
  button {
    cursor: pointer;
    background-color: transparent;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
  }
  /* Normalize */
  input[type=number],
  input[type=text],
  input[type=password],
  input[type=url],
  input[type=email],
  input[type=tel],
  input[type=date],
  textarea {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
  }
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
  }
  input[type=number] {
    -moz-appearance: textfield;
  }
  input[type=search]::-webkit-search-decoration,
  input[type=search]::-webkit-search-cancel-button,
  input[type=search]::-webkit-search-results-button,
  input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
  }
  input[type=date] {
    position: relative;
  }
  input[type=date]::-webkit-clear-button,
  input[type=date]::-webkit-inner-spin-button {
    display: none;
  }
  input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    color: transparent;
    cursor: pointer;
    width: 100%;
    height: 100%;
  }
  input[type=date]::before {
    content: attr(data-placeholder);
    width: 100%;
  }
  input[type=date]:valid::before {
    display: none;
  }
}
@layer Typography {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 1rem;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  }
  body * {
    color: #313131;
  }
}
@layer Layout.Nav {
  .nav {
    flex: 1;
    overflow: auto;
  }
  .nav::-webkit-scrollbar {
    width: 0.6rem;
    background-color: transparent;
  }
  .nav::-webkit-scrollbar-thumb {
    width: 0.6rem;
    background: #d5dce3;
    border-radius: 0rem;
  }
  .nav-list {
    display: flex;
    flex-direction: column;
  }
  .nav-list .item:has(a.--now) .item__btn {
    background-color: #3be498;
  }
  .nav-list .item:has(a.--now) .item__btn-icon.ico1 {
    background: url(../images/nav_ico1_active.svg) no-repeat;
    background-size: contain;
  }
  .nav-list .item:has(a.--now) .item__btn-icon.ico2 {
    background: url(../images/nav_ico2_active.svg) no-repeat;
    background-size: contain;
  }
  .nav-list .item:has(a.--now) .item__btn-icon.ico3 {
    background: url(../images/nav_ico3_active.svg) no-repeat;
    background-size: contain;
  }
  .nav-list .item:has(a.--now) .item__btn-icon.ico4 {
    background: url(../images/nav_ico4_active.svg) no-repeat;
    background-size: contain;
  }
  .nav-list .item:has(a.--now) .item__btn-icon.ico5 {
    background: url(../images/nav_ico5_active.svg) no-repeat;
    background-size: contain;
  }
  .nav-list .item:has(a.--now) .item__btn-icon.ico6 {
    background: url(../images/nav_ico6_active.svg) no-repeat;
    background-size: contain;
  }
  .nav-list .item:has(a.--now) .item__btn-label {
    color: #313131;
  }
  .nav-list .item.--open .item__btn-arrow {
    background: url(../images/nav_arrow_active.svg) no-repeat;
    background-size: contain;
  }
  .nav-list .item:is(.--open) .sub-list {
    height: auto;
    padding-top: 0.8rem;
  }
  .nav-list .item__btn {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    width: 100%;
    padding: 1.2rem 1.2rem 1.2rem 1.4rem;
    border-radius: 1.2rem;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    font-size: 1.6rem;
    font-weight: 600;
  }
  .nav-list .item__btn:hover {
    background-color: #d5dce3;
  }
  .nav-list .item__btn-icon {
    width: 2rem;
    aspect-ratio: 1;
    flex-shrink: 0;
  }
  .nav-list .item__btn-icon.ico1 {
    background: url(../images/nav_ico1.svg) no-repeat;
    background-size: contain;
  }
  .nav-list .item__btn-icon.ico2 {
    background: url(../images/nav_ico2.svg) no-repeat;
    background-size: contain;
  }
  .nav-list .item__btn-icon.ico3 {
    background: url(../images/nav_ico3.svg) no-repeat;
    background-size: contain;
  }
  .nav-list .item__btn-icon.ico4 {
    background: url(../images/nav_ico4.svg) no-repeat;
    background-size: contain;
  }
  .nav-list .item__btn-icon.ico5 {
    background: url(../images/nav_ico5.svg) no-repeat;
    background-size: contain;
  }
  .nav-list .item__btn-icon.ico6 {
    background: url(../images/nav_ico6.svg) no-repeat;
    background-size: contain;
  }
  .nav-list .item__btn-label {
    flex: 1;
    text-align: left;
  }
  .nav-list .item__btn-arrow {
    width: 1.2rem;
    height: 0.6rem;
    background: url(../images/nav_arrow.svg) no-repeat;
    background-size: contain;
  }
  .nav-list .item .sub-list {
    display: grid;
    height: 0;
    overflow: hidden;
  }
  .nav-list .item .sub-list .link {
    display: flex;
    width: 100%;
    padding-block: 1.15rem;
    padding-left: 3.6rem;
    border-radius: 1.2rem;
    transition: all 0.2s ease-in-out;
    color: #4d5967;
    box-sizing: border-box;
  }
  .nav-list .item .sub-list .link:hover {
    background-color: #ebeef0;
    color: #4d5967;
  }
  .nav-list .item .sub-list .link:is(.--now) {
    background-color: #c5f7e0;
    color: #313131;
    font-weight: 600;
  }
}
@layer Components.Text-icon {
  .icon {
    display: inline-flex;
    align-items: center;
  }
  .icon.white {
    color: #fff;
    filter: brightness(0) invert(1);
  }
  .icon.warning {
    gap: 0.2rem;
    color: #d80004;
    font-size: 1.1rem;
    font-weight: 500;
  }
  .ag-cell .icon.warning {
    color: #d80004 !important;
  }
  .text-link .icon.warning {
    text-decoration: underline;
  }
  .icon.icon1::before {
    background: url(../images/ico_user.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 2rem;
    height: 2rem;
  }
  .icon.icon2::before {
    background: url(../images/ico_setting.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 2rem;
    height: 2rem;
  }
  .icon.credit::before {
    background: url(../images/ico_pay_credit.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 3.2rem;
    height: 3.2rem;
  }
  .icon.cash::before {
    background: url(../images/ico_pay_cash.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 3.2rem;
    height: 3.2rem;
  }
  .icon.easy::before {
    background: url(../images/ico_pay_easy.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 3.2rem;
    height: 3.2rem;
  }
  .icon.profit::before {
    background: url(../images/ico_pay_profit.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 2.4rem;
    height: 2.4rem;
  }
  .icon.price::before {
    background: url(../images/ico_pay_price.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 2.4rem;
    height: 2.4rem;
  }
  .icon.product::before {
    background: url(../images/ico_pay_product.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 2.4rem;
    height: 2.4rem;
  }
  .icon.visitor::before {
    background: url(../images/ico_pay_visitor.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 2.4rem;
    height: 2.4rem;
  }
  .icon.warning::before {
    background: url(../images/ico_warning.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 1.2rem;
    height: 1.2rem;
  }
  .icon.icon3::before {
    background: url(../images/ico_logout.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 2rem;
    height: 2rem;
  }
}
@layer Components.Button {
  button:active {
    background-color: rgba(25, 26, 28, 0.1);
    filter: brightness(0.9);
  }
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    width: var(--w, auto);
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
  }
  .btn.base {
    height: 3.6rem;
    font-size: 1.6rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border: 0.1rem solid;
    font-weight: 600;
  }
  .btn.sm {
    height: 3.2rem;
    font-size: 1.4rem;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    border: 0.1rem solid;
    font-weight: 600;
  }
  .btn.grid {
    height: 1.8rem;
    font-size: 1rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    border: 0.1rem solid;
    font-weight: 500;
  }
  .btn.blue {
    background-color: white;
    color: #000;
    border-color: #fff;
  }
  .btn.ico1::before {
    background: url(../images/ico_reset.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
  }
  .btn.ico2::before {
    background: url(../images/ico_search.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
  }
  .btn.ico3::before {
    background: url(../images/ico_print.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
  }
  .btn.ico4::before {
    background: url(../images/ico_download.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
  }
  .btn.ico5::after {
    background: url(../images/ico_logout.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 2rem;
    height: 2rem;
  }
  .btn.ico6::after {
    background: url(../images/ico_close.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 2rem;
    height: 2rem;
  }
  .btn.ico7::before {
    background: url(../images/ico_add.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 2rem;
    height: 2rem;
  }
  .btn.ico8::before {
    background: url(../images/ico_add_gn.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 2rem;
    height: 2rem;
  }
  .btn.ico9::before {
    background: url(../images/ico_barcode.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
  }
  .btn.ico10::after {
    background: url(../images/btn_grid_mov.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
  }
  .btn.ico11::before {
    background: url(../images/btn_grid_mov2.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
  }
  .btn.ico12::before {
    background: url(../images/ico_view.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
  }
  .btn.ico13::before {
    background: url(../images/ico_view.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
  }
  .btn.ico14::before {
    background: url(../images/btn_grid_mov.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
  }
  .btn.ico15::after {
    background: url(../images/btn_grid_mov2.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
  }
  .btn.ico16::before {
    background: url(../images/ico_load.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 2rem;
    height: 2rem;
  }
  .btn.ico17::before {
    background: url(../images/ico_clear.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
  }
  .btn.ico18::before {
    background: url(../images/ico_add_bl.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
  }
  .btn.ico19::after {
    background: url(../images/btn_grid_mov_up.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
  }
  .btn.ico20::before {
    background: url(../images/btn_grid_mov_down.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
  }
  .btn.primary {
    background-color: #3be498;
    color: #262d35;
    border-color: #3be498;
  }
  .btn.primary:hover {
    border-color: #22c97f;
    background-color: #22c97f;
    color: #262d35;
  }
  .btn.primary:active {
    border-color: #17a266;
    background-color: #17a266;
    color: #262d35;
  }
  .btn.primary:disabled {
    border-color: #d5dce3;
    background-color: #d5dce3;
    color: #84919e;
  }
  .btn.secondary {
    background-color: #4d5967;
    color: #fff;
    border-color: #4d5967;
  }
  .btn.secondary:hover {
    border-color: #262d35;
    background-color: #262d35;
    color: #fff;
  }
  .btn.secondary:active {
    border-color: #262d35;
    background-color: #262d35;
    color: #fff;
  }
  .btn.secondary:disabled {
    border-color: #d5dce3;
    background-color: #d5dce3;
    color: #84919e;
  }
  .btn.primary-line {
    background-color: #e8fcf3;
    color: #17a266;
    border-color: #3be498;
  }
  .btn.primary-line:hover {
    border-color: #3be498;
    background-color: #c5f7e0;
    color: #17a266;
  }
  .btn.primary-line:active {
    border-color: #3be498;
    background-color: #9af1c9;
    color: #17a266;
  }
  .btn.primary-line:disabled {
    border-color: #b6bfc8;
    background-color: #ebeef0;
    color: #84919e;
  }
  .btn.line {
    background-color: #fff;
    color: #4d5967;
    border-color: #b6bfc8;
  }
  .btn.line:hover {
    border-color: #b6bfc8;
    background-color: #ebeef0;
    color: #4d5967;
  }
  .btn.line:active {
    border-color: #b6bfc8;
    background-color: #c2c3c5;
    color: #4d5967;
  }
  .btn.line:disabled {
    border-color: #c2c3c5;
    background-color: #fff;
    color: #84919e;
  }
  .btn.blue-line {
    background-color: #fff;
    color: #2a80d6;
    border-color: #4384f9;
  }
  .btn.blue-line:hover {
    border-color: #4384f9;
    background-color: #c6e2ff;
    color: #2a80d6;
  }
  .btn.blue-line:active {
    border-color: #4384f9;
    background-color: #7cbcfc;
    color: #2a80d6;
  }
  .btn.blue-line:disabled {
    border-color: #c2c3c5;
    background-color: #fff;
    color: #84919e;
  }
  .btn.full {
    width: 100%;
  }
  .btn:is(.primary, .secondary, .primary-line) {
    border-radius: 0.8rem;
  }
  .btn:is(.blue-line, .line) {
    border-radius: 0.4rem;
  }
  .btn.ico5 {
    gap: 0;
  }
  .btn.line:disabled[class*=ico]::before, .btn.line:disabled[class*=ico]::after {
    opacity: 0.4;
  }
  .btn.blue-line:disabled[class*=ico]::before, .btn.blue-line:disabled[class*=ico]::after {
    opacity: 0.4;
  }
  .login .btn.base, .modal-btn .btn.base, .contents-bottom__btn .btn.base {
    min-width: 6.8rem;
  }
  .dual-layout__btn .btn.sm {
    flex-direction: column;
    width: 4.4rem;
    line-height: 1.5;
    word-break: keep-all;
    height: 100%;
  }
  .btn.grid {
    width: 2.6rem;
    border-radius: 0.4rem;
    line-height: 1.2;
    white-space: nowrap;
  }
  [class*=btn-] {
    display: inline-flex;
    border-radius: 0.4rem;
    align-items: center;
  }
  [class*=btn-]:active {
    background-color: rgba(255, 255, 255, 0.1);
    filter: brightness(0.8);
  }
  [class*=btn-]::before {
    content: "";
  }
  .btn-first {
    justify-content: center;
    padding: 0.6rem;
  }
  .btn-first::before {
    width: 1.6rem;
    height: 1.6rem;
    background: url(../images/btn_first.svg) no-repeat center;
    background-size: contain;
  }
  .btn-last {
    justify-content: center;
    padding: 0.6rem;
  }
  .btn-last::before {
    width: 1.6rem;
    height: 1.6rem;
    background: url(../images/btn_first.svg) no-repeat center;
    background-size: contain;
    rotate: 180deg;
  }
  .btn-prev {
    justify-content: center;
    padding: 0.6rem;
  }
  .btn-prev::before {
    width: 1.6rem;
    height: 1.6rem;
    background: url(../images/btn_prev.svg) no-repeat center;
    background-size: contain;
  }
  .btn-next {
    justify-content: center;
    padding: 0.6rem;
  }
  .btn-next::before {
    width: 1.6rem;
    height: 1.6rem;
    background: url(../images/btn_prev.svg) no-repeat center;
    background-size: contain;
    rotate: 180deg;
  }
  .btn-clear::before {
    width: 1.6rem;
    height: 1.6rem;
    background: url(../images/btn_clear.svg) no-repeat;
    background-size: contain;
  }
  .input-default .btn-clear {
    display: none;
  }
  .btn-view::before {
    width: 1.6rem;
    height: 1.6rem;
    background: url(../images/btn_view.svg) no-repeat;
    background-size: contain;
  }
  .input-default .btn-view {
    display: none;
  }
  .btn-go {
    padding: 0.3rem;
    border: 0.1rem solid #f4f6fb;
  }
  .btn-go::before {
    width: 1.6rem;
    height: 1.6rem;
    background: url(../images/btn_go.svg) no-repeat;
    background-size: contain;
  }
  .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    height: 100%;
  }
  .ag-cell .btn-wrap {
    width: 100%;
  }
}
@layer Components.Form {
  .textarea, .input {
    height: 3rem;
    border: 0.1rem solid transparent;
    box-sizing: border-box;
    border-radius: 0;
    background-color: transparent;
    padding-inline: 0;
    color: #313131;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.03rem;
  }
  .textarea::-moz-placeholder, .input::-moz-placeholder {
    color: #929294;
    font-weight: 500;
    text-align: left;
    letter-spacing: -0.03rem;
  }
  .textarea::placeholder, .input::placeholder {
    color: #929294;
    font-weight: 500;
    text-align: left;
    letter-spacing: -0.03rem;
  }
  .ag-cell .textarea::-moz-placeholder, .ag-cell .input::-moz-placeholder {
    text-align: center;
  }
  .ag-cell .textarea::placeholder, .ag-cell .input::placeholder {
    text-align: center;
  }
  .textarea:focus, .input:focus {
    outline: none;
  }
  .ag-cell .textarea, .ag-cell .input {
    height: 1.8rem;
    font-size: 1.1rem;
    text-align: center;
  }
  .check-type1 + label {
    display: inline-flex;
    gap: 0.4rem;
    align-items: center;
    color: #000;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: -0.05rem;
  }
  .check-type1 {
    overflow: hidden;
    position: absolute;
    border: 0;
    width: 0px;
    height: 0px;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .check-type1 + label::before {
    background: url(../images/ico_check_off.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
  }
  .check-type1:checked + label::before {
    background: url(../images/ico_check_on.svg) no-repeat;
    background-size: contain;
  }
  .input {
    width: 100%;
  }
  .input.address {
    height: auto;
    text-align: left;
    padding-block: 0.4rem;
  }
  .input__wrap {
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }
  .input__wrap.vertical {
    flex-direction: column;
    align-items: start;
  }
  .input__wrap.vertical:has(.feedback-wrap) {
    gap: 0.4rem;
  }
  .input__wrap.vertical:has(.feedback-wrap) .input-default {
    margin-top: 0.4rem;
  }
  .input__wrap .required::after {
    content: "*";
    color: #d80004;
  }
  .input__label {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 1.3rem;
    font-weight: 600;
    flex-shrink: 0;
  }
  .account-info .input__label {
    width: 7.2rem;
  }
  .pharmacy-info .input__label {
    width: 8.8rem;
  }
  .input-default {
    display: flex;
    align-items: center;
    padding-inline: 0.6rem;
    width: var(--inputW, 100%);
    background-color: #fff;
    border: 1px solid #b6bfc8;
    border-radius: 0.4rem;
    box-sizing: border-box;
  }
  .input-default:focus-within {
    border-color: #4d5967;
  }
  .input-default.line {
    border: none;
    border-bottom: 1px solid #b6bfc8;
    border-radius: 0;
  }
  .input-default.minW {
    width: 10.8rem;
  }
  .input-default:has(.input:disabled, .textarea:disabled) {
    background-color: #ebeef0;
  }
  .input-default:has(.textarea) {
    display: grid;
    gap: 0.4rem;
    padding-block: 0.7rem;
  }
  .input-default:has(.address.disabled) {
    background-color: #ebeef0;
  }
  .input-default.--has-value:focus-within .btn-clear,
  .input-default.--has-value:focus-within .btn-view {
    display: flex;
  }
  .date-range .input-default {
    background: url(../images/ico_calender.svg) no-repeat right 0.8rem center;
  }
  .textarea {
    width: 100%;
    height: var(--textareaH, 6.1rem);
    padding-right: 0.4rem;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  }
  .textarea::-webkit-scrollbar {
    width: 0.4rem;
    background-color: transparent;
  }
  .textarea::-webkit-scrollbar-thumb {
    width: 0.4rem;
    background: #d5dce3;
    border-radius: 0rem;
  }
  .textarea::-moz-placeholder {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 500;
  }
  .textarea::placeholder {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 500;
  }
  .textarea.address {
    height: -moz-max-content;
    height: max-content;
    min-height: 0;
  }
  .checkbox-wrap {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.8rem;
  }
  .ag-cell .checkbox-wrap {
    height: 100%;
  }
  .selectbox {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    min-width: var(--selW, 13.5rem);
  }
  .selectbox.selectbox--portal {
    width: 100%;
    min-width: auto;
  }
  .selectbox.selectbox--portal .selectbox__list-wrap {
    position: static;
    top: 10px;
  }
  .selectbox.selectbox--portal .selectbox__list li > * {
    font-size: 1.1rem;
  }
  .selectbox__selected {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.4rem;
    padding: 0.5rem 0.7rem;
    width: 100%;
    height: 3.2rem;
    background-color: #fff;
    border: 0.1rem solid #b6bfc8;
    border-radius: 0.4rem;
    font-size: 1.4rem;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
  }
  .selectbox__selected > span {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #84919e;
    text-align: left;
    letter-spacing: -0.03rem;
  }
  .selectbox__selected:disabled {
    background-color: #f4f6fb;
  }
  .selectbox__selected:disabled:active {
    filter: unset;
  }
  .selectbox__selected.--select span {
    color: #313131;
  }
  .selectbox__selected::after {
    background: url(../images/bg_select.svg) no-repeat;
    background-size: contain;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    transition: all 0.3s ease-in-out;
    flex-shrink: 0;
  }
  .selectbox.--open .selectbox__selected::after {
    background: url(../images/bg_select_ac.svg) no-repeat;
    background-size: contain;
  }
  .selectbox.bottom .selectbox__selected::after {
    background: url(../images/bg_select.svg) no-repeat;
    background-size: contain;
    rotate: 180deg;
  }
  .selectbox.bottom.--open .selectbox__selected::after {
    background: url(../images/bg_select_ac.svg) no-repeat;
    background-size: contain;
    rotate: 180deg;
  }
  .selectbox__selected.--active::after {
    rotate: 180deg;
  }
  .selectbox.--open .selectbox__selected {
    color: #313131;
  }
  .ag-cell .selectbox__selected {
    height: 2rem;
    font-size: 1.1rem;
  }
  .selectbox__title {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .selectbox__list-wrap {
    display: none;
    position: absolute;
    top: 3.6rem;
    gap: 0.5rem;
    padding: 0.8rem 0.4rem;
    width: 100%;
    background-color: #fff;
    border: 0.1rem solid #b6bfc8;
    border-radius: 0.4rem;
    box-sizing: border-box;
    z-index: 50;
  }
  .selectbox.--open .selectbox__list-wrap {
    display: grid;
  }
  .selectbox.bottom .selectbox__list-wrap {
    inset: auto 0 3.6rem 0;
  }
  .selectbox__list {
    overflow-y: auto;
    display: grid;
    gap: 0.4rem;
    max-height: var(--selH, 20rem);
    box-sizing: border-box;
    color: #313131;
  }
  .selectbox__list::-webkit-scrollbar {
    width: 0.6rem;
    background-color: transparent;
  }
  .selectbox__list::-webkit-scrollbar-thumb {
    width: 0.6rem;
    background: #d5dce3;
    border-radius: 0.4rem;
  }
  .selectbox__list li > * {
    width: 100%;
    display: flex;
    padding: 0.4rem;
    border-radius: 0.4rem;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: left;
    box-sizing: border-box;
    color: #84919e;
    transition: all 0.2s ease-in-out;
  }
  .selectbox__list li:hover > * {
    background-color: #d5dce3;
    color: #313131;
  }
  .grid-layout .selectbox, .inquiry-detail .selectbox {
    --selW: 100%;
  }
  .grid-bottom .selectbox {
    --selW: 11rem;
  }
  .date-range {
    --inputW: 14rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }
  .grid-layout .date-range {
    --inputW: 100%;
    width: 100%;
  }
  .radio-tab {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem;
    border-radius: 0.8rem;
    background-color: #f4f6fb;
  }
  .radio-tab input {
    overflow: hidden;
    position: absolute;
    border: 0;
    width: 0px;
    height: 0px;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .radio-tab input:checked + label {
    background-color: #c6e2ff;
    color: #215993;
  }
  .radio-tab input:checked + label:hover {
    background-color: #c6e2ff;
  }
  .radio-tab input:checked + label.wish::before {
    background: url(../images/ico_wish_bl.svg) no-repeat;
    background-size: contain;
  }
  .radio-tab input:checked + label .tooltip {
    background: url(../images/ico_tooltip_bl.svg) no-repeat;
    background-size: contain;
  }
  .radio-tab input + label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 4.8rem;
    padding: 0.2rem 0.8rem;
    border-radius: 0.6rem;
    font-size: 1.3rem;
    font-weight: 600;
    color: #4d5967;
    line-height: 1.5;
    white-space: nowrap;
    box-sizing: border-box;
    cursor: pointer;
  }
  .radio-tab input + label.wish::before {
    content: "";
    margin-right: 0.2rem;
    width: 1.2rem;
    height: 1.2rem;
    background: url(../images/ico_wish.svg) no-repeat;
    background-size: contain;
  }
  .radio-tab input + label:hover {
    background-color: #ebeef0;
  }
  .radio-tab input + label .tooltip {
    background: url(../images/ico_tooltip_gr.svg) no-repeat;
    background-size: contain;
  }
  .radio-tab.--full {
    display: flex;
    width: 100%;
  }
  .radio-tab.--full input + label {
    flex: 1;
    min-width: 0;
  }
  .radio-tab .tooltip {
    position: relative;
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.2rem;
  }
  .radio-tab .tooltip::after {
    content: attr(data-tooltip);
    position: absolute;
    inset: 200% auto auto -50%;
    padding: 0.4rem 0.8rem;
    background-color: rgba(25, 26, 28, 0.4);
    border-radius: 0.8rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
    z-index: 10;
  }
  .radio-tab .tooltip:hover::after {
    opacity: 1;
    visibility: visible;
  }
  .radio-tab.--disabled {
    pointer-events: none;
  }
  .radio-tab.--disabled input:not(:checked) + label {
    opacity: 0.4;
    cursor: not-allowed;
  }
}
@layer Components.Sidebar {
  .sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    width: 15.7rem;
  }
  .sidebar__top {
    padding: 0.9rem 0.8rem;
  }
  .sidebar__top .logo {
    width: 6.4rem;
  }
  .sidebar__banner {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 7.2rem;
    border-radius: 1.2rem;
  }
  .sidebar__banner img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .sidebar__bottom {
    padding-top: 0.8rem;
    border-top: 1px solid #d8dce0;
  }
  .sidebar .util {
    padding: 0.4rem;
    background-color: #fff;
    border-radius: 0.8rem;
  }
  .sidebar .util.recent li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.4rem;
    height: 2.8rem;
    background-color: #ebeef0;
    border-radius: 0.4rem;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
  }
  .sidebar .recent-menu-link {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    height: 100%;
    padding: 0 0.4rem;
  }
  .sidebar .recent-menu-link .label-lg {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .sidebar .recent-menu-remove {
    flex-shrink: 0;
    width: 2.8rem;
    height: 100%;
  }
  .sidebar .util-title {
    padding: 0.35rem 0.4rem;
  }
  .sidebar .util-list {
    display: grid;
    gap: 0.4rem;
  }
  .sidebar .util-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.4rem;
    height: 2.8rem;
    background-color: #f8f8fa;
    border-radius: 0.4rem;
    box-sizing: border-box;
    transition: background-color 0.2s ease-in-out;
  }
  .sidebar .util-list li a:hover {
    background-color: #ebeef0;
  }
  .sidebar .util-list li a:active {
    background-color: #d5dce3;
  }
  .sidebar .util-list li a.--now {
    background-color: #616262;
  }
  .sidebar .util-list li a.--now * {
    color: #fff;
  }
  .sidebar .util-list li a.--now *.icon1::before {
    background: url(../images/ico_user_wh.svg) no-repeat;
    background-size: contain;
  }
  .sidebar .util-list li a.--now *.icon2::before {
    background: url(../images/ico_setting_wh.svg) no-repeat;
    background-size: contain;
  }
  .sidebar .util-list li a.--now *.icon3::before {
    background: url(../images/ico_logout_wh.svg) no-repeat;
    background-size: contain;
  }
}
@layer Components.Toggle {
  .toggle-type1 {
    overflow: hidden;
    position: absolute;
    border: 0;
    width: 0px;
    height: 0px;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .toggle-type1 + label {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 3.6rem;
    height: 2rem;
    padding: 0.2rem;
    background-color: #616262;
    border-radius: 999px;
    box-sizing: border-box;
    cursor: pointer;
  }
  .toggle-type1 + label::after {
    content: "";
    position: absolute;
    left: 0.2rem;
    top: 0.2rem;
    width: 1.6rem;
    height: 1.6rem;
    background: url("../images/") no-repeat center, #d8dce0;
    border-radius: 999px;
    transition: transform 0.25s ease;
    will-change: transform;
    background: #d8dce0;
  }
  .toggle-type1 + label + .label {
    font-size: 1.6rem;
  }
  .toggle-type1:checked + label {
    background-color: #4384f9;
  }
  .toggle-type1:checked + label::after {
    transform: translateX(1.6rem);
    background-color: #c6e2ff;
  }
  .toggle-type1:disabled + label {
    background: #d5dce3;
  }
  .toggle-type1:disabled + label::after {
    background-color: #fff;
  }
  .toggle-type1:checked:disabled + label {
    background: #b6cffd;
  }
  .toggle-type1.sm + label {
    width: 2.2rem;
    height: 1.2rem;
    padding: 0.12rem;
  }
  .toggle-type1.sm + label::after {
    width: 0.96rem;
    height: 0.96rem;
    left: 0.12rem;
    top: 0.12rem;
  }
  .toggle-type1.sm + label + .label {
    font-size: 1.3rem;
    line-height: 1;
  }
  .toggle-type1.sm:checked + label::after {
    transform: translateX(1rem);
  }
  .toggle-wrap {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
  }
  .ag-cell .toggle-wrap {
    height: 100%;
  }
  .toggle__label {
    font-size: 1.3rem;
    font-weight: 600;
  }
}
@layer Components.Badge {
  .badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--badgeW, auto);
    border-radius: 0.4rem;
    box-sizing: border-box;
    font-variant-numeric: tabular-nums;
  }
  .badge:is(.up, .down)::after {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
  }
  .badge.full-size {
    width: 100%;
  }
  .badge.base {
    height: 1.8rem;
    font-size: 1rem;
    padding-inline: 0.4rem;
    border: 0.1rem solid;
    font-weight: 500;
  }
  .badge.lg {
    height: 2.6rem;
    font-size: 1.2rem;
    padding-inline: 0.8rem;
    border: 0.1rem solid;
    font-weight: 500;
  }
  .badge.rank {
    height: 1.8rem;
    font-size: 1rem;
    padding-inline: 0rem;
    border: 0.1rem solid;
    font-weight: 500;
  }
  .badge.green {
    background-color: #e0f9e3;
    color: #00a310;
    border-color: #00a310;
  }
  .badge.gray {
    background-color: #ebeef0;
    color: #4d5967;
    border-color: #84919e;
  }
  .badge.darkgray {
    background-color: #ebeef0;
    color: #616262;
    border-color: #929294;
  }
  .badge.red {
    background-color: transparent;
    color: #d80004;
    border-color: #d80004;
  }
  .badge.blue {
    background-color: transparent;
    color: #1e6eff;
    border-color: #1e6eff;
  }
  .badge.fill-blue {
    background-color: #e4eeff;
    color: #0e48b0;
    border-color: #e4eeff;
  }
  .badge.fill-green {
    background-color: #e0f9e3;
    color: #007a0c;
    border-color: #e0f9e3;
  }
  .badge.fill-yellow {
    background-color: #fef7e6;
    color: #ce7608;
    border-color: #fef7e6;
  }
  .badge.fill-purple {
    background-color: #f6e5ff;
    color: #662ec6;
    border-color: #f6e5ff;
  }
  .badge.line-blue {
    background-color: #dceeff;
    color: #2a80d6;
    border-color: #7cbcfc;
  }
  .badge.line-red {
    background-color: #ffeded;
    color: #d80004;
    border-color: #ef999a;
  }
  .badge.text-red {
    background-color: transparent;
    color: #d80004;
    border-color: transparent;
  }
  .badge.text-blue {
    background-color: transparent;
    color: #1e6eff;
    border-color: transparent;
  }
  .badge.text-gray {
    background-color: transparent;
    color: #4d5967;
    border-color: transparent;
  }
  .badge.up::after {
    background: url(../images/ico_up.svg) no-repeat;
    background-size: contain;
  }
  .badge.down::after {
    background: url(../images/ico_down.svg) no-repeat;
    background-size: contain;
  }
  .badge.wish::before {
    content: "";
    width: 2rem;
    height: 2rem;
    background: url(../images/ico_wish_ye.svg) no-repeat;
    background-size: contain;
  }
  .ag-cell .badge.wish {
    height: 100%;
  }
}
@layer Components.Paging {
  .paging {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
  }
  .grid-bottom .paging {
    position: absolute;
    inset: 50% auto auto 50%;
    translate: -50% -50%;
  }
  .paging-list {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    box-sizing: border-box;
  }
  .paging-list li {
    height: -moz-max-content;
    height: max-content;
  }
  .paging-list li.--active > button {
    background-color: #dceeff;
    border-color: #dceeff;
    color: #2a80d6;
  }
  .paging-list li > button {
    width: 2.8rem;
    aspect-ratio: 1;
    border-radius: 0.8rem;
    border: 0.1rem solid #ebeef0;
    font-size: 1.4rem;
    font-weight: 600;
    color: #84919e;
  }
  .paging-list li > button:active {
    background-color: rgba(25, 26, 28, 0.1);
    filter: brightness(0.9);
  }
  .paging-list li > button.omission {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .paging-list li > button.omission::before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    background: url(../images/ico_omission.svg) no-repeat;
    background-size: contain;
  }
}
@layer Components.Box {
  .box-white {
    width: 100%;
    padding: 1.6rem;
    border-radius: 1.2rem;
    background-color: #fff;
    box-sizing: border-box;
  }
  .box-white__header {
    height: 2.4rem;
  }
  .box-white.shadow {
    box-shadow: 0 0 0.6rem rgba(25, 26, 28, 0.15);
  }
  .box-white.line {
    border: 0.1rem solid #f4f6fb;
  }
  .modal .box-white {
    padding: 1.2rem;
    overflow: hidden;
  }
  .box-white2 {
    width: 100%;
    padding: 0.8rem;
    border-radius: 0.8rem;
    background-color: #fff;
    box-shadow: 0 0 0.4rem rgba(25, 26, 28, 0.15);
    box-sizing: border-box;
  }
  .box-gray {
    padding: 1.2rem;
    background-color: #f8fafd;
    border: 0.1rem solid #f4f6fb;
    border-radius: 0.8rem;
  }
}
@layer Components.Grid {
  .grid-table {
    display: grid;
    gap: 0.4rem;
  }
  .grid-table .row {
    display: grid;
    grid-template-columns: max-content 8.9rem 1fr;
    align-items: center;
    gap: 0.8rem;
    font-size: 1.4rem;
    font-weight: 600;
    height: 2.4rem;
  }
  .grid-table .row.red span {
    background-color: #ffeded;
  }
  .grid-table .row.green span {
    background-color: #e0f9e3;
  }
  .grid-table .row span {
    height: 100%;
    text-align: right;
    align-content: center;
  }
  .grid-table .row span:nth-of-type(1) {
    border-radius: 0.4rem 0 0 0.4rem;
  }
  .grid-table .row span:nth-of-type(2) {
    padding-left: 0.8rem;
    border-radius: 0 0.4rem 0.4rem 0;
  }
  .ag-theme-quartz .ag-header-group-cell.text-center .ag-header-group-cell-label,
  .ag-theme-quartz .ag-header-group-cell.text-center .ag-header-cell-comp-wrapper {
    justify-content: center !important;
  }
  .ag-theme-quartz .ag-header-group-cell.text-center .ag-header-group-text {
    width: 100%;
    text-align: center;
  }
}
@layer Components.AgGrid {
  .grid-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3.2rem;
  }
  .grid-top .required::after {
    content: "*";
    color: #d80004;
  }
  .grid-wrap {
    min-height: 32rem;
  }
  .grid-wrap.h-152 {
    height: 15.2rem;
    min-height: 15.2rem;
  }
  .grid-wrap.sales {
    min-height: 16.6rem;
  }
  .grid-wrap.fit-content-grid {
    flex: none;
    display: inline-block;
    width: auto;
    max-width: 100%;
    overflow-x: auto;
  }
  .grid-wrap.fit-content-grid .grid-container {
    width: auto;
    min-width: 0;
  }
  .grid-wrap .grid-container {
    width: 100%;
    height: 100%;
  }
  .modal .grid-wrap {
    min-height: 27.2rem;
  }
  .grid-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3.2rem;
  }
}
.grid-wrap.sales .ag-root-wrapper {
  border-bottom: none;
}

.grid-wrap .ag-root-wrapper {
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.grid-wrap .grid-container {
  height: var(--gridH, 100%);
}

.grid-wrap .ag-theme-quartz {
  --ag-font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, Helvetica Neue, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, sans-serif;
  --ag-border-color: #d8dce0;
  --ag-font-size: 12px;
  --ag-header-font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, Helvetica Neue, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, sans-serif;
  --ag-header-height: 28px;
  --ag-header-background-color: #f4f6fb;
  --ag-header-font-size: 1.2rem;
  --ag-header-font-weight: 500;
  --ag-header-text-color: #313131;
  --ag-cell-horizontal-padding: 0.8rem;
  --ag-row-height: 3.2rem;
  --ag-row-hover-color: #f4f6fb;
  --ag-pinned-row-background-color: #f4f6fb;
  --ag-checkbox-checked-color: #616262;
  --ag-active-color: transparent;
  --ag-input-focus-border-color: transparent;
}

.grid-wrap :deep(.ag-cell.ellipsis-2 .ag-cell-value) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}

.grid-wrap .ag-header-group-cell .ag-header-cell-comp-wrapper {
  justify-content: flex-start;
}

.grid-wrap .ag-header-group-cell.text-right .ag-header-cell-comp-wrapper {
  justify-content: end;
}

.grid-wrap .ag-header-cell.p0 .ag-header-cell-text {
  padding: 0;
}

.grid-wrap .ag-header-cell.p10 .ag-header-cell-text {
  padding-left: 1rem;
}

.grid-wrap .ag-header-cell.text-right .ag-header-cell-text {
  text-align: right;
  padding: 0;
}

.grid-wrap .ag-header-cell.text-right .ag-header-cell-comp-wrapper {
  justify-content: end;
}

.grid-wrap .ag-header-cell.text-right .ag-header-cell-comp-wrapper .grid-header-required {
  justify-content: end;
}

.grid-wrap .ag-header-cell.ft-red .ag-header-cell-text {
  color: #d80004;
}

.grid-wrap .ag-header-cell.ft-blue .ag-header-cell-text {
  color: #125ce2;
}

.grid-wrap .ag-header-cell-label {
  justify-content: flex-start;
}

.grid-wrap .ag-header-cell-text {
  flex: 1;
  padding: 0;
  text-align: center;
}

.grid-wrap .ag-header-cell.text-center .ag-header-cell-comp-wrapper,
.grid-wrap .ag-header-cell.text-center .ag-header-cell-label {
  justify-content: center;
}

.grid-wrap .ag-header-cell.text-center .ag-header-cell-text {
  text-align: center;
}

.grid-wrap .ag-header .ag-header-cell-resize {
  right: -5px !important;
}

.grid-wrap .ag-header-group-cell-label-text {
  display: flex;
  flex: 1 !important;
  text-align: center;
}

.grid-wrap .ag-header .grid-header-required {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.grid-wrap .ag-header .grid-header-required:after {
  content: "*";
  color: #d80004;
}

.grid-wrap .ag-row-selected {
  --ag-row-hover-color: #e8fcf3;
  background-color: #e8fcf3;
}

.grid-wrap .ag-floating-top {
  --ag-row-hover-color: #f4f6fb;
  background-color: #f4f6fb;
}

.grid-wrap .ag-floating-top .ag-cell-value {
  color: #313131;
}

.grid-wrap .ag-floating-top .ag-cell-value * {
  color: #313131;
}

.grid-wrap .ag-cell-value {
  text-align: center;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

.grid-wrap .ag-cell-value.text-right {
  text-align: right;
}
.grid-wrap .ag-cell-value.text-left {
  text-align: left;
}
.grid-wrap .ag-cell-value.text-center {
  text-align: center;
}

.grid-wrap .ag-cell-value:has(.input-default, .selectbox) {
  align-content: center;
}

.grid-wrap .ag-cell-value .cell-rank {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.grid-wrap .ag-overlay-no-rows-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #c2c3c5;
}

.grid-wrap .ag-overlay-no-rows-center::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../images/ico_notice_gr.svg) no-repeat;
  background-size: contain;
}

.grid-wrap .ag-cell .input {
  font-size: 1.2rem;
}

.grid-wrap .ag-cell-wrapper:has(.ag-selection-checkbox) {
  width: -moz-max-content;
  width: max-content;
}

.grid-wrap .ag-selection-checkbox {
  --ag-cell-widget-spacing: 0;
}

.grid-wrap .row--moved *:not(.text-link, .ag-icon, .badge, .input) {
  color: white;
  background-color: #11bab0;
}

.grid-wrap .row-red * {
  color: #d80004;
}

.grid-wrap .row-blue * {
  color: #17a266;
}

.grid-wrap .row-blue .input-default,
.grid-wrap .row-blue .input-default *,
.grid-wrap .row-blue .badge,
.grid-wrap .row-blue .badge * {
  color: #313131;
}

.grid-wrap .text-link * {
  font-size: 1.2rem;
  color: #4384f9;
}

.grid-wrap .cell-bg-bl {
  background-color: #f4f6fb;
  color: #313131;
}

.grid-wrap .sales-category {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #d5dce3;
  /* AG Grid 셀 기본 테두리에 가려지지 않도록 강제 + 클리핑 대비 inset shadow 병행 */
  border-right: 1px solid #d5dce3 !important;
  /*box-shadow: inset -1px 0 0 0 #d5dce3;*/
}

.grid-wrap:is(.sales) .ag-body-horizontal-scroll,
.grid-wrap:is(.sales) .ag-body-horizontal-scroll-viewport {
  height: 8px !important;
  min-height: 8px !important;
}

.grid-wrap .ag-horizontal-left-spacer {
  border: none !important;
}

.grid-wrap .ag-horizontal-left-spacer::-webkit-scrollbar {
  height: 0.8rem;
  background-color: transparent;
}

.grid-wrap .ag-horizontal-left-spacer::-webkit-scrollbar-thumb {
  height: 0.8rem;
  background: #d5dce3;
  border-radius: 0rem;
}

.grid-wrap .ag-body-horizontal-scroll-viewport::-webkit-scrollbar {
  height: 0.8rem;
  background-color: transparent;
}

.grid-wrap .ag-body-horizontal-scroll-viewport::-webkit-scrollbar-thumb {
  height: 0.8rem;
  background: #d5dce3;
  border-radius: 0rem;
}

.grid-wrap .ag-body-vertical-scroll-viewport::-webkit-scrollbar {
  width: 0.8rem;
  background-color: transparent;
}

.grid-wrap .ag-body-vertical-scroll-viewport::-webkit-scrollbar-thumb {
  width: 0.8rem;
  background: #d5dce3;
  border-radius: 0rem;
}

.header-title-tooltip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.header-title-tooltip .notice::before {
  width: 1.2rem;
}

.notice-tip-portal {
  padding: 0.4rem 0.8rem;
  background-color: rgba(25, 26, 28, 0.4);
  border-radius: 0.8rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  white-space: nowrap;
}

.resize-bar-color .ag-header-cell-resize::after {
  background-color: #f3f4f6;
}

.air-datepicker {
  --adp-padding: 0.8rem;
  --adp-width: 32rem;
  --adp-nav-height: 4rem;
  --adp-padding: 0.8rem;
  --adp-day-cell-height: 2.9rem;
  --adp-month-cell-height: 2.9rem;
  --adp-nav-action-size: 2.4rem;
  --adp-cell-border-radius: 0.8rem;
  z-index: 9999 !important;
  box-shadow: 0 0 0.6rem 0 rgba(25, 26, 28, 0.3);
}

.air-datepicker-nav {
  height: 4rem;
  box-sizing: border-box;
}

.air-datepicker-nav--action {
  background: url(../images/btn_calendar.svg) no-repeat;
  background-size: contain;
  height: 2.4rem;
  transition: all 0.2s ease-in-out;
}

.air-datepicker-nav--action:hover {
  background: url(../images/btn_calendar.svg) no-repeat #c6e2ff;
  background-size: contain;
}

.air-datepicker-nav--action[data-action=next] {
  rotate: 180deg;
}

.air-datepicker-nav--action svg {
  display: none;
}

.air-datepicker-nav--title:hover {
  background-color: #c6e2ff;
}

.air-datepicker-body--day-name {
  font-size: 1.4rem;
  font-weight: 600;
  color: #313131;
}

.air-datepicker-body--cells {
  gap: 0.4rem;
}

.air-datepicker-cell {
  font-weight: 500;
  font-size: 1.4rem;
  color: #616262;
}

.air-datepicker-cell.-current- {
  color: #1e6eff;
}

.air-datepicker-cell.-selected- {
  background-color: #616262;
}

.air-datepicker-cell.-selected-.-focus- {
  background-color: #c6e2ff;
  color: #616262;
}

.air-datepicker-cell.-selected-.-current- {
  background-color: #616262;
}

.air-datepicker-cell.-range-from-, .air-datepicker-cell.-range-to- {
  border-radius: 0.8rem;
}

.air-datepicker-cell.-in-range- {
  background-color: #d8dce0;
  border-radius: 0.8rem;
}

.air-datepicker-cell.-in-range-.-focus- {
  background-color: #c6e2ff;
}

.air-datepicker-cell.-focus- {
  background-color: #c6e2ff;
}

.air-datepicker .-other-month- {
  color: #c2c3c5;
}

@layer Components.Modal {
  .modal {
    position: fixed;
    inset: 0;
    background-color: rgba(25, 26, 28, 0.4);
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .modal:has(.modal-header) .modal-content {
    margin-top: 3.2rem;
  }
  .modal:has(.feedback) .modal-btn {
    margin-top: 1.2rem;
  }
  .modal.ver2 .modal-wrap {
    --modalW: 37rem;
    padding: 2.8rem;
    background-color: #fff;
    border-radius: 0.8rem;
  }
  .modal.ver3 .modal-container {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
  .modal.ver3 .modal-wrap {
    position: relative;
    inset: auto;
    translate: none;
    width: 100%;
    padding: 2.8rem;
    background-color: #fff;
    border-radius: 0.8rem;
  }
  .modal.ver3 .modal-info {
    padding: 2.8rem;
    background-color: #fff;
    border-radius: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    text-align: left;
  }
  .modal-wrap {
    position: absolute;
    inset: 50% auto auto 50%;
    translate: -50% -50%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 1.6rem;
    width: var(--modalW, auto);
    max-width: calc(100dvw - 2rem);
    max-height: calc(100dvh - 2rem);
    background-color: #ebeef0;
    box-sizing: border-box;
    border-radius: 2rem;
  }
  .modal-wrap:has(.modal-content__layout) {
    --modalW: 61.2rem;
  }
  .modal-wrap:has(.modal-content__layout.both), .modal-wrap:has(.modal-content__layout.w488) {
    --modalW: auto;
  }
  .modal-wrap:has(.dual-layout) {
    --modalW: 126rem;
  }
  .modal-wrap:has(.dual-layout.left-wide) {
    --modalW: 136rem;
  }
  .modal-wrap:has(.barcode) {
    --modalW: 46rem;
    height: 70.4rem;
  }
  .modal-wrap.gridVer {
    --modalW: 89rem;
  }
  .modal-content {
    overflow: auto;
    flex: 1;
    min-height: 0;
    display: grid;
    text-align: center;
    gap: 1.2rem;
  }
  .modal-content::-webkit-scrollbar {
    width: 0.6rem;
    background-color: transparent;
  }
  .modal-content::-webkit-scrollbar-thumb {
    width: 0.6rem;
    background: #d5dce3;
    border-radius: 0rem;
  }
  .modal-content::-webkit-scrollbar {
    height: 0.8rem;
    background-color: transparent;
  }
  .modal-content::-webkit-scrollbar-thumb {
    height: 0.8rem;
    background: #d5dce3;
    border-radius: 0rem;
  }
  .modal-content__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3.2rem;
  }
  .modal-content__title {
    font-size: 1.6rem;
    font-weight: 600;
  }
  .modal-content__layout {
    min-width: 57.2rem;
  }
  .modal-content__layout.both {
    min-width: auto;
    display: grid;
    gap: 1.6rem;
    grid-template-columns: 57.2rem 57.2rem;
  }
  .modal-content__layout.right-wide {
    grid-template-columns: 48.8rem 66.8rem;
  }
  .modal-content__layout.w488 {
    width: 48.8rem;
    min-width: 48.8rem;
  }
  .modal-content__layout.w488 > .box-white {
    width: 100%;
  }
  .modal-content > .dual-layout.left-wide,
  .modal-content .dual-layout.left-wide {
    grid-template-columns: 58.8rem auto minmax(0, 1fr) !important;
  }
  .modal-content > .dual-layout.left-wide > .item,
  .modal-content .dual-layout.left-wide > .item {
    min-width: 0;
  }
  .modal-content > .dual-layout.left-wide .grid-wrap,
  .modal-content > .dual-layout.left-wide .grid-container,
  .modal-content .dual-layout.left-wide .grid-wrap,
  .modal-content .dual-layout.left-wide .grid-container {
    min-width: 0;
  }
  .modal-btn {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 0.8rem;
    margin-top: 2rem;
    text-align: right;
  }
  .ver2 .modal-btn {
    margin-top: 0;
  }
}
@layer Components.Notice {
  .notice {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .notice::before {
    content: "";
    background: url(../images/ico_notice.svg) no-repeat;
    background-size: contain;
    margin-right: 0.4rem;
    width: 1.6rem;
    aspect-ratio: 1;
  }
  .notice.blue {
    color: #1e6eff;
  }
  .notice.blue::before {
    background: url(../images/ico_notice_bl.svg) no-repeat;
    background-size: contain;
  }
  .notice.line-blue {
    font-size: 1.3rem;
    padding: 0.4rem 0.6rem;
    background: #fff;
    color: #1e6eff;
    border-radius: 0.8rem;
  }
  .notice.line-blue::before {
    background: url(../images/ico_notice_bl.svg) no-repeat;
    background-size: contain;
  }
  .notice--tip {
    position: relative;
    margin-right: -0.4rem;
    cursor: help;
  }
  .notice--tip::after {
    content: attr(data-tip);
    position: absolute;
    inset: 120% auto auto auto;
    width: -moz-max-content;
    width: max-content;
    padding: 0.4rem 0.8rem;
    background-color: rgba(25, 26, 28, 0.4);
    border-radius: 0.8rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
  }
  .notice--tip:hover::after {
    opacity: 1;
    visibility: visible;
  }
  .notice--tip.left::after {
    right: 0;
    left: auto;
  }
  /*.notice--tip.tip-left::after {*/
  /*  left: auto;*/
  /*  right: 0;*/
  /*}*/
}
@layer Components.Tab {
  .tab-content {
    display: none;
  }
  .tab-content.--active {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
  .tab-type1 {
    display: flex;
    align-items: center;
    border-bottom: 0.1rem solid #c2c3c5;
  }
  .tab-type1 button {
    position: relative;
    padding: 1rem 1.2rem;
    color: #313131;
    font-size: 1.6rem;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    min-width: 9.6rem;
  }
  .tab-type1 button.--active {
    color: #22c97f;
  }
  .tab-type1 button.--active::after {
    content: "";
    position: absolute;
    inset: auto 0 -0.1rem 0;
    height: 0.3rem;
    background-color: #3be498;
  }
}
@layer Components.Text {
  .heading-lg {
    font-size: 3.2rem;
  }
  .heading-md {
    font-size: 2.8rem;
  }
  .heading-sm {
    font-size: 2.4rem;
  }
  [class*=heading-] {
    font-weight: 600;
    line-height: 1.25;
    font-variant-numeric: tabular-nums;
  }
  [class*=heading-].bold {
    font-weight: 700;
  }
  .title-lg {
    font-size: 2rem;
  }
  .title-md {
    font-size: 1.8rem;
  }
  [class*=title-] {
    font-weight: 600;
    line-height: 1.4;
  }
  .text-sm, .text-md, .text-lg {
    font-weight: 600;
    line-height: 1.5;
    font-variant-numeric: tabular-nums;
  }
  .text-lg {
    font-size: 1.6rem;
  }
  .text-md {
    font-size: 1.4rem;
  }
  .text-md.light {
    font-weight: 400;
  }
  .text-sm {
    font-size: 1.3rem;
  }
  .label-lg {
    font-size: 1.2rem;
  }
  .label-md {
    font-size: 1.1rem;
  }
  [class*=label-] {
    font-weight: 500;
    line-height: 1.4;
    font-variant-numeric: tabular-nums;
  }
  .supporting-link {
    font-size: 1.1rem;
    font-weight: 500;
  }
  .supporting-caption {
    font-size: 1rem;
    font-weight: 500;
  }
  .supporting-micro {
    font-size: 0.8rem;
    font-weight: 400;
  }
  .ft-blue {
    color: #4384f9;
  }
  .ft-deep-blue {
    color: #215993;
  }
  .ft-black {
    color: #262d35;
  }
  .ft-gray {
    color: #84919e;
  }
  .ft-green {
    color: #0db21d;
  }
  .ft-red {
    color: #d80004;
  }
  .ft-sub {
    color: #616262;
  }
  .text-link {
    color: #4384f9;
    text-decoration: underline;
  }
}
@layer Components.Layout {
  .grid-layout {
    display: grid;
  }
  .grid-layout.pharmacy-info {
    gap: 2rem;
  }
  .grid-layout .row2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-layout .row2.unit {
    grid-template-columns: minmax(0, 4fr) minmax(0, 1.6fr);
  }
  .grid-layout .row2.unit > * {
    min-width: 0;
  }
  .grid-layout .row3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-layout .row4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-layout .row5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .modal .grid-layout .row5 {
    width: 100%;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .modal .grid-layout .row5 > * {
    min-width: 0;
  }
  .grid-layout .inquiry-detail {
    display: grid;
    grid-template-columns: 6.2rem 14rem repeat(3, 1fr);
    gap: 1.2rem;
  }
  .grid-layout .set-product {
    display: grid;
    grid-template-columns: 7.2rem repeat(3, 1fr) 7.2rem;
    gap: 1.2rem;
  }
  .modal .grid-layout {
    gap: 1.2rem;
  }
  .modal .grid-layout [class*=row] {
    gap: 1.2rem;
  }
  .modal .grid-layout .row5 .sales-price {
    grid-column: 1/3;
  }
  .dual-layout {
    display: flex;
    gap: 1.6rem;
  }
  .modal .dual-layout {
    display: grid;
    grid-template-columns: 55.6rem 4.4rem 55.6rem;
  }
  .dual-layout > .item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
  .modal .dual-layout > .item {
    gap: 0;
  }
  .dual-layout.custom-wide > .item.w568 {
    flex: 0 0 56.8rem;
    width: 56.8rem;
  }
  .dual-layout.custom-wide > .item:not(.w568) {
    min-width: 0;
  }
  .dual-layout__btn {
    display: grid;
    gap: 1.2rem;
    padding-block: 4.4rem;
    box-sizing: border-box;
  }
  .dual-layout__btn.bottom {
    padding-block: 4.8rem 0;
  }
}
@layer Components.Feedback {
  .feedback {
    padding: 0.8rem 0.9rem;
    background: #ffeded;
    border-radius: 0.8rem;
    color: #d80004;
  }
  .feedback-type1 {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
    color: #c2c3c5;
  }
  .feedback-type1::before {
    content: "";
    width: 2rem;
    height: 2rem;
    background: url(../images/ico_check_gy.svg) no-repeat;
    background-size: contain;
  }
  .feedback-type1[data-state=success] {
    color: #0db21d;
  }
  .feedback-type1[data-state=success]::before {
    background: url(../images/ico_check_gn.svg) no-repeat;
    background-size: contain;
  }
  .feedback-type1[data-state=error] {
    color: #d80004;
  }
  .feedback-type1[data-state=error]::before {
    background: url(../images/ico_check_rd.svg) no-repeat;
    background-size: contain;
  }
}
@layer Components.Bullet {
  .bullet {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
  }
  .bullet::before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 99.9rem;
  }
  .list-pay-type .bullet {
    display: flex;
  }
  .bullet.green::before {
    background-color: #0db21d;
  }
  .bullet.red::before {
    background-color: #d80004;
  }
  .bullet.blue::before {
    background-color: #2563eb;
  }
  .bullet.orange::before {
    background-color: #d97706;
  }
  .bullet.purple::before {
    background-color: #7c3aed;
  }
  .bullet.deep-green::before {
    background-color: #059669;
  }
}
@layer Components.Chart {
  .chart {
    height: 99%;
  }
  .chart-legend {
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }
  .chart-legend__item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 1rem;
    font-weight: 500;
  }
  .chart-legend__item:not(.is-active) {
    opacity: 0.3;
  }
  .chart-legend__marker {
    display: flex;
    align-items: center;
    width: 2rem;
  }
  .chart-legend__marker.bar {
    height: 1.2rem;
    border-radius: 0.4rem;
    background-color: var(--legendColor);
  }
  .chart-legend__marker.line {
    position: relative;
    height: 0.12rem;
    background-color: var(--legendColor);
  }
  .chart-legend__marker.line::before {
    content: "";
    position: absolute;
    left: 0.6rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 99.9rem;
    background-color: #fff;
    border: 0.12rem solid var(--legendColor);
    box-sizing: border-box;
  }
  .chart-legend__label {
    font-size: 1rem;
    font-weight: 500;
  }
}
@layer Components.Alert {
  .alert {
    position: fixed;
    inset: 0;
    background-color: rgba(25, 26, 28, 0.4);
    z-index: 1000;
  }
  .alert-wrap {
    position: absolute;
    inset: 50% auto auto 50%;
    translate: -50% -50%;
    padding: 2rem;
    background-color: #fff;
    border-radius: 1.2rem;
    width: var(--alertW, 34rem);
    box-sizing: border-box;
  }
  .alert__title {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .alert__content {
    margin-top: 1.6rem;
    font-size: 1.4rem;
    font-weight: 600;
    word-break: keep-all;
  }
  .alert__btn {
    margin-top: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0.8rem;
  }
  .alert__btn > .btn {
    min-width: 6.8rem;
    border-radius: 0.8rem;
  }
}
@layer Components.Barcode {
  .barcode {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(5, 1fr);
    margin-bottom: 1.2rem;
    gap: 0.4rem;
    height: 100%;
  }
  .barcode .item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.4rem;
    border: 0.05rem solid #929294;
    box-sizing: border-box;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
  }
  .barcode .item__title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35%;
    font-size: 0.9rem;
    font-weight: 500;
  }
  .barcode .item__price {
    font-size: 1rem;
    font-weight: 500;
    color: #191a1c;
  }
  .barcode .item__img-wrap {
    width: 100%;
    height: 38%;
  }
  .barcode .item__img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .barcode .item .watermark {
    position: absolute;
    inset: 50% auto auto 50%;
    translate: -50% -50%;
    font-size: 4.8rem;
    font-weight: 900;
    color: rgba(59, 228, 152, 0.3);
  }
  @media print {
    @page {
      size: A4 portrait;
      margin: 8mm;
    }
    html,
    body {
      width: 210mm;
      height: 297mm;
      margin: 0;
      padding: 0;
      background: transparent;
    }
    .modal,
    .modal-wrap,
    .modal-content,
    .box-white,
    .print {
      width: 100%;
      height: 100%;
      margin: 0 !important;
      padding: 0 !important;
      min-height: 0 !important;
      max-height: none !important;
      overflow: visible !important;
      box-sizing: border-box;
    }
    .modal-content__header,
    .modal-btn,
    .notice {
      display: none !important;
    }
    .date {
      font-size: 11pt !important;
    }
    .print,
    .print-wrap {
      border: 0 !important;
      outline: 0 !important;
      box-shadow: none !important;
    }
    .barcode {
      flex: 1;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: repeat(5, 1fr);
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      list-style: none;
      box-sizing: border-box;
    }
    .barcode .item {
      width: 100%;
      height: 100%;
      min-width: 0;
      min-height: 0;
      padding: 2.5mm;
      box-sizing: border-box;
    }
    .barcode .item__title {
      font-size: 14pt;
    }
    .barcode .item__price {
      font-size: 14pt;
    }
    .barcode .item__img-wrap {
      height: auto;
    }
    .barcode .item__img-wrap img {
      width: 100%;
      height: auto;
      -o-object-fit: contain;
      object-fit: contain;
    }
    .barcode .item .watermark {
      display: none !important;
    }
  }
}
@layer Components.Bar {
  .bar-type1 {
    display: flex;
    align-items: center;
  }
  .bar-type1 > * + * {
    display: flex;
    align-items: center;
  }
  .bar-type1 > * + *::before {
    content: "";
    margin-inline: 0.8rem;
    width: 0.1rem;
    height: 2rem;
    background-color: #d8dce0;
  }
}
@layer Components.Toast {
  .toast {
    overflow: hidden;
    max-height: 0;
    padding: 0 0.9rem;
    background: #ffeded;
    border-radius: 0.8rem;
    color: #d80004;
    font-size: 1.3rem;
    font-weight: 500;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
  }

  .toast.--show {
    max-height: 4rem;
    padding: 0.8rem 0.9rem;
    opacity: 1;
  }
}
@layer Components.List {
  .list-pay-type {
    display: flex;
    gap: 1.2rem;
  }
  .dashboard .list-pay-type {
    gap: 2rem;
  }
  .list-pay-type > li {
    flex: 1;
    box-shadow: 0 0 0.6rem rgba(25, 26, 28, 0.15);
  }
  .list-pay-type__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 4.2rem;
  }
  .dashboard .list-pay-type__top {
    height: 2.4rem;
  }
  .list-pay-type__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .list-pay-type__content {
    margin-top: 1.2rem;
    padding: 1.2rem 0.4rem 0;
    border-top: 0.1rem solid #d8dce0;
  }
  .dashboard .list-pay-type__content {
    margin-top: 0.8rem;
    padding: 0.8rem 0 0;
  }
  .list-pay-type__content *:not([class*=ft-]) {
    color: #616262;
  }
  .day-list {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-variant-numeric: tabular-nums;
  }
  .day-list .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1.6rem;
    background-color: #fff;
    border: 0.1rem solid #f4f6fb;
    border-radius: 1.2rem;
    box-sizing: border-box;
  }
  .day-list .item > div:first-child {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }
  .day-list .item * {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .day-list .item.--active {
    background-color: #eff4ff;
    border-color: #7cbcfc;
  }
  .day-list .item.--active .day,
  .day-list .item.--active .title,
  .day-list .item.--active .currency {
    color: #2a80d6;
  }
  .day-list .item.--active .amount {
    color: #215993;
  }
  .day-list .item.--active .borderR {
    border-right: 0.1rem solid #2a80d6;
  }
  .day-list .item .day {
    color: #616262;
  }
  .day-list .item .date {
    color: #2a80d6;
  }
  .day-list .item .title {
    color: #616262;
  }
  .day-list .item .amount {
    font-size: 1.4rem;
    font-weight: 600;
    color: #313131;
  }
  .day-list .item .currency {
    color: #616262;
  }
  .day-list .item .borderR {
    padding: 0 0.8rem 0 0;
    border-right: 0.1rem solid #c2c3c5;
  }
  .point-list {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }
  .point-list .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 0.8rem;
  }
  .point-list .item ~ .item {
    border-top: 0.1rem solid #d8dce0;
  }
  .point-list .item .ft-red {
    text-decoration: underline;
  }
  .point-list .item .label {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 1.2rem;
    font-weight: 500;
    color: #616262;
  }
  .point-list .item .label.not-reg {
    color: #d80004;
  }
  .point-list .item .label::before {
    content: "";
    width: 0.4rem;
    height: 1.6rem;
    border-radius: 99.9rem;
  }
  .point-list .item .label.blue::before {
    background-color: #2563eb;
  }
  .point-list .item .label.pink::before {
    background-color: #eb2598;
  }
  .point-list .item .label.green::before {
    background-color: #059669;
  }
  .point-list .item .label.red::before {
    background-color: #d80004;
  }
}
@layer Components.Table {
  caption {
    overflow: hidden;
    position: absolute;
    border: 0;
    width: 0px;
    height: 0px;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .table-type1 {
    border-collapse: collapse;
    table-layout: fixed;
  }
  .table-type1 thead th {
    text-align: center;
    height: 2.4rem;
    padding-inline: 0.6rem;
    background-color: #f3f4f6;
    font-size: 1.2rem;
    font-weight: 500;
    color: #616262;
  }
  .table-type1 thead th ~ th {
    border-left: 0.1rem solid #d8dce0;
  }
  .table-type1 tbody tr {
    border-bottom: 0.1rem solid #d8dce0;
  }
  .table-type1 tbody td {
    text-align: center;
    padding: 0.66rem 0.6rem;
    font-size: 1.2rem;
    font-weight: 500;
    font-variant-numeric: tabular-nums;
  }
  .table-type1 tbody td .rank {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 0.4rem;
  }
  .table-type1 tbody td .rank .ft-red,
  .table-type1 tbody td .rank .ft-blue {
    font-size: 1rem;
  }
  .table-type1 tbody .price {
    text-align: right;
  }
  .table-type1 tbody .quantity {
    color: #2a80d6;
  }
  .table-type1 tbody .empty {
    border: none;
    height: calc(var(--tableH, 16.6rem) - 3.7rem);
  }
  .table-type1 tbody .empty td {
    height: 100%;
    color: #c2c3c5;
    text-align: center;
  }
  .table-type1 tbody .empty td::before {
    content: "";
    margin-bottom: 0.8rem;
    display: flex;
    justify-self: center;
    width: 2rem;
    height: 2rem;
    background: url(../images/ico_notice_gr.svg) no-repeat;
    background-size: contain;
  }
  .table-type1__wrap {
    max-height: var(--tableH, auto);
    height: 100%;
    overflow: auto;
  }
  .table-type1__wrap::-webkit-scrollbar {
    width: 0.6rem;
    background-color: transparent;
  }
  .table-type1__wrap::-webkit-scrollbar-thumb {
    width: 0.6rem;
    background: #d5dce3;
    border-radius: 0rem;
  }
  .table-container {
    width: 100%;
    overflow-y: auto;
    border: 1px solid #e0e0e0;
  }
  .table-container table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; /* 셀 너비를 일정하게 유지 */
  }
  .table-container table thead th {
    position: sticky;
    top: 0;
    background-color: #f1f5f9; /* 배경색이 있어야 아래 데이터가 안 비칩니다 */
    color: #475569;
    font-weight: bold;
    padding: 12px;
    border-bottom: 2px solid #e2e8f0;
    z-index: 10;
  }
  .table-container table tbody td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid #f1f5f9;
    font-size: 14px;
  }
  .table-container .col-rank {
    width: 15%;
  }
  .table-container .col-name {
    width: 45%;
    text-align: left;
  }
  .table-container .col-price {
    width: 25%;
    text-align: right;
  }
  .table-container .col-qty {
    width: 15%;
  }
  .table-container {
    /* 이미지의 포인트 컬러 (빨간 화살표, 파란 숫자) */
  }
  .table-container .up-arrow {
    color: #d32f2f;
    font-size: 10px;
  }
  .table-container .blue-text {
    color: #1976d2;
    font-weight: bold;
  }
}
@layer Components.Rounded {
  .rounded8 {
    border-radius: 0.8rem;
  }
  .rounded-full {
    border-radius: 100rem;
  }
}
@layer Components.Board {}
@layer Layout.Header {
  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3.6rem;
    padding-left: 0.8rem;
    margin-bottom: 1.6rem;
  }
  .header * {
    flex-shrink: 0;
  }
  .header .today {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    height: 3.6rem;
    padding: 0.8rem 1.1rem;
    background-color: #eff4ff;
    border: 0.1rem solid #93c5fd;
    border-radius: 0.8rem;
    font-size: 1.2rem;
    font-weight: 500;
    box-sizing: border-box;
  }
  .header .today .date {
    color: #2a80d6;
  }
}
@layer Layout.Footer {}
@layer Layout.IR {
  .a11y-hidden {
    overflow: hidden;
    position: absolute;
    border: 0;
    width: 0px;
    height: 0px;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
@layer Layout.Align {
  .align {
    display: flex;
  }
  .align.right {
    justify-content: flex-end;
  }
  .align.center {
    justify-content: center;
  }
  .align.both {
    justify-content: space-between;
  }
  .align.col {
    flex-direction: column;
  }
  .align.end {
    align-self: end;
  }
  .align.triple {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
  }
  .align.triple > :nth-child(1) {
    justify-self: start;
  }
  .align.triple > :nth-child(2) {
    justify-self: center;
  }
  .align.triple > :nth-child(3) {
    justify-self: end;
  }
  .align.vt {
    align-items: flex-start;
  }
  .align.vm {
    align-items: center;
  }
  .align.vb {
    align-items: flex-end;
  }
  .align .f-wrap {
    flex-wrap: wrap;
  }
  .align .shrink0 {
    flex-shrink: 0;
  }
  .flex1 {
    flex: 1;
  }
  .flex1.min0 {
    min-height: 0;
  }
  .min-h0 {
    min-height: 0;
  }
  @container body ( width < 1200px) {
    .t-gri {
      display: grid;
    }
  }
  @container body ( width < 1000px) {
    .m-gri {
      display: grid;
    }
  }
  .text-left {
    text-align: left;
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .mxauto {
    width: 122.4rem;
    margin-inline: auto;
  }
  @media (1000px > width) {
    .mxauto {
      width: 100%;
    }
  }
}
@layer Layout.Space {
  .mt2 {
    margin-top: 0.2rem;
  }
  .mt4 {
    margin-top: 0.4rem;
  }
  .mt6 {
    margin-top: 0.6rem;
  }
  .mt8 {
    margin-top: 0.8rem;
  }
  .mt12 {
    margin-top: 1.2rem;
  }
  .mt16 {
    margin-top: 1.6rem;
  }
  .mt32 {
    margin-top: 3.2rem;
  }
  .mr4 {
    margin-right: 0.4rem;
  }
  .mr12 {
    margin-right: 1.2rem;
  }
  .mb4 {
    margin-bottom: 0.4rem;
  }
  .mb12 {
    margin-bottom: 1.2rem;
  }
  .ml4 {
    margin-left: 0.4rem;
  }
  .ml12 {
    margin-left: 1.2rem;
  }
  .m-in12 {
    margin-inline: 1.2rem;
  }
  .gap2 {
    gap: 0.2rem;
  }
  .gap4 {
    gap: 0.4rem;
  }
  .gap6 {
    gap: 0.6rem;
  }
  .gap8 {
    gap: 0.8rem;
  }
  .gap12 {
    gap: 1.2rem;
  }
  .gap16 {
    gap: 1.6rem;
  }
  .gap20 {
    gap: 2rem;
  }
  .gap32 {
    gap: 3.2rem;
  }
}
.only-mobile {
  display: none;
}

@media (1000px > width) {
  .only-mobile {
    display: block;
  }
}
@layer Layout.Base {
  html {
    height: 100%;
  }
  body {
    height: 100%;
    container: body/inline-size;
  }
  main {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }
  .min-content {
    min-width: 131.3rem;
  }
}
@layer Layout.Wrap {
  .wrap {
    height: 100%;
    background-color: #f4f6fb;
    padding: 2rem;
    box-sizing: border-box;
    overflow: hidden;
  }
  .wrap__layout {
    position: relative;
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-template-rows: 100%;
    gap: 2rem;
    height: 100%;
  }
  .wrap .contents-wrap {
    overflow: auto;
  }
  .wrap .contents-wrap::-webkit-scrollbar {
    width: 0.6rem;
    background-color: transparent;
  }
  .wrap .contents-wrap::-webkit-scrollbar-thumb {
    width: 0.6rem;
    background: #d5dce3;
    border-radius: 0rem;
  }
  .wrap .contents-wrap::-webkit-scrollbar {
    height: 0.8rem;
    background-color: transparent;
  }
  .wrap .contents-wrap::-webkit-scrollbar-thumb {
    height: 0.8rem;
    background: #d5dce3;
    border-radius: 0rem;
  }
  .wrap .contents-wrap.dashboard {
    padding: 0.8rem;
  }
  .wrap .contents-wrap > * {
    min-width: 105.5rem;
    box-sizing: border-box;
  }
  .wrap .contents-wrap:has(.tab-btn) > * {
    min-width: 0;
  }
  .wrap .contents-wrap:has(.tab-btn) .tab-content-wrap {
    overflow: auto;
    margin-top: 0.4rem;
  }
  .wrap .contents-wrap:has(.tab-btn) .tab-content-wrap::-webkit-scrollbar {
    width: 0.6rem;
    background-color: transparent;
  }
  .wrap .contents-wrap:has(.tab-btn) .tab-content-wrap::-webkit-scrollbar-thumb {
    width: 0.6rem;
    background: #d5dce3;
    border-radius: 0rem;
  }
  .wrap .contents-wrap:has(.tab-btn) .tab-content-wrap::-webkit-scrollbar {
    height: 0.8rem;
    background-color: transparent;
  }
  .wrap .contents-wrap:has(.tab-btn) .tab-content-wrap::-webkit-scrollbar-thumb {
    height: 0.8rem;
    background: #d5dce3;
    border-radius: 0rem;
  }
  .wrap .contents-wrap:has(.tab-btn) .tab-content-wrap > * {
    min-width: 105.5rem;
    box-sizing: border-box;
  }
  .wrap .contents-bottom__btn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0.8rem;
  }
  @media (max-width: 1280px) {
    .wrap {
      zoom: 0.9;
    }
  }
}
@layer Layout.Login {
  .login {
    overflow: auto;
    height: 100%;
    box-sizing: border-box;
    background: url(../images/bg_login.png) no-repeat;
    background-size: cover;
  }
  .login::-webkit-scrollbar {
    height: 0.8rem;
    background-color: transparent;
  }
  .login::-webkit-scrollbar-thumb {
    height: 0.8rem;
    background: #d5dce3;
    border-radius: 0rem;
  }
  .login::-webkit-scrollbar-track {
    background-color: #fff;
  }
  .login-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.4rem;
    min-width: 128rem;
    height: 100%;
    box-sizing: border-box;
  }
  .login-wrap > * {
    background-color: #fff;
    border-radius: 2rem;
    height: 36rem;
    box-sizing: border-box;
    box-shadow: 0 0 1.2rem #c7effd;
  }
  .login-left {
    padding: 3.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 56rem;
  }
  .login-left .logo {
    width: 16.5rem;
    height: 1.938rem;
  }
  .login-left .logo > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .login-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.8rem;
    width: 37.2rem;
  }
}
@layer Layout.Print {
  .print {
    padding: 0.8rem;
    border: 0.05rem solid #929294;
    height: calc(100% - 5.6rem);
  }
  .print-wrap {
    height: 100%;
  }
}
@layer Layout.Dashboard {
  .dashboard-layout__cart {
    display: grid;
    grid-template-columns: 521fr 755fr;
    gap: 2rem;
  }
  .dashboard-layout__last {
    display: grid;
    grid-template-columns: 21.2rem 1fr 1fr;
    gap: 2rem;
  }
  .dashboard-settlement {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }
  .dashboard-settlement .cash {
    grid-column: 1/-1;
  }
  .dashboard-settlement .pd {
    padding-left: 1rem;
    padding-right: 0.8rem;
  }
}

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