@-webkit-keyframes loader-rotate-data-v-efe9d588 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
@keyframes loader-rotate-data-v-efe9d588 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
#pageLoading[data-v-efe9d588] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  color: #fffdf4;
}
.loader__style--1[data-v-efe9d588] {
  width: 40px;
  height: 40px;
  border-top: 4px solid #fffdf4;
  border-right: 4px solid #fffdf4;
  border-left: 4px solid #fffdf4;
  border-bottom: 4px solid transparent;
  border-radius: 99rem;
  -webkit-animation: loader-rotate-data-v-efe9d588 1.5s infinite linear;
          animation: loader-rotate-data-v-efe9d588 1.5s infinite linear;
  margin: 0 auto;
}

@-webkit-keyframes fadeInDown-data-v-6be7b2a8 {
from {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDown-data-v-6be7b2a8 {
from {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.popup[data-v-6be7b2a8] {
  position: fixed;
  z-index: 1999;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.popup--fade .popup__content[data-v-6be7b2a8] {
  -webkit-animation: fadeInDown-data-v-6be7b2a8 0.6s 1;
          animation: fadeInDown-data-v-6be7b2a8 0.6s 1;
}
.popup--scroll .popup__content[data-v-6be7b2a8] {
  max-height: 90%;
  overflow: hidden;
}
.popup--scroll .popup__body[data-v-6be7b2a8] {
  overflow-y: auto;
  line-height: 1.5;
}
.popup__dialog[data-v-6be7b2a8] {
  height: 100%;
  overflow-y: auto;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
}
.popup__content[data-v-6be7b2a8] {
  width: 90%;
  max-width: 500px;
  margin: auto;
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
}
.popup__body[data-v-6be7b2a8] {
  width: 100%;
  position: relative;
}
.popup__footer[data-v-6be7b2a8] {
  width: 100%;
  flex-shrink: 0;
  position: relative;
}

@-webkit-keyframes loader-rotate-data-v-40228e40 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
@keyframes loader-rotate-data-v-40228e40 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
#pageLoading[data-v-40228e40] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  color: #fffdf4;
}
.loader__style--1[data-v-40228e40] {
  width: 40px;
  height: 40px;
  border-top: 4px solid #fffdf4;
  border-right: 4px solid #fffdf4;
  border-left: 4px solid #fffdf4;
  border-bottom: 4px solid transparent;
  border-radius: 99rem;
  -webkit-animation: loader-rotate-data-v-40228e40 1.5s infinite linear;
          animation: loader-rotate-data-v-40228e40 1.5s infinite linear;
  margin: 0 auto;
}

@charset "UTF-8";
/* Html Ori
  ================================================*/
* {
  box-sizing: border-box; }

html {
  font-size: clamp(14px, 2vmin, 16px);
  width: 100%;
  overflow-x: hidden; }

html,
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  overflow-x: hidden;
  margin: 0 auto;
  color: #333333;
  font-family: "San Francisco", "PingFang TC", "Hiragino Sans GB", "Microsoft YaHei", "微軟正黑體", "WenQuanYi Micro Hei", "Roboto", sans-serif;
  max-width: 100%;
  background: #f5f5f5; }

a {
  position: relative;
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
  color: inherit; }
  a:hover, a:active {
    text-decoration: none;
    color: inherit; }
  a:hover, a:focus, a:active, a.active, a:not(:disabled):not(.disabled).active, a:not(:disabled):not(.disabled):active, a:not(:disabled):not(.disabled).active:hover, a:not(:disabled):not(.disabled):active:hover {
    outline: none;
    box-shadow: 0 0 0 transparent; }

figure {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle; }

p {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 0.3rem; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

/* components__class set
  =======================================================*/
.mb-2 {
  margin-bottom: 0.5rem; }

.mt-2 {
  margin-top: 0.5rem; }

.my-2 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem; }

.mb-3 {
  margin-bottom: 1rem; }

.mt-3 {
  margin-top: 1rem; }

.my-3 {
  margin-bottom: 1rem;
  margin-top: 1rem; }

.mb-4 {
  margin-bottom: 1.5rem; }

.mt-4 {
  margin-top: 1.5rem; }

.my-4 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.mb-5 {
  margin-bottom: 2rem; }

.mt-5 {
  margin-top: 2rem; }

.my-5 {
  margin-bottom: 2rem;
  margin-top: 2rem; }

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem; }

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.mx-3 {
  margin-left: 1rem;
  margin-right: 1rem; }

.mx-4 {
  margin-left: 1.5rem;
  margin-right: 1.5rem; }

.mx-5 {
  margin-left: 2rem;
  margin-right: 2rem; }

.mr-1 {
  margin-right: 0.25rem; }

.mr-2 {
  margin-right: 0.5rem; }

.mr-3 {
  margin-right: 1rem; }

.mr-4 {
  margin-right: 1.5rem; }

.mr-5 {
  margin-right: 2rem; }

.ml-1 {
  margin-left: 0.25rem; }

.ml-2 {
  margin-left: 0.5rem; }

.ml-3 {
  margin-left: 1rem; }

.ml-4 {
  margin-left: 1.5rem; }

.ml-5 {
  margin-left: 2rem; }

.pb-2 {
  padding-bottom: 0.5rem; }

.pt-2 {
  padding-top: 0.5rem; }

.py-2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }

.pb-3 {
  padding-bottom: 1rem; }

.pt-3 {
  padding-top: 1rem; }

.py-3 {
  padding-bottom: 1rem;
  padding-top: 1rem; }

.pb-4 {
  padding-bottom: 1.5rem; }

.pt-4 {
  padding-top: 1.5rem; }

.py-4 {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem; }

.pb-5 {
  padding-bottom: 2rem; }

.pt-5 {
  padding-top: 2rem; }

.py-5 {
  padding-bottom: 2rem;
  padding-top: 2rem; }

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.px-3 {
  padding-left: 1rem;
  padding-right: 1rem; }

.px-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.px-5 {
  padding-left: 2rem;
  padding-right: 2rem; }

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

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

.d-flex {
  display: flex; }

.flex-wrap {
  flex-wrap: wrap; }

.align-items-start {
  align-items: flex-start; }

.align-items-center {
  align-items: center; }

.align-items-end {
  align-items: flex-end; }

.justify-content-end {
  justify-content: flex-end; }

.justify-content-center {
  justify-content: center; }

.justify-content-between {
  justify-content: space-between; }

.justify-content-around {
  justify-content: space-around; }

.justify-content-evenly {
  justify-content: space-evenly; }

.flex-grow-0 {
  flex-grow: 0; }

.flex-grow-1 {
  flex-grow: 1; }

.flex-shrink-0 {
  flex-shrink: 0; }

.flex-shrink-1 {
  flex-shrink: 1; }

.d-block {
  display: block !important; }

.d-none {
  display: none; }

.position-relative {
  position: relative; }

.text-md {
  font-size: 0.9rem; }

.text-sm {
  font-size: 0.8rem; }

.w-100 {
  width: 100%; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.8rem; }

.col-4 {
  width: 33.3%;
  padding: 0 0.8rem; }

/* components__form
  =======================================================*/
.input-style {
  display: block;
  width: 100%;
  outline: none;
  font-size: 1.05rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.375rem 0.75rem;
  -webkit-appearance: none;
  background: #ffffff;
  border-radius: 0.5rem;
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #333333;
  line-height: 1.3;
  height: auto;
  font-weight: normal; }
  .input-style::-moz-placeholder {
    color: #999999; }
  .input-style:-ms-input-placeholder {
    color: #999999; }
  .input-style::placeholder {
    color: #999999; }
  .input-style:disabled {
    background: rgba(204, 204, 204, 0.3);
    padding: 0.375rem 0.5rem;
    border: 1px solid rgba(51, 51, 51, 0.15);
    color: #333333;
    opacity: 1; }
  .input-style:focus, .input-style.focus {
    outline: 0;
    border-color: black; }

.input-edit-style:disabled {
  background: transparent;
  padding: 0.375rem 0.5rem;
  border: 0;
  color: #333333;
  opacity: 1; }

textarea.input-style {
  resize: vertical;
  min-height: 5rem; }

select.input-style {
  padding: 0.375rem 1.5rem 0.375rem 0.75rem;
  background: url(../img/select-down.d2bf156b.svg) no-repeat calc(100% - 7px) center #fff;
  background-size: auto 35%; }

input[type="date"] {
  position: relative; }

input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  padding: 0.375rem 1rem 0.375rem 0.75rem;
  color: transparent;
  background-size: auto 35%;
  -webkit-margin-start: 0;
          margin-inline-start: 0; }

input[type="file"] {
  opacity: 0;
  pointer-events: none;
  width: 0; }

.upload-label {
  border: 1px solid rgba(51, 51, 51, 0.5);
  padding: 0.4rem 1.2rem; }

.showFileName {
  font-size: 0.85rem; }

.label-style {
  margin-bottom: 0;
  font-weight: 500; }

.checkbox-style, .radio-style {
  display: flex;
  margin-right: 1rem;
  line-height: 1.2; }

.checkbox-style .fake, .radio-style .fake {
  display: inline-block;
  border: 1px solid #b3b3b3;
  width: 1.1rem;
  height: 1.1rem;
  position: relative;
  margin-right: 0.3rem; }

.checkbox-style input {
  display: none; }
  .checkbox-style input:checked + .fake::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 40%;
    border-left: 4px solid #000000;
    border-bottom: 4px solid #000000;
    transform: rotate(-45deg);
    border-radius: 0.2rem; }

.checkbox-style .fake {
  border-radius: 0.2rem; }

.radio-style input {
  display: none; }
  .radio-style input:checked + .fake {
    border-color: #000000;
    background: #000000; }
  .radio-style input:checked + .fake::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.radio-style .fake {
  border-radius: 50%; }

.onoffswitch {
  position: relative;
  width: 40px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.onoffswitch-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 20px;
  padding: 0;
  line-height: 20px;
  border: 1px solid #b3b3b3;
  border-radius: 20px;
  background-color: #ffffff;
  transition: background-color 0.2s ease-in; }

.onoffswitch-label:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: 0px;
  background: #b3b3b3;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 21px;
  border: 1px solid #fff;
  border-radius: 20px;
  transition: all 0.2s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: #000000; }

.onoffswitch-checkbox:checked + .onoffswitch-label,
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  border-color: #000000; }

.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  right: 2px;
  background: #fff; }

/* components__button
  =======================================================*/
.btn {
  display: inline-block;
  font-weight: 400;
  color: inherit;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 0.5rem;
  padding: 5px 15px;
  font-weight: 500; }
  .btn.btn-sm {
    font-size: 0.9rem;
    font-weight: 400;
    padding: 0.3rem 0.5rem;
    line-height: 1.2; }

.btn-primary {
  border-color: #000000;
  background-color: #000000;
  color: #fff;
  border-width: 1px;
  font-size: 1rem;
  letter-spacing: 1px; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active:hover, .btn-primary:not(:disabled):not(.disabled):active:hover {
    border-color: #262626;
    background-color: #262626;
    color: #ffffff;
    box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.2); }

.btn-primary-reverse {
  border-color: #000000;
  background-color: white;
  color: #000000;
  border-width: 1px;
  font-size: 1rem;
  letter-spacing: 1px; }
  .btn-primary-reverse:hover, .btn-primary-reverse:focus, .btn-primary-reverse:active, .btn-primary-reverse.active, .btn-primary-reverse:not(:disabled):not(.disabled).active, .btn-primary-reverse:not(:disabled):not(.disabled):active, .btn-primary-reverse:not(:disabled):not(.disabled).active:hover, .btn-primary-reverse:not(:disabled):not(.disabled):active:hover {
    border-color: #1a1a1a;
    background-color: #fafafa;
    box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.2); }

.btn-secondary {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #333333;
  border-width: 2px;
  min-width: 60px;
  font-size: 1rem; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active:hover, .btn-secondary:not(:disabled):not(.disabled):active:hover {
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 0.1rem rgba(51, 51, 51, 0.35); }

.table-style-wrap {
  width: 100%;
  overflow-x: auto;
  padding: 1rem 0;
  margin-bottom: 1rem; }

.table-style {
  font-size: 0.9rem;
  width: 100%;
  border-collapse: collapse; }

.table-style thead tr,
.table-style thead th {
  letter-spacing: 1px;
  background: #f3f3f3;
  text-align: left;
  color: #000000;
  white-space: nowrap;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none; }

.table-style tbody tr,
.table-style tbody th {
  transition: 0.5s;
  cursor: default;
  border-bottom: 1px solid #e4e4e4; }

.table-style tbody tr:hover {
  background: #fafafa; }

.table-style th,
.table-style td {
  padding: 1.1rem 0.7rem;
  vertical-align: middle;
  border: none; }

.table-style tr.nowrap td {
  white-space: nowrap; }

/* 置中 */
.table-style td.center {
  text-align: center; }

/* 排序icon */
.sortable::after {
  content: '↓';
  display: inline-block;
  font-weight: 700;
  font-size: 0.9rem;
  opacity: 0.4;
  transition: 0.2s;
  line-height: 1; }

.sortable.desc::after {
  opacity: 1;
  transform: rotate(0deg); }

.sortable.asc::after {
  opacity: 1;
  transform: rotate(-180deg); }

.pagination {
  display: flex;
  justify-content: flex-end;
  opacity: 0.7;
  margin: 0; }
  .pagination li {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 25px;
    height: 25px;
    margin: 0 3px; }
    .pagination li a {
      width: 100%;
      text-align: center;
      -moz-user-select: none;
       -ms-user-select: none;
           user-select: none;
      -webkit-user-select: none;
      transition: 0s; }
    .pagination li.disabled a {
      cursor: default; }
    .pagination li:first-of-type.disabled, .pagination li:last-of-type.disabled {
      opacity: 0.2; }
    .pagination li.active {
      background: #000000;
      color: #fff;
      border-radius: 0.3rem; }

.card {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 0.5rem -0.2rem rgba(0, 0, 0, 0.5);
  margin-bottom: 1rem; }
  .card__img {
    position: relative;
    width: 100%;
    padding-bottom: 60%; }
    .card__img img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .card__img--unavailable::after {
      content: '未上架';
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(255, 74, 74, 0.8);
      padding: 0.5rem 1rem;
      color: #fff;
      border-radius: 0 0 0.5rem 0; }
  .card__content {
    padding: 1rem; }
    .card__content .client {
      font-size: 0.95rem;
      opacity: 0.7; }
    .card__content .recent {
      background: rgba(255, 74, 74, 0.7);
      padding: 0.3rem 0.8rem;
      color: #fff;
      border-radius: 99rem;
      font-size: 0.85rem; }
    .card__content .title {
      font-weight: bold;
      font-size: 1.25rem;
      margin-bottom: 0.5rem;
      min-height: 2.5rem; }
    .card__content .date {
      font-size: 0.85rem;
      opacity: 0.7; }

.card-horizontal {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 0.5rem -0.2rem rgba(0, 0, 0, 0.5);
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1rem; }
  .card-horizontal--unavailable::after {
    content: '未上架';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 74, 74, 0.8);
    padding: 0.5rem 0.6rem;
    color: #fff; }
  .card-horizontal__img {
    max-width: 150px;
    width: 100%;
    flex-shrink: 0;
    border-radius: 0.5rem;
    overflow: hidden; }
    .card-horizontal__img .img-box {
      width: 100%;
      padding-bottom: 60%;
      position: relative; }
    .card-horizontal__img img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .card-horizontal__content {
    flex-grow: 1;
    margin-left: 1rem; }
    .card-horizontal__content .brief {
      color: rgba(0, 0, 0, 0.5);
      line-height: 1.4;
      font-size: 0.95rem;
      overflow: hidden;
      word-break: break-all;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
  .card-horizontal__tools {
    min-width: 150px;
    flex-shrink: 0;
    text-align: right;
    margin-left: 1rem; }
    .card-horizontal__tools .date {
      font-size: 0.85rem;
      opacity: 0.6;
      margin-top: 0.5rem;
      margin-bottom: 0.8rem; }

.Vue-Toastification__toast--default.custom-toast {
  background-color: #404040; }

/* 後台一些共用樣式
  =======================================================*/
.page-ttl {
  color: #000000;
  margin-bottom: 1.5rem; }

.content-wrap {
  background: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 0 0.8rem #ebebeb;
  padding: 1rem; }

.breadcrumbs {
  color: #000000;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
  transition: 0.5s;
  display: inline-block;
  opacity: 0.5; }
  .breadcrumbs:hover {
    opacity: 0.8; }

.error-msg {
  font-size: 0.8rem;
  color: #FF4A4A;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem; }

.readonly {
  pointer-events: none;
  opacity: 0.8; }

/* ----------------------------------------- */
/* 篩選bar內容 toolbar ▼▼▼ */
.filter-ttl {
  font-size: 0.8rem;
  opacity: 0.7;
  margin-bottom: 0.25rem; }

.date-groups-wrap {
  display: flex;
  align-items: center;
  max-width: 300px; }

.select-wrap {
  max-width: 150px; }

.base-input-wrap {
  display: flex;
  align-items: center; }
  .base-input-wrap:not(:last-of-type) {
    margin-bottom: 1rem; }
  .base-input-wrap > label {
    width: 5.5rem;
    flex-shrink: 0; }
  .base-input-wrap > div {
    width: 100%; }

.tab {
  background: #b3b3b3;
  padding: 0.8rem 1rem;
  border-radius: 0.8rem 0.8rem 0 0;
  display: inline-block;
  color: #fff;
  min-width: 130px;
  text-align: center;
  margin-left: 0.5rem;
  cursor: default; }
  .tab.active {
    background: #000000; }

.preview-img-wrap {
  width: 100%; }
  .preview-img-wrap.multiple {
    width: 33.3%;
    padding: 0.5rem; }

.preview-img {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  overflow: hidden;
  border-radius: 0.5rem; }
  .preview-img.flexible {
    padding-bottom: 0; }
    .preview-img.flexible img {
      position: relative; }
  .preview-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .preview-img__delete {
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    background: rgba(226, 226, 226, 0.5);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    cursor: default; }
    .preview-img__delete:hover {
      background: white;
      box-shadow: 0 0 5px rgba(51, 51, 51, 0.5); }
    .preview-img__delete::after {
      content: '×';
      display: block;
      color: #333333;
      line-height: 1;
      font-weight: bold;
      font-size: 1.2rem;
      transform: translateY(-1px);
      color: #333333; }

.base-upload {
  border: 1px solid rgba(51, 51, 51, 0.3);
  border-radius: 0.5rem;
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  cursor: default;
  background-color: #fff; }

.base-upload-label {
  position: absolute;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .base-upload-label input {
    display: none; }

.base-upload-text {
  color: gray;
  font-size: 0.9rem; }
  .base-upload-text::before {
    content: '+';
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
    color: #cccccc;
    text-align: center;
    line-height: 1;
    height: 2rem;
    margin-bottom: 0.5rem;
    width: 100%; }

