@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: 14px;
  line-height: 1.5; }

/*Webkit,Opera9.5+,Ie9+ 控制文字選取時的顏色*/
::-moz-selection {
  background: #382f4d;
  color: #fff; }
::selection {
  background: #382f4d;
  color: #fff; }

/*Mozilla Firefox 控制文字選取時的顏色*/
::-moz-selection {
  background: #382f4d;
  color: #fff; }

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;
    width: 960px; }
  @media screen and (max-width: 1199px) {
    .container {
      margin: 0px 25px;
      width: auto; } }
  @media screen and (max-width: 991px) {
    .container-2 {
      margin: 0px 25px;
      width: auto; } }
  @media screen and (max-width: 767px) {
    .container {
      margin: 0px 15px; }
      .container-2 {
        margin: 0px 15px; } }

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

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

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

.text-left {
  text-align: left !important; }

.hide {
  display: none; }

.Show {
  display: block; }

.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; }

#content .sky {
  width: 100%;
  height: 700px;
  padding-top: 60px;
  background: url(../Images/kv_bg.jpg) center top no-repeat;
  background-size: cover;
  position: relative; }
  @media screen and (max-width: 767px) {
    #content .sky {
      background: url(../Images/kv_bgs.jpg) center top no-repeat;
      background-size: cover; } }
  #content .sky em {
    display: block;
    width: 100%;
    height: 700px;
    padding-top: 60px;
    background: url(../images/kv_bg_.jpg) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    margin: 0 auto;
    -webkit-animation: article-bg 15s infinite;
    animation: article-bg 15s infinite; }
    @media screen and (max-width: 767px) {
      #content .sky em {
        background: url(../images/kv_bgs_.jpg) center center no-repeat;
        background-size: cover; } }

@-webkit-keyframes article-bg {
  0% {
    opacity: 0; }
  45% {
    opacity: 0; }
  50% {
    opacity: 1; }
  95% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes article-bg {
  0% {
    opacity: 0; }
  45% {
    opacity: 0; }
  50% {
    opacity: 1; }
  95% {
    opacity: 1; }
  100% {
    opacity: 0; } }
    @media screen and (max-width: 1399px) {
      #content .sky em {
        height: 650px; } }
    @media screen and (max-width: 1199px) {
      #content .sky em {
        height: 550px; } }
    @media screen and (max-width: 991px) {
      #content .sky em {
        height: 400px; } }
    @media screen and (max-width: 767px) {
      #content .sky em {
        height: 340px; } }
    @media screen and (max-width: 620px) {
      #content .sky em {
        height: 500px; } }
  @media screen and (max-width: 1399px) {
    #content .sky {
      height: 650px; } }
  @media screen and (max-width: 1199px) {
    #content .sky {
      height: 550px; } }
  @media screen and (max-width: 991px) {
    #content .sky {
      height: 400px; } }
  @media screen and (max-width: 767px) {
    #content .sky {
      height: 340px; } }
  @media screen and (max-width: 620px) {
    #content .sky {
      height: 500px; } }

#content .bigtitle {
  max-width: 1200px;
  text-align: center;
  margin: auto 0; }
  @media screen and (max-width: 991px) {
    #content .bigtitle {
      margin: 0;
      padding: 0 1.5em; } }
  @media screen and (max-width: 991px) and (max-width: 767px) {
    #content .bigtitle {
      top: 105px; } }
  @media screen and (max-width: 991px) and (max-width: 620px) {
    #content .bigtitle {
      top: 85px; } }

#content .bigtitle_all {
  position: absolute;
  text-align: center;
  z-index: 1;
  top: 60px;
  right: 3%; }
  @media screen and (max-width: 1799px) {
    #content .bigtitle_all {
      right: 3%; } }
  @media screen and (max-width: 1399px) {
    #content .bigtitle_all {
      right: 0%;
      -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
      transform: scale(0.85); } }
  @media screen and (max-width: 1199px) {
    #content .bigtitle_all {
      top: 80px;
      right: 0%;
      -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
      transform: scale(0.75); } }
  @media screen and (max-width: 991px) {
    #content .bigtitle_all {
      top: 60px;
      -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
      transform: scale(0.6); } }
  @media screen and (max-width: 767px) {
    #content .bigtitle_all {
      top: 60px;
      right: -3%;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); } }
  @media screen and (max-width: 620px) {
    #content .bigtitle_all {
      top: 270px;
      -webkit-transform: scale(0.475);
      -ms-transform: scale(0.475);
      transform: scale(0.475);
      right: 0;
      left: 0;
      margin: 0 auto;
      text-align: center; } }
  #content .bigtitle_all .text {
    position: absolute;
    z-index: 5;
    top: 350px;
    left: 450px; }
  #content .bigtitle_all .bigTitle1 {
    position: absolute;
    z-index: 0;
    top: 80px;
    right: 200px; }
    @media screen and (max-width: 620px) {
      #content .bigtitle_all .bigTitle1 {
        z-index: 3;
        top: -450px;
        right: -100px; } }
  #content .bigtitle_all .bigTitle2 {
    position: absolute;
    z-index: 2;
    top: 380px;
    right: 250px;
    color: #c99e2d;
    width: 450px;
    font-size: 2.5em;
    font-weight: 900;
    font-family: Arial,"Noto Sans TC",sans-serif; }
    @media screen and (max-width: 620px) {
      #content .bigtitle_all .bigTitle2 {
        z-index: 3;
        top: -150px;
        right: -50px; } }
  #content .bigtitle_all .box {
    position: absolute;
    z-index: 4;
    top: 500px;
    left: 200px;
    width: 650px; }
    @media screen and (max-width: 620px) {
      #content .bigtitle_all .box {
        left: 640px;
        top: 30px;
        width: 100%;
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4); } }
    #content .bigtitle_all .box img {
      display: inline-block; }
      @media screen and (max-width: 620px) {
        #content .bigtitle_all .box img {
          margin: 0;
          display: block; } }
  #content .bigtitle_all .bigTitle3 {
    top: 490px;
    right: 280px;
    color: #003e8d;
    font-size: 2em;
    padding: .5em 2em .5em 1.5em;
    border: 1px solid #003e8d;
    border-radius: 100px;
    font-weight: bold;
    position: relative; }
    @media screen and (max-width: 620px) {
      #content .bigtitle_all .bigTitle3 {
        top: -40px;
        left: -5px;
        width: 280px;
        display: block; } }
    #content .bigtitle_all .bigTitle3::before {
      position: absolute;
      content: "";
      right: 2rem;
      top: 40%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 0 5px 8px;
      border-color: transparent transparent transparent #003e8d;
      -webkit-animation: oxxo 2s infinite;
      animation: oxxo 2s infinite; }

@-webkit-keyframes oxxo {
  0% {
    right: 2rem; }
  50% {
    right: 1.5rem; }
  100% {
    right: 2rem; } }

@keyframes oxxo {
  0% {
    right: 2rem; }
  50% {
    right: 1.5rem; }
  100% {
    right: 2rem; } }

