@charset "UTF-8";
/*--> Default File ----------------------------------------------------------------------------*/
/* Theme Project: 亞東證券線上開戶活動
	Designed by : PAVI Digital Tech. Co., Ltd.
	Front-End by : Evy
	Author: 百崴數位科技股份有限公司 PAVI Digital Tech. Co., Ltd.
	Author Web: www.pavi.com.tw */
/*--> a Link / 字色, 移入字色----------------------------------------------------------------------------*/
/*--> btn / 背景色, 字色, 框色, 移入背景色, 移入字色, 移入框色, 圓角 ------------------*/
/*--> line-clamp / 限制行數, 最大高度, 固定高度----------------------------------------------------------------------------*/
/*--> Fake object / 字色, 移入字色----------------------------------------------------------------------------*/
/*--> newAnimate / 動畫名稱、過程(秒)、次數、反轉、延遲、結束狀態 ------------------*/
/*--> scrollMove ----------------------------------------------------------------------------*/
@-webkit-keyframes scrollMove {
  0% {
    bottom: 70px;
    opacity: 1; }
  100% {
    bottom: 40px;
    opacity: 0; } }

@-moz-keyframes scrollMove {
  0% {
    bottom: 70px;
    opacity: 1; }
  100% {
    bottom: 40px;
    opacity: 0; } }

@keyframes scrollMove {
  0% {
    bottom: 70px;
    opacity: 1; }
  100% {
    bottom: 40px;
    opacity: 0; } }

