@charset "UTF-8";
/* ?��法�??�?
    @include maxWidth-xxl {
        margin: 20px;
    }
*/
body {
  padding: 0px;
  margin: 0px;
  font-family: Arial, "Microsoft JhengHei" ,  "Helvetica Neue", Helvetica, sans-serif;
  color: #222;
  font-size: 17px;
  line-height: 1.4;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  /*強�?��?�覽?��不�??縮放???�?*/ }

/*Webkit,Opera9.5+,Ie9+ ?��??��??字�?��?��?????顏色*/
/*Mozilla Firefox ?��??��??字�?��?��?????顏色*/
::-moz-selection {
  background: #00694f;
  background: transparent; }

a {
  text-decoration: none; }

img {
  outline: none;
  border: none; }

p {
  margin: 0px; }

.checkbox {
  vertical-align: middle;
  display: inline-block; }
  .checkbox input[type="checkbox"] {
    display: none; }
    .checkbox input[type="checkbox"]:checked + span {
      background: #fae103;
      border-color: #fae103; }
      .checkbox input[type="checkbox"]:checked + span i {
        color: #000; }
  .checkbox span {
    display: block;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px #a4a4a4;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    position: relative; }
    .checkbox span i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      color: #fff;
      font-size: 15px;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all; }

.radio {
  vertical-align: middle;
  display: inline-block; }
  .radio input[type="radio"] {
    display: none; }
    .radio input[type="radio"]:checked + .radio-fake {
      background: #fae103;
      border-color: #fae103; }
      .radio input[type="radio"]:checked + .radio-fake i {
        color: #000; }
  .radio-fake {
    display: block;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px #a4a4a4;
    background: #fff;
    border-radius: 100%;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    position: relative; }
    .radio-fake i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      color: #fff;
      font-size: 13px;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all; }
  .radio-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    padding-left: 8px; }

label {
  cursor: pointer; }

button {
  border: none;
  color: #fff;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  border-radius: 5px;
  cursor: pointer; }
  button i {
    margin-left: 5px; }

input,
button {
  outline: none;
  font-family: Arial, "Microsoft JhengHei" ,  "Helvetica Neue", Helvetica, sans-serif; }

.container {
  margin: 0 auto;
  padding: 0px;
  width: 1170px; }
  .container-2 {
    margin: 0 auto;
    padding: 0px 25px;
    max-width: 1100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  @media screen and (max-width: 1199px) {
    .container {
      margin: 0px 25px;
      width: auto; } }
  @media screen and (max-width: 767px) {
    .container {
      margin: 0px 15px; }
      .container-2 {
        padding: 0px 15px; } }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.hide {
  display: none; }

.mobileShow {
  display: none !important; }

@media screen and (max-width: 991px) {
  .pcShow {
    display: none !important; }
  .mobileShow {
    display: initial !important; } }

.fontAwesomeIcon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.animated {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

.header {
  font-size: .8em;
  position: fixed;
  top: 0;
  z-index: 300000;
  width: 100%;
  background: #016450;
  height: 76px; }
  .header .logo {
    float: left;
    text-align: left; }
    .header .logo img {
      width: 170px;
      margin-top: 15px; }
    @media screen and (max-width: 991px) {
      .header .logo img {
        width: 130px;
        margin: 1em 0 1em 1em; } }
  .header:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 991px) {
    .header {
      height: 69px; }
      .header .container {
        margin: 0; } }

nav {
  float: right;
  display: block; }
  @media screen and (max-width: 991px) {
    nav {
      float: none;
      position: absolute;
      top: 82px;
      left: 0;
      width: 100%;
      z-index: 1;
      background: #016450;
      display: none; } }
  @media screen and (max-width: 991px) {
    nav {
      top: 69px;
      border-top: 1px solid #fff; } }
  nav ul {
    margin: 0 auto;
    padding: 0;
    text-align: left; }
    nav ul li {
      display: inline-block;
      cursor: pointer; }
      @media screen and (max-width: 991px) {
        nav ul li {
          display: block;
          text-align: center; }
          nav ul li:last-child {
            padding-top: 1em; } }
      nav ul li .fbShare, nav ul li .lineShare {
        position: initial;
        width: 30px;
        height: 0;
        padding: 0 !important;
        margin-top: 0 !important; }
      nav ul li a {
        color: #fff !important;
        text-decoration: none !important;
        display: block;
        padding: 1.2em .3em;
        font-size: 1.5em;
        font-weight: bold; }
        @media screen and (max-width: 1199px) {
          nav ul li a {
            padding: 1.4em .1em;
            font-size: 1.3em; } }
        @media screen and (max-width: 991px) {
          nav ul li a {
            padding: 1em .5em;
            border-bottom: 1px dotted #ccc;
            text-align: center; } }
      nav ul li:hover a {
        color: #b5d3c9 !important; }
      nav ul li .fbShare, nav ul li .lineShare {
        display: inline-block;
        width: 35px;
        height: 35px;
        padding: 1.2em .2em;
        vertical-align: middle; }
        @media screen and (max-width: 1199px) {
          nav ul li .fbShare, nav ul li .lineShare {
            padding: 1.2em .2em; } }
        @media screen and (max-width: 991px) {
          nav ul li .fbShare, nav ul li .lineShare {
            margin: 1em;
            border: none; } }

.menuicon {
  position: absolute;
  right: 1.5em;
  top: 1.2em;
  cursor: pointer;
  display: none; }
  @media screen and (max-width: 991px) {
    .menuicon {
      display: block; } }
  .menuicon .bar1, .menuicon .bar2, .menuicon .bar3 {
    width: 35px;
    height: 4px;
    background-color: #bababa;
    margin: 6px 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  .menuicon.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 7px);
    -ms-transform: rotate(-45deg) translate(-8px, 7px);
    transform: rotate(-45deg) translate(-8px, 7px); }
  .menuicon.change .bar2 {
    opacity: 0; }
  .menuicon.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -7px);
    -ms-transform: rotate(45deg) translate(-6px, -7px);
    transform: rotate(45deg) translate(-6px, -7px); }

.pinBtn {
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  position: relative;
  top: 0; }
  .pinBtn:hover {
    top: -5px; }
    @media screen and (max-width: 991px) {
      .pinBtn:hover {
        top: 0; } }
  .pinBtn-area {
    z-index: 9999999;
    position: fixed;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 991px) {
      .pinBtn-area {
        top: auto;
        left: 0;
        width: 90%;
        bottom: 0px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
        .pinBtn-area .pinBtn {
          display: inline-block;
          width: 49%; } }
  .pinBtn a {
    font-size: 17px;
    background: #eeb211;
    display: block;
    width: 114px;
    line-height: 1.2;
    padding: 1em .5em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 0px #9d4d08;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
    @media screen and (max-width: 991px) {
      .pinBtn a {
        font-size: 14px;
        width: 100%;
        padding: 7px 0 3px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px; } }
    .pinBtn a img {
      display: block;
      margin: 0 auto 5px; }
  .pinBtn:nth-of-type(2) {
    margin-top: 20px; }
    @media screen and (max-width: 991px) {
      .pinBtn:nth-of-type(2) {
        margin-top: 0;
        margin-left: -5px; } }
  @media screen and (max-width: 991px) {
    .pinBtn a {
      font-size: 13px;
      padding: 4px 0 3px;
      padding-left: 11px;
      padding-right: 5px; }
      .pinBtn a img {
        width: 20px;
        display: inline-block;
        vertical-align: middle; } }

[id*='pos-'] {
  position: relative; }

#pos-a1 {
  top: -70px; }

#pos-b1 {
  top: -70px; }

#pos-c1 {
  top: -70px; }

#pos-d1 {
  top: -70px; }

#pos-e1 {
  top: -70px; }

