.container {
  max-width: 1350px;
}

[data-aos] {
  visibility: hidden;
}

[data-aos].animate__animated {
  visibility: visible;
  pointer-events: initial;
}

.main-content {
  padding-bottom: 3rem;
}

.header-section {
  text-align: center;
  background: #ffffff;
  border-bottom: 3px solid #ff7800;
}

.header-section__logo {
  text-align: center;
  display: block;
  margin: 0 auto;
  background: url("https://letaoimg.s3-ap-northeast-1.amazonaws.com/common/logo/h-letao-logo.png") no-repeat;
  background-position: center center;
  width: 200px;
  height: 63px;
}

.slogan-kv {
  overflow: hidden;
  background-image: url("https://letaoimg.s3.ap-northeast-1.amazonaws.com/events/202602_2o2b0oks/reward/img/kv_bg-web.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media all and (max-width: 480px) {
  .slogan-kv {
    background-image: url("https://letaoimg.s3.ap-northeast-1.amazonaws.com/events/202602_2o2b0oks/reward/img/kv_bg-m.png");
    background-position: bottom;
  }
}

.slogan-kv__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}

.slogan-kv__img.kv {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation: boxBounce 2s ease-in-out;
  animation: boxBounce 2s ease-in-out;
}

@media all and (max-width: 1024px) {
  .slogan-kv__img .kv-title {
    max-width: 100%;
  }
}

@media all and (max-width: 480px) {
  .slogan-kv__img .kv-title {
    max-width: 95%;
  }
}

@media all and (max-width: 1024px) {
  .slogan-kv__img {
    padding-bottom: 0.3dvh;
  }
}

.slogan-object__img {
  position: absolute;
  z-index: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  width: 15%;
}

@media all and (max-width: 1024px) {
  .slogan-object__img {
    display: none;
  }
}

.slogan-object__img img {
  max-width: 90%;
}

.slogan-object__img--object-1 {
  top: -2%;
  left: 0%;
  width: 20%;
  z-index: 3;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.slogan-object__img--object-5 {
  top: 1%;
  right: 0%;
  width: 20%;
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  z-index: 3;
}

.second-wrapper {
  overflow: hidden;
  background: url("https://letaoimg.s3.ap-northeast-1.amazonaws.com/events/202602_2o2b0oks/reward/img/content_bg01.jpg");
  background-position: top;
  background-size: auto;
  text-align: center;
}

.third-wrapper {
  overflow: hidden;
  background: url("https://letaoimg.s3.ap-northeast-1.amazonaws.com/events/202602_2o2b0oks/reward/img/content_bg02.jpg");
  background-position: center center;
  background-size: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.third-wrapper .inbox {
  max-width: 1000px;
  width: 96%;
}

.third-wrapper .inbox-item {
  display: block;
  margin-bottom: 3rem;
}

.third-wrapper .inbox-item:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 480px) {
  .third-wrapper .inbox-item {
    margin-bottom: 0;
  }
}

@media all and (max-width: 480px) {
  .third-wrapper .inbox-item img {
    width: 92%;
  }
}

.forth-wrapper {
  background: url("https://letaoimg.s3.ap-northeast-1.amazonaws.com/events/202602_2o2b0oks/reward/img/content_bg03.jpg");
  text-align: center;
  padding: 3rem 0;
}

.forth-wrapper .seller-list-wrapper {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  bottom: 15dvh;
}

@media all and (max-width: 480px) {
  .forth-wrapper .seller-list-wrapper {
    bottom: 12dvh;
  }
}

.forth-wrapper .seller-list-outer {
  background-color: #fff;
  border: 2px solid #000;
}

.forth-wrapper .seller-list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Enable Flexbox */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* Allow wrapping to the next line */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* Add spacing between elements */
  gap: 16px;
  /* Optional: Add spacing between items */
  max-width: 960px;
  border: 2px solid #000;
  padding: 10dvh 2rem 2rem 2rem;
  margin: 2px;
}

@media all and (max-width: 480px) {
  .forth-wrapper .seller-list-inner {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 6dvh 1dvw 0 1dvw;
    gap: 0;
  }
}

.forth-wrapper .seller-name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.333% - 16px);
  flex: 0 0 calc(33.333% - 16px);
  /* Each item takes 1/3 of the row minus the gap */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* Ensure padding and borders are included in width */
  background-color: #FBE3BF;
  border-radius: 1rem;
  color: #000000;
  padding: 1dvh 0;
  margin: 0.5dvh 0;
}

@media all and (max-width: 480px) {
  .forth-wrapper .seller-name {
    margin-bottom: 2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 16px);
    flex: 0 0 calc(50% - 16px);
  }
}

.forth-wrapper .seller-name:hover {
  background-color: #FF7212;
  text-decoration: none;
}