nav {
  float: right;
  display: block; }
  @media screen and (max-width: 767px) {
    nav {
      float: inherit;
      position: absolute;
      top: 82px;
      left: 0;
      width: 100%;
      z-index: 1;
      background: #fff;
      display: none; } }
  @media screen and (max-width: 767px) {
    nav {
      top: 80px; } }
  nav ul {
    margin: 0 auto;
    padding: 0;
    text-align: left; }
    nav ul li {
      display: inline-block;
      cursor: pointer;
      position: relative;
      padding-top: 0px; }
      @media screen and (max-width: 767px) {
        nav ul li {
          display: block;
          text-align: center; } }
      nav ul li a {
        color: #1360af;
        display: block;
        padding: .85em 0.5em;
        font-size: 1.3em;
        font-weight: bold; }
        @media screen and (max-width: 1199px) {
          nav ul li a {
            padding: .85em 0.5em; } }
        @media screen and (max-width: 991px) {
          nav ul li a {
            padding: .85em 0.25em; } }
        @media screen and (max-width: 767px) {
          nav ul li a {
            padding: 1.4em .5em;
            border-bottom: 1px dotted #ccc;
            text-align: center; } }
        nav ul li a.active {
          color: #ea5404;
          border-bottom: 2px solid #ea5404; }
      nav ul li:hover a {
        color: #ea5404; }
      nav ul li .fbShare, nav ul li .lineShare {
        display: inline-block;
        width: 35px;
        height: 35px;
        padding: 1.2em .5em;
        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: 767px) {
    nav {
      position: fixed;
      width: 100%;
      top: 50px;
      left: 0;
      z-index: 3;
      border-top: 3px solid #F56D25; } }

.menuicon {
  position: absolute;
  right: 1.2em;
  top: 1em;
  cursor: pointer;
  display: none; }
  @media screen and (max-width: 767px) {
    .menuicon {
      display: block;
      top: .6em; } }
  .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); }

html {
  height: 100%; }

body {
  height: 100%;
  font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", sans-serif; }

.posCenter {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1200px; }

.mhide {
  display: block; }

.mshow {
  display: none; }

.goTop {
  position: fixed;
  display: none;
  width: 70px;
  height: 70px;
  bottom: 40px;
  cursor: pointer;
  background-image: url(../Images/goTop.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  right: 15px; }

.moreData {
  position: fixed;
  z-index: 9;
  width: 140px;
  height: 140px;
  top: 100px;
  cursor: pointer;
  opacity: 0;
  background-image: url(../Images/btn_moreData.png);
  background-repeat: no-repeat;
  background-position: 0 0; }

#header {
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 2;
  background: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 767px) {
    #header {
      height: 50px;
      z-index: 3; } }
  #header .car {
    background: url(../images/bg_car.png) 0 0 no-repeat;
    position: absolute;
    right: -50px;
    top: 160px;
    width: 532px;
    height: 410px;
    overflow: hidden; }
  #header .city {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../Images/bg_city.png);
    background-position: center bottom;
    background-repeat: repeat-x; }
  #header .posCenter {
    position: relative;
    height: 100%;
    z-index: 1; }
  #header .logo {
    width: 152px;
    height: 30px;
    margin-top: .6em;
    text-align: center; }
    #header .logo a {
      display: block;
      color: #000;
      font-size: 0.9em; }
    #header .logo img {
      margin-bottom: -5px;
      max-width: 100%; }
    @media screen and (max-width: 991px) {
      #header .logo {
        margin-top: .75em;
        text-align: left; }
        #header .logo img {
          max-width: 120px; } }
  #header .intro {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto; }
    #header .intro .dialog {
      position: absolute;
      display: none;
      left: 128px;
      top: 10px;
      width: 300px;
      height: 116px;
      overflow: hidden;
      text-indent: -999px;
      background-image: url(../Images/intro_dialog.png);
      background-repeat: no-repeat;
      background-position: 0 0; }
    #header .intro .afu {
      position: absolute;
      width: 356px;
      height: 552px;
      left: 25px;
      top: 110px; }
      #header .intro .afu img {
        position: relative; }
    #header .intro .num {
      position: absolute;
      top: 190px;
      left: 679px;
      margin-left: -112px;
      margin-top: -90px;
      width: 224px;
      opacity: 0;
      z-index: 2; }
      #header .intro .num img {
        width: 100%; }
    #header .intro .subtitle {
      position: absolute;
      top: 185px;
      left: 475px;
      margin: 0;
      margin-left: 200px;
      opacity: 0; }
    #header .intro .bigTitle {
      position: absolute;
      top: 175px;
      left: 302px;
      margin-left: -200px;
      opacity: 0; }
    #header .intro .title {
      position: absolute;
      top: 400px;
      left: 340px;
      opacity: 0;
      margin-left: 200px; }

.logo {
  float: left;
  text-align: left; }

