@charset "UTF-8";
/*------------------------------------*\
  setup
\*------------------------------------*/
/*------------------------------------*\
  font face
\*------------------------------------*/
/* noto-sans-tc */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700;900&display=swap");
/*------------------------------------*\
  reset
\*------------------------------------*/
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, select, textarea, label, p, blockquote, th, td, iframe, button, a, header, footer {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font: inherit;
  color: inherit;
}

body {
  font: 1rem/150% "PingFang TC", "Noto Sans TC", Helvetica, "微軟正黑體", sans-serif;
  font-weight: 400;
  color: #333;
  background-color: #e9f8fc;
  scroll-behavior: smooth;
}

html {
  -webkit-text-size-adjust: 100%; /*safari內網頁的字體不會無緣無故變大*/
  -webkit-overflow-scrolling: touch; /*safari內網頁滑動起來不會卡卡的*/
  overflow-scrolling: touch;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  background: none;
  outline: none;
  cursor: pointer;
}

table {
  width: auto;
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: none;
}

img {
  image-rendering: -webkit-optimize-contrast; /*防止chrome將圖片縮放時平滑化處理*/
}

/*------------------------------------*\
  common
\*------------------------------------*/
.mtp_mshow {
  display: none;
}

@media all and (max-width: 767px) {
  .mtp_mhide {
    display: none;
  }
  .mtp_mshow {
    display: block;
  }
}
.mtp_mb_0 {
  margin-bottom: 0 !important;
}

.mtp_mb_1 {
  margin-bottom: 10px;
}

.mtp_mb_2 {
  margin-bottom: 20px;
}

.mtp_mb_3 {
  margin-bottom: 30px;
}

.mtp_mb_4, .mtp_stepBox, .mtp_noticeBox, .mtp_news_in, .mtp_productPay {
  margin-bottom: 40px;
}

.mtp_mb_mx {
  margin-bottom: 70px;
}

@media all and (max-width: 767px) {
  .mtp_mb_2 {
    margin-bottom: 16px;
  }
  .mtp_mb_3 {
    margin-bottom: 24px;
  }
  .mtp_mb_4, .mtp_stepBox, .mtp_noticeBox, .mtp_news_in, .mtp_productPay {
    margin-bottom: 32px;
  }
  .mtp_mb_mx {
    margin-bottom: 40px;
  }
}
.mtp_tC {
  text-align: center;
}

.mtp_tR {
  text-align: right;
}

.mtp_fs-xs {
  font-size: 13px;
}

.mtp_fw-bold {
  font-weight: 700;
}

@media all and (max-width: 767px) {
  .mtp_m-fs-s {
    font-size: 13px;
  }
}
.mtp_color-hl {
  color: #209cff;
}

.mtp_color-warn {
  color: #ff4c4c;
}

.mtp_aLink {
  color: #b05f00;
  border-bottom: solid 1px;
  word-break: break-all;
}

.mtp_ul-point, .mtp_ul-point--lg {
  list-style: none;
}
.mtp_ul-point li, .mtp_ul-point--lg li {
  position: relative;
  padding-left: 24px;
}
.mtp_ul-point li::before, .mtp_ul-point--lg li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-radius: 50%;
  background: #db9f13;
}

.mtp_ul-point--lg li {
  padding-left: 30px;
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.mtp_ul-point--lg li::before {
  width: 8px;
  height: 8px;
  top: 16px;
}
@media all and (max-width: 767px) {
  .mtp_ul-point--lg li {
    font-size: 1rem;
  }
}

.mtp_hr {
  position: relative;
  margin: 30px 0;
  border: none;
  height: 1px;
  overflow: visible;
  background-color: #354d88;
}
.mtp_hr::before, .mtp_hr::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: -4px;
  border-radius: 9px;
  background-color: #354d88;
}
.mtp_hr::after {
  right: 0;
}

/*------------------------------------*\
  page
\*------------------------------------*/
.mtp_pagesize {
  max-width: 1206px;
  margin: 0 auto;
  padding: 0 32px;
}
@media all and (max-width: 767px) {
  .mtp_pagesize {
    padding: 0 10px;
  }
}

