#contents {
  padding-top: 78px;
}
@media screen and (min-width: 769px) {
  #contents {
    padding-top: 136px;
  }
}

section.section-common {
  padding-top: 48px;
  padding-bottom: 32px;
}
section.section-common .txt-wrap {
  text-align: center;
}
@media screen and (min-width: 769px) {
  section.section-common .txt-wrap {
    text-align: left;
  }
}
section.section-common .title {
  margin-bottom: 48px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  section.section-common .title {
    margin-bottom: 56px;
    font-size: 24px;
  }
}
section.section-common .description {
  margin-bottom: 40px;
  font-size: 15px;
  color: #C2BDBD;
}
body.light section.section-common .description {
  color: #5D5656;
}
section.section-common img {
  width: 100%;
}
section.section-common .btn-wrap {
  display: inline-block;
  text-align: center;
}
section.section-common .btn-wrap > a {
  display: inline-block;
  padding: 16px 0;
  border-radius: 100px;
  background-color: #DC3845;
  width: 220px;
  height: 55px;
  font-size: 15px;
  transition: all 0.4s;
}
body.light section.section-common .btn-wrap > a {
  color: #fff;
}
section.section-common .btn-wrap > a:hover {
  background-color: #a01823;
}

section.visual .section-inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
  padding-top: 0;
}
@media screen and (min-width: 769px) {
  section.visual .section-inner {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 18px;
    padding-bottom: 56px;
  }
}
section.visual .title {
  margin-bottom: 16px;
  font-size: 24px;
}
@media screen and (min-width: 769px) {
  section.visual .title {
    text-align: left;
    font-size: 40px;
  }
}
section.visual .btn-wrap > a {
  width: 210px;
  height: 64px;
  padding: 20px 0;
}
@media screen and (min-width: 769px) {
  section.visual .btn-wrap > a {
    width: 204px;
  }
}

section.start .list-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  justify-items: center;
  gap: 40px 28px;
}
@media screen and (min-width: 769px) {
  section.start .list-wrap {
    grid-template-columns: repeat(3, 1fr);
    max-width: 682px;
    margin: auto;
  }
}
section.start .list-wrap .list {
  max-width: 142px;
}
section.start .list-wrap .list-title {
  margin: 8px 0 4px;
  font-size: 20px;
  font-weight: 600;
}
section.start .list-wrap .list-description {
  font-size: 13px;
  color: #C2BDBD;
}
body.light section.start .list-wrap .list-description {
  color: #5D5656;
}

@media screen and (min-width: 769px) {
  section.celebrate .section-inner {
    display: flex;
    align-items: center;
    gap: 88px;
  }
}
@media screen and (min-width: 769px) {
  section.celebrate .txt-wrap {
    max-width: 382px;
  }
}
section.celebrate .title {
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  section.celebrate .title {
    text-align: left;
  }
}
section.celebrate .description {
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  section.celebrate .description {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 769px) {
  section.share {
    padding-top: 72px;
  }
}
section.share .list-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (min-width: 769px) {
  section.share .list-wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 680px;
    margin: auto;
  }
}
section.share .list-wrap .list {
  position: relative;
  background-color: #2F2223;
  border-radius: 12px;
  padding: 16px;
}
@media screen and (min-width: 769px) {
  section.share .list-wrap .list {
    padding: 20px;
  }
}
body.light section.share .list-wrap .list {
  background-color: #fff;
  box-shadow: 0 4px 24px 0 rgba(48, 29, 30, 0.1);
}
section.share .list-wrap .list .list-inner {
  position: relative;
}
section.share .list-wrap .list .img-wrap {
  text-align: center;
}
section.share .list-wrap .list .img-wrap img {
  width: 100px;
}
@media screen and (min-width: 769px) {
  section.share .list-wrap .list .img-wrap img {
    width: 120px;
  }
}
section.share .list-wrap .list .list-title {
  margin: 4px 0;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  section.share .list-wrap .list .list-title {
    margin-top: 16px;
    font-size: 20px;
  }
}
section.share .list-wrap .list .list-description {
  font-size: 13px;
  color: #C2BDBD;
}
@media screen and (min-width: 769px) {
  section.share .list-wrap .list .list-description {
    font-size: 14px;
  }
}
body.light section.share .list-wrap .list .list-description {
  color: #5D5656;
}
section.share .list-wrap .list .like-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(/images/bx-heart.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}
section.share .list-wrap .list .like-button.active {
  background-image: url(/images/bx-heart-active.svg);
}

