@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Thin.woff2) format("woff2"), url(../../common/fonts/Pretendard-Thin.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-ExtraLight.woff2) format("woff2"), url(../../common/fonts/Pretendard-ExtraLight.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Light.woff2) format("woff2"), url(../../common/fonts/Pretendard-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Regular.woff2) format("woff2"), url(../../common/fonts/Pretendard-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Medium.woff2) format("woff2"), url(../../common/fonts/Pretendard-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-SemiBold.woff2) format("woff2"), url(../../common/fonts/Pretendard-SemiBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Bold.woff2) format("woff2"), url(../../common/fonts/Pretendard-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-ExtraBold.woff2) format("woff2"), url(../../common/fonts/Pretendard-ExtraBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Black.woff2) format("woff2"), url(../../common/fonts/Pretendard-Black.woff) format("woff");
  font-display: swap;
}
html {
  /* Prevent font scaling in landscape */
  -webkit-text-size-adjust: none; /*Chrome, Safari, newer versions of Opera*/
  -moz-text-size-adjust: none; /*Firefox*/
  -ms-text-size-adjust: none; /*Ie*/
  -o-text-size-adjust: none; /*old versions of Opera*/
}

html,
a,
button,
input,
textarea {
  font-family: "Pretendard", sans-serif, "Malgun Gothic", "맑은 고딕", Roboto, Arial;
}

*,
*::before,
*::after {
  letter-spacing: -0.02em;
  line-height: 1.3;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: break-all;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  height: 100vh;
  -webkit-text-size-adjust: none;
  /*Chrome, Safari, newer versions of Opera*/
  -moz-text-size-adjust: none;
  /*Firefox*/
  -ms-text-size-adjust: none;
  /*Ie*/
  -o-text-size-adjust: none;
  /*old versions of Opera*/
}

/*a,body,dd,div,dl,dt,h1,h2,h3,h4,h5,input,li,ol,p,html,ul,button,textarea*/
html,
textarea,
input {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.35px;
  line-height: 1.14;
  word-break: keep-all;
}

a,
body,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
html,
li,
ol,
p,
ul {
  padding: 0;
  margin: 0;
}

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

a,
img {
  border: none;
}

img {
  max-width: 100%;
}

a + a,
img,
input + a,
input + button {
  vertical-align: middle;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #111;
  -webkit-text-fill-color: inherit;
}

button {
  color: #111;
  -webkit-text-fill-color: inherit !important;
  appearance: none;
  -webkit-appearance: none;
}

a:hover {
  text-decoration: none;
}

button:link,
button:visited,
button:hover,
button:active,
a:link,
a:visited,
a:hover,
a:active {
  -webkit-text-fill-color: inherit;
  appearance: none;
  -webkit-appearance: none;
}

input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=date],
input[type=search],
select,
textarea {
  box-sizing: border-box;
  color: #111;
  font-size: 14px;
  background: #fff;
  vertical-align: middle;
  height: 40px;
  padding-inline: 10px;
  border-radius: 6px;
  border: solid 1px #dcdddf;
}

input[type=date] {
  padding-right: 5px;
}