#pos-f1 {
  top: -70px; }

#pos-g1 {
  top: -70px; }

@media screen and (max-width: 991px) {
  #pos-a1 {
    top: -68px; }
  #pos-b1 {
    top: -68px; }
  #pos-c1 {
    top: -68px; }
  #pos-d1 {
    top: -68px; }
  #pos-e1 {
    top: -68px; }
  #pos-f1 {
    top: -68px; }
  #pos-g1 {
    top: -60px; } }

#secion_e .fundfile {
  max-width: 1000px;
  margin: 0 auto 2em;
  padding: 2px 0; }
  #secion_e .fundfile.fivetall table {
    text-align: center;
    margin: 0 auto; }
    @media screen and (max-width: 479px) {
      #secion_e .fundfile.fivetall table {
        display: block !important;
        position: relative; } }
    #secion_e .fundfile.fivetall table thead {
      float: left;
      display: block;
      margin-right: 1px;
      font-size: .9em; }
      @media screen and (max-width: 767px) {
        #secion_e .fundfile.fivetall table thead {
          width: 160px; } }
      #secion_e .fundfile.fivetall table thead tr:first-child td {
        background: #005e46;
        color: #fff; }
      #secion_e .fundfile.fivetall table thead tr:nth-child(n+2) td {
        border-bottom: 1px solid #fff; }
      #secion_e .fundfile.fivetall table thead tr:nth-child(2n+3) td {
        background: #e7ebe9; }
      #secion_e .fundfile.fivetall table thead tr:nth-child(5) td {
        height: 140px; }
      #secion_e .fundfile.fivetall table thead td {
        width: 230px;
        height: 36px;
        line-height: 2;
        text-align: left;
        padding-left: 10px;
        background: #c9ddd8; }
    #secion_e .fundfile.fivetall table tbody {
      display: block;
      width: auto;
      position: relative;
      overflow-x: hidden;
      white-space: nowrap;
      font-size: .9em; }
      @media screen and (max-width: 991px) {
        #secion_e .fundfile.fivetall table tbody {
          overflow-x: auto;
          width: auto; } }
      #secion_e .fundfile.fivetall table tbody tr {
        display: block;
        vertical-align: top;
        margin: 0; }
        #secion_e .fundfile.fivetall table tbody tr:first-child td {
          background: #005e46;
          color: #fff; }
        #secion_e .fundfile.fivetall table tbody tr:nth-child(n+2) td {
          border-bottom: 1px solid #fff; }
        #secion_e .fundfile.fivetall table tbody tr:nth-child(2n+3) td {
          background: #e7ebe9; }
        #secion_e .fundfile.fivetall table tbody tr:nth-child(5) td {
          height: 140px; }
        #secion_e .fundfile.fivetall table tbody tr td {
          width: 500px;
          text-align: left;
          padding-left: 10px;
          display: inline-block;
          margin-left: -3px;
          background: #c9ddd8;
          height: 36px;
          line-height: 2.3; }

