@charset "UTF-8";
.site-body .site-content-wrapper .site-content, .site-body .site-content-wrapper {
  zoom: 1;
}
.site-body .site-content-wrapper .site-content:after, .site-body .site-content-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

a {
  color: #0d6507;
  text-decoration: underline;
}

::-webkit-input-placeholder {
  color: #9a9a9a;
  opacity: 0.9;
}

:-moz-placeholder {
  color: #9a9a9a;
  opacity: 0.9;
}

::-moz-placeholder {
  color: #9a9a9a;
  opacity: 0.9;
}

:-ms-input-placeholder {
  color: #9a9a9a;
  opacity: 0.9;
}

.red {
  color: #f76260;
}

.sh-no-m {
  min-width: 1170px;
}
.sh-no-m .site-main-wrapper .site-main {
  padding: 100px 0;
}

.sb-title {
  width: 100%;
  padding: 30px 0 20px;
  font-size: 22px;
  color: #111;
  line-height: 1.4;
  text-align: center;
}

.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 {
  vertical-align: top;
}
@media (max-width: 768px) {
  .flex-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/*--麵包屑--*/
.site-breadcrumb {
  width: 100%;
  font-size: 14px;
  color: #333;
  line-height: 1;
  text-align: left;
  padding: 15px 15px;
  position: absolute;
  top: 0;
  left: 0;
  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;
  }
}