input {
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

textarea {
  line-height: 1.5;
  outline: none;
  min-height: 150px;
  text-align: left;
  padding: 10px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/icon_arrow_down.png") no-repeat #fff;
  background-position: calc(100% - 10px) center;
  background-size: 10px auto;
  outline: none;
  padding-right: 20px;
}

/*select:disabled { background-image:url('../img/common/select_arrow_off.png'); background-color: #f8f8f8; } */
input[type=chekbox],
input[type=radio] {
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=search] {
  padding-inline: 12px 10px;
  height: 40px;
  border: 1px solid #eaeaea;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: url(../img/icon_del.png) center center no-repeat;
  background-size: 10px auto;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

i {
  font-style: normal;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

table {
  border-collapse: collapse;
  width: 100%;
  border-spacing: 0;
}

th {
  text-align: center;
}

td {
  text-align: left;
}

table > caption {
  position: absolute;
  text-indent: -9999px;
}

button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
}

button,
input,
textarea {
  -webkit-appearance: none;
}

select,
textarea,
input[type=password],
input[type=number],
input[type=tel],
input[type=text] {
  width: 100%;
}

input[type=tel] {
  min-width: 40px;
  margin-right: 4px;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
  font-size: 14px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
  opacity: 1;
  font-size: 14px;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
  opacity: 1;
  font-size: 14px;
}

input::placeholder,
textarea::placeholder {
  color: #999;
  opacity: 1;
  font-size: 14px;
}

input:disabled {
  border: solid 1px #ececee;
  background-color: #ececee;
  cursor: not-allowed;
}

select:disabled,
input[readonly],
textarea[readonly] {
  border: solid 1px #ececee;
  background-color: #ececee;
  opacity: 1;
}

input[readonly]:focus,
textarea[readonly]:focus {
  outline: none;
}

input:focus {
  outline: none;
}

input:disabled::-webkit-input-placeholder,
input[readonly]::-webkit-input-placeholder,
textarea:disabled::-webkit-input-placeholder,
textarea[readonly]::-webkit-input-placeholder {
  color: #c3c0c3;
  opacity: 1;
}

input:disabled:-ms-input-placeholder,
input[readonly]:-ms-input-placeholder,
textarea:disabled:-ms-input-placeholder,
textarea[readonly]:-ms-input-placeholder {
  color: #c3c0c3;
  opacity: 1;
}

input:disabled::-ms-input-placeholder,
input[readonly]::-ms-input-placeholder,
textarea:disabled::-ms-input-placeholder,
textarea[readonly]::-ms-input-placeholder {
  color: #c3c0c3;
  opacity: 1;
}

input:disabled::placeholder,
input[readonly]::placeholder,
textarea:disabled::placeholder,
textarea[readonly]::placeholder {
  color: #c3c0c3;
  opacity: 1;
}

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

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

img {
  border: 0;
  vertical-align: middle;
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  border: none;
}

main,
section,
article {
  display: block;
}

fieldset,
form {
  border: none;
  outline: none;
}

address {
  font-style: normal;
}

.u-color-point {
  color: #058375 !important;
}

.u-color-blue {
  color: #2c88ff !important;
}

.u-color-red {
  color: #e50000 !important;
}

.u-color-dark {
  color: #000 !important;
}

.u-color-gray {
  color: #505050 !important;
}

.u-bold {
  font-weight: 600;
}

.u-underline {
  text-decoration: underline;
}

.u-extend {
  flex: 1;
}

.u-mgl-auto {
  margin-left: auto !important;
}

.u-mgr-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-mgx-minus {
  margin-inline: -17px;
}

.u-w-85 {
  width: 85px !important;
}

.u-w-100 {
  width: 100px !important;
}

.u-text-center {
  text-align: center !important;
}

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

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

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

.svg-icon {
  transition: all 0.2s;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
}
.svg-icon.icon-push {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M18.155 8.31c0-1.742-.649-3.412-1.803-4.643S13.632 1.744 12 1.744s-3.198.692-4.352 1.923S5.846 6.568 5.846 8.31c0 7.66-3.078 9.847-3.078 9.847h18.464s-3.078-2.188-3.078-9.847M13.775 21.234a2.05 2.05 0 0 1-3.55 0'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-bar {
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='13' fill='none' viewBox='0 0 18 13'%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M.75 6.25h16.5M.75.75h16.5m-16.5 11h16.5'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-home {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5.531 21.923c-1.298 0-2.351-1.08-2.351-2.415V9.804c0-.734.325-1.428.882-1.886l6.468-5.312a2.304 2.304 0 0 1 2.94 0l6.467 5.312c.558.458.883 1.152.883 1.885v9.705c0 1.334-1.053 2.415-2.351 2.415z'/%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M9.244 21.923v-6.064a2.205 2.205 0 0 1 2.205-2.205h1.102a2.205 2.205 0 0 1 2.205 2.205v6.064'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-order {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M19.18 12V5.589a.62.62 0 0 0-.181-.436l-3.23-3.229a.62.62 0 0 0-.434-.18H3.385a.615.615 0 0 0-.615.615V21.64c0 .34.275.616.615.616H9.95M6.872 9.949h8.205M6.872 5.847h4.102M6.872 14.05H9.95M19.692 20.717l1.538 1.539'/%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M14.051 18.154a3.077 3.077 0 1 0 6.154 0 3.077 3.077 0 0 0-6.154 0M15.077 1.744v3.487c0 .34.275.616.615.616h3.487'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-pay {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M19.637 2.072H5.127a3.055 3.055 0 0 0-3.055 3.055v16.801l3.818-2.29 3.819 2.29 3.819-2.29 3.818 2.29V4.363a2.29 2.29 0 0 1 2.291-2.291m0 0a2.29 2.29 0 0 1 2.291 2.29V9.71h-4.582'/%3E%3Cpath fill='%23222' d='M7.157 16.01 5.031 8.232h.957l1.625 6.334h.076l1.655-6.334h1.063l1.656 6.334h.075l1.626-6.334h.956l-2.126 7.776h-.972L9.906 9.813h-.06l-1.717 6.196z'/%3E%3Cpath stroke='%23222' d='M4.691 11.853h10.916'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-shipment {
  display: inline-block;
  width: 48px;
  min-width: 48px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='24' fill='none' viewBox='0 0 48 24'%3E%3Cpath fill='%23222' d='M15.33 19.08h-1.052c-.452 0-.864-.184-1.162-.483a1.64 1.64 0 0 1-.484-1.162V3.645A1.644 1.644 0 0 1 14.278 2h16.67c.453 0 .864.186 1.16.484.3.298.484.71.484 1.162v1.297h2.863c.632 0 1.036.067 1.408.305.358.226.594.556.903 1.09l2.643 4.476 2.726 1.45q.113.059.19.151c.114.115.23.24.332.393.147.218.246.463.246.753h-.004l.002 4.037h.003c0 .41-.166.781-.435 1.048l-.046.045a1.48 1.48 0 0 1-1.003.391h-1.43a3.57 3.57 0 0 1-.986 1.868l-.002.002a3.57 3.57 0 0 1-5.056 0l-.002-.002a3.6 3.6 0 0 1-.988-1.868H22.365a3.57 3.57 0 0 1-.987 1.868l-.002.002A3.57 3.57 0 0 1 18.848 22c-.984 0-1.883-.4-2.53-1.048-.5-.5-.854-1.147-.989-1.87zM4.653 14.494a.66.66 0 1 1 0-1.32h6.782a.66.66 0 1 1 0 1.32zm6.782-4.614a.661.661 0 0 1 0 1.322H6.348a.66.66 0 0 1 0-1.322zM8.044 7.908a.66.66 0 1 1 0-1.32h3.391a.66.66 0 1 1 0 1.32zM40.99 17.76h1.429q.061-.002.104-.035l.013-.014a.16.16 0 0 0 .048-.115h.002l-.002-4.037h-.003c0-.004-.007-.005-.017-.02a1 1 0 0 0-.134-.157l-2.803-1.49a.66.66 0 0 1-.258-.248l-2.74-4.642c-.204-.353-.34-.557-.472-.642-.119-.075-.329-.099-.702-.099h-2.863v.53h1.738c1.15 0 1.289.223 1.812 1.064l1.73 2.78.12.203c.224.377.444.745.444 1.11 0 .535-.26.865-.95.865v-.004l-4.894.002v4.949h1.363a3.57 3.57 0 0 1 .989-1.868l.001-.002a3.56 3.56 0 0 1 2.529-1.05c.986 0 1.882.402 2.529 1.05.5.498.853 1.145.987 1.87m-1.921-.937a2.25 2.25 0 0 0-1.596-.66c-.623 0-1.19.25-1.597.66-.41.407-.66.972-.66 1.597s.25 1.19.658 1.596l.002.003c.407.406.972.659 1.597.659a2.25 2.25 0 0 0 1.596-.659l.003-.003a2.25 2.25 0 0 0 .658-1.596c0-.625-.252-1.188-.661-1.597m-6.477-8.71v3.382l4.259-.001c-.583-.989-1.223-1.967-1.829-2.942-.216-.349-.274-.44-.693-.44zM22.366 17.76h8.906V3.645a.32.32 0 0 0-.095-.227.32.32 0 0 0-.228-.096h-16.67a.32.32 0 0 0-.23.096.32.32 0 0 0-.096.227v13.79a.33.33 0 0 0 .325.325h1.051a3.56 3.56 0 0 1 .989-1.87 3.56 3.56 0 0 1 2.53-1.05 3.56 3.56 0 0 1 2.53 1.05c.5.499.853 1.145.988 1.87m-1.921-.937a2.26 2.26 0 0 0-1.598-.66 2.256 2.256 0 1 0 0 4.514 2.26 2.26 0 0 0 1.598-.658l.002-.003c.407-.406.658-.97.658-1.596 0-.625-.253-1.188-.66-1.597'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-notice {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23222' stroke-width='1.5' d='M14.198 14.51V5.718m0 8.79 6.705 3.832a.66.66 0 0 0 .986-.573V2.46a.66.66 0 0 0-.986-.572l-6.705 3.832m0 8.79H6.506a4.395 4.395 0 1 1 0-8.79h7.692'/%3E%3Cpath stroke='%23222' stroke-width='1.5' d='m7.338 20.333-.832-5.824H10.9l.744 5.209a2.176 2.176 0 1 1-4.307.615Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-reset {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M14.11 5.327A6.685 6.685 0 0 0 1.334 7.332'/%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M11.325 5.327h2.94c.222 0 .401-.18.401-.401v-2.94M1.89 10.673A6.685 6.685 0 0 0 14.666 8.67'/%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4.675 10.673h-2.94a.4.4 0 0 0-.402.401v2.94'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-top {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12 19V5M5 12l7-7 7 7'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-copy {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M13.462 17.5H3.654A1.154 1.154 0 0 1 2.5 16.346V6.538c0-.637.517-1.153 1.154-1.153h9.808c.637 0 1.154.516 1.154 1.153v9.808c0 .638-.517 1.154-1.154 1.154'/%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M17.5 14.039V3.654A1.154 1.154 0 0 0 16.346 2.5H5.962'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-minus {
  display: inline-block;
  width: 11px;
  min-width: 11px;
  height: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='2' fill='none' viewBox='0 0 11 2'%3E%3Cpath fill='%23222' d='M10.82 0v1.21H0V0z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-plus {
  display: inline-block;
  width: 11px;
  min-width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' fill='none' viewBox='0 0 11 11'%3E%3Cpath fill='%23222' d='M10.82 4.805v1.21H0v-1.21z'/%3E%3Cpath fill='%23222' d='M6.016 10.82H4.805V0h1.21z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-del {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5 19 19.071 4.787M19 19 4.929 4.787'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-toggle {
  display: inline-block;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' viewBox='0 0 12 12'%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M10.75 6.083 5.75.75l-5 5.333'/%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m10.75 10.75-5-5.333-5 5.333'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-prev {
  display: inline-block;
  width: 33px;
  min-width: 33px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none' viewBox='0 0 33 32'%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M28 16H6m0 0 11 11M6 16 17 5'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-cart {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M1.013 2H4.77l1.338 13.307a1.54 1.54 0 0 0 1.539 1.308h9.691a1.54 1.54 0 0 0 1.539-1.046l2.046-6.153a1.54 1.54 0 0 0-.216-1.385 1.54 1.54 0 0 0-1.323-.646H5.31M17.077 22a.77.77 0 1 1 0-1.54.77.77 0 0 1 0 1.54M7.078 22a.77.77 0 1 1 0-1.54.77.77 0 0 1 0 1.54M10.52 10.462v3.077M15.135 10.462v3.077'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-search {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M10.197 18.395a7.197 7.197 0 1 0 0-14.395 7.197 7.197 0 0 0 0 14.395M15.697 16.146l4.343 4.343'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-board {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4.38 15.342V4.868c0-.27.219-.487.488-.487h15.264c.27 0 .487.218.487.487v10.474m-16.238 0v1.542c0 .27.218.488.487.488h15.264a.487.487 0 0 0 .487-.488v-1.542m-16.238 0h16.238m-10.555 5.277h1.218m0 0v-3.247m0 3.247h2.436m0 0h1.218m-1.218 0v-3.247'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M3 3h19v19H3z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-list {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M7.5 3h8.55l4.05 4.05V18.3'/%3E%3Cpath d='M3.9 19.65V7.05c0-.746.604-1.35 1.35-1.35h8.776a.54.54 0 0 1 .382.158l2.834 2.834a.54.54 0 0 1 .158.382V19.65A1.35 1.35 0 0 1 16.05 21H5.25a1.35 1.35 0 0 1-1.35-1.35'/%3E%3Cpath d='M13.8 5.7v3.06c0 .298.242.54.54.54h3.06'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-my {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23222' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath stroke-linecap='round' d='M8.013 17.884v-.897a4.487 4.487 0 0 1 8.974 0v.897'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12.5 12.5a2.692 2.692 0 1 0 0-5.384 2.692 2.692 0 0 0 0 5.384'/%3E%3Cpath d='M3.526 12.5c0 6.908 7.478 11.226 13.46 7.772a8.97 8.97 0 0 0 4.488-7.772c0-6.908-7.478-11.226-13.46-7.772A8.97 8.97 0 0 0 3.525 12.5Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M2 2h21v21H2z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-cs {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23222' stroke-width='1.5' d='m5.163 11.145-.415.104a1.71 1.71 0 0 0-1.294 1.658v1.604a1.71 1.71 0 0 0 1.294 1.659l1.487.371a.513.513 0 0 0 .637-.497v-4.67a.513.513 0 0 0-.637-.497zm0 0v-.427a6.837 6.837 0 1 1 13.674 0v.427m0 0 .415.104a1.71 1.71 0 0 1 1.295 1.658v1.604a1.71 1.71 0 0 1-1.295 1.659l-.415.103m0-5.128-1.072-.268a.513.513 0 0 0-.637.498v4.669c0 .333.313.578.637.497l1.072-.268m0 0v.855a1.71 1.71 0 0 1-1.71 1.71h-2.563m0 0c0-.709-.574-1.283-1.282-1.283h-2.564a1.282 1.282 0 1 0 0 2.564h2.564c.708 0 1.282-.574 1.282-1.282Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-survey {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M17.937 13.749a1.861 1.861 0 1 0 0-3.723 1.861 1.861 0 0 0 0 3.723M17.937 7.233a1.861 1.861 0 1 0 0-3.722 1.861 1.861 0 0 0 0 3.722M3.976 5.372h9.307M3.976 11.887h9.307M3.976 18.402h9.307M16.075 20.49l1.975-1.975m0 0 1.974-1.974m-1.974 1.974-1.975-1.974m1.975 1.974 1.974 1.974'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-shipment2 {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23222' stroke-linecap='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath stroke-linejoin='round' stroke-miterlimit='1.5' d='M8.247 18.099a1.877 1.877 0 1 0 0-3.753 1.877 1.877 0 0 0 0 3.753M17.63 18.099a1.877 1.877 0 1 0 0-3.753 1.877 1.877 0 0 0 0 3.753'/%3E%3Cpath d='M10.17 16.223h4.645V6.464a.563.563 0 0 0-.563-.563H1.679M6.042 16.222H4.118a.563.563 0 0 1-.563-.563v-4.597'/%3E%3Cpath stroke-linejoin='round' d='M2.617 8.716H6.37'/%3E%3Cpath d='M14.815 8.716h5.264c.222 0 .424.131.514.334l1.68 3.78q.048.108.048.228v2.601a.563.563 0 0 1-.563.563h-1.782M14.815 16.222h.938'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-check {
  display: inline-block;
  width: 11px;
  min-width: 11px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' fill='none' viewBox='0 0 11 9'%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M1.25 4.583 3.712 7.25l5.538-6'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-file {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='16' fill='none' viewBox='0 0 15 16'%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m13.709 7.191-6.127 6.127a4.002 4.002 0 1 1-5.66-5.66L8.05 1.531a2.668 2.668 0 0 1 3.773 3.774L5.69 11.432a1.334 1.334 0 0 1-1.887-1.887l5.66-5.654'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-reply {
  display: inline-block;
  width: 14px;
  min-width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12.833 8.167H4.667a3.22 3.22 0 0 1 0-6.417m8.166 6.417L8.75 12.25m4.083-4.083L8.75 4.083'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h14v14H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-edit {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cg stroke='%23222' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M5.677 13.53h7.597M1.575 8.044a1.497 1.497 0 0 0 0 2.123L4.5 13.092c.588.589 1.54.589 2.123 0l1.64-1.64-5.047-5.049z'/%3E%3Cpath d='M8.483 1.136 3.216 6.403l5.047 5.054-5.047-5.054 5.047 5.054 5.267-5.273z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-trash {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M3.129 3.875h9.747v8.638c0 1.03-.867 1.86-1.942 1.86H5.07c-1.075 0-1.942-.83-1.942-1.86z'/%3E%3Cpath stroke='%23505050' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6.127 3.876v-.948c0-.717.565-1.302 1.259-1.302h1.232c.694 0 1.259.585 1.259 1.302v.948M2.003 3.875H14M6.501 6.126v6M9.5 6.126v6'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-send {
  display: inline-block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 22 22'%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M20.406 2.854 10.161 19.145 8.6 11.12 1.595 6.91zM8.554 11.154l11.852-8.3'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-ai {
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Cg fill='%23058375' clip-path='url(%23a)'%3E%3Cpath d='M16.767 7.52a.265.265 0 0 1-.247-.246c-.74-2.342-2.465-3.206-5.3-3.575h-.247c-.247-.37-.74-.494-1.48-.617-.123 0-.123-.123-.123-.123l-.123-.863c0-.123 0-.123.123-.123.37-.124.616-.617.616-1.11C9.863.37 9.493 0 9.123 0c-.616 0-1.11.37-1.11.986 0 .37.247.74.617.987 0 0 .123.123 0 .123l-.123.863c0 .123-.123.123-.123.123-.617.123-1.11.247-1.48.617h-.246c-2.713.37-4.562 1.233-5.179 3.575-.123.123-.123.247-.246.247C.37 7.767 0 8.384 0 9.986c0 1.48.37 2.22 1.233 2.466.123 0 .246.123.246.247.74 2.342 2.59 3.328 5.425 3.575.123 0 .247.123.247.246v1.357c0 .123.123.246.37.246.986-.37 4.068-1.48 6.41-2.466 1.357-.493 2.22-1.479 2.713-2.958 0-.124.123-.247.246-.247.863-.246 1.233-.863 1.233-2.466-.123-1.602-.493-2.219-1.356-2.465m-2.22 4.932c-.246.493-.492.863-.862 1.11-.863.616-2.343.863-4.808.863-2.466 0-3.945-.247-4.809-.863-.37-.247-.616-.617-.863-1.11-.246-.616-.37-1.48-.37-2.466s.124-1.849.37-2.465c.247-.494.494-.863.863-1.11.864-.616 2.343-.863 4.809-.863 2.465 0 3.945.247 4.808.863.37.247.616.616.863 1.11.246.616.37 1.479.37 2.465 0 .987-.123 1.85-.37 2.466'/%3E%3Cpath d='M6.288 11.096c.408 0 .74-.497.74-1.11s-.332-1.11-.74-1.11c-.409 0-.74.497-.74 1.11s.331 1.11.74 1.11M11.589 11.096c.409 0 .74-.497.74-1.11s-.331-1.11-.74-1.11-.74.497-.74 1.11.332 1.11.74 1.11'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h18v18H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
}
.svg-icon.icon-cart.black {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M1.013 2H4.77l1.338 13.307a1.54 1.54 0 0 0 1.539 1.308h9.691a1.54 1.54 0 0 0 1.539-1.046l2.046-6.153a1.54 1.54 0 0 0-.216-1.385 1.54 1.54 0 0 0-1.323-.646H5.31M17.077 22a.77.77 0 1 1 0-1.54.77.77 0 0 1 0 1.54M7.078 22a.77.77 0 1 1 0-1.54.77.77 0 0 1 0 1.54M10.52 10.462v3.077M15.135 10.462v3.077'/%3E%3C/svg%3E");
}
.svg-icon.icon-copy.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M13.462 17.5H3.654A1.154 1.154 0 0 1 2.5 16.346V6.538c0-.637.517-1.153 1.154-1.153h9.808c.637 0 1.154.516 1.154 1.153v9.808c0 .638-.517 1.154-1.154 1.154'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M17.5 14.039V3.654A1.154 1.154 0 0 0 16.346 2.5H5.962'/%3E%3C/svg%3E");
}
.svg-icon.icon-search.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M10.197 18.395a7.197 7.197 0 1 0 0-14.395 7.197 7.197 0 0 0 0 14.395M15.697 16.146l4.343 4.343'/%3E%3C/svg%3E");
}
.svg-icon.icon-reset.point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23058375' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M14.11 5.327A6.685 6.685 0 0 0 1.334 7.332'/%3E%3Cpath stroke='%23058375' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M11.325 5.327h2.94c.222 0 .401-.18.401-.401v-2.94M1.89 10.673A6.685 6.685 0 0 0 14.666 8.67'/%3E%3Cpath stroke='%23058375' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4.675 10.673h-2.94a.4.4 0 0 0-.402.401v2.94'/%3E%3C/svg%3E");
}
.svg-icon.icon-top.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23BFBFBF' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12 19V5M5 12l7-7 7 7'/%3E%3C/svg%3E");
}
.svg-icon.icon-toggle.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' viewBox='0 0 12 12'%3E%3Cpath stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M10.75 6.083 5.75.75l-5 5.333'/%3E%3Cpath stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m10.75 10.75-5-5.333-5 5.333'/%3E%3C/svg%3E");
}
.svg-icon.icon-check.red {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' fill='none' viewBox='0 0 11 9'%3E%3Cpath stroke='%23E50000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M1.25 4.583 3.712 7.25l5.538-6'/%3E%3C/svg%3E");
}
.svg-icon.icon-reply.point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%23058375' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12.833 8.167H4.667a3.22 3.22 0 0 1 0-6.417m8.166 6.417L8.75 12.25m4.083-4.083L8.75 4.083'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h14v14H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.svg-icon.icon-send.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 22 22'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M20.406 2.854 10.161 19.145 8.6 11.12 1.595 6.91zM8.554 11.154l11.852-8.3'/%3E%3C/svg%3E");
}

.img-character {
  height: 100px;
  width: auto;
  text-align: center;
}
.img-character img {
  height: 100%;
}

/*!스크롤*/
.scroll {
  overflow: auto;
}
.scroll::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}
.scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border: 4px solid transparent;
  border-radius: 10px;
  background-clip: padding-box;
}
.scroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0);
}
.scroll::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0.08);
}

.scroll-lock {
  touch-action: none;
  overflow-y: hidden !important;
}
.scroll-lock body {
  touch-action: none;
  overflow-y: hidden !important;
}

.loading-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  display: none;
  z-index: 9999;
  gap: 25px;
  color: #fff;
  font-size: 18px;
}
.loading-layer.active {
  display: flex;
}
.loading-layer .spinner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.loading-layer .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 5px;
  animation: pulse 1s infinite ease-in-out;
}
.loading-layer .dot1 {
  animation-delay: 0s;
}
.loading-layer .dot2 {
  animation-delay: 0.33s;
}
.loading-layer .dot3 {
  animation-delay: 0.66s;
}
@keyframes pulse {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    opacity: 0.5;
  }
}