/*--> downToUp ----------------------------------------------------------------------------*/
@-webkit-keyframes downToUp {
  0% {
    top: 100px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

@-moz-keyframes downToUp {
  0% {
    top: 100px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

@keyframes downToUp {
  0% {
    top: 100px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

/*--> marginToUp ----------------------------------------------------------------------------*/
@-webkit-keyframes marginToUp {
  0% {
    margin-top: 100px;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }

@-moz-keyframes marginToUp {
  0% {
    margin-top: 100px;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }

@keyframes marginToUp {
  0% {
    margin-top: 100px;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }

/*--> fadeIn ----------------------------------------------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a,
a:visited, 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-size: 100%;
  list-style: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

figure {
  line-height: 0; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  vertical-align: middle; }

input:focus, button:focus {
  outline: none; }

/*--> Shared File ----------------------------------------------------------------------------*/
/*--> Global ----------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  width: 100%;
  overflow: visible;
  display: block;
  position: relative;
  padding: 0; }

body {
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-family: Arial, 'Noto Sans TC', 'Microsoft JhengHei', Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  color: #000;
  background: #ececec;
  line-height: 1.5em;
  letter-spacing: 0.14em;
  padding: 0;
  overflow-x: hidden; }
  body:focus {
    outline: none !important; }
  body.popupOpen {
    overflow: hidden; }

*:focus {
  outline: 3px dashed #23b1e2 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  outline-offset: -1px; }

input, textarea, select, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button {
  background: #eaeaea;
  color: #333;
  border: 1px solid #fff;
  display: inline-block;
  vertical-align: top;
  outline: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 10px 15px;
  outline: none; }
  button:visited, button:active, button:focus {
    color: #333;
    text-decoration: none; }
  button:hover {
    background: #333;
    color: #fff;
    background: #262626;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #fff; }
  button [class^="icon-"] {
    position: relative;
    top: 1px;
    margin-right: 5px; }

figure {
  line-height: 0; }


a,
a:visited {
  position: relative;
  outline: none;
  /* for Firefox Google Chrome  */
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover {
    color: #262626;
    text-decoration: none; }

.hidden {
  display: none; }

.error {
  color: #E6E6E6;
  font-weight: normal; }

.note {
  color: #e60012;
  font-weight: normal; }

p {
  margin-bottom: 30px;
  line-height: 1.6em; }

.center {
  text-align: center; }

.scrollTopHome {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 99;
  opacity: 0; }

.hr {
  border-bottom: 1px solid #999;
  margin: 40px 0; }

/*--> To Top ----------------------------------------------------------------------------*/
#topcontrol {
  z-index: 20;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden; }
  #topcontrol a {
    text-align: center;
    display: block;
    color: #fff;
    background: #e60012;
    border: 1px solid #e60012;
    width: 40px;
    height: 40px;
    border-radius: 20px; }
    #topcontrol a:before {
      display: inline-block;
      text-align: center;
      margin: 0 auto;
      width: 40px;
      line-height: 37px;
      font-size: 16px;
      content: "▲"; }
    #topcontrol a:visited {
      color: #ce1717; }
    #topcontrol a:hover {
      opacity: 1; }

.hash {
  position: absolute;
  z-index: 99;
  top: -118px;
  left: 0;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0); }

/*--> Loading ----------------------------------------------------------------------------*/
.loading {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  text-align: center; }
  .loading div {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -65px; }

.focusable {
  padding: 0.5rem;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: top 1s ease-out;
  -o-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 100; }
  .focusable:focus {
    position: absolute;
    left: 0px;
    top: 0px;
    outline-color: transparent;
    -webkit-transition: top .1s ease-in;
    -o-transition: top .1s ease-in;
    transition: top .1s ease-in;
    border: #FFBF47 dashed 3px;
    background: #FFBF47;
    color: #000000;
    opacity: 1;
    font-weight: 700; }

/*--> Youtube Video ----------------------------------------------------------------------------*/
.video-container {
  position: relative;
  z-index: 2;
  padding-bottom: 52%;
  padding-top: 30px;
  margin-bottom: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe {
    width: 100%;
    min-height: 50px; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*--> Header --------------------------------------------*/
.header {
  background: #bf311a;
  color: #fff;
  padding: 20px 0;
  font-size: 28px; }
  .header .logoArea {
    line-height: 0; }
    .header .logoArea img, .header .logoArea span {
      display: inline-block;
      vertical-align: middle; }

/*--> Footer ----------------------------------------------------------------------------*/
.footer {
  position: relative;
  text-align: center;
  vertical-align: top;
  padding: 45px 0 30px 0;
  background: #bf311a;
  color: #fff; }
  .footer .guide {
    position: absolute;
    top: 0;
    left: 0; }

.addressArea {
  font-style: normal;
  font-size: 14px; }

.footerLink {
  margin-bottom: 5px; }

.serviceArea p {
  margin-bottom: 0px;
  font-size: 14px; }

.serviceArea a {
  color: #fff;
  text-decoration: underline; }
  .serviceArea a:visited {
    color: #fff; }
  .serviceArea a:hover {
    color: #ffed24; }

.serviceArea > a {
  margin-left: 15px; }

.footerMenu {
  position: relative; }
  .footerMenu ul li {
    display: inline-block;
    vertical-align: middle; }
    .footerMenu ul li + li::before {
      display: inline-block;
      vertical-align: middle;
      content: '|';
      margin: 0 10px; }
    .footerMenu ul li a {
      color: #fff;
      display: inline-block;
      vertical-align: middle;
      line-height: 1.6em;
      font-size: 16px; }
      .footerMenu ul li a:visited {
        color: #fff; }
      .footerMenu ul li a:hover {
        color: #ffed24; }

/*--> Not  Shared File ----------------------------------------------------------------------*/
a.btnMore {
  background: #113a6d;
  color: #fff;
  border: 1px solid #113a6d;
  display: inline-block;
  vertical-align: top;
  outline: none;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  padding: 15px 15px;
  letter-spacing: 1px;
  margin-bottom: 2px;
  line-height: 1em;
  font-size: 24px; }
  a.btnMore:visited, a.btnMore:active, a.btnMore:focus {
    color: #fff;
    text-decoration: none; }
  a.btnMore:hover {
    background: #333;
    color: #fff;
    background: #262626;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #262626; }

a.moreLink {
  color: #004aa5;
  position: relative;
  border-bottom: 1px solid #004aa5; }
  a.moreLink:visited {
    color: #004aa5; }
  a.moreLink:hover {
    color: #e60012; }
  a.moreLink:hover {
    border-bottom: 1px solid #e60012; }

.areaContent {
  position: relative;
  width: 1250px;
  margin: 0 auto;
  padding: 0 0 1px 0; }

/*--> Global ----------------------------------------------------------------------------*/
/*-->動態部分 ----------------------------------------------------*/
/*--> 區塊內元件無絕對定位 --*/
.homeEsg [class^='act'] > *:not(.anchor) {
  position: relative;
  top: 100px;
  opacity: 0; }

.homeEsg [class^='act'].fadeIn > *:nth-child(1) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 0.3s;
  -moz-animation-fill-mode: forwards; }

.homeEsg [class^='act'].fadeIn > *:nth-child(2) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 0.6s;
  -moz-animation-fill-mode: forwards; }

.homeEsg [class^='act'].fadeIn > *:nth-child(3) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 0.9s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 0.9s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 0.9s;
  -moz-animation-fill-mode: forwards; }

.homeEsg [class^='act'].fadeIn > *:nth-child(4) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 1.2s;
  -moz-animation-fill-mode: forwards; }

.homeEsg [class^='act'].fadeIn > *:nth-child(5) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 1.5s;
  -moz-animation-fill-mode: forwards; }

.homeEsg [class^='act'].fadeIn > *:nth-child(6) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 1.8s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 1.8s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 1.8s;
  -moz-animation-fill-mode: forwards; }

.homeEsg [class^='act'].fadeIn > *:nth-child(7) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 2.1s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 2.1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 2.1s;
  -moz-animation-fill-mode: forwards; }

.homeEsg [class^='act'].fadeIn > *:nth-child(8) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 2.4s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 2.4s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 2.4s;
  -moz-animation-fill-mode: forwards; }

.homeMain [class^='act'] > *:not(.anchor) {
  position: relative;
  top: 100px;
  opacity: 0; }

.homeMain [class^='act'].fadeIn > *:nth-child(1) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 0.3s;
  -moz-animation-fill-mode: forwards; }

.homeMain [class^='act'].fadeIn > *:nth-child(2) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 0.6s;
  -moz-animation-fill-mode: forwards; }

.homeMain [class^='act'].fadeIn > *:nth-child(3) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 0.9s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 0.9s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 0.9s;
  -moz-animation-fill-mode: forwards; }

.homeMain [class^='act'].fadeIn > *:nth-child(4) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 1.2s;
  -moz-animation-fill-mode: forwards; }

.homeMain [class^='act'].fadeIn > *:nth-child(5) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 1.5s;
  -moz-animation-fill-mode: forwards; }

.homeMain [class^='act'].fadeIn > *:nth-child(6) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 1.8s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 1.8s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 1.8s;
  -moz-animation-fill-mode: forwards; }

.homeMain [class^='act'].fadeIn > *:nth-child(7) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 2.1s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 2.1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 2.1s;
  -moz-animation-fill-mode: forwards; }

.homeMain [class^='act'].fadeIn > *:nth-child(8) {
  animation-duration: 0.8s;
  animation-name: downToUp;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-delay: 2.4s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: downToUp;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 2.4s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-name: downToUp;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-delay: 2.4s;
  -moz-animation-fill-mode: forwards; }

a.guide {
  position: absolute;
  top: 100px;
  z-index: 10; }

/*--> Banner ----------------------------*/
.homeBanner {
  position: relative; }
  .homeBanner:hover a.btnMore {
    background: #000; }
  .homeBanner .titleArea {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50%;
    display: none; }
    .homeBanner .titleArea .btnArea {
      position: relative;
      text-align: center; }
      .homeBanner .titleArea .btnArea a.btnMore {
        -webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.35); }
  .homeBanner figure.mainPic {
    position: relative;
    width: 100%;
    height: 100%; }
    .homeBanner figure.mainPic a:focus {
      position: relative; }
      .homeBanner figure.mainPic a:focus::before {
        content: '.';
        color: rgba(0, 0, 0, 0);
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        border: 3px dashed #23b1e2 !important;
        pointer-events: none; }
    .homeBanner figure.mainPic img {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%; }
    .homeBanner figure.mainPic a.link {
      display: block;
      padding-top: 41.88%;
      overflow: hidden; }
      .homeBanner figure.mainPic a.link:hover img {
        top: 0;
        bottom: auto; }

/*--> Main ----------------------------------------*/
.homeMain {
  position: relative; }
  .homeMain .mark {
    color: #ff4b4b; }
  .homeMain .blue {
    color: #004aa5; }
  .homeMain .ps {
    position: relative;
    font-size: 20px;
    color: #6a6a6a;
    font-style: normal;
    padding-left: 60px; }
    .homeMain .ps .sTitle {
      position: absolute;
      left: 0;
      top: 0; }
  .homeMain .bg2 {
    background: #ffeeee;
    padding: 20px 0 70px 0; }

.infoArea .areaContent {
  position: relative; }

.infoArea .textArea {
  position: relative;
  margin-bottom: 100px; }
  .infoArea .textArea .mainPic {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%; }
    .infoArea .textArea .mainPic img {
      width: 100%; }

.infoArea ul.infoList {
  position: relative;
  width: 85%;
  margin: 100px auto 0 auto;
  font-size: 26px;
  font-weight: 500; }
  .infoArea ul.infoList ul {
    margin: 20px 0 30px 30px; }
    .infoArea ul.infoList ul li {
      margin-bottom: 10px;
      padding-left: 0px;
      line-height: 1.7em;
      list-style-position: outside;
      list-style-type: disc; }
  .infoArea ul.infoList > li {
    position: relative;
    padding-left: 160px;
    margin-bottom: 40px; }
    .infoArea ul.infoList > li p {
      font-weight: 500; }
    .infoArea ul.infoList > li .title {
      position: absolute;
      top: -5px;
      left: 0;
      display: inline-block;
      vertical-align: top;
      padding: 10px 10px;
      color: #000; }
      .infoArea ul.infoList > li .title span {
        position: relative;
        z-index: 1; }
      .infoArea ul.infoList > li .title::after {
        position: absolute;
        z-index: 0;
        left: 0;
        right: 0;
        top: 25px;
        content: '';
        height: 40px;
        background: #ffcd00; }

.wayArea {
  text-align: center;
  margin-top: 80px; }
  .wayArea h1 {
    line-height: 2em;
    font-size: 36px;
    font-weight: 700; }
  .wayArea h2 {
    line-height: 1.4em;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #000; }
  .wayArea p {
    font-weight: 500;
    margin-bottom: 10px; }
  .wayArea .logoGroup {
    margin-top: 20px; }
    .wayArea .logoGroup > img {
      width: 300px;
      display: inline-block;
      vertical-align: middle; }
    .wayArea .logoGroup span {
      display: inline-block;
      vertical-align: middle;
      margin: 0 20px;
      font-weight: 500; }
      .wayArea .logoGroup span img {
        width: 35px; }

.stepArea {
  text-align: center;
  margin-top: 50px; }

.stepBox {
  position: relative;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  width: 820px;
  margin: 40px auto 0 auto;
  text-align: left; }
  .stepBox .mainPic {
    position: absolute;
    top: 90px;
    right: -80px;
    width: 160px; }
    .stepBox .mainPic img {
      width: 100%; }

ul.stepList li {
  position: relative;
  padding-left: 150px;
  margin-bottom: 10px; }
  ul.stepList li .sTitle {
    position: absolute;
    top: 8px;
    left: 0;
    font-weight: bold;
    padding: 0 10px; }
    ul.stepList li .sTitle span {
      position: relative;
      z-index: 1; }
    ul.stepList li .sTitle::after {
      position: absolute;
      z-index: 0;
      left: 0;
      right: 0;
      top: 15px;
      content: '';
      height: 23px;
      background: #ffcd00; }
  ul.stepList li p span {
    display: block; }
  ul.stepList li .grey {
    color: #616161; }

/*--> Note 注意事項 ----------------------------------------*/
.noteArea {
  text-align: center;
  padding: 60px 0; }
  .noteArea .title {
    margin-bottom: 40px;
    text-align: left;
    font-size: 26px;
    font-weight: bold; }
  .noteArea p {
    text-align: left; }
    .noteArea p.ps {
      font-size: 16px; }

ul.noteList {
  text-align: left;
  font-size: 16px;
  margin-bottom: 30px; }
  ul.noteList li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px; }
    ul.noteList li::before {
      position: absolute;
      top: 0;
      left: 0;
      content: "\2022";
      font-size: 26px; }
    ul.noteList li a {
      color: #004aa5;
      text-decoration: underline; }
      ul.noteList li a:visited {
        color: #004aa5; }
      ul.noteList li a:hover {
        color: #c31424; }

/*--> choose 看盤 ----------------------------------------*/
.chooseArea {
  margin-bottom: 120px; }
  .chooseArea h1 {
    font-size: 30px;
    font-weight: normal; }
  .chooseArea h2 {
    color: #ff4b4b;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 0; }

.chooseBox {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 30px;
  width: 900px;
  margin: 0 auto; }
  .chooseBox .chooseList {
    position: relative;
    width: 47%;
    margin: 0 1.5%; }
    .chooseBox .chooseList .topMore {
      margin-top: 5px; }
    .chooseBox .chooseList .chooseTitle {
      font-size: 29px;
      text-align: center;
      padding: 10px;
      background: #ffcd00;
      border-radius: 50px;
      margin-bottom: 20px;
      font-weight: bold; }
    .chooseBox .chooseList .chooseAppArea {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: #fff url("../images/icon_phone.png") 93% bottom no-repeat;
      background-size: auto 50%;
      border-radius: 25px;
      padding: 25px 12px;
      font-size: 17px;
      letter-spacing: 1px;
      font-weight: bold; }
    .chooseBox .chooseList .choosePcArea {
      background: #fff url("../images/icon_pc.png") 83% bottom no-repeat;
      background-size: auto 45%;
      border-radius: 25px;
      min-height: 175px;
      padding: 25px 12px;
      font-size: 16px;
      letter-spacing: 1px;
      font-weight: bold; }
    .chooseBox .chooseList .chooseApp {
      position: relative;
      margin: 0 10px;
      text-align: center; }
    .chooseBox .chooseList .chooseAppLeft {
      margin-bottom: 10px; }
      .chooseBox .chooseList .chooseAppLeft img {
        display: inline-block;
        width: 45px;
        height: auto; }
    .chooseBox .chooseList .chooseAppRight {
      line-height: 1.2em; }
      .chooseBox .chooseList .chooseAppRight a {
        display: block; }
        .chooseBox .chooseList .chooseAppRight a + a {
          margin-top: 5px; }
      .chooseBox .chooseList .chooseAppRight img {
        width: 120px;
        height: auto; }
        .chooseBox .chooseList .chooseAppRight img.stock {
          width: 80px; }
    .chooseBox .chooseList .choosePcLogin {
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-top: 3px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .chooseBox .chooseList .choosePcLogin p {
        width: 50%;
        font-size: 20px;
        font-weight: bold; }
        .chooseBox .chooseList .choosePcLogin p a {
          font-size: 24px;
          color: #004aa5;
          display: inline-block;
          border-bottom: solid 1px #004aa5;
          cursor: pointer; }
          .chooseBox .chooseList .choosePcLogin p a:hover {
            color: #ba1b21; }

/*--> stock 定期定額存好股 ----------------------------------------*/
.stockArea h1 {
  color: #ff4b4b;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 0; }

.stockArea h2 {
  font-size: 30px;
  font-weight: normal; }

.stockBox {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 0; }

.stockList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding-left: 35px;
  margin: 0 30px; }
  .stockList figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 72px; }
    .stockList figure img {
      width: 100%;
      height: auto; }
  .stockList p {
    color: #000;
    font-weight: bold;
    text-align: left; }
    .stockList p span {
      display: block;
      padding-left: 50px;
      padding-right: 20px; }
    .stockList p .sTitle {
      background: #ffcd00; }

/*--> RWD File ----------------------------------------------------------------------------*/
/*--> RWD ----------------------------------------------------------------------------*/
@media all and (max-width: 1280px) {
  /*--> Home ----------------------------------*/
  .areaContent {
    width: auto;
    margin: 0 20px; } }

@media all and (max-width: 950px) {
  .infoArea ul.infoList {
    width: 100%; }
  .chooseBox {
    width: auto;
    display: block;
    text-align: center; }
    .chooseBox .chooseList {
      width: 420px;
      margin: 0 auto; }
      .chooseBox .chooseList + .chooseList {
        margin-top: 60px; }
  .stockBox {
    width: 300px;
    display: block;
    text-align: center;
    margin: 0 auto; }
    .stockBox .stockList {
      margin: 40px auto 0 auto; }
      .stockBox .stockList:first-child {
        margin-top: 0; } }

@media all and (max-width: 725px) {
  .logoGroup {
    max-width: 300px;
    margin: 0 auto; }
    .logoGroup span.add {
      margin-top: 5px; } }

@media all and (max-width: 680px) {
  .chooseBox .chooseList {
    width: auto; }
    .chooseBox .chooseList .chooseAppArea {
      display: block;
      background-size: auto 25%; }
    .chooseBox .chooseList .choosePcArea {
      background-position: center bottom; }
    .chooseBox .chooseList .chooseAppRight {
      margin-bottom: 20px; }
  .stepBox {
    width: auto;
    font-size: 20px; }
    .stepBox .mainPic {
      position: relative;
      top: 0;
      right: 0;
      margin: 0 auto 20px auto; }
  ul.stepList li {
    padding-left: 120px; }
    ul.stepList li .sTitle {
      top: 0; }
  .homeMain .ps {
    font-size: 16px;
    padding-left: 50px; }
  .homeBanner figure.mainPic a.link {
    padding-top: 0; }
  .homeBanner figure.mainPic img {
    position: absolute;
  top: 0;
  left: 0; }
  .homeBanner .titleArea {
    display: block; }
  .header .logoArea img {
    width: 120px; }
  .header .logoArea span {
    font-size: 18px; }
  .infoArea .textArea .mainPic {
    width: 45%; }
  .infoArea ul.infoList {
    margin: 40px auto 0 auto;
    font-size: 20px; }
    .infoArea ul.infoList > li {
      padding-left: 0; }
      .infoArea ul.infoList > li .title {
        position: relative;
        top: 0;
        margin-bottom: 15px; }
        .infoArea ul.infoList > li .title::after {
          height: 20px; }
  .stockArea h1 {
    font-size: 30px;
    line-height: 1.4em; }
  .chooseArea h2 {
    font-size: 36px;
    line-height: 1.4em; }
  /*--> Global ----------------------------------*/
  body {
    font-size: 18px; }
  .wayArea h1 {
    line-height: 1.4em; }
  .phoneBlock {
    display: block; }
  #topcontrol {
    margin-right: 10px;
    margin-bottom: 10px; }
  .areaContent {
    margin: 0 24px; }
    .areaContent.society {
      margin: 0; }
  .downloadArea {
    width: auto;
    margin: 40px 0 0 0; }
  .addressArea {
    width: auto; }
  .footerLogo {
    width: auto; }
  .footerLink {
    position: relative;
    width: auto; }
  .copyright {
    max-width: none;
    margin-top: 10px;
    margin-bottom: 10px; }
  .footerOther {
    position: relative;
    width: auto;
    margin-top: 40px; } }