.contentcontainer {
  padding-bottom: 2em; }

.footer {
  background: #006350;
  text-align: left;
  font-size: 0;
  color: #fff; }
  .footer_info {
    color: #b7d3cd;
    display: inline-block;
    width: 70%;
    font-size: 14px;
    line-height: 1.2;
    padding: 5em 0 3em; }
    @media screen and (max-width: 1199px) {
      .footer_info {
        width: 68%;
        margin-left: 2%; } }
    @media screen and (max-width: 767px) {
      .footer_info {
        width: 100%;
        margin: 0;
        padding: 0 0 2em; } }
  .footerfooter_copyright {
    font-size: 15px; }
  .footer .comany_info {
    display: inline-block;
    width: 30%;
    font-size: 15px;
    vertical-align: top;
    padding: 5em 0 3em; }
    @media screen and (max-width: 767px) {
      .footer .comany_info {
        width: 100%;
        padding: 2em 0; } }
    .footer .comany_info .address_info h4 {
      margin: .5em 0; }
    .footer .comany_info .address_info img {
      max-width: 180px; }
    .footer .comany_info .address {
      font-weight: normal; }
      .footer .comany_info .address h3 {
        font-size: 1.2em;
        margin: 1em 0;
        color: #b7d3cd; }
  .footer h3 {
    margin: .5em 0 0;
    font-size: 1.5em; }
  .footer p {
    line-height: 1.4; }
    .footer p strong {
      color: #fff; }
    .footer p a {
      color: #ffffff; }
  .footer_copyright {
    background: #043a27;
    color: #b7d3cd;
    font-size: 12px;
    padding: 3em 1em;
    text-align: center; }

.back-to-top {
  position: fixed;
  display: none;
  background: -webkit-linear-gradient(45deg, #1de099, #1dc8cd);
  background: -o-linear-gradient(45deg, #1de099, #1dc8cd);
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }
  .back-to-top .fa {
    color: #ffffff; }
  @media screen and (max-width: 991px) {
    .back-to-top {
      width: 8%;
      text-align: center;
      background: #eeb211;
      right: 0; } }

#G1 {
  background: #00664e;
  color: #ffffff; }
  #G1 .container {
    padding: 0; }
  #G1 .secion_title_ {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 1.8em;
    font-weight: bold;
    color: #ffffff;
    padding: 2em 0 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #G1 .contentcontainer {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 1em 1em; }
    #G1 .contentcontainer:after {
      content: "";
      display: table;
      clear: both; }
    #G1 .contentcontainer .secion_kvl {
      width: 46%;
      padding: 0 2% 5%;
      float: left;
      margin: 0 auto;
      text-align: center;
      color: #fff;
      font-family: Lato, "Helvetica Neue", Helvetica, Arial, STHeiti, "Microsoft YaHei", 微软雅黑, 微軟正黑體, sans-serif; }
      @media screen and (max-width: 767px) {
        #G1 .contentcontainer .secion_kvl {
          width: 100%;
          padding: 0 1% 15%; } }
      #G1 .contentcontainer .secion_kvl a {
        margin: .5em .25em 0;
        padding: .5em 1.5em 0;
        display: inline-block;
        height: 50px;
        background: #ee9332;
        border: 1px solid #ee9332;
        color: #fff;
        font-size: 1.2em;
        text-decoration: none;
        line-height: 2;
        border-radius: 50px; }
        #G1 .contentcontainer .secion_kvl a:hover {
          border: 1px solid #fff;
          background: none; }
  #G1 h2 {
    margin-bottom: .5em;
    margin-top: 0;
    font-weight: bold;
    color: #f7b74c; }
  #G1 .goodDiscount {
    background: #fff;
    color: #000;
    padding: 2em 0; }
    #G1 .goodDiscount h2 {
      color: #117059;
      position: relative;
      padding-left: .5em; }
      #G1 .goodDiscount h2:before {
        content: "";
        display: block;
        width: 8px;
        height: 30px;
        background: #117059;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        position: absolute;
        left: 0; }
    #G1 .goodDiscount p {
      margin: 1em 0; }
    #G1 .goodDiscount ol {
      list-style: none;
      padding: 0;
      margin: 0 auto;
      text-align: center; }
      #G1 .goodDiscount ol li {
        display: inline-block;
        width: 32%; }
        @media screen and (max-width: 991px) {
          #G1 .goodDiscount ol li {
            width: 100%;
            margin-bottom: 1em; } }
        #G1 .goodDiscount ol li h4 {
          font-size: 1.2em;
          margin-bottom: 0;
          padding-bottom: 0;
          color: #06553f; }
          @media screen and (max-width: 991px) {
            #G1 .goodDiscount ol li h4 {
              text-align: left;
              margin-top: .8em;
              line-height: 1.5; } }
        #G1 .goodDiscount ol li p {
          text-align: center;
          margin-top: .5em; }
          @media screen and (max-width: 991px) {
            #G1 .goodDiscount ol li p {
              text-align: left;
              margin-top: .5em;
              line-height: 1.5; } }
        @media screen and (max-width: 991px) {
          #G1 .goodDiscount ol li img {
            float: left;
            width: 110px;
            margin-right: 1em; } }
  #G1 .note {
    font-size: .9em;
    line-height: 1.5em; }
