@charset "UTF-8";
/** ==========================================================
	└ Variables & Basic
	└ Layout (Hero, Banner, Selection)
	└ Gift Section (Icons & Layout)
	└ Rules Section (Accordion + Pseudo Icons)
    └ Q&A Section
    └ Hover Effects (Optimized for Assets)
 ========================================================== **/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
:root {
  --c-green-primary: #0faf77;
  --c-blue-dark: #23579e;
  --c-orange: #ffba00;
  --c-orange-dark: #f87b15;
  --c-text-deep: #374356;
  --c-red: #d32f2f;
  --container-width: 800px;
  --container-width-content: 1200px;
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
}

body {
  background: url(../images/bg_kv.png), url(../images/bg_full.jpg), var(--c-green-primary);
  background-repeat: no-repeat, repeat-y;
  background-size: 100%;
  background-position: top center;
  line-height: 1.4;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 768px) {
  body {
    background-size: 280%, 100%;
  }
}

.noto_font {
  color: var(--c-text-deep);
}

.full_img {
  width: 100%;
  height: auto;
  display: block;
}

#bgCanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.main_wrapper {
  position: relative;
}

.container {
  max-width: var(--container-width);
  width: 96%;
  margin: 0 auto;
}

/** Header **/
.header {
  display: none;
}
@media (max-width: 768px) {
  .header {
    display: block;
  }
}