#content {
  width: 100%;
  overflow: hidden; }
  #content .section {
    padding: 0; }
    #content .section.section_6, #content .section.section_1, #content .section.section_2, #content .section.section_3, #content .section.section_4, #content .section.section_5 {
      text-align: center; }
      #content .section.section_6 .posCenter, #content .section.section_1 .posCenter, #content .section.section_2 .posCenter, #content .section.section_3 .posCenter, #content .section.section_4 .posCenter, #content .section.section_5 .posCenter {
        text-align: center; }
      #content .section.section_6 img, #content .section.section_1 img, #content .section.section_2 img, #content .section.section_3 img, #content .section.section_4 img, #content .section.section_5 img {
        margin-top: 0em;
        max-width: 100%; }
      #content .section.section_6 .textinfo, #content .section.section_1 .textinfo, #content .section.section_2 .textinfo, #content .section.section_3 .textinfo, #content .section.section_4 .textinfo, #content .section.section_5 .textinfo {
        max-width: 1200px;
        padding-bottom: 2em;
        text-align: left;
        text-align: justify; }
        @media screen and (max-width: 620px) {
          #content .section.section_6 .textinfo, #content .section.section_1 .textinfo, #content .section.section_2 .textinfo, #content .section.section_3 .textinfo, #content .section.section_4 .textinfo, #content .section.section_5 .textinfo {
            margin: 1em auto 0;
            padding-bottom: 2em;
            font-size: 12px; } }
        #content .section.section_6 .textinfo span, #content .section.section_1 .textinfo span, #content .section.section_2 .textinfo span, #content .section.section_3 .textinfo span, #content .section.section_4 .textinfo span, #content .section.section_5 .textinfo span {
          font-weight: bold;
          color: #000; }
        #content .section.section_6 .textinfo strong, #content .section.section_1 .textinfo strong, #content .section.section_2 .textinfo strong, #content .section.section_3 .textinfo strong, #content .section.section_4 .textinfo strong, #content .section.section_5 .textinfo strong {
          display: block;
          font-size: 1.1em;
          margin-top: .5em;
          font-weight: bold; }
    #content .section.section_1 {
      background: #ebf6fa; }
      #content .section.section_1 h2 {
        color: #003e8d;
        font-size: 3em;
        margin: 0 auto;
        padding: 2em 0 0.25em;
        border-bottom: 2px solid #003e8d;
        display: inline-block;
        font-weight: 900;
        font-family: Arial,"Noto Sans TC",sans-serif; }
        @media screen and (max-width: 767px) {
          #content .section.section_1 h2 {
            font-size: 2em; } }
        #content .section.section_1 h2 span {
          position: relative; }
          #content .section.section_1 h2 span::before {
            content: "";
            position: absolute;
            z-index: -1;
            bottom: 0;
            left: 0;
            right: 0;
            text-align: center;
            margin: 0 auto;
            width: 85%;
            height: 18px;
            background: #fee7bb; }
        #content .section.section_1 h2 em {
          font-style: normal; }
          @media screen and (max-width: 767px) {
            #content .section.section_1 h2 em {
              display: block; } }
      #content .section.section_1 h3 {
        color: #0b5191;
        font-size: 1.8em;
        margin: .8em auto 2em;
        font-weight: bold; }
        #content .section.section_1 h3 span {
          color: #c99e2d;
          font-weight: 900;
          font-family: Arial,"Noto Sans TC",sans-serif;
          position: relative; }
          #content .section.section_1 h3 span::before {
            position: absolute;
            content: "";
            left: 0;
            bottom: -2px;
            width: 100%;
            height: 5px;
            text-align: center;
            margin: 0 auto;
            background: #fff; }
        #content .section.section_1 h3 em {
          display: block;
          font-style: normal; }
        @media screen and (max-width: 767px) {
          #content .section.section_1 h3 {
            font-size: 1.5em;
            margin: .8em auto 0.5em; } }
      #content .section.section_1 ul {
        padding: 0 0 7em;
        margin: 0 auto;
        list-style-type: none;
        width: 1020px;
        display: flow-root; }
        @media screen and (max-width: 767px) {
          #content .section.section_1 ul {
            max-width: 480px;
            padding: 0 0 3em;
            -webkit-transform: translate(3%, 0%);
            -ms-transform: translate(3%, 0%);
            transform: translate(3%, 0%); } }
        #content .section.section_1 ul li {
          display: inline-block;
          margin-bottom: 0;
          position: relative;
          vertical-align: top;
          float: left;
          opacity: 0; }
          #content .section.section_1 ul li::before {
            content: "";
            display: block;
            width: 20px;
            height: 20px;
            background: url(../images/section_1_0.png) 0 0 no-repeat;
            background-size: cover;
            position: absolute;
            right: -52px;
            top: 83px; }
            @media screen and (max-width: 767px) {
              #content .section.section_1 ul li::before {
                width: 13px;
                height: 13px;
                right: -22px; } }
          #content .section.section_1 ul li::after {
            content: "";
            display: block;
            position: absolute;
            right: -43px;
            top: 117px;
            width: 2px;
            height: 95px;
            background: #c99e2d; }
            @media screen and (max-width: 767px) {
              #content .section.section_1 ul li::after {
                right: -16px;
                top: 110px;
                height: 105px; } }
          #content .section.section_1 ul li:nth-child(even) {
            margin-top: 10.2em;
            margin-left: 5.95em; }
            @media screen and (max-width: 767px) {
              #content .section.section_1 ul li:nth-child(even) {
                margin-top: 11em;
                margin-left: 2em; } }
            #content .section.section_1 ul li:nth-child(even)::before {
              content: "";
              display: block;
              position: absolute;
              left: -51px;
              top: 83px; }
              @media screen and (max-width: 767px) {
                #content .section.section_1 ul li:nth-child(even)::before {
                  left: -21px; } }
            #content .section.section_1 ul li:nth-child(even)::after {
              content: "";
              display: block;
              position: absolute;
              left: -42px;
              top: 117px;
              width: 2px;
              height: 95px;
              background: #c99e2d; }
              @media screen and (max-width: 767px) {
                #content .section.section_1 ul li:nth-child(even)::after {
                  left: -15px;
                  height: 105px; } }
            #content .section.section_1 ul li:nth-child(even) .item {
              padding: 1.5em 0em 1.5em 12em; }
              @media screen and (max-width: 767px) {
                #content .section.section_1 ul li:nth-child(even) .item {
                  padding: 11em .5em 1.5em; } }
            #content .section.section_1 ul li:nth-child(even) span::after {
              left: -7px;
              -webkit-transform: scaleX(-1);
              -ms-transform: scaleX(-1);
              transform: scaleX(-1); }
            #content .section.section_1 ul li:nth-child(even) .pic {
              left: 18px; }
          #content .section.section_1 ul li:nth-child(3) {
            margin-top: -3.7em; }
            @media screen and (max-width: 767px) {
              #content .section.section_1 ul li:nth-child(3) {
                margin-top: -9.1em; } }
          #content .section.section_1 ul li:nth-child(4) {
            margin-top: 6.5em; }
            @media screen and (max-width: 767px) {
              #content .section.section_1 ul li:nth-child(4) {
                margin-top: 2em; } }
          #content .section.section_1 ul li:nth-child(5) {
            margin-top: -3.7em; }
            @media screen and (max-width: 767px) {
              #content .section.section_1 ul li:nth-child(5) {
                margin-top: -9.1em; } }
            #content .section.section_1 ul li:nth-child(5)::after {
              content: "";
              display: none; }
          #content .section.section_1 ul li .item {
            padding: 1.5em 12em 1.5em 0;
            height: 150px;
            width: 300px;
            background: #fff;
            border-radius: 200px;
            position: relative; }
            @media screen and (max-width: 767px) {
              #content .section.section_1 ul li .item {
                height: 110px;
                width: 140px;
                padding: 11em .5em 1.5em; } }
            #content .section.section_1 ul li .item span::after {
              content: "";
              display: block;
              width: 49px;
              height: 157px;
              background: url(../Images/section_1_line.png) 0 0 no-repeat;
              position: absolute;
              top: 20px;
              right: -7px; }
              @media screen and (max-width: 767px) {
                #content .section.section_1 ul li .item span::after {
                  -webkit-transform: rotate(-90deg);
                  -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg);
                  height: 130px;
                  background-size: contain;
                  top: -50px;
                  right: 0;
                  left: 0;
                  margin: 0 auto;
                  z-index: 0; } }
            #content .section.section_1 ul li .item .pic {
              position: absolute;
              right: 18px;
              top: -12px;
              max-width: 100%; }
              @media screen and (max-width: 767px) {
                #content .section.section_1 ul li .item .pic {
                  right: 12px;
                  top: 10px;
                  width: 130px;
                  z-index: 1; } }
            #content .section.section_1 ul li .item h3 {
              color: #003e8d;
              font-weight: bold;
              font-weight: 700;
              font-family: Arial,"Noto Sans TC",sans-serif;
              font-size: 2em;
              margin: 0;
              padding: .75em .5em .25em; }
              @media screen and (max-width: 767px) {
                #content .section.section_1 ul li .item h3 {
                  font-size: 1.5em;
                  padding: .75em .1em .25em; } }
            #content .section.section_1 ul li .item p {
              color: #313131;
              font-size: 1.5em; }
              @media screen and (max-width: 767px) {
                #content .section.section_1 ul li .item p {
                  font-size: 1em; } }
    #content .section.section_2 {
      background: #fff url(../Images/section_2_bg.png) center bottom no-repeat;
      background-size: contain;
      padding: 4em 0 1em; }
      @media screen and (max-width: 767px) {
        #content .section.section_2 {
          padding: 2em 0; } }
      #content .section.section_2 h2 {
        color: #003e8d;
        font-size: 3em;
        margin: 0 auto;
        padding: 0em 0 0.25em;
        border-bottom: 2px solid #003e8d;
        display: inline-block;
        font-weight: 900;
        font-family: Arial,"Noto Sans TC",sans-serif; }
        @media screen and (max-width: 767px) {
          #content .section.section_2 h2 {
            font-size: 2.2em; } }
        #content .section.section_2 h2 span {
          color: #f36018;
          font-size: 1.2em;
          font-weight: 900; }
        #content .section.section_2 h2 em {
          font-style: normal;
          font-weight: 700;
          position: relative; }
          #content .section.section_2 h2 em::after {
            content: "";
            width: 100%;
            position: absolute;
            bottom: -5px;
            left: 0;
            margin: 0 auto;
            height: 5px;
            background: #f36018; }
      #content .section.section_2 h3 {
        background: #003e8d;
        padding: 0.2em 2.5em;
        color: #fff;
        font-size: 1.6em;
        display: inline-block;
        position: relative; }
        #content .section.section_2 h3 span {
          color: #ffcf52; }
        #content .section.section_2 h3::before {
          content: "";
          position: absolute;
          top: 0;
          left: -20px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 20px 20px 0;
          border-color: transparent #003e8d transparent transparent; }
        #content .section.section_2 h3::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: -20px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 0 20px 20px;
          border-color: transparent transparent #003e8d transparent; }
      #content .section.section_2 article {
        padding: 4em 4em 4em 0;
        margin: 0 auto;
        max-width: 900px;
        text-align: left;
        color: #4a4a4a;
        font-size: 1.5em;
        position: relative; }
        @media screen and (max-width: 767px) {
          #content .section.section_2 article {
            font-size: 1.2em;
            padding: 0 1em 10em;
            margin: 1em 0; } }
        #content .section.section_2 article p {
          margin-bottom: 2em; }
          @media screen and (max-width: 767px) {
            #content .section.section_2 article p {
              text-align: justify; } }
          #content .section.section_2 article p span {
            color: #003e8d;
            font-weight: bold;
            position: relative; }
            #content .section.section_2 article p span::after {
              content: "";
              display: block;
              width: 100%;
              position: absolute;
              bottom: -5px;
              left: 0;
              height: 5px;
              background: #ffcf52; }
        #content .section.section_2 article img {
          position: absolute;
          right: 0;
          bottom: -15px;
          max-width: 280px;
          z-index: 1; }
          @media screen and (max-width: 767px) {
            #content .section.section_2 article img {
              bottom: -45px;
              left: 0;
              right: 0;
              max-width: 135px;
              margin: 0 auto; } }
    #content .section.section_3 {
      padding: 3em 0 4em;
      position: relative;
      background: #003e8d; }
      @media screen and (max-width: 767px) {
        #content .section.section_3 {
          padding: 2em 0; } }
      #content .section.section_3::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 358px;
        height: 218px;
        background: url(../Images/slash1.png) 0 0 no-repeat;
        z-index: -1; }
      #content .section.section_3::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 50px;
        width: 231px;
        height: 445px;
        background: url(../Images/slash3.png) 0 0 no-repeat;
        z-index: -1; }
      #content .section.section_3 h2 {
        color: #fff;
        font-size: 3em;
        margin: 0 auto;
        padding: 0em 0 0.25em;
        border-bottom: 2px solid #fff;
        display: inline-block;
        font-weight: 900;
        font-family: Arial,"Noto Sans TC",sans-serif; }
        #content .section.section_3 h2 b {
          margin-left: .5em;
          font-weight: 900;
          font-family: Arial,"Noto Sans TC",sans-serif; }
          @media screen and (max-width: 767px) {
            #content .section.section_3 h2 b {
              margin-left: 0;
              display: block; } }
        @media screen and (max-width: 767px) {
          #content .section.section_3 h2 {
            font-size: 2.2em; } }
      #content .section.section_3 h3 {
        color: #fff;
        font-size: 1.6em;
        margin-bottom: 2em; }
        @media screen and (max-width: 767px) {
          #content .section.section_3 h3 {
            font-size: 1.5em; } }
        #content .section.section_3 h3 span {
          position: relative;
          color: #f3c756;
          font-weight: bold; }
          #content .section.section_3 h3 span::before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            bottom: -5px;
            height: 5px;
            width: 100%;
            background: #c99e2d; }
      #content .section.section_3 .posCenter table {
        color: #fff;
        font-size: 1.5em;
        max-width: 1170px;
        margin: 3em auto;
        border-bottom: 3px solid #f3c756; }
        @media screen and (max-width: 767px) {
          #content .section.section_3 .posCenter table {
            font-size: 1em; } }
        #content .section.section_3 .posCenter table thead {
          color: #000;
          background: #f3c756; }
          #content .section.section_3 .posCenter table thead tr:first-child th:last-child {
            background: #f4e4a3; }
          #content .section.section_3 .posCenter table thead tr:nth-child(2) {
            background: #fff7d7; }
        #content .section.section_3 .posCenter table tbody tr:nth-child(odd) {
          background: #256bc3; }
        #content .section.section_3 .posCenter table tbody tr:nth-child(n+4) td:nth-child(n+2) {
          color: #ffcf52;
          font-weight: bold; }
        @media screen and (max-width: 767px) {
          #content .section.section_3 .posCenter table tbody td span {
            display: block; } }
        #content .section.section_3 .posCenter table th, #content .section.section_3 .posCenter table td {
          padding: .5em .25em; }
      #content .section.section_3 .posCenter P {
        font-size: 1.3em;
        padding-bottom: 1em; }
        @media screen and (max-width: 767px) {
          #content .section.section_3 .posCenter P {
            text-align: justify; } }
        #content .section.section_3 .posCenter P span {
          color: #e64c00;
          font-weight: bold; }
      #content .section.section_3 .posCenter .textinfo {
        color: #fff;
        padding-bottom: 2em;
        font-weight: normal; }
        #content .section.section_3 .posCenter .textinfo strong {
          display: block;
          font-size: 1.1em;
          margin-top: .5em;
          font-weight: bold; }
    #content .section.section_4 {
      background: url(../Images/white-bg.jpg) center center repeat;
      padding: 5em 0; }
      @media screen and (max-width: 767px) {
        #content .section.section_4 {
          padding: 3em 0; } }
      #content .section.section_4 h2 {
        color: #003e8d;
        font-size: 3em;
        margin: 0 auto;
        padding: 0em 0 0.25em;
        border-bottom: 2px solid #003e8d;
        display: inline-block;
        font-weight: 900;
        font-family: Arial,"Noto Sans TC",sans-serif; }
        @media screen and (max-width: 767px) {
          #content .section.section_4 h2 {
            font-size: 2.2em; } }
      #content .section.section_4 h3 {
        color: #003e8d;
        font-size: 1.6em;
        margin-bottom: 2em; }
        @media screen and (max-width: 767px) {
          #content .section.section_4 h3 {
            font-size: 1.5em; } }
        #content .section.section_4 h3 span {
          position: relative;
          color: #c99e2d;
          font-weight: bold; }
          #content .section.section_4 h3 span::before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            bottom: -5px;
            height: 5px;
            width: 100%;
            background: #ffcf52; }
      #content .section.section_4 img {
        max-width: 100%;
        margin: 0 auto 3em;
        border-radius: 15px;
        border: 5px solid #fff;
        -webkit-box-shadow: 0em 0em 1em rgba(0, 0, 0, 0.1);
        box-shadow: 0em 0em 1em rgba(0, 0, 0, 0.1); }
    #content .section.section_5 {
      background: #003e8d url(../Images/section_5_bg.jpg) center bottom no-repeat;
      background-size: 100% 35%;
      margin: 0 auto;
      padding: 4em 0;
      overflow: hidden;
      text-align: center;
      color: #fff; }
      @media screen and (max-width: 767px) {
        #content .section.section_5 {
          padding: 2em 0;
          background-size: 100% 20%; } }
      #content .section.section_5 h2 {
        color: #fff;
        font-size: 3em;
        margin: 0 auto;
        padding: 0em 0 0.25em;
        border-bottom: 2px solid #fff;
        display: inline-block;
        font-weight: 900;
        font-family: Arial,"Noto Sans TC",sans-serif; }
        @media screen and (max-width: 767px) {
          #content .section.section_5 h2 {
            font-size: 2.2em;
            padding: 0em 1em; }
            #content .section.section_5 h2 b {
              display: block; } }
        #content .section.section_5 h2 span {
          color: #f36018;
          font-size: 1.2em;
          font-weight: 900; }
        #content .section.section_5 h2 em {
          font-style: normal;
          font-weight: 700;
          position: relative; }
          #content .section.section_5 h2 em::after {
            content: "";
            width: 100%;
            position: absolute;
            bottom: -5px;
            left: 0;
            margin: 0 auto;
            height: 5px;
            background: #f36018; }
      #content .section.section_5 h3 {
        background: #fff;
        padding: 0.2em 2.5em;
        color: #003e8d;
        font-size: 1.6em;
        display: inline-block;
        position: relative; }
        #content .section.section_5 h3 span {
          color: #c99e2d; }
        #content .section.section_5 h3::before {
          content: "";
          position: absolute;
          top: 0;
          left: -20px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 20px 20px 0;
          border-color: transparent #fff transparent transparent; }
        #content .section.section_5 h3::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: -20px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 0 20px 20px;
          border-color: transparent transparent #fff transparent; }
      #content .section.section_5 h4 {
        font-size: 1.7em;
        margin: 2em 0 .75em;
        color: #f3c756; }
        @media screen and (max-width: 767px) {
          #content .section.section_5 h4 {
            margin: 1em 0 .75em; } }
      #content .section.section_5 p {
        font-size: 1.2em; }
        @media screen and (max-width: 767px) {
          #content .section.section_5 p {
            text-align: justify;
            padding: 0 .8em; } }
      #content .section.section_5 .sectionborder {
        max-height: 560px;
        margin: 5em auto;
        padding: 0;
        color: #fff;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        max-width: 1000px;
        -webkit-box-shadow: 0 1.9px 2.5px rgba(0, 0, 0, 0.057), 0 5px 6.1px rgba(0, 0, 0, 0.076), 0 10.1px 11.4px rgba(0, 0, 0, 0.086), 0 19.2px 19.8px rgba(0, 0, 0, 0.092), 0 38.4px 34.8px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1.9px 2.5px rgba(0, 0, 0, 0.057), 0 5px 6.1px rgba(0, 0, 0, 0.076), 0 10.1px 11.4px rgba(0, 0, 0, 0.086), 0 19.2px 19.8px rgba(0, 0, 0, 0.092), 0 38.4px 34.8px rgba(0, 0, 0, 0.1); }
        @media screen and (max-width: 767px) {
          #content .section.section_5 .sectionborder {
            margin: 2em auto 3em; } }
      #content .section.section_5 .video-container {
        position: relative;
        padding-bottom: 53.15%;
        padding-top: 2em;
        margin-bottom: 2em;
        height: 0;
        overflow: hidden; }
      #content .section.section_5 .video-container iframe, #content .section.section_5 .video-container object, #content .section.section_5 .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    #content .section.section_6 {
      padding: 4em 0 7em;
      background: url(../Images/white-bg.jpg) center center repeat; }
      @media screen and (max-width: 767px) {
        #content .section.section_6 {
          padding: 2em 0; } }
      #content .section.section_6 h2 {
        color: #003e8d;
        font-size: 3em;
        margin: 0 auto;
        padding: 0em 0 0.25em;
        border-bottom: 2px solid #003e8d;
        display: inline-block;
        font-weight: 900;
        font-family: Arial,"Noto Sans TC",sans-serif; }
        @media screen and (max-width: 767px) {
          #content .section.section_6 h2 {
            font-size: 2.2em; } }
        #content .section.section_6 h2 span {
          color: #f36018;
          font-size: 1.2em;
          font-weight: 900; }
        #content .section.section_6 h2 em {
          font-style: normal;
          font-weight: 700;
          position: relative; }
          #content .section.section_6 h2 em::after {
            content: "";
            width: 100%;
            position: absolute;
            bottom: -5px;
            left: 0;
            margin: 0 auto;
            height: 5px;
            background: #f36018; }
      #content .section.section_6 h3 {
        background: #003e8d;
        padding: 0.2em 2.5em;
        color: #fff;
        font-size: 1.6em;
        display: inline-block;
        position: relative; }
        #content .section.section_6 h3 span {
          color: #ffcf52; }
        #content .section.section_6 h3::before {
          content: "";
          position: absolute;
          top: 0;
          left: -20px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 20px 20px 0;
          border-color: transparent #003e8d transparent transparent; }
        #content .section.section_6 h3::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: -20px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 0 20px 20px;
          border-color: transparent transparent #003e8d transparent; }
      #content .section.section_6 h4 {
        color: #0b5191;
        font-size: 1.8em;
        margin: .8em auto 2em;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          #content .section.section_6 h4 {
            font-size: 1.3em;
            margin: .8em auto 1em; } }
        #content .section.section_6 h4 span {
          font-size: 1.2em;
          font-weight: 800;
          font-family: Arial,"Noto Sans TC",sans-serif; }
      #content .section.section_6 .zone .left, #content .section.section_6 .zone .right {
        width: 45%;
        margin: 0 2%;
        display: inline-block;
        vertical-align: top; }
        @media screen and (max-width: 767px) {
          #content .section.section_6 .zone .left, #content .section.section_6 .zone .right {
            width: 100%;
            margin: 1em 0; } }
        #content .section.section_6 .zone .left .analyze, #content .section.section_6 .zone .right .analyze {
          background: url(../Images/section_6_1.png) 0 0 no-repeat;
          width: 425px;
          height: 158px;
          margin: 1em auto 2em;
          cursor: pointer; }
          @media screen and (max-width: 767px) {
            #content .section.section_6 .zone .left .analyze, #content .section.section_6 .zone .right .analyze {
              width: 100%;
              background: url(../Images/section_6_1.png) center 0 no-repeat;
              background-size: contain;
              margin: 1em auto;
              text-align: center; } }
          #content .section.section_6 .zone .left .analyze .text, #content .section.section_6 .zone .right .analyze .text {
            color: #fff;
            font-size: 1.7em;
            padding: 1.3em 6em 2em 0;
            font-weight: bold;
            line-height: 2;
            position: relative; }
            @media screen and (max-width: 767px) {
              #content .section.section_6 .zone .left .analyze .text, #content .section.section_6 .zone .right .analyze .text {
                font-size: 1.4em;
                padding: 1.3em 5.5em 2em 0; } }
            #content .section.section_6 .zone .left .analyze .text::before, #content .section.section_6 .zone .right .analyze .text::before {
              content: "";
              position: absolute;
              bottom: 15px;
              right: 0;
              background: url(../images/section_6_2.png);
              width: 43px;
              height: 65px;
              display: block;
              -webkit-animation: finger 1s ease-in-out infinite alternate;
              animation: finger 1s ease-in-out infinite alternate; }