.mtp_boxWidth, .mtp_boxWidth--s, .mtp_news_in .mtp_videoBox_item, .mtp_boxWidth--m {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.mtp_boxWidth--m {
  max-width: 880px;
}
.mtp_boxWidth--s, .mtp_news_in .mtp_videoBox_item {
  max-width: 760px;
}

.mtp_banner img {
  display: block;
  width: 100%;
}

.mtp_borderbox_title {
  text-align: center;
}
.mtp_borderbox_title span {
  position: relative;
  display: inline-block;
  padding: 0 60px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 60px;
  border-radius: 30px;
  color: #fff;
  background: #00529c url(../images/borderbox-title.png) left 16px center no-repeat;
}
.mtp_borderbox_title span::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: calc(50% - 14px);
  right: 16px;
  background: url(../images/borderbox-title.png) right center no-repeat;
}
@media all and (max-width: 767px) {
  .mtp_borderbox_title span {
    margin: 0 10px;
    padding: 10px 45px;
    font-size: 24px;
    line-height: 30px;
    background-size: auto 20px;
    background-position: left 15px center;
  }
  .mtp_borderbox_title span::after {
    right: 15px;
    background-size: auto 20px;
  }
}
.mtp_borderbox_title.mtp_ty-light span {
  color: #00529c;
  background: #e5edf5 url(../images/borderbox-title-light.png) left 16px center no-repeat;
}
@media all and (max-width: 767px) {
  .mtp_borderbox_title.mtp_ty-light span {
    background-size: auto 20px;
  }
}
.mtp_borderbox_title.mtp_ty-light span::after {
  background-image: url(../images/borderbox-title-light.png);
}
.mtp_borderbox_title.mtp_ty-mid span {
  font-size: 24px;
}
@media all and (max-width: 767px) {
  .mtp_borderbox_title.mtp_ty-mid span {
    font-size: 20px;
  }
}
.mtp_borderbox_inner, .mtp_news_in {
  padding: 50px 40px 40px;
  background-color: #fff;
  border: solid 4px #00529c;
  border-radius: 20px;
}
@media all and (max-width: 767px) {
  .mtp_borderbox_inner, .mtp_news_in {
    padding: 35px 10px 20px;
  }
}

.mtp_borderbox .mtp_borderbox_title:first-child {
  margin-bottom: -30px;
}
@media all and (max-width: 767px) {
  .mtp_borderbox .mtp_borderbox_title:first-child {
    margin-bottom: -25px;
  }
}

.mtp_mshow.mtp_borderbox_title {
  margin-bottom: -25px;
}

.mtp_btnbox {
  text-align: center;
}

.mtp_btn, .mtp_btn--back, .mtp_btn--light {
  min-width: 300px;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  background-color: #db9f13;
  border-radius: 30px;
  transition: background-color 0.2s;
}
.mtp_btn:hover, .mtp_btn--back:hover, .mtp_btn--light:hover, .mtp_btn:focus, .mtp_btn--back:focus, .mtp_btn--light:focus {
  background-color: #c88d04;
}
@media all and (max-width: 767px) {
  .mtp_btn, .mtp_btn--back, .mtp_btn--light {
    min-width: 240px;
  }
}

.mtp_btn--light {
  line-height: 32px;
  color: #db9f13;
  background-color: #fff;
  border: solid 4px #db9f13;
}
.mtp_btn--light:hover, .mtp_btn--light:focus {
  background-color: #f8ecd0;
}

.mtp_btn--back {
  min-width: 200px;
  font-size: 20px;
  line-height: 24px;
  color: #999;
  background-color: #fff;
  border: solid 4px #999;
}
.mtp_btn--back:hover, .mtp_btn--back:focus {
  background-color: #f6f6f6;
}
@media all and (max-width: 767px) {
  .mtp_btn--back {
    min-width: 140px;
    padding: 4px 10px;
    font-size: 1rem;
    border-width: 3px;
  }
}

.mtp_chkbox {
  display: inline-flex;
  line-height: 30px;
}
@media all and (max-width: 767px) {
  .mtp_chkbox {
    line-height: 24px;
  }
}
.mtp_chkbox input[type=checkbox] {
  display: none;
}
.mtp_chkbox span {
  vertical-align: middle;
}
.mtp_chkbox .icon {
  flex: 0 0 auto;
  position: relative;
  display: inline-block;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background: #f5f5f5;
  background-size: 100%;
  border-radius: 8px;
}
@media all and (max-width: 767px) {
  .mtp_chkbox .icon {
    width: 24px;
    height: 24px;
    border-radius: 4px;
  }
}
.mtp_chkbox input[type=checkbox]:checked ~ .icon {
  background: #f5f5f5 url(../images/index/input-check.png) center no-repeat;
  background-size: auto 60%;
}
.mtp_chkbox input[type=checkbox]:disabled ~ .text {
  color: #a0a0a0;
}
.mtp_chkbox--input {
  display: flex;
  align-items: center;
}
.mtp_chkbox--input .icon, .mtp_chkbox--input .text {
  flex: 0 0 auto;
}
.mtp_chkbox--input .text {
  margin-right: 10px;
}
.mtp_chkbox--input input[type=text] {
  display: inline-block;
  padding: 5px 10px;
}

