@import "./colors.css";

.common_recently__bg {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.common_recently__imageWrap img {
    border-radius: 5px;
}
.common_recommend__description,
.common_recently__description {
    background: none;
}
.common_recommend__bg,
.common_recently__bg {
    width: 100%;
    height: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 0%;
    line-height: 1.3;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#707070));
    background: linear-gradient(to bottom, transparent, #707070);
    mix-blend-mode: multiply;
}

@media screen and (max-width: 1023px) {
    .common_recently {
      padding-top: 0;
    }
    .common__bannerGroup{
      margin-bottom: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      justify-content: space-between;
      padding: 0 20px;
    }
    .common__bannerWrap.-request{
      width: 48%;
      max-width: none;
      margin: 30px 0 0;
    }
    .common__bannerWrap.-request:first-of-type {
        margin-left: 0;
    }
}

.double_shadow {
  color: var(--color-red);
  font-size: 42px;
  font-weight: 700;
  text-shadow:
    2px 2px 0px #ffeaf4,
    3px 2px 0px #ffffff,
    0px -1px 0px #ffffff;
  position: relative;
  z-index: 1;
  @media screen and (max-width: 1023px) {
    font-size: 27px;
  }
}

.max_content_form {
  max-width: 1000px;
  margin: 0 auto;
}

.text_title {
  font-size: 1.25rem;
  font-weight: 700;
  @media screen and (max-width: 1023px) {
    font-size: 1rem;
  }
}

.section_label {
  font-size: 1rem !important;
  font-weight: 500 !important;
  @media screen and (max-width: 1023px) {
    font-size: 0.75rem !important;
  }
}

.detail_section__check:checked+.button_shadow_light_pink {
  background-color: var(--color-pink);
  box-shadow: 0px 3px 0px transparent;
  color: white;
  border: 1px solid var(--color-pink);
}

.tag_pink {
  background: var(--color-pink);
  border-radius: 1rem;
  color: white;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.search_input::placeholder {
  color: var(--color-soft-pink) !important;
  padding-left: 1rem;
}

.search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  @media screen and (max-width: 1023px) {
    left: 0.75rem;
  }
}

.search_input:not(:placeholder-shown) + .search-icon {
  display: none;
}

.selected-display {
  min-width: 104px;
  @media screen and (max-width: 768px) {
    min-width: max-content;
    width: 100%;
  }
}

.sticky-btn {
  position: sticky;
  bottom: 0;
  top: calc(100vh - 114px);
  display: block;
  z-index: 1;
  width: 100%;
  @media screen and (max-width: 1023px) {
    top: calc(100vh - 80px);
  }
}

.search_btn {
    margin: auto;
    text-align: center;
}

.search_btn:disabled {
    box-shadow: 0 3px 0 var(--color-gray-shadow) !important;
    border: 1px solid var(--color-gray);
    color: var(--color-gray);
}

.search_btn.accordion_box:disabled:before, .search_btn.accordion_box:disabled:after {
    background-color:var(--color-gray);
}

.banner_textbanner, .banner_newworks {
  max-height: 80px;
  max-width: 400px;
}