@-webkit-keyframes finger {
  to {
    -webkit-transform: translate(0px, -10px);
    transform: translate(0px, -10px); } }

@keyframes finger {
  to {
    -webkit-transform: translate(0px, -10px);
    transform: translate(0px, -10px); } }
            #content .section.section_6 .zone .left .analyze .text::after, #content .section.section_6 .zone .right .analyze .text::after {
              content: "";
              position: absolute;
              top: 76px;
              left: 40px;
              width: 200px;
              height: 1px;
              background: #fff; }
              @media screen and (max-width: 767px) {
                #content .section.section_6 .zone .left .analyze .text::after, #content .section.section_6 .zone .right .analyze .text::after {
                  top: 63px;
                  left: 35px;
                  width: 160px; } }
        #content .section.section_6 .zone .left .detail, #content .section.section_6 .zone .right .detail {
          background: #fff;
          -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
          border-radius: 15px;
          padding: 2em 1em 6em 0; }
          #content .section.section_6 .zone .left .detail ol, #content .section.section_6 .zone .right .detail ol {
            list-style-type: none;
            text-align: left;
            margin: 0;
            padding: 0; }
            #content .section.section_6 .zone .left .detail ol .titname, #content .section.section_6 .zone .right .detail ol .titname {
              background: #003e8d;
              color: #fff;
              border-radius: 10px 10px 10px 0;
              padding: .25em 1em .25em 2.5em;
              margin-left: -20px;
              display: inline-block;
              font-size: 1.5em;
              font-weight: bold;
              letter-spacing: 2px;
              vertical-align: top;
              position: relative; }
              #content .section.section_6 .zone .left .detail ol .titname::before, #content .section.section_6 .zone .right .detail ol .titname::before {
                content: "";
                position: absolute;
                bottom: -20px;
                left: 0px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 20px 20px 0;
                border-color: transparent #002657 transparent transparent; }
              #content .section.section_6 .zone .left .detail ol .titname::after, #content .section.section_6 .zone .right .detail ol .titname::after {
                content: "";
                background: url(../Images/section_6_3.png) 0 0 no-repeat;
                width: 25px;
                height: 25px;
                position: absolute;
                top: 11px;
                left: 20px; }
            #content .section.section_6 .zone .left .detail ol li:first-child ul li, #content .section.section_6 .zone .right .detail ol li:first-child ul li {
              font-weight: bold; }
            #content .section.section_6 .zone .left .detail ol li, #content .section.section_6 .zone .right .detail ol li {
              margin-bottom: 1em; }
              #content .section.section_6 .zone .left .detail ol li:last-child ul li, #content .section.section_6 .zone .right .detail ol li:last-child ul li {
                padding-left: 1.2em;
                position: relative; }
                #content .section.section_6 .zone .left .detail ol li:last-child ul li::after, #content .section.section_6 .zone .right .detail ol li:last-child ul li::after {
                  position: absolute;
                  top: 6px;
                  left: 0px;
                  content: "";
                  width: 10px;
                  height: 10px;
                  background: #003e8d;
                  display: block;
                  border-radius: 10px; }
              #content .section.section_6 .zone .left .detail ol li ul, #content .section.section_6 .zone .right .detail ol li ul {
                list-style-type: none;
                display: inline-block;
                width: 65%;
                font-size: 1.2em;
                padding: 0 0 0 1em; }
                @media screen and (max-width: 1199px) {
                  #content .section.section_6 .zone .left .detail ol li ul, #content .section.section_6 .zone .right .detail ol li ul {
                    margin-top: 1em;
                    width: 95%; } }
                @media screen and (max-width: 767px) {
                  #content .section.section_6 .zone .left .detail ol li ul, #content .section.section_6 .zone .right .detail ol li ul {
                    margin-top: 1em;
                    width: 95%; } }
                #content .section.section_6 .zone .left .detail ol li ul li, #content .section.section_6 .zone .right .detail ol li ul li {
                  margin-bottom: .5em; }
                  #content .section.section_6 .zone .left .detail ol li ul li span, #content .section.section_6 .zone .right .detail ol li ul li span {
                    color: #003e8d;
                    font-weight: bold; }
        #content .section.section_6 .zone .left .open, #content .section.section_6 .zone .right .open {
          margin-top: -6em; }
          #content .section.section_6 .zone .left .open .web, #content .section.section_6 .zone .right .open .web {
            color: #003e8d;
            font-size: 1.2em; }
            #content .section.section_6 .zone .left .open .web span, #content .section.section_6 .zone .right .open .web span {
              font-size: 1.5em;
              font-weight: bold; }
          #content .section.section_6 .zone .left .open .btn, #content .section.section_6 .zone .right .open .btn {
            text-align: center;
            margin: 0 auto; }
            #content .section.section_6 .zone .left .open .btn a, #content .section.section_6 .zone .right .open .btn a {
              background: url(../Images/section_6_4.png);
              width: 231px;
              height: 68px;
              color: #333;
              text-align: center;
              display: inline-block;
              font-size: 1.7em;
              line-height: 3;
              font-weight: bold;
              margin: .5em auto;
              -webkit-transition: 0.3s ease all;
              -o-transition: 0.3s ease all;
              transition: 0.3s ease all;
              overflow: hidden; }
              #content .section.section_6 .zone .left .open .btn a::before, #content .section.section_6 .zone .right .open .btn a::before {
                content: "";
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translateX(-50%) translateY(-50%);
                -ms-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
                border-radius: 100%;
                background: rgba(255, 255, 255, 0.1);
                width: 0px;
                height: 0px;
                -webkit-transition: 0.6s ease-in-out all;
                -o-transition: 0.6s ease-in-out all;
                transition: 0.6s ease-in-out all; }
              #content .section.section_6 .zone .left .open .btn a:hover, #content .section.section_6 .zone .right .open .btn a:hover {
                -webkit-filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.3));
                filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.3));
                color: #000; }
                #content .section.section_6 .zone .left .open .btn a:hover::before, #content .section.section_6 .zone .right .open .btn a:hover::before {
                  width: 800px;
                  height: 800px; }
          #content .section.section_6 .zone .left .open p a, #content .section.section_6 .zone .right .open p a {
            color: #003e8d;
            text-decoration: underline; }
      #content .section.section_6 .zone .right .detail {
        padding: 2em 1em 7.8em 0 !important; }
        @media screen and (max-width: 767px) {
          #content .section.section_6 .zone .right .detail {
            padding: 2em 1em 6em 0 !important; } }
    #content .section.section_7 {
      background: #003e8d;
      color: #fff;
      margin: 0 auto;
      padding: 5em 0 4em;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #content .section.section_7 {
          padding: 4em 0; } }
      #content .section.section_7 h2 {
        color: #fff;
        font-size: 3em;
        margin: 0 auto;
        padding: 0em 0 0.25em;
        border-bottom: 2px solid #fff;
        display: inline-block;
        font-weight: 900;
        font-family: Arial,"Noto Sans TC",sans-serif; }
        @media screen and (max-width: 767px) {
          #content .section.section_7 h2 {
            font-size: 2.2em; } }
        #content .section.section_7 h2 span {
          color: #f36018;
          font-size: 1.2em;
          font-weight: 900; }
        #content .section.section_7 h2 em {
          font-style: normal;
          font-weight: 700;
          position: relative; }
          #content .section.section_7 h2 em::after {
            content: "";
            width: 100%;
            position: absolute;
            bottom: -5px;
            left: 0;
            margin: 0 auto;
            height: 5px;
            background: #f36018; }
      #content .section.section_7 ul {
        text-align: left;
        font-size: 1.2em;
        margin: 4em auto 0;
        list-style-type: none; }
        @media screen and (max-width: 767px) {
          #content .section.section_7 ul {
            font-size: 1.1em;
            text-align: justify;
            padding-right: 1em; } }
        #content .section.section_7 ul li {
          margin-bottom: 1em;
          position: relative; }
          #content .section.section_7 ul li::after {
            position: absolute;
            top: 6px;
            left: -22px;
            content: "";
            width: 12px;
            height: 12px;
            background: #c99e2d;
            display: block;
            border-radius: 12px; }
          #content .section.section_7 ul li a {
            color: #c99e2d;
            font-weight: bold;
            text-decoration: underline; }
  #content .file {
    text-align: center;
    background: #104b85 url(../Images/section_2_bg.jpg) 0 0 no-repeat;
    background-size: cover;
    color: #ffffff;
    font-family: Arial,"Noto Sans TC",sans-serif;
    font-weight: 900;
    margin: 0 auto;
    padding: 1.5em 0 1.5em;
    font-size: 3em; }
    @media screen and (max-width: 767px) {
      #content .file {
        font-size: 2.2em; } }