/*------------------------------------*\
  共通區塊
\*------------------------------------*/
.mtp_indSolution {
  display: flex;
  align-items: center;
}
@media all and (max-width: 767px) {
  .mtp_indSolution {
    display: block;
    margin-bottom: 30px;
  }
}
.mtp_indSolution_img {
  flex: 0 0 auto;
  width: 390px;
}
@media all and (max-width: 767px) {
  .mtp_indSolution_img {
    width: auto;
    margin: 0 auto 30px;
    text-align: center;
  }
}
.mtp_indSolution_img img {
  max-width: 100%;
  height: auto;
}

.mtp_qaBox {
  list-style: none;
}
.mtp_qaBox > li {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5em;
  background-color: #fff;
  border: solid 3px #00529c;
  border-radius: 20px;
}
.mtp_qaBox > li:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .mtp_qaBox > li {
    margin-bottom: 16px;
    font-size: 1rem;
  }
}

.mtp_qaQue::before,
.mtp_qaAns_in::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  border-radius: 30px;
}
@media all and (max-width: 767px) {
  .mtp_qaQue::before,
  .mtp_qaAns_in::before {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}

.mtp_qaQue {
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px 64px 15px 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
  cursor: pointer;
}
.mtp_qaQue::before {
  background: #e5edf5 url(../images/qa-q.png) center center no-repeat;
}
@media all and (max-width: 767px) {
  .mtp_qaQue::before {
    background-size: auto 20px;
  }
}
.mtp_qaQue::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  right: 30px;
  width: 24px;
  height: 14px;
  background: url(../images/qa-arrow.png) center center no-repeat;
  background-size: 100% auto;
}
@media all and (max-width: 767px) {
  .mtp_qaQue::after {
    width: 16px;
    height: 10px;
    top: calc(50% - 5px);
    right: 15px;
  }
}
@media all and (max-width: 767px) {
  .mtp_qaQue {
    padding: 10px 40px 10px 10px;
    font-size: 16px;
  }
}

.mtp_qaBox .open .mtp_qaQue {
  color: #00529c;
}
.mtp_qaBox .open .mtp_qaQue::after {
  transform: scale(-1);
}

.mtp_qaAns {
  display: none;
}
.mtp_qaAns_in {
  display: flex;
  padding: 25px 64px 15px 30px;
}
@media all and (max-width: 767px) {
  .mtp_qaAns_in {
    padding: 14px 10px 12px 10px;
  }
}
.mtp_qaAns_in::before {
  margin-top: -12px;
  background: #e5edf5 url(../images/qa-a.png) center center no-repeat;
}
@media all and (max-width: 767px) {
  .mtp_qaAns_in::before {
    margin-top: -8px;
    background-size: auto 20px;
  }
}
.mtp_qaAns ol {
  padding-left: 20px;
}

/*------------------------------------*\
  header
\*------------------------------------*/
.mtp_page {
  background-color: #e9f8fc;
  max-width: 100vw;
}

.mtp_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  padding-top: 5px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.mtp_header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #209cff 60%, #47d382 80%, #ff874d 100%);
}
@media all and (max-width: 1200px) {
  .mtp_header .mtp_pagesize {
    padding: 0 16px;
  }
}
@media all and (max-width: 767px) {
  .mtp_header .mtp_pagesize {
    padding: 0 0 0 10px;
  }
}

@media all and (min-width: 767.01px) {
  .mtp_header_top {
    max-height: 30px;
    transition: max-height 0.2s;
    overflow: hidden;
  }
  .mtp_wrapper {
    padding-top: 85px;
    transition: padding-top 0.2s;
  }
  header.mtp_scroll .mtp_header_top {
    max-height: 0;
  }
  header.mtp_scroll + .mtp_wrapper {
    padding-top: 85px;
  }
}
@media all and (max-width: 767px) {
  .mtp_header_top {
    display: none;
  }
}
.mtp_header_top_inner {
  height: 30px;
  padding-top: 10px;
}
.mtp_header_top a {
  display: inline-block;
  padding: 0 10px;
  line-height: 1em;
  color: #666;
  border-left: solid 1px #dcdcdc;
}
.mtp_header_top a:nth-child(1) {
  padding-left: 0;
  border: none;
}
.mtp_header_top .mtp-line {
  border-color: #474747;
}

.mtp_header_inner {
  height: 80px;
  display: flex;
  align-items: center;
}
@media all and (max-width: 767px) {
  .mtp_header_inner {
    height: 50px;
    justify-content: space-between;
  }
}

