@charset "UTF-8";
@font-face {
  font-family: "Balgin";
  src: url("../fonts/Balgin-regular-expanded.eot");
  src: url("../fonts/Balgin-regular-expanded.eot?#iefix") format("embedded-opentype"), url("../fonts/Balgin-regular-expanded.woff") format("woff"), url("../fonts/Balgin-regular-expanded.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Balgin";
  src: url("../fonts/Balgin-semibold-expanded.eot");
  src: url("../fonts/Balgin-semibold-expanded.eot?#iefix") format("embedded-opentype"), url("../fonts/Balgin-semibold-expanded.woff") format("woff"), url("../fonts/Balgin-semibold-expanded.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Balgin";
  src: url("../fonts/Balgin-bold-expanded.eot");
  src: url("../fonts/Balgin-bold-expanded.eot?#iefix") format("embedded-opentype"), url("../fonts/Balgin-bold-expanded.woff") format("woff"), url("../fonts/Balgin-bold-expanded.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Balgin";
  src: url("../fonts/Balgin-black-expanded.eot");
  src: url("../fonts/Balgin-black-expanded.eot?#iefix") format("embedded-opentype"), url("../fonts/Balgin-black-expanded.woff") format("woff"), url("../fonts/Balgin-black-expanded.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Fustat";
  src: url("../fonts/Fustat-Light.eot");
  src: url("../fonts/Fustat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Fustat-Light.woff") format("woff"), url("../fonts/Fustat-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Fustat";
  src: url("../fonts/Fustat-Regular.eot");
  src: url("../fonts/Fustat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Fustat-Regular.woff") format("woff"), url("../fonts/Fustat-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Fustat";
  src: url("../fonts/Fustat-Medium.eot");
  src: url("../fonts/Fustat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Fustat-Medium.woff") format("woff"), url("../fonts/Fustat-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Fustat";
  src: url("../fonts/Fustat-SemiBold.eot");
  src: url("../fonts/Fustat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Fustat-SemiBold.woff") format("woff"), url("../fonts/Fustat-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
html,
body {
  min-height: 100%;
}

html {
  font-size: 100%;
  overflow-y: scroll;
}

a {
  color: inherit;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
a:hover {
  opacity: 0.8;
}

body {
  font-family: "Balgin", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-weight: 400;
  font-size: 100%;
  color: #232323;
  background-color: #D8E2E0;
  line-height: 140%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.row:before {
  display: none;
}

.row .col {
  float: none;
}

.container {
  width: 100%;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

b {
  font-weight: 700;
}

.container {
  padding: 0 160px;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .container {
    padding: 0 80px;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    padding: 0 16px;
  }
}

header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  font-size: 1.125em;
  z-index: 99;
  transform: translateY(-100%);
  transition: all 0.6s ease-in-out;
}
header.init {
  transform: translate(0);
}
header .container {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 991px) {
  header .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
header .row {
  position: relative;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  header .row {
    justify-content: flex-end;
  }
}
header .col-l {
  font-weight: 900;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  header .col-l {
    display: none !important;
  }
}
header .col-l a {
  padding: 8px;
}
header .col-l a:not(:last-child) {
  margin-right: 60px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  header .col-l a:not(:last-child) {
    margin-right: 30px;
  }
}
header .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
header .logo img {
  display: block;
  width: 242px;
}
@media screen and (max-width: 991px) {
  header .logo img {
    width: 175px;
  }
}
header .col-r {
  position: relative;
  display: flex;
  align-items: center;
}
header .col-r .lang {
  position: relative;
  margin-right: 16px;
  font-size: 1.125em;
  font-weight: 500;
  font-family: "Fustat", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}
@media screen and (max-width: 991px) {
  header .col-r .lang {
    margin-right: 0;
  }
}
header .col-r .lang.active .current:after {
  background-image: url("../img/icon/lang-arrow-active.svg");
}
header .col-r .lang .current {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 8px 40px 8px 8px;
}
header .col-r .lang .current:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 16px;
  width: 11px;
  height: 6px;
  background-image: url("../img/icon/lang-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
header .col-r .lang ul {
  display: none;
  position: absolute;
  left: 0;
  top: 44px;
  background-color: #ffffff;
  width: 100%;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
}
header .col-r .lang ul li > span, header .col-r .lang ul li > a {
  display: block;
  padding: 8px 12px;
  font-size: 1rem;
}
header .col-r .lang ul li > span {
  background-color: #ECFD11;
}
header .col-r .btn-dl {
  background-color: #06392E;
  padding: 12px;
  color: #ffffff;
  border-radius: 1000px;
  font-weight: 900;
}
@media screen and (max-width: 991px) {
  header .col-r .btn-dl {
    display: none !important;
  }
}

footer {
  background-color: #232323;
  padding: 32px 0;
  color: #EFEFEF;
  font-family: "Fustat", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-weight: 300;
  font-size: 0.9375em;
  line-height: 1.6;
}
footer .row {
  align-items: center;
}
footer .col-l {
  flex-shrink: 0;
}
footer .col-l .logo {
  display: block;
  width: 229px;
}
footer .col-r {
  flex-grow: 1;
  flex-shrink: 1;
  text-align: right;
}
footer .col-r .access {
  margin-bottom: 3px;
}
footer .col-r .access span {
  position: relative;
}
footer .col-r .access span:not(:last-child) {
  margin-right: 24px;
}
footer .col-r .access span:not(:last-child):after {
  content: "|";
  position: absolute;
  right: -12px;
}
.hamburger {
  position: fixed;
  left: 12px;
  top: 19px;
  width: 40px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
@media screen and (min-width: 992px) {
  .hamburger {
    display: none !important;
  }
}
.hamburger .line {
  position: absolute;
  left: 12px;
  background-color: #232323;
  height: 2px;
  width: 16px;
  transition: all 0.3s ease-in-out;
}
.hamburger .line:nth-child(1) {
  top: 12px;
}
.hamburger .line:nth-child(2) {
  top: 17px;
}
.hamburger .line:nth-child(3) {
  bottom: 12px;
}
.hamburger.active .line {
  background-color: #ffffff;
}
.hamburger.active .line:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}
.hamburger.active .line:nth-child(2) {
  width: 0;
}
.hamburger.active .line:nth-child(3) {
  transform: rotate(-45deg) translate(3px, -3px);
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #012820;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  transform: translateY(-100%);
}
.mobile-menu.on {
  transform: translateY(0);
}
.mobile-menu .container {
  position: relative;
  overflow: hidden;
}
.mobile-menu .wrapper {
  position: relative;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mobile-menu .wrapper::-webkit-scrollbar {
  display: none;
}
.mobile-menu .heading {
  padding: 20px 0;
  display: flex;
  justify-content: center;
}
.mobile-menu .heading .logo {
  width: 176px;
}
.mobile-menu .heading .logo img {
  width: 100%;
  display: block;
}
.mobile-menu .page {
  margin-top: 40px;
}
.mobile-menu .page .item {
  font-size: 1.25em;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  padding: 20px 0;
}
.mobile-menu .lang-switch {
  font-family: "Fustat", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.mobile-menu .lang-switch > span, .mobile-menu .lang-switch > a {
  display: inline-block;
  width: 110px;
  text-align: center;
}
.mobile-menu .lang-switch .current > span {
  position: relative;
}
.mobile-menu .lang-switch .current > span:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  background-color: #ECFD11;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}
.mobile-menu .download {
  margin-top: 50px;
}
.mobile-menu .download .txt {
  color: #2DDBF6;
  font-size: 1.25em;
  line-height: 1.6;
  text-align: center;
}
.mobile-menu .download .store-row {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.mobile-menu .download .store-row a:not(:last-child) {
  margin-right: 20px;
}
.mobile-menu .download .store-row a:hover {
  opacity: 1;
}
.mobile-menu .download .store-row .ios {
  width: 144px;
}
.mobile-menu .download .store-row .android {
  width: 163px;
}
.mobile-menu .download .store-row img {
  display: block;
  width: 100%;
}
.mobile-menu .deco {
  width: 992px;
  left: -260px;
  bottom: 270px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-menu .deco {
    left: -40px;
    transform: scale(1.2);
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .mobile-menu .deco {
    left: -220px;
  }
}/*# sourceMappingURL=layout.css.map */