.lightboxContainer {
  display: none;
  position: fixed;
  top: 10%;
  left: 50%;
  border-radius: 15px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 500px;
  height: calc(90% - 100px);
  background-color: #fff;
  z-index: 101;
  text-align: center;
  padding-top: 40px;
  z-index: 9999999;
  text-align: center;
  overflow-x: hidden;
  padding: 15px 15px 15px; }
  @media screen and (max-width: 767px) {
    .lightboxContainer {
      max-width: 80%;
      top: 8%;
      height: calc(83% - 20px);
      overflow-x: hidden; } }
  .lightboxContainer.on {
    display: block; }
  .lightboxContainer table {
    padding: 0;
    margin: 1em 0;
    max-width: 100%;
    font-size: 1.2em; }
    @media screen and (max-width: 767px) {
      .lightboxContainer table {
        font-size: 1.1em; } }
    .lightboxContainer table th {
      background: #003e8d;
      color: #fff;
      font-size: 1.3em; }
      @media screen and (max-width: 767px) {
        .lightboxContainer table th {
          font-size: 1.2em; } }
    .lightboxContainer table th, .lightboxContainer table td {
      padding: .5em; }
      @media screen and (max-width: 767px) {
        .lightboxContainer table th, .lightboxContainer table td {
          padding: .25em; } }
    .lightboxContainer table tr:nth-child(even) {
      background: #e9e9e9; }
  .lightboxContainer h2 {
    color: #fff;
    font-size: 1.8em;
    margin: 0 auto;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#caa764+0,8a5704+100 */
    background: #caa764;
    /* Old browsers */
    background: -moz-linear-gradient(top, #caa764 0%, #8a5704 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #caa764 0%, #8a5704 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#caa764), to(#8a5704));
    background: -o-linear-gradient(top, #caa764 0%, #8a5704 100%);
    background: linear-gradient(to bottom, #caa764 0%, #8a5704 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#caa764', endColorstr='#8a5704',GradientType=0 );
    /* IE6-9 */
    margin: -15px -15px 1em;
    padding: .75em .5em;
    border-radius: 15px 15px 0 0; }
    @media screen and (max-width: 767px) {
      .lightboxContainer h2 {
        font-size: 1.5em; } }
    .lightboxContainer h2 span {
      margin-left: .5em; }
      @media screen and (max-width: 767px) {
        .lightboxContainer h2 span {
          margin-left: 0;
          display: block; } }
  .lightboxContainer h3 {
    font-size: 1.5em;
    color: #a90000;
    margin: .5em 0 .5em; }
    @media screen and (max-width: 767px) {
      .lightboxContainer h3 {
        font-size: 1.3em; } }
  .lightboxContainer .infotext {
    text-align: left; }
    .lightboxContainer .infotext b {
      display: block; }
  .lightboxContainer .closeBtn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 35px;
    height: 35px;
    cursor: pointer; }
    .lightboxContainer .closeBtn img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 767px) {
      .lightboxContainer .closeBtn {
        top: 5px;
        right: 5px;
        width: 25px;
        height: 25px; } }
  .lightboxContainer .btn {
    clear: both;
    display: block;
    margin: 15px auto 5px;
    /*background:#ff7f00;*/
    font-size: 1.2em;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 300px; }
    .lightboxContainer .btn + .btn {
      background: #66aacc; }
      .lightboxContainer .btn + .btn + .btn {
        background: #b4b4b4; }
    .lightboxContainer .btn a {
      padding: 10px .5em;
      line-height: 2;
      color: #fff;
      text-decoration: none; }
    .lightboxContainer .btn p.border {
      border: 1px solid #ccc;
      padding: 5px 0;
      width: 175px;
      margin: .5em auto 1em; }
    .lightboxContainer .btn p span {
      color: #f00;
      margin: 0 2px;
      font-size: 1.3em; }
  .lightboxContainer img {
    max-width: 100%; }

.blackCover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 999;
  display: none; }
  .blackCover.on {
    display: block;
    opacity: 0.7; }

#content .fundDetail a {
  display: block;
  margin: 20px auto;
  width: 200px;
  height: 44px;
  color: #272727;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  text-indent: 18px;
  line-height: 40px;
  text-decoration: none;
  background-image: url(../Images/btn_fundDetail.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto; }

#content .flr {
  float: right;
  position: absolute;
  top: 80px;
  right: 0; }

#content .fll {
  width: 70%;
  margin: 30px 0 0; }

.orangeblock {
  display: block;
  margin-top: 30px; }
  .orangeblock .text-center {
    text-align: center; }
    .orangeblock .text-center img {
      display: inline-block;
      max-width: 100%; }

.orangebox {
  background: #ec6100;
  font-size: 21px;
  padding: 5px 10px;
  display: inline-block;
  color: #fff; }

.orangebox2 {
  display: inline-block;
  font-size: 21px;
  padding: 0px 0;
  color: #eb6100;
  line-height: 1.7;
  margin-left: 5px; }
  .orangebox2:before {
    content: '';
    display: block;
    border-top: 1px solid #ec6100; }
  .orangebox2:after {
    content: '';
    display: block;
    border-bottom: 1px solid #ec6100; }

.story_book {
  margin: 30px 0; }

#content_1 section, #content_2 section, #content_3 section {
  margin: 0 auto;
  background: #f5f2ed;
  padding: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  width: 90%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none; }

#content_1 section p, #content_2 section p {
  font-size: 17px;
  line-height: 1.9em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  /*IE9*/
  -moz-text-align-last: justify;
  /*Firefox*/
  -webkit-text-align-last: justify;
  /*Chrome*/ }

.note_text {
  font-size: 12px;
  color: #666;
  line-height: 18px; }

.btn_story {
  margin: 0 auto;
  text-align: center; }
  .btn_story a img {
    display: inline-block;
    margin: 5px;
    max-width: 100%; }
  .btn_story.seemore {
    font-size: 17px;
    margin-bottom: 30px; }

.adbanner {
  position: fixed;
  right: 0;
  top: 25%;
  z-index: 5;
  width: 49px; }
  @media screen and (max-width: 767px) {
    .adbanner {
      top: auto;
      bottom: 0;
      width: 100%;
      right: 0;
      height: 52px; }
      .adbanner .Topgo {
        display: inline-block;
        width: 16%;
        height: 53px;
        background: #083e6d url(../Images/icon_goTop.png) center center no-repeat;
        background-size: 30%; } }
  .adbanner a {
    text-align: center;
    margin-bottom: 10px;
    width: 45px;
    overflow: hidden;
    border-right: none;
    width: 30px;
    background: #ea5302;
    padding: 0.5em 0.6em;
    font-size: 19px;
    color: #fff;
    text-decoration: none;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    line-height: 1.8;
    font-weight: bold;
    border-radius: 10px 0px 0px 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 767px) {
      .adbanner a {
        -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
        writing-mode: initial;
        width: 42%;
        border: none;
        display: inline-block;
        float: left;
        padding: .35em 0;
        margin: 0;
        border-radius: 0;
        font-size: 1.1em;
        background: #ea5404;
        line-height: 1.4; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .adbanner a {
      color: #fff; }
      .adbanner a span {
        color: #fff !important;
        display: block; }
      .adbanner a b {
        font-size: 1.1em !important;
        letter-spacing: 0; } }
    .adbanner a span {
      color: #fff600;
      font-size: 1em; }
      .adbanner a span b {
        color: #fff600; }
    .adbanner a b {
      -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
      writing-mode: horizontal-tb;
      font-size: 0.9em;
      letter-spacing: -1px; }
    .adbanner a:hover {
      color: #fff100;
      background: #045cd0; }
      .adbanner a:hover span {
        color: #fff100; }
      .adbanner a:hover b {
        color: #ffffff; }
    .adbanner a + a {
      background: #00c636; }
      .adbanner a + a b {
        color: #fff; }
      @media screen and (max-width: 767px) {
        .adbanner a + a {
          padding: .35em 0;
          display: block; } }

.lightstar {
  position: absolute;
  top: 0;
  -webkit-animation: 2s lightstara infinite;
  animation: 2s lightstara infinite; }

@-webkit-keyframes lightstara {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.6; }
  100% {
    opacity: 0; } }

@keyframes lightstara {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.6; }
  100% {
    opacity: 0; } }

.text_content ul:after {
  content: '';
  display: table;
  clear: both; }

.text_content ul {
  padding: 0;
  margin: 15px 0 0 15px; }
  .text_content ul li {
    margin: 10px 0;
    list-style: none;
    font-size: 17px;
    line-height: 1.6; }
    .text_content ul li:last-child {
      margin-bottom: 5px; }
    .text_content ul li span {
      background: #a0a0a0;
      color: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      padding: 5px;
      margin-right: 10px; }

#content .discountBox {
  overflow: hidden; }
  #content .discountBox .discountList {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    #content .discountBox .discountList li {
      vertical-align: top;
      display: inline-block;
      width: 44.5%;
      margin: 0;
      padding: 2% 5% 2% 0;
      text-align: left; }
      #content .discountBox .discountList li + li + li {
        padding: 0% 5% 2% 0; }
    #content .discountBox .discountList ul:after {
      content: '';
      clear: both;
      display: table; }
    #content .discountBox .discountList p {
      font-size: 17px;
      color: #333;
      line-height: 1.4em; }
  #content .discountBox .pic {
    float: left;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position-x: -12px;
    background-position-y: -6px; }
  #content .discountBox p.title {
    font-size: 28px;
    font-weight: bold;
    color: #1257A3; }
    #content .discountBox p.title span {
      color: #DF5009; }
    #content .discountBox p.title em {
      font-size: 14px;
      font-style: normal;
      color: #313131;
      margin-left: 5px; }
  #content .discountBox .discount_1 p.title {
    text-align: center; }
  #content .discountBox .discountList li:nth-child(1) .pic {
    background-image: url(../Images/pic_dicsount_1.png); }
  #content .discountBox .discountList li:nth-child(2) .pic {
    background-image: url(../Images/pic_dicsount_2.png); }
  #content .discountBox .discountList li:nth-child(3) .pic {
    background-image: url(../Images/pic_dicsount_4.png); }
  #content .discountBox .discountList li:nth-child(4) .pic, #content .discountBox .discountList li:nth-child(5) .pic {
    background-image: url(../Images/pic_dicsount_5.png); }
  #content .discountBox .discount_5 p.title {
    text-align: center; }
  #content .discountBox .discount_5 .pic {
    background-image: url(../Images/pic_dicsount_5.png); }
  #content .discountBox .discount_6 .pic {
    background-image: url(../Images/pic_dicsount_6.png); }