a.btn:hover {
  cursor: pointer;
}

.btn {
  padding-inline: 10px;
  border-radius: 6px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  letter-spacing: normal;
  box-sizing: border-box;
  line-height: initial;
  word-break: keep-all;
  overflow: hidden;
  gap: 5px;
  font-weight: 600;
}
.btn__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 5px;
}
.btn__wrap--bottom {
  margin-top: 10px;
}
.btn--full {
  width: 100%;
  min-width: 100%;
}
.btn--extend {
  flex: 1;
}
.btn--min-w {
  min-width: 120px;
}
.btn--min-w-m {
  min-width: 80px !important;
}
.btn--min-w-s {
  min-width: 56px !important;
}
.btn--point {
  background-color: #058375;
  color: #fff;
}
.btn:disabled {
  background-color: #f2f3f7;
  border: 1px solid #d9dbe2;
  color: #999;
}
.btn--line {
  background: #fff;
  border: 1px solid #dcdddf;
  color: #111;
}
.btn--line.btn--point {
  border-color: #058375;
  color: #058375;
}
.btn--line.btn--white {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.btn--line.btn--gray {
  border-color: #d9dbe2;
  background: #f2f3f7;
  color: #111;
}
.btn--line.btn--gray-2 {
  border-color: #d9dbe2;
  background: #fff;
  color: #111;
}
.btn--txt {
  text-decoration: underline;
  text-underline-offset: 2px;
  padding: 0;
}
.btn--txt.btn--gray {
  color: #666;
}
.btn--m {
  height: 40px;
  font-size: 14px;
}
.btn--s {
  height: 30px;
  font-size: 13px;
  padding-inline: 15px;
}
.btn--xs {
  height: 22px;
  font-size: 12px;
  font-weight: 500;
}
.btn--icon {
  padding: 0;
  aspect-ratio: 1/1;
  min-width: 0;
}

.btn-ea {
  border-radius: 20px;
  border: 1px solid #979797;
  background: #fff;
  width: 30px;
  min-width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.btn-ea .svg-icon.icon-minus.icon-minus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='2' fill='none' viewBox='0 0 11 2'%3E%3Cpath fill='%23727272' d='M10.82 0v1.21H0V0z'/%3E%3C/svg%3E");
}
.btn-ea .svg-icon.icon-plus.icon-plus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' fill='none' viewBox='0 0 11 11'%3E%3Cpath fill='%23727272' d='M10.82 4.805v1.21H0v-1.21z'/%3E%3Cpath fill='%23727272' d='M6.016 10.82H4.805V0h1.21z'/%3E%3C/svg%3E");
}

