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: #B3B5B9;
  background: #F0F1F3;
  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='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='30'%20height='30'%20rx='15'%20fill='%23777777'/%3e%3cpath%20d='M21.0451%2010.4873C19.9718%2010.3807%2018.8985%2010.3007%2017.8185%2010.2407V10.234L17.6718%209.36732C17.5718%208.75398%2017.4251%207.83398%2015.8651%207.83398H14.1185C12.5651%207.83398%2012.4185%208.71398%2012.3118%209.36065L12.1718%2010.214C11.5518%2010.254%2010.9318%2010.294%2010.3118%2010.354L8.95181%2010.4873C8.67181%2010.514%208.47181%2010.7607%208.49848%2011.034C8.52514%2011.3073%208.76514%2011.5073%209.04514%2011.4807L10.4051%2011.3473C13.8985%2011.0007%2017.4185%2011.134%2020.9518%2011.4873C20.9718%2011.4873%2020.9851%2011.4873%2021.0051%2011.4873C21.2585%2011.4873%2021.4785%2011.294%2021.5051%2011.034C21.5251%2010.7607%2021.3251%2010.514%2021.0451%2010.4873Z'%20fill='white'/%3e%3cpath%20d='M19.8211%2012.426C19.6611%2012.2593%2019.4411%2012.166%2019.2145%2012.166H10.7878C10.5611%2012.166%2010.3345%2012.2593%2010.1811%2012.426C10.0278%2012.5927%209.94114%2012.8193%209.95447%2013.0527L10.3678%2019.8927C10.4411%2020.906%2010.5345%2022.1727%2012.8611%2022.1727H17.1411C19.4678%2022.1727%2019.5611%2020.9127%2019.6345%2019.8927L20.0478%2013.0593C20.0611%2012.8193%2019.9745%2012.5927%2019.8211%2012.426ZM16.1078%2018.8327H13.8878C13.6145%2018.8327%2013.3878%2018.606%2013.3878%2018.3327C13.3878%2018.0593%2013.6145%2017.8327%2013.8878%2017.8327H16.1078C16.3811%2017.8327%2016.6078%2018.0593%2016.6078%2018.3327C16.6078%2018.606%2016.3811%2018.8327%2016.1078%2018.8327ZM16.6678%2016.166H13.3345C13.0611%2016.166%2012.8345%2015.9393%2012.8345%2015.666C12.8345%2015.3927%2013.0611%2015.166%2013.3345%2015.166H16.6678C16.9411%2015.166%2017.1678%2015.3927%2017.1678%2015.666C17.1678%2015.9393%2016.9411%2016.166%2016.6678%2016.166Z'%20fill='white'/%3e%3c/svg%3e") no-repeat center;
  background-size: 100%;
}

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

.count.valid {
  color: #00804a;
}

.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: #454545;
    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-family: Pretendard-Bold !important;
}

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

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

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

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

.me-list-item .box {
  padding-bottom: 30px;
  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 #1e1f23 !important;
}

.count-box .count-result {
  color: #777777;
}

.count-box .count-result.valid {
  color: #00804A;
}

.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 */