#content .discountDetail {
  float: left;
  margin: 0 0 30px;
  width: 100%; }
  #content .discountDetail:after {
    content: "";
    clear: both;
    display: table; }
  #content .discountDetail .box_1 {
    width: 53%;
    float: left;
    background: #fff8ed;
    padding: 2%;
    margin-right: 0.5%;
    border: 1px solid #ffa945; }
  #content .discountDetail .box_2 {
    width: 37%;
    float: right;
    background: #fff8ed;
    padding: 2%;
    margin-left: 0%;
    border: 1px solid #ffa945; }
  #content .discountDetail img {
    float: left;
    margin-right: 10px; }
  #content .discountDetail h3 {
    font-size: 28px;
    font-weight: bold;
    color: #df5037;
    margin: 0;
    line-height: 1.3; }
  #content .discountDetail p {
    margin: 0;
    font-size: 16px;
    color: #000;
    line-height: 1.8em;
    margin-bottom: 5px; }
  #content .discountDetail .link {
    border: 0;
    padding: 9px 37px;
    line-height: 2.3;
    font-size: 18px;
    background: url(../Images/btn_submit.png);
    text-decoration: none;
    color: #333; }

#content .note {
  width: 100%;
  margin: 0 auto 30px;
  padding: 15px 30px;
  border: 5px solid #f0f0f0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  #content .note ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #content .note ul > li {
      position: relative;
      padding-left: 10px; }
      #content .note ul > li:before {
        position: absolute;
        display: block;
        content: "";
        top: 10px;
        left: 2px;
        width: 4px;
        height: 4px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #4E4E4E; }
  #content .note ol {
    margin: 0 0 0 1.4em;
    padding: 0; }
  #content .note p, #content .note li {
    color: #4E4E4E;
    font-size: 13px;
    margin: 0;
    line-height: 1.9em; }