.mtp_header_logo {
  display: flex;
  align-items: center;
  margin-right: 32px;
}
@media all and (max-width: 1200px) {
  .mtp_header_logo {
    margin-right: 20px;
  }
}
@media all and (max-width: 767px) {
  .mtp_header_logo {
    margin-right: 0;
  }
}
.mtp_header_logo_main {
  display: block;
  position: relative;
  width: 140px;
  height: 46px;
  margin-right: 32px;
  background: url(../images/header/logo-cht.jpg) left center no-repeat;
  background-size: auto 100%;
}
@media all and (max-width: 1200px) {
  .mtp_header_logo_main {
    width: 122px;
    height: 40px;
    margin-right: 20px;
  }
}
@media all and (max-width: 767px) {
  .mtp_header_logo_main {
    width: 92px;
    height: 30px;
  }
}
.mtp_header_logo_main::after {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  position: absolute;
  top: 10px;
  right: -16px;
  background-color: #333;
}
@media all and (max-width: 1200px) {
  .mtp_header_logo_main::after {
    top: 4px;
    right: -10px;
  }
}
@media all and (max-width: 767px) {
  .mtp_header_logo_main::after {
    height: 22px;
  }
}
.mtp_header_logo_site {
  display: block;
  width: 148px;
  height: 36px;
  background: url(../images/header/logo-multipay.jpg) left center no-repeat;
  background-size: auto 100%;
}
@media all and (max-width: 1200px) {
  .mtp_header_logo_site {
    width: 132px;
    height: 32px;
  }
}
@media all and (max-width: 767px) {
  .mtp_header_logo_site {
    width: 124px;
    height: 30px;
  }
}
.mtp_header_logo_site span {
  display: inline-block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: transparent;
}

.mtp_header_nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .mtp_header_nav {
    display: none;
  }
}
.mtp_header_nav a {
  display: block;
  margin-right: 4px;
  padding: 3px 3px;
  font-size: 18px;
}
@media all and (max-width: 1200px) {
  .mtp_header_nav a {
    font-size: 1rem;
  }
}

.mtp_headLink.mtp_search {
  background: url(../images/header/header-search.png) center center no-repeat;
}

.mtp_headLink.mtp_location {
  background: url(../images/header/header-location.png) center center no-repeat;
}

.mtp_headLink.mtp_login {
  background: url(../images/header/header-login.png) center center no-repeat;
}

.mtp_headLinkBox {
  flex: 0 0 auto;
  display: flex;
}
@media all and (max-width: 767px) {
  .mtp_headLinkBox {
    display: none;
  }
}

.mtp_headLink {
  display: block;
  width: 48px;
  height: 48px;
}

.mtp_mobileNavBtn,
#mtp_mobileNav {
  display: none;
}

@media all and (max-width: 767px) {
  .mtp_page {
    position: relative;
    transition: transform 0.2s;
    z-index: 2;
  }
  .mtp_wrapper {
    padding-top: 55px;
  }
  .mtp_page_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -3;
    background-color: transparent;
  }
  .mtp_mobileNavBtn {
    display: block;
    width: 48px;
    height: 48px;
    background: url(../images/header/mobileNav.png) center center no-repeat;
    background-size: 24px 24px;
  }
  #mtp_mobileNav {
    display: none !important;
  }
  #mtp_mobileNav.active {
    display: block !important;
  }
  #mtp_mobileNav {
    width: 250px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    background-color: #fff;
    z-index: 1002;
  }
  #mtp_mobileNav ul {
    list-style: none;
    padding: 0 0 0 20px;
  }
  #mtp_mobileNav ul a {
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: solid 1px #ddd;
  }
  .mtp_page.mtp_openmenu .mtp_page_cover {
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .mtp_page.mtp_openmenu .mtp_mobileNavBtn {
    background: url(../images/header/mobileNav-close.png) center center no-repeat;
    background-size: 24px 24px;
  }
}
/*------------------------------------*\
  footer
\*------------------------------------*/
.mtp_footer {
  padding: 20px 0;
  text-align: center;
  background-color: #e5e5e5;
  font-size: 14px;
  line-height: 18px;
}
@media all and (max-width: 767px) {
  .mtp_footer {
    padding: 10px 0;
  }
}
.mtp_footer_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-bottom: 10px;
  color: #666;
}
.mtp_footer_link li {
  position: relative;
  padding: 2px 10px;
}
.mtp_footer_link li::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  position: absolute;
  top: 8px;
  right: 0px;
  background-color: #ccc;
}
.mtp_footer_link li:nth-last-child(1)::after {
  content: none;
}
.mtp_footer_right {
  color: #999;
}

.mtp_section {
  padding: 40px 0;
}
.mtp_section:last-child {
  padding-bottom: 70px;
}
@media all and (max-width: 767px) {
  .mtp_section:last-child {
    padding-bottom: 40px;
  }
}
.mtp_section--head {
  padding-top: 0;
}

.mtp_bg-white {
  background-color: #fff;
}

.mtp_bgArea {
  margin-bottom: 20px;
  padding: 24px;
  background-color: #f9f9f9;
  border-radius: 20px;
}

