@charset "UTF-8";
@import url(//fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;700&display=swap);
@import url(//fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700&display=swap);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol,
ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q,
blockquote {
  quotes: none; }

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

* {
  text-decoration: none;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

[v-cloak] {
  display: none; }

.input_focus.trans_bg {
  display: none; }

/* 用法範例
    @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; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@keyframes scroll {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@-webkit-keyframes a {
  from {
    height: 0; }
  to {
    height: 30px; } }

@keyframes a {
  from {
    height: 0; }
  to {
    height: 30px; } }

@-webkit-keyframes a1 {
  from {
    height: 0; }
  to {
    height: 60px; } }

@keyframes a1 {
  from {
    height: 0; }
  to {
    height: 60px; } }

@-webkit-keyframes b {
  from {
    width: 0%; }
  to {
    width: 50%; } }

@keyframes b {
  from {
    width: 0%; }
  to {
    width: 50%; } }

@-webkit-keyframes c {
  from {
    height: 0; }
  to {
    height: 100%; } }

@keyframes c {
  from {
    height: 0; }
  to {
    height: 100%; } }

@-webkit-keyframes d {
  from {
    width: 0%; }
  to {
    width: 100%; } }

@keyframes d {
  from {
    width: 0%; }
  to {
    width: 100%; } }

@-webkit-keyframes e {
  from {
    height: 0; }
  to {
    height: 100%; } }

@keyframes e {
  from {
    height: 0; }
  to {
    height: 100%; } }

@-webkit-keyframes f {
  from {
    width: 0%; }
  to {
    width: 40%; } }

@keyframes f {
  from {
    width: 0%; }
  to {
    width: 40%; } }

@-webkit-keyframes circle1 {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }

@keyframes circle1 {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }

@-webkit-keyframes circle2 {
  0% {
    opacity: 0; }
  49.99% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes circle2 {
  0% {
    opacity: 0; }
  49.99% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes circle {
  0% {
    margin-left: 41px;
    width: 41px;
    border-radius: 0 50px 50px 0; }
  49.99% {
    margin-left: 41px;
    width: 41px;
    border-radius: 0 50px 50px 0; }
  50% {
    margin-left: 0;
    width: 82px;
    border-radius: 0; }
  100% {
    margin-left: 0;
    width: 82px;
    border-radius: 0; } }

@keyframes circle {
  0% {
    margin-left: 41px;
    width: 41px;
    border-radius: 0 50px 50px 0; }
  49.99% {
    margin-left: 41px;
    width: 41px;
    border-radius: 0 50px 50px 0; }
  50% {
    margin-left: 0;
    width: 82px;
    border-radius: 0; }
  100% {
    margin-left: 0;
    width: 82px;
    border-radius: 0; } }

@-webkit-keyframes l {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    transform-origin: center top; }
  33% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    transform-origin: center top; }
  34% {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    transform-origin: center bottom; }
  66% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1); }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    transform-origin: center bottom; } }

@keyframes l {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    transform-origin: center top; }
  33% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    transform-origin: center top; }
  34% {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    transform-origin: center bottom; }
  66% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform: scaleY(1); }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    transform-origin: center bottom; } }

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *::-moz-selection, *::-moz-selection {
    background-color: transparent; }
  *::-moz-selection, *::selection {
    background-color: transparent; }

body, html {
  position: relative; }

body {
  margin-top: 75px;
  overflow-scrolling: touch; }
  @media screen and (max-width: 767px) {
    body {
      margin-top: 60px; } }

main {
  width: 100%;
  overflow-x: hidden; }
  main.minus {
    margin-top: -15px; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 10px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFF;
  z-index: 101;
  -webkit-box-shadow: 0px -3px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0px -3px 15px rgba(0, 0, 0, 0.25); }

@media screen and (max-width: 992px) {
  .header {
    padding: 15px 20px; } }

.header__logo img {
  width: auto;
  height: 34px; }

@media screen and (max-width: 992px) {
  .header__logo img {
    height: 30px; } }

.header__ul {
  width: 100%;
  margin-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 992px) {
  .header__ul {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 0;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    visibility: hidden;
    opacity: 0;
    padding-top: 150px; } }

.header__li {
  cursor: pointer;
  display: inline-block;
  color: #003E8D;
  font-weight: bold;
  font-size: 1rem;
  line-height: 27px;
  letter-spacing: 0.05rem; }
  .header__li a {
    color: #003E8D; }
  @media screen and (max-width: 767px) {
    .header__li a {
      color: #fff; } }
  .header__li span {
    color: #fff600; }
  .header__li:not(:last-child)::after {
    content: '';
    display: block;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 0%;
    height: 1px;
    background-color: #003E8D; }
  .header__li:hover::after {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 100%; }
  .header__li:not(:first-child) {
    margin-left: 40px; }

@media screen and (max-width: 992px) {
  .header__li:not(:first-child) {
    margin-left: 0;
    margin-top: 40px; } }

@media screen and (max-width: 992px) {
  .header__li {
    color: #FFF;
    font-size: 1.25rem; } }

.header .btn {
  margin-left: auto;
  width: 160px;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .header .btn {
      display: none; } }
  .header .btn a {
    display: block;
    font-size: 1rem;
    line-height: 0.8rem;
    color: #FFF;
    padding: 8px 0px; }
    .header .btn a img{
      vertical-align: text-bottom;
    }

@media screen and (max-width: 992px) {
  .header .btn {
    margin-left: unset;
    background-color: #FFF;
    width: 180px; }
    .header .btn a {
      font-size: 1rem;
      color: #003E8D; } }

@media screen and (max-width: 992px) {
  .menuBg {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background-color: #003E8D;
    width: 0px;
    height: 0px;
    border-radius: 100%;
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out; }
  .menuBg--active {
    width: 10000px;
    height: 10000px;
    -webkit-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    transition: .5s ease-in; } }

@media screen and (max-width: 992px) {
  .menuControl {
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: 50px;
    height: 30px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99999;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center; } }

.menuControl__line {
  width: 100%;
  height: 4px;
  display: block;
  background-color: #003E8D;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .menuControl__line:before {
    content: '';
    width: 100%;
    height: 4px;
    display: block;
    border-radius: 50px;
    background-color: #003E8D;
    position: absolute;
    left: 0;
    top: -15px;
    border-radius: 50px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  .menuControl__line:after {
    content: '';
    width: 100%;
    height: 4px;
    display: block;
    border-radius: 50px;
    background-color: #003E8D;
    position: absolute;
    left: 0;
    bottom: -15px;
    border-radius: 50px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }

@media screen and (max-width: 765px) {
  .menuControl__line {
    width: 80%; } }

@media screen and (max-width: 765px) {
  .menuControl__line:before {
    top: -10px; } }

@media screen and (max-width: 765px) {
  .menuControl__line:after {
    bottom: -10px; } }

.menuControl--active .menuControl__line {
  background-color: transparent; }
  .menuControl--active .menuControl__line:before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
    background-color: #FFF; }
  .menuControl--active .menuControl__line:after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
    background-color: #FFF; }

.menuControl--active + .menuBg {
  width: 10000px;
  height: 10000px;
  -webkit-transition: .5s ease-in;
  -o-transition: .5s ease-in;
  transition: .5s ease-in; }

.menuControl--active ~ .header__ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s 0.2s;
  -o-transition: all 0.5s 0.2s;
  transition: all 0.5s 0.2s; }
  .menuControl--active ~ .header__ul span {
    color: #EA5404; }

.btn {
  cursor: pointer;
  width: 197px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.1875rem;
  text-align: center;
  letter-spacing: 0.05rem;
  padding: 15px 0px;
  color: #FFFFFF;
  border-radius: 0.25rem;
  background-color: #003E8D;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }
  .btn:hover {
    background-color: #003E8D; }
    .btn:hover img {
      -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
      transform: translateX(5px); }

.section {
  position: relative;
  width: 100%;
  padding: 150px 0px; }

.section__container {
  width: 90%;
  max-width: 1200px;
  margin: auto; }

@media screen and (max-width: 992px) {
  .section__container {
    width: 85%; } }

.section:nth-of-type(1) {
  background-color: #FFF;
  padding: 150px 0px 0; }

.section:nth-of-type(2) {
  background-color: #FFF;
  background-image: url("../images/white-bg.jpg");
  background-size: 600px; }

.section:nth-of-type(3) {
  background-color: #f0f5f9; }

.section:nth-of-type(4) {
  background-color: #FFF; }

.section:nth-of-type(5) {
  background-color: #203B7D; }

.section:nth-of-type(6) {
  background-image: url("../images/blue-bg.jpg");
  background-size: 600px; }

.section:nth-of-type(7) {
  background-image: url("../images/blue-bg2.jpg");
  background-size: 600px; }

.section:nth-of-type(8) {
  background-color: #FFF;
  background-image: url("../images/white-bg2.jpg");
  background-size: 600px; }

@media screen and (max-width: 992px) {
  .section:nth-of-type(3) {
    background-size: 300px; } }

@media screen and (max-width: 992px) {
  .section:nth-of-type(6) {
    background-size: 300px; } }

@media screen and (max-width: 992px) {
  .section:nth-of-type(7) {
    background-size: 300px; } }

@media screen and (max-width: 992px) {
  .section:nth-of-type(8) {
    background-size: 300px; } }

@media screen and (max-width: 992px) {
  .section {
    padding: 100px 0px; }
    .section:nth-of-type(1) {
      padding: 80px 0 0px; } }

.kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 991px) {
    .kv {
      position: relative; } }
  .kv > div {
    width: 50%;
    z-index: 2; }
    .kv > div:last-child {
      position: relative; }
      .kv > div:last-child .cross {
        top: -60px;
        left: 60px;
        position: absolute;
        width: 18px;
        height: 18px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .kv > div:last-child .cross::before {
          content: '';
          width: 100%;
          height: 4px;
          background-color: #2D5B96;
          position: absolute;
          top: 50%;
          left: 0%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .kv > div:last-child .cross::after {
          content: '';
          width: 4px;
          height: 100%;
          background-color: #2D5B96;
          position: absolute;
          top: 0%;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  .kv ~ .mouseSvg {
    position: absolute;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .kv ~ .mouseSvg:nth-of-type(4) {
      top: 17%;
      right: 6%; }
    .kv ~ .mouseSvg:nth-of-type(5) {
      bottom: -20%;
      left: 60%; }
  .kv ul {
    min-width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px; }
    @media screen and (max-width: 991px) {
      .kv ul {
        min-width: auto;
        position: absolute;
        top: 360px; } }
    .kv ul li {
      width: 34.5%;
      vertical-align: sub;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .kv ul li:nth-child(2) {
        width: 31%; }
        @media screen and (max-width: 991px) {
          .kv ul li:nth-child(2) {
            text-align: center; } }
      @media screen and (max-width: 991px) {
        .kv ul li {
          width: 31%;
          margin-bottom: 1em;
          text-align: center; } }
      .kv ul li .img {
        width: 30%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 991px) {
          .kv ul li .img {
            width: 100%;
            margin-bottom: 10px; } }
        .kv ul li .img img {
          width: 50px; }
          @media screen and (max-width: 991px) {
            .kv ul li .img img {
              width: 45px; } }
      .kv ul li p {
        width: 70%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 991px) {
          .kv ul li p {
            width: 80%;
            line-height: 1.5; } }
        .kv ul li p span {
          display: block;
          font-weight: bold;
          font-family: Arial, "Noto Sans TC", sans-serif;
          padding-bottom: .25em; }

@media screen and (max-width: 1440px) {
  .kv {
    max-width: 1000px;
    height: 490px; } }

@media screen and (max-width: 992px) {
  .kv > div {
    width: 100%; }
    .kv > div:first-child {
      margin-bottom: 30px; }
  .kv {
    display: block; } }

@media screen and (max-width: 992px) {
  .kv > div:last-child .cross {
    top: 0px;
    left: 20px; } }

@media screen and (max-width: 1440px) {
  .kv ~ .scroll {
    bottom: -6%;
    left: 6%; } }

@media screen and (max-width: 992px) {
  .kv ~ .scroll {
    bottom: -8%;
    left: 16%; } }

@media screen and (max-width: 1440px) {
  .kv ~ .mouseSvg:nth-of-type(4) {
    right: -4%; } }

@media screen and (max-width: 992px) {
  .kv ~ .mouseSvg:nth-of-type(4) {
    top: 2%;
    left: 90%; } }

@media screen and (max-width: 1440px) {
  .kv ~ .mouseSvg:nth-of-type(5) {
    bottom: -20%;
    left: 60%; } }

@media screen and (max-width: 992px) {
  .kv ~ .mouseSvg:nth-of-type(5) {
    bottom: -15%;
    left: 0%; } }

.kv__top {
  width: 100%;
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1.875rem;
  letter-spacing: 0.15rem;
  color: #2C2C2C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Serif TC', serif; }
  .kv__top::after {
    content: '';
    display: block;
    width: 25%;
    height: 1px;
    background-color: #2C2C2C; }

@media screen and (max-width: 992px) {
  .kv__top {
    font-size: 1rem; }
    .kv__top::after {
      width: 22%; } }

.kv__title {
  margin-top: 30px;
  font-weight: bold;
  font-size: 6.25rem;
  line-height: 8rem;
  letter-spacing: 17px;
  color: #2C2C2C;
  color: transparent;
  /* 文字顏色設定透明 */
  background-image: -webkit-linear-gradient(45deg, #fbd469, #F37335 80%);
  background-image: -o-linear-gradient(45deg, #fbd469, #F37335 80%);
  background-image: linear-gradient(45deg, #fbd469, #F37335 80%);
  /* 設定漸層角度及顏色 */
  -webkit-background-clip: text;
  /* 背景裁剪成文字的前景色 */
  background-clip: text;
  font-family: Arial, "Noto Sans TC", sans-serif; }
  .kv__title span {
    display: inline-block;
    margin-left: 12px;
    font-size: 2.375rem;
    letter-spacing: 0.15rem; }

@media screen and (max-width: 992px) {
  .kv__title {
    margin-top: 15px;
    font-size: 4rem;
    letter-spacing: 0.7rem;
    line-height: 4rem;
    padding-left: .1em;
    text-align: center; }
    .kv__title span {
      font-size: 1.5rem; } }

.kv__bottom {
  font-weight: bold;
  font-size: 2.375rem;
  line-height: 3.75rem;
  letter-spacing: 0.05rem;
  color: #4b74b1;
  margin-bottom: 40px;
  font-family: 'Noto Serif TC', serif; }
  @media screen and (max-width: 767px) {
    .kv__bottom {
      text-align: center; } }
  .kv__bottom span {
    position: relative; }
    .kv__bottom span::after {
      position: absolute;
      top: 15px;
      left: 12px;
      font-size: 1.3em;
      color: #dbdbdb;
      content: ".";
      display: inline-block; }

@media screen and (max-width: 992px) {
  .kv__bottom {
    font-size: 1.3rem;
    line-height: 2.25rem;
    letter-spacing: 0.2rem; } }

.kv__coin {
  width: 100%;
  max-width: 90%;
  display: block;
  margin-left: auto;
  -webkit-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px); }

@media screen and (max-width: 992px) {
  .kv__coin {
    margin: auto;
    width: 85%;
    -webkit-transform: translateX(0px) scale(1.2);
    -ms-transform: translateX(0px) scale(1.2);
    transform: translateX(0px) scale(1.2); } }

.kv__intro {
  margin: 120px 0 0;
  padding: 45px 0;
  line-height: 1.5;
  text-align: center;
  background: #4b74b1;
  color: #fff; }
  @media screen and (max-width: 991px) {
    .kv__intro {
      margin: 50px 0 0;
      padding: 30px; } }

.kv .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.kv ~ .icon {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1; }
  .kv ~ .icon img {
    max-width: 100%; }
  .kv ~ .icon:nth-of-type(2) {
    top: 12%;
    left: 8%; }
  .kv ~ .icon:nth-of-type(3) {
    top: 62%;
    left: 55%; }
    .kv ~ .icon:nth-of-type(3) > div {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background-color: #5893CA; }

@media screen and (max-width: 1440px) {
  .kv ~ .icon:nth-of-type(2) {
    top: 12%;
    left: 0%; }
  .kv ~ .icon:nth-of-type(3) {
    top: 75%; } }

@media screen and (max-width: 992px) {
  .kv ~ .icon img {
    max-width: 110px; }
  .kv ~ .icon:nth-of-type(2) {
    top: 1%;
    left: 3%; }
  .kv ~ .icon:nth-of-type(3) {
    display: none; } }

.info {
  position: relative;
  z-index: 2; }

.info__h2 {
  font-weight: 900;
  font-size: 2.625rem;
  line-height: 4.5rem;
  text-align: center;
  letter-spacing: 0.04rem;
  color: #003E8D;
  position: relative; }
  .info__h2 span {
    display: inline-block; }

@media screen and (max-width: 992px) {
  .info__h2 {
    font-size: 1.75rem;
    line-height: 2.625rem; } }

.info .cross {
  top: 150px;
  left: -30px;
  position: absolute;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .info .cross::before {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #2D5B96;
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .info .cross::after {
    content: '';
    width: 4px;
    height: 100%;
    background-color: #2D5B96;
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

@media screen and (max-width: 992px) {
  .info .cross {
    top: -40px;
    left: 90%; } }

.info__note {
  font-size: 1rem;
  line-height: 1.625rem;
  text-align: center;
  letter-spacing: 0.04rem;
  color: #313131;
  margin-top: 10px;
  font-family: 'Noto Sans TC'; }
  .info__note__bold {
    text-align: center;
    line-height: 1.625rem;
    font-weight: 900;
    margin-top: 10px; }
    @media screen and (max-width: 767px) {
      .info__note__bold {
        margin-bottom: 5em; } }

@media screen and (max-width: 992px) {
  .info__note {
    text-align: left; } }

.info ~ .icon {
  z-index: 1;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .info ~ .icon img {
    max-width: 100%; }
  .info ~ .icon:nth-of-type(2) {
    top: 72%;
    left: 4%; }
  .info ~ .icon:nth-of-type(3) {
    top: 81%;
    left: 13%; }
    .info ~ .icon:nth-of-type(3) > div {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #D8692D; }
  .info ~ .icon:nth-of-type(4) {
    top: 20%;
    left: 75%; }
    .info ~ .icon:nth-of-type(4) > div {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #7FBCF5; }
  .info ~ .icon:nth-of-type(5) {
    top: 64%;
    left: 90%; }
    .info ~ .icon:nth-of-type(5) > div {
      width: 128px;
      height: 128px;
      background-color: #F1F1F1; }

.info ~ .mouseSvg {
  position: absolute;
  top: 68%;
  left: 86%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1; }

.info .line {
  width: 2px;
  margin: auto;
  margin: 20px auto;
  position: absolute;
  z-index: 2;
  bottom: -256px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .info .line::before {
    content: '';
    width: 2px;
    height: 60px;
    display: block;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    -webkit-animation: l 2s ease infinite;
    animation: l 2s ease infinite;
    background-color: #EE9D00; }
  .info .line::after {
    content: '';
    width: 2px;
    height: 20px;
    display: block;
    margin-top: 6px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    -webkit-animation: l 2s 0.66s ease infinite;
    animation: l 2s 0.66s ease infinite;
    background-color: #EE9D00; }

@media screen and (max-width: 1440px) {
  .info ~ .icon:nth-of-type(2) {
    top: 72%;
    left: 5%; }
  .info ~ .icon:nth-of-type(3) {
    top: 72%;
    left: 10%; }
  .info ~ .icon:nth-of-type(4) {
    top: 20%;
    left: 75%; } }

@media screen and (max-width: 992px) {
  .info ~ .icon:nth-of-type(2) {
    top: 68%;
    left: 1%; }
    .info ~ .icon:nth-of-type(2) img {
      max-width: 145px; }
  .info ~ .icon:nth-of-type(3) {
    top: 81%;
    left: 18%; }
    .info ~ .icon:nth-of-type(3) > div {
      width: 15px;
      height: 15px; }
  .info ~ .icon:nth-of-type(4) {
    top: 24%;
    left: 92%; }
    .info ~ .icon:nth-of-type(4) > div {
      width: 26px;
      height: 26px; }
  .info ~ .icon:nth-of-type(5) {
    top: 57%;
    left: 95%; }
    .info ~ .icon:nth-of-type(5) > div {
      width: 94px;
      height: 94px; } }

@media screen and (max-width: 992px) {
  .info ~ .mouseSvg {
    top: 60%;
    left: 80%;
    width: 65px;
    height: 65px; }
    .info ~ .mouseSvg svg {
      width: 100%; } }

.info__group {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .info__group div:not(:nth-of-type(2)) {
    font-weight: 900;
    font-size: 6.25rem;
    line-height: 6rem;
    letter-spacing: 0.03rem;
    color: #003E8D; }
    .info__group div:not(:nth-of-type(2)) span {
      font-size: 1.625rem;
      margin-left: 5px; }
  .info__group div:nth-of-type(2) {
    margin: 0px 40px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #003E8D; }

@media screen and (max-width: 992px) {
  .info__group div:not(:nth-of-type(2)) {
    font-size: 4.375rem; }
    .info__group div:not(:nth-of-type(2)) span {
      font-size: 1.25rem; } }

@media screen and (max-width: 992px) {
  .info__group div:nth-of-type(2) {
    margin: 0px 20px;
    font-size: 2rem; } }

.info__p {
  margin-top: 40px;
  font-size: .8rem;
  line-height: 1.875rem;
  text-align: center;
  letter-spacing: 0.03rem; }
  .info__p span {
    font-weight: bold; }

@media screen and (max-width: 992px) {
  .info__p {
    font-size: .8rem; } }

.info .btn {
  margin: 60px auto 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .info .btn img {
    margin-left: 10px;
    display: block; }

.slide__h2 {
  font-weight: bold;
  font-size: 2.625rem;
  line-height: 3.75rem;
  letter-spacing: 0.2rem;
  color: #003E8D;
  text-align: center;
  margin-bottom: 1em; }
  @media screen and (max-width: 991px) {
    .slide__h2 span {
      display: block; } }
  @media screen and (max-width: 991px) {
    .slide__h2 {
      font-size: 2em;
      line-height: 2.625rem; } }

.slide .step__h3 span {
  color: #4b74b1; }

.slide .step__mask::before {
  background-color: #4b74b1; }

.slide .groupLine .lines {
  background-color: #EE9D00;
  z-index: 5; }

.slide .step__cake > div::before, .slide .step__cake > div::after {
  border-color: #c3e2ff; }

.month {
  position: relative;
  z-index: 6; }

.month__h2 {
  font-weight: 900;
  font-size: 2.625rem;
  line-height: 4.5rem;
  text-align: center;
  letter-spacing: 0.04rem;
  color: #FFF; }
  .month__h2 span {
    display: inline-block;
    margin-left: .5em; }
    @media screen and (max-width: 991px) {
      .month__h2 span {
        margin-left: 0; } }

@media screen and (max-width: 992px) {
  .month__h2 {
    font-size: 1.75rem;
    line-height: 2.625rem; } }

@media screen and (max-width: 992px) {
  .month__h2 span {
    display: block; } }

.month .img {
  text-align: center;
  margin: 2em auto; }
  .month .img img {
    max-width: 100%; }

.month__subTitle {
  font-weight: 900;
  font-size: 1.375rem;
  line-height: 2.5rem;
  text-align: center;
  letter-spacing: 0.04rem;
  color: #fff;
  margin: 10px auto 60px;
  margin: 0px auto 30px; }

@media screen and (max-width: 992px) {
  .month__subTitle {
    font-size: 1.125rem;
    line-height: 1.6875rem; } }

@media screen and (max-width: 992px) {
  .month__subTitle {
    margin: 20px auto 30px;
    font-size: 1.0625rem; } }

.month__note {
  font-size: .8rem;
  line-height: 1.5rem;
  text-align: center;
  letter-spacing: 0.04rem;
  color: #FFF;
  font-family: 'Noto Sans TC'; }
  .month__note:first-child {
    margin-top: 60px; }
  .month__note span {
    color: #84E0ED; }

@media screen and (max-width: 992px) {
  .month__note {
    text-align: justify;
    font-size: 1rem;
    line-height: 1.75rem; }
    .month__note:not(:first-child) {
      margin-top: 20px; } }

.month ~ .line {
  width: 2px;
  margin: auto;
  position: absolute;
  z-index: 2;
  bottom: -86px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .month ~ .line::before {
    content: '';
    width: 2px;
    height: 60px;
    display: block;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    -webkit-animation: l 2s ease infinite;
    animation: l 2s ease infinite;
    background-color: #EE9D00; }
  .month ~ .line::after {
    content: '';
    width: 2px;
    height: 20px;
    display: block;
    margin-top: 6px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    -webkit-animation: l 2s 0.66s ease infinite;
    animation: l 2s 0.66s ease infinite;
    background-color: #EE9D00; }

.month ~ .mouseSvg {
  z-index: 1;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .month ~ .mouseSvg:nth-of-type(2) {
    top: 30%;
    left: 4%; }
    .month ~ .mouseSvg:nth-of-type(2) svg {
      width: 140px;
      height: 140px; }
  .month ~ .mouseSvg:nth-of-type(3) {
    bottom: -14%;
    right: 10%; }
    .month ~ .mouseSvg:nth-of-type(3) svg {
      width: 130px;
      height: 130px; }

.month ~ .icon {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .month ~ .icon:nth-of-type(4) {
    top: 42%;
    left: 2%;
    z-index: 2; }
    .month ~ .icon:nth-of-type(4) > div {
      width: 95px;
      height: 95px;
      background-color: #4b74b1; }
  .month ~ .icon:nth-of-type(5) {
    bottom: 18%;
    right: 18%; }
    .month ~ .icon:nth-of-type(5) > div {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #84E0ED; }
  .month ~ .icon:nth-of-type(6) {
    top: 80%;
    left: 98%; }

@media screen and (max-width: 1440px) {
  .month ~ .mouseSvg:nth-of-type(2) {
    top: 30%;
    left: 4%; } }

@media screen and (max-width: 992px) {
  .month ~ .mouseSvg:nth-of-type(2) {
    top: 92%;
    left: 6%; }
    .month ~ .mouseSvg:nth-of-type(2) svg {
      width: 62px;
      height: 62px; } }

@media screen and (max-width: 1440px) {
  .month ~ .mouseSvg:nth-of-type(3) {
    bottom: -14%;
    right: 10%; } }

@media screen and (max-width: 992px) {
  .month ~ .mouseSvg:nth-of-type(3) {
    right: -2%; }
    .month ~ .mouseSvg:nth-of-type(3) svg {
      width: 90px;
      height: 90px; } }

@media screen and (max-width: 1440px) {
  .month ~ .icon:nth-of-type(4) {
    top: 42%;
    left: 2%; } }

@media screen and (max-width: 992px) {
  .month ~ .icon:nth-of-type(4) {
    top: 100%; }
    .month ~ .icon:nth-of-type(4) > div {
      width: 42px;
      height: 42px; } }

@media screen and (max-width: 1440px) {
  .month ~ .icon:nth-of-type(5) {
    bottom: 18%;
    right: 18%; } }

@media screen and (max-width: 992px) {
  .month ~ .icon:nth-of-type(5) {
    bottom: 2%;
    right: 2%; }
    .month ~ .icon:nth-of-type(5) > div {
      width: 42px;
      height: 42px; } }

@media screen and (max-width: 1440px) {
  .month ~ .icon:nth-of-type(6) {
    top: 80%;
    left: 98%; } }

@media screen and (max-width: 992px) {
  .month ~ .icon:nth-of-type(6) {
    top: 50%; }
    .month ~ .icon:nth-of-type(6) > img {
      width: 142px; } }

.coin__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (max-width: 992px) {
  .coin__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.coin > .info-text {
  margin-top: 40px;
  font-weight: bold;
  font-size: .8rem;
  line-height: 1.875rem;
  text-align: center;
  letter-spacing: 0.03rem; }

.coin .cross:nth-of-type(1) {
  position: absolute;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: -10%;
  bottom: -28%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg); }
  .coin .cross:nth-of-type(1)::before {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #E9B600;
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .coin .cross:nth-of-type(1)::after {
    content: '';
    width: 4px;
    height: 100%;
    background-color: #E9B600;
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.coin .cross:nth-of-type(2) {
  position: absolute;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  right: -10%;
  top: -28%; }
  .coin .cross:nth-of-type(2)::before {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #003E8D;
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .coin .cross:nth-of-type(2)::after {
    content: '';
    width: 4px;
    height: 100%;
    background-color: #003E8D;
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

@media screen and (max-width: 992px) {
  .coin .cross:nth-of-type(1) {
    left: 5%;
    bottom: 106%; } }

@media screen and (max-width: 992px) {
  .coin .cross:nth-of-type(2) {
    right: 0%; } }

.coin__h2 {
  font-weight: bold;
  font-size: 2.625rem;
  line-height: 3.75rem;
  letter-spacing: 0.2rem;
  color: #003E8D;
  display: block;
  text-align: center;
  margin-top: .5em; }

@media screen and (max-width: 992px) {
  .coin__h2 {
    font-size: 1.75rem;
    line-height: 2.625rem; } }

.coin__h3 {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 2rem;
  color: #3b3b3b;
  display: block;
  text-align: center;
  margin-top: 1.5em; }
  .coin__h3 span {
    color: #003E8D; }

.coin__squad {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .coin__squad p {
    opacity: 0; }
  .coin__squad > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border: 1px solid #003E8D;
    font-weight: bold;
    font-size: 2rem;
    color: #003E8D; }
    .coin__squad > div:not(:first-child) {
      margin-left: 10px; }

@media screen and (max-width: 992px) {
  .coin__squad > div {
    width: 35px;
    height: 35px;
    font-size: 1.5rem; } }

@media screen and (max-width: 992px) {
  .coin__squad {
    margin-left: 0;
    margin-top: 20px; } }

.coin__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 80px; }
  .coin__wrapper__four .coin__item {
    width: 20%; }
    @media screen and (max-width: 991px) {
      .coin__wrapper__four .coin__item {
        width: 100%; } }

@media screen and (max-width: 992px) {
  .coin__wrapper {
    margin-top: 40px; } }

.coin__item {
  width: 22%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  vertical-align: top; }
  @media screen and (max-width: 767px) {
    .coin__item {
      display: block; } }
  .coin__item img {
    max-width: 100%;
    display: block;
    margin: auto; }
  .coin__item svg {
    display: block;
    margin: 0 auto 20px;
    width: 200px; }
    @media screen and (max-width: 991px) {
      .coin__item svg {
        width: 190px; } }
  .coin__item path {
    fill-opacity: 0; }

@media screen and (max-width: 767px) {
  .info .coin .coin__item svg {
    width: 40%;
    float: left;
    margin: -50px 0 0; } }

@media screen and (max-width: 767px) {
  .info .coin .coin__item .coin__itemBox__show, .info .coin .coin__item .coin__itemTitle {
    float: right; } }

@media screen and (max-width: 991px) {
  .coin .coin__item {
    margin-bottom: 40px !important; }
  .coin .coin__item svg {
    width: 150px;
    float: left;
    margin-right: 1em; }
  .coin .coin__itemBox, .coin .coin__itemTitle, .coin .coin__itemSubTitle {
    text-align: left; } }

@media screen and (max-width: 992px) {
  .coin__item {
    width: 100%; }
    .coin__item:not(:last-child) {
      margin-bottom: 80px; } }

.coin__itemBox {
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0; }
  .coin__itemBox__show {
    opacity: 1; }

.coin__itemTitle {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 2.4375rem;
  text-align: center;
  letter-spacing: 0.035rem;
  color: #003E8D; }
  .coin__itemTitle::before {
    font-size: 2rem; }

.coin__itemSubTitle {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-align: center;
  letter-spacing: 0.035rem;
  color: #4b74b1; }

.coin__itemText {
  width: 100%;
  position: relative;
  margin-top: 60px;
  padding: 30px 25px;
  background: #fff; }
  .coin__itemText p {
    text-align: justify;
    font-family: 'Noto Sans TC';
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.04rem;
    color: #313131;
    opacity: 0; }
    .coin__itemText p span {
      font-weight: bold; }
  .coin__itemText.groupLine > div {
    background-color: #EE9D00; }
    .coin__itemText.groupLine > div:hover {
      background: #bb7000;
      color: #fff; }

@media screen and (min-width: 992px) {
  .coin__itemText {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

.coin__btn {
  cursor: pointer;
  display: block;
  width: 308px;
  background-color: #003E8D;
  border-radius: 4px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0.05rem;
  color: #FFFFFF;
  padding: 18px 30px;
  margin: 80px auto 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .coin__btn img {
    max-width: 100%; }
  .coin__btn:hover {
    background-color: #003E8D; }

@media screen and (min-width: 992px) {
  .coin__btn {
    margin: 50px auto 0; } }

.step {
  position: relative;
  z-index: 2; }
  .step ~ .mouseSvg {
    z-index: 1;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .step ~ .mouseSvg:nth-of-type(2) {
      top: 48%;
      left: 4%; }
      .step ~ .mouseSvg:nth-of-type(2) svg {
        width: 130px;
        height: 130px; }
    .step ~ .mouseSvg:nth-of-type(3) {
      bottom: 5%;
      right: 20%; }
      .step ~ .mouseSvg:nth-of-type(3) svg {
        width: 140px;
        height: 140px; }
  .step ~ .line {
    width: 2px;
    margin: auto;
    position: absolute;
    z-index: 2;
    bottom: -86px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .step ~ .line::before {
      content: '';
      width: 2px;
      height: 60px;
      display: block;
      -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
      transform-origin: center top;
      -webkit-animation: l 2s ease infinite;
      animation: l 2s ease infinite;
      background-color: #EE9D00; }
    .step ~ .line::after {
      content: '';
      width: 2px;
      height: 20px;
      display: block;
      margin-top: 6px;
      -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
      transform-origin: center top;
      -webkit-animation: l 2s 0.66s ease infinite;
      animation: l 2s 0.66s ease infinite;
      background-color: #EE9D00; }
  .step ~ .icon {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .step ~ .icon:nth-of-type(4) {
      top: 2%;
      left: 15%; }
      .step ~ .icon:nth-of-type(4) > div {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background-color: #84E0ED; }
    .step ~ .icon:nth-of-type(5) {
      top: 15%;
      left: 40%; }
      .step ~ .icon:nth-of-type(5) > div {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #003E8D; }
    .step ~ .icon:nth-of-type(6) {
      top: 20%;
      right: 10%; }
      .step ~ .icon:nth-of-type(6) > div {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background-color: #EE9D00; }
    .step ~ .icon:nth-of-type(7) {
      bottom: 10%;
      right: 0%; }
      .step ~ .icon:nth-of-type(7) > img {
        width: 118px; }
  .step .cross {
    position: absolute;
    width: 18px;
    height: 18px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    top: 8%;
    right: 4%; }
    .step .cross::before {
      content: '';
      width: 100%;
      height: 4px;
      background-color: #FFF;
      position: absolute;
      top: 50%;
      left: 0%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .step .cross::after {
      content: '';
      width: 4px;
      height: 100%;
      background-color: #FFF;
      position: absolute;
      top: 0%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

@media screen and (max-width: 1440px) {
  .step ~ .mouseSvg:nth-of-type(2) {
    top: 48%;
    left: 4%; }
  .step ~ .mouseSvg:nth-of-type(3) {
    bottom: 2%;
    right: 6%; } }

@media screen and (max-width: 992px) {
  .step ~ .mouseSvg:nth-of-type(2) {
    top: 52%;
    left: 6%; }
    .step ~ .mouseSvg:nth-of-type(2) svg {
      width: 90px;
      height: 90px; }
  .step ~ .mouseSvg:nth-of-type(3) {
    bottom: 0%;
    right: -24%; }
    .step ~ .mouseSvg:nth-of-type(3) svg {
      width: 60px;
      height: 60px; } }

@media screen and (max-width: 992px) {
  .step ~ .icon:nth-of-type(4) {
    top: 0%;
    left: 20%; }
    .step ~ .icon:nth-of-type(4) > div {
      width: 80px;
      height: 80px; } }

@media screen and (max-width: 1440px) {
  .step ~ .icon:nth-of-type(5) {
    left: 34%; } }

@media screen and (max-width: 992px) {
  .step ~ .icon:nth-of-type(5) {
    top: 30%;
    left: 16%; }
    .step ~ .icon:nth-of-type(5) > div {
      width: 44px;
      height: 44px; } }

@media screen and (max-width: 992px) {
  .step ~ .icon:nth-of-type(6) {
    top: 22%;
    right: -7%; }
    .step ~ .icon:nth-of-type(6) > div {
      width: 30px;
      height: 30px; } }

@media screen and (max-width: 1440px) {
  .step ~ .icon:nth-of-type(4) {
    top: 2%;
    left: 15%; }
  .step ~ .icon:nth-of-type(7) {
    bottom: 10%;
    right: -8%; } }

.step__h2 {
  font-weight: 900;
  font-size: 2.625rem;
  line-height: 4.5rem;
  text-align: center;
  letter-spacing: 0.04rem;
  color: #FFF; }
  .step__h2 span {
    display: inline-block; }

@media screen and (max-width: 992px) {
  .step__h2 {
    font-size: 1.75rem;
    line-height: 2.625rem; } }

.step__box {
  position: relative; }

@media screen and (max-width: 992px) {
  .step__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.step__group {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }
  .step__group div:not(:nth-of-type(2)) {
    font-weight: 900;
    font-size: 6.25rem;
    line-height: 6rem;
    letter-spacing: 0.03rem;
    color: #FFF; }
    .step__group div:not(:nth-of-type(2)) span {
      font-size: 1.625rem;
      margin-left: 5px; }
  .step__group div:nth-of-type(2) {
    margin: 0px 40px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #FFF; }

@media screen and (max-width: 992px) {
  .step__group div:not(:nth-of-type(2)) {
    font-size: 4rem; }
    .step__group div:not(:nth-of-type(2)) span {
      font-size: 1.25rem; } }

@media screen and (max-width: 992px) {
  .step__group div:nth-of-type(2) {
    margin: 0px 20px;
    font-size: 2rem; } }

.step__squad {
  width: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.75rem;
  text-align: center;
  letter-spacing: 0.04rem;
  color: #FFFFFF;
  background-color: #4b74b1;
  padding: 8px 0px; }

@media screen and (min-width: 992px) {
  .step__squad {
    width: 130px;
    font-size: 2rem;
    line-height: 4.125rem;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 40%;
    padding: 0; } }

@media screen and (min-width: 992px) {
  .step__start {
    left: 20%; } }

@media screen and (min-width: 992px) {
  .step__plan {
    left: 80%; } }

.step .line {
  width: 2px;
  margin: auto;
  margin: 30px auto; }
  .step .line::before {
    content: '';
    width: 2px;
    height: 60px;
    display: block;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    -webkit-animation: l 2s ease infinite;
    animation: l 2s ease infinite;
    background-color: #EE9D00; }
  .step .line::after {
    content: '';
    width: 2px;
    height: 20px;
    display: block;
    margin-top: 6px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    -webkit-animation: l 2s 0.66s ease infinite;
    animation: l 2s 0.66s ease infinite;
    background-color: #EE9D00; }

.step__container {
  width: 100%;
  max-width: 900px;
  margin: auto; }
  .step__container > div {
    width: 100%; }

.step__h3 {
  font-weight: 900;
  font-size: 2rem;
  line-height: 2.875rem;
  text-align: center;
  letter-spacing: 0.04rem;
  color: #EE9D00; }
  .step__h3 span {
    font-size: 1.75rem;
    line-height: 2.5rem;
    display: block;
    color: #FFF;
    margin-top: 15px; }

@media screen and (max-width: 992px) {
  .step__h3 {
    font-size: 1.75rem;
    line-height: 2.5rem; }
    .step__h3 span {
      font-size: 1.25rem;
      line-height: 1.875rem; } }

.step__mask {
  width: 190px;
  margin: 60px auto;
  position: relative;
  z-index: 1; }
  .step__mask::before {
    content: '';
    display: block;
    padding-bottom: 12px;
    background-color: #FFF; }
  .step__mask::after {
    content: '';
    width: 100vw;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: -webkit-repeating-linear-gradient(left, #4b74b1 0, #4b74b1 10px, transparent 10px, transparent 20px);
    background: -o-repeating-linear-gradient(left, #4b74b1 0, #4b74b1 10px, transparent 10px, transparent 20px);
    background: repeating-linear-gradient(90deg, #4b74b1 0, #4b74b1 10px, transparent 10px, transparent 20px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1; }
  .step__mask > div {
    cursor: pointer;
    width: 76px;
    height: 76px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%; }

@media screen and (max-width: 992px) {
  .step__mask {
    width: 116px; }
    .step__mask > div {
      -webkit-transform: translate(-50%, -50%) scale(0.6);
      -ms-transform: translate(-50%, -50%) scale(0.6);
      transform: translate(-50%, -50%) scale(0.6); } }

.step__prev {
  left: -180%; }
  .step__prev .step__arrow::before {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    border-left: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    -webkit-transform: translateX(3px) rotate(45deg);
    -ms-transform: translateX(3px) rotate(45deg);
    transform: translateX(3px) rotate(45deg); }

@media screen and (max-width: 992px) {
  .step__prev {
    left: -60%; } }

.step__next {
  position: relative;
  right: -220%; }
  .step__next .step__arrow::before {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    border-right: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    -webkit-transform: translateX(-3px) rotate(-45deg);
    -ms-transform: translateX(-3px) rotate(-45deg);
    transform: translateX(-3px) rotate(-45deg); }

@media screen and (max-width: 992px) {
  .step__next {
    right: -120%; } }

.step__arrow {
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: #7FBCF5;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2; }

.step__cake {
  width: 82px;
  height: 82px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: -1; }
  .step__cake > div {
    position: absolute;
    width: 41px;
    height: 82px;
    overflow: hidden;
    border-radius: 0 50px 50px 0;
    margin-left: 41px; }
    .step__cake > div::before, .step__cake > div::after {
      content: "";
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      top: 0;
      right: 0;
      width: 82px;
      height: 41px;
      background: #7FBCF5;
      border-style: solid;
      border-color: #FFF;
      border-width: 6px 6px 0;
      border-radius: 50px 50px 0 0;
      -webkit-transform-origin: 41px 41px;
      -ms-transform-origin: 41px 41px;
      transform-origin: 41px 41px; }
    .step__cake > div::before {
      z-index: 1;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .step__cake > div::after {
      opacity: 0;
      z-index: 2;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

.step__cake--active > div {
  -webkit-animation: circle 10s infinite linear;
  animation: circle 10s infinite linear; }
  .step__cake--active > div::before {
    -webkit-animation: circle1 10s infinite linear;
    animation: circle1 10s infinite linear; }
  .step__cake--active > div::after {
    -webkit-animation: circle2 10s infinite linear;
    animation: circle2 10s infinite linear; }

.step__area {
  width: 100%;
  position: relative;
  margin-top: 100px; }

.step__areaItems {
  width: 100%;
  padding: 0;
  background-color: #FFF; }

.step .lines {
  background-color: #84E0ED;
  z-index: 5; }

@media screen and (max-width: 992px) {
  .step__img {
    width: 60%;
    margin-bottom: 20px; }
    .step__img svg {
      margin: auto;
      width: auto;
      height: 120px; } }

.step__text {
  width: 100%;
  position: relative !important;
  padding: 30px; }
  .step__text h4 {
    font-weight: 900;
    font-size: 1.625rem;
    line-height: 2.425rem;
    letter-spacing: 0.04rem;
    color: #003E8D;
    margin-bottom: 15px; }
  .step__text p {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.04rem;
    color: #313131;
    margin-bottom: 15px;
    font-family: 'Noto Sans TC'; }
    .step__text p .highlight {
      color: #222;
      font-weight: bold;
      background-color: transparent;
      -webkit-box-shadow: 0 -10px #B3DEFF inset;
      box-shadow: 0 -10px #B3DEFF inset; }
    .step__text p span {
      color: #003E8D; }
    .step__text p.info-text {
      font-size: .8rem;
      line-height: 1.4375rem; }
      .step__text p.info-text span {
        font-weight: 900; }
  .step__text img {
    max-width: 100%;
    margin: 0 auto 1em;
    text-align: center; }

@media screen and (max-width: 992px) {
  .step__text {
    width: 100%;
    padding: 30px; }
    .step__text h4 {
      font-size: 1.25rem;
      line-height: 1.875rem; }
    .step__text p {
      font-size: 0.8rem; } }

.regular {
  position: relative;
  z-index: 6; }

.regular__h2 {
  font-weight: 900;
  font-size: 2.625rem;
  line-height: 4.5rem;
  text-align: center;
  letter-spacing: 0.04rem;
  color: #003E8D; }
  .regular__h2 span {
    display: inline-block; }

@media screen and (max-width: 992px) {
  .regular__h2 {
    font-size: 1.75rem;
    line-height: 2.625rem; } }

.regular__subTitle {
  font-weight: 900;
  font-size: 1.375rem;
  line-height: 2.5rem;
  text-align: center;
  letter-spacing: 0.04rem;
  color: #003E8D;
  margin: 10px auto 60px; }

@media screen and (max-width: 992px) {
  .regular__subTitle {
    font-size: 1.125rem;
    line-height: 1.6875rem; } }

@media screen and (max-width: 992px) {
  .regular__subTitle {
    font-size: 1.0625rem; } }

.regular__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 80px; }

@media screen and (max-width: 992px) {
  .regular__container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px; } }

.regular__item {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #FFF; }
  .regular__item:first-child {
    width: 100%;
    margin-bottom: 4em; }
    @media screen and (max-width: 991px) {
      .regular__item:first-child {
        width: 90%; } }
  .regular__item:last-child ul li:last-child {
    margin-bottom: 1.5em; }
    @media screen and (max-width: 1799px) {
      .regular__item:last-child ul li:last-child {
        margin-bottom: 2em; } }
    @media screen and (max-width: 1799px) {
      .regular__item:last-child ul li:last-child {
        margin-bottom: 1.5em; } }
    @media screen and (max-width: 1399px) {
      .regular__item:last-child ul li:last-child {
        margin-bottom: 1.5em; } }
    @media screen and (max-width: 1199px) {
      .regular__item:last-child ul li:last-child {
        margin-bottom: 3em; } }
    @media screen and (max-width: 991px) {
      .regular__item:last-child ul li:last-child {
        margin-bottom: 1em; } }
  .regular__item:hover .lines {
    background-color: #F0AD00; }
  .regular__item .groupLine {
    padding: 30px 15px; }
  .regular__item .lines {
    background-color: #7FBCF5; }
  .regular__item ul {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px dotted #ccc; }
    .regular__item ul li {
      float: left;
      padding: .5em  1em;
      line-height: 1.5; }
      @media screen and (max-width: 991px) {
        .regular__item ul li {
          padding: .25em .5em; } }
      .regular__item ul li:nth-child(odd) {
        width: 25%;
        font-weight: bold;
        color: #ee6200; }
        @media screen and (max-width: 991px) {
          .regular__item ul li:nth-child(odd) {
            width: 100%; } }
      .regular__item ul li:nth-child(even) {
        width: 75%; }
        @media screen and (max-width: 991px) {
          .regular__item ul li:nth-child(even) {
            width: 100%;
            margin-bottom: 1em; } }
      .regular__item ul li span {
        color: #57a0ff; }
    .regular__item ul::after {
      content: "";
      display: table;
      clear: both; }
  .regular__item ol {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px dotted #ccc; }
    .regular__item ol li {
      padding: .5em  1em;
      line-height: 1.5;
      text-align: center;
      width: 48%;
      display: inline-block; }
      @media screen and (max-width: 991px) {
        .regular__item ol li {
          width: 100%; } }
      .regular__item ol li span {
        color: #57a0ff; }
      .regular__item ol li a {
        text-decoration: underline;
        display: block;
        color: #000; }
        .regular__item ol li a:hover {
          text-decoration: none; }

@media screen and (max-width: 992px) {
  .regular__item {
    width: 90%; }
    .regular__item:not(:last-child) {
      margin-bottom: 80px; } }

.regular__aims {
  font-weight: 900;
  font-size: 1.3rem;
  line-height: 2rem;
  text-align: center;
  letter-spacing: 0.04rem;
  color: #003E8D; }

.regular__aims--highlight {
  font-size: 2rem;
  line-height: 3.5625rem;
  color: #003E8D;
  margin: 0px 5px; }
  @media screen and (max-width: 991px) {
    .regular__aims--highlight {
      font-size: 1.5rem;
      display: block; } }

@media screen and (max-width: 992px) {
  .regular__aims {
    font-size: 1.2rem; } }

.regular .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 30px;
  margin: 20px auto 0; }

.regular__small {
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.04rem;
  color: #003E8D;
  text-align: center;
  font-weight: 900;
  margin-top: 15px; }
  .regular__small a {
    text-decoration: underline;
    color: #003E8D; }

@media screen and (max-width: 992px) {
  .regular__small {
    font-size: 0.875rem; } }

.regular ~ .icon {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .regular ~ .icon:nth-of-type(2) {
    top: 34%;
    left: 18%; }
    .regular ~ .icon:nth-of-type(2) > div {
      width: 72px;
      height: 72px;
      border-radius: 50%;
      background-color: #4b74b1; }
  .regular ~ .icon:nth-of-type(3) {
    top: 10%;
    left: 36%; }
    .regular ~ .icon:nth-of-type(3) > div {
      width: 110px;
      height: 110px;
      border-radius: 50%;
      background-color: #FFF; }
  .regular ~ .icon:nth-of-type(4) {
    bottom: -2%;
    right: 10%; }
    .regular ~ .icon:nth-of-type(4) > div {
      width: 132px;
      height: 132px;
      border-radius: 50%;
      background-color: #14378A; }

.regular ~ .mouseSvg {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1; }
  .regular ~ .mouseSvg:nth-of-type(5) {
    top: 50%;
    right: 2%; }
  .regular ~ .mouseSvg:nth-of-type(6) {
    bottom: -12%;
    left: 6%; }

@media screen and (max-width: 1440px) {
  .regular ~ .icon:nth-of-type(2) {
    top: 30%;
    left: 2%; } }

@media screen and (max-width: 992px) {
  .regular ~ .icon:nth-of-type(2) {
    top: 45%;
    left: 12%; }
    .regular ~ .icon:nth-of-type(2) > div {
      width: 140px;
      height: 140px; } }

@media screen and (max-width: 1440px) {
  .regular ~ .icon:nth-of-type(3) {
    top: 14%;
    left: 30%; } }

@media screen and (max-width: 992px) {
  .regular ~ .icon:nth-of-type(3) {
    top: 6%;
    left: 0%; }
    .regular ~ .icon:nth-of-type(3) > div {
      width: 92px;
      height: 92px; } }

@media screen and (max-width: 1440px) {
  .regular ~ .icon:nth-of-type(4) {
    right: 4%; } }

@media screen and (max-width: 992px) {
  .regular ~ .icon:nth-of-type(4) {
    right: -38%; }
    .regular ~ .icon:nth-of-type(4) > div {
      width: 115px;
      height: 115px; } }

@media screen and (max-width: 1440px) {
  .regular ~ .mouseSvg:nth-of-type(5) {
    right: -4%; } }

@media screen and (max-width: 1440px) {
  .regular ~ .mouseSvg:nth-of-type(6) {
    left: -2%; } }

.open {
  position: relative;
  z-index: 6; }

.open__h2 {
  font-weight: 900;
  font-size: 2.625rem;
  line-height: 4.5rem;
  text-align: center;
  letter-spacing: 0.04rem;
  color: #003E8D; }
  .open__h2 span {
    display: inline-block; }

@media screen and (max-width: 992px) {
  .open__h2 {
    font-size: 1.75rem;
    line-height: 2.625rem; } }

.open .lines {
  background-color: #F0AD00;
  z-index: 5; }

.open__container {
  width: 100%;
  max-width: 900px;
  margin: 80px auto 0;
  padding: 80px 25px;
  background-color: #FFF; }

@media screen and (max-width: 992px) {
  .open__container {
    width: 90% !important;
    padding: 60px 25px; } }

.open__area {
  width: 71%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (max-width: 992px) {
  .open__area {
    width: 100%; } }

.open__sub {
  width: 100%;
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 2.875rem;
  text-align: center;
  letter-spacing: 0.04rem;
  color: #14378A;
  margin-bottom: 30px; }

@media screen and (max-width: 992px) {
  .open__sub {
    font-size: 1rem;
    line-height: 2rem; } }

.open__item {
  width: 22%; }
  .open__item svg {
    max-width: 100%;
    display: block;
    margin: auto;
    width: 140px; }
  .open__item p {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.875rem;
    text-align: center;
    color: #003E8D;
    font-family: 'Noto Sans TC';
    opacity: 0; }

@media screen and (max-width: 992px) {
  .open__item {
    width: 100%; }
    .open__item:not(:last-child) {
      margin-bottom: 40px; }
    .open__item p {
      margin-top: 0px; } }

.open .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 30px;
  margin: 50px auto 0; }

.open ~ .icon {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1; }
  .open ~ .icon:nth-of-type(2) {
    top: 10%;
    right: -20%; }
    .open ~ .icon:nth-of-type(2) > img {
      width: 75px; }
  .open ~ .icon:nth-of-type(3) {
    bottom: 16%;
    left: 12%; }
    .open ~ .icon:nth-of-type(3) > div {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      background-color: #D8692D; }

.open ~ .mouseSvg {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1; }
  .open ~ .mouseSvg:nth-of-type(4) {
    top: 50%;
    right: 4%; }
  .open ~ .mouseSvg:nth-of-type(5) {
    bottom: -2%;
    left: 20%; }

@media screen and (min-width: 992px) {
  .open .btn {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); } }

@media screen and (max-width: 992px) {
  .open ~ .mouseSvg:nth-of-type(4) {
    right: -20%; } }

.discount__h4 {
  font-weight: 900;
  font-size: 1.375rem;
  line-height: 2.3125rem;
  letter-spacing: 0.06rem;
  color: #003E8D;
  display: inline-block;
  outline: 1px solid #003E8D;
  padding: 0px 15px;
  background-color: #FFF; }

@media screen and (max-width: 992px) {
  .discount__h4 {
    font-size: 1.375rem;
    line-height: 2rem;
    padding: 6px 15px; } }

.discount__p {
  font-size: 0.85rem;
  line-height: 1.4375rem;
  color: #000000;
  font-family: 'Noto Sans TC';
  text-align: justify; }
  .discount__p a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #003E8D; }
  .discount__p.highlight {
    color: #E84C0B; }
  .discount__p.point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .discount__p.point::before {
      content: '・';
      display: block; }

.footer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 60px;
  background-color: #FFF; }
  .footer.topmore {
    padding-top: 60px; }

@media screen and (max-width: 1440px) {
  .footer {
    width: 90%; } }

@media screen and (max-width: 768px) {
  .footer {
    padding: 50px 20px 70px; } }

.footer__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .footer__info > div img {
    width: 100%;
    max-width: 170px; }

@media screen and (max-width: 992px) {
  .footer__info > div {
    width: 100%; } }

@media screen and (max-width: 992px) {
  .footer__info > div img {
    max-width: 150px;
    display: block;
    margin: auto;
    margin-bottom: 15px; } }

@media screen and (max-width: 992px) {
  .footer__info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.footer__tel {
  font-size: 1rem;
  color: #ea5404;
  font-weight: bold; }
  .footer__tel strong {
    font-size: 2rem; }
    .footer__tel strong a {
      color: #ea5404; }

@media screen and (max-width: 992px) {
  .footer__tel {
    font-size: 1rem; } }

@media screen and (max-width: 992px) {
  .footer__tel strong {
    font-size: 1.5rem; } }

.footer__text {
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 16px;
  font-family: 'Noto Sans TC'; }

.footer__contant {
  width: 100%;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .footer__contant > div {
    position: relative;
    width: 20%; }

@media screen and (min-width: 992px) {
  .footer__contant > div {
    padding: 0px 10px; }
    .footer__contant > div:not(:last-child)::after {
      content: '';
      width: 1px;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      background-color: #ccc; }
    .footer__contant > div:first-child {
      padding-left: 0; }
    .footer__contant > div:last-child {
      padding-right: 0; } }

@media screen and (max-width: 992px) {
  .footer__contant > div {
    width: 100%;
    padding: 10px 0px; }
    .footer__contant > div:not(:last-child) {
      border-bottom: 1px solid #CCC; }
    .footer__contant > div:first-child {
      padding-top: 0; }
    .footer__contant > div:last-child {
      padding-bottom: 0; } }

.footer__name {
  font-size: 15px;
  font-weight: 500; }

.footer__addr {
  margin: 5px 0px; }

.footer__waring {
  width: 100%;
  margin-top: 50px; }
  .footer__waring ul {
    width: 100%; }
  .footer__waring li {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    letter-spacing: 0.1em;
    font-family: 'Noto Sans TC'; }
    .footer__waring li:not(:last-child) {
      margin-bottom: 20px; }
    .footer__waring li span {
      -webkit-text-decoration-line: underline;
      text-decoration-line: underline;
      color: #E84C0B;
      font-weight: 500; }

@media screen and (max-width: 992px) {
  .footer__waring li {
    font-size: 12px;
    line-height: 17px; } }

.groupLine {
  width: 100%;
  position: relative; }
  .groupLine > .lines {
    position: absolute; }
    .groupLine > .lines:nth-of-type(1) {
      width: 2px;
      height: 0px;
      top: -30px;
      left: calc(50% - 2px); }
    .groupLine > .lines:nth-of-type(2) {
      width: 0%;
      height: 2px;
      top: 0px;
      right: 50%; }
    .groupLine > .lines:nth-of-type(3) {
      width: 2px;
      height: 0%;
      top: 0;
      left: 0; }
    .groupLine > .lines:nth-of-type(4) {
      width: 0%;
      height: 2px;
      bottom: 0;
      left: 0; }
    .groupLine > .lines:nth-of-type(5) {
      bottom: 0;
      right: 0;
      width: 2px;
      height: 0%; }
    .groupLine > .lines:nth-of-type(6) {
      width: 0%;
      height: 2px;
      top: 0px;
      right: 0; }
  .groupLine p {
    padding-bottom: 45px; }

.groupLine--active > div:nth-of-type(1) {
  -webkit-animation: a 0.2s 0s linear forwards;
  animation: a 0.2s 0s linear forwards; }

.groupLine--active > div:nth-of-type(2) {
  -webkit-animation: b 0.2s 0.2s linear forwards;
  animation: b 0.2s 0.2s linear forwards; }

.groupLine--active > div:nth-of-type(3) {
  -webkit-animation: c 0.2s 0.4s linear forwards;
  animation: c 0.2s 0.4s linear forwards; }

.groupLine--active > div:nth-of-type(4) {
  -webkit-animation: d 0.2s 0.6s linear forwards;
  animation: d 0.2s 0.6s linear forwards; }

.groupLine--active > div:nth-of-type(5) {
  -webkit-animation: e 0.2s 0.8s linear forwards;
  animation: e 0.2s 0.8s linear forwards; }

.groupLine--active > div:nth-of-type(6) {
  -webkit-animation: f 0.2s 1s linear forwards;
  animation: f 0.2s 1s linear forwards;
  -webkit-animation: f 0.4s 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
  animation: f 0.4s 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards; }

.owl-dots {
  display: none; }

body.hidden {
  overflow: hidden; }

.lineBtn {
  border-radius: 4px 0px 0px 4px;
  border-top: 2px solid #6E9AD1;
  border-left: 2px solid #6E9AD1;
  border-bottom: 2px solid #6E9AD1;
  background-color: #FFF;
  display: block;
  z-index: 101; }
  @media screen and (max-width: 767px) {
    .lineBtn {
      display: none; } }
  .lineBtn p {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #3F7DCB;
    padding: 10px; }
    .lineBtn p span {
      color: #003E8D; }
  .lineBtn:hover {
    background-color: #003E8D;
    border-color: #003E8D; }
    .lineBtn:hover p {
      color: #FFF; }
      .lineBtn:hover p span {
        color: #84E0ED; }

.adbanner1 {
  position: fixed;
  top: 35%;
  right: 0%;
  width: 50px;
  z-index: 3; }

.lineBtn {
  border-radius: 4px 0px 0px 4px;
  border-top: 2px solid #6E9AD1;
  border-left: 2px solid #6E9AD1;
  border-bottom: 2px solid #6E9AD1;
  background-color: #FFF;
  display: inline-block;
  margin: 5px auto;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  z-index: 101;
  width: 50px;
  padding: 13px 18px 10px 20px;
  letter-spacing: 6px;
  color: #003E8D; }
  .lineBtn:first-child {
    padding: 13px 8px 10px 20px; }
  .lineBtn:hover {
    background-color: #003E8D;
    border-color: #003E8D;
    color: #FFF; }
  .lineBtn span {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    letter-spacing: 0;
    margin-bottom: 5px;
    color: #ee6200; }
  @media screen and (max-width: 767px) {
    .lineBtn {
      display: none; } }

@media screen and (max-width: 992px) {
  .lineBtn {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

.adbanner {
  display: none;
  position: fixed;
  right: 0;
  top: 15%;
  z-index: 15;
  top: auto;
  bottom: 0;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .adbanner {
      display: block; }
      .adbanner.two a {
        width: 50%; }
      .adbanner a {
        width: 33.3%;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        display: inline-block;
        float: left;
        padding: 0.5em 0 .35em;
        margin: 0;
        border-radius: 0;
        font-size: .8rem;
        height: 45px;
        text-align: center;
        color: #fff;
        background: #0499ea;
        font-weight: bold; }
        .adbanner a span {
          display: block;
          margin: 0;
          line-height: 1.5;
          color: #ffe400; }
        .adbanner a b {
          font-size: 0.8em; }
        .adbanner a + a {
          background: #00c636; }
          .adbanner a + a img{
            vertical-align: text-bottom;
            margin-left: .25em;
          }
          .adbanner a + a + a {
            background: #ec6100; } }

.fixed {
  position: fixed;
  top: 0%;
  left: 100%;
  background-color: #FFF;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  z-index: 101; }

.fixed--active {
  left: 0%; }

.fixed__container {
  width: 100%;
  height: 100%;
  overflow: auto; }
  .fixed__container .control {
    z-index: 10;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #003E8D;
    position: absolute;
    top: 40px;
    right: 30px; }
    .fixed__container .control::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 2px;
      height: 26px;
      background-color: #FFF;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .fixed__container .control::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 26px;
      height: 2px;
      background-color: #FFF;
      -webkit-transform: translate(-50%, -50%) rotate(-135deg);
      -ms-transform: translate(-50%, -50%) rotate(-135deg);
      transform: translate(-50%, -50%) rotate(-135deg); }
  .fixed__container > div:not(.control) {
    width: 100%;
    margin: auto;
    height: auto;
    overflow: auto;
    position: relative; }

.first {
  position: relative;
  width: 100%;
  padding: 100px 0px;
  overflow: hidden; }

.first__content {
  width: 90%;
  max-width: 900px;
  margin: auto;
  position: relative;
  z-index: 6; }

@media screen and (max-width: 992px) {
  .first__content {
    width: 85%; } }

.first__title {
  font-weight: 900;
  font-size: 2.125rem;
  line-height: 2.8125rem;
  text-align: center;
  letter-spacing: 0.04em;
  color: #003E8D; }
  .first__title span:not(.comma) {
    color: #4b74b1; }
  .first__title p {
    display: inline-block; }

@media screen and (max-width: 992px) {
  .first__title p {
    display: block; } }

@media screen and (max-width: 992px) {
  .first__title .comma {
    display: none; } }

@media screen and (max-width: 992px) {
  .first__title {
    font-size: 1.6rem;
    line-height: 2.625rem; } }

.first__sub {
  font-size: 1.375rem;
  line-height: 1.875rem;
  text-align: center;
  letter-spacing: 0.03rem;
  color: #003E8D;
  margin-top: 20px;
  font-family: 'Noto Sans TC'; }

@media screen and (max-width: 992px) {
  .first__sub {
    font-size: 1.125rem;
    line-height: 1.6875rem; } }

.first__area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 80px auto 50px; }

@media screen and (max-width: 992px) {
  .first__area {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.first__items {
  width: 28%;
  text-align: center;
  padding: 25px;
  background-color: #FFF; }
  .first__items p {
    font-weight: 900;
    font-size: 1.625rem;
    line-height: 1.875rem;
    letter-spacing: 0.03rem;
    color: #003E8D;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    margin-top: 15px; }
  .first__items span {
    display: block;
    font-size: 1rem;
    line-height: 1.875rem;
    text-align: center;
    letter-spacing: 0.03rem;
    color: #4b74b1;
    margin-top: 5px;
    opacity: 0;
    font-family: 'Noto Sans TC'; }
  .first__items svg {
    width: 170px; }

@media screen and (max-width: 992px) {
  .first__items {
    width: 90%; }
    .first__items:not(:last-child) {
      margin-bottom: 80px; } }

.first .lines {
  background-color: #7FBCF5; }

.first__text {
  font-size: 1.125rem;
  line-height: 2rem;
  text-align: center;
  letter-spacing: 0.03rem;
  color: #203C7E;
  font-family: 'Noto Sans TC'; }
  .first__text span {
    color: #003E8D; }

@media screen and (max-width: 992px) {
  .first__text {
    text-align: left;
    width: 90%;
    margin: auto; } }

.first .mouseSvg {
  z-index: 1;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .first .mouseSvg:nth-of-type(2) {
    top: 10%;
    left: 10%; }

.first .icon {
  z-index: 1;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .first .icon:nth-of-type(3) {
    top: 60%;
    left: 20%; }
    .first .icon:nth-of-type(3) > div {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      background-color: #4581DB; }
  .first .icon:nth-of-type(4) {
    bottom: -20%;
    right: 0%; }

@media screen and (max-width: 1440px) {
  .first .mouseSvg:nth-of-type(2) {
    left: 2%; } }

@media screen and (max-width: 992px) {
  .first .mouseSvg:nth-of-type(2) {
    top: 16%; } }

@media screen and (max-width: 1440px) {
  .first .icon:nth-of-type(3) {
    left: 10%; } }

@media screen and (max-width: 1440px) {
  .first .icon:nth-of-type(4) {
    bottom: -10%;
    right: -16%; } }

@media screen and (max-width: 992px) {
  .first .icon:nth-of-type(4) {
    bottom: -4%;
    right: -8%; } }

@media screen and (max-width: 1440px) {
  .first .icon:nth-of-type(4) {
    right: -30%; }
    .first .icon:nth-of-type(4) > img {
      width: 150px; } }

.reach {
  position: relative;
  background-color: #203C7E;
  padding: 100px 0px; }

.reach__content {
  width: 90%;
  max-width: 900px;
  margin: auto;
  position: relative;
  z-index: 6; }

@media screen and (max-width: 992px) {
  .reach__content {
    width: 85%; } }

.reach__title {
  font-weight: 900;
  font-size: 2.125rem;
  line-height: 1;
  letter-spacing: 0.04rem;
  color: #FFFFFF; }

@media screen and (max-width: 992px) {
  .reach__title {
    font-size: 1.6rem; } }

.reach__area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 80px auto 0;
  flex-wrap: wrap; }

.reach__items {
  position: relative;
  width: 28%;
  padding-top: 50px; }
  .reach__items::before {
    content: '';
    width: 50px;
    height: 5px;
    background-color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
  .reach__items::after {
    content: '';
    width: 100%;
    height: 2px;
    background: -webkit-repeating-linear-gradient(left, #4b74b1 0, #4b74b1 8px, transparent 8px, transparent 16px);
    background: -o-repeating-linear-gradient(left, #4b74b1 0, #4b74b1 8px, transparent 8px, transparent 16px);
    background: repeating-linear-gradient(90deg, #4b74b1 0, #4b74b1 8px, transparent 8px, transparent 16px);
    position: absolute;
    top: 1.5px;
    left: 0px; }
  .reach__items:not(:last-child) {
    margin-bottom: 80px; }
    .reach__items:not(:last-child)::after {
      width: 150%; }

@media screen and (max-width: 992px) {
  .reach__items {
    width: 100%;
    padding-top: 0;
    padding-left: 40px; }
    .reach__items::before {
      width: 5px;
      height: 50px; }
    .reach__items::after {
      width: 2px !important;
      height: 100%;
      background: -webkit-repeating-linear-gradient(bottom, #4b74b1 0, #4b74b1 8px, transparent 8px, transparent 16px);
      background: -o-repeating-linear-gradient(bottom, #4b74b1 0, #4b74b1 8px, transparent 8px, transparent 16px);
      background: repeating-linear-gradient(0deg, #4b74b1 0, #4b74b1 8px, transparent 8px, transparent 16px);
      left: 1.5px; }
    .reach__items:not(:last-child) {
      margin-bottom: 80px; }
      .reach__items:not(:last-child)::after {
        height: 180%; } }

.reach__top {
  font-weight: 900;
  font-size: 1.375rem;
  line-height: 2.3125rem;
  letter-spacing: 0.04rem;
  color: #EE9D00;
  margin-bottom: 15px; }

@media screen and (max-width: 992px) {
  .reach__top {
    font-size: 1.5rem; } }

.reach__middle {
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.04rem;
  color: #FFFFFF;
  margin-bottom: 10px; }

@media screen and (max-width: 992px) {
  .reach__middle {
    font-size: 1.25rem; } }

.reach__bottom {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.04rem;
  color: #D1D1D1;
  font-family: 'Noto Sans TC'; }
  .reach__bottom span {
    color: #84E0ED; }

.reach .cross:nth-of-type(1) {
  top: 12%;
  right: 10%;
  position: absolute;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .reach .cross:nth-of-type(1)::before {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .reach .cross:nth-of-type(1)::after {
    content: '';
    width: 4px;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.reach .icon {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .reach .icon:nth-of-type(3) {
    top: 30%;
    left: 6%; }
    .reach .icon:nth-of-type(3) > div {
      width: 95px;
      height: 95px;
      border-radius: 50%;
      background-color: #84E0ED; }

.reach .line {
  width: 2px;
  margin: auto;
  position: absolute;
  z-index: 2;
  bottom: -86px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .reach .line::before {
    content: '';
    width: 2px;
    height: 60px;
    display: block;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    -webkit-animation: l 2s ease infinite;
    animation: l 2s ease infinite;
    background-color: #EE9D00; }
  .reach .line::after {
    content: '';
    width: 2px;
    height: 20px;
    display: block;
    margin-top: 6px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    -webkit-animation: l 2s 0.66s ease infinite;
    animation: l 2s 0.66s ease infinite;
    background-color: #EE9D00; }

@media screen and (max-width: 992px) {
  .reach .cross:nth-of-type(1) {
    top: 6%;
    right: 12%; } }

@media screen and (max-width: 1440px) {
  .reach .icon:nth-of-type(3) {
    left: 0%; } }

@media screen and (max-width: 992px) {
  .reach .icon:nth-of-type(3) {
    top: 20%;
    left: 78%; } }

@media screen and (max-width: 1440px) {
  .reach .icon:nth-of-type(3) {
    left: 58%; }
    .reach .icon:nth-of-type(3) > div {
      width: 40px;
      height: 40px; } }

.goal {
  position: relative;
  background-color: #FFF;
  padding: 100px 0px; }

@media screen and (max-width: 992px) {
  .goal {
    padding: 100px 0 150px; } }

.goal__content {
  width: 90%;
  max-width: 900px;
  margin: auto;
  position: relative;
  z-index: 6; }

@media screen and (max-width: 992px) {
  .goal__content {
    width: 85%; } }

.goal__title {
  font-weight: 900;
  font-size: 2.125rem;
  line-height: 3rem;
  text-align: center;
  letter-spacing: 0.04rem;
  color: #003E8D;
  margin-bottom: 15px; }

@media screen and (max-width: 992px) {
  .goal__title {
    font-size: 1.75rem; } }

.goal__sub {
  font-weight: 900;
  font-size: 1.375rem;
  line-height: 2rem;
  text-align: center;
  letter-spacing: 0.04rem;
  color: #003E8D; }

@media screen and (max-width: 992px) {
  .goal__sub {
    font-size: 1.5rem; } }

.goal__area {
  width: 100%;
  max-width: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 80px auto 50px; }

@media screen and (max-width: 992px) {
  .goal__area {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.goal .lines {
  background-color: #4b74b1; }

.goal__items {
  width: 45%;
  padding: 20px;
  background-color: #FFF; }
  .goal__items svg {
    width: 170px;
    display: block;
    margin: auto; }

@media screen and (max-width: 992px) {
  .goal__items {
    width: 90%; }
    .goal__items:first-child {
      margin-bottom: 80px; } }

.goal__top {
  font-weight: 900;
  font-size: 1.625rem;
  line-height: 1.875rem;
  text-align: center;
  letter-spacing: 0.04rem;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  margin-top: 10px; }
  .goal__top span {
    color: #003E8D; }

@media screen and (max-width: 992px) {
  .goal__top {
    font-size: 1.25rem; } }

.goal__bottom {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  letter-spacing: 0.04rem;
  color: #313131;
  opacity: 0;
  font-family: 'Noto Sans TC';
  margin-top: 5px; }

.goal .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  margin: 50px auto 0; }

.goal .cross:nth-of-type(1) {
  top: 10%;
  left: 20%;
  position: absolute;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .goal .cross:nth-of-type(1)::before {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #84E0ED;
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .goal .cross:nth-of-type(1)::after {
    content: '';
    width: 4px;
    height: 100%;
    background-color: #84E0ED;
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.goal .cross:nth-of-type(2) {
  top: 40%;
  right: 10%;
  position: absolute;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg); }
  .goal .cross:nth-of-type(2)::before {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #E9B600;
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .goal .cross:nth-of-type(2)::after {
    content: '';
    width: 4px;
    height: 100%;
    background-color: #E9B600;
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.goal .mouseSvg {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1; }
  .goal .mouseSvg:nth-of-type(4) {
    top: 10%;
    right: 0%; }
    .goal .mouseSvg:nth-of-type(4) > svg {
      width: 130px;
      height: 130px; }
  .goal .mouseSvg:nth-of-type(5) {
    top: 76%;
    left: 8%; }
    .goal .mouseSvg:nth-of-type(5) > svg {
      width: 120px;
      height: 120px; }

.goal .icon {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1; }
  .goal .icon:nth-of-type(6) {
    top: 16%;
    left: 16%; }
    .goal .icon:nth-of-type(6) > img {
      width: 150px; }
  .goal .icon:nth-of-type(7) {
    top: 60%;
    left: 12%; }
    .goal .icon:nth-of-type(7) > div {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background-color: #D8692D; }
  .goal .icon:nth-of-type(8) {
    bottom: -2%;
    right: 10%; }
    .goal .icon:nth-of-type(8) > div {
      width: 138px;
      height: 138px;
      border-radius: 50%;
      background-color: #003E8D; }

@media screen and (max-width: 992px) {
  .goal .cross:nth-of-type(1) {
    top: 4%;
    left: 14%; } }

@media screen and (max-width: 992px) {
  .goal .cross:nth-of-type(2) {
    top: 25%; } }

@media screen and (max-width: 992px) {
  .goal .mouseSvg:nth-of-type(4) {
    top: 4%; }
    .goal .mouseSvg:nth-of-type(4) > svg {
      width: 70px;
      height: 70px; } }

@media screen and (max-width: 992px) {
  .goal .icon:nth-of-type(6) {
    left: 0%; }
    .goal .icon:nth-of-type(6) > img {
      width: 80px; } }

@media screen and (max-width: 992px) {
  .goal .icon:nth-of-type(8) {
    right: -6%; }
    .goal .icon:nth-of-type(8) > div {
      width: 90px;
      height: 90px; } }

.owl-item.active path, .owl-item.active circle, .owl-item.active line, .owl-item.active polyline, .owl-item.active rect {
  stroke-dashoffset: 0 !important;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s; }

.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.owl-carousel .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.video {
  padding: 0em;
  margin: 0em auto 0; }
  @media screen and (max-width: 620px) {
    .video {
      padding: 0 0 0em 0;
      margin: -.5em 0 0; } }

.video-container {
  position: relative;
  padding-bottom: 47.8%;
  padding-top: 80px;
  height: 0;
  margin: 0em 0;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .video-container {
      padding-bottom: 29%;
      padding-top: 90px; } }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .video-container iframe, .video-container object, .video-container embed {
        width: 100%; } }

.pdffile {
  margin: 5em 0 0; }

.service {
  /*#content.service {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    background-image: url(../assets/images/bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}*/ }
  .service h2 {
    font-weight: 900;
    font-size: 2.5rem;
    line-height: 4.5rem;
    margin: 0;
    padding: 2em 0 1em;
    color: #FFFFFF;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .service h2 {
        font-size: 2rem;
        padding: 1em 0; } }
  .service h3 {
    font-size: 1.5em;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 1.5em; }
    @media screen and (max-width: 767px) {
      .service h3 {
        font-size: 1rem;
        line-height: 1.8; } }
  .service .formArea {
    padding: 9px;
    border: 0px solid #0063dd;
    text-align: center;
    margin: 30px auto 70px;
    width: 100%;
    max-width: 800px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 2px 8px;
    box-shadow: rgba(0, 0, 0, 0.8) 0 2px 8px;
    font-size: 0px;
    margin: 0 auto;
    border-radius: 20px;
    background-color: #f7cc3f; }
  .service #formContact {
    text-align: left; }
  .service .formArea-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 14px;
    margin: 15px 0px; }
  .service .formArea-item-half {
    width: 50%; }
  .service .formArea-item-tit {
    font-size: 16px; }
  .service .formArea-item-input input[type="text"] {
    height: 47px;
    line-height: 47px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #DDD;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
    font-size: 18px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all; }
  .service .formArea-item-input input[type="text"]:focus {
    border-color: #571547; }
  .service .formArea-item-input textarea[type="textarea"] {
    height: 120px;
    line-height: 24px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #DDD;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
    font-size: 18px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all; }
  .service .formArea-item-input textarea[type="textarea"]:focus {
    border-color: #571547; }
  .service .formArea-item-agree {
    font-size: 16px;
    position: relative;
    padding-left: 26px; }
  .service .formArea-item-agree .checkbox {
    position: absolute;
    left: 0px;
    top: 2px; }
  .service .formArea-item-agree label {
    display: inline-block;
    vertical-align: middle; }
  .service .formArea-item-agree a {
    display: inline-block;
    vertical-align: middle;
    color: #1a4f9c;
    text-decoration: underline; }
  .service .formArea-item-error {
    font-size: 16px;
    color: #f30151;
    padding-top: 5px; }
  .service .formArea-item-remark {
    font-size: 16px;
    padding-top: 5px; }
  .service .formArea-item-remark-focus {
    color: #f30151;
    text-decoration: underline; }
  .service .formArea-item-btn {
    padding-top: 10px; }
  .service .formArea-item-btn div {
    font-size: 15px;
    background: #434343;
    padding: 6px 12px;
    display: inline-block;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    color: #fff;
    border-radius: 5px;
    cursor: pointer; }
  .service .formArea-item-btn div:hover {
    background: #ff407a; }
  .service .formArea-item-formBtn {
    color: #fff;
    font-size: 16px;
    background: #1374b8;
    width: 100%;
    padding: 11px 0px;
    display: block;
    text-align: center;
    border-radius: 15px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all; }
  .service .formArea-item-formBtn[type="submit"] {
    background: #143789; }
  .service .formArea-item-formBtn:hover {
    background-color: #09276d; }
  @media screen and (max-width: 767px) {
    .service .formArea {
      margin: 0; }
    .service .formArea-item {
      padding: 0px 7px;
      margin: 8px 0px; } }
  .service #content.service h2 {
    font-size: 2.5em;
    margin: 0;
    padding: 2em 0 1em;
    color: #FFFFFF;
    text-align: center; }
  @media screen and (max-width: 991px) {
    .service #content.service h2 {
      padding: 1em 0; } }
  .service #content.service h3 {
    font-size: 1.8em;
    color: #FFFFFF;
    text-align: center; }
  .service table.fund {
    font-size: 14px;
    margin-bottom: 2em; }
  .service table.fund.fund tr:hover, .service table.fund.fund tr:hover:nth-child(even) {
    background: #ededed; }
  .service table.fund.fund tr:nth-child(even) {
    background: #f8f8f8;
    color: #323131; }
  .service table.fund.fund tr:first-child td {
    background: #50a9e6;
    color: #ffffff; }
  .service table.fund.fund tr td {
    padding: .5em 1em; }

@media screen and (max-width: 991px) {
  .info .coin__wrapper__four > .coin__item {
    margin-bottom: 80px !important; } }

article {
  font-size: 0;
  background: #FFF url(../images/white-bg.jpg); }
  article .kvisual {
    background: #4b74b1;
    color: #fff; }
  article .kvtext {
    text-align: left;
    width: 60%;
    display: inline-block;
    font-size: 1rem;
    vertical-align: bottom;
    padding-left: 12%;
    padding-bottom: 3%; }
    @media screen and (max-width: 767px) {
      article .kvtext {
        width: 100%;
        font-size: .7rem;
        padding: 45px 0 30px 15px; } }
    article .kvtext h1 {
      font-size: 3em;
      line-height: 1.25;
      font-weight: bold;
      border-left: 8px solid #fff;
      padding-left: .5em; }
      @media screen and (max-width: 767px) {
        article .kvtext h1 {
          border-left: 5px solid #fff; } }
      article .kvtext h1 span {
        display: block; }
      article .kvtext h1 em {
        color: #a4f3ff;
        display: block;
        font-size: 1rem;
        margin-top: 1em; }
  article .kvimg {
    vertical-align: top;
    text-align: right;
    width: 40%;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      article .kvimg {
        display: block;
        width: 100%; }
        article .kvimg img {
          max-width: 100%; } }
  article .pointSvgfff {
    position: absolute;
    top: 305px;
    left: 5px; }
  article .content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 45px 15px 30px;
    font-size: 1.2rem;
    line-height: 1.5; }
    article .content h2 {
      color: #003e8d;
      font-weight: bold;
      border-left: 7px solid #003e8d;
      padding-left: 10px;
      margin: 1em 0;
      font-size: 1.5em;
      text-align: justify; }
      @media screen and (max-width: 767px) {
        article .content h2 {
          border-left: 5px solid #003e8d;
          font-size: 1.3em;
          line-height: 1.3; } }
      article .content h2 em {
        color: #000; }
    article .content p {
      margin-bottom: 1em;
      line-height: 1.8;
      text-align: justify; }
      article .content p b {
        color: #ee6200;
        font-weight: bold; }
    article .content img {
      max-width: 100%; }
    article .content table {
      margin: 1.5em 0; }
      article .content table tr td {
        font-weight: bold;
        padding: 3px 10px 3px; }
        @media screen and (max-width: 767px) {
          article .content table tr td {
            display: table; } }
        article .content table tr td:first-child {
          color: #ee6200;
          padding-left: 0; }
          @media screen and (max-width: 767px) {
            article .content table tr td:first-child {
              margin-top: 1em; } }
    article .content .imgpic {
      margin: 0 auto;
      text-align: center;
      max-width: 800px; }
      article .content .imgpic img {
        max-width: 100%; }
    article .content .bttitle {
      text-align: center;
      font-size: 1.5em;
      margin-top: 2em; }
    article .content .subbttitle {
      text-align: center;
      font-size: 2em;
      font-weight: bold;
      color: #ee6200; }
    article .content .subad {
      position: relative;
      border: 1px solid #ee6200;
      padding: 1em;
      margin: 3em 0; }
      @media screen and (max-width: 767px) {
        article .content .subad {
          padding-bottom: 4em; } }
      article .content .subad p {
        margin: 0 0 .25em; }
      article .content .subad h4 {
        color: #003e8d;
        font-size: 1.5em;
        margin: 0;
        font-weight: bold; }
      article .content .subad .rightbtn {
        position: absolute;
        right: 25px;
        top: 28%; }
        @media screen and (max-width: 767px) {
          article .content .subad .rightbtn {
            top: auto;
            bottom: 15px; } }
      article .content .subad .btn {
        display: block;
        width: 280px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 30px; }
        article .content .subad .btn:hover {
          background: #478ae0; }
    article .content dl {
      margin: 0 0 1.5em 0; }
      article .content dl dt {
        margin: 0;
        line-height: .5;
        padding: 0;
        color: #ee6200;
        font-weight: bold; }
      article .content dl dd {
        margin: 0;
        padding: 0;
        display: block;
        margin-left: 30px; }
    article .content ul.chartpic {
      font-size: 0;
      margin: 40px auto 15px; }
      article .content ul.chartpic li {
        display: inline-block;
        font-size: 20px;
        text-align: center; }
        @media screen and (max-width: 1199px) {
          article .content ul.chartpic li {
            width: 33.3%; } }
        @media screen and (max-width: 767px) {
          article .content ul.chartpic li {
            width: 100%; } }
        article .content ul.chartpic li h4 {
          border-bottom: 1px solid #003e8d;
          color: #003e8d;
          padding: .35em 0;
          display: inline-block;
          margin: 0 auto;
          font-weight: bold;
          text-align: center; }
        article .content ul.chartpic li img {
          display: block;
          max-width: 100%;
          margin: 0 auto; }
      article .content ul.chartpic.four li {
        width: 25%;
        padding: 0 1%; }
        @media screen and (max-width: 767px) {
          article .content ul.chartpic.four li {
            width: 100%; }
            article .content ul.chartpic.four li table {
              width: 100%; }
            article .content ul.chartpic.four li td {
              display: revert; } }
      article .content ul.chartpic.four table {
        font-size: 14px;
        border: 1px solid #999;
        width: 100%; }
        article .content ul.chartpic.four table tr td {
          color: #000;
          text-align: center;
          font-weight: normal; }
          article .content ul.chartpic.four table tr td:first-child {
            border-right: 1px solid #999; }
        article .content ul.chartpic.four table tr:nth-child(1) {
          background-color: #003e8d; }
          article .content ul.chartpic.four table tr:nth-child(1) td {
            color: #fff; }
        article .content ul.chartpic.four table tr:nth-child(even) {
          background: #f0f0f0; }
        article .content ul.chartpic.four table tr:nth-child(n+3) td {
          font-weight: bold; }
          article .content ul.chartpic.four table tr:nth-child(n+3) td:last-child {
            color: #ee6200;
            font-size: 1.1em; }
    article .content ul.listnumber {
      padding: 0 0 1.5em 0;
      margin: 0; }
      article .content ul.listnumber li {
        margin: 0 0 .5em 0;
        padding: 0;
        font-weight: bold; }
    article .content .infotext {
      color: #6b6b6b;
      font-size: .8em; }
      article .content .infotext span {
        font-size: 1.1em;
        font-weight: bold;
        display: block;
        margin-bottom: 2em; }
    article .content .adbn {
      margin: 2em auto;
      text-align: center; }
      article .content .adbn .topimg {
        max-width: 100%; }
  article .celebrity {
    font-size: 1rem;
    background: #f0f5f9;
    padding: 3em 1em; }
    @media screen and (max-width: 767px) {
      article .celebrity {
        padding: 2em 0 4em; } }
    article .celebrity h2 {
      text-align: center;
      color: #003e8d;
      font-weight: bold;
      font-size: 2em;
      margin: .5em 0 2em; }
    article .celebrity .container:after {
      content: "";
      display: table;
      clear: both; }
    article .celebrity .leftzone {
      width: 80%;margin: 0 auto 2em;
      }
      @media screen and (max-width: 767px) {
        article .celebrity .leftzone {
          width: 100%;
          margin-bottom: 1em;
          display: none; }
          article .celebrity .leftzone.showvideo {
            display: block; } }
      article .celebrity .leftzone:hover h3 {
        text-decoration: underline; }
      article .celebrity .leftzone h3 {
        color: #003e8d;
        font-weight: bold;
        margin: -0.5em 0 .5em 0;
        font-size: 1.5em;
        line-height: 1.5; }
      article .celebrity .leftzone p {
        line-height: 1.5; }
      article .celebrity .leftzone .video {
        padding: 0em 0 2em;
        margin: -1em auto 0; }
        @media screen and (max-width: 620px) {
          article .celebrity .leftzone .video {
            padding: 0 0 2em 0;
            margin: -1em 0 0; } }
      article .celebrity .leftzone .video-container {
        position: relative;
        padding-bottom: 48%;
        padding-top: 50px;
        height: 0;
        margin: 1em 0 0;
        overflow: hidden; }
        article .celebrity .leftzone .video-container iframe, article .celebrity .leftzone .video-container object, article .celebrity .leftzone .video-container embed {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          width: 100%;
          height: 100%;
          margin: 0 auto; }
          @media screen and (max-width: 767px) {
            article .celebrity .leftzone .video-container iframe, article .celebrity .leftzone .video-container object, article .celebrity .leftzone .video-container embed {
              width: 100%; } }
      article .celebrity .leftzone.single-item .slick-prev {
        right: 45px;
        left: auto;
        top: auto;
        bottom: -30px;
        z-index: 2;
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }
        @media screen and (max-width: 767px) {
          article .celebrity .leftzone.single-item .slick-prev {
            bottom: -30px; } }
      article .celebrity .leftzone.single-item .slick-next {
        right: 0;
        left: auto;
        top: auto;
        bottom: -30px;
        z-index: 2;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
        @media screen and (max-width: 767px) {
          article .celebrity .leftzone.single-item .slick-next {
            bottom: -30px; } }
    article .celebrity .rightzone {
      width: 45%;
      float: right;
      position: relative; }
      @media screen and (max-width: 767px) {
        article .celebrity .rightzone {
          width: 100%;
          margin-top: -1em; }
          article .celebrity .rightzone .slick-dotted.slick-slider {
            padding: 0; } }
      article .celebrity .rightzone .lineop {
        position: absolute;
        width: 100%;
        height: 140px;
        right: 0;
        bottom: 0;
        z-index: 1;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f5f9+0,f0f5f9+100&0+0,1+100 */
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 245, 249, 0)), color-stop(80%, #f0f5f9));
        background: -webkit-linear-gradient(top, rgba(240, 245, 249, 0) 0%, #f0f5f9 80%);
        background: -o-linear-gradient(top, rgba(240, 245, 249, 0) 0%, #f0f5f9 80%);
        background: linear-gradient(to bottom, rgba(240, 245, 249, 0) 0%, #f0f5f9 80%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f5f9', endColorstr='#f0f5f9',GradientType=0 );
        /* IE6-9 */ }
        @media screen and (max-width: 767px) {
          article .celebrity .rightzone .lineop {
            display: none; } }
      article .celebrity .rightzone .slider .item {
        background: #fff;
        border-radius: 5px;
        border: 1px solid #e95523;
        position: relative;
        margin-bottom: 1em; }
        @media screen and (max-width: 767px) {
          article .celebrity .rightzone .slider .item {
            height: 125px; } }
        article .celebrity .rightzone .slider .item:hover h3 {
          text-decoration: underline; }
        article .celebrity .rightzone .slider .item:hover .seemore {
          background: #478ae0; }
        article .celebrity .rightzone .slider .item .face {
          float: left;
          margin: 0 1em; }
          @media screen and (max-width: 767px) {
            article .celebrity .rightzone .slider .item .face {
              float: right; } }
          article .celebrity .rightzone .slider .item .face img {
            max-width: 100%; }
            @media screen and (max-width: 767px) {
              article .celebrity .rightzone .slider .item .face img {
                max-width: 85px;
                margin-top: .5em; } }
        article .celebrity .rightzone .slider .item h3 {
          color: #003e8d;
          font-weight: bold;
          font-size: 1.2em;
          padding: .8em 0 0;
          line-height: 1.2; }
          @media screen and (max-width: 767px) {
            article .celebrity .rightzone .slider .item h3 {
              padding: .8em 0 0 .5em; } }
        article .celebrity .rightzone .slider .item p {
          margin: 1em 0;
          color: #969696;
          font-size: .8em; }
          @media screen and (max-width: 767px) {
            article .celebrity .rightzone .slider .item p {
              padding: 0 0 0 1em; } }
        article .celebrity .rightzone .slider .item .seemore {
          position: absolute;
          right: 0;
          bottom: 0;
          width: 120px;
          padding: .5em;
          background: #003e8d;
          color: #fff;
          border-radius: 5px; }
          article .celebrity .rightzone .slider .item .seemore img {
            display: inline;
            width: 20px;
            margin: 4px 0 4px 6px; }
      article .celebrity .rightzone .slick-prev {
        right: 45px;
        left: auto;
        top: auto;
        bottom: 0;
        z-index: 2;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }
        @media screen and (max-width: 767px) {
          article .celebrity .rightzone .slick-prev {
            bottom: -30px; } }
      article .celebrity .rightzone .slick-next {
        right: 0;
        left: auto;
        top: auto;
        bottom: 0;
        z-index: 2;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
        @media screen and (max-width: 767px) {
          article .celebrity .rightzone .slick-next {
            bottom: -30px; } }
  article .service {
    background: #4b74b1; }
    article .service h2 {
      padding: 1.5em 0 1em;
      font-size: 32px; }
    article .service .container {
      padding: 0px 0 30px; }
    article .service .formArea {
      margin: 0 auto 30px;
      -webkit-box-shadow: none;
      box-shadow: none;
      background: none;
      color: #fff; }
      article .service .formArea a {
        color: #fff;
        font-weight: bold; }
      article .service .formArea .formArea-item-tit {
        margin-bottom: .5em;
        font-size: 18px;
        font-weight: bold; }
      article .service .formArea input, article .service .formArea textarea {
        border: 1px solid #555555 !important; }
      article .service .formArea button {
        border-radius: 5px; }
      article .service .formArea .formArea-item-error {
        color: #fdff33; }

.lightboxContainer {
  display: none;
  background: url(../images/white-bg.jpg) 0 0 repeat;
  position: fixed;
  top: 20%;
  left: 50%;
  border-radius: 0px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1100px;
  height: calc(75% - 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;
  font-size: 12px; }
  @media screen and (max-width: 767px) {
    .lightboxContainer {
      max-width: 85%;
      top: 8%;
      height: calc(85% - 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 {
    font-weight: 900;
    font-size: 2.625rem;
    line-height: 4.5rem;
    text-align: center;
    letter-spacing: 0.04rem;
    color: #003E8D;
    position: relative; }
    @media screen and (max-width: 767px) {
      .lightboxContainer h2 {
        font-size: 1.8em;
        line-height: 1.5; }
        .lightboxContainer h2 span {
          display: block; } }
    .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.7em;
    color: #ee6200;
    margin: 1em 0 0em;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .lightboxContainer h3 {
        margin: 1.8em 0 1em;
        font-size: 1.3em;
        line-height: 1.5; }
        .lightboxContainer h3 span {
          display: block; } }
  .lightboxContainer .infotext {
    text-align: left;
    line-height: 1.5; }
    .lightboxContainer .infotext b {
      display: block;
      font-size: 1.1em;
      font-weight: bold; }
  .lightboxContainer .content .chartpic {
    margin-top: 1.5em; }
    .lightboxContainer .content .chartpic li {
      font-size: 16px;
      width: 33%;
      display: inline-block;
      vertical-align: top; }
      .lightboxContainer .content .chartpic li h4 {
        border-bottom: 1px solid #003e8d;
        color: #003e8d;
        padding: .35em 0;
        display: inline-block;
        margin: 0 auto;
        font-weight: bold;
        text-align: center; }
      .lightboxContainer .content .chartpic li img {
        max-width: 100%; }
  .lightboxContainer .content table.less {
    color: #fff;
    background: #003e8d;
    font-size: 1.5em;
    max-width: 1170px;
    margin: 2em auto;
    border-bottom: 3px solid #f3c756; }
    @media screen and (max-width: 767px) {
      .lightboxContainer .content table.less {
        font-size: 1em; } }
    .lightboxContainer .content table.less thead {
      background: #f3c756; }
      .lightboxContainer .content table.less thead th {
        color: #000;
        background: #f3c756;
        text-align: center; }
      .lightboxContainer .content table.less thead tr:first-child th:last-child {
        background: #f4e4a3;
        color: #000; }
      .lightboxContainer .content table.less thead tr:nth-child(2) th {
        background: #fff7d7; }
    .lightboxContainer .content table.less tbody tr:nth-child(odd) {
      background: #256bc3; }
    .lightboxContainer .content table.less tbody tr:nth-child(n+4) td:nth-child(n+2) {
      color: #ffcf52;
      font-weight: bold; }
    @media screen and (max-width: 767px) {
      .lightboxContainer .content table.less tbody td span {
        display: block; } }
    .lightboxContainer .content table.less tbody tr:nth-child(even) {
      background: #003e8d; }
    .lightboxContainer .content table.less th, .lightboxContainer .content table.less td {
      padding: .5em .25em;
      text-align: center; }
  .lightboxContainer .content .imgpic {
    margin: 0 auto 1em;
    text-align: center;
    max-width: 800px; }
    .lightboxContainer .content .imgpic img {
      max-width: 100%; }
  .lightboxContainer .content ul.chartpic {
    font-size: 0;
    margin: 40px auto 15px; }
    .lightboxContainer .content ul.chartpic li {
      display: inline-block;
      font-size: 20px;
      text-align: center; }
      @media screen and (max-width: 1199px) {
        .lightboxContainer .content ul.chartpic li {
          width: 33.3%; } }
      @media screen and (max-width: 767px) {
        .lightboxContainer .content ul.chartpic li {
          width: 100%; } }
      .lightboxContainer .content ul.chartpic li h4 {
        border-bottom: 1px solid #003e8d;
        color: #003e8d;
        padding: .35em 0;
        display: inline-block;
        margin: 0 auto;
        font-weight: bold;
        text-align: center; }
      .lightboxContainer .content ul.chartpic li img {
        display: block;
        max-width: 100%;
        margin: 0 auto; }
    .lightboxContainer .content ul.chartpic.four li {
      width: 25%;
      padding: 0 1%; }
      @media screen and (max-width: 767px) {
        .lightboxContainer .content ul.chartpic.four li {
          width: 100%; }
          .lightboxContainer .content ul.chartpic.four li table {
            width: 100%; }
          .lightboxContainer .content ul.chartpic.four li td {
            display: revert; } }
    .lightboxContainer .content ul.chartpic.four table {
      font-size: 14px;
      border: 1px solid #999;
      width: 100%; }
      .lightboxContainer .content ul.chartpic.four table tr td {
        color: #000;
        text-align: center;
        font-weight: normal; }
        .lightboxContainer .content ul.chartpic.four table tr td:first-child {
          border-right: 1px solid #999; }
      .lightboxContainer .content ul.chartpic.four table tr:nth-child(1) {
        background-color: #003e8d; }
        .lightboxContainer .content ul.chartpic.four table tr:nth-child(1) td {
          color: #fff; }
      .lightboxContainer .content ul.chartpic.four table tr:nth-child(even) {
        background: #f0f0f0; }
      .lightboxContainer .content ul.chartpic.four table tr:nth-child(n+3) td {
        font-weight: bold; }
        .lightboxContainer .content ul.chartpic.four table tr:nth-child(n+3) td:last-child {
          color: #ee6200;
          font-size: 1.1em; }
  .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; }

.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; }

.analyze {
  position: absolute;
  bottom: 20px;
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;
  width: 78%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .analyze {
      width: 82%; } }