.btn-top {
  background: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}

.btn-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  transform: rotate(180deg);
}

.btn-ai {
  border-radius: 50px;
  border: 1px solid #c1d8d5;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(5, 131, 117, 0.1);
  padding-inline: 10px;
  height: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 600;
  color: #058375;
  line-height: initial;
  margin-right: -10px;
}

/*!페이징 << < > >> */
.paging {
  padding-block: 10px;
  text-align: center;
}
.paging__first, .paging__prev, .paging__page, .paging__next, .paging__last {
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-left: 0;
  margin-inline: 10px;
}
.paging__first img, .paging__prev img, .paging__next img, .paging__last img {
  height: 16px;
}
.paging__first, .paging__prev {
  transform: rotate(180deg);
  margin-inline: 0 6px;
}
.paging__last, .paging__next {
  margin-inline: 6px 0;
}
.paging__page {
  line-height: inherit;
  line-height: 1;
  border-bottom: 2px solid transparent;
}
.paging__page.is-active {
  font-weight: bold;
  color: #058375;
  border-color: #058375;
}
.paging__page.is-disabled {
  cursor: auto;
  opacity: 0.4;
}

.sec-paging {
  overflow: hidden;
  text-align: center;
}
.sec-paging :is(.pg-btn, .btn-page) {
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #222;
}
.sec-paging .pg-btn {
  background-image: url("../img/arrow_right.png");
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
}
.sec-paging .pg-btn.disabled {
  cursor: auto;
  opacity: 0.4;
}
.sec-paging .group-prev {
  background-image: url("../img/arrow_last.png");
  transform: rotate(180deg);
}
.sec-paging .group-next {
  background-image: url("../img/arrow_last.png");
}
.sec-paging :is(.group-prev, .prev) {
  transform: rotate(180deg);
}
.sec-paging .btn-page {
  line-height: inherit;
  cursor: pointer;
}
.sec-paging .btn-page.active {
  font-weight: bold;
  color: #058375;
}

.tab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 600;
  color: #7b7b7b;
  flex: 1;
  height: 46px;
  padding-inline: 5px;
}
.tab.is-active {
  position: relative;
  color: #058375;
}
.tab.is-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #058375;
}
.tab__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  margin-bottom: 10px;
  gap: 12px;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE */
}
.tab__wrap::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
.tab__contents {
  display: none;
}
.tab__contents.is-active {
  display: block;
}
.tab--s {
  font-size: 17px;
}

.chk {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
  cursor: pointer;
  line-height: initial;
}
.chk__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px 20px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.chk input[type=checkbox],
.chk input[type=radio] {
  display: inline-block;
  padding-right: 0;
  height: 18px;
}
.chk input[type=checkbox]::before,
.chk input[type=radio]::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/chk_off.png") no-repeat center/18px auto;
  border-radius: 2px;
  cursor: pointer;
}
.chk input[type=checkbox]:checked::before,
.chk input[type=radio]:checked::before {
  background: url("../img/chk_on.png") no-repeat center/18px auto;
  border-color: #058375;
}
.chk input[type=checkbox]:disabled,
.chk input[type=radio]:disabled {
  opacity: 0.4;
}
.chk--circle {
  position: relative;
  margin: 0;
}
.chk--circle input[type=checkbox]::before,
.chk--circle input[type=radio]::before {
  background-image: url("../img/radio_off.png");
  border: 0;
}
.chk--circle input[type=checkbox]:checked::before,
.chk--circle input[type=radio]:checked::before {
  background-image: url("../img/radio_on.png");
  background-size: 18px auto;
}
.chk--only input[type=checkbox]::before,
.chk--only input[type=radio]::before {
  background-image: url("../img/chk_off2.png");
}
.chk--only input[type=checkbox]:checked::before,
.chk--only input[type=radio]:checked::before {
  background-image: url("../img/chk_on2.png");
}

.switch {
  width: 40px;
  height: 20px;
  display: inline-block;
  -webkit-appearance: none;
  background-color: #999;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  cursor: pointer;
}
.switch__wrap {
  position: relative;
  width: 40px;
  height: 20px;
}
.switch:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.switch:checked[type=checkbox] {
  background-color: #058375;
  transition: all 0.3s ease;
}
.switch:checked[type=checkbox]:after {
  left: 22px;
  transition: all 0.3s ease;
  background-color: #fff;
  border: none;
}