.mtp_breadcrumb {
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.mtp_breadcrumb span::after {
  content: " / ";
}
.mtp_breadcrumb span:nth-last-child(1)::after {
  content: none;
}

.mtp_title, .mtp_productImg p, .mtp_payGood h4 {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 700;
  color: #00529c;
}
.mtp_title.mtp_color-text, .mtp_productImg p.mtp_color-text, .mtp_payGood h4.mtp_color-text {
  color: #333;
}
@media all and (max-width: 767px) {
  .mtp_title, .mtp_productImg p, .mtp_payGood h4 {
    font-size: 20px;
  }
}

.mtp_imgbox img {
  display: block;
  max-width: 100%;
}
.mtp_imgbox.mtp_tC img {
  margin: 0 auto;
}
.mtp_imgbox--mZoom a {
  display: none;
}
@media all and (max-width: 767px) {
  .mtp_imgbox--mZoom {
    position: relative;
  }
  .mtp_imgbox--mZoom a {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #db9f13 url(../images/inner/imgbox-zoom.png) center center;
    background-size: 100% 100%;
    border-radius: 50%;
  }
}

/*------------------------------------*\
  payImg
\*------------------------------------*/
.mtp_payImgList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
}
@media all and (max-width: 920px) {
  .mtp_payImgList {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media all and (max-width: 767px) {
  .mtp_payImgList {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 540px) {
  .mtp_payImgList {
    grid-template-columns: repeat(2, 1fr);
  }
}

.mtp_payImg {
  position: relative;
  padding-top: 36.36%;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.mtp_payImg img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  object-position: center;
  object-fit: scale-down;
}

/*------------------------------------*\
  多元支付
\*------------------------------------*/
.mtp_payGood {
  display: flex;
  justify-content: space-around;
}
@media all and (max-width: 540px) {
  .mtp_payGood {
    display: block;
  }
}
.mtp_payGood_item {
  max-width: 320px;
}
@media all and (max-width: 767px) {
  .mtp_payGood_item {
    max-width: 100%;
  }
  .mtp_payGood_item:nth-child(1) {
    margin-bottom: 40px;
  }
}
.mtp_payGood img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media all and (max-width: 920px) {
  .mtp_payGood img {
    width: 200px;
  }
}
.mtp_payGood h4 {
  margin: 20px 0;
  text-align: center;
}
@media all and (max-width: 767px) {
  .mtp_payGood h4 {
    margin: 10px 0;
  }
}
.mtp_payGood ol {
  list-style: none;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: -16px;
}
.mtp_payGood ol li {
  position: relative;
  counter-increment: num;
  margin-bottom: 16px;
  padding-left: 34px;
  font-size: 20px;
}
@media all and (max-width: 767px) {
  .mtp_payGood ol li {
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 1rem;
  }
}
.mtp_payGood ol li::before {
  content: counter(num);
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #00529c;
  border: solid 1px;
  border-radius: 50%;
}
@media all and (max-width: 767px) {
  .mtp_payGood ol li::before {
    top: 2px;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 18px;
  }
}

.mtp_indSolution {
  font-size: 20px;
}
@media all and (max-width: 767px) {
  .mtp_indSolution {
    margin-bottom: 0;
    font-size: 1rem;
  }
}
.mtp_indSolution li {
  margin-bottom: 20px;
}
.mtp_indSolution li:nth-last-child(1) {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .mtp_indSolution li {
    margin-bottom: 10px;
  }
}
.mtp_indSolution .mtp_ul-point ul, .mtp_indSolution .mtp_ul-point--lg ul {
  padding-top: 20px;
  font-size: 18px;
}
@media all and (max-width: 767px) {
  .mtp_indSolution .mtp_ul-point ul, .mtp_indSolution .mtp_ul-point--lg ul {
    padding-top: 10px;
    font-size: 15px;
  }
}

/*------------------------------------*\
  產品介紹
\*------------------------------------*/
.mtp_productImg {
  display: flex;
  justify-content: space-around;
}
@media all and (max-width: 640px) {
  .mtp_productImg {
    display: block;
  }
}
.mtp_productImg_item {
  text-align: center;
  padding: 0 20px;
}
@media all and (max-width: 640px) {
  .mtp_productImg_item:first-child {
    margin-bottom: 40px;
    padding: 0;
  }
}
.mtp_productImg img {
  display: block;
  max-width: 80%;
  margin: 0 auto 30px;
}
@media all and (max-width: 640px) {
  .mtp_productImg img {
    width: 180px;
    max-width: 100%;
  }
}
.mtp_productPay_icon.mtp_icon-1 {
  background-image: url(../images/inner/product-pay-1.png);
}

.mtp_productPay_icon.mtp_icon-2 {
  background-image: url(../images/inner/product-pay-2.png);
}

.mtp_productPay_icon.mtp_icon-3 {
  background-image: url(../images/inner/product-pay-3.png);
}

.mtp_productPay_icon.mtp_icon-4 {
  background-image: url(../images/inner/product-pay-4.png);
}

.mtp_productPay {
  display: flex;
  justify-content: space-around;
  text-align: center;
  font-size: 20px;
}
@media all and (max-width: 767px) {
  .mtp_productPay {
    flex-wrap: wrap;
    max-width: 540px;
    margin: 0 auto;
    font-size: 1rem;
  }
}
.mtp_productPay_item {
  flex: 1 1 25%;
  padding: 0 10px;
}
@media all and (max-width: 767px) {
  .mtp_productPay_item {
    flex: 1 1 50%;
    margin: 0 0 30px;
    padding: 0;
  }
}
.mtp_productPay_icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  background: #faf1dc;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media all and (max-width: 767px) {
  .mtp_productPay_icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 10px;
    background-size: auto 45px;
  }
}
.mtp_productPay span {
  display: inline-block;
}

.mtp_productPoint_icon.mtp_icon-1 {
  background-image: url(../images/inner/product-feature-1.png);
}

.mtp_productPoint_icon.mtp_icon-2 {
  background-image: url(../images/inner/product-feature-2.png);
}

.mtp_productPoint_icon.mtp_icon-3 {
  background-image: url(../images/inner/product-feature-3.png);
}

.mtp_productPoint_icon.mtp_icon-4 {
  background-image: url(../images/inner/product-feature-4.png);
}

.mtp_productPoint_icon.mtp_icon-5 {
  background-image: url(../images/inner/product-feature-5.png);
}

.mtp_productPoint_icon.mtp_icon-6 {
  background-image: url(../images/inner/product-feature-6.png);
}

.mtp_productPoint_icon.mtp_icon-7 {
  background-image: url(../images/inner/product-feature-7.png);
}

.mtp_productPoint_icon.mtp_icon-8 {
  background-image: url(../images/inner/product-feature-8.png);
}

.mtp_productPoint_icon.mtp_icon-9 {
  background-image: url(../images/inner/product-feature-9.png);
}

.mtp_productPoint_icon.mtp_icon-10 {
  background-image: url(../images/inner/product-feature-10.png);
}

.mtp_productPoint {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 20px;
}
@media all and (max-width: 767px) {
  .mtp_productPoint {
    display: block;
  }
}
.mtp_productPoint_item {
  display: flex;
  align-items: center;
}
@media all and (max-width: 767px) {
  .mtp_productPoint_item {
    margin-bottom: 15px;
  }
}
.mtp_productPoint_icon {
  flex: 0 0 auto;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  border: solid 6px #d6f2fa;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media all and (max-width: 767px) {
  .mtp_productPoint_icon {
    width: 70px;
    height: 70px;
    margin-right: 10px;
    background-size: auto 35px;
  }
}
.mtp_productPoint h4 {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .mtp_productPoint h4 {
    font-size: 18px;
  }
}
.mtp_productPoint p {
  font-size: 14px;
  line-height: 20px;
}
@media all and (max-width: 767px) {
  .mtp_productPoint p {
    font-size: 13px;
  }
}

.mtp_Certi_item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: solid 1px #a8c4dd;
}
.mtp_Certi_item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
@media all and (max-width: 767px) {
  .mtp_Certi_item {
    display: block;
  }
}
.mtp_Certi_text {
  flex: 1;
  padding-right: 20px;
}
@media all and (max-width: 767px) {
  .mtp_Certi_text {
    padding: 0;
  }
}
.mtp_Certi_img {
  flex: 0 0 270px;
}
@media all and (max-width: 767px) {
  .mtp_Certi_img {
    display: none;
  }
}
.mtp_Certi h4 {
  font-weight: 700;
}

/*------------------------------------*\
  news
\*------------------------------------*/
.mtp_newsLink {
  background-color: #fff;
  border: solid 3px #00529c;
  border-radius: 20px;
}
.mtp_newsLink h3 {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media all and (max-width: 767px) {
  .mtp_newsLink h3 {
    font-size: 18px;
  }
}
.mtp_newsLink p {
  line-height: 1.5em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media all and (max-width: 767px) {
  .mtp_newsLink p {
    font-size: 14px;
  }
}
.mtp_newsLink-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 30px;
  margin-bottom: 40px;
}
@media all and (max-width: 1024px) {
  .mtp_newsLink-list {
    gap: 20px 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .mtp_newsLink-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 540px) {
  .mtp_newsLink-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.mtp_newsLink_text {
  padding: 8px 20px 20px;
}
@media all and (max-width: 767px) {
  .mtp_newsLink_text {
    padding: 8px 15px 15px;
  }
}
.mtp_newsLink .mtp_time {
  font-size: 12px;
}
.mtp_newsLink_img {
  position: relative;
  padding-top: 60%;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.mtp_newsLink_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform-origin: center center;
  transition: transform 0.2s;
}
.mtp_newsLink:hover .mtp_newsLink_img img {
  transform: scale(1.1);
}

.mtp_pager {
  display: flex;
  justify-content: center;
  list-style: none;
}
.mtp_pager li {
  margin: 0 5px;
}
.mtp_pager a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 15px;
}
.mtp_pager a:hover {
  color: #00529c;
}
.mtp_pager .mtp_on {
  color: #00529c;
  background-color: #fff;
}
.mtp_pager_icon {
  background: url(../images/inner/pager-prev.png) center center no-repeat;
}
.mtp_pager .mtp_next {
  transform: rotate(180deg);
}

.mtp_news_in {
  padding: 20px 24px 24px;
}
@media all and (max-width: 767px) {
  .mtp_news_in {
    margin-bottom: 20px;
    padding: 20px;
  }
}
.mtp_news_in_text {
  text-align: justify;
}
.mtp_news_in_text p {
  margin-bottom: 30px;
  line-height: 30px;
}
@media all and (max-width: 767px) {
  .mtp_news_in_text p {
    margin-bottom: 1em;
    line-height: 1.5em;
  }
}
.mtp_news_in .mtp_time {
  font-size: 14px;
  line-height: 1em;
}
.mtp_news_in .mtp_title, .mtp_news_in .mtp_payGood h4, .mtp_payGood .mtp_news_in h4, .mtp_news_in .mtp_productImg p, .mtp_productImg .mtp_news_in p {
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .mtp_news_in .mtp_title, .mtp_news_in .mtp_payGood h4, .mtp_payGood .mtp_news_in h4, .mtp_news_in .mtp_productImg p, .mtp_productImg .mtp_news_in p {
    margin-bottom: 10px;
  }
}
/*------------------------------------*\
  方案介紹
\*------------------------------------*/
@media all and (max-width: 767px) {
  table .mtp_m-inblock {
    display: inline-block;
  }
}
.mtp_tableBg {
  width: 100%;
  border-collapse: separate;
  border-spacing: 8px;
  font-size: 20px;
  line-height: 1.5em;
}
@media all and (max-width: 767px) {
  .mtp_tableBg {
    border-spacing: 6px;
    font-size: 1rem;
  }
}
@media all and (max-width: 540px) {
  .mtp_tableBg {
    font-size: 14px;
  }
}
.mtp_tableBg th {
  padding: 15px;
  text-align: right;
  background-color: #f0f0f0;
  border-radius: 8px;
}
@media all and (max-width: 767px) {
  .mtp_tableBg th {
    padding: 10px;
    min-width: 5em;
  }
}
.mtp_tableBg td {
  padding: 10px;
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 8px;
}
.mtp_tableBg .mtp_bg-white {
  background-color: #fff;
}
.mtp_tableBg .mtp_fs-s {
  font-size: 16px;
}
@media all and (max-width: 767px) {
  .mtp_tableBg .mtp_fs-s {
    font-size: 14px;
  }
}
.mtp_tableBg .mtp_fs-l {
  font-size: 24px;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .mtp_tableBg .mtp_fs-l {
    font-size: 20px;
  }
}
.mtp_tableBg .mtp_fs-xl, .mtp_tableBg .mtp_strong-1,
.mtp_tableBg .mtp_strong-2 {
  font-size: 30px;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .mtp_tableBg .mtp_fs-xl, .mtp_tableBg .mtp_strong-1,
  .mtp_tableBg .mtp_strong-2 {
    font-size: 1.5rem;
  }
}
.mtp_tableBg .mtp_strong-1,
.mtp_tableBg .mtp_strong-2 {
  color: #fff;
}
.mtp_tableBg .mtp_strong-1 {
  background-color: #c779da;
}
.mtp_tableBg .mtp_strong-2 {
  background-color: #f07d83;
}
.mtp_tableBg .mtp_text-strong-1 {
  color: #c779da;
}
.mtp_tableBg .mtp_text-strong-2 {
  color: #f07d83;
}

.mtp_tr-blue th {
  background-color: #e1e5f9;
}
.mtp_tr-blue td {
  color: #fff;
  background-color: #8498e8;
}

.mtp_noticeBox {
  font-size: 14px;
  line-height: 20px;
}
@media all and (max-width: 767px) {
  .mtp_noticeBox {
    font-size: 13px;
  }
}
.mtp_noticeBox ol {
  padding-left: 2em;
}
.mtp_noticeBox li {
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .mtp_noticeBox li {
    margin-bottom: 6px;
  }
}

.mtp_tableInfo {
  width: 100%;
}
.mtp_tableInfo thead th {
  padding: 15px;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
  background-color: #f0f0f0;
}
.mtp_tableInfo thead th:first-child {
  border-radius: 8px 0 0 8px;
}
.mtp_tableInfo thead th:last-child {
  border-radius: 0 8px 8px 0;
}
@media all and (max-width: 767px) {
  .mtp_tableInfo thead th {
    padding: 5px;
    font-size: 1rem;
  }
}
.mtp_tableInfo thead th .mtp_fs-xs {
  display: inline-block;
  line-height: 1.3em;
  color: #888;
}
.mtp_tableInfo tbody tr {
  border-bottom: solid 1px #f0f0f0;
}
.mtp_tableInfo td {
  padding: 5px 20px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .mtp_tableInfo td {
    padding: 5px;
    font-size: 14px;
  }
}

.mtp_payName {
  display: flex;
  align-items: center;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .mtp_payName {
    display: block;
  }
}
.mtp_payName .mtp_payImg {
  width: 138px;
  height: 50px;
  margin-right: 10px;
  padding: 0;
  box-shadow: none;
}
@media all and (max-width: 767px) {
  .mtp_payName .mtp_payImg {
    width: 100px;
    margin: 0 0 5px;
  }
}

.mtp_videoBox {
  display: flex;
  gap: 0 40px;
}
.mtp_videoBox_item {
  flex: 1 1 50%;
}
@media all and (max-width: 767px) {
  .mtp_videoBox {
    display: block;
  }
  .mtp_videoBox_item {
    margin-bottom: 20px;
  }
  .mtp_videoBox_item:last-child {
    margin-bottom: 0;
  }
}

.mtp_video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 8px;
  overflow: hidden;
}
.mtp_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------*\
  Step
\*------------------------------------*/
.mtp_stepBox_icon.mtp_icon-1 {
  background-image: url(../images/inner/plan-step-1.png);
}

.mtp_stepBox_icon.mtp_icon-2 {
  background-image: url(../images/inner/plan-step-2.png);
}

.mtp_stepBox_icon.mtp_icon-3 {
  background-image: url(../images/inner/plan-step-3.png);
}

.mtp_stepBox_icon.mtp_icon-4 {
  background-image: url(../images/inner/plan-step-4.png);
}

.mtp_stepBox_icon.mtp_icon-5 {
  background-image: url(../images/inner/plan-step-5.png);
}

.mtp_stepBox {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media all and (max-width: 767px) {
  .mtp_stepBox {
    display: block;
    max-width: 280px;
    margin: 0 auto;
  }
}
.mtp_stepBox::before {
  content: "";
  display: block;
  position: absolute;
  top: 57px;
  left: 60px;
  right: 60px;
  height: 6px;
  background-color: #d6f2fa;
}
@media all and (max-width: 920px) {
  .mtp_stepBox::before {
    top: 42px;
  }
}
@media all and (max-width: 767px) {
  .mtp_stepBox::before {
    top: 45px;
    left: 47px;
    width: 4px;
    height: calc(100% - 90px);
  }
}
.mtp_stepBox h3 {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .mtp_stepBox h3 {
    font-size: 20px;
  }
}
.mtp_stepBox p {
  line-height: 1.5em;
}
@media all and (max-width: 920px) {
  .mtp_stepBox p {
    font-size: 14px;
  }
}
.mtp_stepBox_item {
  flex: 1 1 25%;
  position: relative;
  z-index: 2;
  padding: 0 4px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .mtp_stepBox_item {
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 30px;
  }
}
.mtp_stepBox_icon {
  flex: 0 0 auto;
  position: relative;
  margin: 0 auto 16px;
  width: 120px;
  height: 120px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  border: solid 6px #d6f2fa;
  border-radius: 60px;
}
.mtp_stepBox_icon::after {
  content: "";
  display: block;
  position: absolute;
  left: -17px;
  top: 42px;
  width: 15px;
  height: 24px;
  background: url(../images/index/index-step-arrow.png);
  background-size: auto auto;
}
@media all and (max-width: 920px) {
  .mtp_stepBox_icon::after {
    top: 27px;
  }
}
@media all and (max-width: 767px) {
  .mtp_stepBox_icon::after {
    top: -13px;
    left: 39px;
    height: 12px;
    width: 8px;
    transform: rotate(90deg);
  }
}
@media all and (max-width: 920px) {
  .mtp_stepBox_icon {
    width: 90px;
    height: 90px;
    background-size: auto 46px;
  }
}
@media all and (max-width: 767px) {
  .mtp_stepBox_icon {
    margin: 0 20px 0 0;
    border-width: 3px;
  }
}
.mtp_stepBox_item:first-child .mtp_stepBox_icon::after {
  content: none;
}

/*# sourceMappingURL=mtp_inner.css.map */
