/* imgServerPaht = https://twimage.daigobang.com/web/events/fathersday2022 */

/* Config Event color  */
/* 參照 Zeplin Style Guideline 修改 E.G. https://app.zeplin.io/project/5cda928427264913e957ad6d/screen/62135486f7dfe5139201e1f5 */
:root {
  /* banner - 大網 */
  --banner-bg-color: #01A49C;
  --banner-bg-image: url("https://twimage.daigobang.com/web/events/2025festivalsignin/1920.png");
  /* 活動內容 */
  --prod-zone-bg-color: #01a49c;
  --prod-block-bg-color: #fff1ad;
  --prod-block-title-image: url("https://twimage.daigobang.com/web/events/2025festivalsignin/bg_prod_block_title.png");
  --prod-block-inf-show-image: url("https://twimage.daigobang.com/web/events/2025festivalsignin/bg_prod_block_show.png");
  --prod-block-inf-show-image-m: url("https://twimage.daigobang.com/web/events/2025festivalsignin/m_bg_prod_block_show@2x.png");
  /* 商品推薦 */
  --products-bg-color: #ffe1b7;
  --products-block-bg-color: #fffdf4;
  --products-block-title-image: url("https://twimage.daigobang.com/web/events/2025festivalsignin/bg_products_block_title.png");
  /* 活動辦法 */
  --indise-footer-bg-color: #05a39c;
  --indise-footer-block-title-image: url("https://twimage.daigobang.com/web/events/2025festivalsignin/bg_indise_block_title.png");
}

  /* Rest */
  button {
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    outline: none;
  }
  
  p {
    line-height: 1;
    margin: 0;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  #detail a,
  #detail a:visited {
    color: #fff;
  }

  /* Basic setting */
  .important-text {
    /* color: var(--highlight-text-color); */
    font-weight: 800;
  }
  
  .w-version {
    display: block;
  }
  
  .w-table {
    display: table-cell;
  }
  
  .w-input {
    display: flex;
  }
  
  .m-version {
    display: none;
  }
  
  .hidethis {
    display: none !important;
  }

  /* 共用 */
  .all-wrapper {
    width: 100%;
    position: relative;
  }

  .inside-wrapper {
    min-width: 1200px;
    position: relative;
  }
  @media screen and (max-width: 480px) {
    .inside-wrapper {
        min-width: 100%;
    }
  }

  .now1 .exist1 {
    display: flex;
  }
  
  .now1 .prod-show-banner-img:not(.exist1),
  .now1 .category-day:not(.exist1),
  .now1 .m-prod-show-banner-img:not(.exist1) {
    display: none;
  }
  
  .now2 .exist2 {
    display: flex;
  }
  
  .now2 .prod-show-banner-img:not(.exist2),
  .now2 .category-day:not(.exist2),
  .now2 .m-prod-show-banner-img:not(.exist2) {
    display: none;
  }
  
  .now3 .exist3 {
    display: flex;
  }
  
  .now3 .prod-show-banner-img:not(.exist3),
  .now3 .category-day:not(.exist3),
  .now3 .m-prod-show-banner-img:not(.exist3) {
    display: none;
  }
  
  .now4 .exist4 {
    display: flex;
  }
  
  .now4 .prod-show-banner-img:not(.exist4),
  .now4 .category-day:not(.exist4),
  .now4 .m-prod-show-banner-img:not(.exist4) {
    display: none;
  }
  
  .now5 .exist5 {
    display: flex;
  }
  
  .now5 .prod-show-banner-img:not(.exist5),
  .now5 .category-day:not(.exist5),
  .now5 .m-prod-show-banner-img:not(.exist5) {
    display: none;
  }
  
  .now6 .exist6 {
    display: flex;
  }
  
  .now6 .prod-show-banner-img:not(.exist6),
  .now6 .category-day:not(.exist6),
  .now6 .m-prod-show-banner-img:not(.exist6) {
    display: none;
  }
  
  .now7 .exist7 {
    display: flex;
  }
  
  .now7 .prod-show-banner-img:not(.exist7),
  .now7 .category-day:not(.exist7),
  .now7 .m-prod-show-banner-img:not(.exist7) {
    display: none;
  }
  
  .m-prod-show-banner-img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #000000;
    opacity: 0.5;
  }

  /* === 活動內容 ================================================== */
  .prod-zone {
    width: 100%;
    background-color: var(--prod-zone-bg-color);
    background-position:center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: -21px;
    padding: 21px 10px 60px 10px;
    transform: translateY(-21px);
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .prod-block {
    width: 100%;
    max-width: 1172px;
    background-color: var(--prod-block-bg-color);
    box-sizing: border-box;
    border:5px solid #015a55;
    border-radius: 40px;
    padding: 85px 96px 65px 96px;
    position: relative;
  }
  .prod-block-title {
    width: 715.5px;
    height: 96px;
    background-image: var(--prod-block-title-image);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
  }
  .prod-block-title::before {
    width: 120px;
    height: 80px;
    display: block;
    content: '';
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/a@2x.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 27px 0 0 0;

  }
  .prod-block-title::after {
    width: 120px;
    height: 80px;
    display: block;
    content: '';
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/b@2x.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 27px 0 0 0;
  }
  .prod-block > .prod-block-inf {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .prod-block > .prod-block-inf > .prod-block-inf-list {
    width: 100%;
    max-width: 840px;
    list-style: disc;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 1.2px;
    color: #222;
    margin: 29px 0 40px 0;
  }
  .prod-block > .prod-block-inf .prod-block-inf-show {
    width: 100%;
    height: 590px;
    
    border:5px solid #015a55;
    border-radius: 20px;
    background-image: linear-gradient(301deg, #81c34d 2%, #00ac9a 67%, #27b379 86%, #81c34d 99%);
    
    padding: 13px 10px 12px 11px;
  }
  .prod-block > .prod-block-inf .prod-block-inf-show .prod-block-inf-show-inside{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: #fffdf4;

    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  @media screen and (min-width: 481px) and (max-width: 1192px) {
    .prod-block {
      max-width:100%;
    }
  }
  
  @media screen and (max-width: 480px) {
    .prod-zone {
      margin-bottom: 0;
      transform: translateY(0);
      padding: 0 10px 40px 10px;
    }
    .prod-block {
      border:2px solid #015a55;
      border-radius: 30px;
      padding: 44px 15px 35px 15px;
    }
    .prod-block-title {
      width: 250px;
      height: 45px;
      top:-2px;
      transform: translate(-50%, -1px);
      background-size: contain;
    }
    .prod-block-title::before,
    .prod-block-title::after {
      display: none;
    }
    .prod-block > .prod-block-inf > .prod-block-inf-list {
      max-width: 280px;
      font-size: 16px;
      line-height: 30px;
      letter-spacing: 0.8px;
      margin: 20px 0;
    }
    .prod-block > .prod-block-inf .prod-block-inf-show {
      height: 518px;
      border:2px solid #015a55;
      background-image: linear-gradient(301deg, #81c34d 2%, #00ac9a 67%, #27b379 86%, #81c34d 99%);
    }
  }

  /* === 活動集點內容 ================================================== */
  .prod-block-inf-show .prod-block-inf-show-title {
    width: 100%;
    color: #015a55;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 1.8px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 40px 0px 0px 0px;
    column-gap: 8px;
  }
  .prod-block-inf-show .prod-block-inf-show-content {
    width: 100%;
    padding: 60px 25px 52px 25px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    column-gap: 24px;
    row-gap: 60px;
  }
  .prod-block-inf-show .prod-block-inf-show-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .prod-block-inf-show-content > .prod-block-inf-show-content-items {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .prod-block-inf-show-content > .prod-block-inf-show-content-items.day {
    width: 90px;
    height: 90px;
  }
  .prod-block-inf-show-content > .prod-block-inf-show-content-items.day-signIn {
    cursor: default;
  }
  .prod-block-inf-show-content > .prod-block-inf-show-content-items.treasureChest {
    width: 90px;
    position: relative;
  }
  .prod-block-inf-show-content > .prod-block-inf-show-content-items.treasureChest::after {
    content: '';
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .prod-block-inf-show-content > .prod-block-inf-show-content-items.treasureChest-signIn {
    cursor: pointer;
  }

  .treasureChest-noSignIn::after {
    width: 90px;
    height: 90px;
  }
  .treasureChest1-noSignIn::after {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/treasureChest_no_signin@2x.png');
  }
  .treasureChest2-noSignIn::after {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/treasureChest_no_signin@2x.png');
  }
  .treasureChest3-noSignIn::after {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/treasureChest_no_signin@2x.png');
  }
  .treasureChest4-noSignIn::after {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/treasureChest_no_signin@2x.png');
  }
  .treasureChest1-signIn::after {
    width: 90px;
    height: 90px;
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/treasurechest1_yes_signin@2x.png');
  }
  .treasureChest2-signIn::after {
    width: 90px;
    height: 90px;
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/treasurechest2_yes_signin@2x.png');
  }
  .treasureChest3-signIn::after {
    width: 90px;
    height: 90px;;
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/treasurechest3_yes_signin@2x.png');
  }
  .treasureChest4-signIn::after {
    width: 90px;
    height: 90px;
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/treasurechest4_yes_signin@2x.png');
  }

  .day1-noSignIn {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/day1_no_signin@2x.png');
  }
  .day2-noSignIn {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/day2_no_signin@2x.png');
  }
  .day3-noSignIn {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/day3_no_signin@2x.png');
  }
  /* .day4-noSignIn {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/day4_no_signin@2x.png');
  } */
  .day5-noSignIn {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/day5_no_signin@2x.png');
  }
  .day6-noSignIn {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/day6_no_signin@2x.png');
  }
  .day7-noSignIn {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/day7_no_signin@2x.png');
  }
  /* .day8-noSignIn {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/day8_no_signin@2x.png');
  } */
  .day9-noSignIn {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/day9_no_signin@2x.png');
  }
  .day10-noSignIn {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/day10_no_signin@2x.png');
  }
  .day11-noSignIn {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/day11_no_signin@2x.png');
  }
  /* .day12-noSignIn {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/day12_no_signin@2x.png');
  } */
  .day13-noSignIn {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/day13_no_signin@2x.png');
  }
  .day14-noSignIn {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/day14_no_signin@2x.png');
  }
  .day15-noSignIn {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/day15_no_signin@2x.png');
  }
  /* .day16-noSignIn {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/day16_no_signin@2x.png');
  } */
  .day-signIn {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/day_yes_signin@2x.png') !important;
  }
  .prod-block-inf-show-button > .button {
    width: 280px;
    height: 80px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(6px);
  }
  .prod-block-inf-show-button > .button.disabled {
    filter: grayscale(100%);
    cursor: not-allowed;
  }
  .prod-block-inf-show-button-unLogin {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/no_login_button@2x.png');
    cursor: pointer;
  }
  .prod-block-inf-show-button-unSignIn {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/no_signin_button@2x.png');
    cursor: pointer;
  }
  .prod-block-inf-show-button-signIn {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/signin_button@2x.png');
    cursor: not-allowed;
  }
  
  @media screen and (max-width: 480px) {
    .prod-block-inf-show .prod-block-inf-show-title {
      font-size: 18px;
      line-height: 18px;
      letter-spacing: 0.9px;
      padding: 15.5px 0px 0px 0px;
      align-items: center;
    }
    .prod-block-inf-show .prod-block-inf-show-title::before {
      content:'';
      display: block;
      width: 60px;
      height: 40px;
      background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/m-a@2x.png');
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
    }
    .prod-block-inf-show .prod-block-inf-show-title::after {
      content:'';
      display: block;
      width: 60px;
      height: 40px;
      background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/m-b@2x.png');
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
    }
    .prod-block-inf-show .prod-block-inf-show-content {
      padding: 21px 16px 36px 16px;
      column-gap: 12px;
      row-gap: 20px;
    }
    .prod-block-inf-show-content > .prod-block-inf-show-content-items.day {
      width: calc(100% / 5);
      height: 60px;
    }
    .prod-block-inf-show-content > .prod-block-inf-show-content-items.treasureChest {
      width: calc(100% / 5);
      height: 60px;
      margin-right: 0;
    }
    .treasureChest-noSignIn::after {
      width: 100%;
      height: 100%;
    }
    .treasureChest1-signIn::after {
      width: 100%;
      height: 100%;
    }
    .treasureChest2-signIn::after {
      width: 100%;
      height: 100%;
    }
    .treasureChest3-signIn::after {
      width: 100%;
      height: 100%;
    }
    .treasureChest4-signIn::after {
      width: 100%;
      height: 100%;
    }
    .prod-block-inf-show-button > .button {
      width: 182px;
      height: 52px;
    }
  }

  /* === 商品推薦 ================================================== */
  .products {
    background-color: var(--products-bg-color);
    padding: 60px 10px;
  }
  .products-block {
    width: 100%;
    max-width: 1172px;
    background-color: var(--products-block-bg-color);
    border:5px solid #015a55;
    border-radius: 40px;
    box-shadow: inset 0 14px 0 0 #ffea8e;
    margin: 0 auto;
    padding: 85px 23.5px 60px 23.5px;
    position: relative;
  }
  .products-block::before {
    content: '';
    width: 495px;
    height: 85px;
    background-image: var(--products-block-title-image);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .products-scope:nth-child(1) .products-title {
    color: #015a55;
  }
  .products-scope:nth-child(2) .products-title {
    color: #015a55;
  }
  .products-title {
    font-size: 36px;
    text-align: center;
    letter-spacing: 1.8px;
    margin: 65px 0;
  }
  .products-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .products-item {
    width: 215px;
    padding: 4px;
    transition: all 0.35s;
  }
  .products-item:not(:nth-child(5)):not(:nth-child(10)) {
    margin-right: 10px;
  }
  .products-item:not(:nth-last-child(-n+5)) {
    margin-bottom: 20px;
  }
  .products-item-basic {
    background-color: #ffde40;
  }
  .products-item-basic:hover {
    background-color: #ff4f80;
  }
  .products-item-basic:hover .products-name{
    color: #ffffff;
  }
  .products-item-minimalism {
    background-color: #085B4D;
  }
  .products-item-minimalism:hover .products-hidden-name {
    opacity: 1;
    visibility: visible;
  }
  .products-img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: 107%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }
  .products-name {
    color: #000000;
    font-size: 24px;
    line-height: 2;
    text-align: center;
    letter-spacing: 1.2px;
    padding: 10px;
  }
  .products-hidden-name {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    font-size: 24px;
    letter-spacing: 1.2px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .category-img-1 {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/category1.png');
  }
  .category-img-2 {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/category2.png');
  }
  .category-img-3 {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/category3.png');
  }
  .category-img-4 {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/category4.png');
  }
  .category-img-5 {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/category5.png');
  }
  .category-img-6 {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/category6.png');
  }
  .category-img-7 {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/category7.png');
  }
  .category-img-8 {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/category8.png');
  }
  .category-img-9 {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/category9.png');
  }
  .category-img-10 {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/category10.png');
  }
  .brand-img-1 {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/brand1.png');
  }
  .brand-img-2 {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/brand2.png');
  }
  .brand-img-3 {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/brand3.png');
  }
  .brand-img-4 {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/brand4.png');
  }
  .brand-img-5 {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/brand5.png');
  }
  .brand-img-6 {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/brand6.png');
  }
  .brand-img-7 {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/brand7.png');
  }
  .brand-img-8 {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/brand8.png');
  }
  .brand-img-9 {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/brand9.png');
  }
  .brand-img-10 {
    background-image: url('https://twimage.daigobang.com/web/events/2025festivalsignin/brand10.png');
  }
  
  @media screen and (min-width: 481px) and (max-width: 1192px) {
    .products-block {
      max-width: 100%;
    }
  }
  
  @media screen and (max-width: 480px) {
    .products {
      padding: 40px 10px;
    }
    .products-block {
      border:2px solid #015a55;
      border-radius: 30px;
      padding: 44px 8px 30px 8px;
      box-shadow: inset 0 8px 0 0 #ffea8e;
    }
    .products-block::before {
      width: 250px;
      height: 45px;
      transform: translate(-50%, -1px);
      top:-2px;
    }
    .products-title {
      font-size: 18px;
      letter-spacing: 0.9px;
      margin: 20px 0;
    }
    .products-item {
      width: calc(50% - 4px);
    }
    .products-item:nth-child(odd) {
      margin-right: 8px !important;
    }
    .products-item:nth-child(even) {
      margin-right: 0 !important;
    }
    .products-item:not(:nth-last-child(-n+2)) {
      margin-bottom: 10px;
    }
    .products-name {
      font-size: 18px;
      padding: 7px 0;
    }
  }

  /* === 活動辦法 ================================================== */
  .indise-footer {
    width: 100%;
    background-color: var(--indise-footer-bg-color);
    padding: 60px 10px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .indise-footer-block {
    width: 100%;
    max-width: 1172px;
    border:5px solid #015a55; 
    box-shadow: inset 0px 14px 0 0 #bff0a9;
    height: fit-content;
    background-color: #FFFFFF;
    border-radius: 40px;
    padding: 125px 119.8px 65px 116px;
    position: relative;
  }
  .indise-footer-block::before {
    content: '';
    width: 495px;
    height: 85px;
    background-image: var(--indise-footer-block-title-image);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .indise-footer-block-inf {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .indise-footer-block-inf-list,
  .indise-footer-block-inf-server-info {
    width: 100%;
    max-width: 945.2px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    line-height: 48px;
    letter-spacing: 1px;
    color: #222222;
  }
  .indise-footer-block-inf-list {
    padding-bottom: 55px;
  }
  .indise-footer-block-inf-server-info {
    display: flex;
    flex-direction: column;
    gap: 0.8em;
  }
  .indise-footer-block-inf-server-info > p {
    margin: 0;
  }
  .indise-footer-block-inf-list > li {
    display: flex;
  }
  .indise-footer-block-inf-list > li > div.mack {
    width: 45.25px;
  }
  .indise-footer-block-inf-list > li > div:nth-child(2) {
    width: 45.25px;
    flex: 1;
  }
  .indise-footer-block-inf-list > li  p {
    margin-top: 0;
  }
  .indise-footer-block-inf-list > li .memo {
    color: #ff4f80
    /* padding-left: 45.25px; */
  }
  .indise-footer-block-inf-list > li .memo-no-color {
    /* padding-left: 45.25px; */
  }
  
  @media screen and (min-width: 481px) and (max-width: 1192px) {
    .indise-footer-block {
      max-width: 100%;
    }
  }
  
  @media screen and (max-width: 480px) {
    .indise-footer {
      padding: 40px 10px 50px 10px;
    }
    .indise-footer-block {
      border-radius: 30px;
      padding: 64px 20px 30px 20px;
      border:2px solid #015a55;
      box-shadow: inset 0px 8px 0 0 #bff0a9;
    }
    .indise-footer-block::before {
      width: 250px;
      height: 45px;
      transform: translate(-50%, -1px);
      top:-2px;
    }
    .indise-footer-block-inf {
      width: 100%;
      height: 100%;
      /* overflow: auto; */
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .indise-footer-block-inf-list,
    .indise-footer-block-inf-server-info {
      width: 100%;
      max-width: 309.8px;
      font-size: 16px;
      font-weight: normal;
      line-height: 36px;
      letter-spacing: normal;
      margin: 0 auto;
    }
    .indise-footer-block-inf-list {
      padding-bottom: 30px;
    }
    .indise-footer-block-inf-list > li > div {
      display: inline;
    }
    .indise-footer-block-inf-list > li > div.mack {
      /* width: 33.25px; */
    }
    .indise-footer-block-inf-list > li .memo {
      /* padding-left: 33.25px; */
    }
    .indise-footer-block-inf-list > li .memo-no-color {
      padding: 0;
    }
  }

  /* === 浮動腰帶 ================================================== */
  .custom-float-menu-list {
    width: 100%;
    background-color: #015a55;
    padding: 20px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    z-index: 1;
  }
  .custom-float-menu-list .custom-float-menu-list-content {
    width: 100%;
    max-width: 1102px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .custom-float-menu-list .custom-float-menu-list-content .custom-float-menu-list-content-item {
    width: 100%;
    max-width: 268px;
    border-radius: 50px;
    padding: 12px 20px 14px 20px;
    background: #FFFFFF;
    font-size: 25px;
    font-weight: 600;
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
  }
  .custom-float-menu-list .custom-float-menu-list-content .custom-float-menu-list-content-item:nth-child(1):hover,
  .custom-float-menu-list .custom-float-menu-list-content .custom-float-menu-list-content-item:nth-child(3):hover {
    background-color: #fa5959;
    color: #FFFFFF;
  }
  .custom-float-menu-list .custom-float-menu-list-content .custom-float-menu-list-content-item:nth-child(1):hover .arrowIcon,
  .custom-float-menu-list .custom-float-menu-list-content .custom-float-menu-list-content-item:nth-child(3):hover .arrowIcon {
    border-color: transparent transparent transparent #FFFFFF;
  }
  .custom-float-menu-list .custom-float-menu-list-content .custom-float-menu-list-content-item:nth-child(1) .arrowIcon,
  .custom-float-menu-list .custom-float-menu-list-content .custom-float-menu-list-content-item:nth-child(3) .arrowIcon {
    border-color: transparent transparent transparent #86c16c;
  }
  .custom-float-menu-list .custom-float-menu-list-content .custom-float-menu-list-content-item:nth-child(2):hover,
  .custom-float-menu-list .custom-float-menu-list-content .custom-float-menu-list-content-item:nth-child(4):hover {
    background-color: #86c16c;
    color: #FFFFFF;
  }
  .custom-float-menu-list .custom-float-menu-list-content .custom-float-menu-list-content-item:nth-child(2):hover .arrowIcon,
  .custom-float-menu-list .custom-float-menu-list-content .custom-float-menu-list-content-item:nth-child(4):hover .arrowIcon {
    border-color: transparent transparent transparent #FFFFFF;
  }
  .custom-float-menu-list .custom-float-menu-list-content .custom-float-menu-list-content-item:nth-child(2) .arrowIcon,
  .custom-float-menu-list .custom-float-menu-list-content .custom-float-menu-list-content-item:nth-child(4) .arrowIcon {
    border-color: transparent transparent transparent #fa5959;
  }
  .custom-float-menu-list .custom-float-menu-list-content .custom-float-menu-list-content-item .arrowIcon {
    width: 18px;
    height: 18px;
    border-width: 10px 0 10px 18px;
    border-style:solid;
  }
  .custom-float-menu-list .custom-float-menu-list-content .custom-float-menu-list-content-item .itemTitleText {
    flex:1;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    align-items: center;
  }
  .custom-float-menu-list .custom-float-menu-list-content .custom-float-menu-list-content-item .itemTitleText span {
    display: block;
  }
  
  @media screen and (max-width: 480px) {
    .custom-float-menu-list {
      padding: 7px 12px;
    }
    .custom-float-menu-list .custom-float-menu-list-content {
      gap: 5px
    }
    .custom-float-menu-list .custom-float-menu-list-content .custom-float-menu-list-content-item {
      font-size: 16px;
      padding: 8px 4px 10px 4px;
      gap:5px;
      justify-content: center;
    }
    .custom-float-menu-list .custom-float-menu-list-content .custom-float-menu-list-content-item .itemTitleText {
      flex-direction: column;
      gap: 0;
      line-height: 21px;
      max-width: fit-content;
    }
    .custom-float-menu-list .custom-float-menu-list-content .custom-float-menu-list-content-item .arrowIcon {
      width: 14px;
      height: 16px;
      border-width: 8px 0 8px 14px;
    }
  }

  /* === 活動辦法內容popup ================================================== */
  div:where(.swal2-container) .swal2-html-container {
    margin: 0 !important;
    padding: 0;
  }
  .custom-modal-content {
    width: 100%;
    height: 444px;
    box-sizing: border-box;
    position: relative;
  }
  .custom-modal-content-scope {
    width: 100%;
    max-width: 360px;
    height: 100%;
    /* max-height: 392px; */
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .custom-modal-content-scope > .custom-modal-content-scope-text1 {
    color: #015a55;
    font-size: 30px;
    font-weight: bold;
    line-height: 39px;
    letter-spacing: 1.284px;
    padding-top: 150px;
  }
  .custom-modal-content-scope > .custom-modal-content-scope-text2 {
    color: #ff4f80;
    font-weight: bold;
    align-items: baseline;
    display: inline-flex;
    padding-top: 17px;
  }
  .custom-modal-content-scope > .custom-modal-content-scope-text2 > div:nth-child(1) {
    font-size: 86px;
    line-height: 86px;
    letter-spacing: 4.3px;
  }
  .custom-modal-content-scope > .custom-modal-content-scope-text2 > div:nth-child(2) {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1.5px;
  }
  .custom-modal-content-scope > .custom-modal-content-scope-button {
    padding-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .custom-modal-content-scope > .custom-modal-content-scope-button > .cancel-button {
    width: 228px;
    height: 50px;
    background-image: url("https://twimage.daigobang.com/web/events/2025festivalsignin/popup_close_button@2x.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  
  @media screen and (max-width: 480px) {
    .custom-modal-content {
      height: 289px;
    }
    .custom-modal-content-scope {
      max-width: 234px;
      max-height: 289px;
    }
    .custom-modal-content-scope > .custom-modal-content-scope-text1 {
      font-size: 22px;
      line-height: 25px;
      letter-spacing: 0.9px;
      padding-top: 100px;
    }
    .custom-modal-content-scope > .custom-modal-content-scope-text2{
      padding-top: 0px;
    }
    .custom-modal-content-scope > .custom-modal-content-scope-text2 > div:nth-child(1) {
      font-size: 68px;
      line-height: 81px;
    }
    .custom-modal-content-scope > .custom-modal-content-scope-text2 > div:nth-child(2) {
      font-size: 22px;
    }
    .custom-modal-content-scope > .custom-modal-content-scope-button {
      padding-top: 1.5px;
    }
    .custom-modal-content-scope > .custom-modal-content-scope-button > .cancel-button {
      width: 148px;
      height: 30px;
    }
  }

  /* === Custom Sweet Alert ================================================== */
  .reward-dialog {
    width: 100%;
    background: url("https://twimage.daigobang.com/web/events/2025festivalsignin/popup_background@2x.png") center center / auto 100% no-repeat transparent;
    padding: 0;
  }

  /* === banner ================================================== */
  .banner {
    position: relative;
  }

  @media screen and (max-width:480px) {
    .m-banner {
        width: 100%;
        height: auto;
        background-image: none;
        margin-bottom: 0px;
      }
  }

  .w-banner {
    overflow: hidden;
    width: 100%;
    height: 750px; /*750*/
    background-image: url(https://twimage.daigobang.com/web/events/2025festivalsignin/1920.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--banner-bg-color);
    background-size: auto 100%;
  }
  @media screen and (max-width: 1920px) {
    .w-banner {
        height: 0 !important; 
        padding-bottom: 39.0625%;
    }
  }
  @media screen and (max-width: 480px) {
    .w-banner {
        width: 100%;
        height: auto !important;
        padding-bottom: 0;
        background-image: none;
        margin-bottom: 0px;
    }
  }

  /* 葉子 */
  .banner-decorates-1 {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
  }
  .banner-decorates-1 > .main-visual-left-f {
    width: 19.0104167%; /*365*/
    height: 0px;
    padding-top: 12.6041667%; /*242*/

    background-image: url(https://twimage.daigobang.com/web/events/2025festivalsignin/main-visual-left-f.png);
    background-size: 120.821918% 107.438017%;
    background-position: bottom right;
    background-repeat: no-repeat;
    
    transform-origin: top left;
    animation: leftShake 0.5s alternate linear infinite;

    position: absolute;
    top: 0px;
    left: 0;
  }
  .banner-decorates-1 > .main-visual-right-f {
    width: 15.7291667%; /*302*/
    height: 0px;
    padding-top: 11.8229167%; /*227*/

    background-image: url(https://twimage.daigobang.com/web/events/2025festivalsignin/main-visual-right-f.png);
    background-size: 138.07947% 108.810573%;
    background-position: bottom left;
    background-repeat: no-repeat;

    transform-origin: top right;
    animation: leftShake 0.5s alternate linear infinite;

    position: absolute;
    top: 0px;
    right: 0;
  }
  @keyframes leftShake {
    from{
        transform: rotate(-0.8deg);
    }
    to{
        transform: rotate(0.8deg);
    }
  }
  @media screen and (max-width: 480px) {
    .banner-decorates-1 {
        display: none;
    }
  }

  /* 錢幣 */
  .banner-decorates-2 {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }
  .banner-decorates-2 > .main-visual-f {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: scaleX(-0.9);
    opacity: 0;
  }
  .banner-decorates-2 > .top-right {
    width: 4.94791667%;
    height: 11.2%;
    background-image: url(https://twimage.daigobang.com/web/events/2025festivalsignin/coin01.png);
    animation: coinShow 0.4s linear forwards,
               coinShake 1s linear alternate infinite;
    animation-delay: 1.6s;
  }
  .banner-decorates-2 > .bottom-left {
    width: 9.375%;
    height: 19.6%;
    background-image: url(https://twimage.daigobang.com/web/events/2025festivalsignin/coin02.png);
    animation: coinShow 0.4s linear forwards,
               coinShake 1s linear alternate infinite;
    animation-delay: 2.1s;
  }
  .banner-decorates-2 > .top-left {
    width: 5.36458333%;
    height: 11.7333333%;
    background-image: url(https://twimage.daigobang.com/web/events/2025festivalsignin/coin03.png);
    animation: coinShow 0.4s linear forwards,
               coinShake 1s linear alternate infinite;
    animation-delay: 2.6s;
  }
  .banner-decorates-2 > .bottom-right {
    width: 6.82291667%;
    height: 15.2%;
    background-image: url(https://twimage.daigobang.com/web/events/2025festivalsignin/coin04.png);
    animation: coinShow 0.4s linear forwards,
               coinShake 1s linear alternate infinite;
    animation-delay: 3.1s;
  }
  @keyframes coinShow {
    form{
        transform: scaleX(-0.9);
        opacity: 0;
    }
    to{
        transform: scaleX(1);
        opacity: 1;
    }
  }
  @keyframes coinShake {
    form{
        transform: translateY(-10px);
    }
    to{
        transform: translateY(10px);
    }
  }
  @media screen and (max-width: 480px) {
    .banner-decorates-2 {
        display: none;
    }
  }

  /* 人物 + 標題 */
  .banner-decorates-3 {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 7;
  }
  .banner-decorates-3 > .main-visual-f {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .banner-decorates-3 .people {
    width: 20.9375%;
    height: 45.6%;
    background-image: url(https://twimage.daigobang.com/web/events/2025festivalsignin/people02.png);
    transform: translateX(-150%);
    animation: manWalk01 1s step-start forwards,
               manWalk02 0.7s linear forwards;
  }
  .banner-decorates-3 .title01 {
    width: 11.0416667%;
    height: 28.93333333%;
    background-image: url(https://twimage.daigobang.com/web/events/2025festivalsignin/title01.png);
    transform-origin: bottom center;
    animation: wordShake01 0.4s  linear forwards;
    animation-delay: 0.8s;
  }
  .banner-decorates-3 .title02 {
    width: 8.80208333%;
    height: 23.6%;
    background-image: url(https://twimage.daigobang.com/web/events/2025festivalsignin/title02.png);
    transform-origin: bottom center;
    animation: wordShake02 0.4s alternate 2 linear forwards;
    animation-delay: 0.9s;
  }
  .banner-decorates-3 .title03 {
    width: 9.11458333%;
    height: 24.2666667%;
    background-image: url(https://twimage.daigobang.com/web/events/2025festivalsignin/title03.png);
    transform-origin: bottom center;
    animation: wordShake02 0.4s alternate 2 linear;
    animation-delay: 1.1s;
  }
  @keyframes manWalk01 {
    /* 0% {
        background-image: url(https://twimage.daigobang.com/web/events/2025festivalsignin/people01.png);
    }
    1% {
        background-image: url(https://twimage.daigobang.com/web/events/2025festivalsignin/people01.png);
    }
    50% {
        background-image: url(https://twimage.daigobang.com/web/events/2025festivalsignin/people01.png);
    }
    50.1% {
        background-image: url(https://twimage.daigobang.com/web/events/2025festivalsignin/people02.png);
    }
    75%{
        background-image: url(https://twimage.daigobang.com/web/events/2025festivalsignin/people02.png);
    }
    75.1% {
        background-image: url(https://twimage.daigobang.com/web/events/2025festivalsignin/people01.png);
    }
    90% {
        background-image: url(https://twimage.daigobang.com/web/events/2025festivalsignin/people04.png);
    }
    100% {
        background-image: url(https://twimage.daigobang.com/web/events/2025festivalsignin/people05.png);
    } */
    0% {
      background-image: url(https://twimage.daigobang.com/web/events/2025festivalsignin/people01.png);
      /* transform: translateX(-150%); */
    }
    20% {
      background-image: url(https://twimage.daigobang.com/web/events/2025festivalsignin/people02.png);
      /* transform: translateX(-112.5%); */
    }
    40% {
      background-image: url(https://twimage.daigobang.com/web/events/2025festivalsignin/people01.png);
      /* transform: translateX(-75%); */
    }
    60% {
      background-image: url(https://twimage.daigobang.com/web/events/2025festivalsignin/people02.png);
      /* transform: translateX(-37.5%); */
    }
    80% {
      background-image: url(https://twimage.daigobang.com/web/events/2025festivalsignin/people01.png);
      /* transform: translateX(0%); */
    }
    90% {
      background-image: url(https://twimage.daigobang.com/web/events/2025festivalsignin/people04.png);
      /* transform: translateX(0%); */
    }
    100% {
      background-image: url(https://twimage.daigobang.com/web/events/2025festivalsignin/people05.png);
      /* transform: translateX(0%); */
    }
  }
  @keyframes manWalk02 {
    from {
        transform: translateX(-150%);
    }
    to {
        transform: translateX(0%);
    }
  }
  @keyframes wordShake01 {
    0% {
        transform: scaleY(1);
    }
    50% {
        transform: scaleY(0.7);
    }
    70% {
        transform: scaleY(1);
    }
    85% {
        transform: scaleY(0.8);
    }
    100% {
        transform: scaleY(1);
    }
  }
  @keyframes wordShake02 {
    form {
        transform: rotate(0);
    }
    to {
        transform: rotate(4deg);
    }

  }
  @media screen and (max-width: 480px) {
    .banner-decorates-3 {
        display: none;
    }
  }

  /* 泳圈 ＋ 標牌 */
  .banner-decorates-4 {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
  }
  .banner-decorates-4 > .main-visual-f {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .banner-decorates-4 .type01 {
    width: 11.9791667%;
    height: 10.5333333%;
    background-image: url(https://twimage.daigobang.com/web/events/2025festivalsignin/type01.png);
    animation: type01animate 0.3s linear;
    animation-delay: 1.6s;
  }
  .banner-decorates-4 .type02 {
    width: 15.9895833%;
    height: 42.2666667%;
    background-image: url(https://twimage.daigobang.com/web/events/2025festivalsignin/type02.png);
    transform-origin: bottom center;
    opacity: 0;
    animation: type02animate 0.3s linear forwards;
    animation-delay: 1.9s;

  }
  @keyframes type01animate {
     0% {
        transform: scaleX(1);
     }
     50% {
        transform: scaleX(1.2);
     }
     75%{
        transform: scaleX(0.8);
     }
     100% {
        transform: scaleX(1);
     }
  }
  @keyframes type02animate {
    /* from {
        transform: scaleY(0.3);
        opacity: 0;
    }
    to {
        transform: scaleY(1);
        opacity: 1;
    } */
    0%{
      transform: scaleY(1);
      opacity: 0;
    }
    50%{
      transform: scaleY(0.3);
      opacity: 0.5;
    }
    100%{
      transform: scaleY(1);
      opacity: 1;
    }
  }
  @media screen and (max-width: 480px) {
    .banner-decorates-4 {
        display: none;
    }
  }
