section {
    width: 100%;
    min-height: 100vh;
  }

  header .gnb .gnb-item .btn {
    color: var(--phoenix-body-bg);
    font-weight: 500;

  }
  :is(header .hamburger) span, span::before, span::after { 
    background: var(--phoenix-body-bg); 
}
/* ----------------------------메인 이미지 slide---------------------------- */
.home-showcase .swiper-container {
    width: 100%;
    height: 100vh;
    min-height: 400px;
  }
  
.home-showcase .slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
  }

.home-showcase .slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
  }
  
.home-showcase .slide-title {
    font-size: 3rem;
    line-height: 1;
    max-width: 50%;
    white-space: normal;
    word-break: break-word;
    color: #FFF;
    z-index: 50;
    transform: translateX(-100%);
    transition: all 1s;
    opacity: 0;
  }

.home-showcase .slide.swiper-slide-active .slide-title{
    transform: translateX(0);
    opacity: 1;
  }
  
  @media (min-width: 45em) {
    .home-showcase .slide-title {
      font-size: 7vw;
      max-width: none;
    }
  }
  
  .home-showcase .slide-title span {
    white-space: pre;
    display: inline-block;
    opacity: 0;
  }
  
  .home-showcase .slideshow {
    position: relative;
  }
  
  .home-showcase .slideshow-pagination {
    position: absolute;
    bottom: 5rem;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: .3s opacity;
    z-index: 10;
  }
  
  .home-showcase .slideshow-pagination-item {
    display: flex;
    align-items: center;
  }
  
  
  .home-showcase .slideshow-pagination-item .pagination-number {
    opacity: 0.5;
    font-size: 1rem;
    color: #FFF;
    padding: 0 0.5rem;
  }
  
  .home-showcase .slideshow-pagination-item:hover,
  .home-showcase .slideshow-pagination-item:focus {
    cursor: pointer;
  }
  
  .home-showcase .slideshow-pagination-item:last-of-type .pagination-separator {
    width: 0;
  }
  
  .home-showcase .slideshow-pagination-item.active .pagination-number {
    opacity: 1;
    font-size: 1.25rem;
  }
  
  .home-showcase .slideshow-pagination-item.active .pagination-separator {
    width: 10vw;
  }
  
  .home-showcase .slideshow-navigation-button {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 3rem;
    z-index: 10;
    transition: all .3s ease;
    color: #FFF;
  }
  
  .home-showcase .slideshow-navigation-button:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
  }
  
  .home-showcase .slideshow-navigation-button.prev {
    left: 0;
  }
  
  .home-showcase .slideshow-navigation-button.next {
    right: 0;
  }
  
 
  .home-showcase .pagination-separator {
    display: none;
  }
  
  @media (min-width: 45em) {
    .home-showcase .slideshow-navigation-button{
      width: 5rem;

    }
    .home-showcase .pagination-separator {
      display: block;
    }
    .home-showcase .slideshow-pagination-item.active .pagination-number{
      font-size: 1.8rem;
    }
  }
  
  .home-showcase .pagination-separator {
    position: relative;
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.25);
    transition: all .3s ease;
  }
  
  .home-showcase .pagination-separator-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    transform-origin: 0 0;
    opacity: 0;
  }
  .home-showcase .slideshow-pagination-item.active .pagination-separator-loader{
    opacity: 1;
  }


/* ---------------------------------상품 slide---------------------------- */
.home-product > div h1 {
  text-transform: capitalize;
  word-break: keep-all;
  letter-spacing: 0.8px;
  font-size: clamp(1.5rem + 2vw, 1.5rem, 3.5rem);
  line-height: 1.15;
  background-image: linear-gradient(45deg, #996f25, var(--phoenix-body-color));
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.home-product > div .hr {
  display: block;
  background: var(--phoenix-primary);
  height: 0.25rem;
  width: 6.25rem;
  border: none;
}

.home-product > div p {
  line-height: 1.6;
}

.home-product a {
  display: inline-block;
  color: var(--phoenix-quaternary-color);
}


.home-product .swiper {
  width: 100%;
  transform: translateY(30%);
  opacity: 0.5;
}

.home-product .swiper-pagination {
  bottom: 1.25rem !important;
}

.home-product .swiper-slide {
  width: 18.75rem;
  height: 65vh;
  min-height: 300px;
  max-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
  filter: contrast(0.8);
}

.home-product .swiper-slide h2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
  padding: 0 0 0 1.563rem;
  text-transform: uppercase;
}

.home-product .swiper-slide p {
  color: #dadada;
  padding: 0 1.563rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-product .swiper-slide a {
  margin: 1.25rem 1.563rem 3.438rem 1.563rem;
  padding: 0.438em 1.875rem;
  font-weight: 600;
  border-radius: 3.125rem;
  color: var(--phoenix-secondary-light);
  border: 1px solid var(--phoenix-secondary-light);
  transition: all 0.3s;
  letter-spacing: 1.2px;
}

.home-product .swiper-slide a:hover {
  color: var(--phoenix-body-bg);
  background: var(--phoenix-primary);
  border: 1px solid var(--phoenix-primary);
}

.home-product .swiper-slide div {
  opacity: 0;
  padding-bottom: 0.625rem;
  transition: all 0.3s;
}

.home-product .swiper-slide-active {
  filter: contrast(1);
}

.home-product .swiper-slide-active div {
  opacity: 1;
}

.home-product .swiper-slide--one {
  background: linear-gradient(to top, #1d170f, #1d170f00, #644a2c00),
    url("/assets/img/main-21.jpg")
      no-repeat 50% 50% / cover;
}

.home-product .swiper-slide--two {
  background: linear-gradient(to top, #1d170f, #1d170f00, #644a2c00),
  url("/assets/img/main-22.jpg")
      no-repeat 50% 50% / cover;
}

.home-product .swiper-slide--three {
  background: linear-gradient(to top, #1d170f, #1d170f00, #644a2c00),
  url("/assets/img/main-23.jpg")
      no-repeat 50% 50% / cover;
}

.home-product .swiper-slide--four {
  background: linear-gradient(to top, #1d170f, #1d170f00, #644a2c00),
  url("/assets/img/main-21.jpg")
      no-repeat 50% 50% / cover;
}


.home-product .swiper-3d .swiper-slide-shadow-left,
.home-product .swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}


@media screen and (min-width: 991px) {
  .home-product{
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
  }
  .home-product .swiper-group {
    grid-column: span 2;
  }
}




.hero-round {
  width: 0vw;
  aspect-ratio: 1/1;
  border: 1px solid var(--phoenix-primary);
  border-radius: 100%;
  transition: all 0.3s;
}

.notice-item:hover {
  background-color: rgba(var(--phoenix-secondary-color-rgb), 0.75) !important;
}