@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: #e0ded9;
  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 10px 0;
  background: #bf311a;
  color: #fff; }
  .footer .guide {
    position: absolute;
    top: 0;
    left: 0; }

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

.footerLink {
  margin-bottom: 5px; }

.serviceArea {
  margin-top: 10px; }
  .serviceArea p {
    margin-bottom: 0px;
    font-size: 18px; }
  .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: 24px; }
      .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;
      z-index: 1;
      top: 0;
      left: 0;
      display: block;
      width: 100%; }
    .homeBanner figure.mainPic .btn {
      position: absolute;
      z-index: 5;
      bottom: 8%;
      right: 38%;
      width: 9%;
      padding-top: 8.7%;
      display: block;
      overflow: hidden; }
      .homeBanner figure.mainPic .btn img {
        position: absolute;
        top: 0;
        width: 100%;
        display: block; }
    .homeBanner figure.mainPic a.link {
      display: block;
      padding-top: 42.5%;
      overflow: hidden; }
      .homeBanner figure.mainPic a.link:hover .btn img {
        top: auto;
        bottom: 0; }

a.sideBtn {
  position: fixed;
  z-index: 99;
  right: 20px;
  bottom: 40%; }
  a.sideBtn img {
    width: 150px; }

.sideArea.sidein .sideIframe {
  right: 18px; }

