.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: white;
  border-bottom: 3px solid #f90086;
}
.header-section__logo {
  text-align: center;
  display: block;
  margin: 0 auto;
  background: url("https://letaomy-img.s3.ap-northeast-1.amazonaws.com/common/logo/logo-header-1140.jpg") no-repeat;
  background-position: center center;
  width: 220px;
  height: 63px;
}

.section__title-img {
  margin: 0.5rem 0;
}

.slogan-kv {
  background: url("https://letaomy-img.s3.ap-northeast-1.amazonaws.com/events/202504_hwb49tah/cooperation_seller/img/kv_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  overflow: hidden;
}
.slogan-kv__img {
  padding: 0;
  margin: 0 auto;
  position: relative;
}
@media all and (max-width: 480px) {
  .slogan-kv__img {
    padding: 0;
    top: 0;
  }
}
.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: 480px) {
  .slogan-kv {
    background: none;
  }
}
.slogan-object__img {
  position: absolute;
  z-index: 1;
  -webkit-animation-duration: 1s, 2s;
          animation-duration: 1s, 2s;
  -webkit-animation-delay: 1s, 2s;
          animation-delay: 1s, 2s;
  -webkit-animation-iteration-count: 1, infinite;
          animation-iteration-count: 1, infinite;
}
@media all and (max-width: 1024px) {
  .slogan-object__img {
    display: none;
  }
}
.slogan-object__img--object-1 {
  bottom: 0%;
  left: 1%;
  width: auto;
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
.slogan-object__img--object-2 {
  bottom: 0%;
  right: 0%;
  width: auto;
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
.slogan-object__img--object-3 {
  top: 24%;
  right: 12%;
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
.slogan-object__img--object-4 {
  bottom: 9%;
  right: 11%;
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
.slogan-content {
  z-index: 998;
}

.event-content {
  background: url("https://letaomy-img.s3.ap-northeast-1.amazonaws.com/events/202504_hwb49tah/cooperation_seller/img/bg01.png");
  padding: 4rem 0 2rem;
}
@media all and (max-width: 1024px) {
  .event-content {
    padding: 0;
  }
}
.event-content-notice {
  margin: 2rem 0;
  color: #EB1C24;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
}
@media all and (max-width: 480px) {
  .event-content-notice {
    line-height: 2;
    margin: 2rem 0 2rem;
  }
}
.event-content__object-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}
@media all and (max-width: 480px) {
  .event-content__object-img {
    margin-bottom: 0;
  }
}

.cooperation-seller {
  padding: 4rem 0;
  background: url("https://letaomy-img.s3.ap-northeast-1.amazonaws.com/events/202504_hwb49tah/cooperation_seller/img/bg01.png");
}
@media all and (max-width: 480px) {
  .cooperation-seller {
    padding: 0 0 4rem;
  }
}
.cooperation-seller .seller-tab {
  color: white;
  background: #EB1C24;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border: 5px solid #EB1C24;
  overflow: hidden;
}
.cooperation-seller .seller-tab .tab-list {
  padding: 0.5rem;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 1440px) {
  .cooperation-seller .seller-tab .tab-list {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    padding-bottom: 0;
  }
}
.cooperation-seller .seller-tab .tab-item {
  margin-right: 0.1rem;
}
.cooperation-seller .seller-tab .tab-item:last-child {
  margin-right: 0;
}
@media all and (max-width: 1440px) {
  .cooperation-seller .seller-tab .tab-item {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.cooperation-seller .seller-tab .tab__button {
  padding: 0.25rem 1rem;
  display: inline-block;
  color: white;
  border-radius: 1rem;
  border: 1px solid white;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cooperation-seller .seller-tab .tab__button:hover, .cooperation-seller .seller-tab .tab__button.isActive {
  color: #EB1C24;
  background: white;
}
.cooperation-seller .seller-tab .tab__button.isActive {
  pointer-events: none;
}
.cooperation-seller .seller-tab-content {
  padding: 2rem 0;
  background: white;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border: 5px solid #EB1C24;
  border-top: 0;
  overflow: hidden;
}
.cooperation-seller .seller-tab-content .tab-content {
  display: none;
}
.cooperation-seller .seller-tab-content .tab-content.isActive {
  display: block;
}
@media all and (max-width: 1440px) {
  .cooperation-seller .seller-tab-content {
    padding: 1rem 0;
  }
}
.cooperation-seller .seller-category {
  position: relative;
}
.cooperation-seller .seller-category-column {
  text-align: center;
  padding: 1rem 1rem 1.8rem;
}
.cooperation-seller .seller-category__title {
  position: absolute;
  left: 0;
  top: -5px;
  z-index: 2;
  padding: 0.5rem;
  min-width: 165px;
  text-align: center;
  font-size: 1.225rem;
  color: white;
  background: #EB1C24;
  font-weight: bold;
  border: 3px solid white;
  border-left: 0;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
@media all and (max-width: 1440px) {
  .cooperation-seller .seller-category__title {
    min-width: 100px;
    font-size: 1rem;
  }
}
.cooperation-seller .seller-category-item {
  text-align: center;
}
.cooperation-seller .seller-category-item:nth-child(5n) {
  margin-right: 0;
}
.cooperation-seller .seller-category-item:only-child {
  margin-right: 0;
}
@media all and (max-width: 1440px) {
  .cooperation-seller .seller-category-item {
    margin-right: 20px;
  }
  .cooperation-seller .seller-category-item:nth-child(5n) {
    margin-right: initial;
  }
  .cooperation-seller .seller-category-item:nth-child(2n) {
    margin-right: 0;
  }
}
.cooperation-seller .seller-category-card {
  position: relative;
  display: inline-block;
  width: 230px;
  height: 340px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media all and (max-width: 1440px) {
  .cooperation-seller .seller-category-card {
    width: auto;
    height: auto;
  }
}
.cooperation-seller .seller-category-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0.5;
}
.cooperation-seller .seller-category-card__img {
  -o-object-fit: contain;
     object-fit: contain;
}
.cooperation-seller .seller-category .swiper-container {
  overflow: visible;
}
.cooperation-seller .seller-category .swiper-container .swiper-button-prev,
.cooperation-seller .seller-category .swiper-container .swiper-button-next {
  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;
  width: 3rem;
  height: 3rem;
  opacity: 1;
  border: 1px solid #EB1C24;
  border-radius: 50%;
  background: white;
}
.cooperation-seller .seller-category .swiper-container .swiper-button-prev.swiper-button-disabled,
.cooperation-seller .seller-category .swiper-container .swiper-button-next.swiper-button-disabled {
  display: none;
}
@media all and (max-width: 1440px) {
  .cooperation-seller .seller-category .swiper-container .swiper-button-prev,
  .cooperation-seller .seller-category .swiper-container .swiper-button-next {
    width: 2rem;
    height: 2rem;
  }
}
.cooperation-seller .seller-category .swiper-container .swiper-button-prev {
  left: -10px;
}
@media all and (max-width: 1440px) {
  .cooperation-seller .seller-category .swiper-container .swiper-button-prev {
    left: -5px;
  }
}
.cooperation-seller .seller-category .swiper-container .swiper-button-next {
  right: -10px;
}
@media all and (max-width: 1440px) {
  .cooperation-seller .seller-category .swiper-container .swiper-button-next {
    right: -5px;
  }
}

.footer-section {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 69px;
  background: #EB1C24;
  text-align: center;
}
@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;
  }
}

.page-sidebar {
  display: none;
  position: fixed;
  bottom: 5rem;
  right: 0.5rem;
  z-index: 999;
  background: #EB1C24;
  border-radius: 50%;
  border: 2px solid white;
}
@media all and (max-width: 1440px) {
  .page-sidebar {
    bottom: 4rem;
  }
}
.page-sidebar-action__button {
  cursor: pointer;
  height: 50px;
  width: 50px;
  text-align: center;
  font-size: 1.5rem;
  color: white;
}
.page-sidebar-action__button i {
  line-height: 50px;
}

@-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);
  }
}
.dom-template {
  display: none !important;
}