@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain) */
html {
  font-size: 16px; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote {
  content: '';
  content: none; }

q {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  width: 100%;
  height: auto; }

a {
  color: #000;
  text-decoration: none; }

.menuLibox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 999;
  background-color: rgba(7, 66, 130, 0.8);
  display: none;
  font-family: Century Gothic Bold,微軟正黑體;
  font-weight: bold; }
  .menuLibox.open {
    display: block;
    -webkit-animation: fadeIn 0.6s both;
    animation: fadeIn 0.6s both; }
  .menuLibox.close {
    display: block;
    -webkit-animation: fadeOut 0.6s both;
    animation: fadeOut 0.6s both; }
  .menuLibox .liboxClose {
    width: 80px;
    height: 80px;
    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;
    background-color: #df582f;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer; }
    .menuLibox .liboxClose:hover span {
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); }
    @media all and (max-width: 700px) {
      .menuLibox .liboxClose {
        width: 50px;
        height: 50px; } }
    .menuLibox .liboxClose span {
      position: relative;
      width: 32px;
      height: 32px;
      display: block;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: 0.5s all;
      -o-transition: 0.5s all;
      transition: 0.5s all; }
      .menuLibox .liboxClose span:before, .menuLibox .liboxClose span:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        content: "";
        display: block;
        background-color: #efac97;
        cursor: pointer; }
      .menuLibox .liboxClose span:before {
        width: 100%;
        height: 2px; }
      .menuLibox .liboxClose span:after {
        width: 2px;
        height: 100%; }
  .menuLibox .menuContainer {
    background-color: #f2f2f2;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    line-height: 1.8;
    display: block;
    overflow: hidden; }
  .menuLibox .group {
    height: calc(100vh - 70px);
    overflow-y: auto;
    padding: 150px 100px 0; }
    @media all and (max-width: 585px) {
      .menuLibox .group {
        padding: 50px 10px 50px 10px; } }
    @media all and (max-width: 320px) {
      .menuLibox .group {
        padding: 0px; } }
  .menuLibox .menu_select {
    font-size: 1.5rem;
    display: block; }
    .menuLibox .menu_select li {
      padding-bottom: 10px;
      padding-left: 30px; }
      .menuLibox .menu_select li:nth-child(3) {
        padding-bottom: 60px; }
        @media all and (max-width: 414px) {
          .menuLibox .menu_select li:nth-child(3) {
            padding-bottom: 0; } }
      .menuLibox .menu_select li a {
        line-height: 33.89px;
        letter-spacing: 1.5px; }
  .menuLibox .menu_btns {
    padding-bottom: 30px;
    padding-top: 50px; }
    .menuLibox .menu_btns li {
      width: 355px;
      height: 70px;
      margin-bottom: 5px;
      font-size: 1.125rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .menuLibox .menu_btns li:hover span {
        height: 16px; }
        .menuLibox .menu_btns li:hover span:after {
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          bottom: 3px;
          left: -3px;
          width: 13px; }
      .menuLibox .menu_btns li span {
        display: inline-block;
        width: 2px;
        height: 14px;
        border-radius: 0;
        background-color: #fff;
        margin-left: -35px;
        position: relative;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }
        .menuLibox .menu_btns li span:after {
          content: '';
          display: block;
          width: 14px;
          height: 2px;
          border-radius: 0;
          background-color: #fff;
          position: absolute;
          bottom: 50%;
          margin-bottom: -1px;
          margin-left: -6px;
          -webkit-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s; }
      .menuLibox .menu_btns li:nth-child(1) {
        background-color: #004986; }
      .menuLibox .menu_btns li:nth-child(2) {
        background-color: #434343; }
      .menuLibox .menu_btns li:nth-child(3) {
        background-color: #009944; }
      .menuLibox .menu_btns li a {
        padding-left: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        border-radius: 0;
        color: #fff; }
  .menuLibox .languageNavbar {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    font-size: 0; }
    .menuLibox .languageNavbar li {
      width: 14%;
      padding: 20px;
      background-color: #ddd;
      -webkit-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all;
      display: inline-block; }
      .menuLibox .languageNavbar li:nth-child(1) {
        background-color: #004986;
        width: 30%; }
        .menuLibox .languageNavbar li:nth-child(1) a {
          color: #fff; }
      .menuLibox .languageNavbar li:nth-child(n+2):hover {
        background-color: #df582f;
        position: relative; }
        .menuLibox .languageNavbar li:nth-child(n+2):hover a {
          color: #fff; }
      .menuLibox .languageNavbar li:nth-child(n+2):hover:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-radius: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #fff transparent transparent transparent; }
      .menuLibox .languageNavbar li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        border-radius: 0;
        font-size: 1rem; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes fadeOut {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

/*# sourceMappingURL=home.hamburger.menu.css.map */