@media screen and (max-width: 769px) {
  section.gifts .layout {
    max-width: auto;
    margin: 0;
    padding: 0;
  }
}
section.gifts .swiper {
  width: 100%;
  height: 332px;
  max-width: 818px;
}
section.gifts .swiper .swiper-slide {
  border-radius: 12px;
  overflow: hidden;
}
section.gifts .swiper .swiper-slide img {
  position: relative;
  z-index: 1;
  display: block;
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.gifts .swiper .swiper-slide .swiper-slide-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 0 24px;
  text-align: center;
  font-size: 18px;
  background-color: #2F2223;
  border-radius: 12px;
}
@media screen and (min-width: 769px) {
  section.gifts .swiper .swiper-slide .swiper-slide-inner {
    padding: 16px 0 20px;
  }
}
section.gifts .swiper .swiper-slide .swiper-slide-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: -86px;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: 250px;
  background: #DC3845;
  border-radius: 50%;
}
body.light section.gifts .swiper .swiper-slide .swiper-slide-inner {
  background-color: #fff;
  box-shadow: 0 4px 24px 0 rgba(48, 29, 30, 0.1);
}
section.gifts .swiper .swiper-slide .silde-title {
  margin-top: 30px;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  section.gifts .swiper .swiper-slide .silde-title {
    margin-top: 34px;
  }
}
section.gifts .swiper .swiper-slide .silde-description {
  font-size: 15px;
  color: #C2BDBD;
}
@media screen and (max-width: 769px) {
  section.gifts .swiper .swiper-slide .silde-description {
    font-size: 16px;
  }
}
body.light section.gifts .swiper .swiper-slide .silde-description {
  color: #5D5656;
}
section.gifts .swiper .like-button-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36px;
  height: 36px;
  border-radius: 4px 4px 12px 4px;
  background: #DC3845;
  cursor: pointer;
}
section.gifts .swiper .like-button-wrap .like-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url(/images/bx-heart-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}
section.gifts .swiper .like-button-wrap .like-button.active {
  background-image: url(/images/bx-heart-white-active.svg);
}
section.gifts .swiper .swiper-pagination {
  bottom: 0;
}
section.gifts .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(93, 86, 86, 0.5);
}
section.gifts .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #DC3845;
}

section.send {
  padding-top: 48px;
  padding-bottom: 32px;
}
@media screen and (min-width: 769px) {
  section.send {
    padding-top: 96px;
    padding-bottom: 72px;
  }
}
section.send .section-inner {
  padding: 40px 24px 16px;
  border-radius: 20px;
  background-color: #2F2223;
}
@media screen and (min-width: 769px) {
  section.send .section-inner {
    padding: 50px 24px;
  }
}
body.light section.send .section-inner {
  background-color: #DC3845;
}
section.send .txt-img-wrap {
  max-width: 649px;
}
@media screen and (min-width: 769px) {
  section.send .txt-img-wrap {
    display: flex;
    align-items: center;
    gap: 65px;
    margin: auto;
  }
}
section.send .txt-wrap {
  margin-bottom: 32px;
  flex: 1 1 50%;
}
@media screen and (min-width: 769px) {
  section.send .txt-wrap {
    margin-bottom: 0;
  }
}
section.send .txt-wrap .title {
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  section.send .txt-wrap .title {
    font-size: 36px;
    text-align: left;
  }
}
body.light section.send .txt-wrap .title {
  color: #fff;
}
section.send .img-wrap {
  flex: 1 1 50%;
}
section.send .input-wrap {
  margin-bottom: 12px;
}
section.send .input-wrap input[type=text] {
  width: 100%;
  height: 55px;
  max-width: 264px;
  padding: 18px 24px;
  background-color: #251819;
  border: none;
  border-radius: 64px;
  outline: none;
  font-family: "Poppins";
  color: #fff;
}
body.light section.send .input-wrap input[type=text] {
  background-color: #fff;
}
section.send .submit-btn {
  display: inline-block;
  padding: 16px 0;
  border-radius: 100px;
  background-color: #DC3845;
  width: 100%;
  height: 55px;
  max-width: 175px;
  font-size: 15px;
  color: #fff;
  border: none;
  transition: all 0.4s;
  cursor: pointer;
}
section.send .submit-btn:hover {
  background-color: #a01823;
}
body.light section.send .submit-btn {
  background-color: #282525;
}