@charset "UTF-8";
.light-box-bg {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1100;
  width: 0;
  margin: auto;
  overflow-x: hidden;
}
.light-box-bg.open {
  width: 100%;
}

.light-box {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1100;
  width: 0;
  margin: auto;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.light-box.open {
  width: 100%;
  height: 100%;
}
.light-box.open .content {
  height: 100%;
}
.light-box.open .wrapper {
  width: 1016px;
  min-width: 1016px;
  height: 700px;
  top: 10%;
  position: relative;
  margin: auto;
}
.light-box.open .wrapper .header {
  height: 60px;
  padding: 0;
  text-align: right;
}
.light-box.open .wrapper .btn-close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 20px;
}
.light-box.open .wrapper .btn-close img {
  width: 100%;
  vertical-align: top;
}
.light-box.open .wrapper .swiper-container {
  height: 100%;
}
.light-box.open .wrapper .swiper-slide {
  background-color: #fff;
  border-radius: 30px;
}
.light-box.open .wrapper .swiper-slide .box-outer {
  height: 100%;
  padding: 50px;
}
.light-box.open .wrapper .swiper-slide .flex-box {
  height: 400px;
  overflow: hidden;
  margin-bottom: 50px;
}
.light-box.open .wrapper .swiper-slide .flex-box .box.caption {
  max-height: 100%;
  overflow-y: auto;
}
.light-box.open .wrapper .swiper-arrow {
  position: absolute;
  width: 115%;
  left: -8%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
.light-box.open .wrapper .swiper-arrow .arrow-clr {
  background-color: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.light-box.open .wrapper .swiper-arrow .arrow-clr.arr-next {
  right: 0;
}
.light-box.open .wrapper .swiper-arrow .arrow-clr.arr-prev {
  left: 0;
}
.light-box.open .wrapper .swiper-arrow .arrow-clr .swiper-button-prev,
.light-box.open .wrapper .swiper-arrow .arrow-clr .swiper-button-next {
  position: relative;
  top: 2px;
  margin: 0 auto;
}
.light-box.open .wrapper .swiper-arrow .arrow-clr .swiper-button-prev:after,
.light-box.open .wrapper .swiper-arrow .arrow-clr .swiper-button-next:after {
  display: none;
}
.light-box.open .wrapper .swiper-arrow .arrow-clr .swiper-button-prev span,
.light-box.open .wrapper .swiper-arrow .arrow-clr .swiper-button-next span {
  font-size: 23px;
  color: #333;
  font-weight: bold;
}
.light-box.open .wrapper .swiper-arrow .arrow-clr .swiper-button-prev {
  left: 0;
}
.light-box.open .wrapper .swiper-arrow .arrow-clr .swiper-button-next {
  right: 0;
}
@media screen and (min-width: 769px) {
  .light-box.open .wrapper .swiper-pagination {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .light-box.open .wrapper {
    width: 100%;
    min-width: unset;
    height: 100%;
    top: 0;
  }
  .light-box.open .wrapper .btn-close {
    width: 20px;
    height: 20px;
  }
  .light-box.open .wrapper .box-title {
    margin-bottom: 25px;
  }
  .light-box.open .wrapper .swiper-pagination {
    bottom: 20px;
    right: 0;
    left: 0;
  }
  .light-box.open .wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px;
  }
  .light-box.open .wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #555;
  }
  .light-box.open .wrapper .swiper-arrow {
    display: none;
  }
  .light-box.open .wrapper .swiper-slide {
    border-radius: 10px;
  }
  .light-box.open .wrapper .swiper-slide .box-outer {
    padding: 40px 30px 0;
    height: 90%;
  }
  .light-box.open .wrapper .swiper-slide .box-outer .flex-box {
    height: 76%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    position: relative;
    z-index: 1;
  }
  .light-box.open .wrapper .swiper-slide .box-outer .btn-col {
    width: 100%;
    text-align: center;
    margin-top: 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 24%;
    padding-top: 30px;
    z-index: 3;
    background-color: #fff;
  }
  .light-box.open .wrapper .swiper-slide .box-outer .btn-col:before {
    content: "";
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(2%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 2%, rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1) 2%, rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
  }
  .light-box.open .wrapper .swiper-slide .box-outer .btn-col a {
    font-size: 18px;
    height: 41px;
    line-height: 41px;
    font-weight: normal;
    padding: 0;
    width: 152px;
  }
  .light-box.open .wrapper .box.img {
    display: none;
  }
}
.light-box.mb.open {
  width: 100%;
  min-width: 100%;
  height: 100%;
}
.light-box.mb.open .content {
  height: 100%;
}
.light-box.mb .wrapper {
  width: 90%;
  min-width: 90%;
  height: 45%;
  top: 20%;
  margin: auto;
  position: relative;
}
.light-box.mb .wrapper .header {
  height: 30px;
  padding: 0;
  text-align: right;
}
.light-box.mb .wrapper .header .btn-close {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.light-box.mb .wrapper .header .btn-close img {
  width: 100%;
}

html,
body {
  position: relative;
  height: 100%;
}

a {
  color: #a4ecec;
  text-decoration: underline;
}

::-webkit-input-placeholder {
  color: #aaa;
  opacity: 0.9;
}

:-moz-placeholder {
  color: #aaa;
  opacity: 0.9;
}

::-moz-placeholder {
  color: #aaa;
  opacity: 0.9;
}

:-ms-input-placeholder {
  color: #aaa;
  opacity: 0.9;
}

.red {
  color: #f76260;
}

@media screen and (min-width: 569px) {
  .v-mb {
    display: none !important;
  }
  .icon-arrow.icon-arrow_r,
.mb-after-line {
    display: none;
  }
}
@media screen and (max-width: 568px) {
  .v-pc {
    display: none !important;
  }
}
.sh-no-m {
  min-width: 1170px;
}
.sh-no-m .site-main-wrapper .site-main {
  padding: 100px 0;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-box img {
  width: 100%;
  vertical-align: top;
}
@media (max-width: 768px) {
  .flex-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

/*--麵包屑--*/
.bread-warp {
  width: 100px;
  min-width: 1170px;
  padding-top: 17px;
}

.site-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #333;
  line-height: 1;
  z-index: 10;
}
.site-breadcrumb a {
  color: #333;
  text-decoration: none;
}
.site-breadcrumb a.on-touch {
  text-decoration: underline;
}
.site-breadcrumb li {
  display: inline-block;
  vertical-align: middle;
}
.site-breadcrumb li:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 20px;
  margin: 0 6px 0 8px;
  background: url("../images/events/arrow_R.svg") center center/contain no-repeat;
}
.site-breadcrumb li:last-child:after {
  display: none;
}
.site-breadcrumb .sb-home a {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.site-breadcrumb .sb-home img {
  width: 100%;
  display: inline-block;
}
@media (max-width: 768px) {
  .site-breadcrumb {
    display: none;
    left: 0;
    top: 58px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1169px) {
  .bread-warp {
    /* 麵包屑：左 */
    padding-left: 38px;
  }
}
/*----*/
.box-outer .box-title {
  font-size: 24px;
  color: #24538e;
  text-align: center;
  font-weight: bold;
  margin-bottom: 47px;
}
.box-outer .box.img {
  padding-right: 83px;
}
.box-outer .box.caption {
  width: 466px;
}
.box-outer .flex-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.col-box {
  position: relative;
  padding-left: 60px;
  margin-bottom: 25px;
}
.col-box dt {
  font-weight: bold;
  margin-bottom: 12px;
  color: #333;
}
.col-box dd.img {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.col-box dd.txt {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}

.btn-col {
  width: 100%;
  text-align: center;
  margin-top: 6px;
}
.btn-col .btn {
  background-color: #165db5;
  text-decoration: none;
  font-size: 26px;
  font-weight: bold;
  width: 184px;
  padding: 8px 0;
  height: 53px;
  border-radius: 5px;
}
.btn-col .btn:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.site-body {
  min-width: 1170px;
}
.site-body .sb-title {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  color: #222;
  line-height: 1.2;
  text-align: center;
}
.site-body .sb-title + .sb-dsr {
  margin-top: 8px;
}
.site-body .sb-title + .sb-content {
  margin-top: 30px;
}
.site-body .sb-dsr {
  width: 100%;
  font-size: 16px;
  color: #545454;
  line-height: 1.4;
  text-align: center;
}
.site-body .sb-dsr + .sb-content {
  margin-top: 30px;
}
.site-body .sb-content {
  width: 100%;
}
@media (max-width: 768px) {
  .site-body {
    min-width: 0;
  }
  .site-body .sb-title {
    font-size: 24px;
  }
}

/*-- 主內容區塊 START
	------------------- */
.site-main-wrapper {
  padding-top: 84px;
  width: 100%;
  position: relative;
  background: #FBFBFD url(../images/events/main_bg.svg) top center/cover no-repeat;
  z-index: 1;
}
.site-main-wrapper .main-content {
  width: 100%;
  max-width: 1170px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-main-wrapper .mc-box {
  width: 470px;
  position: relative;
}
.site-main-wrapper .mc-box dl {
  text-align: left;
}
.site-main-wrapper .mc-box dl dd {
  width: 100%;
  /* word-break: break-all; */
}
.site-main-wrapper .mc-box .mcb-title {
  font-size: 56px;
  font-weight: bold;
  color: #11581E;
  line-height: 1.2;
  letter-spacing: 3px;
}
.site-main-wrapper .mc-box .mcb-subtitle {
  margin-top: 5px;
  font-size: 26px;
  color: #8F8F8F;
  line-height: 1.2;
  letter-spacing: 3px;
}
.site-main-wrapper .mc-box .mcb-info {
  margin-top: 24px;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  letter-spacing: 2px;
}
.site-main-wrapper .mc-box .mcb-paytype-list {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.site-main-wrapper .mc-box .mcb-paytype-list li {
  height: 35px;
  margin-right: 10px;
}
.site-main-wrapper .mc-box .mcb-paytype-list li:last-child {
  margin-right: 0;
}
.site-main-wrapper .mc-box .mcb-paytype-list li.mpl-visa {
  height: 20px;
}
.site-main-wrapper .mc-box .mcb-paytype-list li.mpl-tw {
  height: 30px;
}
.site-main-wrapper .mc-box .mcb-paytype-list img {
  height: 100%;
}
.site-main-wrapper .mc-box .mcb-btn {
  width: 200px;
  height: 55px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 22px;
  border-radius: 104px;
  padding: 0px 24px;
  margin-top: 20px;
  cursor: pointer;
  background: #ffcc21;
  color: #282000;
  text-decoration: none;
}
.site-main-wrapper .mc-img-wrap {
  width: 580px;
}
.site-main-wrapper .mc-img-wrap img {
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .site-main-wrapper {
    padding-top: 50px;
    background: none;
    width: 100%;
  }
  .site-main-wrapper .main-content {
    padding: 40px 0;
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background: url(../images/events/bg_kv_mb.png) left top/cover no-repeat;
  }
  .site-main-wrapper .mc-box {
    width: 100%;
    max-width: 294px;
    position: relative;
  }
  .site-main-wrapper .mc-box dl {
    text-align: center;
  }
  .site-main-wrapper .mc-box .mcb-title {
    font-size: 44px;
  }
  .site-main-wrapper .mc-box .mcb-subtitle {
    font-size: 20px;
  }
  .site-main-wrapper .mc-box .mcb-info {
    margin-top: 16px;
    font-size: 16px;
    text-align: center;
  }
  .site-main-wrapper .mc-box .mcb-paytype-list {
    margin-top: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-main-wrapper .mc-box .mcb-paytype-list li {
    height: 27px;
    margin-right: 7px;
  }
  .site-main-wrapper .mc-box .mcb-paytype-list li.mpl-visa {
    height: 15px;
  }
  .site-main-wrapper .mc-box .mcb-paytype-list li.mpl-tw {
    height: 20px;
  }
  .site-main-wrapper .mc-box .mcb-btn {
    width: 180px;
    height: 55px;
    margin-top: 37px;
  }
  .site-main-wrapper .mc-img-wrap {
    width: 100%;
    max-width: 345px;
    margin-top: 45px;
  }
}
.gtw-intro01 {
  width: 100%;
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gtw-intro01 .gwi-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.gtw-intro01 .gwi-item {
  background: #fff;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
  width: 245px;
  padding: 30px 24px;
  margin: 0 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gtw-intro01 .gwi-item .gii-img {
  width: 80px;
  margin-bottom: 25px;
}
.gtw-intro01 .gwi-item .gii-img img {
  width: 100%;
}
.gtw-intro01 .gwi-item .gii-title {
  width: 100%;
  text-align: center;
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 8px;
}
.gtw-intro01 .gwi-item .gii-info {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
@media (max-width: 768px) {
  .gtw-intro01 {
    padding: 35px 15px 60px;
    background: #FBFBFD;
  }
  .gtw-intro01 .gwi-list {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gtw-intro01 .gwi-item {
    width: 100%;
    max-width: 345px;
    padding: 30px 30px;
    margin: 0 0 24px;
  }
  .gtw-intro01 .gwi-item:last-child {
    margin-bottom: 0;
  }
}

.gtw-intro02 {
  width: 100%;
  padding: 80px 0;
  background: #FBFBFD url(../images/events/page_bg.png) center top/cover no-repeat;
}
.gtw-intro02 .sb-title {
  font-size: 40px;
  color: #FFF;
}
.gtw-intro02 .sb-dsr {
  font-size: 22px;
  color: #FFF;
}
.gtw-intro02 .sb-dsr + .sb-content {
  margin-top: 50px;
}
.gtw-intro02 .gwi-feature-list,
.gtw-intro02 .sb-feature-list {
  width: 100%;
}
.gtw-intro02 .gwi-feature-list .gfl-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.gtw-intro02 .gwi-feature-list .gfl-box:last-child {
  margin-bottom: 0px;
}
.gtw-intro02 .gwi-feature-list .gfl-box:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.gtw-intro02 .gwi-feature-list .gfl-box:nth-child(even) .gfl-img {
  margin-left: 70px;
  margin-right: 0;
}
.gtw-intro02 .gwi-feature-list .gfl-box .gfl-img {
  width: 460px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 70px;
}
.gtw-intro02 .gwi-feature-list .gfl-box .gfl-img img {
  width: 100%;
}
.gtw-intro02 .gwi-feature-list .gfl-box .gfl-info {
  width: 100%;
  max-width: 520px;
}
.gtw-intro02 .gwi-feature-list .gfl-box .gfl-info .gli-title {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
  text-align: left;
  margin-bottom: 16px;
  line-height: 1.2;
}
.gtw-intro02 .gwi-feature-list .gfl-box .gfl-info .gli-title.f-s-28 {
  font-size: 28px;
}
.gtw-intro02 .gwi-feature-list .gfl-box .gfl-info .gli-txt {
  width: 100%;
  line-height: 1.4;
  font-size: 18px;
  color: #FFF;
}
.gtw-intro02 .gwi-feature-list .gfl-box .gli-bank-list,
.gtw-intro02 .sb-feature-list .sb-bank-list {
  width: 100%;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.gtw-intro02 .sb-feature-list .sb-bank-list {
  justify-content: center;
  margin: 24px 0 48px;
}

.gtw-intro02 .gwi-feature-list .gfl-box .gli-bank-list li,
.gtw-intro02 .sb-feature-list .sb-bank-list li {
  width: 60px;
  height: 30px;
  padding: 4px 3px;
  margin-right: 15px;
  background: #FFF;
  border-radius: 6px;
  border: 1px solid #F3F3F3;
  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;
}
.gtw-intro02 .sb-feature-list .sb-bank-list li {
  width: 110px;
  height: 44px;
  padding: 6px 8px;
}

.gtw-intro02 .gwi-feature-list .gfl-box .gli-bank-list li img,
.gtw-intro02 .sb-feature-list .sb-bank-list li img {
  width: 100%;
}
@media (max-width: 768px) {
  .gtw-intro02 {
    width: 100%;
    padding: 50px 16px;
    background: #278B39;
  }
  .gtw-intro02 .sb-title {
    font-size: 24px;
  }
  .gtw-intro02 .sb-dsr {
    font-size: 18px;
  }
  .gtw-intro02 .sb-dsr + .sb-content {
    margin-top: 0px;
  }
  .gtw-intro02 .gwi-feature-list .gfl-box {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0px;
    padding: 40px 0;
    border-bottom: 1px dashed #B4B4B4;
  }
  .gtw-intro02 .gwi-feature-list .gfl-box:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .gtw-intro02 .gwi-feature-list .gfl-box:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gtw-intro02 .gwi-feature-list .gfl-box:nth-child(even) .gfl-img {
    margin-left: 0px;
  }
  .gtw-intro02 .gwi-feature-list .gfl-box .gfl-img {
    width: 100%;
    max-width: 400px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .gtw-intro02 .gwi-feature-list .gfl-box .gfl-info .gli-title,
  .gtw-intro02 .gwi-feature-list .gfl-box .gfl-info .gli-title.f-s-28 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
  }
  .gtw-intro02 .gwi-feature-list .gfl-box .gfl-info .gli-txt {
    font-size: 16px;
  }
  .gtw-intro02 .gwi-feature-list .gfl-box .gli-bank-list,
  .gtw-intro02 .sb-feature-list .sb-bank-list {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
   .gtw-intro02 .sb-feature-list .sb-bank-list {
    margin-bottom: 0;
  }
  .gtw-intro02 .gwi-feature-list .gfl-box .gli-bank-list li,
  .gtw-intro02 .sb-feature-list .sb-bank-list li {
    margin: 0 9px 10px;
  }
 .gtw-intro02 .sb-feature-list .sb-bank-list li {
    width: 66px;
    height: 30px;
  }
}

.gtw-intro03 {
  width: 100%;
  padding: 80px 0;
  background: #FFF;
}
.gtw-intro03 .gwi-bank-list {
  width: 100%;
  max-width: 1110px;
  margin: 50px auto 0;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gtw-intro03 .gwi-bank-list li {
  width: 222px;
  height: 104px;
  padding: 15px 12px;
  margin: 0 27px 20px;
  background: #FFF;
  border: 1px solid #F3F3F3;
  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;
}
.gtw-intro03 .gwi-bank-list li img {
  width: 100%;
}
@media (max-width: 768px) {
  .gtw-intro03 {
    padding: 30px 10px 40px;
  }
  .gtw-intro03 .gwi-bank-list {
    margin-top: 20px;
  }
  .gtw-intro03 .gwi-bank-list li {
    width: 150px;
    height: 40px;
    padding: 5px 15px;
    margin: 0 5px 10px;
  }
  .gtw-intro03 .gwi-bank-list li img {
    width: auto;
    max-width: 100%;
    max-height: 25px;
  }
}

.gtw-intro04 {
  width: 100%;
  padding: 60px 0;
  background: #E0EEE1 url(../images/events/page_bg2.png) center top/cover no-repeat;
}
.gtw-intro04 .sb-title + .sb-content {
  margin-top: 45px;
}
.gtw-intro04 .gwi-apply-process {
  width: 100%;
  max-width: 700px;
  margin: 0px auto;
  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;
}
.gtw-intro04 .gwi-apply-process .gap-mb {
  display: none;
}
.gtw-intro04 .gwi-apply-process img {
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .gtw-intro04 {
    padding: 25px 15px 40px;
  }
  .gtw-intro04 .sb-title + .sb-content {
    margin-top: 22px;
  }
  .gtw-intro04 .gwi-apply-process {
    max-width: 480px;
  }
  .gtw-intro04 .gwi-apply-process .gap-pc {
    display: none;
  }
  .gtw-intro04 .gwi-apply-process .gap-mb {
    display: block;
    margin-right: -16px;
  }
}

.gtw-intro05 {
  width: 100%;
  padding: 47px 0 0;
  background: #FFF;
}
.gtw-intro05 .gwi-btn-box {
  width: 100%;
  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;
}
.gtw-intro05 .gwi-btn-box .gwi-btn {
  width: 100%;
  max-width: 360px;
  height: 74px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 36px;
  border-radius: 100px;
  padding: 0px 24px;
  cursor: pointer;
  background: #FFCC16;
  color: #282000;
  text-decoration: none;
}
.gtw-intro05 .gtw-footer-bg {
  position: relative;
  z-index: 1;
  width: 100%;
  bottom: -2px;
  margin-top: 47px;
  margin-bottom: -90px;
}
.gtw-intro05 .gtw-footer-bg img {
  width: 100%;
}
@media (max-width: 768px) {
  .gtw-intro05 {
    padding: 78px 15px;
  }
  .gtw-intro05 .gwi-btn-box .gwi-btn {
    max-width: 340px;
    height: 68px;
    font-size: 26px;
  }
  .gtw-intro05 .gtw-footer-bg {
    display: none;
  }
}