textarea {
  resize: none;
}

.me-upload-img {
  display: flex;
  width: 100%;
  gap: 6px;
  flex-wrap: wrap;
}

.me-upload-img > .item {
  width: 110px;
  height: 110px;
}

.me-upload-img .item img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
}

.me-upload-img-upload {
  color: #B0B0B0;
  justify-content: center;
  background: #F1F1F2;
  width: 110px;
  height: 110px;
  border-radius: 12px;
  padding: 16px 0 12px 0;
  font-size: 12px;
}

.me-upload-img .remove-img {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 8px;
  bottom: 8px;
  border: none;
  background: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='24'%20height='24'%20rx='12'%20fill='%23737373'/%3e%3cpath%20d='M18.251%207.59031C17.2031%207.48617%2016.1553%207.40807%2015.1009%207.3495V7.34299L14.9578%206.49691C14.8601%205.89815%2014.7169%205%2013.194%205H11.4888C9.97239%205%209.82921%205.8591%209.72508%206.4904L9.5884%207.32347C8.98313%207.36251%208.37786%207.40156%207.77259%207.46014L6.44489%207.59031C6.17154%207.61634%205.97629%207.85715%206.00233%208.12399C6.02836%208.39083%206.26266%208.58608%206.53601%208.56004L7.8637%208.42988C11.2741%208.09145%2014.7104%208.22161%2018.1598%208.56655C18.1794%208.56655%2018.1924%208.56655%2018.2119%208.56655C18.4592%208.56655%2018.674%208.37781%2018.7%208.12399C18.7196%207.85715%2018.5243%207.61634%2018.251%207.59031Z'%20fill='white'/%3e%3cpath%20d='M17.0521%209.48478C16.8959%209.32207%2016.6811%209.23096%2016.4598%209.23096H8.23331C8.01202%209.23096%207.79074%209.32207%207.64105%209.48478C7.49136%209.64749%207.40675%209.86877%207.41977%2010.0966L7.82328%2016.7741C7.89488%2017.7633%207.98599%2018.9999%2010.2574%2018.9999H14.4357C16.7071%2018.9999%2016.7982%2017.7699%2016.8698%2016.7741L17.2733%2010.1031C17.2864%209.86877%2017.2018%209.64749%2017.0521%209.48478ZM13.4269%2015.7393H11.2597C10.9928%2015.7393%2010.7715%2015.518%2010.7715%2015.2511C10.7715%2014.9843%2010.9928%2014.763%2011.2597%2014.763H13.4269C13.6938%2014.763%2013.9151%2014.9843%2013.9151%2015.2511C13.9151%2015.518%2013.6938%2015.7393%2013.4269%2015.7393ZM13.9736%2013.1359H10.7195C10.4526%2013.1359%2010.2314%2012.9147%2010.2314%2012.6478C10.2314%2012.381%2010.4526%2012.1597%2010.7195%2012.1597H13.9736C14.2405%2012.1597%2014.4618%2012.381%2014.4618%2012.6478C14.4618%2012.9147%2014.2405%2013.1359%2013.9736%2013.1359Z'%20fill='white'/%3e%3c/svg%3e") no-repeat center;
  background-size: 100%;
}

.me-count-box {
  color: #C4C4C4;
  position: absolute;
  right: 20px;
  bottom: 40px;
}

.count.valid {
  color: #663D1A;
}

.count.invalid,
.me-count.invalid {
  color: #ff4155;
}

textarea.invalid {
  border: 1px solid #ff4155 !important;
}

.count-content-box.invalid {
  border: 1px solid #ff4155 !important;
}

.count-content-box.invalid textarea.invalid {
  border: unset !important;
}

/*input.form-control.error {*/
/*    border: 1px solid #ff4155!important;*/
/*}*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.pv-tab-content.request .request-item {
  margin-bottom: 0;
}

/*.fancybox__caption {
    font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    height: 25px;
    left: calc(50% - 48px/2);
    background: #474747;
    border-radius: 20px;
    bottom: 28px;
    padding: 0 10px!important;
}*/
.items.swiper .swiper-slide.doctor {
  /*max-width: 200px;*/
  width: 100px;
}

.items.swiper .swiper-slide.doctor > h5,
.items.swiper .swiper-slide.doctor > span:not(.badge) {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Pretendard-Medium;
}

.items.swiper .swiper-slide.doctor span.badge {
  width: fit-content;
  margin: auto;
  font-size: 15px;
  font-family: Pretendard-Bold !important;
}

.love-active svg path {
  fill: #BF8343 !important;
}

.bot-line {
  border-bottom: 1px solid #F1F1F2;
}

.pre-line {
  white-space: pre-line;
}

.filter-review a.active {
  pointer-events: none;
}

.me-list-item .box {
  padding-bottom: 24px;
  background: white;
}

.hos-tag-form .list-checkbox-label {
  margin-bottom: 70px;
}

.hos-tag-form > .text-center {
  margin-bottom: 74px;
}

.hos-tag-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

.focus-input-form input:focus {
  border: 1px solid #000000 !important;
}

.count-box .count-result.invalid {
  color: #ff4155;
}

/*.modal.fade {
    background: rgba(0, 0, 0, 0.5);
}*/
:focus-visible {
  box-shadow: unset !important;
  outline: none !important;
}

.fancybox__slide.has-html5video .fancybox__content {
  height: unset !important;
  aspect-ratio: unset !important;
}

#kkk {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
}

@media only screen and (max-width: 992px) {
  .me-upload-img {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .me-upload-img > .item {
    width: 100%;
    height: 100%;
  }
  .me-upload-img-upload {
    width: 100%;
    aspect-ratio: 1;
    height: auto;
  }
}
/* Change the white to any color */