#content .form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px;
  background-color: #FFF;
  border: 1px solid #FBE295;
  text-align: center;
  margin: 30px auto 70px;
  width: 100%;
  max-width: 800px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0 2px 8px;
  box-shadow: rgba(0, 0, 0, 0.12) 0 2px 8px;
  font-size: 17px; }
  #content .form form {
    background-color: #FFFBEA;
    text-align: left; }
  #content .form table {
    width: 100%;
    color: #333; }
    #content .form table td {
      padding: 10px 15px; }
    #content .form table tr td:first-child {
      width: 25%; }
    #content .form table .inline {
      display: inline-block;
      margin: 0 10px; }
  #content .form .submit {
    display: inline-block;
    margin: 15px 0;
    outline: none;
    border: 0;
    line-height: 2.3;
    font-size: 18px;
    width: 162px;
    height: 37px;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../Images/btn_submit.png);
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    text-align: center; }
  #content .form form input[type=text] {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #DDD;
    padding: 0 10px;
    height: 35px; }
  #content .form input[type="radio"], #content .form input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px 0 0;
    width: 32px;
    height: 16px; }

.footer {
  border-top: solid 4px #1a4f9c; }
  .footer-top {
    padding: 30px 0px 25px;
    background: #fff; }
  .footer-logo {
    float: left;
    padding-right: 2em;
    border-right: 1px solid #5e5e5e; }
    .footer-logo img {
      max-width: 160px; }
  .footer-phone {
    float: right;
    color: #ea5404; }
    @media screen and (max-width: 1199px) {
      .footer-phone {
        float: left; } }
    .footer-phone-tit {
      font-size: 24px;
      vertical-align: text-bottom;
      color: #5e5e5e; }
    .footer-phone-phone {
      font-size: 48px; }
      .footer-phone-phone a {
        color: #ea5404; }
  .footer-info {
    font-size: 14px;
    color: #5e5e5e; }
  .footer-contactInfo {
    font-size: 0px;
    margin: 0px;
    padding: 0 0 0 15px;
    float: left; }
    .footer-contactInfo-item {
      font-size: 13px;
      display: block;
      vertical-align: top;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0px 10px;
      position: relative; }
      .footer-contactInfo-item:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 1px;
        top: 0px;
        right: 0px;
        background: #ccc; }
      .footer-contactInfo-item-name {
        font-size: 20px;
        font-weight: bold;
        color: #093e8d; }
      .footer-contactInfo-item-address {
        margin: 0px 0px; }
      .footer-contactInfo-item-phone {
        display: inline;
        margin-right: 1em; }
      .footer-contactInfo-item:last-of-type:before {
        display: none; }
  .footer-warning {
    font-size: 15px;
    background: #f0f0f0;
    padding: 20px 0px 30px; }
    @media screen and (max-width: 767px) {
      .footer-warning {
        padding: 20px 0px 60px; } }
    .footer-warning ul {
      margin: 0px;
      padding-left: 18px;
      list-style-type: square; }
      .footer-warning ul li {
        padding: 7px 0px; }
        .footer-warning ul li.active {
          color: #d65713;
          text-decoration: underline; }
        .footer-warning ul li.underline {
          text-decoration: underline; }
        .footer-warning ul li span {
          color: #d65713;
          text-decoration: underline; }
        .footer-warning ul li em {
          color: #d65713;
          font-style: normal; }
    .footer-warning a {
      text-decoration: none;
      border-bottom: solid 1px; }
    .footer-warning-remark {
      font-size: 13px; }
  @media screen and (max-width: 1199px) {
    .footer-phone {
      padding-left: 15px; }
      .footer-phone-tit {
        display: block; }
      .footer-phone-phone {
        line-height: .8;
        font-size: 40px; } }
  @media screen and (max-width: 991px) {
    .footer-phone {
      padding: 15px 0 0; }
      .footer-phone-tit {
        display: inline-block; }
      .footer-phone-phone {
        line-height: .8;
        font-size: 40px; } }
  @media screen and (max-width: 767px) {
    .footer-logo {
      float: none;
      text-align: center;
      border-right: none;
      padding-right: 0em; }
      .footer-logo img {
        width: 160px; }
    .footer-phone {
      float: none;
      text-align: center;
      padding: 0; }
      .footer-phone-tit {
        font-size: 18px; }
      .footer-phone-phone {
        font-size: 30px; }
    .footer-info {
      text-align: center; }
    .footer-contactInfo {
      margin: 15px 0px;
      float: none;
      padding: 0;
      text-align: center; }
      .footer-contactInfo-item {
        display: block;
        width: auto;
        border-bottom: solid 1px #ccc;
        padding: 10px 0px; }
        .footer-contactInfo-item:before {
          display: none; }
        .footer-contactInfo-item-name {
          font-size: 16px; }
        .footer-contactInfo-item-phone {
          float: none;
          margin-right: 10px; }
        .footer-contactInfo-item:first-of-type {
          padding-top: 0px; }
        .footer-contactInfo-item:last-of-type {
          padding-bottom: 0px;
          border-bottom: none; } }

@media only screen and (max-width: 767px) {
  .mhide {
    display: none; }
  .mshow {
    display: block;
    width: 100%; }
  .posCenter {
    margin: 0 auto;
    width: 100%;
    padding: 0 1em; }
  .bottomNav {
    position: fixed;
    display: none;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background-color: rgba(7, 52, 120, 0.9); }
    .bottomNav div {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      float: left;
      text-align: center;
      line-height: 45px;
      font-weight: bold;
      width: 42%;
      font-size: 14px;
      text-decoration: none;
      border-left: 1px solid rgba(255, 255, 255, 0.5);
      cursor: pointer; }
      .bottomNav div span {
        position: relative;
        display: inline-block;
        width: 15px;
        height: 15px;
        vertical-align: middle;
        margin-top: -3px;
        margin-right: 5px;
        background-position: 0 0;
        background-repeat: no-repeat;
        -webkit-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        background-image: url(../Images/icon_bottomNav_2.png); }
      .bottomNav div:first-child {
        border-left: 0; }
        .bottomNav div:first-child span {
          background-image: url(../Images/icon_bottomNav_1.png); }
      .bottomNav div a {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: #FFF; }
    .bottomNav .goToTop {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      height: 100%;
      float: left;
      color: #FFF;
      width: 16%;
      border-left: 1px solid rgba(255, 255, 255, 0.5);
      background-image: url(../Images/icon_goTop.png);
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-background-size: 18px 18px;
      -o-background-size: 18px 18px;
      background-size: 18px 18px;
      cursor: pointer; }
  .moreDataMo {
    position: absolute;
    cursor: pointer;
    right: 7px;
    top: -52px;
    width: 142px;
    height: 44px;
    background-image: url(../Images/btn_moreData_mobile.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%; }
  .text_content ul li {
    font-size: 16px; }
  .text_content ul {
    margin: 0 0 0 15px; }
    .text_content ul li span {
      font-size: 14px; }
  #content .note {
    width: 100%;
    margin: 10px auto;
    padding: 15px; }
    #content .note ul > li:before {
      top: 8px;
      width: 2px;
      height: 2px; }
    #content .note p, #content .note li {
      font-size: 10px; }
  #footer {
    border-top: 3px solid #003576;
    min-width: 0; }
    #footer .posCenter {
      padding: 0; }
    #footer .logo {
      margin: 10px 0 5px 5px;
      width: 91px;
      height: 24px; }
    #footer .phone {
      margin: 7px 5px 0 0;
      font-size: 24px; }
      #footer .phone span {
        display: none; }
    #footer .company {
      margin: 5px;
      font-size: 10px; }
    #footer .location .group {
      display: block;
      border-left: 0;
      border-top: 1px solid #F1F1F1;
      padding: 5px 0 5px 7px; }
      #footer .location .group:first-child {
        padding: 5px 0 5px 7px; }
    #footer .location p {
      display: block;
      margin: 0;
      font-size: 12px; }
    #footer .location span {
      margin: 0 10px 0 0; }
    #footer .warning {
      margin-top: 0;
      padding: 10px 0 40px; }
      #footer .warning li {
        padding: 0 10px 0 20px;
        font-size: 13px;
        line-height: normal; }
        #footer .warning li:before {
          left: 10px;
          top: 7px;
          border-width: 3px 4px; }
  #content ul.starPost li {
    font-size: 14px;
    line-height: 1.5em;
    width: 100%;
    padding: 0; }
    #content ul.starPost li h4 {
      font-size: 15px;
      padding: 15px 0 10px 30px;
      background-size: 22px;
      background-position-y: 14px; }
  .btn_story {
    margin-right: 10px; }
  .orangebox, .orangebox2 {
    font-size: 16px; }
  #content_1 section, #content_2 section, #content_3 section {
    padding: 15px;
    margin: 0;
    width: 100%; }
  #content .form {
    font-size: 14px; }
  .addtocalendar {
    margin-right: 0 !important; } }