/** Hero **/
.hero_section {
  position: relative;
  padding: 20px 0 60px;
}
@media (max-width: 768px) {
  .hero_section {
    padding-bottom: 40px;
  }
}
.hero_section .hero_container {
  max-width: var(--container-width-content);
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero_section .logo {
  position: absolute;
  left: 0;
}
.hero_section .logo img {
  max-width: 356px;
}
@media (max-width: 600px) {
  .hero_section .logo img {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .hero_section .logo {
    position: relative;
    margin-bottom: 10px;
  }
}
.hero_section .slogan_badge img {
  max-width: 478px;
}
@media (max-width: 600px) {
  .hero_section .slogan_badge img {
    width: 70%;
  }
}
.hero_section .slogan {
  margin-top: -10px;
}
.hero_section .slogan img {
  max-width: 471px;
}
@media (max-width: 600px) {
  .hero_section .slogan img {
    width: 80%;
  }
}

/** Banner **/
.banner_section {
  position: relative;
  padding-bottom: 20px;
}
.banner_section .banner_container {
  width: 94%;
  margin: 0 auto;
  max-width: var(--container-width);
  background-color: #fff;
  padding: 40px;
  border-radius: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  .banner_section .banner_container {
    padding: 20px;
  }
}
.banner_section .banner_image {
  max-width: 646px;
  width: 100%;
}
.banner_section .banner_btn_area {
  text-align: center;
  position: relative;
  z-index: 10;
  margin-top: 20px;
}
.banner_section .banner_btn_area img {
  max-width: 470px;
  width: 85%;
  margin: 0 auto;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.banner_section .banner_btn_area img:hover {
  transform: scale(1.05);
}

/** Selection Section (面額卡片) **/
.selection_section {
  padding: 80px 0;
}
@media (max-width: 600px) {
  .selection_section {
    padding: 40px 0;
  }
}
.selection_section .section_title_img {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .selection_section .section_title_img {
    margin-bottom: 20px;
  }
}
.selection_section .section_title_img img {
  max-width: 520px;
  width: 90%;
}
.selection_section .section_title_img {
  /* 調整選擇標題尺寸 */
}

.card_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 0;
  /* 增加卡片間距以符合設計稿留白 */
}
@media (max-width: 600px) {
  .card_grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.card_item {
  position: relative;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.card_item .card_content_img img {
  width: 100%;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
  /* 模擬卡片陰影 */
}
.card_item {
  /* 領取按鈕懸浮定位 */
}
.card_item .btn_get {
  display: block;
  margin: 0 auto;
  bottom: 10%;
  left: 0;
  right: 0;
  width: 75%;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  position: absolute;
  z-index: 5;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.card_item .btn_get img {
  width: 100%;
}
.card_item .btn_get:hover {
  transform: translateY(-5px) scale(1.05);
  filter: brightness(1.05);
}
.card_item:hover {
  transform: translateY(-8px);
}

.card_note p {
  text-align: center;
  color: #0b797a;
}

/** Gift Section (會員獨享) **/
.gift_section {
  padding: 60px 0 0;
  background-color: #d1e6e8;
  background-image: url(../images/bg_gift_pop.png);
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  margin-bottom: 80px;
}
.gift_section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  top: -49px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/bg_triangle.png);
  background-size: 100% 100%;
}
.gift_section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: -49px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/bg_triangle.png);
  background-size: 100% 100%;
  transform: scaleY(-1);
}
.gift_section .gift_box_wrapper {
  background: #fff;
  border: 6px solid #ff7e7e;
  border-radius: 40px;
  padding: 50px 40px;
  margin-bottom: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}
@media (max-width: 600px) {
  .gift_section .gift_box_wrapper {
    padding: 40px 20px;
    border-radius: 20px;
    border-width: 4px;
  }
}
.gift_section .gift_title_img {
  text-align: center;
  margin: -115px auto 20px;
}
.gift_section .gift_title_img img {
  max-width: 568px;
  width: 98%;
}
@media (max-width: 600px) {
  .gift_section .gift_title_img {
    margin-top: -90px;
  }
}

.gift_item {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  gap: 30px;
}
.gift_item:nth-child(2) {
  flex-direction: row-reverse;
}
.gift_item:nth-child(3) .gift_img {
  width: 264px;
}
@media (max-width: 600px) {
  .gift_item:nth-child(3) .gift_img {
    width: 30%;
  }
}
.gift_item .gift_img {
  width: 219px;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .gift_item .gift_img {
    margin-bottom: 15px;
    width: 30%;
  }
}
.gift_item .gift_img img {
  width: 100%;
}
.gift_item .gift_text {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
@media (max-width: 600px) {
  .gift_item .gift_text {
    padding-left: 0;
    gap: 4px;
  }
}
.gift_item .gift_text h3 {
  color: var(--c-orange);
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 600px) {
  .gift_item .gift_text h3 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.gift_item .gift_text p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #444;
}
@media (max-width: 600px) {
  .gift_item .gift_text p {
    font-size: 0.875rem;
  }
}
.gift_item .gift_text .btn_get {
  flex-shrink: 0;
  font-size: 18px;
  background-color: var(--c-orange-dark);
  color: #fff;
  line-height: 1;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  width: max-content;
  transition: transform 0.3s ease;
}
.gift_item .gift_text .btn_get:hover {
  transform: scale(1.1);
}

.gift_action {
  text-align: center;
  margin-top: 10px;
}
.gift_action img {
  max-width: 462px;
  width: 100%;
  transition: transform 0.3s ease;
}
.gift_action img:hover {
  transform: scale(1.1);
}

/** Rules Section (可開合流程) **/
.rules_section .container {
  max-width: var(--container-width-content);
  margin: auto;
  width: 94%;
}

.rule_title {
  background: var(--c-blue-dark);
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  padding: 10px 0;
  text-align: center;
}
@media (max-width: 600px) {
  .rule_title {
    font-size: 2rem;
  }
}

.rules_container {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 60px;
  background-color: #fff;
}
.rules_container .noto_font {
  padding: 30px 50px 50px;
}
@media (max-width: 600px) {
  .rules_container .noto_font {
    padding: 20px;
  }
}
.rules_container .notice_list {
  font-size: 18px;
}
.rules_container .notice_list li {
  margin-left: 1.5em;
  list-style: outside decimal;
}
.rules_container .warning_text {
  font-size: 18px;
  color: #d32f2f;
}

.step_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.step_item {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.step_item .step_badge {
  background-color: var(--c-blue-dark);
  color: #FFFFFF;
  font-weight: bold;
  padding: 8px 30px;
  border-radius: 50px;
  display: inline-block;
  align-self: flex-start;
  letter-spacing: 1px;
  line-height: 1;
}
.step_item .step_description {
  color: #333333;
  margin: 0 0 0 50px;
}
.step_item .step_description .highlight-red {
  color: #d32f2f;
}
@media (max-width: 768px) {
  .step_item .step_description {
    margin: 0 0 0 20px;
  }
}
.step_item .step_image {
  margin: 0 0 0 50px;
}
@media (max-width: 768px) {
  .step_item .step_image {
    margin: 0 0 0 20px;
  }
}
.step_item .step_image img {
  width: 100%;
  max-width: 800px;
}

.collasible_container.is-active .arrow_icon {
  transform: rotate(-135deg);
  translate: 0 7px;
}
.collasible_container {
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
@media (max-width: 600px) {
  .collasible_container {
    padding: 16px 10px;
  }
}

.collapsible_trigger {
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
@media (max-width: 600px) {
  .collapsible_trigger {
    font-size: 1.2rem;
  }
}
.collapsible_trigger .btn_open {
  background-color: var(--c-blue-dark);
  color: #fff;
  font-size: 11px;
  padding: 4px 8px;
  display: flex;
  gap: 4px;
  border-radius: 20px;
}

.arrow_icon {
  width: 8px;
  height: 8px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.3s;
  translate: 0 5px;
}

.collapsible_content {
  padding: 20px;
  display: none;
}
@media (max-width: 600px) {
  .collapsible_content {
    padding: 10px;
  }
}

.icon_title {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--c-blue-dark);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 0.3em;
}
.icon_title.process::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background: var(--c-blue-dark);
  border-radius: 8px;
  background-image: linear-gradient(#fff 2px, transparent 2px), linear-gradient(#fff 2px, transparent 2px), linear-gradient(#fff 2px, transparent 2px);
  background-size: 20px 2px;
  background-position: center 10px, center 18px, center 26px;
  background-repeat: no-repeat;
}
.icon_title.notice {
  margin-top: 50px;
  border-top: 2px dashed #eee;
  padding-top: 35px;
}
.icon_title.notice::before {
  content: "!";
  display: inline-block;
  width: 36px;
  height: 36px;
  background: var(--c-blue-dark);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  font-size: 1.5rem;
}
@media (max-width: 600px) {
  .icon_title.notice {
    margin-top: 40px;
  }
}

/**  Q&A Section & Footer Decor **/
.qa_section {
  padding-bottom: 60px;
  padding-top: 60px;
  background-color: #ffe7aa;
}
@media (max-width: 600px) {
  .qa_section {
    padding: 40px 0;
  }
}
.qa_section .container {
  max-width: var(--container-width-content);
  background-image: url(../images/bg_qa.png);
  background-repeat: no-repeat;
  background-size: 80%;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .qa_section .container {
    background-size: 100% 67%;
  }
}
@media (max-width: 600px) {
  .qa_section .container {
    padding: 0 20px;
    background-image: url(../images/bg_qa_m.png);
    background-size: 100%;
  }
}

.qa_title {
  font-size: 40px;
  color: var(--c-green-primary);
  font-weight: 700;
}
@media (max-width: 600px) {
  .qa_title {
    font-size: 2rem;
  }
}

.qa_list {
  width: 68%;
  padding-top: 35px;
  margin-left: 3%;
}
@media (max-width: 768px) {
  .qa_list {
    width: 90%;
    margin: auto;
  }
}

.qa_item {
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}
.qa_item:hover {
  transform: translateX(10px);
}
.qa_item .q {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background-color: var(--c-green-primary);
  border-radius: 50px;
  padding: 2px 20px;
  margin-bottom: 10px;
  width: max-content;
}
.qa_item .a {
  font-size: 1.15rem;
  color: #555;
}
.qa_item .a b {
  color: #d32f2f;
}

/* 底部裝飾圖定位 */
.footer_decor {
  margin-top: -20px;
  display: flex;
  justify-content: flex-end;
}
.footer_decor img {
  max-width: 605px;
  width: 100%;
}

@media (max-width: 768px) {
  .footer {
    display: none;
  }
}

/**float**/
@media screen and (min-width: 1025px) {
  .NavArea {
    display: none;
    width: 150px;
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 250;
  }
  .Nav-slide.active {
    background-color: rgba(255, 255, 225, 0.2);
  }
  .Nav-slide.active a {
    color: #fff;
  }
  .float_tit {
    margin-top: -73px;
  }
  .float_main {
    width: 115px;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .go_top {
    display: block;
    cursor: pointer;
  }
  .Nav-wrapper {
    background: rgba(236, 121, 70, 0.9);
    width: 115px;
    margin: -45px auto 0;
    padding: 20px 4px 0;
    border-radius: 60px;
  }
  .Nav-wrapper li {
    font-size: 15px;
    text-align: center;
    background: transparent;
    margin: 5px auto;
    padding: 3px;
    position: relative;
    border-radius: 30px;
    transition: background-color 0.2s ease-in;
  }
  li.Nav-title {
    background-color: #ec5a42;
    font-size: 16px;
    color: #ffe9e9;
    font-weight: bold;
  }
  li.Nav-title.active {
    background-color: #ec4291;
  }
  li.Nav-title::after {
    display: none;
  }
  li.Nav-title.esg {
    background-color: #5e9264;
  }
  li.Nav-slide.top {
    font-size: 25px;
    padding: 20px 0;
    font-weight: bold;
  }
  li.Nav-slide.top:after {
    display: none;
  }
  .Nav-wrapper li a {
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    z-index: 500;
  }
  /*.Nav-wrapper li a:hover {
        color: #bc453d;
    }*/
  .Nav-wrapper li:after {
    background: #bc453d;
    height: 2px;
    position: absolute;
    right: 51%;
    left: 51%;
    bottom: 0;
    z-index: 1;
    content: "";
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: left, right;
    transition-property: left, right;
  }
  .Nav-wrapper li:hover:after {
    right: 10%;
    left: 10%;
  }
}
@media screen and (max-width: 1200px) {
  .NavArea {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: none;
  }
  .NavArea .Nav {
    position: relative;
    margin: 0;
    padding: 0;
    overflow-x: scroll;
    background-color: #000;
  }
  .NavArea .Nav ul {
    white-space: nowrap;
    line-height: 0;
  }
  .NavArea .Nav li {
    z-index: 10;
    position: relative;
    display: inline-block;
    padding: 0;
    overflow: hidden;
    width: auto;
    font-weight: inherit;
    text-align: center;
  }
  .NavArea .Nav li:nth-child(odd) {
    background-color: #131313;
  }
  .NavArea .Nav a {
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 0 12px;
    height: 44px;
    line-height: 44px;
  }
  .Nav-slide.active a {
    color: salmon;
  }
  .NavArea .Nav li.Nav-title {
    background-color: brown;
  }
  .NavArea .Nav li.Nav-title.active {
    background-color: #ec4291;
  }
  .NavArea .Nav li.Nav-title.active a {
    color: #fff;
  }
  .NavArea .Nav li.esg {
    background-color: #5e9264;
  }
  .float_tit {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */