﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
.fa-angle-right::before ,.fa-angle-left::before{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -7.5px;
}
a{
    text-decoration:none;
}
html {
  color: #3b3b3b;
  font-family: "Noto Sans TC",sans-serif;
  font-size: 20px;
  word-wrap: break-word; }
  @media screen and (max-width: 768px) {
    html {
      font-size: 18px; } }

body {
  line-height: 1.6;
  letter-spacing: 2px; }

.black_bg_user, .black_bg_bar {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none; }

.btn_box {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 15px 0;
  width: 100%;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .btn_box {
      padding: 15px; } }
  .btn_box .btn {
    padding: 12px 0;
    width: 100%;
    max-width: 200px;
    transition: background 0.2s ease-out;
    color: #FFF;
    font-size: 0.8rem;
    text-align: center;
    border-radius: 3px;
    margin: 0 4px; }
    @media screen and (max-width: 768px) {
      .btn_box .btn {
        max-width: 100%;
        margin: 0 0 5px 0; } }
    .btn_box .btn.w140 {
      max-width: 140px; }
      @media screen and (max-width: 768px) {
        .btn_box .btn.w140 {
          max-width: 100%; } }
    .btn_box .btn i {
      margin: 0 8px 0 -24px; }
    .btn_box .btn.gray {
      background: #bfbfbf; }
      .btn_box .btn.gray:hover {
        background: #aeaeae; }
    .btn_box .btn.yellow {
      background: #f7d751;
      color: #3b3b3b; }
      .btn_box .btn.yellow:hover {
        background: #e5c441; }
    .btn_box .btn.blue {
      background: #2c579b; }
      .btn_box .btn.blue:hover {
        background: #20498a; }
    .btn_box .btn.green {
      background: #188f3d; }
      .btn_box .btn.green:hover {
        background: #107c31; }
    .btn_box .btn.green2 {
      background: #007f88; }
      .btn_box .btn.green2:hover {
        background: #006d76; }
    .btn_box .btn.green3 {
      background: #8fc31f; }
      .btn_box .btn.green3:hover {
        background: #7eb013; }
    .btn_box .btn.pink {
      background: #e50150; }
      .btn_box .btn.pink:hover {
        background: #d5004a; }
    .btn_box .btn.grayd {
      background: #535353; }
      .btn_box .btn.grayd:hover {
        background: #424242; }
.btn_box .btn.write {
    background: #FFF;
    color: #3b3b3b;
    border: 1px solid;
}
      .btn_box .btn.write:hover {
        background: #f5f5f5; }
    .btn_box .btn.black_b {
      border: 1px solid #3b3b3b;
      color: #3b3b3b; }
    .btn_box .btn.touch_none {
      pointer-events: none; }

header {
  background: #f2f2f2;
  letter-spacing: 0; }
  @media screen and (max-width: 900px) {
    header {
      background: #FFF;
      position: fixed;
      width: 100%;
      z-index: 3;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); } }
  header .Eyebrow {
    background: #3f3a39;
    padding: 8px 0;
    color: #FFF;
    font-size: 0.75rem; }
    @media screen and (max-width: 900px) {
      header .Eyebrow {
        position: fixed;
        right: 0px;
        top: 75px;
        width: 220px;
        background: #FFF;
        font-size: 0.8rem;
        color: #000;
        padding: 0;
        box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.1);
        display: none; } }
    header .Eyebrow > div {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 900px) {
        header .Eyebrow > div {
          padding: 0; } }
      @media screen and (max-width: 900px) {
        header .Eyebrow > div p {
          width: 100%; } }
      header .Eyebrow > div p span {
        margin: 0 25px 0 0; }
        @media screen and (max-width: 900px) {
          header .Eyebrow > div p span {
            display: block;
            width: 100%;
            padding: 10px 15px;
            box-sizing: border-box;
            border-bottom: 1px solid #f7d751; } }
      header .Eyebrow > div p a {
        color: #FFF;
        margin: 0 25px 0 0;
        transition: color 0.2s ease-out; }
        @media screen and (max-width: 900px) {
          header .Eyebrow > div p a {
            display: block;
            width: 100%;
            color: #000;
            padding: 10px 15px;
            box-sizing: border-box;
            border-bottom: 1px solid #f7d751; } }
        header .Eyebrow > div p a:hover {
          color: #f7d751; }
      header .Eyebrow > div p i {
        margin: 0 8px 0 0; }
      header .Eyebrow > div p.end {
        display: flex;
        flex-flow: row wrap;
        align-items: center; }
        @media screen and (max-width: 900px) {
          header .Eyebrow > div p.end {
            justify-content: center;
            padding: 15px; } }
        header .Eyebrow > div p.end a {
          background: #f7d751;
          color: #3b3b3b;
          padding: 5px 15px;
          border-radius: 25px;
          transition: background 0.2s ease-out;
          margin: 0 0 0 10px; }
          @media screen and (max-width: 900px) {
            header .Eyebrow > div p.end a {
              display: block;
              width: 75%;
              text-align: center;
              border-radius: 5px;
              margin: 10px 0 0 0; }
           header .Eyebrow > div p.end a.sp {width: 100%; }
           header .Eyebrow > div p.end a.sp:first-child { margin: 0; } }
          header .Eyebrow > div p.end a:hover {
            background: #e5c441; }
header .uhWrapper {
    padding: 20px 0;
    font-size: 0.8rem;
    background: white;
}
    @media screen and (max-width: 900px) {
      header .uhWrapper {
        padding: 0;
        height: 75px;
        display: flex;
        flex-flow: row;
        align-items: center;
        width: 100%; } }
    header .uhWrapper > div {
      display: flex;
      flex-flow: row;
      justify-content: space-between; }
      @media screen and (max-width: 900px) {
        header .uhWrapper > div {
          padding: 0 15px; } }
    header .uhWrapper .bar {
      display: none; }
      @media screen and (max-width: 900px) {
        header .uhWrapper .bar {
          display: block;
          font-size: 1.5rem; }
          header .uhWrapper .bar.none {
            opacity: 0.15;
            pointer-events: none; } }
    header .uhWrapper h2 {
      display: flex;
      flex-flow: row;
      align-items: center; }
      @media screen and (max-width: 900px) {
        header .uhWrapper h2 {
          position: fixed;
          top: 20px;
          left: 50%;
          transform: translateX(-50%); } }
      header .uhWrapper h2 a {
        display: block;
        width: 140px;
        height: 35px;
        background: url(../Images/Logo.gif);
        background-size: 100%; }
    header .uhWrapper p {
      display: flex;
      flex-flow: row;
      align-items: center; }
      header .uhWrapper p a {
        margin: 0 0 0 10px; }
        @media screen and (max-width: 900px) {
          header .uhWrapper p a b {
            display: none; } }

header .uhWrapper p a.personal, header .uhWrapper p a.client {
   padding: 12px 15px;
   transition: background 0.2s ease-out; 
   position: relative;
}
header .uhWrapper p > .but_block {position: relative;}
header .uhWrapper p > .but_block > .nav_text {
    display: none;
    position: absolute;
    top:38px;
    left: 9px;
    color: #444;
    padding: 0px;
    z-index: 9;
    width: 100%;
    font-weight: bold;
}
/*.nav_text b {color: #007f88;}*/
header .uhWrapper p > .but_block:hover  .nav_text{
    display: block;
}
@media screen and (max-width: 900px) {
header .uhWrapper p a.personal, header .uhWrapper p a.client {display: none; } }
header .uhWrapper p a.personal {
          background: #007f88;
          color: #FFF;
          border: 2px solid #007f88; }
 header .uhWrapper p a.personal:hover {
            background: #006d76;
            transition: opacity 0.2s ease-out; }
header .uhWrapper p a.client {
          border: 2px solid #007f88;
          color: #007f88; }
header .uhWrapper p a.client:hover {
            background: #FFF; }
header .uhWrapper p a.fb, header .uhWrapper p a.youtube {
          font-size: 1.8rem;
          transition: color 0.2s ease-out; }
@media screen and (max-width: 900px) {
        header .uhWrapper p a.fb, header .uhWrapper p a.youtube {
              display: none; } }
        header .uhWrapper p a.fb {
          color: #4267b2; }
          header .uhWrapper p a.fb:hover {
            color: #3156a0; }
        header .uhWrapper p a.youtube {
          color: #cc0000; }
          header .uhWrapper p a.youtube:hover {
            color: #ba0000; }
      header .uhWrapper p .mb_f {
        display: none; }
        @media screen and (max-width: 900px) {
          header .uhWrapper p .mb_f {
            display: block;
            margin: 0 10px 0 0;
            font-size: 1.5rem;
            color: #4267b2; }
            header .uhWrapper p .mb_f.none {
              opacity: 0.15;
              pointer-events: none; } }
      header .uhWrapper p .mb_l {
        display: none; }
        @media screen and (max-width: 900px) {
          header .uhWrapper p .mb_l {
            display: block;
            font-size: 1.5rem;
            color: #007f88; }
            header .uhWrapper p .mb_l.none {
              opacity: 0.15;
              pointer-events: none; } }
  header .nav {
    background: #FFF; }
    @media screen and (max-width: 900px) {
      header .nav {
        position: fixed;
        width: 220px;
        top: 75px;
        left: 0;
        height: calc(100% - 75px);
        overflow-y: scroll;
        display: none;
        -webkit-overflow-scrolling: touch; } }
    header .nav.fixed {
      position: fixed;
      left: 0;
      width: 100%;
      z-index: 2;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      animation-name: navbar;
      animation-duration: 0.75s;
      animation-timing-function: ease-out;
      animation-fill-mode: both; }
@keyframes navbar {
  0% {
    top: -100%; }
  100% {
    top: 0; } }
    header .nav ul {
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      font-size: 0.9rem; }
      @media screen and (max-width: 1023px) {
        header .nav ul {
          font-size: 0.8rem; } }
      @media screen and (max-width: 900px) {
        header .nav ul {
          padding: 0 0 100px 0; } }
      header .nav ul li {
        width: 14.285%;
        position: relative;
        padding: 8px 0;
        display: flex;
        flex-flow: row wrap;
        z-index: 2; }
        @media screen and (max-width: 900px) {
          header .nav ul li {
            width: 100%;
            padding: 0;
            border-bottom: 1px solid #dcdcdc; }
            header .nav ul li.focus > a {
              background: #f7d751; }
            header .nav ul li.focus:hover > a {
              background: #f7d751; }
            header .nav ul li.focus > div {
              display: block; } }
        header .nav ul li.active > a {
          background: #f7d751; }
        @media screen and (max-width: 900px) {
          header .nav ul li.active:hover {
            background: #f7d751; } }
        header .nav ul li:hover > a {
          background: #f7d751; }
          @media screen and (max-width:900px) {
            header .nav ul li:hover > a {
              background: none; } }
        header .nav ul li:hover div {
          opacity: 1;
          top: 100%; }
        header .nav ul li > a {
          padding: 12px;
          transition: background 0.2s ease-out;
          width: 100%;
          display: block;
          text-align: center;
          position: relative;
          color: #000;
          text-indent: 15px;
          font-size: 1rem;
        }
          @media screen and (max-width: 1024px) {
              
        }
          @media screen and (max-width: 1023px) {
            header .nav ul li > a {
              text-align: left; } }
          @media screen and (max-width: 900px) {
            header .nav ul li > a {
              padding: 15px 0 15px 40px;
              text-align: left; } }
          header .nav ul li > a i {
            position: absolute;
            right: 15px;
            top: 50%;
            color: #403b3a;
            transform: translateY(-50%);
            font-size: 0.6rem; }
            @media screen and (max-width: 1023px) {
              header .nav ul li > a i {
                right: 15px; } }
        header .nav ul li > a .ileft {
            right: inherit;
            left: 0px;
            font-size: 1.2rem;
        }
        header .nav ul li:nth-child(2) > a .ileft {
            right: inherit;
            left:0px;
            font-size:1.1rem;
        }
        @media screen and (max-width: 1024px) { 
            header .nav ul li > a .ileft {font-size: 1rem;left: 0px;}
            header .nav ul li:nth-child(2) > a .ileft {font-size: 0.9rem;left: 0px;}
        }
        @media screen and (max-width: 1023px) { 
            header .nav ul li > a .ileft {font-size: 1rem;left: 0px;}
            header .nav ul li:nth-child(2) > a .ileft {font-size: 0.9rem;left: 0px;}
        }
        header .nav ul li div {
          position: absolute;
          top: -999%;
          left: 0;
          width: 100%;
          border-top: 2px solid #f7d751;
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
          font-size: 0.8rem;
          opacity: 0;
          transition: opacity 0.2s ease-out;
          background: #FFF; 
          z-index: 9999;
}
          @media screen and (max-width:900px) {
            header .nav ul li div {
              position: inherit;
              opacity: 1;
              display: none;
              transition: none;
              box-shadow: none; } }
          header .nav ul li div p {
            border-bottom: 1px solid #dcdcdc;
            position: relative; }
            header .nav ul li div p.cart_m {
              display: none; }
            @media screen and (max-width: 900px) {
              header .nav ul li div p {
                border-bottom: 1px solid #f7d751; }
                header .nav ul li div p.cart {
                  display: none; }
                header .nav ul li div p.cart_m {
                  display: block; } }

            header .nav ul li div p:hover span {
              top: 0;
              opacity: 1; }
            header .nav ul li div p > a {
              color: #000;
              text-align: center;
              display: block;
              padding: 18px 10px;
              box-sizing: border-box;
              position: relative;
              transition: background 0.2s ease-out; 

            }
            @media screen and (max-width: 1023px) {
                header .nav ul li div p > a {font-size: 0.8rem;}
            }
              @media screen and (max-width: 900px) {
                header .nav ul li div p > a {
                  padding: 15px 0 15px 35px;
                  text-align: left; }
                  header .nav ul li div p > a:before {
                    content: "-";
                    margin: 0 8px 0 0; } }
              header .nav ul li div p > a:hover {
                background: #f2f2f2; }
              header .nav ul li div p > a i {
                position: absolute;
                right: 10px;
                top: 50%;
                margin-top: 8px;
                color: #403b3a;
                transform: translateY(-50%);
                font-size: 0.6rem; }
                header .nav ul li div p > a i.fa-plus {opacity: 0; }
                @media screen and (max-width: 900px) {
                  header .nav ul li div p > a i.fa-angle-right {opacity: 0; }
                  header .nav ul li div p > a i.fa-plus, header .nav ul li div p > a i.fa-minus {
                    opacity: 1;right: 15px;color: #f7d751;margin-top: 0;} 
                }
            header .nav ul li div p span {
              position: absolute;
              top: -999%;
              left: 100%;
              width: 110%;
              opacity: 0;
              transition: opacity 0.2s ease-out;
              box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
              background: #FFF; }
              header .nav ul li div p span b {
                border-bottom: 1px solid #CCC;
                display: block; }
                header .nav ul li div p span b a {
                  color: #000;
                  text-align: center;
                  padding: 18px 10px;
                  display: block;
                  box-sizing: border-box;
                  transition: background 0.2s ease-out; }
                    @media screen and (max-width: 900px) {
                    header .nav ul li div p span b a {
                      padding: 15px 0 15px 63px;
                      text-align: left;
                      position: relative; }
                      header .nav ul li div p span b a:before {
                        content: "";
                        display: inline-block;
                        width: 3px;
                        height: 3px;
                        background: #000;
                        border-radius: 50%;
                        position: absolute;
                        top: 50%;
                        left: 54px; } 
                    }
                  header .nav ul li div p span b a:hover {
                    background: #f2f2f2; }
            header .nav ul li div p.focus span {
              position: inherit;
              opacity: 1;
              top: 0;
              left: 0; 
            }
footer {
  background: #f7d751;
  font-size: 0.8rem;
  clear: both;
  letter-spacing: 0; }
  @media screen and (max-width: 360px) {
    footer .Box {
      padding: 10px 15px; } }
  footer ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center; }
    footer ul li {
      width: 12.5%; }
      @media screen and (max-width: 768px) {
        footer ul li {
          width: 25%; }
          footer ul li:nth-child(4n) a:after {
            display: none; } }
      @media screen and (max-width: 360px) {
        footer ul li {
          width: 33.3333%; }
          footer ul li:nth-child(4n) a:after {
            display: block; }
          footer ul li:nth-child(3n) a:after {
            display: none; }
          footer ul li:last-child a:after {
            display: none; } }
      footer ul li a {
        padding: 13px 0;
        text-align: center;
        display: block;
        color: #3b3b3b;
        position: relative;
        transition: background 0.2s ease-out; }
        @media screen and (max-width: 360px) {
          footer ul li a {
            padding: 6px 0; } }
        footer ul li a:hover {
          background: #e5c441; }
        footer ul li a:after {
          content: "";
          display: block;
          position: absolute;
          right: 0;
          top: 50%;
          width: 1px;
          height: 15px;
          background: #000;
          transform: translateY(-50%); }
  footer .copyright {
    font-size: 0.7rem;
    background: #000;
    color: #FFF;
    text-align: center;
    padding: 20px 0; }
    footer .copyright p:first-child {
      margin: 0 0 5px 0; }

@media screen and (max-width: 900px) {
    .out_2 { padding: 75px 0 0 0;} 	
    .out {padding: 0px 0 0 0; } 
}

.bread {
  font-size: 0.7rem;
  padding: 8px 0;
  background: #f4f4f4; }
  .bread a {
    color: #007f88; }
    .bread a:hover {
      color: #006d76; }
  .bread span:before {
    content: "▸";
    font-size: 0.8rem;
    padding: 0 5px; }

.Box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box; 
}
  @media screen and (max-width: 1023px) {.Box {padding: 0 25px; } }
.w1180 {max-width: 1180px;}
/*Index*/
.Index_box {
  padding: 0 0 65px 0; }
  .Index_box h3 {
    font-size: 1.2rem;
    font-weight: 600;
    border-bottom: 2px solid #e5c441;
    padding: 0 10px 10px 10px;
    display: table;
    margin: 0 auto 35px auto;
    opacity: 0; }

.Index_banner_box {
  background: #fff; }
  .Index_banner_box .Index_banner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
    .Index_banner_box .Index_banner .owl-nav {
      margin: 0; }
      .Index_banner_box .Index_banner .owl-nav .banner-prev, .Index_banner_box .Index_banner .owl-nav .banner-next {
        position: absolute;
        top: 50%;
        left: 15px;
        background: #9b9b9b;
        width: 45px;
        height: 45px;
        color: #FFF;
        border-radius: 50%;
        font-size: 1.5rem;
        text-align: center;
        border: none;
        cursor: pointer;
        transform: translateY(-50%);
        opacity: 0.5;
        transition: opacity 0.2s ease-out; }
        .Index_banner_box .Index_banner .owl-nav .banner-prev:hover, .Index_banner_box .Index_banner .owl-nav .banner-next:hover {
          opacity: 0.8; }
      .Index_banner_box .Index_banner .owl-nav .banner-next {
        left: auto;
        right: 15px; }
    @media screen and (max-width: 768px) {
      .Index_banner_box .Index_banner .owl-dots {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0; } }
    .Index_banner_box .Index_banner .owl-dots .owl-dot {
      outline: none; }
      .Index_banner_box .Index_banner .owl-dots .owl-dot span {
        background: #fff;
        border: 1px solid #b6b6b6; }
    .Index_banner_box .Index_banner .owl-dots .owl-dot.active span, .Index_banner_box .Index_banner .owl-dots .owl-dot:hover span {
      background: #f7d751;
      border: 1px solid #f7d751; }

.client_box {
  padding: 45px 0 40px 0; }
  @media screen and (max-width: 1023px) {
    .client_box {
      padding: 50px 15px 30px 15px; } }
  .client_box .Index_client .item {
    text-align: center; }
    .client_box .Index_client .item a {
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #eaeaea;
      width: 180px;
      height: 135px;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .client_box .Index_client .item a {
          width: 120px;
          height:100px; } }
      @media screen and (max-width: 767px) {
        .client_box .Index_client .item a {
          width: 100px;
          height: 85px; } }
      .client_box .Index_client .item a:hover {
        border: 1px solid #f7d751; }
        @media screen and (max-width: 768px) {
          .client_box .Index_client .item a:hover {
            border: 1px solid #eaeaea; } }
        .client_box .Index_client .item a:hover img {
          opacity: 1; }
      .client_box .Index_client .item a img {
        opacity: 0.7;
        transition: opacity 0.2s ease-out;
        max-width: 180px;
        max-height: 120px;
        width: auto; }
        @media screen and (max-width: 768px) {
          .client_box .Index_client .item a img {
            max-width: 120px;
            max-height: 90px;
            opacity: 1; } }
        @media screen and (max-width: 767px) {
          .client_box .Index_client .item a img {
            max-width: 100px;
            max-height: 75px; } }
  .client_box .Index_client .owl-dots .owl-dot {
    outline: none; }
    .client_box .Index_client .owl-dots .owl-dot span {
      background: #b6b6b6; }
  .client_box .Index_client .owl-dots .owl-dot.active span, .client_box .Index_client .owl-dots .owl-dot:hover span {
    background: #f7d751; }

.success_box {
    background: #eee;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0 35px 0;
}
  @media screen and (max-width: 1023px) {
    .success_box {
      background-attachment: inherit;
      background-position: center;
      padding: 50px 0 35px 0; } }
.success_box h3 {
    color: inherit;
    position: relative;
    margin: 0 auto 60px auto;
}
    .success_box h3:after {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      font-size: 0.7rem;
      bottom: -25px;
      content: "聽聽他們怎麼說";
      text-align: center;
      font-weight: 300; }
  .success_box .Index_success .item {
    padding: 8px 25px;
    box-sizing: border-box; }
    .success_box .Index_success .item a {
      display: block;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
      transition: box-shadow 0.2s ease-out, transform 0.15s ease-out; }
      .success_box .Index_success .item a:after {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        transition: box-shadow 0.2s ease-out; }
      .success_box .Index_success .item a:hover {
        transform: translateY(-10px);
        box-shadow: 5px 0 8px rgba(0, 0, 0, 0.3); }
        @media screen and (max-width: 1023px) {
          .success_box .Index_success .item a:hover {
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
            transform: translateY(0); } }
        .success_box .Index_success .item a:hover:after {
          box-shadow: 0 0 0 5px #f7d751 inset; }
          @media screen and (max-width: 1023px) {
            .success_box .Index_success .item a:hover:after {
              display: none; } }
      .success_box .Index_success .item a .img {
        padding: 60% 0 0 0;
        background-size: cover;
        background-position: center; }
        @media screen and (max-width: 768px) {
          .success_box .Index_success .item a .img {
            padding: 45% 0 0 0; } }
      .success_box .Index_success .item a div {
        background: #FFF;
        padding: 25px;
        color: #000; }
        .success_box .Index_success .item a div p {
          font-weight: 500;
          font-size: 0.9rem;
          padding: 0 0 15px 0; }
        .success_box .Index_success .item a div span {
          font-size: 0.8rem;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          overflow: hidden;
          max-height: 68px;
          line-height: 1.5; }
  .success_box .Index_success .owl-dots .owl-dot {
    outline: none; }
    .success_box .Index_success .owl-dots .owl-dot span {
      background: #FFF; }
  .success_box .Index_success .owl-dots .owl-dot.active span, .success_box .Index_success .owl-dots .owl-dot:hover span {
    background: #f7d751; }

.ad_box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 20px 0 0 0; }
  @media screen and (max-width: 1023px) {
    .ad_box {
      padding: 20px 15px 0 15px; } }
  .ad_box .left {
    width: 40%; }
    @media screen and (max-width: 767px) {
      .ad_box .left {
        width: 100%;
        margin: 0 0 20px 0; } }
    .ad_box .left .left_banner:hover a p {
      bottom: 0; }
    .ad_box .left .left_banner a {
      border: 1px solid #eaeaea;
      display: block; }
      .ad_box .left .left_banner a p {
        position: absolute;
        bottom: -100%;
        padding: 12px 10px;
        text-align: center;
        background: rgba(0, 127, 136, 0.8);
        color: #FFF;
        width: 100%;
        transition: bottom 0.3s ease-out; }
        @media screen and (max-width: 1023px) {
          .ad_box .left .left_banner a p {
            bottom: 0; } }
        .ad_box .left .left_banner a p b {
          font-size: 1.1rem;
          font-weight: 500;
          display: block; }
        .ad_box .left .left_banner a p span {
          font-size: 0.8rem;
          display: block; }
    .ad_box .left .left_banner .owl-dots .owl-dot {
      outline: none; }
      .ad_box .left .left_banner .owl-dots .owl-dot span {
        background: #b6b6b6; }
    .ad_box .left .left_banner .owl-dots .owl-dot.active span, .ad_box .left .left_banner .owl-dots .owl-dot:hover span {
      background: #f7d751; }
  .ad_box .right {
    width: 58%; }
    @media screen and (max-width: 767px) {
      .ad_box .right {
        width: 100%; } }
    .ad_box .right .right_banner a {
      position: relative;
      display: block; }
      .ad_box .right .right_banner a:after {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        transition: box-shadow 0.2s ease-out; }
      .ad_box .right .right_banner a:hover:after {
        box-shadow: 0 0 0 5px #f7d751 inset; }
        @media screen and (max-width: 1023px) {
          .ad_box .right .right_banner a:hover:after {
            box-shadow: none; } }
    .ad_box .right .right_banner .owl-dots .owl-dot {
      outline: none; }
      .ad_box .right .right_banner .owl-dots .owl-dot span {
        background: #b6b6b6; }
    .ad_box .right .right_banner .owl-dots .owl-dot.active span, .ad_box .right .right_banner .owl-dots .owl-dot:hover span {
      background: #f7d751; }

.media_box {
  padding: 45px 0 45px 0; }
  @media screen and (max-width: 1023px) {
    .media_box {
      padding: 45px 15px 45px 15px; } }
  .media_box .Index_media {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    .media_box .Index_media .youtube {
      width: 49%; }
      @media screen and (max-width: 767px) {
        .media_box .Index_media .youtube {
          width: 100%; }
          .media_box .Index_media .youtube .video-container {
            position: relative;
            padding-bottom: 56.25%;
            padding-top: 30px;
            height: 0;
            overflow: hidden; }
          .media_box .Index_media .youtube .video-container iframe, .media_box .Index_media .youtube .video-container object, .media_box .Index_media .youtube .video-container embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; } }
    .media_box .Index_media .facebook {
      width: 49%;
      height: 315px; }
      @media screen and (max-width: 767px) {
        .media_box .Index_media .facebook {
          display: none; } }

.news_box .Index_news > .tabs {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 0 20px 0; }
  @media screen and (max-width: 768px) {
    .news_box .Index_news > .tabs {
      justify-content: space-between; } }
  @media screen and (max-width: 767px) {
    .news_box .Index_news > .tabs {
      margin: 0 0 12px 0; } }
  .news_box .Index_news > .tabs > li {
    margin: 0 10px; }
    @media screen and (max-width: 768px) {
      .news_box .Index_news > .tabs > li {
        margin: 0;
        width: 23%; } }
    @media screen and (max-width: 767px) {
      .news_box .Index_news > .tabs > li {
        margin: 0 0 8px 0;
        width: 49%; } }
    .news_box .Index_news > .tabs > li.active a, .news_box .Index_news > .tabs > li:hover a {
      background: #f7d751;
      border: 1px solid #f7d751;
      color: #000; }
    .news_box .Index_news > .tabs > li > a {
      font-size: 0.9rem;
      color: #8d8d8d;
      padding: 12px 25px;
      display: block;
      border: 1px solid #e0e0e0;
      transition: background 0.2s ease-out, color 0.2s ease-out, border 0.2s ease-out; }
      @media screen and (max-width: 768px) {
        .news_box .Index_news > .tabs > li > a {
          padding: 12px 0;
          text-align: center;
          font-size: 0.9rem; } }
.news_box .Index_news_in {
  display: flex;
  flex-flow: row wrap;
  border: 2px solid #e0e0e0; }
  .news_box .Index_news_in .tabs_box {
    width: 50%;
    font-size: 0.8rem; }
    @media screen and (max-width: 1023px) {
      .news_box .Index_news_in .tabs_box {
        width: 100%;
        order: 2; } }
    .news_box .Index_news_in .tabs_box .tabs li {
      border-bottom: 1px solid #e3e3e3; }
      .news_box .Index_news_in .tabs_box .tabs li.active a, .news_box .Index_news_in .tabs_box .tabs li:hover a {
        background: #f5f5f5; }
      .news_box .Index_news_in .tabs_box .tabs li a {
        display: flex;
        flex-flow: row;
        color: #3b3b3b;
        padding: 12px;
        transition: background 0.2s ease-out; }
        .news_box .Index_news_in .tabs_box .tabs li a span {
          width: 125px; }
        .news_box .Index_news_in .tabs_box .tabs li a b {
          width: calc(100% - 125px);
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
    .news_box .Index_news_in .tabs_box > a {
      color: #007f88;
      transition: background 0.2s ease-out, color 0.2s ease-out;
      padding: 12px;
      text-align: center;
      display: block; }
      .news_box .Index_news_in .tabs_box > a:hover {
        background: #007f88;
        color: #FFF; }
  .news_box .Index_news_in .tab_container {
    width: 50%;
    background: #f5f5f5; }
    @media screen and (max-width: 1023px) {
      .news_box .Index_news_in .tab_container {
        width: 100%;
        order: 1; } }
    .news_box .Index_news_in .tab_container .tab_content {
      padding: 20px; }
      .news_box .Index_news_in .tab_container .tab_content a {
        display: flex;
        flex-flow: row;
        align-items: center; }
        .news_box .Index_news_in .tab_container .tab_content a:hover div .title {
          color: #007f88; }
        .news_box .Index_news_in .tab_container .tab_content a .img {
          width: 180px;
          height: 180px;
          border: 2px solid #eeeeee; }
          @media screen and (max-width: 768px) {
            .news_box .Index_news_in .tab_container .tab_content a .img {
              width: 100px;
              height: 100px; } }
          .news_box .Index_news_in .tab_container .tab_content a .img img {
            max-width: 180px;
            max-height: 180px; }
            @media screen and (max-width: 768px) {
              .news_box .Index_news_in .tab_container .tab_content a .img img {
                max-width: 100px;
                max-height: 100px; } }
        .news_box .Index_news_in .tab_container .tab_content a div {
          width: calc(100% - 180px);
          box-sizing: border-box;
          padding: 0 0 0 20px; }
          @media screen and (max-width: 768px) {
            .news_box .Index_news_in .tab_container .tab_content a div {
              width: calc(100% - 100px); } }
          .news_box .Index_news_in .tab_container .tab_content a div .title {
            font-weight: 500;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            max-height: 56px;
            line-height: 1.3;
            margin: 0 0 10px 0;
            color: #000;
            transition: color 0.2s ease-out; }
          .news_box .Index_news_in .tab_container .tab_content a div span {
            color: #8d8d8d;
            font-size: 0.8rem;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
            max-height: 68px;
            line-height: 1.5; }

/*In*/
.In_banner_box {
  height: 400px;
  box-sizing: border-box;
  display: flex;
  flex-flow: row;
  align-items: center;
  letter-spacing: 0; }
  @media screen and (max-width: 1023px) {
    .In_banner_box {
      height: 300px; } }
  @media screen and (max-width: 768px) {
    .In_banner_box {
      height: 245px; } }
  @media screen and (max-width: 768px) {
    .In_banner_box .Box {
      background: rgba(255, 255, 255, 0.5);
      padding: 15px; } }
  .In_banner_box h3 {
    font-size: 2rem;
    font-weight: 500;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.5), 0 0 25px white, 0 0 20px white, 0 0 10px rgba(255, 255, 255, 0.5); }
    @media screen and (max-width: 1023px) {
      .In_banner_box h3 {
        font-size: 1.6rem; } }
    @media screen and (max-width: 768px) {
      .In_banner_box h3 {
        text-align: center; } }
  .In_banner_box p {
    display: flex;
    flex-flow: row;
    align-items: center;
    padding: 10px 0 0 0;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px white, 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5); }
    @media screen and (max-width: 768px) {
      .In_banner_box p {
        justify-content: center; } }
    .In_banner_box p span {
      font-size: 1.2rem;
      font-weight: 400;
      padding: 0 10px;
      position: relative; }
      @media screen and (max-width: 1023px) {
        .In_banner_box p span {
          font-size: 1rem; } }
      .In_banner_box p span:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 25px;
        background: #000;
        display: block;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
        @media screen and (max-width: 1023px) {
          .In_banner_box p span:after {
            height: 18px; } }
      .In_banner_box p span:first-child {
        padding: 0 10px 0 0; }
      .In_banner_box p span:last-child:after {
        display: none; }
  .In_banner_box.download {
    background: url(../Images/download_bg.jpg);
    background-size: cover;
    background-position: center; }
  .In_banner_box.about {
    background: url(../Images/about_bg.jpg);
    background-size: cover;
    background-position: center; }
  .In_banner_box.client {
    background: url(../Images/client_bg.jpg);
    background-size: cover;
    background-position: center; }
    @media screen and (max-width: 768px) {
      .In_banner_box.client {
        height: auto;
        padding: 75% 0 0 0;
        background: url(../Images/client_m_bg.jpg);
        background-size: cover;
        background-position: center; } }
  .In_banner_box.terms {
    background: url(../Images/terms_bg.jpg);
    background-size: cover;
    background-position: center; }
  .In_banner_box.news {
    background: url(../Images/news_bg.jpg);
    background-size: cover;
    background-position: center; }
  .In_banner_box.success {
    background: url(../Images/success_bg.jpg);
    background-size: cover;
    background-position: center; }
    @media screen and (max-width: 768px) {
      .In_banner_box.success .Box {
        background: rgba(0, 0, 0, 0.5); } }
    .In_banner_box.success .Box h3 {
      color: #FFF;
      text-shadow: none; }
    .In_banner_box.success .Box p {
      color: #FFF;
      text-shadow: none; }
  .In_banner_box.service {
    background: url(../Images/service_bg.jpg);
    background-size: cover;
    background-position: center; }
  .In_banner_box.cash .Box, .In_banner_box.card .Box, .In_banner_box.pay .Box, .In_banner_box.creditcard .Box {
    display: none; }
    @media screen and (max-width: 768px) {
      .In_banner_box.cash .Box, .In_banner_box.card .Box, .In_banner_box.pay .Box, .In_banner_box.creditcard .Box {
        display: block; } }
  .In_banner_box.cash {
    background: url(../Images/cash_top.jpg);
    background-size: cover;
    background-position: center; }
    @media screen and (max-width: 768px) {
      .In_banner_box.cash {
        background: url(../Images/cash_top_m.jpg);
        background-size: cover;
        background-position: center; } }
  .In_banner_box.card {
    background: url(../Images/card_top.jpg);
    background-size: cover;
    background-position: center; }
    @media screen and (max-width: 768px) {
      .In_banner_box.card {
        background: url(../Images/card_top_m.jpg);
        background-size: cover;
        background-position: center; } }
  .In_banner_box.pay {
    background: url(../Images/pay_top_1.jpg);
    background-size: cover;
    background-position: center; }
    @media screen and (max-width: 768px) {
      .In_banner_box.pay {
        background: url(../Images/pay_top_m.jpg);
        background-size: cover;
        background-position: center; } }
  .In_banner_box.creditcard {
    background: url(../Images/creditcard_top.jpg);
    background-size: cover;
    background-position: center; }
    @media screen and (max-width: 768px) {
      .In_banner_box.creditcard {
        background: url(../Images/creditcard_top_m.jpg);
        background-size: cover;
        background-position: center; } }
  .In_banner_box.go_website, .In_banner_box.go_community {
    background: url(../Images/go_websit_top.jpg);
    background-size: cover;
    background-position: center; }
    @media screen and (max-width: 768px) {
      .In_banner_box.go_website .Box, .In_banner_box.go_community .Box {
        background: rgba(0, 0, 0, 0.5); } }
    @media screen and (max-width: 768px) {
      .In_banner_box.go_website h3, .In_banner_box.go_community h3 {
        color: #FFF;
        text-shadow: none; } }
    .In_banner_box.go_website p, .In_banner_box.go_community p {
      color: #fdd000;
      background: rgba(0, 0, 0, 0.5);
      display: inline-block;
      text-shadow: none;
      padding: 10px 25px;
      font-size: 1.2rem; }
      @media screen and (max-width: 768px) {
        .In_banner_box.go_website p, .In_banner_box.go_community p {
          background: no-repeat;
          font-size: 1rem;
          display: flex; } }
  .In_banner_box.go_community {
    background: url(../Images/go_community_top.jpg);
    background-size: cover;
    background-position: center; }

    .In_banner_box.go_index {
    background: url(../Images/go_index_top.jpg);
    background-size: cover;
    background-position: center;}


  .In_banner_box.go_app {
    height: 600px;
    background: url(../Images/go_app_top.jpg);
    background-size: cover;
    background-position: center;
    overflow: hidden; }
    @media screen and (max-width: 1023px) {
      .In_banner_box.go_app {
        height: 500px; } }
    @media screen and (max-width: 768px) {
      .In_banner_box.go_app {
        height: 450px; } }
    @media screen and (max-width: 767px) {
      .In_banner_box.go_app {
        height: 400px; } }
    .In_banner_box.go_app .Box {
      background: none;
      padding: 0 15px; }
      .In_banner_box.go_app .Box .Box_in {
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        align-items: center;
        padding: 0; }
        .In_banner_box.go_app .Box .Box_in .left {
          width: calc(100% - 330px);
          box-sizing: border-box;
          padding: 0 25px 0 0; }
          @media screen and (max-width: 1023px) {
            .In_banner_box.go_app .Box .Box_in .left {
              width: calc(100% - 280px); } }
          @media screen and (max-width: 768px) {
            .In_banner_box.go_app .Box .Box_in .left {
              width: calc(100% - 230px); } }
          @media screen and (max-width: 767px) {
            .In_banner_box.go_app .Box .Box_in .left {
              width: 100%;
              padding: 0; } }
          .In_banner_box.go_app .Box .Box_in .left .img {
            width: 230px;
            margin: 0 0 55px 0; }
            @media screen and (max-width: 768px) {
              .In_banner_box.go_app .Box .Box_in .left .img {
                margin: 0 0 45px 0;
                width: 210px; } }
            @media screen and (max-width: 767px) {
              .In_banner_box.go_app .Box .Box_in .left .img {
                margin: 0 0 25px 0;
                width: 170px; } }
            .In_banner_box.go_app .Box .Box_in .left .img img {
              width: 100%; }
          .In_banner_box.go_app .Box .Box_in .left h3 {
            color: #FFF;
            font-size: 1.7rem;
            font-weight: 400;
            text-shadow: none; }
            @media screen and (max-width: 1023px) {
              .In_banner_box.go_app .Box .Box_in .left h3 {
                text-align: left;
                font-size: 1.6rem; } }
            @media screen and (max-width: 767px) {
              .In_banner_box.go_app .Box .Box_in .left h3 {
                font-size: 1.3rem; } }
          .In_banner_box.go_app .Box .Box_in .left p {
            font-size: 1.5rem;
            color: #fdd000;
            text-shadow: none;
            padding: 0 0 25px 0; }
            @media screen and (max-width: 768px) {
              .In_banner_box.go_app .Box .Box_in .left p {
                text-align: left;
                justify-content: flex-start; } }
          .In_banner_box.go_app .Box .Box_in .left .link {
            display: flex;
            flex-flow: row wrap; }
            @media screen and (max-width: 767px) {
              .In_banner_box.go_app .Box .Box_in .left .link {
                justify-content: center; } }
            .In_banner_box.go_app .Box .Box_in .left .link a {
              background: #000;
              border-radius: 10px;
              width: 290px;
              box-sizing: border-box;
              margin: 0 10px 0 0; }
              @media screen and (max-width: 1023px) {
                .In_banner_box.go_app .Box .Box_in .left .link a {
                  width: 43%; } }
              @media screen and (max-width: 767px) {
                .In_banner_box.go_app .Box .Box_in .left .link a {
                  width: 43%; } }
              .In_banner_box.go_app .Box .Box_in .left .link a img {
                width: 100%;
                vertical-align: bottom; }
        .In_banner_box.go_app .Box .Box_in .phone {
          width: 330px; }
          @media screen and (max-width: 1023px) {
            .In_banner_box.go_app .Box .Box_in .phone {
              width: 280px; } }
          @media screen and (max-width: 768px) {
            .In_banner_box.go_app .Box .Box_in .phone {
              width: 230px; } }
          @media screen and (max-width: 767px) {
            .In_banner_box.go_app .Box .Box_in .phone {
              display: none; } }
          .In_banner_box.go_app .Box .Box_in .phone img {
            width: 100%;
            margin: 0 0 -230px 0; }
            @media screen and (max-width: 768px) {
              .In_banner_box.go_app .Box .Box_in .phone img {
                margin: 0 0 -190px 0; } }

.tab_box {
  padding: 15px 0;
  background: #FFF;
  border-bottom: 10px solid #f8f8f8; }
  .tab_box.small {
    background: #f8f8f8;
    border: none;
    padding: 5px 0 15px 0; }
  @media screen and (max-width: 768px) {
    .tab_box.two a {
      width: 49%; } }
  @media screen and (max-width: 768px) {
    .tab_box.three a {
      width: 32%; } }
  .tab_box > div {
    display: flex;
    flex-flow: row wrap; }
    @media screen and (max-width: 768px) {
      .tab_box > div {
        justify-content: space-between; } }
  .tab_box a {
    font-size: 0.9rem;
    padding: 12px 25px;
    display: block;
    color: #000;
    margin: 0 5px 0 0;
    transition: background 0.2s ease-out, color 0.2s ease-out;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .tab_box a {
        margin: 0;
        display: block;
        text-align: center;
        padding: 12px; } }
  .tab_box.yellow a:hover, .tab_box.yellow a.focus {
    background: #f7d751; }
  .tab_box.green a:hover, .tab_box.green a.focus {
    background: #007f88;
    color: #FFF; }
  .tab_box.org a:hover, .tab_box.org a.focus {
    background: #f69935;
    color: #FFF; }

.all_title {
  font-size: 1.3rem;
  color: #007f88;
  border-bottom: 2px solid #dcdcdc;
  padding: 0 0 15px 0; }
  .all_title i {
    margin: 0 8px 0 0;
    font-size: 0.7rem;
    vertical-align: middle; }

.Box_in {
  padding: 0 0 65px 0; }
  .Box_in.from_box_in {
    padding: 20px 0 65px 0;
    background: #f8f8f8; }
    .Box_in.from_box_in.bgf {
      background: #FFF; }
  .Box_in.client_box_in {
    padding: 0; }
  .Box_in.go_website_in {
    padding: 0; }
  .Box_in.go_community_in {
    padding: 0; }
  .Box_in.go_app_in {
    padding: 0; }
  .Box_in.login_box {
    padding: 30px 0 65px 0; }
    @media screen and (max-width: 768px) {
      .Box_in.login_box .Box {
        padding: 0 15px; } }
  .Box_in.sign_in {
    padding: 30px 0 65px 0; }
    @media screen and (max-width: 768px) {
      .Box_in.sign_in .Box {
        padding: 0 15px; } }

/*下載/列印*/
.download_box_in section {
  border-bottom: 10px solid #f8f8f8;
  padding: 25px 0 0 0; }
  .download_box_in section .dw_block {
    padding: 25px 0 25px 5px; }
    .download_box_in section .dw_block p {
      margin: 0 0 20px 0; }
      .download_box_in section .dw_block p:last-child {
        margin: 0; }
      .download_box_in section .dw_block p.l_in a {
        background: #fffae7; }
        .download_box_in section .dw_block p.l_in a:hover {
          background: #fff8dc; }
      .download_box_in section .dw_block p a {
        background: #f8f8f8;
        border: 2px solid #dcdcdc;
        font-size: 1.1rem;
        padding: 15px 55px 15px 15px;
        display: inline-block;
        border-radius: 8px;
        color: #3b3b3b;
        transition: background 0.2s ease-out;
        position: relative;
        box-sizing: border-box; }
        @media screen and (max-width: 767px) {
          .download_box_in section .dw_block p a {
            width: 100%; } }
        .download_box_in section .dw_block p a:hover {
          background: #eeeeee; }
        .download_box_in section .dw_block p a i {
          margin: 0 0 0 10px;
          position: absolute;
          right: 15px;
          top: 16px;
          font-size: 1.3rem; }

/*常見問題*/
.servece_address {
  border: none !important; }
  @media screen and (max-width: 767px) {
    .servece_address .main {
      justify-content: space-between; } }
  .servece_address b {
    margin: 0 5px 0 0; }
    @media screen and (max-width: 767px) {
      .servece_address b.wauto {
        width: 49% !important;
        margin: 0; } }

.problem .all_title {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 15px 0; }
  .problem .all_title .tabs {
    font-size: 0.9rem; }
    @media screen and (max-width: 768px) {
      .problem .all_title .tabs {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        margin: 15px 0 0 0; } }
    .problem .all_title .tabs a {
      color: #000;
      padding: 0 11px 0 10px;
      position: relative; }
      @media screen and (max-width: 1023px) {
        .problem .all_title .tabs a {
          width: 25%;
          padding: 15px 10px;
          box-sizing: border-box;
          text-align: center; } }
      @media screen and (max-width: 767px) {
        .problem .all_title .tabs a {
          width: 49%;
          box-sizing: border-box;
          padding: 15px; } }
      .problem .all_title .tabs a:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 18px;
        background: #000;
        display: block;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
        @media screen and (max-width: 768px) {
          .problem .all_title .tabs a:after {
            display: none; } }
      .problem .all_title .tabs a:last-child {
        padding: 0 0 0 10px; }
        @media screen and (max-width: 768px) {
          .problem .all_title .tabs a:last-child {
            padding: 15px; } }
        .problem .all_title .tabs a:last-child:after {
          display: none; }
      .problem .all_title .tabs a.focus, .problem .all_title .tabs a:hover {
        color: #007f88; }
        @media screen and (max-width: 768px) {
          .problem .all_title .tabs a.focus, .problem .all_title .tabs a:hover {
            background: none;
            color: #007f88;
            box-shadow: 0 0 0 1px #007f88 inset; } }
.problem .problem_in .s_title {
  color: #f87a14;
  padding: 22px;
  font-size: 1.1rem; }
.problem .problem_in ul {
  font-size: 0.9rem; }
  .problem .problem_in ul li {
    padding: 22px; }
    .problem .problem_in ul li:nth-child(odd) {
      background: #f8f8f8; }
    .problem .problem_in ul li .Q {
      color: #f87a14;
      padding: 0 0 8px 26px;
      text-indent: -26px; }
    .problem .problem_in ul li .A {
      padding: 0 0 0 29px; }
      @media screen and (max-width: 768px) {
        .problem .problem_in ul li .A {
          padding: 0 0 0 26px; } }
      .problem .problem_in ul li .A span {
        font-size: 0.7rem;
        color: #9e9e9e;
        display: block;
        padding: 3px 0; }
      .problem .problem_in ul li .A b {
        text-indent: -14px;
        padding: 0 0 0 14px;
        display: block; }

.other_problem img {
  max-width: 100%; }
.other_problem .all_title.nbb {
  border-bottom: none; }
.other_problem .s_title {
  padding: 22px;
  font-size: 0.9rem; }
.other_problem ul {
  font-size: 0.9rem; }
  .other_problem ul.bb {
    border-bottom: 1px solid #dcdcdc; }
  .other_problem ul li {
    padding: 22px; }
    .other_problem ul li:nth-child(odd) {
      background: #f8f8f8; }
    .other_problem ul li.nb {
      background: no-repeat; }
    .other_problem ul li .Q {
      color: #f87a14;
      padding: 0 0 8px 0; }
    .other_problem ul li .A {
      padding: 0 0 0 20px; }
      .other_problem ul li .A span {
        font-size: 0.7rem;
        color: #9e9e9e;
        display: block;
        padding: 3px 0; }
    .other_problem ul li .A2 b {
      padding: 0 0 0 16px;
      text-indent: -16px;
      display: block; }
      .other_problem ul li .A2 b.fw5 {
        font-weight: 500; }
      .other_problem ul li .A2 b o {
        color: #f87a14; }
      .other_problem ul li .A2 b o.blue {
        color: #0167b9; }
    .other_problem ul li .img_c {
      text-align: center; }

/*關於我們*/
.about section {
  border-bottom: 10px solid #f8f8f8;
  padding: 25px 0 0 0; }
  .about section.ptn {
    padding-top: 0; }
  .about section .text {
    padding: 25px;
    font-size: 0.9rem; }
    @media screen and (max-width: 768px) {
      .about section .text {
        padding: 20px 0; } }

.time_line {
  font-size: 0.9rem;
  padding: 30px 0 0 0; }
  .time_line li {
    overflow: hidden;
    margin: -30px 0 0 0;
    position: relative; }
    @media screen and (max-width: 768px) {
      .time_line li {
        margin: 0;
        padding: 0 0 30px 0; } }
    .time_line li:before {
      content: "";
      width: 2px;
      background: #eee;
      display: block;
      top: 0;
      position: absolute;
      height: 100%;
      left: 0;
      right: 0;
      margin: 0 auto;
      z-index: -1; }
      @media screen and (max-width: 768px) {
        .time_line li:before {
          left: 34px;
          right: auto; } }
    .time_line li div {
      width: calc(50% - 35px); }
      @media screen and (max-width: 768px) {
        .time_line li div {
          width: calc(100% - 70px); } }
      .time_line li div.none {
        background: none; }
        @media screen and (max-width: 768px) {
          .time_line li div.none {
            display: none; } }
        .time_line li div.none:after {
          content: "　"; }
      .time_line li div p {
        background: #f8f8f8;
        border: 2px solid #eeeeee;
        padding: 20px;
        border-radius: 3px;
        position: relative; }
        .time_line li div p:before, .time_line li div p:after {
          content: "";
          position: absolute;
          left: -15px;
          top: 20px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 15px 15px 15px 0;
          border-color: transparent #f8f8f8 transparent transparent;
          z-index: 2; }
        .time_line li div p:after {
          border-color: transparent #eeeeee transparent transparent;
          border-width: 16px 16px 16px 0;
          left: -18px;
          top: 19px;
          z-index: 1; }
        .time_line li div p span {
          display: block;
          font-size: 1.2rem;
          font-weight: 500; }
        .time_line li div p b {
          display: block;
          text-indent: -20px;
          padding: 0 0 0 20px;
          box-sizing: border-box; }
          .time_line li div p b:before {
            content: "◆";
            font-size: 0.7rem;
            padding: 0 5px 0 0; }
    .time_line li > p {
      width: 20px;
      height: 20px;
      background: #f7d751;
      float: left;
      border-radius: 50%;
      margin: 27px 25px; }
    .time_line li:nth-child(even) div {
      float: right; }
      .time_line li:nth-child(even) div.none {
        float: left; }
    .time_line li:nth-child(odd) div {
      float: left; }
      @media screen and (max-width: 768px) {
        .time_line li:nth-child(odd) div {
          float: right; } }
      .time_line li:nth-child(odd) div p:before, .time_line li:nth-child(odd) div p:after {
        left: auto;
        right: -15px;
        transform: rotate(180deg); }
        @media screen and (max-width: 768px) {
          .time_line li:nth-child(odd) div p:before, .time_line li:nth-child(odd) div p:after {
            left: -15px;
            right: auto;
            transform: rotate(0); } }
      .time_line li:nth-child(odd) div p:after {
        right: -18px; }
        @media screen and (max-width: 768px) {
          .time_line li:nth-child(odd) div p:after {
            left: -18px;
            right: auto; } }
      .time_line li:nth-child(odd) div.none {
        float: right; }
    .time_line li:nth-child(odd).one {
      margin: -30px 0 30px 0; }
      @media screen and (max-width: 768px) {
        .time_line li:nth-child(odd).one {
          margin: 0; } }
      .time_line li:nth-child(odd).one div {
        float: left; }
      .time_line li:nth-child(odd).one > p {
        background: #434343; }
      .time_line li:nth-child(odd).one:before {
        top: 50%; }
      .time_line li:nth-child(odd).one.two {
        margin: 0; }
        @media screen and (max-width: 768px) {
          .time_line li:nth-child(odd).one.two {
            padding: 0; } }
        .time_line li:nth-child(odd).one.two:before {
          top: -50%; }

/*會員介紹*/
.client_box_in .one .in_box {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 30px 0 0 0; }
  @media screen and (max-width: 767px) {
    .client_box_in .one .in_box {
      padding: 25px 0; } }
  .client_box_in .one .in_box > p {
    width: 390px;
    opacity: 0; }
    @media screen and (max-width: 768px) {
      .client_box_in .one .in_box > p {
        width: 300px; } }
    @media screen and (max-width: 767px) {
      .client_box_in .one .in_box > p {
        width: 100%;
        text-align: center; } }
    .client_box_in .one .in_box > p img {
      vertical-align: bottom; }
      @media screen and (max-width: 768px) {
        .client_box_in .one .in_box > p img {
          max-width: 300px; } }
      @media screen and (max-width: 767px) {
        .client_box_in .one .in_box > p img {
          max-width: 390px;
          width: 75%; } }
  .client_box_in .one .in_box > div {
    width: calc(100% - 390px);
    padding: 0 0 0 20px;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .client_box_in .one .in_box > div {
        width: calc(100% - 300px); } }
    @media screen and (max-width: 767px) {
      .client_box_in .one .in_box > div {
        width: 100%;
        padding: 0; } }
    .client_box_in .one .in_box > div .title {
      font-size: 2rem;
      font-weight: 500;
      padding: 0 0 20px 0;
      text-indent: 0;
      opacity: 0; }
      @media screen and (max-width: 767px) {
        .client_box_in .one .in_box > div .title {
          text-align: center;
          font-size: 1.8rem;
          padding: 10px 0 20px 0; } }
    .client_box_in .one .in_box > div p {
      font-size: 1.1rem;
      padding: 20px 0 20px 30px;
      position: relative;
      box-sizing: border-box;
      opacity: 0; }
      @media screen and (max-width: 768px) {
        .client_box_in .one .in_box > div p {
          width: 100%;
          padding: 10px 0 10px 30px; } }
      .client_box_in .one .in_box > div p i {
        color: #00af4c;
        margin: 0 5px 0 0;
        position: absolute;
        left: 0;
        top: 27px; }
        @media screen and (max-width: 767px) {
          .client_box_in .one .in_box > div p i {
            top: 16px; } }
.client_box_in .two {
  background: #1d765d; }
  .client_box_in .two .in_box {
    padding: 75px 0; }
    @media screen and (max-width: 768px) {
      .client_box_in .two .in_box {
        padding: 40px 0; } }
    .client_box_in .two .in_box > p {
      font-size: 2rem;
      font-weight: 500;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .client_box_in .two .in_box > p {
          font-size: 1.8rem; } }
    .client_box_in .two .in_box .A {
      color: #f7d751; }
    .client_box_in .two .in_box .B {
      color: #FFF; }
    .client_box_in .two .in_box .C {
      background: #f7d751;
      display: table;
      padding: 12px 40px;
      border-radius: 30px;
      font-size: 1.1rem;
      margin: 15px auto 0 auto; }
      @media screen and (max-width: 768px) {
        .client_box_in .two .in_box .C {
          padding: 12px 30px; } }
    .client_box_in .two .in_box div {
      display: flex;
      flex-flow: row;
      justify-content: space-between;
      padding: 50px 0 0 0;
      width: 100%;
      max-width: 870px;
      margin: 0 auto;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        .client_box_in .two .in_box div {
          padding: 50px 15px 0 15px; } }
      @media screen and (max-width: 767px) {
        .client_box_in .two .in_box div {
          flex-flow: column;
          justify-content: center;
          align-items: center;
          padding: 25px 0 0 0; } }
      .client_box_in .two .in_box div a {
        width: 190px;
        height: 190px;
        border-radius: 50%;
        text-align: center;
        padding: 120px 0 0 0;
        box-sizing: border-box;
        font-size: 1.2rem;
        opacity: 0;
        display: block;
        color: #3b3b3b;
        transition: margin 0.25s ease-out; }
        @media screen and (max-width: 768px) {
          .client_box_in .two .in_box div a {
            width: 160px;
            height: 160px; } }
        @media screen and (max-width: 767px) {
          .client_box_in .two .in_box div a {
            /*width: 190px;
            height: 190px;*/
            padding: 108px 0 0 0; } }
        .client_box_in .two .in_box div a:first-child {
          background: url(../Images/client/02.jpg), #FFF;
          background-position: center top 30px;
          background-repeat: no-repeat; }
          @media screen and (max-width: 768px) {
            .client_box_in .two .in_box div a:first-child {
              background-size: 45%; } }
          @media screen and (max-width: 767px) {
            .client_box_in .two .in_box div a:first-child {
              /*background-size: inherit;*/ } }
        .client_box_in .two .in_box div a:nth-child(2) {
          background: url(../Images/client/03.jpg), #FFF;
          background-position: center top 30px;
          background-repeat: no-repeat; }
          @media screen and (max-width: 768px) {
            .client_box_in .two .in_box div a:nth-child(2) {
              background-size: 45%; } }
          @media screen and (max-width: 767px) {
            .client_box_in .two .in_box div a:nth-child(2) {
              margin: 25px 0;
              background-size: 50%;
              /*background-size: inherit;*/ } }
        .client_box_in .two .in_box div a:nth-child(3) {
          background: url(../Images/client/04.jpg), #FFF;
          background-position: center top 30px;
          background-repeat: no-repeat; }
          @media screen and (max-width: 768px) {
            .client_box_in .two .in_box div a:nth-child(3) {
              background-size: 45%; } }
          @media screen and (max-width: 767px) {
            .client_box_in .two .in_box div a:nth-child(3) {
              /*background-size: inherit;*/ } }
        .client_box_in .two .in_box div a:hover {
          margin: -12px 0 12px 0; }
          .client_box_in .two .in_box div a:hover:after {
            opacity: 1;
            width: 40%;
            transform: translateY(15px); }
        .client_box_in .two .in_box div a:after {
          position: absolute;
          z-index: -1;
          content: '';
          top: 100%;
          left: 0;
          right: 0;
          height: 10px;
          width: 30%;
          margin: 0 auto;
          opacity: 0;
          background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
          transition-duration: 0.25s;
          transition-property: transform, opacity, width;
          transition-timing-function: ease-out; }
.client_box_in .three .in_box {
  padding: 75px 0;
  opacity: 0; }
  @media screen and (max-width: 768px) {
    .client_box_in .three .in_box {
      padding: 40px 0; } }
  .client_box_in .three .in_box p {
    font-size: 1.1rem; }
    .client_box_in .three .in_box p.title {
      font-size: 2rem;
      font-weight: 500;
      padding: 0 0 20px 0;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .client_box_in .three .in_box p.title {
          font-size: 1.8rem; } }
.client_box_in .four {
  background: #fdd000; }
  .client_box_in .four .in_box {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
    padding: 25px 0 0 0; }
    .client_box_in .four .in_box .text {
      width: calc(100% - 350px);
      background: #FFF;
      padding: 35px;
      box-sizing: border-box;
      position: relative;
      border-radius: 10px;
      opacity: 0;
      margin: -25px 0 0 0; }
      @media screen and (max-width: 768px) {
        .client_box_in .four .in_box .text {
          width: calc(100% - 215px); } }
      @media screen and (max-width: 767px) {
        .client_box_in .four .in_box .text {
          width: 100%;
          margin: 0 0 25px 0; } }
      .client_box_in .four .in_box .text:after {
        content: "";
        position: absolute;
        right: -15px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0 15px 15px;
        border-color: transparent transparent transparent #f8f8f8;
        z-index: 2; }
        @media screen and (max-width: 767px) {
          .client_box_in .four .in_box .text:after {
            right: auto;
            left: 50%;
            top: 100%;
            transform: translateX(-50%);
            border-width: 15px 15px 0 15px;
            border-color: #f8f8f8 transparent transparent transparent; } }
      .client_box_in .four .in_box .text a {
        color: #007f88;
        transition: color 0.2s ease-out;
        font-size: 2rem;
        display: block;
        text-align: center;
        text-decoration: underline; }
        @media screen and (max-width: 768px) {
          .client_box_in .four .in_box .text a {
            font-size: 1.8rem; } }
        .client_box_in .four .in_box .text a:hover {
          color: #006d76;
          text-decoration: none; }
        .client_box_in .four .in_box .text a i {
          margin: 0 0 0 8px; }
      .client_box_in .four .in_box .text p {
        font-size: 1.1rem; }
    .client_box_in .four .in_box .img {
      width: 248px;
      opacity: 0; }
      @media screen and (max-width: 768px) {
        .client_box_in .four .in_box .img {
          width: 200px; } }
      @media screen and (max-width: 767px) {
        .client_box_in .four .in_box .img {
          width: 100%;
          text-align: center; } }
      .client_box_in .four .in_box .img img {
        vertical-align: bottom; }
        @media screen and (max-width: 768px) {
          .client_box_in .four .in_box .img img {
            width: 200px; } }
        @media screen and (max-width: 767px) {
          .client_box_in .four .in_box .img img {
            width: auto; } }
.client_box_in .five {
  background: url(../Images/client/06.jpg);
  background-size: cover; }
  .client_box_in .five .in_box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    padding: 75px 25px 75px 0;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .client_box_in .five .in_box {
        padding: 75px 0; } }
    @media screen and (max-width: 768px) {
      .client_box_in .five .in_box .left {
        width: 100%;
        text-align: center;
        padding: 0 0 25px 0; } }
    .client_box_in .five .in_box .left p {
      font-size: 2rem;
      font-weight: 500;
      color: #FFF; }
      @media screen and (max-width: 768px) {
        .client_box_in .five .in_box .left p {
          font-size: 1.8rem; } }
    .client_box_in .five .in_box .left img {
      width: 220px; }
      @media screen and (max-width: 768px) {
        .client_box_in .five .in_box .left img {
          width: 180px; } }
    .client_box_in .five .in_box .right {
      width: 324px; }
      @media screen and (max-width: 768px) {
        .client_box_in .five .in_box .right {
          width: 100%;
          text-align: center; } }
      .client_box_in .five .in_box .right a {
        display: block; }
        @media screen and (max-width: 768px) {
          .client_box_in .five .in_box .right a img {
            max-width: 80%; } }

/*go物車_官網*/
.go_website_in .one .in_box {
  padding: 60px 0 40px 0; }
  @media screen and (max-width: 767px) {
    .go_website_in .one .in_box {
      padding: 40px 0; } }
  .go_website_in .one .in_box .title {
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    opacity: 0; }
    @media screen and (max-width: 768px) {
      .go_website_in .one .in_box .title {
        font-size: 1.8rem; } }
  .go_website_in .one .in_box > div {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 60px 0 0 0; }
    @media screen and (max-width: 768px) {
      .go_website_in .one .in_box > div {
        padding: 25px 0 0 0; } }
    .go_website_in .one .in_box > div div {
      width: 33.3333%;
      padding: 0 30px;
      box-sizing: border-box;
      text-align: center;
      opacity: 0; }
      @media screen and (max-width: 768px) {
        .go_website_in .one .in_box > div div {
          width: 100%;
          padding: 0 15px; } }
      @media screen and (max-width: 768px) {
        .go_website_in .one .in_box > div div.middle {
          margin: 75px 0; } }
      .go_website_in .one .in_box > div div.touch {
        width: 100%; }
      .go_website_in .one .in_box > div div .img img {
        width: 190px; }
        @media screen and (max-width: 767px) {
          .go_website_in .one .in_box > div div .img img {
            width: 160px; } }
      .go_website_in .one .in_box > div div .title_s {
        font-size: 1.4rem;
        padding: 25px 0 20px 0;
        font-weight: 500; }
        @media screen and (max-width: 768px) {
          .go_website_in .one .in_box > div div .title_s {
            padding: 15px 0 10px 0; } }
      .go_website_in .one .in_box > div div span {
        font-size: 1.1rem; }
.go_website_in .two {
  background: #f3f3f3; }
  .go_website_in .two .in_box {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 75px 0; }
    @media screen and (max-width: 767px) {
      .go_website_in .two .in_box {
        padding: 40px 0 45px 0; } }
    .go_website_in .two .in_box .left {
      width: 50%;
      transform: translate3d(-3000px, 0, 0); }
      @media screen and (max-width: 768px) {
        .go_website_in .two .in_box .left {
          width: 85%;
          margin: 0 auto 25px auto; } }
      .go_website_in .two .in_box .left img {
        max-width: 541px;
        width: 100%; }
    .go_website_in .two .in_box div {
      width: 50%;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .go_website_in .two .in_box div {
          width: 100%; } }
      .go_website_in .two .in_box div img {
        opacity: 0;
        max-width: 100%; }
      .go_website_in .two .in_box div p {
        font-size: 1.3rem;
        font-weight: 500;
        padding: 0 0 35px 0;
        opacity: 0; }
      .go_website_in .two .in_box div a {
        background: #007f88;
        box-shadow: 0 10px 0 #006d76;
        padding: 15px 35px;
        border-radius: 10px;
        display: table;
        margin: 0 auto;
        color: #FFF;
        font-weight: 500;
        transition: box-shadow 0.15s ease-out,margin 0.15s ease-out;
        font-size: 1.3rem; }
        @media screen and (max-width: 767px) {
          .go_website_in .two .in_box div a {
            padding: 15px 17px; } }
        @media screen and (max-width: 360px) {
          .go_website_in .two .in_box div a {
            font-size: 1rem; } }
        .go_website_in .two .in_box div a b {
          color: #fdd000;
          margin: 0 15px 0 0;
          font-style: italic;
          text-decoration: underline; }
        .go_website_in .two .in_box div a:hover {
          box-shadow: 0 2px 0 #006d76;
          margin: 8px auto -8px auto; }

/*go物車_社群*/
.go_community_in .one .in_box {
  padding: 60px 0 40px; }
  @media screen and (max-width: 768px) {
    .go_community_in .one .in_box {
      padding: 40px 0; } }
  .go_community_in .one .in_box .title {
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    opacity: 0; }
    @media screen and (max-width: 768px) {
      .go_community_in .one .in_box .title {
        font-size: 1.8rem; } }
  .go_community_in .one .in_box > div {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .go_community_in .one .in_box > div div {
      width: 25%;
      padding: 0 30px;
      box-sizing: border-box;
      text-align: center;
      opacity: 0; }
      @media screen and (max-width: 768px) {
        .go_community_in .one .in_box > div div {
          width: 50%;
          padding: 0; } }
      @media screen and (max-width: 767px) {
        .go_community_in .one .in_box > div div {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .go_community_in .one .in_box > div div.middle {
          margin: 25px 0; } }
      .go_community_in .one .in_box > div div .img {
        position: relative;
        transition: margin 0.25s ease-out; }
        .go_community_in .one .in_box > div div .img:hover {
          margin: -12px 0 12px 0; }
          .go_community_in .one .in_box > div div .img:hover:after {
            opacity: 1;
            width: 40%;
            transform: translateY(15px); }
        .go_community_in .one .in_box > div div .img:after {
          position: absolute;
          z-index: -1;
          content: '';
          top: 100%;
          left: 0;
          right: 0;
          height: 10px;
          width: 30%;
          margin: 0 auto;
          opacity: 0;
          background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
          transition-duration: 0.25s;
          transition-property: transform, opacity, width;
          transition-timing-function: ease-out; }
        .go_community_in .one .in_box > div div .img img {
          max-width: 190px;
          width: 100%; }
          @media screen and (max-width: 768px) {
            .go_community_in .one .in_box > div div .img img {
              max-width: 160px; } }
      .go_community_in .one .in_box > div div .title_s {
        font-size: 1.4rem;
        padding: 25px 0 20px 0;
        font-weight: 500; }
        @media screen and (max-width: 768px) {
          .go_community_in .one .in_box > div div .title_s {
            padding: 15px 0 10px 0; } }
      .go_community_in .one .in_box > div div span {
        font-size: 1.1rem; }
.go_community_in .two {
  background: #f7f7f7; }
  .go_community_in .two .in_box {
    padding: 75px 0; }
    @media screen and (max-width: 768px) {
      .go_community_in .two .in_box {
        padding: 40px 0 60px 0; } }
    .go_community_in .two .in_box .title {
      font-size: 2rem;
      font-weight: bolder;
      text-align: center;
      padding: 0 0 75px 0;
      opacity: 0; }
      @media screen and (max-width: 768px) {
        .go_community_in .two .in_box .title {
          font-size: 1.8rem; } }
    .go_community_in .two .in_box > div {
      display: flex;
      flex-flow: row wrap; }
      .go_community_in .two .in_box > div.one {
        margin: 0 0 60px 0; }
        @media screen and (max-width: 1023px) {
          .go_community_in .two .in_box > div.one {
            margin: 0; } }
      .go_community_in .two .in_box > div div {
        width: 33.3333%;
        position: relative;
        opacity: 0; }
        @media screen and (max-width: 1023px) {
          .go_community_in .two .in_box > div div {
            width: 100%;
            display: flex;
            flex-flow: row;
            margin: 0 0 35px 0;
            align-items: center;
            border-bottom: 2px solid #e2e2e2; } }
        @media screen and (max-width: 767px) {
          .go_community_in .two .in_box > div div {
            display: block;
            margin: 0 0 60px 0;
            border: none; } }
        .go_community_in .two .in_box > div div p {
          text-align: center;
          border-bottom: 2px solid #e2e2e2; }
          @media screen and (max-width: 1023px) {
            .go_community_in .two .in_box > div div p {
              order: 2;
              width: 50%;
              border: none; } }
          @media screen and (max-width: 767px) {
            .go_community_in .two .in_box > div div p {
              order: inherit;
              width: 100%;
              border: none; } }
          .go_community_in .two .in_box > div div p img {
            height: 130px;
            vertical-align: bottom; }
            @media screen and (max-width: 1023px) {
              .go_community_in .two .in_box > div div p img {
                height: 180px; } }
        .go_community_in .two .in_box > div div span {
          font-size: 1.3rem;
          display: block;
          text-align: center;
          padding: 15px 0 0 0; }
          @media screen and (max-width: 1023px) {
            .go_community_in .two .in_box > div div span {
              order: 1;
              border-top: 0;
              width: 50%;
              text-align: left;
              padding: 15px 0 0 15px;
              box-sizing: border-box; } }
          @media screen and (max-width: 767px) {
            .go_community_in .two .in_box > div div span {
              order: inherit;
              border-top: 2px solid #e2e2e2;
              border-bottom: none;
              width: 100%; } }
          .go_community_in .two .in_box > div div span b {
            font-size: 2rem;
            font-weight: 500;
            background: #a3d3e1;
            width: 60px;
            height: 60px;
            display: inline-block;
            border-radius: 50%;
            text-align: center;
            line-height: 55px;
            color: #FFF;
            vertical-align: middle;
            margin: 0 8px 0 0; }
        .go_community_in .two .in_box > div div .arrow {
          position: absolute;
          width: 34px;
          right: -17px;
          top: 50px; }
          @media screen and (max-width: 1023px) {
            .go_community_in .two .in_box > div div .arrow {
              display: none; } }
.go_community_in .three {
  background: #f7d751; }
  .go_community_in .three .in_box {
    padding: 60px 0;
    text-align: center;
    font-size: 1.3rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .go_community_in .three .in_box {
        padding: 40px 0; } }
    @media screen and (max-width: 767px) {
      .go_community_in .three .in_box span {
        display: block;
        padding: 0 0 25px 0; } }
    .go_community_in .three .in_box a {
      background: #007f88;
      box-shadow: 0 10px 0 #006d76;
      padding: 15px 35px;
      border-radius: 10px;
      display: inline-block;
      margin: 0 0 0 25px;
      color: #FFF;
      font-weight: 500;
      transition: box-shadow 0.15s ease-out,margin 0.15s ease-out; }
      @media screen and (max-width: 767px) {
        .go_community_in .three .in_box a {
          margin: 0; } }
      .go_community_in .three .in_box a i {
        margin: 0 0 0 8px; }
      .go_community_in .three .in_box a:hover {
        box-shadow: 0 2px 0 #006d76;
        margin: 8px 0 -8px 25px; }
.go_community_in .four .in_box {
  padding: 60px 0; }
  @media screen and (max-width: 767px) {
    .go_community_in .four .in_box {
      padding: 40px 0; } }
  .go_community_in .four .in_box .title {
    font-size: 2rem;
    font-weight: bolder;
    text-align: center;
    padding: 0 0 75px 0;
    opacity: 0; }
    @media screen and (max-width: 768px) {
      .go_community_in .four .in_box .title {
        font-size: 1.8rem; } }
  .go_community_in .four .in_box .list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    .go_community_in .four .in_box .list span {
      display: block;
      width: 25%;
      text-align: center;
      font-size: 1.4rem;
      opacity: 0; }
      @media screen and (max-width: 1023px) {
        .go_community_in .four .in_box .list span {
          font-size: 1.2rem; } }
      @media screen and (max-width: 768px) {
        .go_community_in .four .in_box .list span {
          width: 50%;
          padding: 25px 0;
          margin: -25px 0 0 0;
          font-size: 1.4rem; } }
      .go_community_in .four .in_box .list span i {
        font-size: 1.8rem;
        color: #a3d3e1;
        margin: 0 8px 0 0;
        vertical-align: middle; }
.go_community_in .five .A {
  background: #f7f7f7; }
  .go_community_in .five .A .in_box p {
    padding: 0 50px 0 0; }
    @media screen and (max-width: 767px) {
      .go_community_in .five .A .in_box p {
        padding: 0; } }
@media screen and (max-width: 767px) {
  .go_community_in .five .B .in_box div {
    order: 2; } }
@media screen and (max-width: 767px) {
  .go_community_in .five .B .in_box p {
    order: 1; } }
.go_community_in .five .in_box {
  padding: 25px 0;
  display: flex;
  flex-flow: row wrap;
  align-content: center; }
  @media screen and (max-width: 767px) {
    .go_community_in .five .in_box {
      padding: 40px 0; } }
  .go_community_in .five .in_box div {
    width: 45%;
    opacity: 0; }
    @media screen and (max-width: 767px) {
      .go_community_in .five .in_box div {
        width: 100%; } }
    .go_community_in .five .in_box div img {
      max-width: 100%; }
  .go_community_in .five .in_box p {
    width: 55%;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    padding: 0 0 0 50px;
    box-sizing: border-box;
    opacity: 0; }
    @media screen and (max-width: 767px) {
      .go_community_in .five .in_box p {
        width: 100%;
        padding: 0; } }
    .go_community_in .five .in_box p b {
      font-size: 1.4rem;
      display: block;
      width: 100%; }
    .go_community_in .five .in_box p span {
      padding: 15px 0 0 0;
      font-size: 0.9rem; }
      @media screen and (max-width: 767px) {
        .go_community_in .five .in_box p span {
          width: 100%;
          padding: 15px 0; } }
.go_community_in .six {
  background: #f7f7f7; }
    .go_community_in .six .in_box {
        padding: 60px 0 60px 0;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
    }
    @media screen and (max-width: 768px) {
      .go_community_in .six .in_box {
        justify-content: center; } }
    .go_community_in .six .in_box .apply {
      background: #007f88;
      box-shadow: 0 10px 0 #006d76;
      padding: 15px 35px;
      border-radius: 10px;
      display: table;
      color: #FFF;
      font-weight: 500;
      transition: box-shadow 0.15s ease-out,margin 0.15s ease-out;
      width: auto;
      font-size: 1.3rem; }
      @media screen and (max-width: 767px) {
        .go_community_in .six .in_box .apply {
          padding: 15px 17px; } }
      @media screen and (max-width: 360px) {
        .go_community_in .six .in_box .apply {
          font-size: 1rem; } }
      .go_community_in .six .in_box .apply b {
        color: #fdd000;
        margin: 0 15px 0 0;
        font-style: italic;
        text-decoration: underline; }
      .go_community_in .six .in_box .apply:hover {
        box-shadow: 0 2px 0 #006d76;
        margin: 8px 0 -8px 0; }
    @media screen and (max-width: 768px) {
      .go_community_in .six .in_box .img {
        width: 100%;
        text-align: center;
        padding: 45px 0 0 0; } }
    .go_community_in .six .in_box .img img {
      width: 100%;
      max-width: 300px;
      vertical-align: bottom; }

/*go物車_app*/
.go_app_in .one .in_box {
  padding: 60px 0 40px 0; }
  @media screen and (max-width: 767px) {
    .go_app_in .one .in_box {
      padding: 40px 0; } }
  .go_app_in .one .in_box .title {
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    opacity: 0; }
    @media screen and (max-width: 768px) {
      .go_app_in .one .in_box .title {
        font-size: 1.8rem; } }
  .go_app_in .one .in_box > div {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .go_app_in .one .in_box > div div {
      width: 33.33333%;
      padding: 0 30px;
      box-sizing: border-box;
      text-align: center;
      opacity: 0; }
      @media screen and (max-width: 767px) {
        .go_app_in .one .in_box > div div {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .go_app_in .one .in_box > div div.middle {
          margin: 25px 0; } }
      .go_app_in .one .in_box > div div .img {
        position: relative;
        transition: margin 0.25s ease-out; }
        .go_app_in .one .in_box > div div .img:hover {
          margin: -12px 0 12px 0; }
          .go_app_in .one .in_box > div div .img:hover:after {
            opacity: 1;
            width: 40%;
            transform: translateY(15px); }
        .go_app_in .one .in_box > div div .img:after {
          position: absolute;
          z-index: -1;
          content: '';
          top: 100%;
          left: 0;
          right: 0;
          height: 10px;
          width: 30%;
          margin: 0 auto;
          opacity: 0;
          background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
          transition-duration: 0.25s;
          transition-property: transform, opacity, width;
          transition-timing-function: ease-out; }
        .go_app_in .one .in_box > div div .img img {
          max-width: 190px; }
          @media screen and (max-width: 768px) {
            .go_app_in .one .in_box > div div .img img {
              max-width: 160px; } }
      .go_app_in .one .in_box > div div .title_s {
        font-size: 1.4rem;
        padding: 25px 0 20px 0;
        font-weight: 500; }
        .go_app_in .one .in_box > div div .title_s img {
          width: 50px;
          margin: 0 5px -2px 0; }
        @media screen and (max-width: 768px) {
          .go_app_in .one .in_box > div div .title_s {
            padding: 15px 0 10px 0; } }
      .go_app_in .one .in_box > div div span {
        font-size: 1.1rem; }
.go_app_in .two {
  background: #f7f7f7; }
  .go_app_in .two .in_box {
    padding: 75px 0; }
    @media screen and (max-width: 768px) {
      .go_app_in .two .in_box {
        padding: 40px 0 60px 0; } }
    .go_app_in .two .in_box .title {
      font-size: 2rem;
      font-weight: 500;
      text-align: center;
      padding: 0 0 75px 0;
      opacity: 0; }
      @media screen and (max-width: 768px) {
        .go_app_in .two .in_box .title {
          font-size: 1.8rem; } }
    .go_app_in .two .in_box > div {
      display: flex;
      flex-flow: row wrap; }
      .go_app_in .two .in_box > div.one {
        margin: 0 0 60px 0; }
        @media screen and (max-width: 1023px) {
          .go_app_in .two .in_box > div.one {
            margin: 0; } }
      .go_app_in .two .in_box > div.sp div {
        width: 50%; }
        @media screen and (max-width: 1023px) {
          .go_app_in .two .in_box > div.sp div {
            width: 100%;
            display: flex;
            flex-flow: row;
            margin: 0 0 35px 0; } }
        @media screen and (max-width: 767px) {
          .go_app_in .two .in_box > div.sp div {
            display: block;
            margin: 0 0 60px 0; } }
        @media screen and (max-width: 1023px) {
          .go_app_in .two .in_box > div.sp div p img {
            height: 150px; } }
      .go_app_in .two .in_box > div div {
        width: 33.3333%;
        position: relative;
        opacity: 0; }
        @media screen and (max-width: 1023px) {
          .go_app_in .two .in_box > div div {
            width: 100%;
            display: flex;
            flex-flow: row;
            margin: 0 0 35px 0;
            border-bottom: 2px solid #e2e2e2;
            align-items: center; } }
        @media screen and (max-width: 768px) {
          .go_app_in .two .in_box > div div {
            border: none; } }
        @media screen and (max-width: 767px) {
          .go_app_in .two .in_box > div div {
            display: block;
            margin: 0 0 60px 0; } }
        .go_app_in .two .in_box > div div p {
          text-align: center;
          border-bottom: 2px solid #e2e2e2; }
          @media screen and (max-width: 1023px) {
            .go_app_in .two .in_box > div div p {
              order: 2;
              width: 40%;
              border: none; } }
          @media screen and (max-width: 767px) {
            .go_app_in .two .in_box > div div p {
              order: inherit;
              width: 100%;
              border: none; } }
          .go_app_in .two .in_box > div div p img {
            height: 130px;
            vertical-align: bottom; }
            @media screen and (max-width: 1023px) {
              .go_app_in .two .in_box > div div p img {
                height: 180px; } }
        .go_app_in .two .in_box > div div span {
          font-size: 1.2rem;
          display: block;
          text-align: left;
          padding: 15px 15px 0 70px;
          position: relative;
          box-sizing: border-box; }
          @media screen and (max-width: 1023px) {
            .go_app_in .two .in_box > div div span {
              order: 1;
              border-top: 0;
              width: 60%;
              text-align: left;
              padding: 15px 15px 0 70px;
              box-sizing: border-box; } }
          @media screen and (max-width: 767px) {
            .go_app_in .two .in_box > div div span {
              order: inherit;
              border-top: 2px solid #e2e2e2;
              border-bottom: none;
              width: 100%; } }
          .go_app_in .two .in_box > div div span b {
            font-size: 2rem;
            font-weight: 500;
            background: #a3d3e1;
            width: 60px;
            height: 60px;
            display: inline-block;
            border-radius: 50%;
            text-align: center;
            line-height: 55px;
            color: #FFF;
            vertical-align: middle;
            margin: 0 8px 0 0;
            position: absolute;
            left: 0;
            top: 15px; }
        .go_app_in .two .in_box > div div .arrow {
          position: absolute;
          width: 34px;
          right: -17px;
          top: 50px; }
          @media screen and (max-width: 1023px) {
            .go_app_in .two .in_box > div div .arrow {
              display: none; } }
.go_app_in .three {
  display: flex;
  flex-flow: row wrap; }
  .go_app_in .three > div {
    opacity: 0; }
  .go_app_in .three .left {
    width: 50%;
    background: #fdd000; }
    @media screen and (max-width: 1023px) {
      .go_app_in .three .left {
        width: 100%; } }
    .go_app_in .three .left .title {
      background: #f7d751;
      padding-left: calc(100% - 500px);
      padding-top: 15px;
      padding-bottom: 15px; }
      @media screen and (max-width: 1023px) {
        .go_app_in .three .left .title {
          padding: 15px 25px; } }
    .go_app_in .three .left .text {
      padding-left: calc(100% - 500px);
      padding-top: 15px;
      padding-bottom: 30px; }
      @media screen and (max-width: 1023px) {
        .go_app_in .three .left .text {
          padding: 25px; } }
      .go_app_in .three .left .text .sp {
        color: #007f88; }
  .go_app_in .three .right {
    width: 50%;
    background: #006d76; }
    @media screen and (max-width: 1023px) {
      .go_app_in .three .right {
        width: 100%; } }
    .go_app_in .three .right .title {
      background: #007f88;
      padding-right: calc(100% - 500px);
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 15px;
      color: #FFF; }
      @media screen and (max-width: 1023px) {
        .go_app_in .three .right .title {
          padding: 15px 25px; } }
    .go_app_in .three .right .text {
      padding-right: calc(100% - 500px);
      color: #FFF;
      padding-top: 15px;
      padding-bottom: 30px;
      padding-left: 15px; }
      @media screen and (max-width: 1023px) {
        .go_app_in .three .right .text {
          padding: 25px; } }
      .go_app_in .three .right .text .sp {
        color: #fdd000; }
  .go_app_in .three .title {
    font-size: 1.8rem; }
    @media screen and (max-width: 767px) {
      .go_app_in .three .title {
        font-size: 1.6rem; } }
  .go_app_in .three img {
    width: 60px;
    vertical-align: middle;
    margin: 0 10px 0 0; }
    @media screen and (max-width: 767px) {
      .go_app_in .three img {
        width: 40px; } }
  .go_app_in .three .text {
    font-size: 1.3rem; }
    @media screen and (max-width: 767px) {
      .go_app_in .three .text {
        font-size: 1rem; } }
.go_app_in .four {
  background: #f7f7f7; }
  .go_app_in .four .in_box {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding: 75px 0 0 0;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .go_app_in .four .in_box {
        padding: 40px 0; } }
    .go_app_in .four .in_box > p {
      width: 390px;
      opacity: 0; }
      @media screen and (max-width: 1023px) {
        .go_app_in .four .in_box > p {
          width: 280px; } }
      @media screen and (max-width: 767px) {
        .go_app_in .four .in_box > p {
          width: 100%;
          text-align: center;
          height: 300px;
          overflow: hidden;
          border-bottom: 2px solid #e7e7e7; } }
      .go_app_in .four .in_box > p img {
        vertical-align: bottom;
        width: 100%;
        margin: 0 0 -300px 0; }
        @media screen and (max-width: 1023px) {
          .go_app_in .four .in_box > p img {
            margin: 0 0 -50px 0; } }
        @media screen and (max-width: 767px) {
          .go_app_in .four .in_box > p img {
            width: 230px; } }
    .go_app_in .four .in_box > div {
      width: calc(100% - 390px);
      padding: 0 0 0 50px;
      box-sizing: border-box; }
      @media screen and (max-width: 1023px) {
        .go_app_in .four .in_box > div {
          width: calc(100% - 280px);
          padding: 0 0 0 35px; } }
      @media screen and (max-width: 767px) {
        .go_app_in .four .in_box > div {
          width: 100%;
          padding: 0; } }
      .go_app_in .four .in_box > div p {
        font-size: 1.1rem;
        padding: 20px 0 20px 120px;
        position: relative;
        box-sizing: border-box; }
        @media screen and (max-width: 1023px) {
          .go_app_in .four .in_box > div p {
            padding: 20px 0 20px 100px; } }
        @media screen and (max-width: 767px) {
          .go_app_in .four .in_box > div p {
            width: 100%;
            padding: 130px 15px 25px 15px;
            border-bottom: 2px solid #e7e7e7; }
            .go_app_in .four .in_box > div p:last-child {
              border: none; } }
        .go_app_in .four .in_box > div p b {
          font-size: 1.5rem;
          display: block; }
        .go_app_in .four .in_box > div p span {
          font-size: 1.1rem;
          display: block; }
        .go_app_in .four .in_box > div p.A {
          background: url(../Images/go_app/14.png);
          background-repeat: no-repeat;
          background-size: 100px;
          background-position: top 15px left; }
          @media screen and (max-width: 768px) {
            .go_app_in .four .in_box > div p.A {
              background-size: 90px; } }
          @media screen and (max-width: 767px) {
            .go_app_in .four .in_box > div p.A {
              background-position: top 25px center; } }
        .go_app_in .four .in_box > div p.B {
          background: url(../Images/go_app/15.png);
          background-repeat: no-repeat;
          background-size: 100px;
          background-position: top 15px left; }
          @media screen and (max-width: 768px) {
            .go_app_in .four .in_box > div p.B {
              background-size: 90px; } }
          @media screen and (max-width: 767px) {
            .go_app_in .four .in_box > div p.B {
              background-position: top 25px center; } }
        .go_app_in .four .in_box > div p.C {
          background: url(../Images/go_app/16.png);
          background-repeat: no-repeat;
          background-size: 100px;
          background-position: top 15px left; }
          @media screen and (max-width: 768px) {
            .go_app_in .four .in_box > div p.C {
              background-size: 90px; } }
          @media screen and (max-width: 767px) {
            .go_app_in .four .in_box > div p.C {
              background-position: top 25px center; } }
.go_app_in .five {
  padding: 60px 0; }
  .go_app_in .five .title {
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    padding: 0 0 60px 0;
    opacity: 0; }
    @media screen and (max-width: 768px) {
      .go_app_in .five .title {
        font-size: 1.8rem; } }
  .go_app_in .five .youtube {
    width: 60%;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .go_app_in .five .youtube {
        width: 100%; }
        .go_app_in .five .youtube .video-container {
          position: relative;
          padding-bottom: 56.25%;
          padding-top: 30px;
          height: 0;
          overflow: hidden; }
        .go_app_in .five .youtube .video-container iframe, .go_app_in .five .youtube .video-container object, .go_app_in .five .youtube .video-container embed {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }
.go_app_in .six {
  background: url(../Images/go_app/download.jpg);
  background-size: cover;
  background-position: center; }
  .go_app_in .six .in_box {
    padding: 75px 0; }
    @media screen and (max-width: 767px) {
      .go_app_in .six .in_box {
        padding: 40px 0 15px 0; } }
    .go_app_in .six .in_box .title {
      font-size: 2rem;
      font-weight: 500;
      text-align: center;
      padding: 0 0 60px 0;
      color: #FFF; }
      @media screen and (max-width: 768px) {
        .go_app_in .six .in_box .title {
          font-size: 1.8rem; } }
    .go_app_in .six .in_box .link {
      display: flex;
      flex-flow: row wrap;
      justify-content: center; }
      .go_app_in .six .in_box .link a {
        padding: 5px;
        box-sizing: border-box;
        width: 39%;
        border-radius: 15px;
        border: 2px solid #FFF;
        margin: 0 15px; }
        @media screen and (max-width: 767px) {
          .go_app_in .six .in_box .link a {
            width: 80%;
            max-width: 360px;
            margin: 0 0 15px 0; } }
        .go_app_in .six .in_box .link a img {
          width: 100%;
          vertical-align: bottom; }
    .go_app_in .six .in_box .qr {
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      padding: 25px 0 0 0; }
      .go_app_in .six .in_box .qr a {
        color: #FFF;
        margin: 0 25px; }
        @media screen and (max-width: 767px) {
          .go_app_in .six .in_box .qr a {
            width: 100%;
            text-align: center;
            margin: 0 0 25px 0; } }
        .go_app_in .six .in_box .qr a img {
          width: 150px;
          margin: 0 0 5px 0; }
          @media screen and (max-width: 768px) {
            .go_app_in .six .in_box .qr a img {
              width: 120px; } }
          @media screen and (max-width: 768px) {
            .go_app_in .six .in_box .qr a img {
              margin: 0 auto 5px auto;
              display: table; } }
        .go_app_in .six .in_box .qr a span {
          display: block;
          text-align: center; }

/*條款*/
.terms_in section {
  border-bottom: 10px solid #f8f8f8;
  padding: 25px 0 0 0; }
  .terms_in section.ptn {
    padding-top: 0; }
  .terms_in section .s_title {
    color: #f87a14;
    padding: 22px 22px 0 22px;
    font-size: 1.1rem; }
    @media screen and (max-width: 768px) {
      .terms_in section .s_title {
        padding: 20px 0 0 0; } }
  .terms_in section .text {
    padding: 25px;
    font-size: 0.9rem; }
    @media screen and (max-width: 768px) {
      .terms_in section .text {
        padding: 20px 0; } }
    .terms_in section .text span {
      position: relative;
      padding: 7px 0 7px 18px;
      display: block;
      box-sizing: border-box; }
      .terms_in section .text span:before {
        content: "";
        width: 6px;
        height: 6px;
        background: #3b3b3b;
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 18px;
        left: 5px; }
      .terms_in section .text span.num {
        text-indent: -23px;
        padding: 7px 0 7px 23px; }
        @media screen and (max-width: 768px) {
          .terms_in section .text span.num {
            text-indent: -20px;
            padding: 7px 0 7px 20px; } }
        .terms_in section .text span.num:before {
          display: none; }
    .terms_in section .text b {
      display: block;
      font-size: 0.8rem;
      color: #777; }
    .terms_in section .text a {
      color: #3b3b3b;
      text-decoration: underline;
      transition: color 0.2s ease-out; }
      .terms_in section .text a:hover {
        color: #007f88; }

/*最新消息*/
@media screen and (max-width: 768px) {
  .news_tab .two a {
    width: 25%; } }
@media screen and (max-width: 767px) {
  .news_tab .two a {
    width: 49%; } }

.news_list_box li {
  display: flex;
  flex-flow: row wrap;
  padding: 25px;
  border-bottom: 1px dashed #a0a0a0; }
  @media screen and (max-width: 767px) {
    .news_list_box li {
      padding: 25px 0; } }
  .news_list_box li > a {
    width: 40%;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    background: #FFF;
    position: relative; }
    @media screen and (max-width: 1023px) {
      .news_list_box li > a {
        width: 35%; } }
    @media screen and (max-width: 768px) {
      .news_list_box li > a {
        width: 40%; } }
    @media screen and (max-width: 767px) {
      .news_list_box li > a {
        width: 100%; } }
    .news_list_box li > a:after {
      content: "";
      pointer-events: none;
      position: absolute;
      width: 100%;
      height: 100%;
      box-shadow: 0 0 2px #dcdcdc inset;
      left: 0;
      top: 0; }
    .news_list_box li > a img {
      max-width: 100%;
      max-height: 200px; }
  .news_list_box li > div {
    width: 60%;
    padding: 0 0 0 25px;
    box-sizing: border-box; }
    @media screen and (max-width: 1023px) {
      .news_list_box li > div {
        width: 65%; } }
    @media screen and (max-width: 768px) {
      .news_list_box li > div {
        width: 60%; } }
    @media screen and (max-width: 767px) {
      .news_list_box li > div {
        width: 100%;
        padding: 0; } }
    .news_list_box li > div p.time {
      font-size: 0.9rem;
      padding: 0 0 15px 0; }
      @media screen and (max-width: 1023px) {
        .news_list_box li > div p.time {
          padding: 0 0 10px 0;
          font-size: 0.8rem; } }
      @media screen and (max-width: 768px) {
        .news_list_box li > div p.time {
          padding: 0 0 11px 0; } }
      .news_list_box li > div p.time span {
        background: #a0a0a0;
        color: #FFF;
        height: 35px;
        display: inline-block;
        line-height: 35px;
        position: relative;
        padding: 0 20px 0 25px;
        margin: 0 30px 0 0; }
        .news_list_box li > div p.time span:after {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 35px 20px 0 0;
          border-color: #a0a0a0 transparent transparent transparent;
          position: absolute;
          right: -20px;
          top: 0; }
      .news_list_box li > div p.time b {
        color: #7d7d7d; }
    .news_list_box li > div p.text {
      font-size: 0.8rem;
      color: #7d7d7d;
      margin: 14px 0 0 0;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
      max-height: 68px; }
      @media screen and (max-width: 1023px) {
        .news_list_box li > div p.text {
          -webkit-line-clamp: 2;
          margin: 3px 0 0 0; } }
      @media screen and (max-width: 768px) {
        .news_list_box li > div p.text {
          margin: 10px 0 0 0; } }
    .news_list_box li > div a {
      font-size: 1.2rem;
      color: #3b3b3b;
      transition: color 0.2s ease-out;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      max-height: 68px;
      line-height: 1.5; }
      @media screen and (max-width: 1023px) {
        .news_list_box li > div a {
          font-size: 1rem; } }
      .news_list_box li > div a:hover {
        color: #007f88; }
  .news_list_box li.activity .time span, .news_list_box li.success .time span {
    background: #fdd000;
    color: #3b3b3b; }
    .news_list_box li.activity .time span:after, .news_list_box li.success .time span:after {
      border-color: #fdd000 transparent transparent transparent; }
  .news_list_box li.firm .time span {
    background: #cc0000; }
    .news_list_box li.firm .time span:after {
      border-color: #cc0000 transparent transparent transparent; }

.news_detail .time {
  font-size: 0.9rem;
  padding: 0 0 15px 0; }
  @media screen and (max-width: 1023px) {
    .news_detail .time {
      padding: 0 0 10px 0;
      font-size: 0.8rem; } }
  @media screen and (max-width: 768px) {
    .news_detail .time {
      padding: 0 0 11px 0; } }
  .news_detail .time span {
    background: #a0a0a0;
    color: #FFF;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    position: relative;
    padding: 0 20px 0 25px;
    margin: 0 30px 0 0; }
    .news_detail .time span:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 35px 20px 0 0;
      border-color: #a0a0a0 transparent transparent transparent;
      position: absolute;
      right: -20px;
      top: 0; }
  .news_detail .time b {
    color: #7d7d7d; }
  .news_detail .time.activity span {
    background: #fdd000;
    color: #3b3b3b; }
    .news_detail .time.activity span:after {
      border-color: #fdd000 transparent transparent transparent; }
  .news_detail .time.firm span {
    background: #cc0000; }
    .news_detail .time.firm span:after {
      border-color: #cc0000 transparent transparent transparent; }
.news_detail .title {
  font-size: 1.2rem;
  color: #007f88; }
.news_detail .edit_box {
  padding: 25px 0;
  border-bottom: 1px dashed #a0a0a0; }
  .news_detail .edit_box .img_box {
    text-align: center;
    margin: 15px 0; }
    .news_detail .edit_box .img_box img {
      max-width: 100%; }

/*成功案例*/
.success_detail > div {
  padding: 25px 0; }
  .success_detail > div:nth-child(even) {
    background: #f4f4f4; }
    .success_detail > div:nth-child(even) .Box .all_t {
      order: 2;
      padding: 0 0 0 40px; }
      @media screen and (max-width: 1023px) {
        .success_detail > div:nth-child(even) .Box .all_t {
          width: calc(100% - 330px); } }
      @media screen and (max-width: 767px) {
        .success_detail > div:nth-child(even) .Box .all_t {
          width: 100%;
          padding: 0 0 25px 0;
          order: 1; } }
    .success_detail > div:nth-child(even) .Box .img {
      order: 1; }
      @media screen and (max-width: 1023px) {
        .success_detail > div:nth-child(even) .Box .img {
          width: 330px; } }
      @media screen and (max-width: 767px) {
        .success_detail > div:nth-child(even) .Box .img {
          width: 100%;
          order: 2; } }
  .success_detail > div .Box {
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
    .success_detail > div .Box .all_t {
      width: calc(100% - 430px);
      box-sizing: border-box;
      padding: 0 40px 0 0; }
      @media screen and (max-width: 1023px) {
        .success_detail > div .Box .all_t {
          width: calc(100% - 330px); } }
      @media screen and (max-width: 767px) {
        .success_detail > div .Box .all_t {
          width: 100%;
          padding: 0 0 25px 0; } }
    .success_detail > div .Box .img {
      width: 430px; }
      @media screen and (max-width: 1023px) {
        .success_detail > div .Box .img {
          width: 330px; } }
      @media screen and (max-width: 767px) {
        .success_detail > div .Box .img {
          width: 100%;
          text-align: center; } }
      .success_detail > div .Box .img img {
        max-width: 430px;
        width: 100%; }
.success_detail .time {
  font-size: 0.9rem;
  padding: 0 0 15px 0; }
  @media screen and (max-width: 1023px) {
    .success_detail .time {
      padding: 0 0 10px 0;
      font-size: 0.8rem; } }
  @media screen and (max-width: 768px) {
    .success_detail .time {
      padding: 0 0 11px 0; } }
  .success_detail .time span {
    background: #fdd000;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    position: relative;
    padding: 0 20px 0 25px;
    margin: 0 30px 0 0; }
    .success_detail .time span:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 35px 20px 0 0;
      border-color: #fdd000 transparent transparent transparent;
      position: absolute;
      right: -20px;
      top: 0; }
.success_detail .name {
  font-size: 1.2rem;
  font-weight: 500; }
.success_detail .text {
  margin: 14px 0 0 0; }

/*會員*/
.login_box {
  font-size: 0.8rem; }
  .login_box .section-text {
    height: 350px;
    overflow-y: auto;
    padding: 15px 20px;
    margin: 0 8px;
    font-weight: 300; }
    @media screen and (max-width: 767px) {
      .login_box .section-text {
        padding: 15px;
        height: 375px; } }
  .login_box .ss_title.check {
    text-align: center; }
  .login_box .ss_title a {
    text-decoration: underline;
    color: #007f88;
    transition: color 0.2s ease-out; }
    .login_box .ss_title a:hover {
      color: #006d76; }
  .login_box .ss_title.radio_check input {
    display: none; }
    .login_box .ss_title.radio_check input:checked + label i {
      opacity: 1; }
  .login_box .ss_title.radio_check label {
    font-size: 0.9rem;
    margin: 0 8px 0 0;
    position: relative;
    padding: 0 0 0 20px;
    cursor: pointer; }
    .login_box .ss_title.radio_check label i {
      position: absolute;
      color: #007f88;
      left: 3px;
      top: 1px;
      font-size: 1.2rem;
      opacity: 0; }
    .login_box .ss_title.radio_check label:before, .login_box .ss_title.radio_check label:after {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 3px;
      background: #FFF;
      border: 1px solid #7d7d7d;
      top: 50%;
      transform: translateY(-50%);
      position: absolute;
      left: 0; }
    .login_box .ss_title.radio_check label:after {
      background: #007f88;
      border: none;
      width: 14px;
      height: 14px;
      opacity: 0;
      left: 4px; }
  .login_box .captions-footer {
    text-align: center;
    padding: 25px 0 10px 0; }
    .login_box .captions-footer a {
      color: #007f88;
      transition: color 0.2s ease-out;
      padding: 0 25px 0 24px;
      border-right: 1px solid #007f88; }
      @media screen and (max-width: 767px) {
        .login_box .captions-footer a {
          display: block;
          padding: 0;
          border: none; } }
      .login_box .captions-footer a:hover {
        color: #006d76; }
      .login_box .captions-footer a:last-child {
        border: none;
        margin: 5px 0 0 0; }
  .login_box .form_box {
    background: #f2f2f2; }
    .login_box .form_box label, .login_box .form_box p {
      /*border-bottom: none !important;*/ }
    @media screen and (max-width: 768px) {
      .login_box .form_box .main {
        background: #FFF; } }
  .login_box .login_select {
    padding: 6px 0 0 0; }
    .login_box .login_select label {
      border: none !important; }
      .login_box .login_select label .main {
        background: none !important;
        padding: 6px 15px !important; }
        @media screen and (max-width: 768px) {
          .login_box .login_select label .main {
            padding: 12px !important;
            background: #FFF !important; } }
    .login_box .login_select .col-6 {
      padding: 8px; }
    .login_box .login_select .btn {
      padding: 12px 0;
      width: 100%;
      transition: background 0.2s ease-out;
      font-size: 0.8rem;
      text-align: center;
      border-radius: 3px;
      color: #FFF; }
      .login_box .login_select .btn.this {
        background: #007f88; }
        .login_box .login_select .btn.this:hover {
          background: #006d76; }
      .login_box .login_select .btn.icat {
        background: #fecb00;
        color: #3b3b3b; }
        .login_box .login_select .btn.icat:hover {
          background: #eebe00; }
        .login_box .login_select .btn.icat img {
          width: 36px;
          vertical-align: bottom;
          margin: 0 8px 0 0; }
      .login_box .login_select .btn.fb {
        background: #4267b2; }
        .login_box .login_select .btn.fb:hover {
          background: #3156a0; }
      .login_box .login_select .btn.google {
        background: #e9544e; }
        .login_box .login_select .btn.google:hover {
          background: #dc433d; }
        .login_box .login_select .btn.apple {
          background: #000000; }
        .login_box .login_select .btn.apple:hover {
          background: #000000; }
.step_join .step_box {
  text-align: center;
  padding: 0 0 30px 0; }
  .step_join .step_box img {
    max-width: 895px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .step_join .step_box img {
        display: none; } }
  .step_join .step_box ul {
    display: none; }
    @media screen and (max-width: 767px) {
      .step_join .step_box ul {
        display: flex;
        border-radius: 5px;
        overflow: hidden; }
        .step_join .step_box ul li {
          width: 25%;
          padding: 15px 5px;
          box-sizing: border-box;
          background: #f2f2f2; }
          .step_join .step_box ul li.now {
            background: #007f88;
            color: #FFF; } }
.step_join .table {
  /*padding: 12px;*/ }
  @media screen and (max-width: 767px) {
    .step_join .table {
      padding: inherit; } }

.step_phone .btn_box .btn.touch_none {
  margin: 0 -142px 0 4px; }
  @media screen and (max-width: 768px) {
    .step_phone .btn_box .btn.touch_none {
      margin: 0 0 5px 0; } }
.step_phone label {
  border: none !important; }
  .step_phone label .main {
    background: none !important;
    padding: 6px 15px !important; }
    @media screen and (max-width: 768px) {
      .step_phone label .main {
        padding: 12px !important;
        background: #FFF !important; } }

@media screen and (max-width: 360px) {
  .step_bank .radio_check label {
    margin: 6px 0 !important;
    width: 100%; } }
.step_bank .table .btn_box {
  justify-content: flex-start;
  padding: 15px 15px 15px 151px; }
  @media screen and (max-width: 768px) {
    .step_bank .table .btn_box {
      padding: 10px 15px;
      justify-content: space-between; } }
  @media screen and (max-width: 768px) {
    .step_bank .table .btn_box .btn {
      width: 49%; } }

.step_invoice .radio_check input:checked + label i {
  opacity: 1; }
.step_invoice .radio_check label:after {
  display: none !important; }
.step_invoice .radio_check label i {
  position: absolute;
  color: #007f88;
  left: 3px;
  top: 1px;
  font-size: 1.2rem;
  opacity: 0; }
.step_invoice .address .code {
  width: 70px !important;
  margin: 0 !important; }
.step_invoice .address .v {
  width: calc(100% - 75px) !important;
  margin: 0 0 0 5px !important; }
.step_invoice .love_code {
  height: 40px;
  line-height: 40px;
  color: #3b3b3b;
  width: 120px;
  border-radius: 3px;
  text-align: center;
  margin: 0 0 0 5px;
  font-size: 0.8rem;
  border: 1px solid #3b3b3b; }
.step_invoice .table .btn_box {
  justify-content: flex-start;
  padding: 15px 15px 15px 151px; }
  @media screen and (max-width: 768px) {
    .step_invoice .table .btn_box {
      padding: 10px 15px;
      justify-content: space-between; } }
  @media screen and (max-width: 768px) {
    .step_invoice .table .btn_box .btn {
      width: 100%; } }
@media screen and (max-width: 768px) {
  .step_invoice .send .text {
    display: none !important; } }
.step_invoice .send .main {
  padding: 0 15px 15px 15px !important; }
.step_invoice .birth .wauto {
  margin: 0 5px 0 0; }

.sign_in .sign_in_box {
  width: 100%;
  max-width: 480px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  padding: 25px;
  margin: 0 auto;
  border-top: 5px solid #007f88;
  box-sizing: border-box; }
  .sign_in .sign_in_box.client {
    border-top: 5px solid #f7d751; }
  .sign_in .sign_in_box .img {
    text-align: center;
    padding: 30px 0;
    font-size: 1.2rem; }
    .sign_in .sign_in_box .img img {
      margin: 0 0 10px 0; }
  .sign_in .sign_in_box .link {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0 0 15px 0; }
    .sign_in .sign_in_box .link a {
      color: #FFF;
      width: 32%;
      text-align: center;
      padding: 3px 0;
      border-radius: 3px;
      transition: background 0.2s ease-out;
      font-size: 1.3rem; }
      .sign_in .sign_in_box .link a.fb {
        background: #4267b2; }
        .sign_in .sign_in_box .link a.fb:hover {
          background: #3156a0; }
      .sign_in .sign_in_box .link a.google {
        background: #e9544e; }
        .sign_in .sign_in_box .link a.google:hover {
          background: #dc433d; }
      .sign_in .sign_in_box .link a.cat {
        background: #fecb00;
        color: #3b3b3b; }
        .sign_in .sign_in_box .link a.cat:hover {
          background: #eebe00; }
        .sign_in .sign_in_box .link a.cat img {
          width: 48px;
          vertical-align: middle;
          margin: -2px 0 0 0; }
        .sign_in .sign_in_box .link a.apple {
          background: #000000; }
        .sign_in .sign_in_box .link a.apple:hover {
          background: #000000; }
  .sign_in .sign_in_box .or {
    position: relative;
    text-align: center;
    margin: 0 0 15px 0; }
    .sign_in .sign_in_box .or:before, .sign_in .sign_in_box .or:after {
      position: absolute;
      content: "";
      width: calc(50% - 40px);
      border-top: 1px solid #3b3b3b;
      display: block;
      left: 0;
      top: 50%; }
    .sign_in .sign_in_box .or:after {
      right: 0;
      left: auto; }
  .sign_in .sign_in_box .input {
    padding: 0 0 15px 0; }
    .sign_in .sign_in_box .input.code {
      display: flex;
      flex-flow: row;
      justify-content: space-between;
      align-items: center; }
      .sign_in .sign_in_box .input.code input[type=text] {
        width: 200px; }
        @media screen and (max-width: 767px) {
          .sign_in .sign_in_box .input.code input[type=text] {
            width: calc(100% - 185px); } }
        @media screen and (max-width: 360px) {
          .sign_in .sign_in_box .input.code input[type=text] {
            width: calc(100% - 145px); } }
      .sign_in .sign_in_box .input.code img {
        width: 100px;
        vertical-align: middle; }
        @media screen and (max-width: 360px) {
          .sign_in .sign_in_box .input.code img {
            width: 75px; } }
      .sign_in .sign_in_box .input.code a {
        background: #e50150;
        height: 40px;
        line-height: 40px;
        color: #FFF;
        width: 75px;
        border-radius: 3px;
        text-align: center;
        margin: 0 0 0 5px;
        font-size: 0.8rem;
        transition: background 0.2s ease-out;
        display: inline-block;
        vertical-align: middle; }
        @media screen and (max-width: 360px) {
          .sign_in .sign_in_box .input.code a {
            width: 60px;
            height: 30px;
            line-height: 30px; } }
        .sign_in .sign_in_box .input.code a:hover {
          background: #d5004a; }
  .sign_in .sign_in_box input[type=text] {
    width: 100%;
    height: 45px;
    font-size: 0.9rem;
    border: 1px solid #dcdcdc;
    font-family: "Noto Sans TC",sans-serif;
    border-radius: 3px;
    box-sizing: border-box;
    padding-left: 12px; }
  .sign_in .sign_in_box .btn_box {
    padding: 0 0 15px 0; }
    .sign_in .sign_in_box .btn_box .btn {
      max-width: 100%; }
    .sign_in .sign_in_box .btn_box.ss {
      justify-content: space-between; }
      .sign_in .sign_in_box .btn_box.ss .btn {
        max-width: 200px;
        color: #3b3b3b;
        background: #f4f4f4; }
        @media screen and (max-width: 767px) {
          .sign_in .sign_in_box .btn_box.ss .btn {
            max-width: 49%; } }
        .sign_in .sign_in_box .btn_box.ss .btn:hover {
          background: #eaeaea; }

/*貨到付現*/
.cash_box .sv_one .one {
  background: #fefbea; }

.card_box .sv_one .one {
  background: #fef1e4; }
  .card_box .sv_one .one .in_box .img {
    width: 327px; }
    @media screen and (max-width: 767px) {
      .card_box .sv_one .one .in_box .img {
        width: 250px; } }
  .card_box .sv_one .one .in_box > div {
    width: calc(100% - 327px); }
    @media screen and (max-width: 767px) {
      .card_box .sv_one .one .in_box > div {
        width: 100%; } }
.card_box .sv_one .qa_list .pair {
  display: flex;
  flex-flow: row wrap; }
  .card_box .sv_one .qa_list .pair ul {
    width: calc(50% - 5px); }
    @media screen and (max-width: 767px) {
      .card_box .sv_one .qa_list .pair ul {
        width: 100%; } }
    .card_box .sv_one .qa_list .pair ul.left, .card_box .sv_one .qa_list .pair ul.right {
      border-right: 5px solid #f8f8f8; }
      @media screen and (max-width: 767px) {
        .card_box .sv_one .qa_list .pair ul.left, .card_box .sv_one .qa_list .pair ul.right {
          border: none; } }
      .card_box .sv_one .qa_list .pair ul.left .name, .card_box .sv_one .qa_list .pair ul.right .name {
        padding: 12px;
        text-align: center;
        border: none;
        background: #5bc2f1;
        color: #FFF;
        font-size: 1.2rem; }
        @media screen and (max-width: 768px) {
          .card_box .sv_one .qa_list .pair ul.left .name, .card_box .sv_one .qa_list .pair ul.right .name {
            margin: 0 0 0 -25px; } }
        @media screen and (max-width: 767px) {
          .card_box .sv_one .qa_list .pair ul.left .name, .card_box .sv_one .qa_list .pair ul.right .name {
            margin: 0 -25px; } }
    .card_box .sv_one .qa_list .pair ul.right {
      border-right: none;
      border-left: 5px solid #f8f8f8; }
      @media screen and (max-width: 767px) {
        .card_box .sv_one .qa_list .pair ul.right {
          border: none; } }
      .card_box .sv_one .qa_list .pair ul.right .name {
        background: #f69935; }
        @media screen and (max-width: 768px) {
          .card_box .sv_one .qa_list .pair ul.right .name {
            /*margin: 0 -25px 0 0;*/ } }
    .card_box .sv_one .qa_list .pair ul li p.height {
      height: 84px; }
    @media screen and (max-width: 1023px) {
      .card_box .sv_one .qa_list .pair ul li p.A {
        height: 84px; } }
    @media screen and (max-width: 767px) {
      .card_box .sv_one .qa_list .pair ul li p.A {
        height: auto; } }
    .card_box .sv_one .qa_list .pair ul.sp {
      width: 100%; }

.pay_box .sv_one .one {
  background: #f4f4f4; }
  .pay_box .sv_one .one .in_box {
    align-items: flex-end; }
    @media screen and (max-width: 768px) {
      .pay_box .sv_one .one .in_box {
        padding: 40px 0;
        justify-content: center; } }
    .pay_box .sv_one .one .in_box .img {
      width: 250px; }
      @media screen and (max-width: 768px) {
        .pay_box .sv_one .one .in_box .img {
          width: 200px; } }
    .pay_box .sv_one .one .in_box > div {
      width: calc(100% - 250px);
      padding: 0 0 25px 70px; }
      @media screen and (max-width: 768px) {
        .pay_box .sv_one .one .in_box > div {
          width: 100%;
          padding: 25px 0 0 0; } }
      .pay_box .sv_one .one .in_box > div .text span {
        display: block;
        width: 100%;
        position: relative;
        padding: 0 0 0 20px;
        box-sizing: border-box; }
        .pay_box .sv_one .one .in_box > div .text span i {
          position: absolute;
          left: 0;
          top: 7px; }
.pay_box .sv_one .qa_list li .A span {
  text-indent: -73px;
  padding: 0 0 0 73px;
  display: block;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .pay_box .sv_one .qa_list li .A span {
      text-indent: -66px;
      padding: 0 0 0 66px; } }

.credit_box .sv_one .one {
  background: #f8f8f8; }
.credit_box .sv_one .qa_list li.user .text span {
  text-indent: -20px;
  padding: 0 0 0 20px;
  display: block;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .credit_box .sv_one .qa_list li.user .text span {
      text-indent: -17px;
      padding: 0 0 0 17px; } }
.credit_box .sv_three .qa_list .in_box table {
  margin: 15px 0;
                    /*tr {
                        td, th {
                            padding: 10px;
                            border: 2px solid #dcdcdc;
                            box-sizing: border-box;
                            text-align: center;
                        }

                        th {
                            background: #eeeeee;
                            border: 2px solid #eeeeee;

                            &:nth-child(2) {
                                width: 300px;
                            }
                        }

                        td {
                        }
                    }*/ }
.credit_box .sv_four .two .in_box .text.B div {
  display: flex;
  flex-flow: row wrap; }
@media screen and (max-width: 767px) {
  .credit_box .sv_four .two .in_box .text.B a {
    width: 250px;
    box-sizing: border-box;
    position: relative; } }
@media screen and (max-width: 767px) {
  .credit_box .sv_four .two .in_box .text.B a i {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%); } }

.sv_box .title {
  color: #007f88;
  font-size: 1.2rem;
  padding: 0 0 8px 0; }
  .sv_box .title i {
    margin: 0 8px 0 0;
    font-size: 0.7rem;
    vertical-align: middle; }
.sv_box .qa_list {
  font-size: 0.9rem; }
  .sv_box .qa_list li {
    padding: 22px;
    border-bottom: 10px solid #f8f8f8; }
    @media screen and (max-width: 767px) {
      .sv_box .qa_list li {
        padding: 22px 0; } }
  .sv_box .qa_list .Q {
    color: #f87a14;
    /*padding: 0 0 8px 0;*/
    font-size: 1rem;
    text-indent: -12px;
    padding: 0 0 8px 22px; }
  .sv_box .qa_list .A {
    padding: 0 0 0 24px; 
    font-size: 17px;
  }
    @media screen and (max-width: 768px) {
      .sv_box .qa_list .A {
        padding: 0 0 0 22px; } }
    .sv_box .qa_list .A img {
      max-width: 100%; }
  .sv_box .qa_list .img {
    width: 100%; }
    .sv_box .qa_list .img img {
      max-width: 1000px;
      width: 100%; }
  .sv_box .qa_list .user {
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .sv_box .qa_list .user {
        justify-content: center; } }
    .sv_box .qa_list .user .img {
      width: 170px; }
      @media screen and (max-width: 767px) {
        .sv_box .qa_list .user .img {
          width: 160px; } }
      .sv_box .qa_list .user .img img {
        max-width: 100%;
        vertical-align: bottom; }
    .sv_box .qa_list .user > div {
      width: calc(100% - 170px);
      padding: 0 0 0 30px;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        .sv_box .qa_list .user > div {
          width: 100%;
          padding: 25px 0 0 0; } }
      .sv_box .qa_list .user > div .text {
        padding: 0 0 0 22px; }
  .sv_box .qa_list .remind {
    color: #e50150; }
    .sv_box .qa_list .remind p {
      padding: 0 0 0 24px;
      box-sizing: border-box;
      position: relative; }
      @media screen and (max-width: 767px) {
        .sv_box .qa_list .remind p {
          margin: 0 0 8px 0; } }
      .sv_box .qa_list .remind p i {
        position: absolute;
        left: 0;
        top: 5px; }

.sv_one .one .in_box {
  padding: 25px 0 0 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .sv_one .one .in_box {
      justify-content: center;
      padding: 40px 0; } }
  .sv_one .one .in_box .img {
    width: 240px; }
    @media screen and (max-width: 767px) {
      .sv_one .one .in_box .img {
        width: 200px; } }
    .sv_one .one .in_box .img img {
      max-width: 100%;
      vertical-align: bottom; }
  .sv_one .one .in_box > div {
    width: calc(100% - 240px);
    padding: 0 0 25px 70px;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .sv_one .one .in_box > div {
        width: 100%;
        padding: 25px 0 0 0; } }
    .sv_one .one .in_box > div .text {
      padding: 0 0 0 22px; }
.sv_one .green_bar {
  background: #007f88; }
  .sv_one .green_bar .in_box {
    color: #FFF;
    font-size: 1.2rem;
    text-align: center;
    padding: 20px 0; }
    .sv_one .green_bar .in_box i {
      margin: 0 8px 0 0;
      font-size: 0.7rem;
      vertical-align: middle; }

.sv_two .one .in_box {
  padding: 25px 0; }
  .sv_two .one .in_box .title {
    padding: 0 0 25px 0; }
  .sv_two .one .in_box .img {
    width: 100%; }
    .sv_two .one .in_box .img img {
      max-width: 100%; }
.sv_two .step_list li {
  border-bottom: 10px solid #f8f8f8;
  display: flex;
  flex-flow: row;
  position: relative;
  padding: 22px;
  align-items: center; }
  .sv_two .step_list li .num {
    font-size: 5rem;
    color: #fbdabf;
    font-weight: 800;
    font-style: italic; }
    @media screen and (max-width: 767px) {
      .sv_two .step_list li .num {
        font-size: 3rem; } }
  .sv_two .step_list li .text {
    padding: 0 0 0 25px;
    font-size: 0.9rem; }
  .sv_two .step_list li i {
    color: #fbdabf;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -44px;
    font-size: 4rem; }

.sv_three .fee {
  background: #f8f8f8; }
  .sv_three .fee .in_box {
    padding: 25px 0; }
    .sv_three .fee .in_box .text {
      padding: 0 0 0 22px;
      font-size: 0.9rem; }
      .sv_three .fee .in_box .text table {
        background: #FFF;
        max-width: 640px;
        margin: 0 0 10px 0; }
        @media screen and (max-width: 768px) {
          .sv_three .fee .in_box .text table {
            max-width: 768px; } }
        .sv_three .fee .in_box .text table tr td {
          padding: 10px;
          border: 5px solid #f8f8f8;
          width: 50%;
          box-sizing: border-box;
          text-align: center;
          vertical-align: middle; }
.sv_three .qa_list {
  padding: 25px 0; }

.sv_four .one {
  background: #f8f8f8; }
  .sv_four .one .in_box {
    padding: 25px 0; }
    @media screen and (max-width: 768px) {
      .sv_four .one .in_box {
        padding: 25px 0 0 0; } }
    .sv_four .one .in_box .apply_list {
      display: flex;
      flex-flow: row wrap;
      padding: 25px 0 0 0; }
      .sv_four .one .in_box .apply_list > div {
        width: 25%;
        display: flex;
        flex-flow: row wrap;
        justify-content: center; }
        @media screen and (max-width: 768px) {
          .sv_four .one .in_box .apply_list > div {
            width: 50%;
            padding: 0 0 35px 0; } }
        @media screen and (max-width: 767px) {
          .sv_four .one .in_box .apply_list > div {
            width: 100%; } }
      .sv_four .one .in_box .apply_list .img {
        width: 100%;
        text-align: center; }
        .sv_four .one .in_box .apply_list .img img {
          width: 100%;
          max-width: 177px;
          vertical-align: bottom; }
      .sv_four .one .in_box .apply_list .text {
        display: flex;
        flex-flow: row wrap;
        font-size: 0.9rem;
        padding: 15px 0 0 0; }
        .sv_four .one .in_box .apply_list .text:after {
          content: "";
          width: 0;
          display: block;
          height: 0;
          border-style: solid;
          border-width: 24px 0 24px 20px;
          border-color: transparent transparent transparent #fdd000; }
        .sv_four .one .in_box .apply_list .text span {
          background: #fdd000;
          padding: 10px 2px 10px 15px; }
          .sv_four .one .in_box .apply_list .text span b {
            font-weight: 700;
            letter-spacing: 0; }
@media screen and (max-width: 767px) {
  .sv_four .two .Box {
    padding: 0 15px; } }
.sv_four .two .in_box {
  padding: 25px 0; }
  .sv_four .two .in_box .text {
    font-size: 0.9rem; }
    .sv_four .two .in_box .text.A {
      border-bottom: 10px solid #f8f8f8;
      padding: 0 0 25px 0;
      margin: 0 0 25px 0; }
    .sv_four .two .in_box .text.B a {
      background: #007f88;
      box-shadow: 0 10px 0 #006d76;
      padding: 15px 35px;
      border-radius: 10px;
      display: inline-block;
      color: #FFF;
      font-weight: 500;
      transition: box-shadow 0.15s ease-out,margin 0.15s ease-out;
      font-size: 1.3rem;
      margin: 25px auto 0 auto;
      display: table; }
      @media screen and (max-width: 767px) {
        .sv_four .two .in_box .text.B a {
          font-size: 1rem;
          padding: 15px 17px; } }
      .sv_four .two .in_box .text.B a i {
        margin: 0 0 0 8px; }
      .sv_four .two .in_box .text.B a:hover {
        box-shadow: 0 2px 0 #006d76;
        margin: 33px auto -8px auto; }
    .sv_four .two .in_box .text p {
      padding: 0 0 0 24px; }
      @media screen and (max-width: 768px) {
        .sv_four .two .in_box .text p {
          padding: 0 0 0 23px; } }
      .sv_four .two .in_box .text p.num {
        padding: 0 0 0 43px;
        text-indent: -19px; }
        @media screen and (max-width: 768px) {
          .sv_four .two .in_box .text p.num {
            padding: 0 0 0 41px;
            text-indent: -18px; } }
        .sv_four .two .in_box .text p.num a {
          text-decoration: underline;
          color: #3b3b3b;
          transition: color 0.2s ease-out; }
          .sv_four .two .in_box .text p.num a:hover {
            color: #007f88; }
    .sv_four .two .in_box .text table {
      margin: 15px 0;
                    /*tr {
                        td, th {
                            padding: 10px;
                            border: 2px solid #dcdcdc;
                            box-sizing: border-box;
                            text-align: left;
                        }

                        th {
                            background: #eeeeee;
                            border: 2px solid #eeeeee;

                            &:first-child {
                                width: 90px;
                            }
                        }

                        td {
                        }
                    }*/ }

/*表單*/
.form_box {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  background: #FFF;
  padding: 0 0 15px 0; }
  .form_box.bg_write {
    background: #FFF; }
  .form_box.result {
    padding: 0; }
  .form_box .title {
    border-top: 5px solid #f7d751;
    padding: 35px;
    background: #FFF;
    border-bottom: 1px solid #dddddd; }
    @media screen and (max-width: 768px) {
      .form_box .title {
        padding: 25px 15px; } }
    .form_box .title b {
      font-size: 1.3rem;
      font-weight: 500; }
      .form_box .title b:after {
        content: "";
        display: inline-block;
        height: 22px;
        width: 1px;
        background: #000;
        margin: 3px 10px -3px 10px; }
    .form_box .title span {
      font-size: 0.9rem;
      color: #007f88;
      font-weight: 400; }
  .form_box .ss_title {
    padding: 15px 35px;
    font-size: 0.8rem;
    background: #f2f2f2; }
    @media screen and (max-width: 768px) {
      .form_box .ss_title {
        padding: 15px; } }
    .form_box .ss_title b {
      color: #a1a1a1; }
  .form_box .table {
    display: flex;
    flex-flow: row wrap;
    font-size: 0.8rem; }
    .form_box .table.w640 {
      width: 100%;
      margin: 0 auto;
      max-width: 640px; }
      @media screen and (max-width: 768px) {
        .form_box .table.w640 {
          max-width: none; } }
    .form_box .table > label, .form_box .table > p, .form_box .table > p.label {
      display: flex;
      flex-flow: row wrap;
      box-sizing: border-box;
      align-items: center;
      border-bottom: 1px solid #dddddd; }
      .form_box .table > label.nb, .form_box .table > p.nb, .form_box .table > p.label.nb {
        border: none; }
      .form_box .table > label span.text, .form_box .table > p span.text, .form_box .table > p.label span.text {
        width: 140px;
        text-align: right;
        padding: 0 15px 0 0;
        box-sizing: border-box;
        height: 100%;
        background: #f2f2f2;
        display: flex;
        flex-flow: row;
        align-items: center;
        justify-content: flex-end; }
        @media screen and (max-width: 768px) {
          .form_box .table > label span.text, .form_box .table > p span.text, .form_box .table > p.label span.text {
            width: 100%;
            justify-content: flex-start;
            padding: 12px;
            height: auto; } }
        .form_box .table > label span.text i, .form_box .table > p span.text i, .form_box .table > p.label span.text i {
          font-size: 0.5rem;
          color: #e50150;
          margin: 0 5px 0 0; }
      .form_box .table > label span.main, .form_box .table > p span.main, .form_box .table > p.label span.main {
        width: calc(100% - 140px);
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        background: #FFF;
        padding: 15px;
        box-sizing: border-box; }
        @media screen and (max-width: 768px) {
          .form_box .table > label span.main, .form_box .table > p span.main, .form_box .table > p.label span.main {
            width: 100%;
            padding: 12px; } }
        .form_box .table > label span.main .fa-exclamation-circle, .form_box .table > p span.main .fa-exclamation-circle, .form_box .table > p.label span.main .fa-exclamation-circle {
          color: #339ef0;
          margin: 0 0 0 5px;
          font-size: 1.2rem; }
      .form_box .table > label span o, .form_box .table > p span o, .form_box .table > p.label span o {
        color: #e50150;
        padding: 5px 5px 0 0;
        display: block;
        width: 100%; }
      .form_box .table > label > o, .form_box .table > p > o, .form_box .table > p.label > o {
        color: #e50150;
        padding: 5px 0 0 155px;
        width: 100%;
        font-size: 0.8rem;
        box-sizing: border-box; }
        @media screen and (max-width: 768px) {
          .form_box .table > label > o, .form_box .table > p > o, .form_box .table > p.label > o {
            padding: 5px 0 0 12px; } }
        .form_box .table > label > o.gray, .form_box .table > p > o.gray, .form_box .table > p.label > o.gray {
          color: #a1a1a1; }
    .form_box .table > label b, .form_box .table > p.label b {
      position: relative;
      width: 100%; }
      @media screen and (max-width: 768px) {
        .form_box .table > label b, .form_box .table > p.label b {
          width: 100%; } }
      .form_box .table > label b i, .form_box .table > p.label b i {
        position: absolute;
        font-size: 0.7rem;
        right: 15px;
        top: 50%;
        transform: translateY(-50%); }
      .form_box .table > label b.wauto, .form_box .table > p.label b.wauto {
        width: auto; }
      .form_box .table > label b.w20p, .form_box .table > p.label b.w20p {
        width: 20px;
        text-align: center; }
      .form_box .table > label b.twodate, .form_box .table > p.label b.twodate {
        width: calc(50% - 10px);
        display: flex;
        flex-flow: row;
        align-items: center; }
        @media screen and (max-width: 768px) {
          .form_box .table > label b.twodate, .form_box .table > p.label b.twodate {
            width: calc(50% - 10px); } }
        .form_box .table > label b.twodate input[type=text], .form_box .table > p.label b.twodate input[type=text] {
          width: 100%;
          border-radius: 3px 0 0 3px;
          padding-right: 40px; }
        .form_box .table > label b.twodate i, .form_box .table > p.label b.twodate i {
          position: inherit;
          width: 29px;
          height: 43px;
          right: auto;
          top: auto;
          transform: translateY(0);
          text-align: center;
          line-height: 43px;
          background: #FFF;
          border: 1px solid #dcdcdc;
          position: absolute;
          right: 0;
          top: 0;
          pointer-events: none; }
      .form_box .table > label b.twotext, .form_box .table > p.label b.twotext {
        width: calc(50% - 10px); }
        @media screen and (max-width: 768px) {
          .form_box .table > label b.twotext, .form_box .table > p.label b.twotext {
            width: calc(50% - 10px); } }
        .form_box .table > label b.twotext input[type=text], .form_box .table > p.label b.twotext input[type=text] {
          width: 100%; }
      .form_box .table > label b.wcode, .form_box .table > p.label b.wcode {
        width: 120px; }
        @media screen and (max-width: 768px) {
          .form_box .table > label b.wcode, .form_box .table > p.label b.wcode {
            width: calc(100% - 190px); } }
        .form_box .table > label b.wcode input[type=text], .form_box .table > p.label b.wcode input[type=text] {
          width: 100%; }
.form_box .table > label select, .form_box .table > label input[type=text], .form_box .table > p.label select, .form_box .table > p.label input[type=text], input[type=password] {
    width: 100%;
    height: 45px;
    font-size: 0.9rem;
    border: 1px solid #dcdcdc;
    font-family: "Noto Sans TC",sans-serif;
    border-radius: 3px;
    box-sizing: border-box;
    padding-left: 12px;
    /*min-width: 150px;*/
}
      .form_box .table > label select::placeholder, .form_box .table > label input[type=text]::placeholder, .form_box .table > p.label select::placeholder, .form_box .table > p.label input[type=text]::placeholder {
        color: #CCC; }
      .form_box .table > label select.w50s100, .form_box .table > label input[type=text].w50s100, .form_box .table > p.label select.w50s100, .form_box .table > p.label input[type=text].w50s100 {
        width: 50%; }
        @media screen and (max-width: 768px) {
          .form_box .table > label select.w50s100, .form_box .table > label input[type=text].w50s100, .form_box .table > p.label select.w50s100, .form_box .table > p.label input[type=text].w50s100 {
            width: 100%; } }
    .form_box .table > label select, .form_box .table > p.label select {
      color: #777777;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding-right: 45px; }
      .form_box .table > label select.min250, .form_box .table > p.label select.min250 {
        min-width: 250px; }
    .form_box .table > label textarea, .form_box .table > p.label textarea {
      border: 1px solid #dcdcdc;
      width: 100%;
      height: 100px;
      resize: none;
      box-sizing: border-box; }
    .form_box .table > label .fa-info-circle, .form_box .table > p.label .fa-info-circle {
      color: #029ee8;
      margin: 0 0 0 10px;
      cursor: pointer; }
    .form_box .table > label .code, .form_box .table > p.label .code {
      width: 100px;
      margin: 0 0 0 10px; }
    .form_box .table > label .re, .form_box .table > p.label .re {
      background: #e50150;
      height: 40px;
      line-height: 40px;
      color: #FFF;
      width: 75px;
      border-radius: 3px;
      text-align: center;
      margin: 0 0 0 5px;
      font-size: 0.8rem;
      transition: background 0.2s ease-out; }
      .form_box .table > label .re:hover, .form_box .table > p.label .re:hover {
        background: #d5004a; }
    .form_box .table > p.radio_check input {
      display: none; }
      .form_box .table > p.radio_check input:checked + label:after {
        opacity: 1; }
    .form_box .table > p.radio_check label {
      font-size: 0.9rem;
      margin: 0 14px 0 0;
      position: relative;
      padding: 0 0 0 28px;
      cursor: pointer; }
      .form_box .table > p.radio_check label:before, .form_box .table > p.radio_check label:after {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #FFF;
        border: 1px solid #7d7d7d;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        left: 0; }
      .form_box .table > p.radio_check label:after {
        background: #007f88;
        border: none;
        width: 14px;
        height: 14px;
        opacity: 0;
        left: 4px; }
      .form_box .table > p.radio_check label.check:before, .form_box .table > p.radio_check label.check:after {
        border-radius: 3px; }
  .form_box .col-6 {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .form_box .col-6 {
        width: 100%; } }
  .form_box .col-12 {
    width: 100%; }

.result_box {
  display: flex;
  flex-flow: row wrap; }
  .result_box .title_s {
    padding: 15px 35px;
    color: #FFF;
    background: #403b38;
    width: 100%;
    font-size: 1rem; }
  .result_box p {
    display: flex;
    flex-flow: row wrap;
    font-size: 0.8rem; }
    .result_box p span {
      padding: 20px;
      width: 150px;
      box-sizing: border-box;
      background: #f2f2f2;
      color: #6c6c6c;
      display: block;
      text-align: right;
      font-weight: 500;
      border-bottom: 1px solid #dddddd; }
    .result_box p b {
      padding: 20px;
      width: calc(100% - 150px);
      box-sizing: border-box;
      background: #FFF;
      display: block;
      border-bottom: 1px solid #dddddd; }
    .result_box p o {
      color: #e5245b; }
  .result_box .col-6 {
    width: 50%; }
    @media screen and (max-width: 1023px) {
      .result_box .col-6 {
        width: 100%; } }

@media screen and (max-width: 768px) {
  .table_all {
    border-bottom: 1px solid #dcdcdc; } }
.table_all tr th, .table_all tr td {
  border: 1px solid #dcdcdc;
  padding: 10px; }
.table_all tr th {
  background: #e2e2e2; }
  @media screen and (max-width: 768px) {
    .table_all tr th {
      display: none; } }
@media screen and (max-width: 768px) {
  .table_all tr td {
    display: block;
    text-align: left !important;
    padding: 0; }
    .table_all tr td:before {
      content: attr(data-th);
      width: 100%;
      display: block;
      padding: 10px;
      box-sizing: border-box;
      background: #dcdcdc;
      text-align: left;
      margin: 0 10px 0 0; }
    .table_all tr td > div {
      padding: 10px;
      display: block;
      box-sizing: border-box;
      width: 66.6666666%; } }
@media screen and (max-width: 768px) {
  .table_all.rwd_left tr td {
    display: flex;
    flex-flow: row;
    padding: 0;
    border-bottom: 0; }
    .table_all.rwd_left tr td:before {
      content: attr(data-th);
      width: 33.33333%;
      text-align: right;
      margin: 0;
      border-bottom: 1px solid #FFF; } }
.table_all.t_c tr th, .table_all.t_c tr td {
  text-align: center; }

.delay15 {
  animation-delay: 0.15s; }

.delay3 {
  animation-delay: 0.3s; }

.delay45 {
  animation-delay: 0.45s; }

.delay6 {
  animation-delay: 0.6s; }

.delay75 {
  animation-delay: 0.75s; }

.delay9 {
  animation-delay: 0.9s; }

/*# sourceMappingURL=Site.css.map */

.ss_title_contact {padding: 20px 35px 0px;display: flex;align-items: center;}
.ss_title_contact i {
    content:"";float: left;
    background-image: url(../Images/contact.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px;
    width: 80px;height: 80px;
}
.ss_title_contact span {
    color: #ec485f;font-size: 1.2rem;width:calc(100% - 100px);padding-left: 12px;
}
.s_ul {background: #f2f2f2;padding: 15px 35px;font-size: 0.8rem;}
.ss_ul {padding: 8px 0 8px 51px;}
.ss_ul li{list-style:disc;}
.s_ul > span {width: 100%;display: inline-block;text-align: right;padding: 15px 0;}
.s_ul li span{color: #4d98e4;font-size: 1.2rem;} 
@media screen and (max-width: 768px) {
    .ss_title_contact {padding: 20px 35px 0px;display: block;align-items: center;}
    .ss_title_contact i {width: 100%;}
    .ss_title_contact span {color: #ec485f;font-size: 1rem;width:100%;padding-left:0;text-align: center;display: inline-block;}
    .s_ul { background: #f2f2f2;padding: 15px 15px;font-size: 0.8rem;}
    .ss_ul {padding: 8px 0 8px 31px;}
    .s_ul li span {font-size: 1rem;width: 100%;float: left;display: inline-block;text-align: center;}
}

@media screen and (max-width: 320px) {
    .form_box .title b {font-size: 1.1rem;font-weight: 500;}
    .form_box .title span {font-size: 0.8rem;}
    .Box {padding: 0 15px;}
    .tab_box a {font-size: 0.8rem;}
    .Box_in.from_box_in {padding: 15px 0 65px 0;}
}

.go-tag {
    display: flex;
    justify-content: flex-start;
}
.go-tag__text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 10px;
    background: #FDC225;
    border: 2px solid #FFFFFF;
    border-radius: 20px 0px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #fff;
}

.go-tag .go-tag__stroke {
    padding-left: 8px;
    font-size: 30px;
    color: #3F3939;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}

.go-index_tag {
    display: flex;
    justify-content: flex-end;
}

.go-index_logo {
    display: block;
    width: 191px;
    height: 58px;
    background: url(../Images/cat_logo_1.png);
    background-size: 100%;
}

.go-index_tag_textg {
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    color: #007F88;
    -webkit-text-stroke: 0.7px white;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.go-index_tag_texty {
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    color: #e7a806;
    -webkit-text-stroke: 0.7px white;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.pay-title .go-index_tag_texty,
.pay-title .go-index_tag_textg {
    position: relative;
    font-size: 50px;
    -webkit-text-stroke: 0;
    text-shadow: none;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,.25));
    z-index: 1;
}

.pay-title .go-index_tag:nth-child(n + 2) {
    margin-top: 25px;
}

.pay-title .go-index_tag_texty::before,
.pay-title .go-index_tag_textg::before {
    content: attr(data-storke);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-text-stroke: 5px #fff;
    z-index: -1;
}

@media (max-width: 991px) {
    .pay-title .go-index_tag_texty,
    .pay-title .go-index_tag_textg {
        font-size: 35px;
        font-weight: 600;
    }

    .pay-title .go-index_tag:nth-child(n + 2) {
        margin-top: 10px;
    }
}





@media (max-width: 768px) {
    .go-tag {
        justify-content: center;
    }

    .go-tag__text {
        padding: 5px 10px;
        font-size: 20px;
        border-radius: 15px 0px;
    }

    .go-tag .go-tag__stroke {
        padding-left: 5px;
        font-size: 24px;
    }
}

.go-tips {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
}

    .go-tips.go-tips--top {
        margin: -20px 0;
        padding-bottom: 60px;
    }

    .go-tips .go-tips__content {
        position: relative;
        display: flex;
        justify-content: center;
        padding: 10px 50px 10px 12px;
        background: #FFFFFF;
        border: 2px solid #F7D651;
        border-radius: 10px;
        font-weight: 700;
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0;
    }

        .go-tips .go-tips__content::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 100%;
            display: block;
            border-width: 0 10px 10px 10px;
            border-style: solid;
            border-color: transparent transparent #F7D651 transparent;
        }

        .go-tips .go-tips__content p span {
            padding-left: 4px;
            font-size: 20px;
            color: #F7D651;
            -webkit-text-stroke: .5px #000;
            text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
        }

    .go-tips .go-tips__arrow {
        position: absolute;
        top: 11px;
        right: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        border: solid 3px #F7D651;
        border-radius: 50%;
        font-size: 16px;
        font-weight: 500;
        color: #F7D651;
    }

        .go-tips .go-tips__arrow i {
            margin-left: 2px;
        }

.go_website_in .two .in_box .go-tips, .go_website_in .two .in_box .go-tips div {
    width: auto;
    text-align: center;
}

    .go_website_in .two .in_box .go-tips p {
        width: auto;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        padding: 0;
        opacity: 1;
    }

        .go_website_in .two .in_box .go-tips p span {
            font-size: 18px;
        }

    .go_website_in .two .in_box .go-tips .go-tips__content {
        padding: 10px 30px 10px 5px;
    }

    .go_website_in .two .in_box .go-tips .go-tips__arrow {
        top: 13px;
        right: 7px;
        width: 22px;
        height: 22px;
        border: solid 2px #F7D651;
        font-size: 14px;
    }

@media (max-width: 768px) {
    .go-tips .go-tips__content {
        padding: 10px 40px 10px 12px;
        font-size: 18px;
        text-align: center;
    }

        .go-tips .go-tips__content p span {
            font-size: 18px;
        }

    .go-tips .go-tips__arrow {
        top: 13px;
        width: 22px;
        height: 22px;
        border: solid 2px #F7D651;
        font-size: 12px;
    }
}

.newCardBanner img {
    width: 100%;
}

@media (min-width: 768px) {
    .newCardBanner img:nth-child(1) {
        display: none;
    }
}

@media (max-width: 767px) {
    .newCardBanner img:nth-child(2) {
        display: none;
    }
}

@media (min-width: 992px) {
    .newCardBanner img:nth-child(2) {
        display: none;
    }
}

@media (min-width: 1024px) {
    .newCardBanner {
        width: 100%;
        height: 490px;
        background-image: url('../Images/new_card_banner_1920.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media (max-width: 1023px) and (min-width: 992px) {
    .newCardBanner {
        position: relative;
        width: 100%;
        background-image: url('../Images/new_card_banner_1920.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

        .newCardBanner::before {
            content: "";
            display: block;
            width: 100%;
            padding-bottom: 47.85%;
        }
}