.ib_info_004 .close::before, .ib_info_004 .close::after, .ib_info_004 .close {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mainArea {
  padding-top: 0;
  padding-bottom: 0;
}

.ib_info_004 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.ib_info_004 .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.ib_info_004 .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.ib_info_004 .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.ib_info_004 img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_info_004 .Txt {
  padding: 30px;
}
.ib_info_004 .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.ib_info_004 .close {
  width: 46px;
  height: 46px;
  background-color: #192882;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.ib_info_004 .close::before, .ib_info_004 .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.ib_info_004 .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ib_info_004 .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .ib_info_004 .close:hover {
    background-color: #192882;
  }
  .ib_info_004 .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .ib_info_004 .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.ib_info_004.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.ib_info_004.show .mask,
.ib_info_004.show .inner {
  opacity: 1;
}
.ib_info_004.show .inner {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .ib_info_004 .popContent {
    max-height: calc(100vh - 150px);
  }
}

img {
  max-width: 100%;
  display: block;
}

.bannerArea {
  position: relative;
  isolation: isolate;
}
@media (max-width: 768px) {
  .bannerArea {
    padding: 20px 16px 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    -ms-grid-rows: auto 0 auto 0 auto 0 auto 0 auto;
        grid-template-areas: "title" "subtitle" "text_bg" "airplanBox" "btn";
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 0;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.bannerArea .bg_img {
  width: 100%;
  aspect-ratio: 1920/1000;
}
.bannerArea .bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .bannerArea .bg_img {
    position: absolute;
    inset: 0;
    z-index: -1;
    aspect-ratio: auto;
  }
  .bannerArea .bg_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.bannerArea .airplan_line {
  position: absolute;
  width: 361px;
  right: -21%;
}
@media (max-width: 1400px) {
  .bannerArea .airplan_line {
    display: none;
  }
}
.bannerArea .rightTxt {
  position: absolute;
  left: 100px;
}
@media (max-width: 1180px) {
  .bannerArea .rightTxt {
    left: 40px;
  }
}
@media (max-width: 768px) {
  .bannerArea .rightTxt {
    display: contents;
  }
}
.bannerArea .title {
  width: 520px;
  margin-top: 20px;
}
@media (max-width: 1480px) {
  .bannerArea .title {
    width: 450px;
  }
}
@media (max-width: 900px) {
  .bannerArea .title {
    width: 400px;
  }
}
@media (max-width: 768px) {
  .bannerArea .title {
    position: static;
    left: auto;
    margin: 0 auto;
    grid-area: title;
    width: 70%;
  }
  .bannerArea .title img {
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .bannerArea .title {
    width: 65%;
  }
}
.bannerArea .subtitle {
  width: 509px;
  margin-top: -110px;
  margin-left: 69px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1400px) {
  .bannerArea .subtitle {
    width: 340px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .subtitle {
    width: 360px;
    margin-left: 40px;
  }
}
@media (max-width: 768px) {
  .bannerArea .subtitle {
    display: block;
    grid-area: subtitle;
    width: 75%;
    margin: -12vw auto 0;
  }
  .bannerArea .subtitle img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
.bannerArea .paper {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .bannerArea .paper {
    display: none;
  }
}
.bannerArea .goat {
  width: 307px;
  position: relative;
  margin-left: 100px;
  margin-top: 20px;
  z-index: 10;
}
@media (max-width: 1400px) {
  .bannerArea .goat {
    width: 240px;
  }
}
@media (max-width: 1280px) {
  .bannerArea .goat {
    display: none;
  }
}
@media (max-width: 1180px) {
  .bannerArea .goat {
    width: 220px;
    margin-left: 60px;
  }
}
@media (max-width: 768px) {
  .bannerArea .goat {
    display: none;
  }
}
.bannerArea .text_bg {
  width: 413px;
  position: absolute;
  bottom: 33%;
  left: 66%;
}
@media (max-width: 1630px) {
  .bannerArea .text_bg {
    width: 300px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .text_bg {
    width: 300px;
    left: 58%;
    bottom: -85px;
    left: 31%;
  }
}
@media (max-width: 1280px) {
  .bannerArea .text_bg {
    bottom: -85px;
  }
}
@media (max-width: 1080px) {
  .bannerArea .text_bg {
    display: none;
  }
}
@media (max-width: 768px) {
  .bannerArea .text_bg {
    display: block;
    grid-area: text_bg;
    position: static;
    width: 75%;
    bottom: auto;
    left: auto;
    margin: -16vw auto 0;
  }
  .bannerArea .text_bg img {
    width: 100%;
    height: auto;
  }
}
.bannerArea .text_bg .flag {
  position: absolute;
  right: 0;
  top: -111px;
}
@media (max-width: 1180px) {
  .bannerArea .text_bg .flag {
    width: 70px;
    top: -20px;
    right: -52px;
  }
}
.bannerArea .airplanBox {
  position: absolute;
  right: 0;
  top: 97px;
}
@media (max-width: 1810px) {
  .bannerArea .airplanBox {
    width: 700px;
  }
}
@media (max-width: 1280px) {
  .bannerArea .airplanBox {
    width: 500px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .airplanBox {
    top: 60px;
  }
}
@media (max-width: 768px) {
  .bannerArea .airplanBox {
    display: block;
    grid-area: airplanBox;
    position: static;
    top: auto;
    right: auto;
    width: 75%;
    margin: -3vw 0 0;
  }
  .bannerArea .airplanBox .airplan img {
    width: 100%;
    height: auto;
  }
  .bannerArea .airplanBox .ticket {
    display: none;
  }
}
.bannerArea .airplanBox .airplan {
  position: relative;
  z-index: 10;
}
.bannerArea .airplanBox .ticket {
  position: relative;
  width: 554px;
  margin-top: -498px;
  margin-left: 400px;
}
@media (max-width: 1650px) {
  .bannerArea .airplanBox .ticket {
    margin-left: 303px;
  }
}
@media (max-width: 1280px) {
  .bannerArea .airplanBox .ticket {
    margin-left: 213px;
    margin-top: -447px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .airplanBox .ticket {
    width: 380px;
    margin-top: -340px;
    margin-left: 260px;
  }
}
.bannerArea .bannerBtn {
  position: absolute;
  bottom: 39%;
  left: 64%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}
@media (max-width: 1810px) {
  .bannerArea .bannerBtn img {
    width: 300px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerBtn {
    left: 58%;
    bottom: 28%;
  }
}
@media (max-width: 1280px) {
  .bannerArea .bannerBtn {
    bottom: 25%;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerBtn {
    position: relative;
    left: auto;
    bottom: auto;
    -webkit-transform: none;
            transform: none;
    margin: -16vw auto 0;
    display: block;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    grid-area: btn;
    z-index: 10;
  }
}
@media (max-width: 768px) {
  .bannerArea .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .bannerArea .subtitle {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .bannerArea .text_bg {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .bannerArea .airplanBox {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .bannerArea .bannerBtn {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
}

.aboutActivityArea {
  position: relative;
  isolation: isolate;
}
.aboutActivityArea::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/Mask_group_2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
  z-index: -1;
}

.aboutArea .main_title_bg {
  width: 629px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .aboutArea .main_title_bg {
    width: 100%;
    max-width: 629px;
  }
}
@media (max-width: 768px) {
  .aboutArea .main_title_bg {
    width: 90%;
  }
}
.aboutArea .s_title {
  color: #192883;
  text-align: center;
  font-family: "Noto Sans TC";
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 144%; /* 64.8px */
  letter-spacing: 1.8px;
}
@media (max-width: 1180px) {
  .aboutArea .s_title {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .aboutArea .s_title {
    font-size: 24px;
    letter-spacing: 1px;
  }
}
.aboutArea .b_title {
  color: #192883;
  text-align: center;
  font-family: "Noto Sans TC";
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: 144%; /* 86.4px */
  letter-spacing: 2.4px;
}
@media (max-width: 1180px) {
  .aboutArea .b_title {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .aboutArea .b_title {
    font-size: 30px;
    letter-spacing: 1px;
  }
}
.aboutArea .text {
  color: #0C0C0C;
  text-align: center;
  font-family: "Noto Sans TC";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 163%; /* 45.64px */
  margin-top: 10px;
}
@media (max-width: 1180px) {
  .aboutArea .text {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .aboutArea .text {
    font-size: 16px;
    text-align: left;
  }
}
.aboutArea .text span {
  color: #192882;
  font-family: "Noto Sans TC";
  font-size: 35px;
  font-style: normal;
  font-weight: 900;
  line-height: 163%;
}
@media (max-width: 1180px) {
  .aboutArea .text span {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .aboutArea .text span {
    font-size: 18px;
  }
}

.activityArea {
  padding-top: 100px;
  padding-bottom: 100PX;
}
@media (max-width: 1180px) {
  .activityArea {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .activityArea {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.activityArea .main_title_bg {
  width: 550px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .activityArea .main_title_bg {
    width: 40%;
  }
}
.activityArea .ai_item_box {
  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;
  margin-top: 100px;
}
@media (max-width: 1180px) {
  .activityArea .ai_item_box {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .activityArea .ai_item_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .activityArea .ai_item_box img {
    width: calc(50% - 6px);
  }
}
.activityArea .ai_item_box img.pic01 {
  position: relative;
  left: 80px;
  z-index: -1;
}
@media (max-width: 768px) {
  .activityArea .ai_item_box img.pic01 {
    left: 0;
  }
}
.activityArea .ai_item_box img.pic02 {
  position: relative;
  top: -50px;
}
@media (max-width: 768px) {
  .activityArea .ai_item_box img.pic02 {
    top: 0;
  }
}
.activityArea .ai_item_box img.pic03 {
  position: relative;
  left: -50px;
}
@media (max-width: 768px) {
  .activityArea .ai_item_box img.pic03 {
    left: 0;
  }
}
.activityArea .ai_item_box img.pic04 {
  position: relative;
  left: -100px;
  top: -50px;
}
@media (max-width: 768px) {
  .activityArea .ai_item_box img.pic04 {
    left: 0;
    top: 0;
  }
}
.activityArea .des_title {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans TC";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 163%; /* 42.38px */
  background-color: #192882;
  padding: 3px 0;
  border-radius: 10px;
  margin-top: 60px;
  margin-bottom: 46px;
}
@media (max-width: 1180px) {
  .activityArea .des_title {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .activityArea .des_title {
    font-size: 15px;
    border-radius: 8px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.activityArea .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  border-radius: 20px;
  padding: 27px 40px;
  margin-top: 35px;
  -webkit-box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.1803921569);
          box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.1803921569);
}
@media (max-width: 1180px) {
  .activityArea .step {
    padding: 20px 28px;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .activityArea .step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 24px;
    margin-top: 16px;
    gap: 16px;
  }
}
.activityArea .step .num {
  width: 106px;
  height: 106px;
  background-color: #192882;
  border-radius: 50%;
  color: #fff;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 45px;
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1180px) {
  .activityArea .step .num {
    width: 84px;
    height: 84px;
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .activityArea .step .num {
    width: 72px;
    height: 72px;
    font-size: 30px;
  }
}
.activityArea .step .num span {
  font-size: 22px;
  font-weight: 300;
}
@media (max-width: 1180px) {
  .activityArea .step .num span {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .activityArea .step .num span {
    font-size: 14px;
  }
}
.activityArea .step .txt {
  width: calc(100% - 106px - 38px);
  padding-left: 38px;
}
@media (max-width: 1180px) {
  .activityArea .step .txt {
    width: calc(100% - 84px - 24px);
    padding-left: 24px;
  }
}
@media (max-width: 768px) {
  .activityArea .step .txt {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.activityArea .step .title {
  font-size: 35px;
  color: #000;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .activityArea .step .title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .activityArea .step .title {
    font-size: 18px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.activityArea .step .optional {
  display: inline-block;
  background-color: #E5E5E5;
  color: #6C6C6C;
  font-size: 26px;
  font-weight: 500;
  padding: 4px 14px;
  border-radius: 6px;
  margin-top: 12px;
}
@media (max-width: 1180px) {
  .activityArea .step .optional {
    font-size: 18px;
    padding: 3px 12px;
  }
}
@media (max-width: 768px) {
  .activityArea .step .optional {
    font-size: 14px;
    padding: 3px 10px;
    margin-top: 8px;
  }
}
.activityArea .step .text {
  color: #6C6C6C;
  font-family: "Noto Sans TC";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 144%; /* 37.44px */
  margin-top: 10px;
}
@media (max-width: 1180px) {
  .activityArea .step .text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .activityArea .step .text {
    font-size: 14px;
  }
}

.giftArea {
  padding: 100px 0;
  background-color: #192882;
}
@media (max-width: 1180px) {
  .giftArea {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .giftArea {
    padding: 48px 0;
  }
}
.giftArea .main_title_bg {
  width: 720px;
  margin: 0 auto;
  margin-bottom: 120px;
}
@media (max-width: 1180px) {
  .giftArea .main_title_bg {
    width: 100%;
    max-width: 720px;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .giftArea .main_title_bg {
    width: 80%;
    max-width: none;
    margin-bottom: 40px;
  }
}
.giftArea .main_gift {
  width: 978px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .giftArea .main_gift {
    width: 100%;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .giftArea .main_gift {
    padding: 0 16px;
  }
}
.giftArea .main_gift img {
  border-radius: 30px;
}
.giftArea .main_gift .title {
  font-size: 35px;
  color: #fff;
  text-align: center;
  margin-top: 45px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .giftArea .main_gift .title {
    font-size: 22px;
  }
}
.giftArea .main_gift .subtitle {
  color: #FBF523;
  font-size: 26px;
  text-align: center;
}
@media (max-width: 768px) {
  .giftArea .main_gift .subtitle {
    font-size: 18px;
  }
}
.giftArea .main_gift .quota {
  width: 100%;
  font-size: 32px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 10px 40px;
  margin: 0 auto;
  margin-top: 30px;
}
@media (max-width: 1180px) {
  .giftArea .main_gift .quota {
    font-size: 26px;
    width: auto;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .giftArea .main_gift .quota {
    font-size: 24px;
    padding: 4px 24px;
  }
}
.giftArea .main_gift .quota span {
  font-size: 48px;
}
@media (max-width: 1180px) {
  .giftArea .main_gift .quota span {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .giftArea .main_gift .quota span {
    font-size: 36px;
  }
}
.giftArea .giftBox {
  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;
  margin-top: 100px;
}
@media (max-width: 1180px) {
  .giftArea .giftBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 60px;
    gap: 48px;
  }
}
.giftArea .giftItem {
  width: 33.3333333333%;
  padding: 0 40px;
}
@media (max-width: 1180px) {
  .giftArea .giftItem {
    width: 100%;
    max-width: 500px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.giftArea .giftItem .giftPic img {
  margin: 0 auto;
  border-radius: 30px;
}
.giftArea .giftItem .location {
  color: #fff;
  font-size: 22px;
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .giftArea .giftItem .location {
    font-size: 16px;
  }
}
.giftArea .giftItem:nth-child(1) {
  border-radius: 30px;
}
.giftArea .giftItem:nth-child(1) .giftPic {
  margin-top: -128px;
}
@media (max-width: 1180px) {
  .giftArea .giftItem:nth-child(1) .giftPic {
    margin-top: 0;
  }
}
.giftArea .giftItem:nth-child(1) .title {
  height: 170px;
}
@media (max-width: 1180px) {
  .giftArea .giftItem:nth-child(1) .title {
    height: auto;
  }
}
.giftArea .giftItem:nth-child(1) .quota {
  position: relative;
}
.giftArea .giftItem:nth-child(2) .giftPic {
  position: relative;
  margin-top: 0px;
}
.giftArea .giftItem:nth-child(3) .title {
  height: 170px;
}
@media (max-width: 1180px) {
  .giftArea .giftItem:nth-child(3) .title {
    height: auto;
  }
}
.giftArea .giftItem:nth-child(3) .giftPic {
  position: relative;
  margin-top: -200px;
}
@media (max-width: 1180px) {
  .giftArea .giftItem:nth-child(3) .giftPic {
    margin-top: 0;
  }
}
.giftArea .giftItem .title {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans TC";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 144%; /* 50.4px */
  margin-top: 20px;
}
@media (min-width: 800px) and (max-width: 1400px) {
  .giftArea .giftItem .title {
    font-size: 28px;
  }
}
@media (max-width: 1180px) {
  .giftArea .giftItem .title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .giftArea .giftItem .title {
    font-size: 24px;
  }
}
.giftArea .giftItem .subtitle {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .giftArea .giftItem .subtitle {
    font-size: 18px;
  }
}
.giftArea .giftItem .quota {
  width: 100%;
  font-size: 26px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 10px 40px;
  margin: 0 auto;
  margin-top: 30px;
}
@media (max-width: 1180px) {
  .giftArea .giftItem .quota {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .giftArea .giftItem .quota {
    font-size: 24px;
    padding: 4px 24px;
  }
}
.giftArea .giftItem .quota span {
  font-size: 30px;
}
@media (max-width: 1180px) {
  .giftArea .giftItem .quota span {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .giftArea .giftItem .quota span {
    font-size: 24px;
  }
}

.noticeArea {
  padding: 100px 0;
}
@media (max-width: 1180px) {
  .noticeArea {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .noticeArea {
    padding: 48px 0;
  }
}
.noticeArea .main_title_bg {
  width: 527px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .noticeArea .main_title_bg {
    width: 100%;
    max-width: 420px;
  }
}
@media (max-width: 768px) {
  .noticeArea .main_title_bg {
    width: 70%;
  }
}
.noticeArea .text {
  font-size: 16px;
  margin-top: 60px;
}
@media (max-width: 1180px) {
  .noticeArea .text {
    font-size: 15px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .noticeArea .text {
    font-size: 14px;
    margin-top: 28px;
    line-height: 1.8;
  }
}
.noticeArea .text span {
  font-weight: bold;
}
.noticeArea .text p {
  margin: 0 0 12px;
}
.noticeArea .text strong,
.noticeArea .text b {
  font-weight: 700;
}
.noticeArea .text em,
.noticeArea .text i {
  font-style: italic;
}
.noticeArea .text ol {
  list-style: decimal;
  padding-left: 1.6em;
  margin: 0 0 12px;
}
.noticeArea .text ul {
  list-style: disc;
  padding-left: 1.6em;
  margin: 0 0 12px;
}
.noticeArea .text li {
  margin: 4px 0;
}
.noticeArea .text li > p {
  margin: 0;
}
.noticeArea .text a {
  color: inherit;
  text-decoration: underline;
}

.floatBtn {
  position: fixed;
  right: 50px;
  z-index: 10;
  bottom: 20px;
  cursor: pointer;
}
@media (max-width: 1180px) {
  .floatBtn {
    width: 160px;
    right: 20px;
  }
}
@media (max-width: 768px) {
  .floatBtn {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .floatBtn.is-visible {
    opacity: 1;
    pointer-events: auto;
  }
}