@charset "utf-8";

body {
  margin-top: 10px;
}

.swiper-pagination {
  position: relative !important;
  max-width: 1200px;
  margin: 0 auto !important;
  text-align: left !important;
  bottom: 30px !important;
}

.swiper-pagination-bullet {
  width: 100px !important;
  height: 3px !important;
  border-radius: 0px !important;
  border: 1px solid #fff;
}

.swiper-pagination-bullet-active {
  background: #222 !important;
  mix-blend-mode: difference !important;
}

.swiper-slide {
  overflow: hidden !important;
  height: 400px !important;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* gift section */

section {
  margin-top: 4rem !important;
}

section h2 {
  position: relative;
  font-size: 2.2rem;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
  width: fit-content;
}
/* section h2::before{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100px;
  left: -6px;
  top: -3px;
  background: var(--po-color2);
} */

.gift-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 4rem;
}

.gift-card {
  cursor: pointer;
  width: 22%;
}

.gift-card img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  transition: 0.3s ease;
}

.gift-card .title-condition {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 5px;
  margin-bottom: 30px;
}

.gift-card h3 {
  font-size: 1.8rem;
  font-family: 'SA-B', sans-serif;
}

.gift-card button {
  border: none;
  width: 100%;
  padding: 12px 20px;
  border-radius: 6px;
  font-family: 'SA-M', sans-serif;
  font-size: 1.6rem;
  transition: 0.3s ease;
}

.gift-card button:enabled {
  background: #fff;
  border: 2px solid #222;
  color: #222;
}

.gift-card:hover button:enabled {
  background: #111;
  color: #fff;
}

.gift-card button:disabled {
  background: #eee;
  color: #aaa;
  cursor: default;
}

.gift-card.disabled {
  cursor: default;
}


.campaign_banner {
  margin-top: 10rem !important;
  overflow: hidden;
  height: 384px;
}

.campaign_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* faq-noti */
.customer-line {
  height: 1px;
  background: #eee;
  margin-top: 7rem;
}

.faq-section,
.notice-section {
  margin-top: 7rem !important;
}


section.customer {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

section.customer .title {
  display: flex;
  flex-direction: column;
  text-align-last: left;
  gap: 15px;
}

section.customer .title p {
  font-size: 1.6rem;
  color: var(--font-sub);
  line-height: 1.4;
}

section.customer h2 {
  margin: 0;
}

.accordion {
  width: 60%;
}

.accordion-item {
  border-bottom: 1px solid #ccc;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 15px;
  font-size: 1.8rem;
  cursor: pointer;
  font-family: 'SA-B', sans-serif;
  color: var(--font-black);
}

.accordion-header svg {
  transition: 0.3s ease;
}

.accordion-header.active svg {
  transform: rotate(180deg);
}

.accordion-header .date-arrow {
  display: flex;
  align-items: center;
  gap: 5px;
}

.accordion-header .date-arrow span {
  font-size: 1.2rem;
  color: var(--font-sub);
  font-family: "SA-M" sans-serif;
}

.accordion-body {
  overflow: hidden;
  height: 0;
  padding: 0 20px;
  background: #fafafa;
  transition: height 0.4s ease, padding 0.4s ease;
}
.accordion-body.open {
  padding: 20px;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-body { transition: none; }
}


.accordion-body p {
  font-size: 1.7rem;
  font-family: 'SA-B', sans-serif;
  margin-bottom: 10px;
}

.accordion-body span {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #444;
}

.accordion-body span strong {
  color: #222;
  font-weight: normal;
  font-family: 'SA-B', sans-serif;
}

.accordion-body ol {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.accordion-body ol li {
  list-style: circle;
}

.accordion-body ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width:768px) {

  .swiper-slide,
  .campaign_banner {
    height: 18vh !important;
  }

  .swiper-pagination {
    text-align: center !important;
    bottom: 20px !important;
  }

  .gift-card {
    width: 45%;
  }
}

@media screen and (max-width:500px) {

  section.customer {
    flex-direction: column;
    gap: 2rem;
  }

  .accordion {
    width: 100%;
  }

  .accordion-header {
    padding: 15px 5px;
  }

  .gift-card button:enabled {
    background: #222;
    color: #fff;
  }

  .campaign_banner,
  .faq-section,
  .notice-section,
  .customer-line {
    margin-top: 5rem !important;
  }

  section {
    margin-top: 2.5rem !important;
  }

  section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  section.customer .title {
  gap: 6px;
}
}

@media screen and (max-width:400px) {
  .gift-list {
    gap: 30px 1rem;
  }

  .gift-card {
    width: 47%;
  }

  .gift-card .title-condition {
    margin-bottom: 20px;
  }

  .gift-card h3 {
    font-size: 1.6rem;
  }

  .gift-card .title-condition p {
    font-size: 1.5rem;
  }
  .gift-card button{
    padding: 8px 20px;
  }
}