.chk--btn__display {
  height: 40px;
  padding-inline: 15px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  font-weight: 500;
  font-size: 14px;
  color: #999;
  white-space: nowrap;
  border-color: #d9dbe2;
  background-color: #f2f3f7;
  border-radius: 6px;
  cursor: pointer;
  line-height: initial;
  width: 100%;
}
.chk--btn input {
  display: none;
}
.chk--btn input:checked + .chk--btn__display {
  border-color: #333;
  color: #fff;
  background-color: #333;
}
.chk--btn__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 9px;
}
.chk--btn__wrap .chk--btn {
  flex: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  z-index: 100;
  display: none;
}
.popup.is-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.popup__bg-close {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
}
.popup__container {
  position: relative;
  background: #fff;
  width: calc(100% - 40px);
  margin-inline: auto;
  z-index: 101;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 0 5px 0 rgba(31, 39, 62, 0.24);
}
.popup__content {
  padding: 20px 30px;
  max-height: calc(95vh - 120px);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-face-color: transparent; /*스크롤*/
  scrollbar-highlight-color: #999; /*하이라이트*/
  scrollbar-3dlight-color: transparent; /*왼쪽외곽음영*/
  scrollbar-darkshadow-color: transparent; /*오른쪽외곽음영*/
  scrollbar-shadow-color: transparent; /*오른쪽 안쪽음영*/
  scrollbar-arrow-color: transparent; /*화살*/
  scrollbar-track-color: transparent; /*스크롤영역*/
  text-align: left;
}
.popup__content::-webkit-scrollbar {
  /*스크롤바*/
  width: 6px;
  height: 6px;
}
.popup__content::-webkit-scrollbar-button {
  /*스크롤바 버튼(아래 위 화살표)*/
  width: 0px;
  height: 0px;
}
.popup__content::-webkit-scrollbar-thumb {
  /*스크롤바 핸들*/
  background-color: #999;
  background-clip: padding-box;
  border-radius: 6px;
}
.popup__content::-webkit-scrollbar-track {
  /*스크롤바 진행줄*/
  background-color: none;
}
.popup__content::-webkit-scrollbar-track-piece {
  /*진행줄에서 핸들로 덮이지 않은 영역 */
  background-color: none;
}
.dark .popup__content {
  scrollbar-highlight-color: #6b6b6b;
}
.dark .popup__content::-webkit-scrollbar-thumb {
  /*스크롤바 핸들*/
  background-color: #6b6b6b;
}
.dark .popup__content::-webkit-scrollbar-track-piece {
  /*진행줄에서 핸들로 덮이지 않은 영역 */
  background-color: #6b6b6b;
}
.popup__btns {
  position: relative;
  padding: 0 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.popup__tit {
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  font-size: 0;
  background: url(../img/icon_del.png) no-repeat;
  background-size: 15px;
}
.popup.type-alert .popup__container {
  width: 340px;
}
.popup.type-alert .popup__alert__txt {
  padding-top: 40px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.popup.type-alert .popup__alert__sub {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
}

body {
  background: #f6f6f6;
}

.layout-container {
  padding-top: 70px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  min-height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  padding-inline: 17px;
}
.layout-container > * {
  align-self: stretch;
}
.layout-container > .layout-container__bottom {
  margin-top: auto;
}
.layout-container.none-head {
  padding-top: 20px;
}
.layout-container.has-bottom-nav {
  padding-bottom: 94px;
}
.layout-container--center {
  justify-content: center;
  padding-block: 20px;
}
.layout-container.has-control {
  padding-bottom: 100px;
}
.layout-container.has-control--big {
  padding-bottom: 147px;
}

.layout-fixed--top--right {
  position: fixed;
  top: 13px;
  right: 17px;
}
@media screen and (min-width: 1279.9px) {
  .layout-fixed--top--right {
    right: 50%;
    transform: translateX(calc(400px / 2 - 17px));
  }
}

.pg-tit {
  font-size: 16px;
  font-weight: 500;
}
.pg-tit__wrap {
  display: none;
  border-bottom: 1px solid #e7ecf0;
  background: #f7f9fb;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.pg-tit__wrap.show-pg-tit {
  display: block;
}
.pg-tit__wrap.hide-head {
  display: none;
}
.pg-tit__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  height: 100%;
}

.bottom-nav {
  border-top: 1px solid #ddd;
  background: var(--white, #fff);
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 74px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  z-index: 3;
}
.bottom-nav .svg-icon.icon-home.icon-home {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23505050' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5.531 21.923c-1.298 0-2.351-1.08-2.351-2.415V9.804c0-.734.325-1.428.882-1.886l6.468-5.312a2.304 2.304 0 0 1 2.94 0l6.467 5.312c.558.458.883 1.152.883 1.885v9.705c0 1.334-1.053 2.415-2.351 2.415z'/%3E%3Cpath stroke='%23505050' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M9.244 21.923v-6.064a2.205 2.205 0 0 1 2.205-2.205h1.102a2.205 2.205 0 0 1 2.205 2.205v6.064'/%3E%3C/svg%3E");
}
.bottom-nav .svg-icon.icon-order.icon-order {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23505050' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M19.18 12V5.589a.62.62 0 0 0-.181-.436l-3.23-3.229a.62.62 0 0 0-.434-.18H3.385a.615.615 0 0 0-.615.615V21.64c0 .34.275.616.615.616H9.95M6.872 9.949h8.205M6.872 5.847h4.102M6.872 14.05H9.95M19.692 20.717l1.538 1.539'/%3E%3Cpath stroke='%23505050' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M14.051 18.154a3.077 3.077 0 1 0 6.154 0 3.077 3.077 0 0 0-6.154 0M15.077 1.744v3.487c0 .34.275.616.615.616h3.487'/%3E%3C/svg%3E");
}
.bottom-nav .svg-icon.icon-shipment.icon-shipment {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='24' fill='none' viewBox='0 0 48 24'%3E%3Cpath fill='%23505050' d='M15.33 19.08h-1.052c-.452 0-.864-.184-1.162-.483a1.64 1.64 0 0 1-.484-1.162V3.645A1.644 1.644 0 0 1 14.278 2h16.67c.453 0 .864.186 1.16.484.3.298.484.71.484 1.162v1.297h2.863c.632 0 1.036.067 1.408.305.358.226.594.556.903 1.09l2.643 4.476 2.726 1.45q.113.059.19.151c.114.115.23.24.332.393.147.218.246.463.246.753h-.004l.002 4.037h.003c0 .41-.166.781-.435 1.048l-.046.045a1.48 1.48 0 0 1-1.003.391h-1.43a3.57 3.57 0 0 1-.986 1.868l-.002.002a3.57 3.57 0 0 1-5.056 0l-.002-.002a3.6 3.6 0 0 1-.988-1.868H22.365a3.57 3.57 0 0 1-.987 1.868l-.002.002A3.57 3.57 0 0 1 18.848 22c-.984 0-1.883-.4-2.53-1.048-.5-.5-.854-1.147-.989-1.87zM4.653 14.494a.66.66 0 1 1 0-1.32h6.782a.66.66 0 1 1 0 1.32zm6.782-4.614a.661.661 0 0 1 0 1.322H6.348a.66.66 0 0 1 0-1.322zM8.044 7.908a.66.66 0 1 1 0-1.32h3.391a.66.66 0 1 1 0 1.32zM40.99 17.76h1.429q.061-.002.104-.035l.013-.014a.16.16 0 0 0 .048-.115h.002l-.002-4.037h-.003c0-.004-.007-.005-.017-.02a1 1 0 0 0-.134-.157l-2.803-1.49a.66.66 0 0 1-.258-.248l-2.74-4.642c-.204-.353-.34-.557-.472-.642-.119-.075-.329-.099-.702-.099h-2.863v.53h1.738c1.15 0 1.289.223 1.812 1.064l1.73 2.78.12.203c.224.377.444.745.444 1.11 0 .535-.26.865-.95.865v-.004l-4.894.002v4.949h1.363a3.57 3.57 0 0 1 .989-1.868l.001-.002a3.56 3.56 0 0 1 2.529-1.05c.986 0 1.882.402 2.529 1.05.5.498.853 1.145.987 1.87m-1.921-.937a2.25 2.25 0 0 0-1.596-.66c-.623 0-1.19.25-1.597.66-.41.407-.66.972-.66 1.597s.25 1.19.658 1.596l.002.003c.407.406.972.659 1.597.659a2.25 2.25 0 0 0 1.596-.659l.003-.003a2.25 2.25 0 0 0 .658-1.596c0-.625-.252-1.188-.661-1.597m-6.477-8.71v3.382l4.259-.001c-.583-.989-1.223-1.967-1.829-2.942-.216-.349-.274-.44-.693-.44zM22.366 17.76h8.906V3.645a.32.32 0 0 0-.095-.227.32.32 0 0 0-.228-.096h-16.67a.32.32 0 0 0-.23.096.32.32 0 0 0-.096.227v13.79a.33.33 0 0 0 .325.325h1.051a3.56 3.56 0 0 1 .989-1.87 3.56 3.56 0 0 1 2.53-1.05 3.56 3.56 0 0 1 2.53 1.05c.5.499.853 1.145.988 1.87m-1.921-.937a2.26 2.26 0 0 0-1.598-.66 2.256 2.256 0 1 0 0 4.514 2.26 2.26 0 0 0 1.598-.658l.002-.003c.407-.406.658-.97.658-1.596 0-.625-.253-1.188-.66-1.597'/%3E%3C/svg%3E");
}
.bottom-nav .svg-icon.icon-pay.icon-pay {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23505050' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M19.637 2.072H5.127a3.055 3.055 0 0 0-3.055 3.055v16.801l3.818-2.29 3.819 2.29 3.819-2.29 3.818 2.29V4.363a2.29 2.29 0 0 1 2.291-2.291m0 0a2.29 2.29 0 0 1 2.291 2.29V9.71h-4.582'/%3E%3Cpath fill='%23505050' d='M7.157 16.01 5.031 8.232h.957l1.625 6.334h.076l1.655-6.334h1.063l1.656 6.334h.075l1.626-6.334h.956l-2.126 7.776h-.972L9.906 9.813h-.06l-1.717 6.196z'/%3E%3Cpath stroke='%23505050' d='M4.691 11.853h10.916'/%3E%3C/svg%3E");
}
.bottom-nav .svg-icon.icon-notice.icon-notice {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23505050' stroke-width='1.5' d='M14.198 14.51V5.718m0 8.79 6.705 3.832a.66.66 0 0 0 .986-.573V2.46a.66.66 0 0 0-.986-.572l-6.705 3.832m0 8.79H6.506a4.395 4.395 0 1 1 0-8.79h7.692'/%3E%3Cpath stroke='%23505050' stroke-width='1.5' d='m7.338 20.333-.832-5.824H10.9l.744 5.209a2.176 2.176 0 1 1-4.307.615Z'/%3E%3C/svg%3E");
}
.bottom-nav__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 9px;
  text-align: center;
  width: 20%;
  height: 100%;
  font-size: 12px;
  font-weight: 600;
}
.bottom-nav__menu, .bottom-nav__menu:hover, .bottom-nav__menu:active, .bottom-nav__menu:visited {
  color: #a8a8a8;
}
.bottom-nav__menu.is-active {
  color: #058375;
}
.bottom-nav__menu.is-active .svg-icon.icon-home.icon-home {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23058375' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5.531 21.923c-1.298 0-2.351-1.08-2.351-2.415V9.804c0-.734.325-1.428.882-1.886l6.468-5.312a2.304 2.304 0 0 1 2.94 0l6.467 5.312c.558.458.883 1.152.883 1.885v9.705c0 1.334-1.053 2.415-2.351 2.415z'/%3E%3Cpath stroke='%23058375' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M9.244 21.923v-6.064a2.205 2.205 0 0 1 2.205-2.205h1.102a2.205 2.205 0 0 1 2.205 2.205v6.064'/%3E%3C/svg%3E");
}
.bottom-nav__menu.is-active .svg-icon.icon-order.icon-order {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23058375' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M19.18 12V5.589a.62.62 0 0 0-.181-.436l-3.23-3.229a.62.62 0 0 0-.434-.18H3.385a.615.615 0 0 0-.615.615V21.64c0 .34.275.616.615.616H9.95M6.872 9.949h8.205M6.872 5.847h4.102M6.872 14.05H9.95M19.692 20.717l1.538 1.539'/%3E%3Cpath stroke='%23058375' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M14.051 18.154a3.077 3.077 0 1 0 6.154 0 3.077 3.077 0 0 0-6.154 0M15.077 1.744v3.487c0 .34.275.616.615.616h3.487'/%3E%3C/svg%3E");
}
.bottom-nav__menu.is-active .svg-icon.icon-shipment.icon-shipment {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='24' fill='none' viewBox='0 0 48 24'%3E%3Cpath fill='%23058375' d='M15.33 19.08h-1.052c-.452 0-.864-.184-1.162-.483a1.64 1.64 0 0 1-.484-1.162V3.645A1.644 1.644 0 0 1 14.278 2h16.67c.453 0 .864.186 1.16.484.3.298.484.71.484 1.162v1.297h2.863c.632 0 1.036.067 1.408.305.358.226.594.556.903 1.09l2.643 4.476 2.726 1.45q.113.059.19.151c.114.115.23.24.332.393.147.218.246.463.246.753h-.004l.002 4.037h.003c0 .41-.166.781-.435 1.048l-.046.045a1.48 1.48 0 0 1-1.003.391h-1.43a3.57 3.57 0 0 1-.986 1.868l-.002.002a3.57 3.57 0 0 1-5.056 0l-.002-.002a3.6 3.6 0 0 1-.988-1.868H22.365a3.57 3.57 0 0 1-.987 1.868l-.002.002A3.57 3.57 0 0 1 18.848 22c-.984 0-1.883-.4-2.53-1.048-.5-.5-.854-1.147-.989-1.87zM4.653 14.494a.66.66 0 1 1 0-1.32h6.782a.66.66 0 1 1 0 1.32zm6.782-4.614a.661.661 0 0 1 0 1.322H6.348a.66.66 0 0 1 0-1.322zM8.044 7.908a.66.66 0 1 1 0-1.32h3.391a.66.66 0 1 1 0 1.32zM40.99 17.76h1.429q.061-.002.104-.035l.013-.014a.16.16 0 0 0 .048-.115h.002l-.002-4.037h-.003c0-.004-.007-.005-.017-.02a1 1 0 0 0-.134-.157l-2.803-1.49a.66.66 0 0 1-.258-.248l-2.74-4.642c-.204-.353-.34-.557-.472-.642-.119-.075-.329-.099-.702-.099h-2.863v.53h1.738c1.15 0 1.289.223 1.812 1.064l1.73 2.78.12.203c.224.377.444.745.444 1.11 0 .535-.26.865-.95.865v-.004l-4.894.002v4.949h1.363a3.57 3.57 0 0 1 .989-1.868l.001-.002a3.56 3.56 0 0 1 2.529-1.05c.986 0 1.882.402 2.529 1.05.5.498.853 1.145.987 1.87m-1.921-.937a2.25 2.25 0 0 0-1.596-.66c-.623 0-1.19.25-1.597.66-.41.407-.66.972-.66 1.597s.25 1.19.658 1.596l.002.003c.407.406.972.659 1.597.659a2.25 2.25 0 0 0 1.596-.659l.003-.003a2.25 2.25 0 0 0 .658-1.596c0-.625-.252-1.188-.661-1.597m-6.477-8.71v3.382l4.259-.001c-.583-.989-1.223-1.967-1.829-2.942-.216-.349-.274-.44-.693-.44zM22.366 17.76h8.906V3.645a.32.32 0 0 0-.095-.227.32.32 0 0 0-.228-.096h-16.67a.32.32 0 0 0-.23.096.32.32 0 0 0-.096.227v13.79a.33.33 0 0 0 .325.325h1.051a3.56 3.56 0 0 1 .989-1.87 3.56 3.56 0 0 1 2.53-1.05 3.56 3.56 0 0 1 2.53 1.05c.5.499.853 1.145.988 1.87m-1.921-.937a2.26 2.26 0 0 0-1.598-.66 2.256 2.256 0 1 0 0 4.514 2.26 2.26 0 0 0 1.598-.658l.002-.003c.407-.406.658-.97.658-1.596 0-.625-.253-1.188-.66-1.597'/%3E%3C/svg%3E");
}
.bottom-nav__menu.is-active .svg-icon.icon-pay.icon-pay {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23058375' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M19.637 2.072H5.127a3.055 3.055 0 0 0-3.055 3.055v16.801l3.818-2.29 3.819 2.29 3.819-2.29 3.818 2.29V4.363a2.29 2.29 0 0 1 2.291-2.291m0 0a2.29 2.29 0 0 1 2.291 2.29V9.71h-4.582'/%3E%3Cpath fill='%23058375' d='M7.157 16.01 5.031 8.232h.957l1.625 6.334h.076l1.655-6.334h1.063l1.656 6.334h.075l1.626-6.334h.956l-2.126 7.776h-.972L9.906 9.813h-.06l-1.717 6.196z'/%3E%3Cpath stroke='%23058375' d='M4.691 11.853h10.916'/%3E%3C/svg%3E");
}
.bottom-nav__menu.is-active .svg-icon.icon-notice.icon-notice {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23058375' stroke-width='1.5' d='M14.198 14.51V5.718m0 8.79 6.705 3.832a.66.66 0 0 0 .986-.573V2.46a.66.66 0 0 0-.986-.572l-6.705 3.832m0 8.79H6.506a4.395 4.395 0 1 1 0-8.79h7.692'/%3E%3Cpath stroke='%23058375' stroke-width='1.5' d='m7.338 20.333-.832-5.824H10.9l.744 5.209a2.176 2.176 0 1 1-4.307.615Z'/%3E%3C/svg%3E");
}

.head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  padding-inline: 17px;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  background: #fff;
  z-index: 3;
}
.head__none {
  display: none;
}
.head.has-logo .head__sub {
  display: none;
}
.head.has-page-tit .head__logo,
.head.has-page-tit .head__push {
  display: none;
}
.head__logo {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.head__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 20px;
}

.head__push {
  position: relative;
}
.head__push__new {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ff4348;
}

.head__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
.head__sub .svg-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  line-height: initial;
}

.head__page-tit {
  font-size: 18px;
  font-weight: 600;
}

.gnb {
  position: fixed;
  z-index: 11;
  background: rgba(0, 0, 0, 0.5);
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
}
.gnb.is-open {
  width: 100%;
  visibility: visible;
  overflow: visible;
}
.gnb.is-open .gnb__inner {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  width: 85%;
  max-width: 350px;
}
.gnb__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 5px;
}
.gnb__close {
  margin-left: auto;
}
.gnb__close .svg-icon {
  width: 20px;
  height: 20px;
}
.gnb__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 600;
  padding: 15px 8px;
}
.gnb__inner {
  width: 0;
  background: #fff;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 4;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  position: absolute;
  padding: 18px 17px;
  right: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
}
.gnb__my {
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  margin-bottom: 35px;
}
.gnb__logout {
  margin-top: auto;
  justify-content: flex-start;
}

.ellipsis {
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.no-data {
  font-weight: 600;
  text-align: center;
}

.has-link {
  cursor: pointer;
}

.tip-txt {
  font-size: 12px;
  color: #000;
}
.tip-txt--bottom {
  margin-top: 16px;
}
.tip-txt--center {
  margin-inline: auto;
  text-align: center;
}

.order-tit {
  font-size: 18px;
  color: #000;
}
.order-tit__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  font-weight: 600;
  margin-bottom: 20px;
}
.order-tit__sub {
  font-size: 16px;
}

.sec-tit {
  font-size: 18px;
  font-weight: 600;
}
.sec-tit__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  margin-bottom: 15px;
}
.sec-tit__wrap--col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  align-items: flex-start;
}
.sec-tit-btn {
  font-size: 13px;
}
.sec-tit__sub {
  font-size: 13px;
  color: #505050;
  text-align: left;
  margin-top: 5px;
}

.badge {
  padding-inline: 5.5px;
  height: 16px;
  border-radius: 5px;
  background: #fff;
  min-width: 34px;
  border: 1px solid;
  font-size: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.badge--green {
  color: #058375;
  border-color: #058375;
}
.badge--orange {
  color: #f97400;
  border-color: #f97400;
}
.badge--red {
  color: #e50000;
  border-color: #e50000;
}
.badge__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3px;
}

.order-total {
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  border-top: 1px solid #058375;
  padding-block: 10px;
}
.order-total--payment {
  border-top: 0;
  padding-inline: 10px;
}
.order-total--payment .btn--charge {
  width: 75px;
}
.order-total--payment + .tip-txt {
  font-size: 13px;
}

.status-chip {
  width: 59px;
  height: 20px;
  border-radius: 50px;
  font-size: 12px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.status-chip--red {
  color: #d71419;
  background-color: #ffeaea;
}
.status-chip--blue {
  color: #2c88ff;
  background-color: #eaf4ff;
}
.status-chip--gray {
  color: #505050;
  background-color: #eaeaea;
}
.status-chip--l {
  width: 88px;
  height: 30px;
}

.market-fit-notice {
  text-align: center;
}
.market-fit-notice__tit {
  font-size: 16px;
  font-weight: 500;
}
.market-fit-notice__num {
  font-size: 24px;
  font-weight: 700;
  color: #058375;
  margin-bottom: 20px;
}
.market-fit-notice__item {
  font-size: 15px;
  font-weight: 500;
}
.market-fit-notice__desc {
  color: #505050;
  margin-top: 10px;
}

/*common input form*/
.input-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
}
.input-form__card {
  border-radius: 10px;
  border: 1px solid #eaeaea;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(218, 219, 226, 0.5);
  padding: 15px;
}
.input-form__error-txt {
  color: #e50000;
}
.input-form__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  min-height: 40px;
}
.input-form__block + .input-form__block {
  margin-top: 10px;
}
.input-form__block .textarea {
  min-height: 300px;
}
.input-form__tit-field {
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  min-width: 60px;
}
.input-form__input-field {
  font-weight: 600;
}
.input-form__input-field input[type=text],
.input-form__input-field input[type=password] {
  width: 100%;
}
.input-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
}
.input-row__tit {
  font-weight: 600;
  white-space: nowrap;
  margin-right: 5px;
}
.input-row--date {
  min-width: 0;
}
.input-row--date input[type=date] {
  flex: 1;
  min-width: 0;
}

.input-unit {
  position: relative;
}
.input-unit__text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.input-unit__text input {
  padding-right: 30px;
  text-align: right;
}
.input-unit__text-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  font-size: 12px;
  color: #505050;
}
.input-unit__text-left + input {
  padding-left: 40px;
  font-size: 12px;
}

.search-form {
  border-radius: 10px;
  border: 1px solid #eaeaea;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(218, 219, 226, 0.5);
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
  margin-bottom: 23px;
}
.search-form__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
  flex: 1;
}
.search-form__block input[type=date],
.search-form__block input[type=text] {
  flex: 1;
}
.search-form__tit {
  font-weight: 600;
  margin-right: 9px;
  white-space: nowrap;
}
.search-form__tit--mw-s {
  min-width: 40px;
}
.search-form .filter-off {
  display: none;
}
.search-form__filter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.search-form__filter .chk--btn__wrap {
  display: none;
}
.search-form .input-row--date {
  min-width: 0;
}
.search-form.is-active .search-form__filter {
  padding-bottom: 50px;
}
.search-form.is-active .btn-search-filter {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.search-form.is-active .filter-off {
  display: flex;
}
.search-form.is-active .search-tit {
  display: none;
}
.search-form.is-active .btn-reset {
  width: 65px;
  gap: 2px;
  white-space: nowrap;
}

.order-form {
  border-radius: 10px;
  background: #058375;
  box-shadow: 0 2px 8px 0 rgba(218, 219, 226, 0.5);
  padding: 10px;
  margin-bottom: 10px;
}
.order-form__head__tit {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.order-form__body {
  border-top: 1px solid #1e8f83;
  padding-top: 10px;
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
  color: #fff;
}
.order-form__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  gap: 20px;
}
.order-form__item input[type=date],
.order-form__item input[type=text] {
  height: 34px;
  flex: 1;
}
.order-form__tit {
  color: #fff;
  font-weight: 600;
}
.order-form__input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  flex: 1;
  gap: 10px;
}
.order-form__input textarea {
  min-height: 76px;
}
.order-form__num {
  font-size: 20px;
  font-weight: 600;
}

.add-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.add-file__blind {
  display: none;
}
.add-file__input-form {
  flex: 1; /* input_form이 남은 공간을 꽉 채울 수 있도록 설정 */
}
.add-file__input {
  border: 1px solid #ddd;
  margin-left: 0;
  padding-inline: 10px;
}
.add-file__thumb {
  position: relative;
  display: none;
  margin-top: 5px;
  width: 100%; /* 가로 크기를 100%로 설정하여 줄바꿈이 되도록 함 */
}
.add-file__thumb__item {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.add-file__thumb__preview-img {
  width: 120px;
}
.add-file__thumb__del {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: url("../img/icon_del.png") #e8e8e8 center center no-repeat;
  background-size: 9px auto;
  font-size: 0;
  width: 22px;
  height: 22px;
  border-radius: 100%;
}
.add-file__value {
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
}
.add-file + .add-file {
  margin-top: 10px;
}

.add-file__img {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 575.9px) {
  .add-file__img + .add-file {
    margin-top: 25px;
  }
}
.add-file__img__del {
  background: url("../img/icon_del.png") #e8e8e8 center center no-repeat;
  background-size: 9px auto;
  font-size: 0;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  display: inline-block;
}
.add-file__img__imgarea {
  position: relative;
  max-width: 200px;
  z-index: 0;
  width: 120px;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.add-file__img__btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 5px;
}

.table-list {
  border-collapse: separate;
  overflow: hidden;
  table-layout: fixed;
}
.table-list__wrap {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #eaeaea;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(218, 219, 226, 0.5);
  padding: 10px;
}
.table-list th,
.table-list td {
  border-bottom: 1px solid #eaeaea;
  padding: 10px 5px;
  font-size: 13px;
}
.table-list:first-child th,
.table-list:first-child td {
  border-top: 0;
}
.table-list:has(thead) th,
.table-list:has(thead) td {
  text-align: center;
}
.table-list:has(thead) th {
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #058375;
}

.product__wrap {
  border-radius: 10px;
  border: 1px solid #eaeaea;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(218, 219, 226, 0.5);
  padding: 10px;
}
.product__wrap.has-toggle .product__item {
  display: none;
}
.product__wrap.is-active .product__item {
  display: flex;
}
.product__wrap.is-active .product__head {
  border-bottom: 1px solid #058375;
  padding-bottom: 10px;
}
.product__wrap.is-active .btn-toggle {
  transform: rotate(0deg);
}
.product__wrap + .product__wrap {
  margin-top: 10px;
}

.product__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  padding-block: 10px 15px;
  position: relative;
}
.product__item:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}
.product__item.has-thumb {
  padding-left: 110px;
  min-height: 100px;
  padding-bottom: 10px;
}
.product__item.has-del .product__tit {
  padding-right: 30px;
}
.product__item.has-chk {
  padding-left: 28px;
}
.product__item.has-reorder {
  padding-right: 60px;
}
.product__item.has-chk-thumb {
  flex-direction: row;
  gap: 5px;
  align-items: center;
}
.product__item.has-chk-thumb .product__thumb {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  aspect-ratio: auto;
}
.product__item.has-chk-thumb .product__thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.product__item.has-chk-thumb .product__thumb > img, .product__item.has-chk-thumb .product__thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.product__item.has-chk-thumb .product__item__chk {
  top: 50%;
  transform: translateY(-50%);
}
.product__item.has-chk-thumb .product__tit {
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: normal;
  display: -webkit-box;
}
.product__item.has-chk-thumb .product__item__chk {
  position: static;
}
.product__item.has-chk-thumb .btn--cart {
  min-width: 45px;
}
.product__item__chk {
  position: absolute;
  left: 0;
  top: 10px;
}
.product__item__del {
  position: absolute;
  right: 0;
  top: 10px;
}
.product__item__reorder {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.product__thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  min-width: 100px;
  aspect-ratio: auto;
  position: absolute;
  left: 0;
  top: 10px;
}
.product__thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.product__thumb > img, .product__thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.product__thumb--soldout:before {
  content: "품절";
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}

.product__ea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  margin-right: 10px;
}
.product__ea__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 3px;
  margin-right: auto;
  font-size: 12px;
  color: #666;
}
.product__ea__info__num {
  color: #000;
}
.product__ea--right {
  margin-right: 0;
}

input.product__ea__input {
  background: transparent;
  width: 38px;
  height: 30px;
  min-width: 38px;
  font-weight: 500;
  color: #000;
  text-align: center;
  border: none;
  padding-inline: 3px;
}

.product__tit {
  font-weight: 500;
  color: #000;
}
.product__date {
  margin-top: 4px;
  font-size: 12px;
  color: #939393;
}
.product__price {
  margin-top: 5.5px;
  font-size: 12px;
  color: #000;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 2px;
}
.product__price__num {
  font-size: 16px;
  font-weight: 700;
  margin-right: 1px;
}
.product__price .badge {
  margin-left: 3px;
}
.product__top {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  gap: 20px;
}
.product__top__chk {
  margin-block: 10px;
}
.product__count {
  font-weight: 600;
  color: #000;
}
.product__sort {
  font-size: 12px;
  color: #000;
}
.product__sort__item:not(:last-child) {
  position: relative;
}
.product__sort__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 14px;
  margin-inline: 5px;
  background: #eaeaea;
  cursor: default;
}
.product__price-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  gap: 20px;
  margin-top: 5px;
}
.product__ranking {
  font-size: 14px;
  font-weight: 600;
  color: #058375;
  white-space: nowrap;
}
.product__stock {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}

.product__total-price {
  font-size: 12px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 2px;
}
.product__total-price,
.product__total-price * {
  line-height: initial;
}
.product__total-price__num {
  font-size: 14px;
  font-weight: 500;
}
.product__total-price__tit {
  color: #666;
}
.product__total-price--m {
  width: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
}