/*----*/
.site-body {
  padding-top: 84px;
  /*-- 主內容區塊 START
  ------------------- */
  /*-- 詳細內容區塊 START
  ------------------- */
}
@media (max-width: 768px) {
  .site-body {
    padding-top: 54px;
  }
}
@media (max-width: 568px) {
  .site-body .site-body {
    padding-top: 54px;
  }
}
.site-body .site-main-wrapper {
  width: 100%;
  min-width: 1170px;
  overflow: hidden;
  position: relative;
  background: #FFF url("../images/events/main_bg.png") no-repeat top center;
}
.site-body .site-main-wrapper .site-content {
  width: 1170px;
  height: 609px;
}
.site-body .site-main-wrapper img {
  vertical-align: bottom;
}
.site-body .site-main-wrapper .main-content {
  width: 420px;
  position: absolute;
  top: 90px;
  left: 20px;
  z-index: 7;
}
.site-body .site-main-wrapper .main-content .mc-title {
  width: 100%;
  text-align: left;
  font-size: 58px;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  margin-bottom: 20px;
}
.site-body .site-main-wrapper .main-content .mc-subtitle {
  width: 100%;
  text-align: left;
  font-size: 32px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 15px;
}
.site-body .site-main-wrapper .main-content .mc-txt {
  width: 100%;
  text-align: left;
  font-size: 18px;
  color: #333;
  line-height: 1.5;
}
.site-body .site-main-wrapper .main-content .mc-btn-box {
  width: 100%;
  text-align: left;
  margin-top: 25px;
}
.site-body .site-main-wrapper .main-content .mc-btn-box .mc-btn {
  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;
  width: 228px;
  height: 58px;
  background: #27272e;
  color: #FFF;
  font-size: 24px;
  text-decoration: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 99em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.site-body .site-main-wrapper .main-content .mc-btn-box .mc-btn:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  background: url("../images/events/arrow_forward.svg") center center/contain no-repeat;
}
.site-body .site-main-wrapper .main-content .mc-btn-box .mc-btn.on-touch {
  background: #004e93;
}
.site-body .site-main-wrapper .main-pic-box {
  width: 837px;
  position: absolute;
  top: 170px;
  right: -3%;
  z-index: 5;
}
.site-body .site-main-wrapper .mpb-pc {
  width: 100%;
}
.site-body .site-main-wrapper .mpb-pc img {
  width: 100%;
}
@media (max-width: 768px) {
  .site-body .site-main-wrapper {
    background: none;
    min-width: 0;
  }
  .site-body .site-main-wrapper .site-content {
    width: 100%;
    height: auto;
    padding: 55px 0 30px;
    overflow: hidden;
    background: #d9d9f7 url("../images/events/pad_bg_dp@2x.png") center top/cover no-repeat;
  }
  .site-body .site-main-wrapper .main-content {
    width: 100%;
    position: static;
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .site-body .site-main-wrapper .main-content .mc-title {
    text-align: center;
    font-size: 40px;
  }
  .site-body .site-main-wrapper .main-content .mc-subtitle {
    text-align: center;
    font-size: 28px;
  }
  .site-body .site-main-wrapper .main-content .mc-txt {
    text-align: center;
    font-size: 18px;
  }
  .site-body .site-main-wrapper .main-content .mc-btn-box {
    display: none;
    text-align: center;
  }
  .site-body .site-main-wrapper .main-content .mc-btn-box .mc-btn {
    width: 200px;
    height: 48px;
    font-size: 20px;
  }
  .site-body .site-main-wrapper .main-pic-box {
    width: 100%;
    max-width: 450px;
    position: static;
    padding: 0 15px;
    margin: 0 auto;
  }
}
@media (max-width: 568px) {
  .site-body .site-main-wrapper .site-content {
    padding: 37px 0 30px;
    background-image: url("../images/events/mb_kv_bg@2x.png");
  }
  .site-body .site-main-wrapper .main-content .mc-title {
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .site-body .site-main-wrapper .main-content .mc-subtitle {
    font-size: 25px;
  }
  .site-body .site-main-wrapper .main-content .mc-txt {
    font-size: 16px;
    line-height: 1.6;
  }
}
.site-body .site-content-wrapper {
  width: 100%;
  position: relative;
  background-color: #eff9f5;
}
.site-body .site-content-wrapper * {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.site-body .site-content-wrapper.scw-bg {
  background-color: white;
}
.site-body .site-content-wrapper.scw-bg2 {
  background-color: #eaece9;
}
.site-body .site-content-wrapper .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-body .site-content-wrapper .flex-box img {
  vertical-align: top;
}
@media (max-width: 768px) {
  .site-body .site-content-wrapper .flex-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.site-body .site-content-wrapper .site-content {
  width: 1170px;
  margin: 0 auto;
  position: relative;
  padding: 60px 0;
}
@media (max-width: 1170px) {
  .site-body .site-content-wrapper .site-content {
    padding: 50px 20px;
  }
}
.site-body .site-content-wrapper .content-title {
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  position: relative;
  color: #000;
}
@media (max-width: 768px) {
  .site-body .site-content-wrapper .content-title {
    font-size: 30px;
  }
}
.site-body .site-content-wrapper .content-subtitle {
  width: 100%;
  text-align: center;
  font-size: 24px;
  margin-bottom: 50px;
  position: relative;
}
.site-body .site-content-wrapper .content-subtitle + .content-txt {
  margin-top: -40px;
}
.site-body .site-content-wrapper .content-txt {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 50px;
  color: #333;
}
.site-body .site-content-wrapper.se-1 {
  height: 346px;
  background: #FFF url(../images/events/dp_p1_bg.png) top center no-repeat;
}
.site-body .site-content-wrapper.se-1 .site-content {
  width: 1170px;
  padding: 80px 0;
}
.site-body .site-content-wrapper.se-1 .content-txt {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
}
.site-body .site-content-wrapper.se-1 .se1-link-box {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-body .site-content-wrapper.se-1 .se1-link-box .se1-link {
  font-size: 20px;
  color: #0d6507;
  line-height: 1.4;
  display: block;
  text-decoration: none;
}
.site-body .site-content-wrapper.se-1 .se1-link-box .slb-ic {
  width: 47px;
  margin-left: 10px;
}
.site-body .site-content-wrapper.se-1 .se1-link-box .slb-ic img {
  width: 100%;
}
@media (max-width: 1170px) {
  .site-body .site-content-wrapper.se-1 .site-content {
    background: #FFF url(../images/events/dp_p1_bg.png) top center no-repeat;
  }
}
@media (max-width: 768px) {
  .site-body .site-content-wrapper.se-1 {
    height: auto;
  }
  .site-body .site-content-wrapper.se-1 .site-content {
    width: 100%;
    padding: 68px 15px;
    background: #FFF url("../images/events/pad_p1_bg@2x.png") center top/cover no-repeat;
  }
}
@media (max-width: 568px) {
  .site-body .site-content-wrapper.se-1 .site-content {
    padding: 50px 15px;
  }
}
.site-body .site-content-wrapper.se-2 {
  height: 861px;
  background: #27272e url(../images/events/dp_p2_bg.png) top center no-repeat;
  color: #333;
}
.site-body .site-content-wrapper.se-2 .site-content {
  width: 1170px;
  padding: 60px 0px;
}
.site-body .site-content-wrapper.se-2 .flex-box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.site-body .site-content-wrapper.se-2 .flex-box .box {
  width: 310px;
  text-align: left;
  padding: 40px 30px;
  margin: 0 15px 10px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: transparent;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 15px;
}
.site-body .site-content-wrapper.se-2 .flex-box .box:nth-child(1), .site-body .site-content-wrapper.se-2 .flex-box .box:nth-child(2) {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}
.site-body .site-content-wrapper.se-2 .flex-box .box .img {
  width: 72px;
}
.site-body .site-content-wrapper.se-2 .flex-box .box .img img {
  width: 100%;
  vertical-align: top;
  display: inline-block;
}
.site-body .site-content-wrapper.se-2 .flex-box .box .flb-content {
  width: 100%;
  font-size: 18px;
  color: #FFF;
  text-align: center;
  margin-top: 30px;
  line-height: 1.5;
}
.site-body .site-content-wrapper.se-2 .flex-box .box:hover {
  background: rgba(255, 255, 255, 0.06);
}
@media (max-width: 1170px) {
  .site-body .site-content-wrapper.se-2 .site-content {
    background: #27272e url(../images/events/dp_p2_bg.png) top center no-repeat;
  }
}
@media (max-width: 768px) {
  .site-body .site-content-wrapper.se-2 {
    height: auto;
  }
  .site-body .site-content-wrapper.se-2 .site-content {
    width: 100%;
    padding: 60px 15px;
    background: #FFF url("../images/events/pad_p2_bg@2x.png") center top/cover no-repeat;
  }
  .site-body .site-content-wrapper.se-2 .site-content .flex-box .box {
    width: calc(33.33% - 20px);
    padding: 30px 15px;
    margin: 0 10px 10px;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .site-body .site-content-wrapper.se-2 .site-content .flex-box .box:nth-child(1), .site-body .site-content-wrapper.se-2 .site-content .flex-box .box:nth-child(2) {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
  }
  .site-body .site-content-wrapper.se-2 .site-content .flex-box .flb-content {
    font-size: 16px;
    margin-top: 25px;
  }
}
@media (max-width: 568px) {
  .site-body .site-content-wrapper.se-2 .site-content {
    padding: 25px 15px;
    background: #FFF url("../images/events/mb_p2_bg@2x.png") center top/cover no-repeat;
  }
  .site-body .site-content-wrapper.se-2 .site-content .flex-box .box {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    padding: 15px 15px;
    margin: 0 0px 20px;
  }
  .site-body .site-content-wrapper.se-2 .site-content .flex-box .box:nth-child(1), .site-body .site-content-wrapper.se-2 .site-content .flex-box .box:nth-child(2) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 40px 25px;
  }
  .site-body .site-content-wrapper.se-2 .site-content .flex-box .flb-content {
    font-size: 16px;
    margin-top: 25px;
  }
}
.site-body .site-content-wrapper.se-3 {
  background-color: #f1f1f9;
}
.site-body .site-content-wrapper.se-3 .site-content {
  width: 1170px;
  padding: 50px 0 100px;
  background-color: #f1f1f9;
}
.site-body .site-content-wrapper.se-3 .content-title {
  margin-bottom: 50px;
}
.site-body .site-content-wrapper.se-3 .se3-subtitle {
  width: 290px;
  height: 60px;
  padding: 0 45px;
  margin: 0 auto 20px;
  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;
  border-radius: 30px;
  background: #4f4f57;
  font-size: 22px;
  color: #FFF;
}
.site-body .site-content-wrapper.se-3 .tai-tabs {
  width: 346px;
  margin: 0 auto 30px;
  padding: 10px 12px;
  border-radius: 100px;
  background: #fff;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-body .site-content-wrapper.se-3 .tai-tabs li {
  width: 156px;
  height: 50px;
  font-size: 18px;
  color: #27272e;
  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-right: 10px;
  background: transparent;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.site-body .site-content-wrapper.se-3 .tai-tabs li:last-child {
  margin-right: 0;
}
.site-body .site-content-wrapper.se-3 .tai-tabs li.active {
  color: #FFF;
  background: #363692;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
}
.site-body .site-content-wrapper.se-3 .tai-tab-content {
  width: 1040px;
  margin: 0 auto;
}
.site-body .site-content-wrapper.se-3 .tai-tab-content .ttc-box {
  width: 100%;
}
.site-body .site-content-wrapper.se-3 .tai-tab-content .tcb-inner {
  padding-bottom: 40px;
}
.site-body .site-content-wrapper.se-3 .tai-tab-content .tcb-inner + .tcb-inner {
  padding: 40px 0;
  border-top: 1px solid #a1a1b7;
}
.site-body .site-content-wrapper.se-3 .tai-tab-content .tcb-inner:last-child {
  padding-bottom: 0;
}
.site-body .site-content-wrapper.se-3 .tai-tab-content .tbi-title {
  width: 100%;
  font-size: 24px;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
}
.site-body .site-content-wrapper.se-3 .tai-tab-content .tbi-title .tit-ic {
  display: inline-block;
  width: 45px;
  margin-top: 10px;
}
.site-body .site-content-wrapper.se-3 .tai-tab-content .tbi-title .tit-ic img {
  width: 100%;
}
.site-body .site-content-wrapper.se-3 .tai-tab-content .tbi-process {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-body .site-content-wrapper.se-3 .tai-tab-content .tbi-process + .tbi-title,
.site-body .site-content-wrapper.se-3 .tai-tab-content .tbi-process + .tbi-process {
  margin-top: 40px;
}
.site-body .site-content-wrapper.se-3 .tai-tab-content .tip-box {
  min-width: 230px;
  min-height: 166px;
  padding: 30px 30px 20px;
  border-radius: 20px;
  background-color: #d5d5f2;
}
.site-body .site-content-wrapper.se-3 .tai-tab-content .tip-box.tpb-w {
  max-width: 400px;
}
.site-body .site-content-wrapper.se-3 .tai-tab-content .tpb-title {
  width: 100%;
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  color: #27272e;
  margin-bottom: 20px;
}
.site-body .site-content-wrapper.se-3 .tai-tab-content .tpb-txt {
  width: 100%;
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  text-align: center;
}
.site-body .site-content-wrapper.se-3 .tai-tab-content .tpb-txt.ttx-l {
  text-align: left;
}
.site-body .site-content-wrapper.se-3 .tai-tab-content .tpb-txt .ttx-list {
  list-style-type: disc;
  padding-left: 20px;
}
.site-body .site-content-wrapper.se-3 .tai-tab-content .tpb-txt .ttx-list li {
  margin-bottom: 2px;
}
.site-body .site-content-wrapper.se-3 .tai-tab-content .tpb-txt .ttx-list li:last-child {
  margin-bottom: 0;
}
.site-body .site-content-wrapper.se-3 .tai-tab-content .tip-arrow {
  width: 36px;
  height: 36px;
  margin: 0 12px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background: url("../images/events/ic_arrow.svg") center center/contain no-repeat;
}
.site-body .site-content-wrapper.se-3 .tai-tab-content .tbi-note {
  margin-top: 15px;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}
.site-body .site-content-wrapper.se-3 .tai-tab-content .tbi-devtools-list {
  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;
}
.site-body .site-content-wrapper.se-3 .tai-tab-content .tbi-devtools-list li {
  width: 380px;
  height: 116px;
  margin: 0 15px;
  border: 4px solid #a8a8c7;
  padding: 30px;
  border-radius: 20px;
  background: #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;
}
.site-body .site-content-wrapper.se-3 .tai-tab-content .tbi-devtools-list .ttl-ic {
  width: 48px;
  height: 48px;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-body .site-content-wrapper.se-3 .tai-tab-content .tbi-devtools-list .ttl-ic img {
  width: 100%;
  display: block;
}
.site-body .site-content-wrapper.se-3 .tai-tab-content .tbi-devtools-list .ttl-content {
  width: auto;
}
.site-body .site-content-wrapper.se-3 .tai-tab-content .tbi-devtools-list .tlc-title {
  font-size: 20px;
  font-weight: bold;
  color: #27272e;
  line-height: 1.2;
  margin-bottom: 10px;
}
.site-body .site-content-wrapper.se-3 .tai-tab-content .tbi-devtools-list .tlc-txt {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .site-body .site-content-wrapper.se-3 .site-content {
    width: 100%;
    padding: 40px 15px;
  }
  .site-body .site-content-wrapper.se-3 .site-content .content-title {
    margin-bottom: 20px;
  }
  .site-body .site-content-wrapper.se-3 .tai-tabs {
    width: 100%;
    max-width: 340px;
  }
  .site-body .site-content-wrapper.se-3 .tai-tab-content {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .site-body .site-content-wrapper.se-3 .tai-tab-content .tbi-process {
    width: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-body .site-content-wrapper.se-3 .tai-tab-content .tip-box {
    width: 100%;
    height: auto;
    min-width: 0;
    min-height: 0;
    padding: 30px 30px;
  }
  .site-body .site-content-wrapper.se-3 .tai-tab-content .tip-box.tpb-w {
    max-width: 100%;
  }
  .site-body .site-content-wrapper.se-3 .tai-tab-content .tpb-title {
    text-align: center;
  }
  .site-body .site-content-wrapper.se-3 .tai-tab-content .tip-arrow {
    width: 30px;
    height: 30px;
    margin: 15px 0;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .site-body .site-content-wrapper.se-3 .tai-tab-content .tbi-devtools-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-body .site-content-wrapper.se-3 .tai-tab-content .tbi-devtools-list li {
    width: 100%;
    height: auto;
    min-height: 116px;
    margin: 0 0 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .site-body .site-content-wrapper.se-3 .tai-tab-content .tbi-devtools-list li:last-child {
    margin-bottom: 0;
  }
  .site-body .site-content-wrapper.se-3 .tai-tab-content .tbi-devtools-list .ttl-ic {
    width: 45px;
    height: 45px;
  }
}
.site-body .site-content-wrapper.se-4 {
  background: #f8f8f8;
}
.site-body .site-content-wrapper.se-4 .site-content {
  background: #f8f8f8;
}
.site-body .site-content-wrapper.se-4 .content-title + .faq {
  margin-top: 40px;
}
.site-body .site-content-wrapper.se-4 .faq {
  position: relative;
  border-radius: 24px;
  -webkit-box-shadow: 0 10px 48px 0 rgba(153, 161, 170, 0.25);
          box-shadow: 0 10px 48px 0 rgba(153, 161, 170, 0.25);
  background-color: #fff;
}
.site-body .site-content-wrapper.se-4 .faq * {
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
}
.site-body .site-content-wrapper.se-4 .faq + .faq {
  margin-top: 20px;
}
.site-body .site-content-wrapper.se-4 .faq .faq-title {
  font-size: 20px;
  color: #27272e;
  line-height: 1.4;
  cursor: pointer;
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-body .site-content-wrapper.se-4 .faq .faq-title .ft-ic {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url("../images/events/ic_add.svg") center center/contain no-repeat;
}
.site-body .site-content-wrapper.se-4 .faq .faq-title.ft-open {
  color: #3c579a;
}
.site-body .site-content-wrapper.se-4 .faq .faq-title.ft-open .ft-ic {
  background-image: url("../images/events/ic_Remove.svg");
}
.site-body .site-content-wrapper.se-4 .faq .faq-title.ft-open + .faq-box {
  display: block;
  max-height: 1000px;
  padding: 0px 40px 40px;
}
.site-body .site-content-wrapper.se-4 .faq .faq-box {
  max-height: 0;
  font-size: 16px;
  color: #757589;
  line-height: 1.5;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .site-body .site-content-wrapper.se-4 .site-content {
    width: 100%;
    padding: 40px 15px;
  }
  .site-body .site-content-wrapper.se-4 .site-content .content-title {
    margin-bottom: 20px;
  }
  .site-body .site-content-wrapper.se-4 .content-title + .faq {
    margin-top: 30px;
  }
  .site-body .site-content-wrapper.se-4 .faq {
    border-radius: 8px;
  }
  .site-body .site-content-wrapper.se-4 .faq + .faq {
    margin-top: 12px;
  }
  .site-body .site-content-wrapper.se-4 .faq .faq-title {
    font-size: 16px;
    padding: 20px 30px;
  }
  .site-body .site-content-wrapper.se-4 .faq .faq-title.ft-open + .faq-box {
    padding: 0px 30px 30px;
  }
  .site-body .site-content-wrapper.se-4 .faq .faq-box {
    font-size: 15px;
    padding: 0 30px;
  }
}
.site-body .site-content-wrapper.se-5 {
  background: #e0e0e9;
}
.site-body .site-content-wrapper.se-5 .site-content {
  padding: 50px 15px;
  background: #e0e0e9;
}
.site-body .site-content-wrapper.se-5 .act-applepay {
  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;
}
.site-body .site-content-wrapper.se-5 .act-applepay .aap-txt {
  font-size: 26px;
  color: #27272e;
  margin-right: 30px;
}
.site-body .site-content-wrapper.se-5 .act-applepay .aap-btn {
  width: 220px;
  height: 55px;
  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: 18px;
  color: #FFF;
  background: #27272e;
  text-decoration: none;
  border-radius: 8px;
}
.site-body .site-content-wrapper.se-5 .act-applepay .aap-btn.on-touch {
  background: #1b1b20;
}
@media (max-width: 768px) {
  .site-body .site-content-wrapper.se-5 .site-content {
    width: 100%;
  }
  .site-body .site-content-wrapper.se-5 .act-applepay {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-body .site-content-wrapper.se-5 .act-applepay .aap-txt {
    font-size: 20px;
    color: #27272e;
    margin: 0 0 20px 0;
  }
}

/*----*/