/* 스타일은 #celeb_features 섹션에만 적용 */
#celeb_features {
  padding: 4rem 1rem;
  background-color: #ffffff;
}

#celeb_features .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

#celeb_features .container h2 {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  color: #1f2937;
}

#celeb_features .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

#celeb_features .feature-card {
  text-align: center;
  padding: 1.5rem;
  background-color: #f3f4f6;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

#celeb_features .feature-card:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

#celeb_features .feature-card .icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

#celeb_features .feature-card h3 {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #111827;
}

#celeb_features .feature-card p {
  font-family: 'Noto Sans KR', sans-serif;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.5;
}

/* 반응형 디자인 - 768px 이상 */
@media (min-width: 768px) {
  #celeb_features .grid {
    grid-template-columns: repeat(3, 1fr);
  }

  #celeb_features .container h2 {
    font-size: 2.25rem;
  }

  #celeb_features .feature-card {
    padding: 2rem;
  }

  #celeb_features .feature-card .icon {
    font-size: 3rem;
  }

  #celeb_features .feature-card h3 {
    font-size: 1.5rem;
  }
}

/* 반응형 디자인 - 767px 이하 */
@media (max-width: 767px) {
  #celeb_features .container h2 {
    font-size: 1.5rem;
  }

  #celeb_features .feature-card {
    padding: 1rem;
  }

  #celeb_features .feature-card .icon {
    font-size: 2rem;
  }

  #celeb_features .feature-card h3 {
    font-size: 1.125rem;
  }

  #celeb_features .feature-card p {
    font-size: 0.875rem;
  }
}

#block-winns-content--2 > div > div > section.layout.layout--hs-section.hs-section.hs-section-53659038-e666-4314-9dfb-4cb05e1c159f.hs-section-1-col > div > div > div > div.block.block-inline-block.block-inline-block-hs-slider.hs-block.hs-slider-block.hs-block-c2725388-ef6c-4906-a81d-8b0a720ece20.d-block > div > div > div > div > div > div.slick-slide.slick-current.slick-active > div > div > div > div.slide-content-wrap.container.d-flex.justify-content-end > div > h1 > div {
        color: white;
}



    .field--name-field-service-image img {
      width: 100%;
      height: auto;
      border-radius: 10px;
    }

    .field--name-body h6 {
      color: #2d3748;
      font-size: 1.1rem;
      margin: 15px 0;
    }

    .field--name-body h3 {
      color: #1a202c;
      font-size: 1.5rem;
      margin: 20px 0 10px;
      font-weight: 600;
    }

    .field--name-body h2 {
      color: #2b6cb0;
      font-size: 1.3rem;
      margin: 15px 0 10px;
      font-weight: 500;
    }

    .field--name-body p {
      font-size: 1rem;
      line-height: 1.6;
      margin: 5px 0;
    }

    .field--name-body p:empty {
      display: none;
    }

    /* Second Column (WebForm) - Sticky */
    .block-field-blocknodeservicefield-webform {
      flex: 0 0 35%;
      padding: 20px;
 
      border-radius: 10px;

      position: sticky;
      top: 20px;
      align-self: flex-start;
      height: fit-content;
      min-height: 300px;
    }

    .field--name-field-webform .field__label {
      color: #2d3748;
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 15px;
    }

    .field--name-field-webform form {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .field--name-field-webform .form-item {
      margin: 0;
    }

    .field--name-field-webform label {
      color: #4a5568;
      font-size: 0.9rem;
      margin-bottom: 5px;
      display: block;
    }

    .field--name-field-webform input[type="text"] {
      width: 100%;
      padding: 8px 12px;
      border: 1px solid #e2e8f0;
      border-radius: 6px;
      font-size: 0.95rem;
      transition: border-color 0.3s;
    }

    .field--name-field-webform input[type="text"]:focus {
      border-color: #2b6cb0;
      outline: none;
      box-shadow: 0 0 5px rgba(43, 108, 176, 0.3);
    }

    .field--name-field-webform .form-actions {
      margin-top: 15px;
    }

    .field--name-field-webform input[type="submit"] {
      background-color: #2b6cb0;
      color: #ffffff;
      padding: 10px 20px;
      border: none;
      border-radius: 6px;
      font-size: 1rem;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    .field--name-field-webform input[type="submit"]:hover {
      background-color: #2c5282;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .hs-layout-region-first,
      .hs-layout-region-second {
        flex: 0 0 100%;
      }

      .hs-layout-region-second {
        position: static;
        top: auto;
        margin-top: 20px;
      }

      .field--name-body h3 {
        font-size: 1.3rem;
      }

      .field--name-body h2 {
        font-size: 1.1rem;
      }

      .field--name-field-webform input[type="text"] {
        font-size: 0.9rem;
      }
    }

    #block-winns-content--3 > div > section.layout.layout--hs-section.hs-section.hs-section-311804af-f91f-4023-be85-137888f8230c.hs-section-2-col > div > div > div.hs-gutter.hs-gutter-last.col-sm-12.col.hs-layout-region.hs-layout-region-second{
            position: sticky;
    }


  .celeb_infro_box{
    background-color: #0a66c2;
    color:antiquewhite;
    border-radius: 5px;
    margin-bottom: 10px;
  }

#block-winns-quicktabscelebblock--3{
  margin-top:30px;
}

.hs-slider-block .slide-img{
  height: 48vh;
}


.celeb_slideshow {
    position: relative;
    width: 100%; /* 부모 요소에 맞춰 너비를 확장 */
    height: 300px; /* 원하는 높이로 설정 */
    background-size: cover;
    background-position: center;
    border-radius: 10px; /* 부드러운 모서리로 신뢰감 UP */
    overflow: hidden; /* 모서리를 둥글게 자르기 */
}

/* 배경 이미지 위에 덮일 반투명 오버레이 레이어입니다. */
.celeb_slideshow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* 배경이 어둡든 밝든 글자를 선명하게 보이게 하는 핵심 효과 */
    background-color: rgba(0, 0, 0, 0.4); /* 검은색 반투명 오버레이 */
    z-index: 1; /* 제목보다 아래에 위치 */
}

/* <h3> 제목의 스타일을 설정합니다. */
.celeb_slideshow h3 {
    position: relative;
    z-index: 2; /* 오버레이 위로 올라오게 설정 */
    transform: translateY(-50%); /* 세로 가운데 정렬 */
    
    font-size: 28px; /* 40-50대 분들이 편하게 볼 수 있는 크기 */
    font-weight: bold; /* 굵은 글씨로 신뢰도 강조 */
    color: #ffffff; /* 하얀색 글씨로 높은 대비 효과 */
    text-align: center; /* 텍스트 가운데 정렬 */
    
    /* 글자 주변에 그림자를 추가하여 어떤 배경에서도 가독성 UP */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    margin: 0;
    padding: 0 20px; /* 좌우 패딩으로 여백 확보 */
}

  div.celeb-list-front div.views-field.views-field-field-image > div > a > img {
	    max-width: 300px;
    transition: .5s;
    border-radius: 10px;
  }
  
/* 포인트 블록 전체 컨테이너 스타일 */
.point-container {
  width: 300px;
  padding: 24px;
  background-color: #f8f9fa; /* 밝은 회색 배경 */
  border-radius: 12px; /* 부드러운 모서리 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 은은한 그림자 */
  text-align: center; /* 텍스트 가운데 정렬 */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* 가독성 좋은 폰트 */
  border: 1px solid #e0e0e0; /* 옅은 테두리 */
}

/* 제목 스타일 */
.point-title {
  font-size: 16px;
  color: #6c757d; /* 차분한 회색 */
  margin-bottom: 8px;
}

/* 포인트 숫자 스타일 */
.point-value {
  font-size: 36px;
  font-weight: 700; /* 굵은 글씨 */
  color: #343a40; /* 진한 글씨색 */
  margin: 0;
}

/* 포인트 마지막 업데이트 시간 스타일 */
.point-update {
  font-size: 12px;
  color: #adb5bd; /* 매우 옅은 회색 */
  margin-top: 12px;
}

@media (min-width: 580px) {
  div.block.block-layout-builder.block-field-blocknodeservicefield-service-image > div > img{
    max-width: 200px;
    float: right;
    padding: 0 10px 10px 10px;
  }
}

.page-title-wrap{
  padding:10px;
}
  .celeb-slideshow-wrapper {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }
  .celeb_slideshow {
    width: 100vw; /* 화면 전체 너비 */
    height: 500px; /* 고정 높이 */
    background-size: cover;
    background-position: center;
    color: white; /* 텍스트 색상 */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
    left: 50%;
    transform: translateX(-50%); /* 중앙 정렬 */
  }
  .celeb_slideshow h3 {
    font-size: 2.8rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* 가독성 향상 */
  }
  /* 반응형 디자인 */
  @media (max-width: 768px) {
    .celeb_slideshow {
      height: 300px; /* 모바일에서 높이 축소 */
       font-size: 2.5rem;
    }
  }
  @media (max-width: 480px) {
    .celeb_slideshow {
      height: 200px;
      font-size: 2rem;
    }

  }

#block-winns-content--2 > div > div > section.layout.layout--hs-section.hs-section.hs-section-53659038-e666-4314-9dfb-4cb05e1c159f.hs-section-1-col > div > div > div > div.block.block-inline-block.block-inline-block-hs-slider.hs-block.hs-slider-block.hs-block-c2725388-ef6c-4906-a81d-8b0a720ece20.d-block > div > div > div > div > div > div.slick-slide.slick-current.slick-active .slide-content-wrap.container > div > h1 > div{
  color:white;
}

#product-detail-pane > div > div > div > img{
  max-width: -webkit-fill-available;
height: auto;
}

#edit-payment-information-billing-information > div.field--type-geolocation.field--name-field-geolocation.field--widget-geolocation-googlegeocoder.geolocation-map-widget.js-form-wrapper.form-wrapper > fieldset{
  display: none;
}

#navbarMainMenu{
  justify-content: right !important;
  margin-right: 25px;
}

#block-winns-content--2 > div > div > section.layout.layout--hs-section.hs-section.hs-section-15125cf6-ea0a-473c-965f-8a274491a8ce.hs-section-2-col.hs-custom-bg.hs-section-overlay > div.full-width.hs-container > div > div.hs-gutter.hs-gutter-last.col-sm-12.col.hs-layout-region.hs-layout-region-second.align-self-center > div > div > div > h2{
  color:white;
}