.sideIframe {
  position: fixed;
  line-height: 0;
  z-index: 99;
  right: -420px;
  bottom: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px 20px 10px 10px;
  -webkit-box-shadow: 0 22px 50px #25190933, 0 8px 18px #3e29082e;
  box-shadow: 0 22px 50px #25190933, 0 8px 18px #3e29082e;
  overflow: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }
  .sideIframe .sideTitle {
    line-height: 1.4em;
    color: #fff;
    background: #bb1b21;
    padding: 8px 10px 8px 20px; }
    .sideIframe .sideTitle .icon-close {
      display: inline-block;
      padding: 0 10px;
      border-radius: 25px;
      float: right;
      font-size: 14px;
      border: 1px solid #fff; }
      .sideIframe .sideTitle .icon-close:hover {
        cursor: pointer;
        background: #000; }

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

.infoArea {
  background: #efece7;
  padding: 60px 0 30px 0; }
  .infoArea .areaContent {
    position: relative; }
  .infoArea .infoBox {
    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: 1200px;
    margin: 0 auto 30px auto; }
  .infoArea .psBox {
    width: 1080px;
    margin: 0 auto 30px auto;
    letter-spacing: 1px; }
  .infoArea .infoList {
    position: relative;
    width: 47%;
    margin: 0 1.5%;
    background: #fff;
    border-radius: 25px;
    padding: 25px 30px;
    letter-spacing: 1px;
    font-size: 28px;
    -webkit-box-shadow: 8px 8px 0px 0px #e0dee1;
    box-shadow: 8px 8px 0px 0px #e0dee1; }
  .infoArea .infoTitle {
    position: relative;
    font-size: 36px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: bold; }
    .infoArea .infoTitle .note {
      position: absolute;
      left: 100%;
      width: 180%;
      font-size: 28px;
      color: #89500f; }
      .infoArea .infoTitle .note::before {
        display: inline;
        content: '|';
        margin: 0 10px; }
    .infoArea .infoTitle * {
      position: relative;
      z-index: 3; }
    .infoArea .infoTitle::after {
      content: ' ';
      position: absolute;
      z-index: 0;
      left: -10px;
      right: -10px;
      bottom: -8px;
      height: 12px;
      background: #ffe400; }
  .infoArea ul.list {
    margin: 0px 10px 30px 10px; }
    .infoArea ul.list li {
      position: relative;
      padding-left: 35px;
      line-height: 1.4em;
      margin-bottom: 20px; }
      .infoArea ul.list li::before {
        position: absolute;
        top: 6px;
        left: 0;
        display: block;
        content: ' ';
        width: 24px;
        height: 24px;
        background: url("../images/list-mark.svg") left top no-repeat;
        background-size: 100% auto; }
  .infoArea ul.listIcon {
    margin: 0px 10px 55px 10px; }
    .infoArea ul.listIcon li {
      position: relative;
      padding-left: 40px;
      line-height: 1.4em;
      margin-bottom: 20px; }
      .infoArea ul.listIcon li [class^='icon-'] {
        position: absolute;
        top: 6px;
        left: 0;
        display: block;
        content: ' ';
        width: 26px;
        height: 26px; }
        .infoArea ul.listIcon li [class^='icon-'].icon-money {
          top: 10px;
          left: -2px;
          width: 30px;
          height: 30px;
          background: url("../images/icon-money.svg") left top no-repeat;
          background-size: 100% auto; }
        .infoArea ul.listIcon li [class^='icon-'].icon-stock {
          background: url("../images/icon-stock.svg") left top no-repeat;
          background-size: 100% auto; }
        .infoArea ul.listIcon li [class^='icon-'].icon-date {
          background: url("../images/icon-date.svg") left top no-repeat;
          background-size: 100% auto; }

.stepTotal {
  margin: 80px auto 40px auto; }

.wayArea {
  text-align: center; }
  .wayArea .titleArea {
    width: 850px;
    border-radius: 50px;
    margin: 0 auto 20px auto;
    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;
    color: #ffe400;
    background: #000;
    padding: 10px; }
  .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;
    font-size: 24px; }
  .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;
  margin: 40px auto 0 auto;
  text-align: center; }

ul.stepList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px; }
  ul.stepList::before {
    position: absolute;
    z-index: 0;
    top: 85px;
    left: 70px;
    right: 100px;
    display: block;
    content: ' ';
    border-top: 1px solid #000; }
  ul.stepList li {
    position: relative;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    ul.stepList li .sTitle {
      letter-spacing: 1px;
      font-weight: bold;
      padding: 0 10px;
      font-style: italic; }
      ul.stepList li .sTitle span {
        position: relative;
        z-index: 1;
        font-size: 20px; }
      ul.stepList li .sTitle .num {
        font-size: 34px; }
    ul.stepList li figure {
      position: relative;
      z-index: 5;
      width: 90px;
      height: 90px;
      border-radius: 50%;
      background: #fff;
      -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
      margin: 5px auto 15px auto; }
      ul.stepList li figure img {
        position: absolute;
        left: 0%;
        top: 50%;
        -webkit-transform: translateX(50%) translateY(-50%);
        -ms-transform: translateX(50%) translateY(-50%);
        transform: translateX(50%) translateY(-50%);
        width: 50%; }
    ul.stepList li p {
      line-height: 1.3em; }
      ul.stepList li p span {
        display: block; }
    ul.stepList li .grey {
      color: #616161; }

/*--> Note 注意事項 ----------------------------------------*/
.noteArea {
  text-align: center;
  padding: 60px 0;
  color: #5d5d5d; }
  .noteArea .title {
    margin-bottom: 60px;
    text-align: center;
    font-size: 34px;
    color: #000; }
  .noteArea p {
    text-align: left; }

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

/*--> choose 看盤 ----------------------------------------*/
.chooseArea {
  padding: 100px 0;
  background: #efece7; }
  .chooseArea .titleArea {
    width: 850px;
    border-radius: 50px;
    margin: 0 auto 20px auto;
    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;
    color: #ffe400;
    background: #000;
    padding: 10px; }
    .chooseArea .titleArea h1 {
      font-size: 30px;
      font-weight: normal; }
    .chooseArea .titleArea h2 {
      color: #ffe400;
      font-size: 45px;
      font-weight: 700;
      margin-bottom: 0;
      margin-left: 20px; }
  .chooseArea .hot {
    font-size: 24px; }
    .chooseArea .hot .note {
      color: #7c470b; }
    .chooseArea .hot img {
      width: 80px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }

.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: 1100px;
  margin: 0 auto; }
  .chooseBox .chooseList {
    position: relative;
    width: 47%;
    margin: 0 1.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-radius: 25px;
    padding: 25px 20px;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: bold;
    -webkit-box-shadow: 8px 8px 0px 0px #e0dee1;
    box-shadow: 8px 8px 0px 0px #e0dee1; }
    .chooseBox .chooseList a {
      font-size: 24px;
      color: #004aa5;
      display: inline-block;
      border-bottom: solid 1px #004aa5;
      cursor: pointer; }
      .chooseBox .chooseList a:hover {
        color: #ba1b21;
        border-bottom: solid 1px #ba1b21; }
    .chooseBox .chooseList .topMore {
      margin-top: 5px; }
    .chooseBox .chooseList .chooseTitle {
      position: relative;
      font-size: 36px;
      text-align: center;
      display: inline-block;
      vertical-align: top;
      margin-top: 20px;
      margin-bottom: 40px;
      font-weight: bold; }
      .chooseBox .chooseList .chooseTitle * {
        position: relative;
        z-index: 3; }
      .chooseBox .chooseList .chooseTitle::after {
        content: ' ';
        position: absolute;
        z-index: 0;
        left: -10px;
        right: -10px;
        bottom: -8px;
        height: 12px;
        background: #ffe400; }
    .chooseBox .chooseList .chooseLeft {
      width: 30%; }
      .chooseBox .chooseList .chooseLeft img {
        display: inline-block;
        width: 100%;
        height: auto; }
    .chooseBox .chooseList .chooseRight {
      line-height: 1.2em;
      margin-left: 20px;
      text-align: left;
      width: 70%; }
      .chooseBox .chooseList .chooseRight > p {
        font-size: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .chooseBox .chooseList .chooseRight > p span::before {
          content: '|';
          margin: 0 8px; }
      .chooseBox .chooseList .chooseRight a {
        display: block; }
        .chooseBox .chooseList .chooseRight a + a {
          margin-top: 5px; }
      .chooseBox .chooseList .chooseRight img {
        width: 120px;
        height: auto; }
    .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;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .chooseBox .chooseList .choosePcLogin p {
        position: relative;
        display: inline-block;
        text-align: center;
        vertical-align: top;
        font-size: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0; }
        .chooseBox .chooseList .choosePcLogin p + p {
          margin-left: 40px; }
          .chooseBox .chooseList .choosePcLogin p + p::before {
            position: absolute;
            left: -30px;
            display: inline-block;
            content: '|';
            margin: 0 8px; }
        .chooseBox .chooseList .choosePcLogin p span {
          position: relative;
          top: -20px;
          display: block;
          font-weight: normal; }

/*--> RWD File ----------------------------------------------------------------------------*/
/*--> RWD ----------------------------------------------------------------------------*/
@media all and (max-width: 1440px) {
  a.sideBtn {
    bottom: 65px; } }

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

@media all and (max-width: 950px) {
  .footer {
    padding-bottom: 280px; }
  ul.stepList li p {
    font-size: 20px; }
  .wayArea .titleArea {
    width: auto; }
  .infoArea .infoList {
    padding: 25px 25px; }
    .infoArea .infoList:first-child {
      padding: 25px 25px 20px 25px; }
      .infoArea .infoList:first-child .infoTitle:first-child {
        margin-bottom: 90px; }
      .infoArea .infoList:first-child .infoTitle .note {
        left: -30px;
        top: 55px; }
        .infoArea .infoList:first-child .infoTitle .note::before {
          display: none; }
  .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: 680px) {
  .chooseArea .hot img {
    width: 50px;
    margin-right: 5px; }
  ul.stepList li {
    margin-bottom: 40px; }
    ul.stepList li:first-child::before {
      display: none; }
    ul.stepList li::before {
      content: '';
      position: absolute;
      width: 1px;
      height: 30px;
      top: -30px;
      left: 50%;
      -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
      transform: translateX(50%);
      background: #000; }
    ul.stepList li p {
      margin-bottom: 0; }
  .infoArea ul.listIcon li [class^='icon-'].icon-money {
    top: 6px; }
  .infoArea ul.listIcon li [class^='icon-'] {
    top: 1px; }
  .infoArea ul.list li::before {
    top: 1px; }
  .stepTotal {
    margin: 60px auto 20px auto; }
  .footerMenu ul li a {
    font-size: 20px; }
  .noteArea .title {
    font-size: 24px;
    margin-bottom: 40px; }
  .chooseArea .hot {
    font-size: 20px; }
  .wayArea p {
    font-size: 20px; }
  .infoArea .infoList {
    font-size: 20px; }
  .infoArea .infoList:first-child .infoTitle:first-child {
    margin-bottom: 40px; }
  .infoArea .infoList:first-child .infoTitle .note {
    font-size: 20px;
    position: absolute;
    left: 100%;
    top: 0;
    color: #89500f; }
    .infoArea .infoList:first-child .infoTitle .note::before {
      display: inline;
      content: '|';
      margin: 0 10px; }
  .infoArea .infoTitle {
    font-size: 24px; }
  .chooseArea .titleArea {
    letter-spacing: 1px; }
    .chooseArea .titleArea h1 {
      font-size: 16px; }
    .chooseArea .titleArea h2 {
      font-size: 22px;
      margin-left: 10px; }
  .footer {
    padding-bottom: 240px; }
  ul.stepList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    ul.stepList::before {
      display: none; }
  .infoArea {
    padding: 60px 0 60px 0; }
    .infoArea .infoBox {
      display: block; }
    .infoArea .infoList {
      width: auto;
      margin: 0 0 40px 0; }
  a.sideBtn img {
    width: 150px; }
  .homeBanner figure.mainPic .btn {
    width: 30%;
    padding-top: 29%;
    right: auto;
    left: 5%;
    bottom: 5%; }
  .chooseBox .chooseList {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
    .chooseBox .chooseList .choosePcLogin {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .chooseBox .chooseList .chooseTitle {
      margin: 20px auto 40px auto;
      font-size: 24px; }
    .chooseBox .chooseList .chooseLeft {
      margin: 0 auto; }
    .chooseBox .chooseList .chooseRight {
      width: auto;
      text-align: center;
      margin-left: 0; }
      .chooseBox .chooseList .chooseRight > p {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 20px; }
    .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; }
  .homeMain .ps {
    font-size: 16px;
    padding-left: 50px; }
  .homeBanner figure.mainPic a.link {
    padding-top: 0; }
  .homeBanner figure.mainPic img {
    position: relative; }
  .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;
    font-size: 22px; }
    .wayArea h1 span {
      display: block; }
  .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; } }