.goTop {
  position: fixed;
  display: none;
  width: 70px;
  height: 70px;
  bottom: 40px;
  cursor: pointer;
  background-image: url(../images/goTop.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  right: 15px; }

[id*="content"] {
  position: relative; }

#pos_1 {
  top: 60px; }

#pos_2 {
  top: 60px; }

#pos_3 {
  top: 60px; }

#pos_4 {
  top: 60px; }

@media screen and (max-width: 991px) {
  #pos-b1 {
    top: -25px; }
  #pos-d1 {
    top: -45px; }
  #pos-g1 {
    top: -45px; } }

.mobileShow {
  display: none; }

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

.textalign-center {
  text-align: center;
  margin: 0 auto;
  cursor: pointer; }

/* Tabs Start */
.ease {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.tabs {
  background: #fff;
  position: relative;
  margin: 50px 0; }

.tabs > input,
.tabs > span {
  width: 49.8%;
  height: 60px;
  line-height: 3;
  position: absolute;
  top: 0;
  font-size: 1.5em; }
  .tabs > input b,
  .tabs > span b {
    font-weight: normal; }
  @media screen and (max-width: 767px) {
    .tabs > input,
    .tabs > span {
      padding: 10px 0;
      width: 49.4%;
      height: 40px;
      font-size: 1.2em;
      line-height: 1.2; }
      .tabs > input b,
      .tabs > span b {
        display: block; } }

.tabs > input {
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  z-index: 99; }

.tabs > span {
  background: #f0f0f0;
  text-align: center;
  overflow: hidden; }

.tabs > span i,
.tabs > span {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.tabs > input:checked + span {
  background: #4e539a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4e539a 0%, #14aec6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4e539a 0%, #14aec6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#4e539a), to(#14aec6));
  background: -o-linear-gradient(left, #4e539a 0%, #14aec6 100%);
  background: linear-gradient(to right, #4e539a 0%, #14aec6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e539a', endColorstr='#14aec6',GradientType=1 );
  /* IE6-9 */ }

.tabs > input:hover + span {
  color: #000; }

.tabs > input:checked + span {
  color: #ffffff;
  font-size: 1.5em; }
  @media screen and (max-width: 767px) {
    .tabs > input:checked + span {
      font-size: 1.2em; } }

#tab-1, #tab-1 + span {
  left: 2px;
  top: 2px; }

#tab-2, #tab-2 + span {
  left: 50.04%;
  top: 2px; }

.tab-content {
  padding: 80px 20px 20px;
  width: 100%;
  min-height: 230px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #217fbf; }

.tab-content section {
  width: 100%;
  display: none; }
  .tab-content section .botton {
    text-align: center; }
    .tab-content section .botton a {
      border-top-right-radius: 15px;
      border-bottom-left-radius: 15px;
      background: #cd0001;
      /* Old browsers */
      background: -moz-linear-gradient(left, #cd0001 0%, #e35500 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #cd0001 0%, #e35500 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, right top, from(#cd0001), to(#e35500));
      background: -o-linear-gradient(left, #cd0001 0%, #e35500 100%);
      background: linear-gradient(to right, #cd0001 0%, #e35500 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd0001', endColorstr='#e35500',GradientType=1 );
      /* IE6-9 */
      padding: .8em 1.5em;
      color: #fff;
      margin: 1.5em auto 1em;
      font-size: 1.3em;
      font-weight: bold;
      display: inline-block; }
  @media screen and (max-width: 767px) {
    .tab-content section h2 {
      padding: 0 !important; }
      .tab-content section h2 b {
        display: block; }
      .tab-content section h2:before {
        position: absolute;
        left: -5%;
        top: 20px; }
      .tab-content section h2:after {
        position: absolute;
        right: -5%;
        top: 20px; } }

.tab-content section h2 {
  padding-top: .5em !important; }

.tab-content section p {
  margin-top: 15px;
  font-size: 1.2em;
  width: 100%;
  text-align: justify; }

#tab-1:checked ~ .tab-content #tab-item-1 {
  display: block; }

#tab-2:checked ~ .tab-content #tab-item-2 {
  display: block; }

#tab-3:checked ~ .tab-content #tab-item-3 {
  display: block; }

#tab-4:checked ~ .tab-content #tab-item-4 {
  display: block; }

#tab-5:checked ~ .tab-content #tab-item-5 {
  display: block; }

/* effect-1 */
.effect-1 > input:checked + span {
  background: #4e539a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4e539a 0%, #14aec6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4e539a 0%, #14aec6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#4e539a), to(#14aec6));
  background: -o-linear-gradient(left, #4e539a 0%, #14aec6 100%);
  background: linear-gradient(to right, #4e539a 0%, #14aec6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e539a', endColorstr='#14aec6',GradientType=1 );
  /* IE6-9 */ }

.video {
  padding: 0em 0 3em;
  margin: 3em auto 0; }
  @media screen and (max-width: 620px) {
    .video {
      padding: 0 0 2em 0;
      margin: -1em 0 0; } }

.video-container {
  position: relative;
  padding-bottom: 48%;
  padding-top: 50px;
  height: 0;
  margin: 1em 0 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 93.3%;
    height: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .video-container iframe, .video-container object, .video-container embed {
        width: 100%; } }