.product__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.product__head__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
.product__head__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  font-weight: 500;
}
.product__head__chk {
  font-size: 16px;
  font-weight: 600;
}

.notice-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.notice-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  gap: 10px;
}
.notice-list__title {
  font-weight: 500;
  flex: 1;
  font-size: 13px;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.notice-list__title::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 2px;
  height: 2px;
  margin-inline: 5px;
  background: #6e6e6f;
  border-radius: 2px;
  vertical-align: middle;
  cursor: default;
}
.notice-list__date {
  font-size: 11px;
  color: #999;
}

.notice {
  border-radius: 10px;
  border: 1px solid #eaeaea;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(218, 219, 226, 0.5);
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
}
.notice__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  gap: 10px;
  padding-block: 15px;
}
.notice__item:first-child {
  padding-top: 0;
}
.notice__item:last-child {
  padding-bottom: 0;
}
.notice__item:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}
.notice__title {
  font-weight: 500;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
}
.notice__date {
  font-size: 12px;
  color: #505050;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
}
.notice__date + .notice__title {
  margin-top: 5px;
  margin-bottom: 0;
}
.notice__strong {
  font-weight: 600;
  font-size: 13px;
  color: #000;
}
.notice__chk {
  color: red;
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  bottom: 15px;
  right: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 3px;
}
.notice__detail {
  position: relative;
  border-radius: 10px;
  border: 1px solid #eaeaea;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(218, 219, 226, 0.5);
  padding: 15px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  gap: 10px;
}
.notice__detail .btn--survey {
  margin-left: auto;
  width: 46px;
  height: 46px;
}
.notice__detail .badge {
  min-width: auto;
}
.notice__detail + .notice__detail {
  margin-top: 10px;
}
.notice__detail--head {
  background-color: #058375;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
}
.notice__contents {
  border-radius: 10px;
  border: 1px solid #eaeaea;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(218, 219, 226, 0.5);
  padding: 15px;
  margin-top: 10px;
  min-height: 200px;
  line-height: 1.6;
}
.notice__file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
  font-size: 13px;
  margin-top: 20px;
}
.notice__comment-title {
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
}
.notice__comment-edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  position: absolute;
  top: 15px;
  right: 0;
}
.notice__comment-write {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
  margin-top: 10px;
}
.notice__comment-write input {
  flex: 1;
}

.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.faq__item {
  border-radius: 10px;
  border: 1px solid #eaeaea;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(218, 219, 226, 0.5);
  padding: 15px 15px 0;
  width: 100%;
}
.faq__item.is-active .faq__body {
  display: flex;
}
.faq__item.is-active .faq__btn {
  transform: rotate(0deg);
}
.faq__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  gap: 10px;
  padding-bottom: 15px;
}
.faq__btn {
  transform: rotate(180deg);
}
.faq__title {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.faq__desc {
  flex: 1;
  line-height: 1.5;
  font-size: 13px;
}
.faq__body {
  gap: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  border-top: 1px solid #eaeaea;
  padding-block: 15px;
  display: none;
}
.faq__icon {
  font-size: 18px;
  font-weight: 700;
  color: #999;
}

.push {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.push__item {
  border-radius: 10px;
  border: 1px solid #eaeaea;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(218, 219, 226, 0.5);
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.push__title {
  font-size: 14px;
  font-weight: 600;
}

.login-notice {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 20px;
  font-size: 18px;
  text-align: center;
}

.login-field {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 8px;
  border-radius: 10px;
  border: 1px solid #eaeaea;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(218, 219, 226, 0.5);
  padding: 20px 17px 15px;
}
.login-field__input {
  margin-bottom: 12px;
}

.login-info-save {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  margin-bottom: 10px;
}

.login-tip {
  text-align: center;
  margin-top: 15px;
}

.login__footer {
  margin-top: auto;
  padding-block: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 27px;
}
.login__footer__logo img {
  height: 30px;
}

.order-control {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 15px;
  border-radius: 10px 10px 0 0;
  border: 1px solid #eaeaea;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(218, 219, 226, 0.5);
}
.order-control__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 20px;
  font-size: 16px;
  font-weight: 600;
}
.order-control .btn {
  min-width: 100px;
}

.request-notice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  text-align: center;
  gap: 16px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding-block: 30px 60px;
}
.request-notice img {
  height: 100px;
}

.request-info {
  border-radius: 10px;
  border: 1px solid #eaeaea;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(218, 219, 226, 0.5);
  padding: 17px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.request-info li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
}
.request-info__tit {
  font-weight: 500;
}

.main-section {
  padding-bottom: 35px;
  padding-top: 30px;
  padding-inline: 17px;
}
.main-section:first-child {
  padding-top: 70px;
}
.main-section:last-child {
  padding-bottom: 100px;
}
.main-section--bg {
  background-color: #fff;
}
.main-section--pt-0 {
  padding-top: 0;
}

.summary-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.summary-list__item {
  border-radius: 10px;
  background-color: #058375;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  padding: 20px 15px;
  align-items: flex-start;
}
.summary-list__title {
  position: relative;
  padding-left: 7px;
  font-weight: 500;
}
.summary-list__title::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
}
.summary-list__title-s {
  font-size: 12px;
  font-weight: 400;
}
.summary-list__desc {
  font-size: 13px;
  flex: 0 0 auto;
  font-weight: 400;
}
.summary-list__desc b {
  font-size: 15px;
  font-weight: 600;
}

.separator--text-wh::before {
  display: inline-block;
  vertical-align: middle;
  margin-inline: 6px;
  width: 1px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
}
.separator--text::before {
  display: inline-block;
  vertical-align: middle;
  margin-inline: 6px;
  width: 1px;
  height: 10px;
  background-color: #d9d9d9;
  content: "";
}
.separator--row {
  display: block;
  border-top: 1px solid #eaeaea;
}

.service-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.service-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 15px;
}
.service-list__thumb {
  width: 65px;
}
.service-list__text {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.order-info {
  border-radius: 10px;
  border: 1px solid #eaeaea;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(218, 219, 226, 0.5);
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.order-info + .order-info {
  margin-top: 15px;
}
.order-info__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.order-info__top > * {
  align-self: flex-start;
}
.order-info__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.order-info__prd-name {
  font-weight: 500;
}
.order-info__order-num {
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  gap: 5px;
}
.order-info__date {
  font-size: 12px;
}
.order-info__desc {
  color: #505050;
  font-size: 12px;
  margin-top: 4px;
}
.order-info__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  color: #505050;
}
.order-info__price {
  font-size: 14px;
  font-weight: 500;
}
.order-info__price-l {
  font-weight: 600;
  font-size: 12px;
}
.order-info__price-l b {
  font-size: 16px;
}
.order-info--list {
  gap: 0;
  padding: 15px;
}
.order-info__number {
  color: #000;
  margin-left: 5px;
}
.order-info__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  padding-block: 15px;
  gap: 5px;
  align-items: flex-start;
}
.order-info__item:last-child {
  padding-bottom: 0;
}
.order-info__item:nth-of-type(1) {
  padding-top: 0;
}
.order-info__item:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}
.order-info__item--row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  flex-direction: row;
}
.order-info__desc-row {
  width: 100%;
  font-size: 12px;
  color: #505050;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 15px;
  position: relative;
}
.order-info__desc-row .status-chip {
  position: absolute;
  top: -10px;
  right: 0;
}
.order-info__total {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  font-size: 12px;
  color: #505050;
}
.order-info .input-unit {
  width: 100%;
}
.order-info .input-unit input {
  height: 30px;
  background-color: #f7f7f7;
  border: none;
  line-height: 30px;
}
.order-info--summary {
  position: relative;
}
.order-info--summary .status-chip {
  position: absolute;
  top: 70px;
  right: 20px;
}
.order-info--delivery .order-info__top {
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
}
.order-info--delivery .order-info__top .order-info__desc {
  margin-top: 0;
}
.order-info__delivery-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  gap: 20px;
}
.order-info__delivery-total {
  font-size: 14px;
  font-weight: 500;
}
.order-info__delivery-date {
  font-size: 12px;
  color: #505050;
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}

.order-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 7px;
}
.order-summary__item {
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  gap: 10px;
}
.order-summary__h {
  min-width: 55px;
  color: #505050;
}
.order-summary__total {
  font-weight: 600;
  font-size: 14px;
  margin-top: 5px;
}
.order-summary__desc {
  color: #000;
  font-weight: 600;
}

.order-info-total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 16px;
}

.chart {
  border-radius: 10px;
  border: 1px solid #eaeaea;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(218, 219, 226, 0.5);
  padding: 30px 20px;
}
.chart__result {
  padding: 19px;
  margin: 30px -20px -30px;
  background: #f6f6f6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.chart__result__tit {
  font-size: 16px;
  font-weight: 600;
}
.chart__result__txt {
  color: #505050;
}

.num-dashboard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px 4px;
  width: 100%;
}
.num-dashboard > * {
  width: calc((100% - 4px * 4) / 5);
  min-width: calc((100% - 4px * 4) / 5);
}
.num-dashboard__item {
  border-radius: 10px;
  border: 1px solid #eaeaea;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(218, 219, 226, 0.5);
  padding: 15px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  font-size: 11px;
  cursor: pointer;
}
.num-dashboard__num {
  font-size: 16px;
  font-weight: 700;
  color: #058375;
}