.notice {
  overflow: hidden;
  background: url("https://letaoimg.s3.ap-northeast-1.amazonaws.com/events/202602_2o2b0oks/reward/img/content_bg02.jpg");
  background-position: center center;
  background-size: auto;
  text-align: center;
  padding: 3rem 0;
}

@media all and (max-width: 480px) {
  .notice {
    padding: 2rem 0 6rem;
  }
}

.notice-title {
  margin: 0 auto 3rem;
}

@media all and (max-width: 480px) {
  .notice-title {
    margin-bottom: 1rem;
    max-width: 40%;
  }
}

.notice-content {
  margin: 0 auto;
  max-width: 950px;
  width: 90%;
  font-size: 1rem;
  color: #003780;
}

.notice-content>ul {
  -webkit-padding-start: 30px;
  padding-inline-start: 30px;
}

.notice-content>ul ol {
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}

.notice-content>ul>li {
  list-style-type: decimal;
  text-align: justify;
  line-height: 2;
  font-weight: bold;
}

.notice-content mark {
  color: #FF6200;
  background-color: transparent;
}

.notice-content .subtitle {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0.67rem 0;
}

@media all and (max-width: 480px) {
  .description {
    padding: 2rem 0 7rem;
  }
}

.description-title {
  margin-bottom: 2rem;
}

@media all and (max-width: 480px) {
  .description-title {
    margin-bottom: 1rem;
    max-width: 40%;
  }
}

.description-content {
  margin: 0 auto;
  max-width: 950px;
  width: 90%;
  font-size: 1rem;
  color: #003780;
}

.description-content>ul {
  -webkit-padding-start: 30px;
  padding-inline-start: 30px;
}

.description-content>ul ol {
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}

.description-content>ul ol li {
  list-style: decimal;
}

.description-content>ul>li {
  list-style: cjk-ideographic;
  text-align: justify;
  line-height: 2;
  font-weight: bold;
}

.description-content mark {
  color: #FF6200;
  background-color: transparent;
  padding: 0;
}

.description-content .subtitle {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0.67rem 0;
}

.footer-section {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 69px;
  background: #000000;
  text-align: center;
  border-top: 2px solid #fff;
}

@media all and (max-width: 480px) {
  .footer-section {
    height: 80px;
  }
}

.footer-section .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  height: 100%;
}

@media all and (max-width: 480px) {
  .footer-section .list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.footer-section .list a {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  margin-right: 6rem;
}

@media all and (max-width: 1024px) {
  .footer-section .list a {
    margin-right: 2rem;
  }
}

@media all and (max-width: 480px) {
  .footer-section .list a {
    margin-right: 0;
    font-size: 0.9rem;
  }
}

.footer-section .list a:last-child {
  margin-right: 0;
}

.footer-section .list a i {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}

.footer-section .list a i.rotate {
  transform: rotate(-85deg);
  -webkit-transform: rotate(-85deg);
}

@media all and (max-width: 480px) {
  .footer-section .list a i {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
}

@media all and (max-width: 480px) {
  .footer-section .list a span {
    display: block;
  }
}

.footer-section .list a:hover {
  text-decoration: none;
  color: #FFBF87;
}

@-webkit-keyframes boxBounce {

  from,
  50% {
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }

  62.5% {
    -webkit-transform: translateY(15%) scale(1.12, 0.89);
    transform: translateY(15%) scale(1.12, 0.89);
  }

  75% {
    -webkit-transform: translateY(-15%) scale(0.92, 1.1);
    transform: translateY(-15%) scale(0.92, 1.1);
  }

  87.5% {
    -webkit-transform: translateY(0) scale(1.05, 0.9);
    transform: translateY(0) scale(1.05, 0.9);
  }

  to {
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }
}

@keyframes boxBounce {

  from,
  50% {
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }

  62.5% {
    -webkit-transform: translateY(15%) scale(1.12, 0.89);
    transform: translateY(15%) scale(1.12, 0.89);
  }

  75% {
    -webkit-transform: translateY(-15%) scale(0.92, 1.1);
    transform: translateY(-15%) scale(0.92, 1.1);
  }

  87.5% {
    -webkit-transform: translateY(0) scale(1.05, 0.9);
    transform: translateY(0) scale(1.05, 0.9);
  }

  to {
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes brightness {
  0% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }

  88% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }

  91% {
    -webkit-filter: brightness(175%);
    filter: brightness(175%);
  }

  94% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }

  97% {
    -webkit-filter: brightness(175%);
    filter: brightness(175%);
  }

  100% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
}

@keyframes brightness {
  0% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }

  88% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }

  91% {
    -webkit-filter: brightness(175%);
    filter: brightness(175%);
  }

  94% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }

  97% {
    -webkit-filter: brightness(175%);
    filter: brightness(175%);
  }

  100% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
}