textarea {
  resize: none;
}

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

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

.me-upload-img .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.me-upload-img-upload {
  color: #B0B0B0;
  background: #F1F1F2;
  width: 84px;
  height: 84px;
  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.0522%209.48478C16.896%209.32207%2016.6812%209.23096%2016.46%209.23096H8.23346C8.01218%209.23096%207.79089%209.32207%207.6412%209.48478C7.49151%209.64749%207.4069%209.86877%207.41992%2010.0966L7.82343%2016.7741C7.89503%2017.7633%207.98614%2018.9999%2010.2575%2018.9999H14.4359C16.7073%2018.9999%2016.7984%2017.7699%2016.87%2016.7741L17.2735%2010.1031C17.2865%209.86877%2017.2019%209.64749%2017.0522%209.48478ZM13.4271%2015.7393H11.2598C10.993%2015.7393%2010.7717%2015.518%2010.7717%2015.2511C10.7717%2014.9843%2010.993%2014.763%2011.2598%2014.763H13.4271C13.6939%2014.763%2013.9152%2014.9843%2013.9152%2015.2511C13.9152%2015.518%2013.6939%2015.7393%2013.4271%2015.7393ZM13.9738%2013.1359H10.7196C10.4528%2013.1359%2010.2315%2012.9147%2010.2315%2012.6478C10.2315%2012.381%2010.4528%2012.1597%2010.7196%2012.1597H13.9738C14.2406%2012.1597%2014.4619%2012.381%2014.4619%2012.6478C14.4619%2012.9147%2014.2406%2013.1359%2013.9738%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;
}

/* Change the white to any color */