main {
    margin: 0 auto;
    background-image: url(../img/christmas2024/common-imgs/page-background.png), linear-gradient(to right, #a40000, #d32727, #a40000);
    background-repeat: repeat;
  }
  .banner {
    position: relative;
    width: 100%;
    padding-bottom: 54%;
    margin-bottom: 100px;
  }
  .banner::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/christmas2024/banner-cover.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .banner-shop_btn {
    position: absolute;
    bottom: 52%;
    left: 50%;
    width: 24%;
    height: 7%;
    background-image: url(../img/christmas2024/banner-shop_btn.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateX(-50%);
    transition: transform linear 250ms;
  }
  .banner-shop_btn:hover {
    transform: translateX(-50%) translateY(-10px);
  }
  .container {
    position: relative;
    width: 1080px;
    margin: 0 auto;
  }
  .wrap-1 {
    margin-bottom: 100px;
    overflow: hidden;
  }
  .wrap-1 .wrap-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }
  .wrap-1 .header-tag {
    width: 412px;
    height: 138px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    font-weight: bold;
    font-size: 36px;
    line-height: 2.2;
    text-align: center;
    color: #f00;
    background-image: url(../img/christmas2024/common-imgs/wrap-1-header-tag.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-transform: capitalize;
  }
  .wrap-1 .header-title {
    width: 1054px;
    height: 182px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    color: #f00;
    background-image: url(../img/christmas2024/common-imgs/wrap-1-header-title.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 200px 18px 230px;
    margin-top: -75px;
    text-transform: capitalize;
  }
  .wrap-1 .wrap-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 36px;
    border-radius: 30px;
    background-image: url(../img/christmas2024/common-imgs/wrap-1-content-max.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 40px;
  }
  .wrap-1 .content-item {
    width: 480px;
    height: 570px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    background-color: #004407;
    overflow: hidden;
  }
  .wrap-1 .content-item:nth-child(3) .item-name,
  .wrap-1 .content-item:nth-child(4) .item-name {
    padding: 0 50px;
  }
  .wrap-1 .item-cover {
    width: 100%;
    height: 322px;
    background-color: #005809;
    padding: 20px;
    margin-bottom: 15px;
  }
  .wrap-1 .item-cover_img {
    width: 100%;
    height: 100%;
  }
  .wrap-1 .item-name {
    padding: 0 55px;
    text-align: center;
    margin-bottom: 10px;
  }
  .wrap-1 .item-name_text {
    font-size: 30px;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
  }
  .wrap-1 .item-price {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
  }
  .wrap-1 .item-price_old {
    font-size: 20px;
    text-decoration: line-through;
    color: #dbdbdb;
  }
  .wrap-1 .item-price_new {
    font-size: 30px;
    color: #ffce21;
  }
  .wrap-1 .item-download {
    display: flex;
    gap: 34px;
  }
  .wrap-1 .item-download .download-btn_win,
  .wrap-1 .item-download .download-btn_mac {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 168px;
    height: 52px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    background: linear-gradient(90deg, #ff1c2e 0%, #d40303 100%);
    transition: transform linear 250ms;
  }
  .wrap-1 .item-download .download-btn_win::before,
  .wrap-1 .item-download .download-btn_mac::before {
    content: '';
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .wrap-1 .item-download .download-btn_win:hover,
  .wrap-1 .item-download .download-btn_mac:hover {
    transform: translateY(-10px);
  }
  .wrap-1 .item-download .download-btn_win::before {
    width: 17px;
    height: 18px;
    background-image: url(../img/christmas2024/common-imgs/btn-win-tag.svg);
  }
  .wrap-1 .item-download .download-btn_mac::before {
    width: 15px;
    height: 20px;
    background-image: url(../img/christmas2024/common-imgs/btn-mac-tag.svg);
  }
  .wrap-1 .decoration-icon-1 {
    position: absolute;
    top: 600px;
    left: -300px;
    width: 210px;
    height: 229px;
    background-image: url(../img/christmas2024/common-imgs/decoration-icon-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .wrap-1 .decoration-icon-2 {
    position: absolute;
    top: 100px;
    right: -350px;
    width: 298px;
    height: 288px;
    background-image: url(../img/christmas2024/common-imgs/decoration-icon-2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .wrap-1 .decoration-icon-3 {
    position: absolute;
    bottom: 120px;
    right: -300px;
    width: 178px;
    height: 222px;
    background-image: url(../img/christmas2024/common-imgs/decoration-icon-3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .wrap-2 {
    margin-bottom: 100px;
    overflow: hidden;
  }
  .wrap-2 .wrap-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }
  .wrap-2 .header-tag {
    width: 676px;
    height: 139px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    font-weight: bold;
    font-size: 34px;
    line-height: 2.4;
    text-align: center;
    color: #f00;
    background-image: url(../img/christmas2024/common-imgs/wrap-2-header-tag.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-transform: capitalize;
  }
  .wrap-2 .header-title {
    width: 1006px;
    height: 201px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    font-weight: bold;
    font-size: 34px;
    line-height: 3.2;
    text-align: center;
    color: #f00;
    background-image: url(../img/christmas2024/common-imgs/wrap-2-header-title.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 65px;
    margin-top: -95px;
    text-transform: capitalize;
  }
  .wrap-2 .content-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .wrap-2 .content-item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 435px;
    width: 83px;
    height: 182px;
    background-image: url(../img/christmas2024/common-imgs/wrap-2-parenthes.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translateY(-50%);
  }
  .wrap-2 .content-item:last-child {
    margin-bottom: 0;
  }
  .wrap-2 .item-cover {
    width: 430px;
    height: 340px;
  }
  .wrap-2 .item-cover_img {
    width: 100%;
    height: 100%;
  }
  .wrap-2 .item-infos {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .wrap-2 .item-meal {
    position: relative;
    width: 494px;
    height: 162px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 15px;
    background-image: url(../img/christmas2024/common-imgs/wrap-2-meal.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-right: 15px;
  }
  .wrap-2 .item-meal .meal-license {
    position: absolute;
    top: 0;
    left: -81px;
    width: 162px;
    height: 162px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    background-image: url(../img/christmas2024/common-imgs/wrap-2-meal-license.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 15px;
  }
  .wrap-2 .item-meal .meal-price_old {
    font-size: 20px;
    text-decoration: line-through;
    color: #8f8f8f;
    padding-right: 8px;
  }
  .wrap-2 .item-meal .meal-price_new {
    font-size: 40px;
    color: #df0000;
  }
  .wrap-2 .item-meal .meal-download {
    display: flex;
    gap: 16px;
  }
  .wrap-2 .item-meal .meal-download .download-btn_win,
  .wrap-2 .item-meal .meal-download .download-btn_mac {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 168px;
    height: 52px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    background: linear-gradient(90deg, #ff1c2e 0%, #d40303 100%);
    transition: transform linear 250ms;
  }
  .wrap-2 .item-meal .meal-download .download-btn_win::before,
  .wrap-2 .item-meal .meal-download .download-btn_mac::before {
    content: '';
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .wrap-2 .item-meal .meal-download .download-btn_win:hover,
  .wrap-2 .item-meal .meal-download .download-btn_mac:hover {
    transform: translateY(-10px);
  }
  .wrap-2 .item-meal .meal-download .download-btn_win::before {
    width: 17px;
    height: 18px;
    background-image: url(../img/christmas2024/common-imgs/btn-win-tag.svg);
  }
  .wrap-2 .item-meal .meal-download .download-btn_mac::before {
    width: 15px;
    height: 20px;
    background-image: url(../img/christmas2024/common-imgs/btn-mac-tag.svg);
  }
  .wrap-2 .decoration-icon-4 {
    position: absolute;
    top: 500px;
    left: -300px;
    width: 168px;
    height: 140px;
    background-image: url(../img/christmas2024/common-imgs/decoration-icon-4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .wrap-2 .decoration-icon-5 {
    position: absolute;
    top: 1100px;
    right: -300px;
    width: 225px;
    height: 245px;
    background-image: url(../img/christmas2024/common-imgs/decoration-icon-5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .wrap-2 .decoration-icon-6 {
    position: absolute;
    bottom: 1100px;
    left: -300px;
    width: 250px;
    height: 242px;
    background-image: url(../img/christmas2024/common-imgs/decoration-icon-6.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .wrap-2 .decoration-icon-7 {
    position: absolute;
    bottom: 300px;
    right: -300px;
    width: 201px;
    height: 222px;
    background-image: url(../img/christmas2024/common-imgs/decoration-icon-7.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .wrap-3 {
    background-image: url(../img/christmas2024/common-imgs/notice.webp);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0 70px;
  }
  .wrap-3 .wrap-title {
    font-size: 32px;
    color: #494949;
    text-align: center;
    margin-bottom: 25px;
  }
  .wrap-3 .wrap-list {
    font-size: 18px;
    line-height: 2.2;
    color: #8e8e8e;
    text-align: center;
  }
  .wrap-3 .wrap-list .list-item {
    list-style: none;
  }
  @media (max-width: 768px) {
    main {
      background-image: linear-gradient(to right, #a40000, #d32727, #a40000);
    }
    .banner {
      position: relative;
      width: 100%;
      padding-bottom: 170%;
      margin-bottom: 60px;
    }
    .banner::before {
      background-image: url(../img/christmas2024/banner-cover_mb.png);
      background-position: top center;
    }
    .banner-shop_btn {
      width: 70%;
      height: 7%;
    }
    .container {
      width: 100%;
      padding: 0 15px;
    }
    .wrap-1 .wrap-header {
      flex-direction: column-reverse;
      margin-bottom: 50px;
      background-image: url(../img/christmas2024/common-imgs/wrap-header-mb.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      padding: 15px 0 10px;
    }
    .wrap-1 .header-tag {
      width: 100%;
      height: auto;
      font-size: 32px;
      line-height: 1.5;
      color: #ff7c02;
      background: transparent;
    }
    .wrap-1 .header-title {
      width: 100%;
      height: auto;
      font-size: 22px;
      line-height: 1.5;
      padding-left: 0;
      margin-top: 0;
      background: transparent;
      padding: 0 10px;
    }
    .wrap-1 .wrap-content {
      flex-flow: column nowrap;
      background: transparent;
      padding: 0;
    }
    .wrap-1 .content-item {
      width: 100%;
      height: auto;
      border-radius: 15px;
      padding-bottom: 20px;
    }
    .wrap-1 .content-item:nth-child(3) .item-name,
    .wrap-1 .content-item:nth-child(4) .item-name {
      padding: 0 20px;
    }
    .wrap-1 .item-cover {
      height: auto;
      margin-bottom: 15px;
    }
    .wrap-1 .item-cover_img {
      width: 100%;
      height: auto;
    }
    .wrap-1 .item-name {
      padding: 0 30px;
    }
    .wrap-1 .item-name_text {
      font-size: 22px;
    }
    .wrap-1 .item-price {
      gap: 12px;
    }
    .wrap-1 .item-price_old {
      font-size: 14px;
    }
    .wrap-1 .item-price_new {
      font-size: 22px;
    }
    .wrap-1 .item-download {
      gap: 24px;
    }
    .wrap-1 .item-download .download-btn_win,
    .wrap-1 .item-download .download-btn_mac {
      width: 118px;
      height: 36px;
      font-size: 12px;
    }
    .wrap-1 .item-download .download-btn_win::before {
      width: 10px;
      height: 12px;
    }
    .wrap-1 .item-download .download-btn_mac::before {
      width: 10px;
      height: 14px;
    }
    .wrap-1 .decoration-icon-1,
    .wrap-1 .decoration-icon-2,
    .wrap-1 .decoration-icon-3 {
      display: none;
    }
    .wrap-2 {
      margin-bottom: 40px;
    }
    .wrap-2 .wrap-header {
      flex-direction: column-reverse;
      margin-bottom: 50px;
      background-image: url(../img/christmas2024/common-imgs/wrap-header-mb.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      padding: 15px 0 10px;
    }
    .wrap-2 .header-tag {
      width: 100%;
      height: auto;
      font-size: 26px;
      line-height: 1.5;
      color: #ff7c02;
      background: transparent;
    }
    .wrap-2 .header-title {
      width: 100%;
      height: auto;
      font-size: 22px;
      line-height: 1.5;
      padding-left: 0;
      margin-top: 0;
      background: transparent;
    }
    .wrap-2 .content-item {
      flex-direction: column;
      gap: 0;
      margin-bottom: 40px;
    }
    .wrap-2 .content-item::before {
      display: none;
    }
    .wrap-2 .item-cover {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      height: auto;
    }
    .wrap-2 .item-cover::after {
      content: '';
      width: 183px;
      height: 54px;
      background-image: url(../img/christmas2024/common-imgs/wrap-2-parenthe-mb.svg);
      background-repeat: no-repeat;
      background-size: 100% 100%;
    }
    .wrap-2 .item-infos {
      position: relative;
      z-index: 2;
      flex-direction: row;
      gap: 0;
      background-image: url(../img/christmas2024/common-imgs/wrap-2-infos-mb.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      overflow: hidden;
    }
    .wrap-2 .item-infos::before {
      content: '';
      position: absolute;
      top: 3px;
      left: 3px;
      z-index: -1;
      width: calc(100% - 6px);
      height: 32%;
      border-radius: 13px 13px 0px 0px;
      background: radial-gradient(50% 50% at 50% 50%, #00940f 0%, #005809 100%), #940000;
    }
    .wrap-2 .item-meal {
      width: 50%;
      height: auto;
      align-items: center;
      gap: 15px;
      background: transparent;
      padding-right: 0;
      padding-bottom: 20px;
    }
    .wrap-2 .item-meal .meal-license {
      position: unset;
      width: 100%;
      height: auto;
      font-size: 16px;
      background: transparent;
      padding: 30px 32px 24px;
    }
    .wrap-2 .item-meal .meal-price {
      display: flex;
      flex-direction: column-reverse;
      align-content: center;
      text-align: center;
      gap: 5px;
    }
    .wrap-2 .item-meal .meal-price_old {
      font-size: 18px;
      padding-right: 0;
    }
    .wrap-2 .item-meal .meal-price_new {
      font-size: 34px;
    }
    .wrap-2 .item-meal .meal-download {
      flex-direction: column;
    }
    .wrap-2 .item-meal .meal-download .download-btn_win,
    .wrap-2 .item-meal .meal-download .download-btn_mac {
      width: 118px;
      height: 36px;
      font-size: 12px;
    }
    .wrap-2 .item-meal .meal-download .download-btn_win::before {
      width: 10px;
      height: 12px;
    }
    .wrap-2 .item-meal .meal-download .download-btn_mac::before {
      width: 10px;
      height: 14px;
    }
    .wrap-2 .decoration-icon-4,
    .wrap-2 .decoration-icon-5,
    .wrap-2 .decoration-icon-6,
    .wrap-2 .decoration-icon-7 {
      display: none;
    }
    .wrap-3 {
      background-image: url(../img/christmas2024/common-imgs/notice-mb.png);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      padding: 150px 0 60px;
    }
    .wrap-3 .container {
      padding: 0 5px;
    }
    .wrap-3 .wrap-title {
      font-size: 28px;
    }
    .wrap-3 .wrap-list {
      font-size: 14px;
      padding: 0 20px;
    }
}