@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto:700");
@import url(fonts/css/fontello.css);
@import url(slick.css);
@import url(slick-theme.css);
@import url(mCustomScrollbar.css);
@import url(foundation-datepicker.css);
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, caption, 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;
  font-family: 'Microsoft JhengHei',sans-serif; }

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:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

a, a:hover, a:active, a:focus, a:visited {
  text-decoration: none;
  outline: 0;
  outline-offset: 0px;
  color: #1E1E1E; }

a[href="javascript:void(0)"] {
  cursor: text; }

a[role="button"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

div, button, input, select, textarea, a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none; }

span, p {
  line-height: 30px; }

strong {
  font-weight: 600; }

button, input {
  font-family: 'Microsoft JhengHei',sans-serif;
  line-height: normal;
  outline: 0; }

button, select {
  text-transform: none; }

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  nowhitespace: afterproperty;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  display: inline-block; }

figure, address {
  padding: 0;
  margin: 0; }

img {
  max-width: 100%;
  height: auto;
  brder: none;
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

/* ==========================================================================
		共用元素
 @mixin =========================================================================*/
.lightcase-icon-close:before {
  content: '\e80b';
  font-family: "fontello";
  font-weight: 400;
  font-size: 30px; }

.lightcase-icon-spin:before {
  font-family: "fontello";
  content: '\e830'; }

.form-ok, .form-error {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  z-index: 1; }
  .form-ok::after, .form-error::after {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1; }
  .form-ok::before, .form-error::before {
    font-family: "fontello";
    font-size: 20px;
    display: inline-block; }

.form-ok::before {
  content: '\e827';
  color: #00cd00; }

.form-error::before {
  content: '\e826';
  color: #FF0000; }

.circle {
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.btn, .more {
  display: block;
  height: 40px;
  border-radius: 40px;
  padding: 0 15px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0 15px;
  text-align: center;
  line-height: 40px;
  color: #1E1E1E;
  font-family: 'Open sans','微軟正黑體',sans-serif;
  margin: 0 auto;
  -o-transition: color .25s ease-in-out,background .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out,background .25s ease-in-out;
  -moz-transition: color .25s ease-in-out,background .25s ease-in-out;
  transition: color .25s ease-in-out,background .25s ease-in-out; }
  @media screen and (min-width: 992px) {
    .btn:hover, .more:hover {
      background-color: #fff;
      color: #002F7B; } }

.rs-btn {
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 240px;
  min-height: 60px;
  font-size: 17px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 30px;
  margin: 10px 5px;
  -o-transition: color .25s ease-in-out,background .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out,background .25s ease-in-out;
  -moz-transition: color .25s ease-in-out,background .25s ease-in-out;
  transition: color .25s ease-in-out,background .25s ease-in-out; }
  @media screen and (max-width: 991px) {
    .rs-btn {
      padding: 12.75px 15px; } }
  @media screen and (max-width: 479px) {
    .rs-btn {
      padding: 9.9px 15px; } }
  @media screen and (max-width: 991px) {
    .rs-btn {
      margin: 8.5px 2.5px; } }
  @media screen and (max-width: 479px) {
    .rs-btn {
      margin: 6.6px 2.5px; } }
  .rs-btn.h50 {
    min-height: 50px; }
  .rs-btn.mini, .rs-btn.mini-wauto {
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    min-width: 160px;
    min-height: auto;
    padding: 5px 5px; }
    @media screen and (max-width: 991px) {
      .rs-btn.mini, .rs-btn.mini-wauto {
        padding: 4.25px 2.5px; } }
    @media screen and (max-width: 479px) {
      .rs-btn.mini, .rs-btn.mini-wauto {
        padding: 3.3px 2.5px; } }
  .rs-btn.w-auto, .rs-btn.mini-wauto {
    min-width: auto; }
  .rs-btn.mini-wauto {
    padding: 5px 30px; }
    @media screen and (max-width: 991px) {
      .rs-btn.mini-wauto {
        padding: 4.25px 15px; } }
    @media screen and (max-width: 479px) {
      .rs-btn.mini-wauto {
        padding: 3.3px 15px; } }
  .rs-btn.blue {
    background-color: #295189;
    color: #FFF; }
    .rs-btn.blue:hover {
      background-color: #24344C; }
  .rs-btn.green {
    border: 1px solid #29897A;
    color: #29897A; }
    .rs-btn.green:hover {
      background-color: #29897A;
      color: #FFF; }
  @media screen and (max-width: 767px) {
    .rs-btn {
      font-size: 1em; } }
  @media screen and (max-width: 600px) {
    .rs-btn {
      width: 100%;
      min-width: 200px;
      min-height: 45px !important; }
      .rs-btn.mini {
        width: auto; } }

.pt-line, .pt-linemini {
  position: relative; }
  .pt-line::before, .pt-linemini::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }

.pt-line::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #DBDBDB;
  max-width: 1300px;
  margin: 0 auto; }

@media screen and (max-width: 1440px) {
  .pt-line::before {
    max-width: none; } }

@media screen and (max-width: 991px) {
  .pt-line::before {
    width: calc(100% - 80px); } }

@media screen and (max-width: 767px) {
  .pt-line::before {
    width: calc(100% - 40px); } }

.pt-linemini::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #DBDBDB;
  max-width: 800px;
  margin: 0 auto; }

@media screen and (max-width: 991px) {
  .pt-linemini::before {
    width: calc(100% - 80px);
    max-width: none; } }

@media screen and (max-width: 767px) {
  .pt-linemini::before {
    width: calc(100% - 40px); } }

.pagination {
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 50px 0; }
  @media screen and (max-width: 991px) {
    .pagination {
      margin: 42.5px 0; } }
  @media screen and (max-width: 479px) {
    .pagination {
      margin: 33px 0; } }
  .pagination li {
    list-style: none;
    margin: 0 !important;
    padding: 0; }
    .pagination li a {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -o-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: 28px;
      height: 28px;
      font-size: 15px;
      font-family: 'Lato', 'Microsoft JhengHei',sans-serif;
      background-color: #E6E6E6;
      border: 1px solid #E6E6E6;
      border-radius: 50%;
      margin: 8px;
      -o-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      .pagination li a:hover {
        background-color: #24344C;
        border-color: #24344C;
        color: #FFF; }
    .pagination li.active a {
      background-color: #fff; }
      .pagination li.active a:hover {
        border-color: #24344C;
        color: #24344C; }
    .pagination li.prev a, .pagination li.next a {
      background-color: transparent;
      border: none; }
      .pagination li.prev a::before, .pagination li.next a::before {
        content: '';
        display: block;
        width: 18px;
        height: 18px;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: .5;
        -o-transition: opacity 0.25s ease-in-out;
        -webkit-transition: opacity 0.25s ease-in-out;
        -moz-transition: opacity 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out; }
      .pagination li.prev a:hover::before, .pagination li.next a:hover::before {
        opacity: 1; }
    .pagination li.prev a::before {
      background-image: url("images/icon/arrow-b_left.png"); }
    .pagination li.next a::before {
      background-image: url("images/icon/arrow-b_right.png"); }

.icon-facebook {
  font-size: 20px;
  color: #3B5997; }
  @media screen and (max-width: 1440px) {
    .icon-facebook {
      font-size: 18px; } }

.icon-youtube {
  font-size: 20px;
  color: #DB4B41; }
  @media screen and (max-width: 1440px) {
    .icon-youtube {
      font-size: 18px; } }

.icon-line {
  font-size: 22px;
  color: #00C300; }
  @media screen and (max-width: 1440px) {
    .icon-line {
      font-size: 20px; } }

a.circle:hover.fb {
  border-color: #3B5997 !important;
  background-color: #3B5997 !important; }
  a.circle:hover.fb i {
    color: #fff; }

a.circle:hover.youtube {
  border-color: #DB4B41 !important;
  background-color: #DB4B41 !important; }
  a.circle:hover.youtube i {
    color: #fff; }

a.circle:hover.line {
  border-color: #00C300 !important;
  background-color: #00C300 !important; }
  a.circle:hover.line i {
    color: #fff; }

.new-icon {
  font-family: 'Lato', 'Microsoft JhengHei',sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: #DE4319; }

.compare-btn {
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  color: #1E1E1E;
  cursor: pointer; }
  .compare-btn::before, .compare-btn::after {
    display: inline-block; }
  .compare-btn::before {
    content: '\e809';
    font-family: "fontello";
    font-size: 16px;
    color: #24344C;
    margin-right: 8px; }
  .compare-btn::after {
    content: '加入比較';
    line-height: 30px;
    min-width: 70px; }
  .compare-btn.active {
    color: #002F7B; }
    .compare-btn.active::before {
      content: '\e806'; }
    .compare-btn.active::after {
      content: '已加入比較'; }

.go-compare {
  display: inline-block;
  color: #002F7B !important;
  border: 1px solid #0059A0;
  font-size: 15px;
  border-radius: 5px;
  padding: 5px 10px;
  margin-top: 10px;
  -o-transition: background 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out; }
  .go-compare:hover {
    background-color: rgba(0, 89, 160, 0.1); }

.dashed::after {
  content: ' - '; }

.red {
  color: #DD3C11; }

.green {
  color: #29897A; }

.gary-bg {
  background-color: #F9F9F9; }

.gary-gardient {
  background: #e6e6e6;
  background: -moz-linear-gradient(top, #e6e6e6 10%, #fafafa 99%);
  background: -webkit-linear-gradient(top, #e6e6e6 10%, #fafafa 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #e6e6e6), color-stop(99%, #fafafa));
  background: -o-linear-gradient(top, #e6e6e6 10%, #fafafa 99%);
  background: linear-gradient(to bottom, #e6e6e6 10%, #fafafa 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#fafafa',GradientType=0 ); }

.w-bg {
  background-color: #fff; }

a.green, a .green {
  color: #29897A;
  -o-transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out; }
  a.green:hover, a .green:hover {
    color: #0059A0; }

.max-w50 {
  max-width: 50%; }

.min-w140 {
  min-width: 140px; }

.min-wauto {
  min-width: auto; }

.pt0 {
  padding-top: 0; }

.pt20 {
  padding-top: 20px; }
  @media screen and (max-width: 991px) {
    .pt20 {
      padding-top: 17px; } }
  @media screen and (max-width: 479px) {
    .pt20 {
      padding-top: 13.2px; } }

.pt30 {
  padding-top: 30px; }
  @media screen and (max-width: 991px) {
    .pt30 {
      padding-top: 25.5px; } }
  @media screen and (max-width: 479px) {
    .pt30 {
      padding-top: 19.8px; } }

.pt40 {
  padding-top: 40px; }
  @media screen and (max-width: 991px) {
    .pt40 {
      padding-top: 34px; } }
  @media screen and (max-width: 479px) {
    .pt40 {
      padding-top: 26.4px; } }

.pb100 {
  padding-bottom: 100px; }
  @media screen and (max-width: 991px) {
    .pb100 {
      padding-bottom: 85px; } }
  @media screen and (max-width: 479px) {
    .pb100 {
      padding-bottom: 66px; } }

.mt0 {
  margin-top: 0 !important; }

.m10 {
  margin: 10px 10px; }
  @media screen and (max-width: 991px) {
    .m10 {
      margin: 8.5px 5px; } }
  @media screen and (max-width: 479px) {
    .m10 {
      margin: 6.6px 5px; } }

.mt20 {
  margin-top: 20px; }
  @media screen and (max-width: 991px) {
    .mt20 {
      margin-top: 17px; } }
  @media screen and (max-width: 479px) {
    .mt20 {
      margin-top: 13.2px; } }

.mt50 {
  margin-top: 50px; }
  @media screen and (max-width: 991px) {
    .mt50 {
      margin-top: 42.5px; } }
  @media screen and (max-width: 479px) {
    .mt50 {
      margin-top: 33px; } }

.ml0 {
  margin-left: 0 !important; }

.ml10 {
  margin-left: 10px; }
  @media screen and (max-width: 991px) {
    .ml10 {
      margin-left: 5px; } }
.mb0 {
  margin-bottom: 0 !important; }
.mb40 {
  margin-bottom: 40px; }
  @media screen and (max-width: 991px) {
    .mb40 {
      margin-bottom: 34px; } }
  @media screen and (max-width: 479px) {
    .mb40 {
      margin-bottom: 26.4px; } }

.blue-arrow .slick-prev, .blue-arrow .slick-next, .white-arrow .slick-prev, .white-arrow .slick-next, .black-arrow .slick-prev, .black-arrow .slick-next {
  width: auto;
  height: auto;
  z-index: 10; }
  .blue-arrow .slick-prev::before, .blue-arrow .slick-next::before, .white-arrow .slick-prev::before, .white-arrow .slick-next::before, .black-arrow .slick-prev::before, .black-arrow .slick-next::before {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

.blue-arrow .slick-prev {
  left: -10px; }
  .blue-arrow .slick-prev::before {
    background-image: url("images/icon/arrow-blue_left.png"); }

.blue-arrow .slick-next {
  right: -10px; }
  .blue-arrow .slick-next::before {
    background-image: url("images/icon/arrow-blue_right.png"); }

.white-arrow .slick-prev {
  left: -10px; }
  .white-arrow .slick-prev::before {
    background-image: url("images/icon/arrow-w_left.png"); }

.white-arrow .slick-next {
  right: -10px; }
  .white-arrow .slick-next::before {
    background-image: url("images/icon/arrow-w_right.png"); }

.black-arrow .slick-prev {
  left: -10px; }
  .black-arrow .slick-prev::before {
    background-image: url("images/icon/arrow-b_left.png"); }

.black-arrow .slick-next {
  right: -10px; }
  .black-arrow .slick-next::before {
    background-image: url("images/icon/arrow-b_right.png"); }

.slick-next, .slick-prev {
  width: auto;
  height: auto; }
  .slick-next::before, .slick-prev::before {
    width: 50px;
    height: 50px; }

.tab-box.style-01, .tab-box.style-02 {
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .tab-box.style-01 ul, .tab-box.style-02 ul {
    display: inline-block !important; }
    .tab-box.style-01 ul::after, .tab-box.style-02 ul::after {
      content: '';
      display: block;
      clear: both; }
    .tab-box.style-01 ul li, .tab-box.style-02 ul li {
      float: left;
      height: 40px;
      font-size: 1em;
      line-height: 40px;
      text-align: center;
      min-width: 120px;
      border: 1px solid transparent;
      border-left: none;
      background-color: #fff;
      margin: 0;
      -o-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      .tab-box.style-01 ul li a, .tab-box.style-02 ul li a {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
        -o-transition: color 0.25s ease-in-out;
        -webkit-transition: color 0.25s ease-in-out;
        -moz-transition: color 0.25s ease-in-out;
        transition: color 0.25s ease-in-out; }
        @media screen and (max-width: 991px) {
          .tab-box.style-01 ul li a, .tab-box.style-02 ul li a {
            padding-left: 10px;
            padding-right: 10px; } }
      .tab-box.style-01 ul li:first-child, .tab-box.style-02 ul li:first-child {
        border-radius: 5px 0 0 5px; }
      .tab-box.style-01 ul li:last-child, .tab-box.style-02 ul li:last-child {
        border-radius: 0 5px 5px 0; }

.tab-box.style-01 ul li {
  border-color: #DBDBDB;
  background-color: #fff; }
  .tab-box.style-01 ul li:first-child {
    border-left: 1px solid #DBDBDB; }
  .tab-box.style-01 ul li.active {
    border-color: #0059A0;
    background-color: #0059A0;
    color: #FFF; }
    .tab-box.style-01 ul li.active a {
      color: #FFF; }

.tab-box.style-02 ul li {
  background-color: #C6D3D6; }
  .tab-box.style-02 ul li.active {
    background-color: #fff; }

@media screen and (max-width: 479px) {
  .tab-box.style-01 ul li a, .tab-box.style-02 ul li a {
    padding-left: 10px;
    padding-right: 10px; } }
  @media screen and (max-width: 479px) and (max-width: 991px) {
    .tab-box.style-01 ul li a, .tab-box.style-02 ul li a {
      padding-left: 5px;
      padding-right: 5px; } }

@media screen and (max-width: 479px) {
  .tab-box.style-01.more ul li, .tab-box.style-02.more ul li {
    min-width: 90px; } }

ul.tab {
  display: block !important; }
  ul.tab li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
    ul.tab li a {
      display: block; }

.tab-in {
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .tab-in.show {
    height: auto;
    opacity: 1;
    visibility: visible; }

.tab-btn {
  display: inline-block;
  position: relative;
  cursor: pointer; }
  .tab-btn .tab-nav {
    display: none;
    width: calc(100% - 20px);
    border: 1px solid #C8C8C8;
    border-top: none;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 50; }
    .tab-btn .tab-nav li {
      padding: 6.3px 10px;
      border-bottom: 1px solid #C8C8C8;
      -o-transition: background 0.25s ease-in-out;
      -webkit-transition: background 0.25s ease-in-out;
      -moz-transition: background 0.25s ease-in-out;
      transition: background 0.25s ease-in-out; }
      .tab-btn .tab-nav li:last-child {
        border: none; }
      .tab-btn .tab-nav li a {
        display: block;
        font-size: 14.5px;
        text-align: left;
        color: #646464; }
      .tab-btn .tab-nav li:hover {
        background-color: #DCE4E6; }
  @media screen and (max-width: 991px) {
    .tab-btn .tab-nav {
      width: calc(100% - 10px); } }

.editor {
  word-wrap: break-word;
  word-break: break-all; }
  .editor .container {
    overflow: hidden; }
    .editor .container::after {
      content: '';
      display: block;
      clear: both; }
  .editor hr {
    display: block;
    border: none;
    border-top: 1px solid #DBDBDB;
    margin: 50px 0; }
    @media screen and (max-width: 991px) {
      .editor hr {
        margin: 42.5px 0; } }
    @media screen and (max-width: 479px) {
      .editor hr {
        margin: 33px 0; } }
  .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6, .editor b, .editor strong {
    font-weight: bolder; }
  .editor ol {
    list-style: decimal; }
    .editor ol li {
      margin-left: 20px;
      line-height: 2em;
      margin-top: 15px;
      margin-bottom: 15px; }
      @media screen and (max-width: 991px) {
        .editor ol li {
          margin-top: 12.75px; } }
      @media screen and (max-width: 479px) {
        .editor ol li {
          margin-top: 9.9px; } }
      @media screen and (max-width: 991px) {
        .editor ol li {
          margin-bottom: 12.75px; } }
      @media screen and (max-width: 479px) {
        .editor ol li {
          margin-bottom: 9.9px; } }
  .editor .title {
    font-size: 1.625em;
    font-weight: 400; }
  .editor .ul-title {
    font-size: 16.5px;
    line-height: 40px;
    background-color: #295189;
    margin: 20px 0;
    padding-left: 15px;
    padding-right: 15px;
    color: #FFF; }
    @media screen and (max-width: 991px) {
      .editor .ul-title {
        margin: 17px 0; } }
    @media screen and (max-width: 479px) {
      .editor .ul-title {
        margin: 13.2px 0; } }
    @media screen and (max-width: 991px) {
      .editor .ul-title {
        padding-left: 7.5px;
        padding-right: 7.5px; } }
  .editor ul {
    list-style-image: url("images/list-type-disc.svg"); }
    .editor ul li {
      margin-left: 20px;
      line-height: 2em;
      margin-top: 5px;
      margin-bottom: 5px; }
      @media screen and (max-width: 991px) {
        .editor ul li {
          margin-top: 4.25px; } }
      @media screen and (max-width: 479px) {
        .editor ul li {
          margin-top: 3.3px; } }
      @media screen and (max-width: 991px) {
        .editor ul li {
          margin-bottom: 4.25px; } }
      @media screen and (max-width: 479px) {
        .editor ul li {
          margin-bottom: 3.3px; } }
  .editor h1 {
    font-size: 2em;
    margin: .67em 0; }
  .editor h2 {
    font-size: 1.5em;
    margin: .75em 0; }
  .editor h3 {
    font-size: 1.17em;
    margin: .83em 0; }
  .editor h4, .editor p, .editor blockquote, .editor ul, .editor fieldset, .editor form, .editor ol, .editor dl, .editor dir, .editor menu {
    margin: 1.12em 0; }
  .editor h5 {
    font-size: .83em;
    margin: 1.5em 0; }
  .editor h6 {
    font-size: .75em;
    margin: 1.67em 0; }
  .editor p {
    text-align: justify; }
  .editor b, .editor strong {
    font-weight: bold; }
  .editor img {
    height: auto !important; }
    .editor img.right {
      float: right;
      margin-left: 3.6em; }
    @media screen and (max-width: 1199px) {
      .editor img.right {
        width: 50%;
        margin-left: 30px; } }
    @media screen and (max-width: 991px) {
      .editor img.right {
        width: 50%; } }
    @media screen and (max-width: 479px) {
      .editor img.right {
        width: 100%;
        margin: 1.12em 0; } }
  .editor a, .editor a:hover, .editor a:active, .editor a:focus, .editor a:visited {
    -o-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out; }
    .editor a:hover, .editor a:hover:hover, .editor a:active:hover, .editor a:focus:hover, .editor a:visited:hover {
      color: #0059A0; }

.page-shadow {
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .page-shadow::before {
    content: '';
    display: block;
    width: 100%;
    height: 200px;
    background-image: url("images/page-headline-bg.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: -1; }

.page-headline {
  text-align: center;
  padding: 50px 0 35px 0;
  background-image: url("images/page-headline-bg.png");
  background-size: 100% auto;
  background-repeat: no-repeat; }
  @media screen and (max-width: 991px) {
    .page-headline {
      padding: 42.5px 0 29.75px 0; } }
  @media screen and (max-width: 479px) {
    .page-headline {
      padding: 33px 0 23.1px 0; } }
  .page-headline .title {
    font-size: 1.875em;
    font-weight: 400;
    margin: .4em 0;
    padding: 0 20px; }
  .page-headline .tab-box {
    margin-top: 30px;
    margin-bottom: 10px; }
    @media screen and (max-width: 991px) {
      .page-headline .tab-box {
        margin-top: 25.5px; } }
    @media screen and (max-width: 479px) {
      .page-headline .tab-box {
        margin-top: 19.8px; } }
  .page-headline p {
    text-align: center;
    margin-top: 0; }
  .page-headline.input {
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 0 50px 0; }
    @media screen and (max-width: 991px) {
      .page-headline.input {
        padding: 51px 0 42.5px 0; } }
    @media screen and (max-width: 479px) {
      .page-headline.input {
        padding: 39.6px 0 33px 0; } }
  .page-headline.no-bg {
    background: none; }
  @media screen and (max-width: 767px) {
    .page-headline {
      background-size: cover; } }
  @media screen and (max-width: 479px) {
    .page-headline.input {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-left: 20px;
      padding-right: 20px; } }

.page-ptb {
  padding: 40px 0; }
  @media screen and (max-width: 991px) {
    .page-ptb {
      padding: 34px 0; } }
  @media screen and (max-width: 479px) {
    .page-ptb {
      padding: 26.4px 0; } }
  .page-ptb.pb100 {
    padding-bottom: 100px; }
    @media screen and (max-width: 991px) {
      .page-ptb.pb100 {
        padding-bottom: 85px; } }
    @media screen and (max-width: 479px) {
      .page-ptb.pb100 {
        padding-bottom: 66px; } }

.page-text {
  padding-top: 30px;
  padding-bottom: 20px; }
  @media screen and (max-width: 991px) {
    .page-text {
      padding-top: 25.5px; } }
  @media screen and (max-width: 479px) {
    .page-text {
      padding-top: 19.8px; } }
  @media screen and (max-width: 991px) {
    .page-text {
      padding-bottom: 17px; } }
  @media screen and (max-width: 479px) {
    .page-text {
      padding-bottom: 13.2px; } }
  .page-text p {
    margin-bottom: 10px; }
    @media screen and (max-width: 991px) {
      .page-text p {
        margin-bottom: 8.5px; } }
    @media screen and (max-width: 479px) {
      .page-text p {
        margin-bottom: 6.6px; } }
  .page-text.pt0 {
    padding-top: 0; }
  .page-text p.official {
    text-indent: -18px;
    margin-left: 18px; }

.page-nav {
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .page-nav li {
    line-height: 70px;
    position: relative; }
    .page-nav li a {
      padding: 0 1.25em;
      border-right: 1px solid #DBDBDB;
      -o-transition: color 0.25s ease-in-out;
      -webkit-transition: color 0.25s ease-in-out;
      -moz-transition: color 0.25s ease-in-out;
      transition: color 0.25s ease-in-out; }
      .page-nav li a::after {
        content: '';
        display: none;
        width: calc(100% - 2.5em);
        height: 5px;
        background-color: #0059A0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto; }
    .page-nav li:hover a {
      color: #0059A0; }
    .page-nav li:last-child a {
      border: none; }
    .page-nav li.active a::after {
      display: block; }
  .page-nav.no-style {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0; }
  .page-nav.h-auto li {
    line-height: normal; }
  @media screen and (max-width: 991px) {
    .page-nav {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .page-nav li {
        line-height: 60px; }
        .page-nav li a {
          text-align: center; } }
  @media screen and (max-width: 600px) {
    .page-nav li {
      width: 33.3333%;
      line-height: 50px; }
      .page-nav li a {
        display: block;
        text-align: center; }
      .page-nav li:last-child a {
        border-right: 1px solid #DBDBDB; }
      .page-nav li:nth-child(3n) a {
        border: none; }
      .page-nav li.active {
        background-color: rgba(0, 89, 160, 0.1); }
        .page-nav li.active a::after {
          display: none; } }
  @media screen and (max-width: 479px) {
    .page-nav {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .page-nav li {
        width: 50%; }
        .page-nav li:nth-child(odd) a {
          border-right: 1px solid #DBDBDB !important; }
        .page-nav li:nth-child(even) a {
          border-right: none !important; } }

.sort-enter {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex; }
  .sort-enter .item {
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    border-right: 1px solid #DCE4E6;
    padding: 0 20px;
    margin-top: 80px;
    margin-bottom: 100px; }
    .sort-enter .item:last-child {
      border: none; }
    .sort-enter .item .title {
      font-size: 1.25em;
      font-weight: 600;
      color: #29897A;
      margin-bottom: 5px; }
    .sort-enter .item > p {
      font-size: 1em;
      color: #646464; }
    .sort-enter .item .rs-btn {
      width: 158px;
      min-width: auto;
      margin: 0 auto;
      margin-top: 30px; }
  @media screen and (max-width: 991px) {
    .sort-enter .item {
      margin-top: 40px;
      margin-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .sort-enter .item .title {
      margin-bottom: 0; }
    .sort-enter .item .rs-btn {
      margin-top: 20px; } }
  @media screen and (max-width: 479px) {
    .sort-enter {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 40px; }
      .sort-enter .item {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #DCE4E6;
        margin-bottom: 0;
        padding-bottom: 50px; } }

.result-box {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  background-color: #fff;
  border: 1px solid #DBDBDB;
  border-top: 1px solid #295189;
  margin-bottom: 10px; }
  .result-box:last-child {
    margin-bottom: 120px; }
    @media screen and (max-width: 991px) {
      .result-box:last-child {
        margin-bottom: 102px; } }
    @media screen and (max-width: 479px) {
      .result-box:last-child {
        margin-bottom: 79.2px; } }
  .result-box .row {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .result-box .row:first-child, .result-box .row:nth-child(2) {
      width: 25%;
      border-right: 1px solid #DBDBDB; }
    .result-box .row:last-child {
      width: 50%; }
    .result-box .row li {
      padding: 5px 0;
      padding-left: 20px;
      padding-right: 20px;
      border-bottom: 1px dashed #DBDBDB; }
      @media screen and (max-width: 991px) {
        .result-box .row li {
          padding-left: 10px;
          padding-right: 10px; } }
      .result-box .row li:last-child {
        border: none;
        padding-bottom: 20px; }
        @media screen and (max-width: 991px) {
          .result-box .row li:last-child {
            padding-bottom: 17px; } }
        @media screen and (max-width: 479px) {
          .result-box .row li:last-child {
            padding-bottom: 13.2px; } }
    .result-box .row span {
      width: 100%; }
    .result-box .row a.green {
      font-weight: 600;
      text-decoration: underline;
      margin-left: 5px; }
  .result-box .label {
    display: inline-block;
    font-size: 16.2px;
    min-width: 90px;
    padding-left: 0; }
    .result-box .label::after {
      content: '：'; }
  @media screen and (max-width: 991px) {
    .result-box {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .result-box .row:first-child, .result-box .row:nth-child(2) {
        width: 50%; }
      .result-box .row:nth-child(2) {
        border-right: none; }
      .result-box .row:last-child {
        width: 100%;
        border-top: 1px solid #DBDBDB; } }
  @media screen and (max-width: 600px) {
    .result-box .label {
      width: 100%;
      display: block; } }
  @media screen and (max-width: 320px) {
    .result-box .row:first-child {
      width: 45%; }
    .result-box .row:nth-child(2) {
      width: 55%; } }

.main-list {
  border-top: 2px solid #295189;
  background-color: #FAFAFA;
  margin: 10px 0; }
  .main-list .label {
    min-width: 150px;
    font-size: 17px;
    padding-left: 0; }
    .main-list .label::after {
      content: '：'; }
  .main-list li {
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    min-height: 55px;
    border-bottom: 1px dashed #DBDBDB;
    padding: 5px 20px; }
    @media screen and (max-width: 991px) {
      .main-list li {
        padding: 4.25px 10px; } }
    @media screen and (max-width: 479px) {
      .main-list li {
        padding: 3.3px 10px; } }
    .main-list li:last-child {
      border-bottom: 1px solid #DBDBDB; }
  .main-list.label-w .label {
    min-width: 220px; }
  .main-list .file-img {
    margin: 5px 0; }
    .main-list .file-img img {
      max-height: 250px; }
  @media screen and (max-width: 600px) {
    .main-list .label {
      width: auto;
      font-size: 16px;
      min-width: 30%; }
    .main-list li {
      padding: 5px 20px; } }
  @media screen and (max-width: 600px) and (max-width: 991px) {
    .main-list li {
      padding: 4.25px 10px; } }
  @media screen and (max-width: 600px) and (max-width: 479px) {
    .main-list li {
      padding: 3.3px 10px; } }

.main-bulletin {
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 100px; }
  @media screen and (max-width: 991px) {
    .main-bulletin {
      margin-bottom: 85px; } }
  @media screen and (max-width: 479px) {
    .main-bulletin {
      margin-bottom: 66px; } }
  .main-bulletin.mt {
    margin-top: 80px; }
    @media screen and (max-width: 991px) {
      .main-bulletin.mt {
        margin-top: 68px; } }
    @media screen and (max-width: 479px) {
      .main-bulletin.mt {
        margin-top: 52.8px; } }
  .main-bulletin .inner {
    min-width: 600px;
    max-width: 800px;
    background-color: #FFF;
    border-top: 2px solid #295189;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 0 10px 0 #ccc;
    box-shadow: 0 0 10px 0 #ccc;
    padding: 50px 40px; }
    @media screen and (max-width: 991px) {
      .main-bulletin .inner {
        padding: 42.5px 20px; } }
    @media screen and (max-width: 479px) {
      .main-bulletin .inner {
        padding: 33px 20px; } }
  .main-bulletin .title {
    font-size: 1.625em;
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 991px) {
      .main-bulletin .title {
        margin-bottom: 25.5px; } }
    @media screen and (max-width: 479px) {
      .main-bulletin .title {
        margin-bottom: 19.8px; } }
    .main-bulletin .title span {
      font-family: 'Lato', 'Microsoft JhengHei',sans-serif;
      font-size: 1em; }
  .main-bulletin .btn-row {
    width: 91%;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px; }
    @media screen and (max-width: 991px) {
      .main-bulletin .btn-row {
        margin-top: 25.5px; } }
    @media screen and (max-width: 479px) {
      .main-bulletin .btn-row {
        margin-top: 19.8px; } }
    .main-bulletin .btn-row .rs-btn {
      position: static;
      width: calc(33.3333% - 15px);
      min-width: auto;
      padding: 15px 15px;
      margin-left: 15px;
      margin-right: 15px; }
      @media screen and (max-width: 991px) {
        .main-bulletin .btn-row .rs-btn {
          padding: 12.75px 7.5px; } }
      @media screen and (max-width: 479px) {
        .main-bulletin .btn-row .rs-btn {
          padding: 9.9px 7.5px; } }
      @media screen and (max-width: 991px) {
        .main-bulletin .btn-row .rs-btn {
          margin-left: 7.5px;
          margin-right: 7.5px; } }
    .main-bulletin .btn-row.qty-1 .rs-btn {
      width: 200px; }
  .main-bulletin .input-group {
    margin: 5px 0; }
    @media screen and (max-width: 991px) {
      .main-bulletin .input-group {
        margin: 4.25px 0; } }
    @media screen and (max-width: 479px) {
      .main-bulletin .input-group {
        margin: 3.3px 0; } }
    .main-bulletin .input-group.radio {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .main-bulletin .info {
    line-height: 2em; }
    .main-bulletin .info * {
      margin-bottom: 15px; }
      @media screen and (max-width: 991px) {
        .main-bulletin .info * {
          margin-bottom: 12.75px; } }
      @media screen and (max-width: 479px) {
        .main-bulletin .info * {
          margin-bottom: 9.9px; } }
    .main-bulletin .info li {
      text-indent: -14px;
      margin-left: 16px; }
  .main-bulletin .green {
    font-weight: 600; }
  .main-bulletin.t-center {
    text-align: center; }
  @media screen and (max-width: 991px) {
    .main-bulletin .inner {
      max-width: 85%;
      min-width: 60%; } }
  @media screen and (max-width: 767px) {
    .main-bulletin .btn-row {
      width: 95%; } }
  @media screen and (max-width: 600px) {
    .main-bulletin .btn-row {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .main-bulletin .btn-row .rs-btn {
        width: 100% !important;
        margin: 5px auto; }
        .main-bulletin .btn-row .rs-btn.prev::before, .main-bulletin .btn-row .rs-btn.next::before {
          margin-right: 10px; }
        .main-bulletin .btn-row .rs-btn.prev span, .main-bulletin .btn-row .rs-btn.next span {
          display: inline-block; } }
  @media screen and (max-width: 479px) {
    .main-bulletin .input-group.radio .radio-box {
      width: auto; } }

.other-box {
  padding: 50px 0;
  background-color: #EFEFEF; }
  .other-box .container {
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .other-box .box {
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex; }
    .other-box .box .icon-inner {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -o-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: 100px;
      height: 100px;
      margin-right: 40px;
      position: relative; }
      .other-box .box .icon-inner .icon {
        display: block;
        width: 40px;
        height: 40px; }
        .other-box .box .icon-inner .icon.people {
          margin-left: 7px;
          margin-bottom: 2px; }
        .other-box .box .icon-inner .icon.cloud {
          margin-bottom: 2px; }
        .other-box .box .icon-inner .icon.location {
          margin-bottom: 2px; }
      .other-box .box .icon-inner .circle-b, .other-box .box .icon-inner .circle-s {
        display: block;
        position: absolute;
        -o-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
      .other-box .box .icon-inner .circle-b {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
      .other-box .box .icon-inner .circle-s {
        width: 80%;
        height: 80%;
        top: 10%;
        left: 10%; }
    .other-box .box .text-inner {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -o-display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 160px;
      height: 100%; }
      .other-box .box .text-inner .title {
        font-size: 24px;
        color: #1E1E1E; }
      .other-box .box .text-inner p {
        font-size: 16px;
        color: #969696; }
    .other-box .box:hover .icon-inner .circle-b {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
      .other-box .box:hover .icon-inner .circle-b svg path {
        fill: #0085BF !important; }
    .other-box .box:hover .icon-inner .circle-s {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
      .other-box .box:hover .icon-inner .circle-s svg path {
        fill: #305768 !important; }
  @media screen and (max-width: 991px) {
    .other-box {
      padding: 40px 0; }
      .other-box .container {
        -ms-flex-pack: distribute;
        justify-content: space-around; }
      .other-box .box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: calc(33.333% - 40px);
        margin: 0 20px; }
        .other-box .box .icon-inner {
          min-width: 100px;
          min-height: 100px;
          margin-right: 0;
          margin-bottom: 20px; }
        .other-box .box .text-inner {
          width: auto;
          text-align: center; }
          .other-box .box .text-inner .title {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 5px; }
          .other-box .box .text-inner p {
            line-height: normal;
            font-size: 16px;
            font-weight: 600; }
        .other-box .box:last-child {
          margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .other-box {
      padding: 30px 0; }
      .other-box .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .other-box .box {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 0 30px; }
        .other-box .box .icon-inner {
          width: 90px;
          height: 90px;
          min-width: 90px;
          min-height: 90px;
          margin-bottom: 0;
          margin-right: 40px; }
          .other-box .box .icon-inner .icon {
            width: 37px;
            height: 37px; }
            .other-box .box .icon-inner .icon.people, .other-box .box .icon-inner .icon.cloud {
              margin-bottom: -2px; }
            .other-box .box .icon-inner .icon.location {
              width: 35px;
              height: 35px; }
        .other-box .box .text-inner {
          width: 50%;
          text-align: left; }
          .other-box .box .text-inner .title {
            margin-bottom: 0; } }
  @media screen and (max-width: 479px) {
    .other-box .box .icon-inner {
      margin-right: 20px; }
    .other-box .box .text-inner {
      width: calc(100% - 120px); } }

.search-product {
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border-bottom: 5px solid #F5F5F5; }
  .search-product .search-toggle {
    width: 140px;
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
    color: #646464;
    border: 1px solid #C8C8C8;
    margin: 20px auto;
    padding-right: 8px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    .search-product .search-toggle::before {
      content: '進階篩選';
      display: inline-block; }
    .search-product .search-toggle::after {
      content: '';
      width: 16px;
      height: 16px;
      margin-left: 5px;
      margin-bottom: 0;
      background-image: url("images/icon/arrow-blue_btm.png");
      background-repeat: no-repeat;
      background-size: contain;
      display: inline-block;
      -o-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    .search-product .search-toggle:hover {
      background-color: rgba(0, 47, 123, 0.1);
      color: #002F7B; }
    .search-product .search-toggle.active::before {
      content: '關閉篩選'; }
    .search-product .search-toggle.active::after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
      margin-bottom: -3px; }
  .search-product .search-inner {
    display: none;
    background-color: #EBEBEB;
    padding: 30px calc((100% - 1600px) / 2);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    .search-product .search-inner .list {
      text-align: center;
      margin: 10px 0;
      padding-bottom: 10px;
      border-bottom: 1px solid #DBDBDB; }
      .search-product .search-inner .list:last-child {
        border: none;
        padding-bottom: 0; }
      .search-product .search-inner .list .btn {
        font-family: 'Lato', 'Microsoft JhengHei',sans-serif;
        font-size: 1em;
        height: 50px;
        border-radius: 50px;
        display: inline-block;
        border: 1px solid #C7C7C7;
        background-color: #F5F5F5;
        margin: 8px 5px;
        -o-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        .search-product .search-inner .list .btn .num {
          font-family: 'Lato', 'Microsoft JhengHei',sans-serif;
          margin-left: 5px;
          -o-transition: color 0.25s ease-in-out;
          -webkit-transition: color 0.25s ease-in-out;
          -moz-transition: color 0.25s ease-in-out;
          transition: color 0.25s ease-in-out; }
          .search-product .search-inner .list .btn .num::before, .search-product .search-inner .list .btn .num::after {
            display: inline-block;
            -o-transition: color 0.25s ease-in-out;
            -webkit-transition: color 0.25s ease-in-out;
            -moz-transition: color 0.25s ease-in-out;
            transition: color 0.25s ease-in-out; }
          .search-product .search-inner .list .btn .num::before {
            content: '('; }
          .search-product .search-inner .list .btn .num::after {
            content: ')'; }
        .search-product .search-inner .list .btn.active {
          border-color: rgba(41, 81, 137, 0.8) !important;
          background-color: rgba(41, 81, 137, 0.8) !important;
          color: #FFF !important; }
          .search-product .search-inner .list .btn.active::before, .search-product .search-inner .list .btn.active::after {
            color: #FFF !important; }
          .search-product .search-inner .list .btn.active .num {
            color: #FFF !important; }
            .search-product .search-inner .list .btn.active .num::before, .search-product .search-inner .list .btn.active .num::after {
              color: #FFF !important; }
    @media screen and (max-width: 1440px) {
      .search-product .search-inner {
        padding: 30px 40px; } }
    @media screen and (min-width: 992px) {
      .search-product .search-inner .list .btn:hover {
        background-color: #fff;
        border-color: #002F7B;
        color: #002F7B; }
        .search-product .search-inner .list .btn:hover .num {
          color: #002F7B; }
          .search-product .search-inner .list .btn:hover .num::before, .search-product .search-inner .list .btn:hover .num::after {
            color: #002F7B; } }
    @media screen and (max-width: 991px) {
      .search-product .search-inner {
        padding: 30px; }
        .search-product .search-inner .list .btn {
          min-width: calc(25% - 20px); } }
    @media screen and (max-width: 767px) {
      .search-product .search-inner {
        padding: 30px 20px; }
        .search-product .search-inner .list .btn {
          min-width: calc(33.3333% - 20px);
          padding: 0 10px; } }

.in-banner, .graphic-banner, .page-banner {
  width: 100%;
  height: 24vw;
  overflow: hidden;
  position: relative; }
  .in-banner .pic-inner, .graphic-banner .pic-inner, .page-banner .pic-inner {
    width: 100%;
    height: 100%; }
  .in-banner .text-inner, .graphic-banner .text-inner, .page-banner .text-inner {
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #FFF;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0; }
    .in-banner .text-inner.left, .graphic-banner .text-inner.left, .page-banner .text-inner.left {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .in-banner .text-inner .title, .graphic-banner .text-inner .title, .page-banner .text-inner .title {
      font-size: 2.5em; }
    .in-banner .text-inner p, .graphic-banner .text-inner p, .page-banner .text-inner p {
      font-size: 1.25em; }
  @media screen and (max-width: 479px) {
    .in-banner .text-inner p, .graphic-banner .text-inner p, .page-banner .text-inner p {
      font-size: 1.2em; } }

.page-banner {
  max-height: 400px;
  min-height: 280px; }
  .page-banner .text-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    z-index: 5; }
    .page-banner .text-inner .title {
      font-size: 2.5em; }
    .page-banner .text-inner p {
      font-weight: 400; }
  .page-banner .pic-inner {
    position: relative;
    z-index: 1; }
    .page-banner .pic-inner::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      top: 0;
      left: 0; }

.in-banner {
  min-height: 250px; }
  .in-banner.no-text .text-inner {
    display: none; }

#series .in-banner {
  height: 27.6vw; }
  #series .in-banner .text-inner {
    display: none; }
  @media screen and (max-width: 991px) {
    #series .in-banner {
      min-height: 38vw; } }
  @media screen and (max-width: 600px) {
    #series .in-banner {
      min-height: 40vw; } }

.graphic-banner {
  height: 36vw;
  min-height: 200px; }
  .graphic-banner .ad-box {
    display: block;
    width: 100%;
    height: 100%; }
  .graphic-banner .video-box {
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000; }
    .graphic-banner .video-box iframe {
      width: 1600px;
      height: 100%; }
  @media screen and (max-width: 1680px) {
    .graphic-banner {
      height: 38vw; }
      .graphic-banner .video-box iframe {
        width: calc(100% - (80px * 2)); } }
  @media screen and (max-width: 1440px) {
    .graphic-banner {
      height: 40vw; }
      .graphic-banner .video-box iframe {
        width: calc(100% - (40px * 2)); } }
  @media screen and (max-width: 1199px) {
    .graphic-banner {
      height: 42vw; } }
  @media screen and (max-width: 991px) {
    .graphic-banner {
      height: 45vw; }
      .graphic-banner .video-box iframe {
        width: 100%; } }
  @media screen and (max-width: 479px) {
    .graphic-banner {
      min-height: auto; }
      .graphic-banner .text-inner {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        top: auto;
        bottom: 15px; }
        .graphic-banner .text-inner .title {
          font-size: 2.15em; } }

.aside-layout .container {
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex; }

.aside-layout aside {
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 260px;
  margin-right: 30px;
  z-index: 10; }
  .aside-layout aside li {
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 45px;
    font-size: 1em;
    border-top: 1px solid #DBDBDB;
    margin-right: 0; }
  .aside-layout aside > ul > li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 1; }
    .aside-layout aside > ul > li::before {
      content: '\e81f';
      font-family: "fontello";
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      font-size: 10px;
      color: #0059A0;
      display: inline-block;
      -o-transition: transform 0.25s ease-in-out;
      -webkit-transition: transform 0.25s ease-in-out;
      -moz-transition: transform 0.25s ease-in-out;
      -webkit-transition: -webkit-transform 0.25s ease-in-out;
      transition: -webkit-transform 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
      z-index: -1; }
    .aside-layout aside > ul > li:last-child {
      border-bottom: 1px solid #DBDBDB; }
    .aside-layout aside > ul > li a, .aside-layout aside > ul > li .toggle {
      display: inline-block;
      line-height: 45px; }
    .aside-layout aside > ul > li .toggle {
      width: calc(100% - 30px);
      cursor: pointer; }
    .aside-layout aside > ul > li.active {
      background-color: #F0F0F0; }
    .aside-layout aside > ul > li.open {
      background-color: transparent !important; }
      .aside-layout aside > ul > li.open::before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
      .aside-layout aside > ul > li.open .sub-nav {
        display: block; }
  .aside-layout aside .sub-nav {
    width: 100%;
    display: none;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .aside-layout aside .sub-nav li {
      padding-left: 30px; }
      .aside-layout aside .sub-nav li::before {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #D4DCE7;
        margin-left: 4px;
        margin-right: 14px; }
      .aside-layout aside .sub-nav li.active {
        background-color: #F0F0F0; }
        .aside-layout aside .sub-nav li.active::before {
          background-color: #90A7C6; }
      .aside-layout aside .sub-nav li a {
        padding-left: 0; }

.aside-layout .inner {
  width: calc(100% - 290px);
  border-top: 1px solid #DBDBDB;
  padding-top: 30px;
  padding-bottom: 60px; }
  @media screen and (max-width: 991px) {
    .aside-layout .inner {
      padding-top: 25.5px; } }
  @media screen and (max-width: 479px) {
    .aside-layout .inner {
      padding-top: 19.8px; } }
  @media screen and (max-width: 991px) {
    .aside-layout .inner {
      padding-bottom: 51px; } }
  @media screen and (max-width: 479px) {
    .aside-layout .inner {
      padding-bottom: 39.6px; } }
  .aside-layout .inner > *:first-child {
    margin-top: 0; }
  .aside-layout .inner.no-top {
    padding-top: 0 !important; }

@media screen and (max-width: 1199px) {
  .aside-layout aside {
    width: 22%; }
  .aside-layout .inner {
    width: calc(100% - 22%); } }

@media screen and (max-width: 991px) {
  .aside-layout .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .aside-layout aside {
    width: 100%; }
    .aside-layout aside > ul {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -o-display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      position: relative; }
      .aside-layout aside > ul > li {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
        .aside-layout aside > ul > li:last-child {
          border-bottom: none; }
    .aside-layout aside .sub-nav {
      display: none;
      width: 100%;
      background-color: #fff;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 10; }
  .aside-layout .inner {
    width: 100%; } }

@media screen and (max-width: 479px) {
  .aside-layout aside > ul > li {
    width: 100%; }
  .aside-layout aside .sub-nav {
    position: -webkit-sticky;
    position: sticky; } }

.require::before {
  content: '*';
  color: #FF0000;
  margin-right: 5px; }

.red-require {
  color: #FF0000; }

label, .label, .label-box {
  width: 10%;
  min-width: 125px;
  line-height: 40px;
  min-height: 40px;
  font-size: 17px;
  font-weight: 600;
  padding: 0 5px; }
  @media screen and (max-width: 479px) {
    label, .label, .label-box {
      line-height: 30px;
      min-height: 30px;
      font-size: 16px; } }

label.title {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

label.w-auto {
  width: auto;
  min-width: 45px; }

label.require {
  padding-left: 0; }

label.w100 {
  width: auto;
  min-width: 100px; }

label.fw4 {
  font-size: 16px;
  font-weight: 400; }

label.radio_label, label.check_label {
  min-width: 75px; }

.label {
  padding-left: 12px; }
  @media screen and (max-width: 479px) {
    .label {
      min-width: 60px; } }

.label-box {
  width: 11%;
  min-width: 125px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0 0;
  margin-top: 20px; }
  @media screen and (max-width: 991px) {
    .label-box {
      padding: 0 0; } }
  @media screen and (max-width: 479px) {
    .label-box {
      padding: 0 0; } }
  @media screen and (max-width: 991px) {
    .label-box {
      margin-top: 17px; } }
  @media screen and (max-width: 479px) {
    .label-box {
      margin-top: 13.2px; } }
  @media screen and (max-width: 479px) {
    .label-box {
      width: 100%; }
      .label-box .label-remark {
        display: inline-block;
        margin-left: 0; } }

.label-remark {
  display: block;
  font-weight: 400;
  line-height: normal;
  font-size: 16px;
  margin-left: 12px; }

.password-text {
  font-size: 12px; }

.form-addbtn {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px dashed #DCE4E6;
  border-radius: 5px;
  padding: 14px 20px;
  cursor: pointer; }
  @media screen and (max-width: 991px) {
    .form-addbtn {
      padding: 11.9px 10px; } }
  @media screen and (max-width: 479px) {
    .form-addbtn {
      padding: 9.24px 10px; } }
  .form-addbtn::before {
    content: '\e81a';
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background-color: #DCE4E6;
    font-size: 14px;
    color: #0059A0;
    font-family: "fontello";
    margin-right: 12px;
    -o-transition: transform 0.25s ease-in-out;
    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
    @media screen and (max-width: 991px) {
      .form-addbtn::before {
        margin-right: 6px; } }
  .form-addbtn:hover {
    color: #0059A0; }
    .form-addbtn:hover::before {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg); }

.form-box, .form-group {
  background-color: #DCE4E6; }
  .form-box.white, .form-group.white {
    background-color: #fff; }
  @media screen and (max-width: 1199px) {
    .form-box .col-3 > .input-group, .form-group .col-3 > .input-group {
      width: 100%; }
      .form-box .col-3 > .input-group.ml10, .form-group .col-3 > .input-group.ml10 {
        margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .form-box .col-2 > .input-group, .form-group .col-2 > .input-group {
      width: 100%; } }

.form-title {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 991px) {
    .form-title {
      margin-bottom: 25.5px; } }
  @media screen and (max-width: 479px) {
    .form-title {
      margin-bottom: 19.8px; } }
  .form-title.mt {
    margin-top: 30px; }
    @media screen and (max-width: 991px) {
      .form-title.mt {
        margin-top: 25.5px; } }
    @media screen and (max-width: 479px) {
      .form-title.mt {
        margin-top: 19.8px; } }
  .form-title.column {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .form-title .title {
    font-size: 1.625em;
    margin-right: 28px; }
    @media screen and (max-width: 991px) {
      .form-title .title {
        margin-right: 14px; } }
  .form-title .sub {
    font-size: 1.25em;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px; }
    @media screen and (max-width: 991px) {
      .form-title .sub {
        margin-top: 17px; } }
    @media screen and (max-width: 479px) {
      .form-title .sub {
        margin-top: 13.2px; } }
    @media screen and (max-width: 991px) {
      .form-title .sub {
        margin-bottom: 4.25px; } }
    @media screen and (max-width: 479px) {
      .form-title .sub {
        margin-bottom: 3.3px; } }
  .form-title .check-box .check_label {
    font-size: 16px;
    font-weight: 400; }
  @media screen and (max-width: 479px) {
    .form-title {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .form-title .title {
        font-size: 23px; } }

.form-group {
  border-radius: 5px;
  overflow: hidden;
  margin: 30px 0; }
  @media screen and (max-width: 991px) {
    .form-group {
      margin: 25.5px 0; } }
  @media screen and (max-width: 479px) {
    .form-group {
      margin: 19.8px 0; } }
  .form-group .form-row {
    padding-left: 20px;
    padding-right: 48%; }
    @media screen and (max-width: 991px) {
      .form-group .form-row {
        padding-left: 10px; } }
    .form-group .form-row.pr0 {
      padding-left: 20px;
      padding-right: 20px; }
      @media screen and (max-width: 991px) {
        .form-group .form-row.pr0 {
          padding-left: 10px;
          padding-right: 10px; } }
  .form-group.row-1 {
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 40px; }
    @media screen and (max-width: 991px) {
      .form-group.row-1 {
        padding: 8.5px 20px; } }
    @media screen and (max-width: 479px) {
      .form-group.row-1 {
        padding: 6.6px 20px; } }
    .form-group.row-1 .btn-row {
      margin: 10px 0; }
      @media screen and (max-width: 991px) {
        .form-group.row-1 .btn-row {
          margin: 8.5px 0; } }
      @media screen and (max-width: 479px) {
        .form-group.row-1 .btn-row {
          margin: 6.6px 0; } }
  .form-group.social {
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .form-group.social .row {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -o-display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      position: relative;
      border-bottom: 1px solid #FFF; }
      @media screen and (max-width: 991px) {
        .form-group.social .row {
          padding-left: 10px;
          padding-right: 10px; } }
      .form-group.social .row:last-child {
        border: none; }
    .form-group.social i {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -o-display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      min-width: 50px;
      width: 50px;
      height: 50px;
      font-size: 50px;
      border-radius: 10px;
      background-color: #fff;
      overflow: hidden;
      margin: 18px 0;
      margin-right: 20px !important; }
      @media screen and (max-width: 991px) {
        .form-group.social i {
          margin: 15.3px 0; } }
      @media screen and (max-width: 479px) {
        .form-group.social i {
          margin: 11.88px 0; } }
      .form-group.social i::before {
        margin: 0; }
      .form-group.social i.icon-facebook-s {
        color: #4167B1; }
      .form-group.social i.icon-google-pluss {
        color: #DE4F40; }
    .form-group.social .rs-btn {
      width: 90px;
      min-width: auto; }
    .form-group.social span {
      width: calc(100% - 168px);
      display: inline-block; }
  @media screen and (max-width: 1440px) {
    .form-group .form-row {
      padding-right: 40%; }
    .form-group.row-1 .input-group {
      width: 40%; }
      .form-group.row-1 .input-group .item {
        width: 100%; }
      .form-group.row-1 .input-group .attach {
        width: 100% !important; } }
  @media screen and (max-width: 1199px) {
    .form-group .form-row {
      padding-right: 30%; } }
  @media screen and (max-width: 991px) {
    .form-group .form-row {
      padding-left: 40px;
      padding-right: 15%; } }
  @media screen and (max-width: 991px) and (max-width: 991px) {
    .form-group .form-row {
      padding-left: 20px; } }
  @media screen and (max-width: 991px) {
    .form-group.row-1 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .form-group.row-1 .input-group {
        width: 100%; }
      .form-group.row-1 .btn-row {
        width: 100%; }
        .form-group.row-1 .btn-row .rs-btn {
          width: 300px; } }
  @media screen and (max-width: 767px) {
    .form-group .form-row {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .form-group .form-row {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 600px) {
    .form-group.row-1 .btn-row .rs-btn {
      width: 100%; } }
  @media screen and (max-width: 479px) {
    .form-group.social i {
      min-width: 40px;
      width: 40px;
      height: 40px;
      font-size: 40px;
      margin-right: 10px !important; }
    .form-group.social span {
      width: calc(100% - 130px); }
    .form-group.social .rs-btn {
      width: 80px;
      margin-right: 0;
      min-height: auto !important; } }

.form-row {
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #FFF;
  position: relative; }
  .form-row.noborder, .form-row:last-child {
    border: none; }
  .form-row .right {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0; }
    @media screen and (max-width: 991px) {
      .form-row .right {
        margin: 8.5px 0; } }
    @media screen and (max-width: 479px) {
      .form-row .right {
        margin: 6.6px 0; } }
    .form-row .right .input-group {
      margin: 10px 0; }
      @media screen and (max-width: 991px) {
        .form-row .right .input-group {
          margin: 8.5px 0; } }
      @media screen and (max-width: 479px) {
        .form-row .right .input-group {
          margin: 6.6px 0; } }
    .form-row .right.between {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
  .form-row.recorded > * {
    margin: 20px 0; }
    @media screen and (max-width: 991px) {
      .form-row.recorded > * {
        margin: 17px 0; } }
    @media screen and (max-width: 479px) {
      .form-row.recorded > * {
        margin: 13.2px 0; } }
  .form-row.recorded .label {
    min-width: 120px; }
  .form-row.recorded p {
    width: calc(100% - 140px);
    margin-left: 10px;
    margin-right: 10px; }
    @media screen and (max-width: 991px) {
      .form-row.recorded p {
        margin-left: 5px;
        margin-right: 5px; } }
    .form-row.recorded p.w-auto {
      width: 30%; }
  .form-row.password .rs-btn {
    min-width: 90px; }
  .form-row.password p {
    width: calc(100% - 240px); }
  @media screen and (max-width: 479px) {
    .form-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .form-row label {
        width: 100%; }
      .form-row.recorded {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 20px 20px; } }
    @media screen and (max-width: 479px) and (max-width: 991px) {
      .form-row.recorded {
        padding: 17px 10px; } }
    @media screen and (max-width: 479px) and (max-width: 479px) {
      .form-row.recorded {
        padding: 13.2px 10px; } }
  @media screen and (max-width: 479px) {
        .form-row.recorded.no-wrap {
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
        .form-row.recorded .label {
          min-width: 70px;
          padding-left: 0; }
        .form-row.recorded p {
          min-width: calc(100% - 100px); }
        .form-row.recorded > * {
          margin: 0 0; } }
      @media screen and (max-width: 479px) and (max-width: 991px) {
        .form-row.recorded > * {
          margin: 0 0; } }
      @media screen and (max-width: 479px) and (max-width: 479px) {
        .form-row.recorded > * {
          margin: 0 0; } }
  @media screen and (max-width: 479px) {
      .form-row.password p {
        width: auto;
        min-width: auto;
        margin-right: 20px; }
      .form-row.password .rs-btn {
        width: 100%;
        padding: 0;
        min-height: 40px !important;
        margin-left: 70px;
        margin-top: 5px; } }

.input-group {
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0; }
  @media screen and (max-width: 991px) {
    .input-group {
      margin: 17px 0; } }
  @media screen and (max-width: 479px) {
    .input-group {
      margin: 13.2px 0; } }
  .input-group.column {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .input-group.radio {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .input-group.w100p {
    width: 100%; }
  .input-group.mtb15 {
    margin: 15px 0; }
    @media screen and (max-width: 991px) {
      .input-group.mtb15 {
        margin: 12.75px 0; } }
    @media screen and (max-width: 479px) {
      .input-group.mtb15 {
        margin: 9.9px 0; } }
  .input-group .attach {
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .input-group.attach.w400, .input-group .attach.w400 {
    width: 400px; }
  .input-group.attach.w360, .input-group .attach.w360 {
    width: 360px; }
  .input-group.attach .item, .input-group .attach .item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 50%;
    min-width: auto; }
    .input-group.attach .item:first-child, .input-group .attach .item:first-child {
      border-radius: 5px 0 0 5px;
      border-right: 1px solid #DBDBDB;
      margin-right: 0; }
    .input-group.attach .item:last-child, .input-group .attach .item:last-child {
      margin-left: 0;
      border-radius: 0 5px 5px 0; }
  .input-group.file {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .input-group.file .item {
      width: 520px; }
    .input-group.file label {
      margin-left: 15px;
      margin-right: 15px; }
      @media screen and (max-width: 991px) {
        .input-group.file label {
          margin-left: 7.5px;
          margin-right: 7.5px; } }
    .input-group.file .rs-btn {
      border-radius: 10px;
      min-height: 40px !important;
      padding: 0 !important;
      margin-right: 50px; }
    .input-group.file .remark {
      width: 100%;
      padding-left: 5px;
      line-height: 30px; }
      .input-group.file .remark .green {
        font-weight: 600;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline; }
    .input-group.file .file-img {
      display: block;
      margin: 5px 0; }
      .input-group.file .file-img img {
        max-height: 300px; }
  .input-group .code-pic {
    width: 120px;
    height: 40px;
    min-width: 120px; }
  .input-group .code-review {
    font-size: 18px;
    color: #3B3B3B;
    -o-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out; }
    .input-group .code-review:hover {
      color: #646464; }
  .input-group .caption {
    width: calc(100% - 13px);
    text-indent: -12px;
    margin-left: 13px;
    margin-bottom: 10px; }
    @media screen and (max-width: 991px) {
      .input-group .caption {
        margin-bottom: 8.5px; } }
    @media screen and (max-width: 479px) {
      .input-group .caption {
        margin-bottom: 6.6px; } }
  .input-group .item {
    width: 100%;
    min-width: 240px;
    min-height: 40px;
    background-color: #FFF;
    font-size: 14.5px;
    color: #1E1E1E;
    border-radius: 5px;
    padding: 6.28px 1.2em;
    margin-left: 5px;
    margin-right: 5px; }
    @media screen and (max-width: 991px) {
      .input-group .item {
        margin-left: 2.5px;
        margin-right: 2.5px; } }
    .input-group .item.blue {
      background-color: #DCE4E6;
      color: #1E1E1E; }
    .input-group .item.min-wauto, .input-group .item.w60, .input-group .item.w100, .input-group .item.w140, .input-group .item.w170, .input-group .item.w175, .input-group .item.w200, .input-group .item.w240, .input-group .item.w300, .input-group .item.w360, .input-group .item.w600, .input-group .item.w30p, .input-group .item.w50p {
      min-width: auto; }
    .input-group .item.w60 {
      width: 60px; }
    .input-group .item.w100 {
      width: 100px; }
    .input-group .item.w140 {
      width: 140px; }
    .input-group .item.w170 {
      width: 170px; }
    .input-group .item.w175 {
      width: 175px; }
    .input-group .item.w200 {
      width: 200px; }
    .input-group .item.w240 {
      width: 240px; }
    .input-group .item.w300 {
      width: 300px; }
    .input-group .item.w360 {
      width: 360px; }
    .input-group .item.w600 {
      width: 31.25vw; }
    .input-group .item.w30p {
      width: 30%; }
    .input-group .item.w50p {
      width: 50%; }
    .input-group .item.h50 {
      height: 50px; }
    .input-group .item.h80 {
      height: 80px; }
  .input-group .remark {
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px; }
    @media screen and (max-width: 991px) {
      .input-group .remark {
        padding-left: 5px;
        padding-right: 5px; } }
  @media screen and (max-width: 1440px) {
    .input-group.file .rs-btn {
      margin-right: 20px; } }
  @media screen and (max-width: 1199px) {
    .input-group.file .item {
      width: calc(100% - 330px); } }
  @media screen and (max-width: 767px) {
    .input-group {
      width: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .input-group.ml10 {
        margin-left: 0; }
      .input-group .item.w100, .input-group .item.w140, .input-group .item.w170, .input-group .item.w175, .input-group .item.w200, .input-group .item.w240, .input-group .item.w300, .input-group .item.w360, .input-group .item.w30p, .input-group .item.w50p, .input-group .item.w600 {
        width: 100%; }
      .input-group .remark {
        display: block;
        margin: 10px 0; } }
    @media screen and (max-width: 767px) and (max-width: 991px) {
      .input-group .remark {
        margin: 8.5px 0; } }
    @media screen and (max-width: 767px) and (max-width: 479px) {
      .input-group .remark {
        margin: 6.6px 0; } }
  @media screen and (max-width: 767px) {
      .input-group.attach.w400, .input-group .attach.w400 {
        width: 100%; }
      .input-group.file {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .input-group.file .item {
          width: 100%;
          margin-bottom: 10px; }
        .input-group.file label {
          margin-left: 2px; }
        .input-group.file .rs-btn {
          margin: 0;
          margin-right: calc(100% - 300px); }
        .input-group.file .file-img {
          margin-top: 10px;
          margin-bottom: 0; }
        .input-group.file .remark {
          margin-top: 0; }
      .input-group.ext label {
        width: 50% !important; }
      .input-group.ext-q3 label {
        width: auto; }
      .input-group.ext-q3 .item {
        width: calc(100% - 50px); }
      .input-group.birth label {
        min-width: 125px;
        padding-left: 12px; }
      .input-group.code {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
  @media screen and (max-width: 600px) {
    .input-group .item {
      min-width: auto; }
    .input-group.tel .w60 {
      width: 59px; } }
  @media screen and (max-width: 479px) {
    .input-group {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .input-group label {
        width: 100%; }
      .input-group .item {
        width: 100%;
        padding: 6.28px 1em;
        margin-left: 0;
        margin-right: 0; } }
    @media screen and (max-width: 479px) and (max-width: 991px) {
      .input-group .item {
        margin-left: 0;
        margin-right: 0; } }
  @media screen and (max-width: 479px) {
      .input-group.tel, .input-group.nowrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
        .input-group.tel .item, .input-group.nowrap .item {
          margin-left: 5px; }
      .input-group.nowrap label {
        width: 20%; }
      .input-group.nowrap .item {
        width: 80%; }
      .input-group.tel label {
        width: auto; }
      .input-group.tel .w170 {
        width: 100%;
        margin-left: 5px; }
        .input-group.tel .w170.min-wauto {
          min-width: auto; }
      .input-group.code label {
        display: block; }
      .input-group.code .item {
        width: calc(100% - 160px) !important; }
      .input-group.code .code-pic {
        float: right;
        margin-left: 2px; }
      .input-group.birth .item {
        width: 33.333%;
        border-radius: 0; }
        .input-group.birth .item:nth-child(2) {
          border-radius: 5px 0 0 5px; }
        .input-group.birth .item:nth-child(3) {
          border-left: 1px solid #DBDBDB;
          border-right: 1px solid #DBDBDB; }
        .input-group.birth .item:last-child {
          border-radius: 0 5px 5px 0; }
      .input-group.file label, .input-group.file .rs-btn {
        width: calc(50% - 10px); }
      .input-group.file .rs-btn {
        margin-right: 0; } }
  @media screen and (max-width: 320px) {
    .input-group.tel .w60 {
      width: 55px; }
    .input-group.tel .w170 {
      min-width: 45%; }
      .input-group.tel .w170.min-wauto {
        min-width: auto; } }

.input-box {
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-width: 200px;
  min-height: 40px;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid #C8C8C8;
  background-color: #fff;
  color: #646464;
  padding: 6.28px 1.2em;
  margin: 10px 10px; }
  @media screen and (max-width: 991px) {
    .input-box {
      margin: 8.5px 5px; } }
  @media screen and (max-width: 479px) {
    .input-box {
      margin: 6.6px 5px; } }
  .input-box * {
    font-size: 14.5px;
    color: #646464; }
  .input-box input {
    width: 100%;
    height: 100%;
    line-height: 100%;
    background-color: transparent !important;
    border: none; }
  .input-box.search, .input-box.select, .input-box.toggle {
    position: relative; }
    .input-box.search::after, .input-box.select::after, .input-box.toggle::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -o-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
  .input-box.select::after, .input-box.toggle::after {
    width: 15px;
    height: 15px;
    background-image: url("images/icon/arrow-b_btm.png");
    background-repeat: no-repeat;
    background-size: contain;
    top: 48%; }
  .input-box.search {
    height: 40px; }
    .input-box.search form {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -o-display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      height: 100%; }
      .input-box.search form > input {
        width: calc(100% - 30px); }
  .input-box.blue {
    border: none;
    background-color: #DCE4E6;
    color: #1E1E1E; }
    .input-box.blue * {
      color: #1E1E1E; }
  .input-box.h50 {
    height: 50px; }
  .input-box.f16 * {
    font-size: 16px; }

.blue {
  -ms-input-placeholder-color: #1E1E1E;
  -moz-placeholder-color: #1E1E1E; }
  .blue ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #1E1E1E; }
  .blue ::-moz-placeholder {
    /* Firefox 19+ */
    color: #1E1E1E; }

.btn-row {
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px 0;
  position: relative; }
  @media screen and (max-width: 991px) {
    .btn-row {
      margin: 51px 0; } }
  @media screen and (max-width: 479px) {
    .btn-row {
      margin: 39.6px 0; } }
  .btn-row .prev, .btn-row .next, .btn-row .left, .btn-row .right {
    min-width: auto;
    margin-left: 0;
    position: absolute;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .btn-row .prev, .btn-row .left {
    left: 0; }
  .btn-row .prev::before {
    content: '\e81c';
    font-family: "fontello";
    margin-right: 15px; }
    @media screen and (max-width: 991px) {
      .btn-row .prev::before {
        margin-right: 7.5px; } }
  .btn-row .next, .btn-row .right {
    right: 0; }
  .btn-row .next::after {
    content: '\e81b';
    font-family: "fontello";
    margin-left: 15px; }
    @media screen and (max-width: 991px) {
      .btn-row .next::after {
        margin-left: 7.5px; } }
  .btn-row.qty-1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .btn-row.qty-1 > * {
      position: static !important; }
  .btn-row.qty-3 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .btn-row.qty-3 > * {
      position: static !important; }
  .btn-row.mt20 {
    margin-top: 20px; }
    @media screen and (max-width: 991px) {
      .btn-row.mt20 {
        margin-top: 17px; } }
    @media screen and (max-width: 479px) {
      .btn-row.mt20 {
        margin-top: 13.2px; } }
  @media screen and (max-width: 600px) {
    .btn-row .prev, .btn-row .next {
      width: 60px;
      position: static; }
      .btn-row .prev::before, .btn-row .next::before {
        margin-right: 0; }
      .btn-row .prev span, .btn-row .next span {
        display: none; }
    .btn-row .left, .btn-row .right {
      width: 100%;
      position: static; }
    .btn-row.qty-2 {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .btn-row.qty-2.wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .btn-row.qty-3 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .btn-row.qty-3 > * {
        padding-left: 5px;
        padding-right: 5px; } }
    @media screen and (max-width: 600px) and (max-width: 991px) {
      .btn-row.qty-3 > * {
        padding-left: 2.5px;
        padding-right: 2.5px; } }
  @media screen and (max-width: 600px) {
        .btn-row.qty-3 > *:first-child, .btn-row.qty-3 > *:last-child {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          width: calc(50% - 5px); }
        .btn-row.qty-3 > *:nth-child(2) {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          margin-left: 0;
          margin-right: 0; } }
      @media screen and (max-width: 600px) and (max-width: 991px) {
        .btn-row.qty-3 > *:nth-child(2) {
          margin-left: 0;
          margin-right: 0; } }
  @media screen and (max-width: 600px) {
      .btn-row.qty-3 .prev span, .btn-row.qty-3 .next span {
        display: inline-block; }
      .btn-row.qty-3 .prev::before {
        margin-right: 10px; }
      .btn-row.qty-3 .next::after {
        margin-left: 10px; } }

.login-box {
  max-width: 580px;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 20px 30px 100px 30px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 991px) {
    .login-box {
      padding: 17px 15px 85px 15px; } }
  @media screen and (max-width: 479px) {
    .login-box {
      padding: 13.2px 15px 66px 15px; } }
  .login-box .title {
    font-size: 1.875em;
    border-bottom: 1px solid #DBDBDB;
    text-align: center;
    padding: 40px 0; }
    @media screen and (max-width: 991px) {
      .login-box .title {
        padding: 34px 0; } }
    @media screen and (max-width: 479px) {
      .login-box .title {
        padding: 26.4px 0; } }
  .login-box em {
    display: block;
    text-align: center;
    margin: 22px 0; }
    @media screen and (max-width: 991px) {
      .login-box em {
        margin: 18.7px 0; } }
    @media screen and (max-width: 479px) {
      .login-box em {
        margin: 14.52px 0; } }
    .login-box em a {
      color: #0059A0;
      -o-transition: color 0.25s ease-in-out;
      -webkit-transition: color 0.25s ease-in-out;
      -moz-transition: color 0.25s ease-in-out;
      transition: color 0.25s ease-in-out; }
      .login-box em a:hover {
        color: #24344C; }
  .login-box .info {
    width: 85%;
    margin: 0 auto; }
  .login-box .form-box .input-group.code {
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .login-box .form-box .input-group.code .item {
      width: 50%; }
    .login-box .form-box .input-group.code .item {
      min-width: auto; }
    .login-box .form-box .input-group.code .code-pic {
      padding-left: 10px; }
  .login-box .form-box .btn-row {
    margin: 30px 0; }
  .login-box .code {
    margin: 10px 10px; }
    @media screen and (max-width: 991px) {
      .login-box .code {
        margin: 8.5px 5px; } }
    @media screen and (max-width: 479px) {
      .login-box .code {
        margin: 6.6px 5px; } }
  .login-box .btn-row .rs-btn {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px; }
    @media screen and (max-width: 991px) {
      .login-box .btn-row .rs-btn {
        margin-left: 5px;
        margin-right: 5px; } }
  .login-box .social-login {
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px; }
    @media screen and (max-width: 991px) {
      .login-box .social-login {
        margin-top: 17px; } }
    @media screen and (max-width: 479px) {
      .login-box .social-login {
        margin-top: 13.2px; } }
    .login-box .social-login .rs-btn {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -o-display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      min-width: auto;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      background-color: #DCE4E6;
      border-radius: 10px;
      border: 1px solid #DCE4E6;
      margin: 10px 10px;
      position: relative;
      -o-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      @media screen and (max-width: 991px) {
        .login-box .social-login .rs-btn {
          margin: 8.5px 5px; } }
      @media screen and (max-width: 479px) {
        .login-box .social-login .rs-btn {
          margin: 6.6px 5px; } }
      .login-box .social-login .rs-btn::after {
        content: '';
        display: block;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background-color: #fff;
        background-image: url("images/icon/arrow-blue_right.png");
        background-size: 50%;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 1.75em;
        -o-transition: background 0.25s ease-in-out;
        -webkit-transition: background 0.25s ease-in-out;
        -moz-transition: background 0.25s ease-in-out;
        transition: background 0.25s ease-in-out; }
      .login-box .social-login .rs-btn i {
        width: 50px;
        height: 50px;
        font-size: 51px;
        background-color: #fff;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        margin-right: 20px;
        -o-transition: color 0.25s ease-in-out;
        -webkit-transition: color 0.25s ease-in-out;
        -moz-transition: color 0.25s ease-in-out;
        transition: color 0.25s ease-in-out; }
        @media screen and (max-width: 991px) {
          .login-box .social-login .rs-btn i {
            margin-right: 10px; } }
        .login-box .social-login .rs-btn i::before {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          margin: 0 auto; }
        .login-box .social-login .rs-btn i.icon-facebook-s {
          color: #4167B1; }
        .login-box .social-login .rs-btn i.icon-google-pluss {
          color: #DE4F40; }
        .login-box .social-login .rs-btn i.icon-google {
          background-color: transparent;
          -o-transition: background 0.25s ease-in-out;
          -webkit-transition: background 0.25s ease-in-out;
          -moz-transition: background 0.25s ease-in-out;
          transition: background 0.25s ease-in-out;
          background-image: url("images/icon/google.svg"); }
      .login-box .social-login .rs-btn:hover {
        background-color: #fff; }
        .login-box .social-login .rs-btn:hover::after {
          background-image: url("images/icon/arrow-w_right.png");
          background-size: 55%; }
        .login-box .social-login .rs-btn:hover:first-child {
          border: 1px solid #4167B1;
          color: #4167B1; }
          .login-box .social-login .rs-btn:hover:first-child::after {
            background-color: #4167B1; }
        .login-box .social-login .rs-btn:hover:last-child {
          border: 1px solid #DE4F40;
          color: #DE4F40; }
          .login-box .social-login .rs-btn:hover:last-child::after {
            background-color: #DE4F40; }
          .login-box .social-login .rs-btn:hover:last-child i.icon-google {
            background-image: url("images/icon/google-hover.svg"); }
  @media screen and (max-width: 479px) {
    .login-box .info {
      width: 100%; }
    .login-box .social-login .rs-btn {
      border-radius: 5px;
      padding-left: 5%; }
      .login-box .social-login .rs-btn i {
        width: 40px;
        height: 40px;
        border-radius: 5px;
        font-size: 41px; }
      .login-box .social-login .rs-btn::after {
        display: none; } }

/*date*/
.input-datebox {
  position: relative;
  z-index: 1; }
  .input-datebox input {
    width: 100%;
    height: 28px; }
  .input-datebox::after {
    content: '\e828';
    font-family: "fontello";
    font-size: 18px;
    color: #002F7B;
    position: absolute;
    right: 15px;
    top: 6px;
    z-index: -1; }

.datepicker td.active.day, .datepicker td.active.year {
  background-color: #0059A0;
  color: #FFF; }

/*download*/
.inputfile {
  width: 0px;
  height: 0px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  filter: alpha(opacity=0);
  z-index: -1; }

.inputfile + label {
  min-width: 98px;
  min-height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16.5px;
  font-weight: 600;
  color: #FFF;
  cursor: pointer;
  border-radius: 10px;
  background-color: #295189;
  display: inline-block;
  -o-transition: background 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out; }

.inputfile:focus + label,
.inputfile + label:hover {
  background-color: #646464; }

/*checkbox */
.check-box {
  display: inline-block;
  position: relative;
  font-size: 16px; }
  .check-box input[type="checkbox"] {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    opacity: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5; }
  .check-box .check_label {
    width: auto;
    min-height: auto;
    display: block;
    padding: 0 0 0 24px; }
    .check-box .check_label:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 16px;
      height: 16px;
      background-color: #fff;
      border: 1px solid #29897A;
      border-radius: 2px;
      z-index: 1;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
      transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-property: background-color, border-color;
      -o-transition-property: background-color, border-color;
      transition-property: background-color, border-color; }
    .check-box .check_label:after {
      content: '';
      position: absolute;
      top: 0;
      left: 6px;
      width: 8px;
      height: 14px;
      border-bottom: 2px solid transparent;
      border-right: 2px solid transparent;
      -webkit-transform: rotate(45deg) translate(95%, 50%);
      -ms-transform: rotate(45deg) translate(95%, 50%);
      transform: rotate(45deg) translate(95%, 50%);
      z-index: 2;
      -webkit-transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
      transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1); }
  .check-box input[type="checkbox"]:checked + .check_label:before {
    background-color: #fff;
    border-color: #29897A; }
  .check-box input[type="checkbox"]:checked + .check_label:after {
    border-color: #29897A; }
  @media screen and (max-width: 479px) {
    .check-box .check_label::after {
      top: -4px; } }

.agree {
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .agree .check-box label {
    font-weight: 400; }
  .agree .check-box .green {
    font-weight: 600;
    text-decoration: underline; }

.radio-box {
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px; }
  @media screen and (max-width: 991px) {
    .radio-box {
      margin-right: 10px; } }
  .radio-box .radio_label::before {
    margin-right: 15px; }
    @media screen and (max-width: 991px) {
      .radio-box .radio_label::before {
        margin-right: 7.5px; } }
  .radio-box.w100p {
    width: 100%; }
  .radio-box.text .radio_label {
    min-width: 8%; }
  @media screen and (max-width: 991px) {
    .radio-box {
      width: calc(33.3333% - 10px); }
      .radio-box.text .radio_label {
        width: auto;
        min-width: 80px; }
      .radio-box.text .item {
        width: 100%; } }
  @media screen and (max-width: 600px) {
    .radio-box {
      width: calc(50% - 10px); } }
  @media screen and (max-width: 479px) {
    .radio-box.w100p {
      margin-bottom: 5px; } }

input[type="radio"] {
  display: none; }
  input[type="radio"]:checked + .radio_label::before {
    -webkit-box-shadow: inset 0 0 0 4px #fff;
    box-shadow: inset 0 0 0 4px #fff; }

.radio_label {
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
  position: relative; }
  .radio_label::before {
    content: "";
    display: inline-block;
    min-width: 20px;
    min-height: 20px;
    background: #29897A;
    border: 1px solid #29897A;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 10px;
    -webkit-box-shadow: inset 0 0 0 18px #FFF;
    box-shadow: inset 0 0 0 18px #FFF; }
    @media screen and (max-width: 991px) {
      .radio_label::before {
        margin-right: 5px; } }
  .radio_label.blue::before {
    background: #295189;
    border-color: #295189; }
  @media screen and (max-width: 479px) {
    .radio_label::before {
      min-width: 18px;
      min-height: 18px; } }

.mark-box {
  width: 100%;
  padding: 60px 0;
  background-color: #F5F5F5; }
  .mark-box .container {
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .mark-box .mark-item {
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% / 5);
    margin: 12px 0;
    padding-right: 20px; }
    .mark-box .mark-item .pic {
      display: inline-block;
      width: 55px;
      height: 55px; }
    .mark-box .mark-item .name {
      display: inline-block;
      width: calc(100% - (55px + 15px));
      line-height: normal;
      font-size: 1em;
      margin-left: 15px; }
    .mark-box .mark-item::after {
      content: '';
      display: block;
      clear: both; }
  @media screen and (max-width: 1680px) {
    .mark-box .mark-item {
      width: calc(100% / 4); } }
  @media screen and (max-width: 1199px) {
    .mark-box .mark-item {
      width: calc(100% / 3); }
      .mark-box .mark-item .pic {
        width: 50px;
        height: 50px; } }
  @media screen and (max-width: 767px) {
    .mark-box {
      padding: 40px 0; }
      .mark-box .mark-item {
        width: calc(100% / 2); } }
  @media screen and (max-width: 479px) {
    .mark-box .container {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .mark-box .mark-item {
      width: auto;
      padding-right: 0;
      margin: 5px; }
      .mark-box .mark-item .pic {
        width: 50px;
        height: 50px; }
      .mark-box .mark-item .name {
        display: none; } }

.page-table, .compare-table {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Microsoft JhengHei',sans-serif; }
  .page-table tbody, .page-table tfoot, .page-table thead, .page-table tr, .page-table th, .page-table td, .compare-table tbody, .compare-table tfoot, .compare-table thead, .compare-table tr, .compare-table th, .compare-table td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Microsoft JhengHei',sans-serif; }

.page-table .title-box {
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
  margin-bottom: 30px; }
  @media screen and (max-width: 991px) {
    .page-table .title-box {
      padding-top: 25.5px; } }
  @media screen and (max-width: 479px) {
    .page-table .title-box {
      padding-top: 19.8px; } }
  @media screen and (max-width: 991px) {
    .page-table .title-box {
      margin-bottom: 25.5px; } }
  @media screen and (max-width: 479px) {
    .page-table .title-box {
      margin-bottom: 19.8px; } }
  .page-table .title-box .title {
    font-size: 1.625em; }
  .page-table .title-box .title-remark {
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-weight: 600;
    margin-left: 5px; }
  .page-table .title-box > div {
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .page-table .title-box > div .input-box {
      margin: 0;
      margin-left: 10px; }

.page-table .btn-row {
  margin-bottom: 100px; }
  @media screen and (max-width: 991px) {
    .page-table .btn-row {
      margin-bottom: 85px; } }
  @media screen and (max-width: 479px) {
    .page-table .btn-row {
      margin-bottom: 66px; } }

.page-table table {
  width: 100%; }
  .page-table table thead tr {
    width: 100%;
    background-color: #295189;
    color: #FFF; }
  .page-table table tbody tr {
    width: 100%;
    border-bottom: 1px solid #DBDBDB; }
  .page-table table th, .page-table table td {
    position: relative;
    padding: 20px 20px; }
    @media screen and (max-width: 991px) {
      .page-table table th, .page-table table td {
        padding: 17px 10px; } }
    @media screen and (max-width: 479px) {
      .page-table table th, .page-table table td {
        padding: 13.2px 10px; } }
    .page-table table th::after, .page-table table td::after {
      content: '';
      display: inline-block;
      width: 1px;
      height: 25px;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .page-table table th:last-child::after, .page-table table td:last-child::after {
      display: none; }
  .page-table table th {
    text-align: left; }
    .page-table table th::after {
      background-color: #4671AE; }
  .page-table table td {
    vertical-align: middle; }
    .page-table table td::after {
      background-color: #DBDBDB; }

.page-table .detail {
  display: none; }
  .page-table .detail.active {
    display: table-row; }
  .page-table .detail .info {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative; }
    .page-table .detail .info ul {
      width: calc(50% - 20px);
      list-style-type: circle;
      margin-left: 20px; }
      .page-table .detail .info ul li {
        font-size: 1em;
        color: #29897A;
        margin-bottom: 13px; }
        @media screen and (max-width: 991px) {
          .page-table .detail .info ul li {
            margin-bottom: 11.05px; } }
        @media screen and (max-width: 479px) {
          .page-table .detail .info ul li {
            margin-bottom: 8.58px; } }
      .page-table .detail .info ul .title {
        font-weight: 600;
        color: #1E1E1E; }
        .page-table .detail .info ul .title::after {
          content: '：'; }
      .page-table .detail .info ul span {
        color: #1E1E1E; }
    .page-table .detail .info ul.green {
      width: 100%; }
    .page-table .detail .info .close {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -o-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: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid #1E1E1E;
      font-size: 25px;
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      -o-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      .page-table .detail .info .close:hover {
        background-color: #0059A0;
        border-color: #0059A0;
        color: #FFF; }

.page-table .toggle {
  cursor: pointer;
  font-weight: 600;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #29897A; }

.page-table.color table tbody tr:nth-child(odd) {
  background-color: #FAFAFA; }

@media screen and (max-width: 1199px) {
  .page-table table th, .page-table table td {
    padding: 20px 10px; } }

@media screen and (max-width: 991px) {
  .page-table table {
    border-top: 1px solid #295189; }
    .page-table table thead {
      display: none; }
    .page-table table tbody tr {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -o-display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 5px 0; } }
    @media screen and (max-width: 991px) and (max-width: 991px) {
      .page-table table tbody tr {
        padding: 4.25px 0; } }
    @media screen and (max-width: 991px) and (max-width: 479px) {
      .page-table table tbody tr {
        padding: 3.3px 0; } }

@media screen and (max-width: 991px) {
      .page-table table tbody tr td {
        display: -webkit-box;
        display: flex;
        -webkit-display: flex;
        -ms-display: flex;
        -o-display: flex;
        width: 33.3333%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0 10px;
        margin: 5px 0; } }
      @media screen and (max-width: 991px) and (max-width: 991px) {
        .page-table table tbody tr td {
          margin: 4.25px 0; } }
      @media screen and (max-width: 991px) and (max-width: 479px) {
        .page-table table tbody tr td {
          margin: 3.3px 0; } }

@media screen and (max-width: 991px) {
        .page-table table tbody tr td::before {
          content: attr(data-title);
          display: inline-block;
          line-height: 30px;
          min-width: 80px;
          font-weight: 600;
          margin-right: 10px; }
        .page-table table tbody tr td::after {
          display: none; }
  .page-table .detail td {
    width: 100%;
    padding: 10px 15px; }
    .page-table .detail td::before {
      display: none; }
  .page-table .detail ul {
    width: 50%; }
  .page-table.color table tbody tr:nth-child(odd) {
    background-color: transparent; } }

@media screen and (max-width: 767px) {
  .page-table .title-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .page-table .title-box .title {
      margin-bottom: 20px; } }
    @media screen and (max-width: 767px) and (max-width: 991px) {
      .page-table .title-box .title {
        margin-bottom: 17px; } }
    @media screen and (max-width: 767px) and (max-width: 479px) {
      .page-table .title-box .title {
        margin-bottom: 13.2px; } }

@media screen and (max-width: 767px) {
    .page-table .title-box .title-remark {
      -ms-flex-item-align: baseline;
      align-self: baseline;
      margin-top: 5px; }
  .page-table table tbody tr td {
    width: 50%;
    margin: 0 0; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .page-table table tbody tr td {
      margin: 0 0; } }
  @media screen and (max-width: 767px) and (max-width: 479px) {
    .page-table table tbody tr td {
      margin: 0 0; } }

@media screen and (max-width: 767px) {
    .page-table table tbody tr td::before {
      min-width: 100px; }
  .page-table .detail .info ul {
    width: 40%;
    margin-right: 0;
    padding-right: 10px; } }

@media screen and (max-width: 600px) {
  .page-table .title-box .title-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .page-table .title-box .title-row > * {
      display: block; }
    .page-table .title-box .title-row .title {
      margin-bottom: 0; }
    .page-table .title-box .title-row .title-remark {
      -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
      margin-top: 0;
      margin-bottom: 10px; }
  .page-table table tbody tr td {
    width: 100%; }
  .page-table .detail .info ul {
    width: 100%; }
  .page-table .detail .info .close {
    width: 35px;
    height: 35px;
    right: -15px; } }

#table-box {
  width: 100vw;
  overflow-x: auto; }

.compare-table {
  width: 100%;
  position: relative; }
  .compare-table::before {
    content: '';
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #DBDBDB;
    position: absolute;
    top: 95px;
    left: -5%; }
  .compare-table tr {
    position: relative; }
    .compare-table tr:nth-of-type(odd) {
      background-color: #FFF;
      border-color: #FFF; }
    .compare-table tr:nth-of-type(even) {
      background-color: #F8F8F8;
      border-color: #F8F8F8; }
  .compare-table td {
    line-height: 30px;
    padding: 5px 15px; }
    .compare-table td.sort {
      width: 12.2%;
      font-size: 1em; }
    .compare-table td.sort-sub {
      width: 18.5%;
      padding-left: 0;
      font-size: 1em; }
    .compare-table td.info {
      width: calc(100% - 30.7%);
      border-left: 1px solid #DBDBDB;
      font-size: 1em; }
  .compare-table thead tr {
    background-color: #EEE !important;
    border-color: #EEE !important; }
    .compare-table thead tr td {
      padding-top: 60px; }
      .compare-table thead tr td:last-child {
        padding-left: 15px; }
  @media screen and (min-width: 1681px) {
    .compare-table tr {
      border-left: 150px solid;
      border-right: 150px solid; } }
  @media screen and (max-width: 1680px) {
    .compare-table tr {
      border-left: 80px solid;
      border-right: 80px solid; } }
  @media screen and (max-width: 1440px) {
    .compare-table tr {
      border-left: 40px solid;
      border-right: 40px solid; }
    .compare-table td {
      padding: 5px 10px; } }
  @media screen and (max-width: 991px) {
    .compare-table::before {
      display: none; }
    .compare-table tr {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -o-display: flex;
      border: none; }
    .compare-table td {
      display: block;
      height: 100%; }
      .compare-table td:first-child {
        padding-left: 30px; }
      .compare-table td:last-child {
        padding-right: 30px; }
      .compare-table td.sort {
        display: none;
        padding-left: 0; }
      .compare-table td.sort-sub {
        width: 25%;
        padding-left: 30px;
        padding-right: 10px;
        border-right: 1px solid #DBDBDB; }
      .compare-table td.info {
        width: calc(100% - 25%);
        border: none; }
    .compare-table thead tr td {
      padding-top: 40px; }
      .compare-table thead tr td:first-child {
        width: 25%; }
      .compare-table thead tr td:nth-child(2) {
        display: none; }
      .compare-table thead tr td:last-child {
        width: calc(100% - 25%); }
    .compare-table tbody tr.sort-row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      position: relative; }
      .compare-table tbody tr.sort-row::before {
        content: attr(data-title);
        display: block;
        width: 100%;
        line-height: 40px;
        height: 40px;
        background-color: rgba(36, 52, 76, 0.9);
        color: #FFF;
        padding-left: 30px; }
      .compare-table tbody tr.sort-row.model .sort-sub {
        display: none; }
      .compare-table tbody tr.sort-row.model .info {
        padding-left: 30px; } }
  @media screen and (max-width: 767px) {
    .compare-table td:first-child {
      padding-left: 20px; }
    .compare-table td:last-child {
      padding-right: 20px; }
    .compare-table td.sort {
      padding-left: 0; }
    .compare-table td.sort-sub {
      width: 40%;
      padding-left: 20px; }
    .compare-table td.info {
      width: calc(100% - 40%); }
    .compare-table thead tr td:first-child {
      width: 40%; }
    .compare-table thead tr td:last-child {
      width: calc(100% - 40%); }
    .compare-table tbody tr.sort-row::before {
      padding-left: 20px; }
    .compare-table tbody tr.sort-row.model .info {
      padding-left: 20px; } }

.series-info {
  padding: 40px calc((100% - 1600px) / 2);
  text-align: center; }
  .series-info .sub-title {
    text-align: left;
    font-size: 1.25em;
    margin-bottom: 10px; }
  .series-info .product-box {
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .series-info .product-box .box {
      width: 295px;
      margin: 10px 40px; }
      .series-info .product-box .box .text-inner {
        color: #1E1E1E; }
        .series-info .product-box .box .text-inner .top {
          margin-bottom: 5px; }
          .series-info .product-box .box .text-inner .top * {
            display: inline-block; }
          .series-info .product-box .box .text-inner .top .size {
            font-family: 'Lato', 'Microsoft JhengHei',sans-serif;
            font-size: 2em;
            font-weight: 900;
            -o-transition: color 0.25s ease-in-out;
            -webkit-transition: color 0.25s ease-in-out;
            -moz-transition: color 0.25s ease-in-out;
            transition: color 0.25s ease-in-out; }
          .series-info .product-box .box .text-inner .top .unit {
            font-size: 1.1em;
            -o-transition: color 0.25s ease-in-out;
            -webkit-transition: color 0.25s ease-in-out;
            -moz-transition: color 0.25s ease-in-out;
            transition: color 0.25s ease-in-out; }
          .series-info .product-box .box .text-inner .top .new-icon {
            margin-left: 10px; }
        .series-info .product-box .box .text-inner > p {
          border-top: 1px solid #DBDBDB;
          padding: 6px 0; }
        .series-info .product-box .box .text-inner .slogan {
          -o-transition: color 0.25s ease-in-out;
          -webkit-transition: color 0.25s ease-in-out;
          -moz-transition: color 0.25s ease-in-out;
          transition: color 0.25s ease-in-out;
          font-size: 16px; }
        .series-info .product-box .box .text-inner .model {
          font-family: 'Lato', 'Microsoft JhengHei',sans-serif;
          font-size: 1.05em;
          font-weight: 900;
          -o-transition: color 0.25s ease-in-out;
          -webkit-transition: color 0.25s ease-in-out;
          -moz-transition: color 0.25s ease-in-out;
          transition: color 0.25s ease-in-out; }
        .series-info .product-box .box .text-inner div.model {
          padding: 6px 0;
          border-top: 1px solid #DBDBDB; }
          .series-info .product-box .box .text-inner div.model > p {
            font-family: 'Lato', 'Microsoft JhengHei',sans-serif;
            font-size: 1.05em;
            font-weight: 900;
            color: #1E1E1E;
            -o-transition: color 0.25s ease-in-out;
            -webkit-transition: color 0.25s ease-in-out;
            -moz-transition: color 0.25s ease-in-out;
            transition: color 0.25s ease-in-out; }
            .series-info .product-box .box .text-inner div.model > p .label {
              display: inline-block;
              font-size: 16px;
              margin-right: 5px;
              font-weight: 400;
              min-width: 75px; }
              .series-info .product-box .box .text-inner div.model > p .label::after {
                content: ':';
                display: inline-block;
                margin-left: 5px; }
          .series-info .product-box .box .text-inner div.model .row {
            width: 100%;
            display: -webkit-box;
            display: flex;
            -webkit-display: flex;
            -ms-display: flex;
            -o-display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
            .series-info .product-box .box .text-inner div.model .row .label {
              display: inline-block;
              font-size: 16px;
              margin-right: 5px;
              line-height: 35px;
              font-weight: 400;
              min-width: 75px;
              padding: 0;
              margin: 0; }
              .series-info .product-box .box .text-inner div.model .row .label::after {
                content: ':';
                display: inline-block;
                margin-left: 5px; }
            .series-info .product-box .box .text-inner div.model .row > p {
              line-height: 20px;
              text-align: left;
              padding: 4px 0; }
            .series-info .product-box .box .text-inner div.model .row .number {
              display: block;
              font-family: 'Lato', 'Microsoft JhengHei',sans-serif;
              font-size: 1.05em;
              font-weight: 900;
              color: #1E1E1E;
              -o-transition: color 0.25s ease-in-out;
              -webkit-transition: color 0.25s ease-in-out;
              -moz-transition: color 0.25s ease-in-out;
              transition: color 0.25s ease-in-out; }
      .series-info .product-box .box .pic-inner {
        width: 100%;
        overflow: hidden; }
        .series-info .product-box .box .pic-inner img {
          -o-transition: transform 0.25s ease-in-out;
          -webkit-transition: transform 0.25s ease-in-out;
          -moz-transition: transform 0.25s ease-in-out;
          -webkit-transition: -webkit-transform 0.25s ease-in-out;
          transition: -webkit-transform 0.25s ease-in-out;
          transition: transform 0.25s ease-in-out;
          transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
    .series-info .product-box .info:hover .text-inner .size, .series-info .product-box .info:hover .text-inner .model, .series-info .product-box .info:hover .text-inner .unit, .series-info .product-box .info:hover .text-inner .slogan {
      color: #002F7B; }
    .series-info .product-box .info:hover .text-inner div.model p, .series-info .product-box .info:hover .text-inner div.model .label {
      color: #002F7B; }
    .series-info .product-box .info:hover .text-inner div.model .row > p .number {
      color: #002F7B; }
    .series-info .product-box .info:hover .pic-inner img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
  @media screen and (max-width: 1440px) {
    .series-info {
      padding: 40px; } }
  @media screen and (max-width: 991px) {
    .series-info {
      padding: 40px 30px; } }
  @media screen and (max-width: 479px) {
    .series-info {
      padding: 40px 20px; }
      .series-info .product-box .box {
        width: 90%;
        margin: 10px auto; } }

.lightbox-target {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  overflow: hidden;
  -o-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  position: fixed;
  top: -100%;
  z-index: 99; }
  .lightbox-target .content {
    width: 60vw;
    height: 80vh;
    overflow-y: auto;
    background: #FFF;
    color: #1E1E1E;
    border-radius: 10px;
    text-align: center;
    margin: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 0%;
    max-width: 0%;
    border: 3px solid #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px 30px;
    opacity: 0;
    -webkit-transition: opacify 1.5s;
    -o-transition: opacify 1.5s;
    transition: opacify 1.5s; }
    @media screen and (max-width: 991px) {
      .lightbox-target .content {
        padding: 51px 15px; } }
    @media screen and (max-width: 479px) {
      .lightbox-target .content {
        padding: 39.6px 15px; } }
  .lightbox-target .lightbox-close {
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-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: 40px;
    height: 40px;
    background-color: #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #24344C;
    color: #24344C;
    position: absolute;
    top: calc(10vh + 20px);
    right: calc(20vw + 20px); }
  .lightbox-target .title {
    display: block;
    text-align: center;
    font-size: 1.875em;
    font-weight: 600;
    margin-bottom: 30px; }
    @media screen and (max-width: 991px) {
      .lightbox-target .title {
        margin-bottom: 25.5px; } }
    @media screen and (max-width: 479px) {
      .lightbox-target .title {
        margin-bottom: 19.8px; } }
  .lightbox-target.active {
    opacity: 1;
    top: 0;
    bottom: 0; }
    .lightbox-target.active .content {
      max-height: 100%;
      max-width: 100%;
      opacity: 1; }
  @media screen and (max-width: 991px) {
    .lightbox-target .content {
      width: 80vw; }
    .lightbox-target .lightbox-close {
      right: calc(10vw + 20px); } }
  @media screen and (max-width: 600px) {
    .lightbox-target .content {
      width: 90vw;
      height: 90vh; }
    .lightbox-target .lightbox-close {
      width: 35px;
      height: 35px;
      top: calc(5vh + 10px);
      right: calc(5vw + 10px); } }

.ui-dialog {
  font-size: 16px !important; }
  @media screen and (max-width: 479px) {
    .ui-dialog {
      width: 90% !important;
      margin: 0 5% !important; } }

#form, #info {
  -o-transition: padding 0.25s ease-in-out;
  -webkit-transition: padding 0.25s ease-in-out;
  -moz-transition: padding 0.25s ease-in-out;
  transition: padding 0.25s ease-in-out; }
  #form.topheight, #info.topheight {
    padding-top: 50px; }

.faq-list .num, .faq-head .num {
  font-family: 'Lato', 'Microsoft JhengHei',sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #295189; }

.faq-list .name, .faq-head .name {
  display: inline-block; }

.faq-list .item, .faq-head .title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .faq-list .item .num, .faq-head .title .num {
    min-width: 40px; }

.faq-list .item {
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  padding: 16px 20px;
  border-bottom: 1px solid #DBDBDB; }
  @media screen and (max-width: 991px) {
    .faq-list .item {
      padding: 13.6px 10px; } }
  @media screen and (max-width: 479px) {
    .faq-list .item {
      padding: 10.56px 10px; } }
  .faq-list .item:first-child {
    border-top: 1px solid #DBDBDB; }
  .faq-list .item:nth-child(odd) {
    background-color: #EFEFEF; }

.faq-list .num {
  margin-right: 20px; }
  @media screen and (max-width: 991px) {
    .faq-list .num {
      margin-right: 10px; } }

.faq-head {
  background-color: #EFEFEF;
  min-height: 80px;
  padding: 20px 20px; }
  @media screen and (max-width: 991px) {
    .faq-head {
      padding: 17px 10px; } }
  @media screen and (max-width: 479px) {
    .faq-head {
      padding: 13.2px 10px; } }
  .faq-head .num {
    margin-right: 5px; }
  .faq-head .name {
    font-size: 20px;
    margin: 0; }
  @media screen and (min-width: 768px) {
    .faq-head {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -o-display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media screen and (max-width: 767px) {
    .faq-head {
      margin-top: 20px !important; }
      .faq-head .name {
        line-height: normal; }
      .faq-head .title {
        margin-bottom: 10px; }
      .faq-head .share-box {
        margin-left: 40px; } }

.faq-inner {
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 991px) {
    .faq-inner {
      padding-left: 10px;
      padding-right: 10px; } }

.share-box {
  display: inline-block; }
  .share-box button, .share-box i {
    margin-left: 4px;
    margin-right: 4px; }
    @media screen and (max-width: 991px) {
      .share-box button, .share-box i {
        margin-left: 2px;
        margin-right: 2px; } }
  .share-box button:hover i.icon-facebook {
    color: #4267b2; }
  .share-box button:hover i.icon-twitter {
    color: #1DA1F2; }
  .share-box i {
    font-size: 22px;
    color: #646464;
    -o-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out; }
  .share-box .icon-line:hover {
    color: #00b900; }

/* ==========================================================================
 *   特效動畫
 *==========================================================================*/
@-webkit-keyframes shine {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
@keyframes shine {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

/* Shine*/
.shine {
  position: relative; }
  .shine:hover::after {
    -webkit-animation: shine 1s;
    animation: shine 1s; }

.shine::after {
  content: '';
  top: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: .3;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6+*/
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10+,Safari5.1+/* */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(99%, rgba(128, 186, 232, 0)), to(rgba(125, 185, 232, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); }

.in-shine {
  position: relative;
  width: inherit;
  height: inherit; }

.in-shine::after {
  content: '';
  top: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: .2;
  -webkit-animation: shine 2s;
  animation: shine 2s;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6+*/
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10+,Safari5.1+/* */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(99%, rgba(128, 186, 232, 0)), to(rgba(125, 185, 232, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); }

/* ==========================================================================
 *   分頁動畫
 *==========================================================================*/
/*--home----------------------*/
#home .product-box .product-inner ul li .box.in-view {
  -webkit-animation: fadeInUp .8s both;
  animation: fadeInUp .8s both; }

#home .product-box .product-inner ul li[data-slick-index="0"] .box {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

#home .product-box .product-inner ul li[data-slick-index="1"] .box {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

#home .product-box .product-inner ul li[data-slick-index="2"] .box {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

#home .product-box .product-inner ul li[data-slick-index="3"] .box {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

#home .product-box .product-inner ul li[data-slick-index="4"] .box {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

#home .product-box .ad-inner ul li .box {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }
  #home .product-box .ad-inner ul li .box.in-view {
    -webkit-animation: fadeIn .8s both;
    animation: fadeIn .8s both; }

#home .news-box .title.in-view, #home .news-box .more.in-view {
  -webkit-animation: fadeInUp .8s both;
  animation: fadeInUp .8s both; }

#home .news-box .more {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

#home .news-box .list-box .item:nth-child(odd) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }
  #home .news-box .list-box .item:nth-child(odd).in-view {
    -webkit-animation: fadeInLeft .8s both;
    animation: fadeInLeft .8s both; }

#home .news-box .list-box .item:nth-child(even) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }
  #home .news-box .list-box .item:nth-child(even).in-view {
    -webkit-animation: fadeInRight .8s both;
    animation: fadeInRight .8s both; }

/*--series-------------------*/
#series .series-info .title.in-view {
  -webkit-animation: fadeInUp .8s both;
  animation: fadeInUp .8s both; }

#series .series-info .sub.in-view {
  -webkit-animation: fadeInDown .8s both;
  animation: fadeInDown .8s both;
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

#series .series-info .product-box .box.in-view {
  -webkit-animation: fadeInUp .8s both;
  animation: fadeInUp .8s both; }

#series .series-info .product-box .box:first-child {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

#series .series-info .product-box .box:nth-child(2n) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

#series .series-info .product-box .box:nth-child(3n) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

#series .series-info .product-box .box:nth-child(4n) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

/*--news -------------------*/
#news .news-list .item.in-view {
  -webkit-animation: fadeInUp .8s both;
  animation: fadeInUp .8s both;
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

#news .new-head.in-view {
  -webkit-animation: fadeInUp .8s both;
  animation: fadeInUp .8s both; }

#news .new-info.in-view {
  -webkit-animation: fadeInUp .8s both;
  animation: fadeInUp .8s both;
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

/*--about -------------------*/
#about .brand.story.in-view p, #about .brand.concept.in-view p {
  -webkit-animation: fadeInUp .8s both;
  animation: fadeInUp .8s both;
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

#about .brand.group-founder .founder.in-view {
  -webkit-animation: fadeInUp .8s both;
  animation: fadeInUp .8s both;
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

#about .brand.group-founder .group .item.in-view {
  -webkit-animation: fadeInUp .8s both;
  animation: fadeInUp .8s both;
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

#about .award .item.in-view, #about .group-link .item.in-view, #about .contact .item.in-view {
  -webkit-animation: fadeInUp .8s both;
  animation: fadeInUp .8s both; }

#about .award .item:first-child, #about .group-link .item:first-child {
  -webkit-animation-delay: .05s;
  animation-delay: .05s; }

#about .award .item:nth-child(2), #about .group-link .item:nth-child(2) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

#about .award .item:nth-child(3), #about .group-link .item:nth-child(3) {
  -webkit-animation-delay: .15s;
  animation-delay: .15s; }

#about .award .item:nth-child(4), #about .group-link .item:nth-child(4) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

#about .award .item:nth-child(5), #about .group-link .item:nth-child(5) {
  -webkit-animation-delay: .25s;
  animation-delay: .25s; }

#about .award .item:nth-child(6), #about .group-link .item:nth-child(6) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

#about .customer form {
  -webkit-animation: fadeIn .8s both;
  animation: fadeIn .8s both;
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.career p, .career a, .repair-process p, .repair-process a {
  -webkit-animation: fadeInUp .8s both;
  animation: fadeInUp .8s both;
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.career a, .repair-process a {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

.career img, .repair-process img {
  -webkit-animation: fadeIn .8s both;
  animation: fadeIn .8s both;
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

.warranty aside {
  -webkit-animation: fadeInLeft .8s both;
  animation: fadeInLeft .8s both; }

.warranty .inner {
  -webkit-animation: fadeIn .8s both;
  animation: fadeIn .8s both;
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.warehouse .item.in-view {
  -webkit-animation: fadeInUp .8s both;
  animation: fadeInUp .8s both; }

.warehouse .item:first-child {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.warehouse .item:nth-child(2n) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.warehouse .item:nth-child(3n) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.warehouse .item:nth-child(4n) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

.warehouse .item:nth-child(5n) {
  -webkit-animation-delay: .5;
  animation-delay: .5; }

/*--event -------------------*/
#events .item.in-view {
  -webkit-animation: fadeInUp .8s both;
  animation: fadeInUp .8s both; }

#event-info .editor {
  -webkit-animation: fadeIn .8s both;
  animation: fadeIn .8s both;
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

.page-banner .text-inner p {
  -webkit-animation: fadeIn .8s both;
  animation: fadeIn .8s both;
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.form-title.in-view, .form-group.in-view {
  -webkit-animation: fadeInUp .8s both;
  animation: fadeInUp .8s both; }

.form-group.in-view {
  -webkit-animation-delay: .15s;
  animation-delay: .15s; }

.login-box {
  -webkit-animation: fadeInUp .8s both;
  animation: fadeInUp .8s both;
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.main-list.in-view {
  -webkit-animation: fadeInUp .8s both;
  animation: fadeInUp .8s both;
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.main-bulletin {
  -webkit-animation: fadeInUp .8s both;
  animation: fadeInUp .8s both;
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }
  .main-bulletin .inner > * {
    -webkit-animation: fadeIn .8s both;
    animation: fadeIn .8s both;
    -webkit-animation-delay: .5s;
    animation-delay: .5s; }

.page-table table.in-view {
  -webkit-animation: fadeInUp .8s both;
  animation: fadeInUp .8s both;
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.result-box.in-view {
  -webkit-animation: fadeInUp .8s both;
  animation: fadeInUp .8s both;
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

html, body {
  color: #1E1E1E;
  font-family: 'Lato', 'Microsoft JhengHei',sans-serif; }

.wrapper {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .1px;
  overflow-x: hidden;
  font-family: 'Lato', 'Microsoft JhengHei',sans-serif;
  color: #1E1E1E;
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  transition: opacity 1.5s; }
  @media screen and (max-width: 991px) {
    .wrapper {
      font-size: 15px; } }

p {
  line-height: 2em; }
  @media screen and (max-width: 991px) {
    p {
      line-height: 1.8em; } }

.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px; }
  .container.max {
    max-width: calc(1600px + (80px * 2)); }
  .container.median {
    max-width: calc(1480px + (80px * 2)); }
  .container.min-plus {
    max-width: calc(1300px + (80px * 2)); }
  .container.min {
    max-width: calc(1140px + (80px * 2)); }
  .container.mini {
    max-width: calc(1100px + (80px * 2)); }
  .container.w800 {
    max-width: calc(800px + (80px * 2)); }
  @media screen and (max-width: 1440px) {
    .container {
      padding: 0 40px; }
      .container.min-plus {
        max-width: calc(1300px + (40px * 2)); }
      .container.min {
        max-width: calc(1140px + (40px * 2)); }
      .container.mini {
        max-width: calc(1100px + (40px * 2)); }
      .container.w800 {
        max-width: calc(800px + (40px * 2)); } }
  @media screen and (max-width: 991px) {
    .container {
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .container {
      padding: 0 20px; } }

main > .inner {
  margin-top: 140px;
  min-height: 800px; }
  @media screen and (max-width: 1199px) {
    main > .inner {
      margin-top: 90px; } }
  @media screen and (max-width: 991px) {
    main > .inner {
      margin-top: 70px; } }

.hidden {
  display: none; }

input, select, textarea {
  font-family: 'Lato', 'Microsoft JhengHei',sans-serif; }

input, textarea {
  background: none;
  outline: none;
  border: 0px; }

textarea {
  max-width: 100%;
  padding: 1em 1.2em !important;
  resize: none; }

select {
  border: none;
  /*移除箭頭樣式*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  /*改變右邊箭頭樣式*/
  background-image: url("images/icon/arrow-b_btm.png");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: right 10px center; }

/*IE隱藏箭頭樣式*/
select::-ms-expand {
  display: none; }

select:focus {
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0; }

/* ==========================================================================
		header
 @mixin =========================================================================*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -o-transition: top 0.25s ease-in-out;
  -webkit-transition: top 0.25s ease-in-out;
  -moz-transition: top 0.25s ease-in-out;
  transition: top 0.25s ease-in-out; }
  #header .logo {
    width: 150px;
    height: 55px;
    margin-top: calc((90px - 55px) / 2);
    position: absolute;
    left: 128px;
    z-index: 1; }
    #header .logo a {
      display: block;
      height: 100%;
      background: url("images/logo.svg") center no-repeat; }
  #header .menu-toggle {
    display: none;
    width: 35px;
    height: 45px;
    position: absolute;
    top: 50%;
    right: 40px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99; }
    #header .menu-toggle .hamburger {
      display: block;
      width: 35px;
      height: 5px;
      background-color: #B4B4B4;
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
      border-radius: 5px;
      -o-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      #header .menu-toggle .hamburger::before, #header .menu-toggle .hamburger::after {
        content: '';
        display: block;
        width: 35px;
        height: 5px;
        border-radius: 5px;
        background-color: #b4b4b4;
        -o-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        position: absolute; }
      #header .menu-toggle .hamburger::before {
        top: -12px; }
      #header .menu-toggle .hamburger::after {
        bottom: -12px; }
    #header .menu-toggle.active .hamburger {
      background-color: #fff; }
      #header .menu-toggle.active .hamburger::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        left: 5px; }
      #header .menu-toggle.active .hamburger::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left;
        left: 5px; }
  #header .top {
    height: 90px;
    margin-left: calc(150px + 150px);
    z-index: 50;
    position: relative; }
    #header .top .container {
      max-width: calc(1600px - 138px);
      height: 100%;
      padding-left: 30px; }
      #header .top .container::after {
        content: '';
        display: block;
        clear: both; }
    #header .top .nav {
      float: left;
      margin-top: calc((90px - 27px) / 2); }
      #header .top .nav ul {
        display: -webkit-box;
        display: flex;
        -webkit-display: flex;
        -ms-display: flex;
        -o-display: flex; }
        #header .top .nav ul li a {
          font-size: 17px;
          border-left: 1px solid #C7C7C7;
          line-height: normal;
          color: #3C3C3C;
          padding: 0 1.25em;
          -o-transition: all 0.25s ease-in-out;
          -webkit-transition: all 0.25s ease-in-out;
          -moz-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
          #header .top .nav ul li a.active {
            color: #295189;
            font-weight: 600; }
        #header .top .nav ul li:last-child a {
          border-right: 1px solid #C7C7C7; }
    #header .top .link-nav {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -o-display: flex;
      float: right;
      margin-top: calc((90px - 40px) / 2);
      text-align: right;
      position: relative; }
      #header .top .link-nav a {
        border: 1px solid #DEDEDE;
        margin-left: 10px;
        -o-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        #header .top .link-nav a i {
          -o-transition: color 0.25s ease-in-out;
          -webkit-transition: color 0.25s ease-in-out;
          -moz-transition: color 0.25s ease-in-out;
          transition: color 0.25s ease-in-out; }
          #header .top .link-nav a i.icon-people {
            font-size: 20px;
            margin-right: 4px;
            padding-bottom: 4px; }
      #header .top .link-nav .search {
        height: 40px;
        min-width: 40px;
        border-radius: 40px;
        border: 1px solid #DEDEDE;
        background-color: #fff;
        position: absolute;
        left: -42px;
        padding: 0 15px; }
        #header .top .link-nav .search form {
          display: table; }
        #header .top .link-nav .search input {
          width: 0;
          height: 38px;
          background-color: transparent;
          border: none;
          -o-transition: all 0.25s ease-in-out;
          -webkit-transition: all 0.25s ease-in-out;
          -moz-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
        #header .top .link-nav .search button {
          width: 38px;
          height: 38px;
          border-radius: 50%;
          background-color: #fff;
          font-size: 16px;
          color: #6B8290;
          position: absolute;
          top: 0;
          right: 0;
          -o-transition: all 0.25s ease-in-out;
          -webkit-transition: all 0.25s ease-in-out;
          -moz-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
      #header .top .link-nav .btn {
        font-weight: 600;
        color: #6B8290;
        -o-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        #header .top .link-nav .btn i {
          font-weight: normal; }
      #header .top .link-nav .login-btnbox {
        position: relative;
        margin-left: 10px; }
      #header .top .link-nav .login, #header .top .link-nav .logined {
        display: -webkit-box;
        display: flex;
        -webkit-display: flex;
        -ms-display: flex;
        -o-display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        background-color: #fff;
        border: 1px solid #DEDEDE;
        font-weight: 600;
        padding-top: 2px;
        margin-left: 0;
        -o-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        #header .top .link-nav .login i, #header .top .link-nav .logined i {
          -o-transition: color 0.25s ease-in-out;
          -webkit-transition: color 0.25s ease-in-out;
          -moz-transition: color 0.25s ease-in-out;
          transition: color 0.25s ease-in-out; }
          #header .top .link-nav .login i.icon-people, #header .top .link-nav .logined i.icon-people {
            font-size: 20px;
            margin-right: 4px;
            padding-bottom: 4px; }
        #header .top .link-nav .login.hidden, #header .top .link-nav .logined.hidden {
          display: none; }
      #header .top .link-nav .login-nav {
        display: none;
        width: 100%;
        min-width: 123px;
        background-color: #fff;
        border: 1px solid #DBDBDB;
        border-radius: 10px;
        position: absolute;
        top: 44px;
        right: 0;
        z-index: 999;
        padding: 15px 0; }
        #header .top .link-nav .login-nav a, #header .top .link-nav .login-nav button {
          width: 100%;
          text-align: left;
          display: block;
          border: none;
          margin: 0;
          font-size: 16px;
          font-weight: 400;
          margin-bottom: 8px;
          padding: 0 10px;
          color: #1E1E1E;
          -o-transition: color 0.25s ease-in-out;
          -webkit-transition: color 0.25s ease-in-out;
          -moz-transition: color 0.25s ease-in-out;
          transition: color 0.25s ease-in-out; }
          #header .top .link-nav .login-nav a:last-child, #header .top .link-nav .login-nav button:last-child {
            margin-bottom: 0; }
  #header .btm {
    background-color: #24344C;
    position: relative;
    z-index: 40; }
    #header .btm .container {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -o-display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    #header .btm .sub-logo {
      display: none;
      width: 120px;
      height: 30px;
      background-image: url("images/w-logo.svg");
      margin-left: -82px;
      margin-right: 50px;
      background-repeat: no-repeat;
      background-position: left center; }
      #header .btm .sub-logo a {
        width: 120px;
        height: 30px;
        display: block; }
    #header .btm ul {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -o-display: flex;
      width: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #header .btm ul li.nav {
        line-height: 50px;
        text-align: center;
        cursor: pointer;
        color: #fff; }
        #header .btm ul li.nav .nav-toggle {
          font-size: 17px;
          font-weight: 600;
          letter-spacing: 3px; }
          #header .btm ul li.nav .nav-toggle::after {
            content: '';
            display: inline-block;
            width: 16px;
            height: 16px;
            margin-left: 10px;
            background-image: url("images/icon/arrow-w_btm.png");
            background-size: contain;
            background-repeat: no-repeat; }
  #header .sub-nav {
    width: 100%;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px 0 #ccc;
    box-shadow: 0 2px 10px 0 #ccc;
    overflow: hidden;
    padding: 60px 0;
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    cursor: auto;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    #header .sub-nav .slider {
      width: 100%;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      #header .sub-nav .slider.slick-slider {
        display: block;
        padding: 0 50px; }
      #header .sub-nav .slider .slick-slide {
        display: block; }
    #header .sub-nav .box {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -o-display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0 1.4%; }
      #header .sub-nav .box .title {
        font-weight: 600;
        letter-spacing: 0;
        color: #000;
        padding-bottom: 20px;
        border-bottom: 2px solid #DBDBDB; }
        #header .sub-nav .box .title a {
          font-size: 1.35em;
          position: relative; }
          #header .sub-nav .box .title a::after {
            content: '';
            display: block;
            width: 100%;
            height: 2px;
            background-color: #002965;
            position: absolute;
            left: 0;
            bottom: -36px;
            margin: 0; }
      #header .sub-nav .box .inner {
        display: -webkit-box;
        display: flex;
        -webkit-display: flex;
        -ms-display: flex;
        -o-display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 0; }
        #header .sub-nav .box .inner .pic {
          width: 190px;
          height: 190px;
          min-width: 190px;
          margin-right: 15px; }
        #header .sub-nav .box .inner .links {
          display: -webkit-box;
          display: flex;
          -webkit-display: flex;
          -ms-display: flex;
          -o-display: flex;
          text-align-last: left;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          max-width: 420px; }
          #header .sub-nav .box .inner .links a {
            display: block;
            font-size: 16px;
            line-height: normal;
            text-align: left;
            margin-bottom: 20px;
            font-family: 'Open Sans','微軟正黑體';
            color: #1E1E1E;
            padding: 0 4px;
            -o-transition: color 0.25s ease-in-out;
            -webkit-transition: color 0.25s ease-in-out;
            -moz-transition: color 0.25s ease-in-out;
            transition: color 0.25s ease-in-out; }
            #header .sub-nav .box .inner .links a:last-child {
              margin-bottom: 0; }
            #header .sub-nav .box .inner .links a:hover {
              color: #002F7B; }
          #header .sub-nav .box .inner .links.qty-4 a {
            width: 100%; }
          #header .sub-nav .box .inner .links.qty-8 {
            min-width: 200px;
            max-width: 240px; }
            #header .sub-nav .box .inner .links.qty-8 a {
              width: 50%; }
          #header .sub-nav .box .inner .links.qty-12 a {
            width: 25%;
            min-width: auto; }
  @media screen and (max-width: 1680px) {
    #header.active .btm ul {
      margin-right: 0; }
    #header .logo {
      left: 80px; }
    #header .top {
      margin-left: calc(150px + 7.5vw); }
      #header .top .nav ul li a {
        font-size: 16px;
        padding: 0 1.15em; }
      #header .top .link-nav .btn .hidden-01 {
        display: none; }
    #header .btm .sub-logo {
      margin-left: 0; }
    #header .btm .sub-nav .box {
      padding: 0 20px; } }
  @media screen and (max-width: 1440px) {
    #header .logo {
      left: 40px; }
    #header .top {
      margin-left: calc(150px + 5vw); }
      #header .top .nav ul li a {
        font-size: 16px;
        padding: 0 12px; }
      #header .top .link-nav {
        margin-top: calc((90px - 35px) / 2); }
        #header .top .link-nav .btn, #header .top .link-nav .circle {
          width: 35px;
          height: 35px;
          min-width: 35px; }
        #header .top .link-nav .btn {
          display: -webkit-box;
          display: flex;
          -webkit-display: flex;
          -ms-display: flex;
          -o-display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 0; }
          #header .top .link-nav .btn .hidden-02 {
            display: none; }
          #header .top .link-nav .btn.login i {
            margin-right: 0;
            font-size: 18px; }
        #header .top .link-nav .login-btnbox i.icon-people {
          margin-right: 0; }
        #header .top .link-nav .search {
          min-width: 35px;
          border-radius: 35px;
          height: 35px;
          left: -37px; }
          #header .top .link-nav .search input {
            height: 33px; }
          #header .top .link-nav .search button {
            width: 33px;
            height: 33px; }
          #header .top .link-nav .search:hover input {
            width: 140px; } }
  @media screen and (min-width: 1200px) {
    #header.active {
      top: -90px; }
      #header.active .btm .sub-logo {
        display: inline-block; }
    #header .top .nav ul li:hover a {
      color: #002F7B; }
    #header .top .link-nav .search:hover input {
      width: 160px; }
    #header .top .link-nav .btn:hover {
      background-color: rgba(0, 47, 123, 0.1);
      color: #002F7B; }
    #header .top .link-nav .login-nav a:hover, #header .top .link-nav .login-nav button:hover {
      color: #0059A0; }
    #header .btm .sub-nav.active {
      opacity: 1;
      visibility: visible;
      z-index: 1; }
    #header .btm .sub-nav .box .inner .links.qty-4 {
      max-width: 120px; } }
  @media screen and (max-width: 1199px) {
    #header {
      height: 90px;
      border-bottom: 1px solid #DBDBDB;
      z-index: 99; }
      #header .circle {
        position: fixed;
        width: 35px;
        height: 35px;
        min-width: 35px;
        top: 27px;
        z-index: 999;
        border: 1px solid #DEDEDE; }
        #header .circle.fb {
          right: 180px; }
        #header .circle.youtube {
          right: 135px; }
        #header .circle.line {
          right: 90px; }
      #header .menu-toggle {
        display: block; }
      #header .menu {
        display: -webkit-box;
        display: flex;
        -webkit-display: flex;
        -ms-display: flex;
        -o-display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: calc(100vh - 90px);
        background-color: #E6E6E6;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
        overflow-y: scroll;
        position: absolute;
        top: 90px;
        right: -100%;
        -webkit-transition: .8s right;
        -o-transition: .8s right;
        transition: .8s right;
        z-index: 99; }
        #header .menu.active {
          right: 0; }
      #header .top {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        height: auto;
        background-color: #fff;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: 0; }
        #header .top .container {
          padding: 0; }
        #header .top .nav {
          float: none;
          margin-top: 0; }
          #header .top .nav ul {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; }
            #header .top .nav ul li {
              line-height: 50px;
              text-align: center;
              border-bottom: 1px solid #DBDBDB; }
              #header .top .nav ul li a {
                border: none !important; }
        #header .top .link-nav {
          width: 100%;
          float: none;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          background-color: #E6E6E6;
          padding: 40px 0;
          margin-top: 0; }
          #header .top .link-nav .search {
            display: -webkit-box;
            display: flex;
            -webkit-display: flex;
            -ms-display: flex;
            -o-display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            position: static;
            width: 520px;
            height: 40px;
            padding-left: 20px; }
            #header .top .link-nav .search form {
              width: 100%; }
            #header .top .link-nav .search button {
              position: static; }
            #header .top .link-nav .search input {
              width: calc(100% - 33px) !important; }
          #header .top .link-nav .btn {
            width: auto;
            height: 40px;
            padding: 0 15px; }
            #header .top .link-nav .btn .hidden-01, #header .top .link-nav .btn .hidden-02 {
              display: inline-block; }
      #header .btm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
        #header .btm .container {
          padding: 0;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; }
        #header .btm .median > ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          #header .btm .median > ul > li {
            height: 50px;
            overflow: hidden;
            border-bottom: 1px solid #435C7F;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -o-transition: height 0.25s ease-in-out;
            -webkit-transition: height 0.25s ease-in-out;
            -moz-transition: height 0.25s ease-in-out;
            transition: height 0.25s ease-in-out; }
            #header .btm .median > ul > li .nav-toggle::after {
              display: none; }
        #header .btm .sub-nav {
          padding: 40px;
          -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
          position: static;
          left: 0;
          opacity: 1;
          visibility: visible; }
          #header .btm .sub-nav .slider {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
            #header .btm .sub-nav .slider.slick-slider {
              padding: 0; }
          #header .btm .sub-nav .box {
            padding: 0 30px; }
            #header .btm .sub-nav .box .inner .links.qty-4, #header .btm .sub-nav .box .inner .links.qty-8 {
              max-width: none; } }
  @media screen and (max-width: 991px) {
    #header {
      height: 70px; }
      #header .circle {
        top: 18px;
        font-size: 20px; }
        #header .circle.fb {
          right: 155px; }
        #header .circle.youtube {
          right: 110px; }
        #header .circle.line {
          right: 65px; }
      #header .logo {
        width: 115px;
        margin-top: calc((70px - 55px) / 2);
        left: 20px; }
      #header .menu-toggle {
        right: 20px; }
      #header .menu {
        top: 70px;
        height: calc(100vh - 70px); }
      #header .top .link-nav .search {
        width: 60%; }
      #header .top .link-nav .login-nav {
        display: block !important;
        background-color: transparent;
        border: none;
        padding: 0;
        position: static; }
        #header .top .link-nav .login-nav > a {
          display: none !important; }
        #header .top .link-nav .login-nav button {
          display: -webkit-box;
          display: flex;
          -webkit-display: flex;
          -ms-display: flex;
          -o-display: flex;
          height: 40px;
          padding: 0 15px;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          background-color: #FFF;
          color: #6B8290;
          border: 1px solid #DEDEDE;
          border-radius: 40px;
          height: 40px; }
      #header .top .logined {
        display: none !important; }
      #header .btm .sub-nav .slider {
        -ms-flex-pack: distribute;
        justify-content: space-around; }
      #header .btm .sub-nav .box .title a::before {
        bottom: -32px; }
      #header .btm .sub-nav .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        #header .btm .sub-nav .inner .pic {
          margin-right: 0; }
        #header .btm .sub-nav .inner .links {
          display: -webkit-box;
          display: flex;
          -webkit-display: flex;
          -ms-display: flex;
          -o-display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          width: 80%; }
          #header .btm .sub-nav .inner .links a {
            display: -webkit-box;
            display: flex;
            -webkit-display: flex;
            -ms-display: flex;
            -o-display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
            background-color: #DCDCDC;
            border-radius: 10px;
            font-weight: 600;
            min-height: 40px;
            padding: 5px;
            margin: 5px; }
            #header .btm .sub-nav .inner .links a:last-child {
              margin-bottom: 5px; }
          #header .btm .sub-nav .inner .links .list {
            display: none; }
          #header .btm .sub-nav .inner .links.qty-4 a, #header .btm .sub-nav .inner .links.qty-8 a {
            width: calc(50% - 10px); }
          #header .btm .sub-nav .inner .links.qty-12 a {
            width: 30%; }
      #header .btm .sub-nav .slick-prev, #header .btm .sub-nav .slick-next {
        top: 38%; } }
  @media screen and (max-width: 767px) {
    #header .btm .sub-nav {
      padding: 20px; }
      #header .btm .sub-nav .slider {
        width: 100%;
        margin: 0 auto; }
      #header .btm .sub-nav .box {
        padding: 0; }
        #header .btm .sub-nav .box .title {
          width: 75%;
          padding-bottom: 0;
          margin: 0 auto; }
          #header .btm .sub-nav .box .title a::after {
            bottom: -15px; }
      #header .btm .sub-nav .inner .links .list a {
        padding: 5px; }
      #header .btm .sub-nav .slick-prev, #header .btm .sub-nav .slick-next {
        top: 35.5%; } }
  @media screen and (max-width: 479px) {
    #header .top .link-nav {
      padding: 30px 0 80px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #header .top .link-nav .search {
        width: 80%;
        margin-bottom: 15px; }
    #header .btm .sub-nav .inner .links.qty-4 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    #header .btm .sub-nav .inner .links.qty-12 a {
      min-width: 100px;
      width: calc(50% - 10px); } }
  @media screen and (max-width: 320px) {
    #header .logo {
      width: 100px;
      left: 15px; }
    #header .menu-toggle {
      right: 15px; }
    #header .top .link-nav .circle.fb {
      right: 150px; }
    #header .top .link-nav .circle.youtube {
      right: 105px; }
    #header .top .link-nav .circle.line {
      right: 60px; } }

/* ==========================================================================
		footer
 @mixin =========================================================================*/
#footer {
  background-color: #3B3B3B;
  padding: 60px 0 80px;
  color: #969696; }
  #footer a {
    color: #969696;
    -o-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
    position: relative; }
    #footer a:hover {
      color: #fff; }
  #footer .browser-view {
    margin-top: 10px;
    line-height: 1.6em; }
    @media screen and (max-width: 1199px) {
      #footer .browser-view {
        display: none; } }
  #footer .container {
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #footer .links-inner {
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    width: 55%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #footer .links-inner .links-box {
      margin-right: 25px; }
      #footer .links-inner .links-box a {
        display: block;
        margin-bottom: 20px;
        margin-left: calc(16px + 8px); }
        #footer .links-inner .links-box a.dot {
          color: #FFF;
          margin-left: 0; }
          #footer .links-inner .links-box a.dot::before {
            float: left;
            content: '';
            display: inline-block;
            width: 16px;
            height: 16px;
            margin-top: calc(25px - 20px);
            margin-right: 8px;
            background-image: url("images/icon/arrow-w_right.png");
            background-size: contain;
            background-repeat: no-repeat; }
          #footer .links-inner .links-box a.dot:hover {
            color: #969696; }
  #footer .right {
    width: 30%;
    font-size: 15px; }
    #footer .right .logo {
      width: 170px;
      height: 60px;
      background-image: url("images/footer-logo.svg");
      background-repeat: no-repeat;
      margin-bottom: 30px; }
    #footer .right .share-nav {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -o-display: flex;
      margin-top: 38px; }
      #footer .right .share-nav .circle, #footer .right .share-nav .mark {
        background-color: #fff; }
      #footer .right .share-nav .circle {
        margin-right: 12px;
        border: none !important;
        -o-transition: background 0.25s ease-in-out;
        -webkit-transition: background 0.25s ease-in-out;
        -moz-transition: background 0.25s ease-in-out;
        transition: background 0.25s ease-in-out; }
        #footer .right .share-nav .circle i {
          -o-transition: color 0.25s ease-in-out;
          -webkit-transition: color 0.25s ease-in-out;
          -moz-transition: color 0.25s ease-in-out;
          transition: color 0.25s ease-in-out; }
      #footer .right .share-nav .mark {
        display: -webkit-box;
        display: flex;
        -webkit-display: flex;
        -ms-display: flex;
        -o-display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 90px;
        height: 40px;
        overflow: hidden;
        border-radius: 40px; }
        #footer .right .share-nav .mark.about-en {
          font-family: 'Roboto', sans-serif;
          font-weight: 700;
          font-size: 15px;
          line-height: 15px;
          text-align: center;
          margin-right: 12px;
          padding-top: 2.5px;
          color: #24344C;
          -o-transition: color .25s ease-in-out,background .25s ease-in-out;
          -webkit-transition: color .25s ease-in-out,background .25s ease-in-out;
          -moz-transition: color .25s ease-in-out,background .25s ease-in-out;
          transition: color .25s ease-in-out,background .25s ease-in-out; }
          #footer .right .share-nav .mark.about-en:hover {
            background-color: #24344C;
            color: #FFF; }
  @media screen and (max-width: 1440px) {
    #footer .links-inner {
      width: auto; }
    #footer .right {
      width: 355px; } }
  @media screen and (max-width: 1199px) {
    #footer {
      padding: 50px 0 60px; }
      #footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      #footer .links-inner .links-box a {
        margin-bottom: 10px; }
      #footer .right {
        width: 100%;
        margin-top: 30px; }
        #footer .right .logo {
          display: inline-block;
          margin-bottom: 10px; }
        #footer .right .contact-info {
          width: 56.5%;
          float: right; }
        #footer .right .share-nav {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin-top: 0px; }
          #footer .right .share-nav .mark {
            height: 35px; }
          #footer .right .share-nav .circle {
            min-width: 35px;
            width: 35px;
            height: 35px; } }
  @media screen and (max-width: 991px) {
    #footer .right .contact-info {
      width: 48%; }
      #footer .right .contact-info p {
        width: auto; }
    #footer .right .share-nav .mark, #footer .right .share-nav .circle {
      margin-top: 5px;
      margin-bottom: 5px; } }
  @media screen and (max-width: 767px) {
    #footer {
      padding: 25px 0 40px; }
      #footer .links-inner {
        margin-top: 20px;
        border-top: 1px solid #646464;
        padding-top: 20px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
        #footer .links-inner .links-box {
          display: none;
          width: 100%;
          margin-right: 0;
          font-size: 16px; }
          #footer .links-inner .links-box:last-child {
            display: -webkit-box;
            display: flex;
            -webkit-display: flex;
            -ms-display: flex;
            -o-display: flex; }
            #footer .links-inner .links-box:last-child a {
              -webkit-box-flex: 1;
              -ms-flex-positive: 1;
              flex-grow: 1;
              text-align: center;
              border-right: 1px solid #646464;
              margin-bottom: 0;
              padding: 0 5px; }
              #footer .links-inner .links-box:last-child a:first-child, #footer .links-inner .links-box:last-child a:nth-child(2), #footer .links-inner .links-box:last-child a:nth-child(3) {
                display: none; }
              #footer .links-inner .links-box:last-child a:last-child {
                border: none; }
              #footer .links-inner .links-box:last-child a.dot::before {
                display: none; }
      #footer .right {
        text-align: center; }
        #footer .right .contact-info {
          float: none;
          width: 100%; }
        #footer .right .share-nav {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin-top: 20px; } }
  @media screen and (max-width: 479px) {
    #footer {
      padding: 20px 0 30px; }
      #footer .links-inner {
        padding-bottom: 15px; }
        #footer .links-inner .links-box {
          font-size: 15px; }
      #footer .menu {
        -webkit-transition: .3s right;
        -o-transition: .3s right;
        transition: .3s right; }
      #footer .right .share-nav .circle {
        margin-bottom: 10px; }
        #footer .right .share-nav .circle:first-child {
          margin-left: 20vw; }
        #footer .right .share-nav .circle:nth-child(3) {
          margin-right: 20vw; } }
  @media screen and (max-width: 400px) {
    #footer .links-inner .links-box:last-child a {
      width: 50%;
      padding: 2px 0; }
    #footer .right .contact-info {
      width: 90%;
      margin: 0 auto; } }

/* ==========================================================================
		loading
 @mixin =========================================================================*/
.loading {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s; }
  .loading.active {
    opacity: 0;
    visibility: hidden; }
  .loading .logo {
    width: 200px;
    height: 72px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    .loading .logo > * {
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      top: 0;
      -webkit-animation: fadeInDown .8s both;
      animation: fadeInDown .8s both; }
  .loading .C {
    width: 35px;
    height: 41px;
    background-image: url("images/icon/C.svg"); }
  .loading .H {
    width: 38px;
    height: 39.2px;
    left: 41.7px;
    top: .2px;
    background-image: url("images/icon/H.svg");
    -webkit-animation-delay: .15s;
    animation-delay: .15s; }
  .loading .I {
    width: 12px;
    height: 39.8px;
    top: 0;
    background-image: url("images/icon/I.svg"); }
    .loading .I.num-1 {
      left: 85.5px;
      -webkit-animation-delay: .3s;
      animation-delay: .3s; }
    .loading .I.num-2 {
      right: -1.6px;
      -webkit-animation-delay: .75s;
      animation-delay: .75s; }
  .loading .M {
    width: 54.5px;
    height: 39.5px;
    background-image: url("images/icon/M.svg");
    right: 41.2px;
    -webkit-animation-delay: .45s;
    animation-delay: .45s; }
  .loading .E {
    width: 22px;
    height: 40px;
    background-image: url("images/icon/E.svg");
    right: 18px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s; }
  .loading .word {
    width: 195px;
    height: 25.5px;
    background-image: url("images/icon/logo-text.svg");
    top: auto;
    bottom: 0;
    left: 4px;
    -webkit-animation: fadeIn .8s both;
    animation: fadeIn .8s both;
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }

/* ==========================================================================
		goTop
 @mixin =========================================================================*/
.goTop {
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 12px;
  font-family: 'Lato', 'Microsoft JhengHei',sans-serif;
  color: rgba(59, 59, 59, 0.8);
  background-color: #fff;
  -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  -o-transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out; }
  .goTop::before {
    content: '';
    display: block;
    width: 28px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("images/icon/arrow-b_top.png");
    opacity: .8;
    -o-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out; }
  @media screen and (min-width: 992px) {
    .goTop:hover {
      color: #3B3B3B; }
      .goTop:hover::before {
        opacity: 1; } }
  @media screen and (max-width: 479px) {
    .goTop {
      right: 20px; }
      .goTop.active {
        bottom: 78px; } }
  @media screen and (max-width: 320px) {
    .goTop {
      right: 10px;
      bottom: 25px; } }

/* ==========================================================================
		home
 @mixin =========================================================================*/
#home .banner .box {
  display: block;
  width: 100%;
  position: relative; }
  #home .banner .box .pic-inner {
    width: 100%;
    height: calc(100vh - 140px - 80px);
    position: relative;
    overflow: hidden;
    -o-transition: transform 0.25s ease-in-out;
    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
    #home .banner .box .pic-inner img {
      max-width: none;
      width: auto;
      height: 101%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  #home .banner .box .text-inner {
    width: 520px;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    #home .banner .box .text-inner .title {
      display: inline-block;
      font-size: 3.75em;
      font-weight: 600;
      letter-spacing: 1px;
      margin-bottom: 30px; }
    #home .banner .box .text-inner .sub {
      font-size: 1.25em; }
    #home .banner .box .text-inner .btn {
      width: 150px;
      margin-top: 45px;
      color: #FFF; }

#home .banner .slick-active .text-inner .title, #home .banner .slick-active .text-inner p, #home .banner .slick-active .text-inner .btn {
  -webkit-animation: fadeInUp 1s both;
  animation: fadeInUp 1s both; }

#home .banner .slick-next {
  right: 50px; }

#home .banner .slick-prev {
  left: 50px; }

@media screen and (min-width: 992px) {
  #home .banner .box:hover .pic-inner {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025); } }

#home .news-slider {
  -webkit-box-shadow: 0 2px 10px 0 #ccc;
  box-shadow: 0 2px 10px 0 #ccc; }
  #home .news-slider .container {
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: calc(1200px + (80px * 2)); }
  #home .news-slider .title {
    width: 135px;
    display: inline-block;
    font-family: 'Lato', 'Microsoft JhengHei',sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    color: #C10000;
    margin-right: 30px; }
  #home .news-slider .slider {
    width: calc(100% - (135px + 30px + 60px));
    margin-top: 2px; }
    #home .news-slider .slider a {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -o-display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    #home .news-slider .slider .date {
      display: inline-block;
      -o-transition: color 0.25s ease-in-out;
      -webkit-transition: color 0.25s ease-in-out;
      -moz-transition: color 0.25s ease-in-out;
      transition: color 0.25s ease-in-out; }
      #home .news-slider .slider .date::after {
        content: '-';
        display: inline-block;
        margin: 0 10px; }
    #home .news-slider .slider .text {
      display: inline-block;
      width: calc(100% - 150px);
      line-height: 30px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      -o-transition: color 0.25s ease-in-out;
      -webkit-transition: color 0.25s ease-in-out;
      -moz-transition: color 0.25s ease-in-out;
      transition: color 0.25s ease-in-out; }
    #home .news-slider .slider .slick-next::before, #home .news-slider .slider .slick-prev::before {
      width: 20px;
      height: 20px; }
    #home .news-slider .slider .slick-prev {
      left: auto;
      right: -18px; }
      #home .news-slider .slider .slick-prev::after {
        content: '';
        display: inline-block;
        width: 1px;
        height: 100%;
        background-color: #C7C7C7;
        position: absolute;
        top: 0;
        right: -11px; }
    #home .news-slider .slider .slick-next {
      right: -60px; }

#home .product-box {
  width: 100%;
  display: block;
  background-color: #EFEFEF;
  overflow: hidden; }
  #home .product-box .product-inner, #home .product-box .events-inner {
    padding-top: 50px;
    padding-bottom: 50px; }
    #home .product-box .product-inner .box .pic-inner, #home .product-box .events-inner .box .pic-inner {
      margin-bottom: 30px; }
    #home .product-box .product-inner .box .text-inner, #home .product-box .events-inner .box .text-inner {
      font-size: 16px;
      text-align: center; }
  #home .product-box .product-inner {
    padding-left: 100px;
    padding-right: 100px;
    position: relative; }
    #home .product-box .product-inner .box .pic-inner {
      width: 100%;
      height: 10vw;
      background-size: contain !important;
      min-height: 300px;
      margin: 0 auto 30px; }
    #home .product-box .product-inner .box .text-inner .title {
      font-size: 18px; }
    #home .product-box .product-inner .box .text-inner .title, #home .product-box .product-inner .box .text-inner p {
      -o-transition: color 0.25s ease-in-out;
      -webkit-transition: color 0.25s ease-in-out;
      -moz-transition: color 0.25s ease-in-out;
      transition: color 0.25s ease-in-out; }
    #home .product-box .product-inner .slick-prev {
      left: -40px; }
    #home .product-box .product-inner .slick-next {
      right: -40px; }
  #home .product-box .events-inner {
    padding-left: 135px;
    padding-right: 135px;
    position: relative; }
    #home .product-box .events-inner::before, #home .product-box .events-inner::after {
      content: '';
      display: block;
      width: 120px;
      height: 14vw;
      background-color: rgba(0, 0, 0, 0.8);
      z-index: 10;
      position: absolute;
      top: 49px; }
    #home .product-box .events-inner::before {
      left: 0; }
    #home .product-box .events-inner::after {
      right: 0; }
    #home .product-box .events-inner .box .pic-inner {
      width: calc(100% - (15px * 2));
      height: 14vw;
      margin: 0 15px 30px;
      overflow: hidden; }
      #home .product-box .events-inner .box .pic-inner .pic {
        width: 100%;
        height: 100%;
        -o-transition: transform 0.25s ease-in-out;
        -webkit-transition: transform 0.25s ease-in-out;
        -moz-transition: transform 0.25s ease-in-out;
        -webkit-transition: -webkit-transform 0.25s ease-in-out;
        transition: -webkit-transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
    #home .product-box .events-inner .box .text-inner {
      width: calc(100% - 4px);
      border-left: 4px solid #DBDBDB;
      padding: 10px 15px 0; }
      #home .product-box .events-inner .box .text-inner .title {
        font-size: 1.25em;
        font-weight: 600;
        -o-transition: color 0.25s ease-in-out;
        -webkit-transition: color 0.25s ease-in-out;
        -moz-transition: color 0.25s ease-in-out;
        transition: color 0.25s ease-in-out; }
      #home .product-box .events-inner .box .text-inner > * {
        opacity: 0;
        -o-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
    #home .product-box .events-inner .slick-active .box .text-inner > * {
      opacity: 1; }
    #home .product-box .events-inner .slick-list {
      overflow: visible; }
    #home .product-box .events-inner .slick-prev, #home .product-box .events-inner .slick-next {
      top: calc(14vw / 2);
      z-index: 51; }
      #home .product-box .events-inner .slick-prev::before, #home .product-box .events-inner .slick-next::before {
        width: 45px;
        height: 45px; }
    #home .product-box .events-inner .slick-prev {
      left: -80px; }
    #home .product-box .events-inner .slick-next {
      right: -80px; }

#home .news-box {
  padding: 80px 0; }
  #home .news-box .title {
    display: block;
    text-align: center;
    font-size: 2.25em;
    font-weight: 600;
    margin-bottom: 30px; }
  #home .news-box .list-box {
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #home .news-box .list-box .item {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -o-display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: calc(50% - 30px);
      border-top: 1px solid #C7C7C7;
      padding: 20px 0; }
      #home .news-box .list-box .item:nth-child(odd) {
        margin-right: 30px; }
      #home .news-box .list-box .item:nth-child(even) {
        margin-left: 30px; }
      #home .news-box .list-box .item:nth-child(5), #home .news-box .list-box .item:nth-child(6) {
        border-bottom: 1px solid #C7C7C7; }
      #home .news-box .list-box .item .date, #home .news-box .list-box .item .text {
        display: inline-block; }
      #home .news-box .list-box .item .date {
        font-family: 'Lato', 'Microsoft JhengHei',sans-serif;
        min-width: 132px;
        font-weight: 700;
        line-height: 30px; }
        #home .news-box .list-box .item .date::before {
          content: '';
          float: left;
          display: inline-block;
          width: 14px;
          height: 14px;
          margin-top: calc((30px - 14px) / 2);
          margin-right: 10px;
          background-image: url("images/icon/arrow-blue_right.png");
          background-repeat: no-repeat;
          background-size: contain; }
      #home .news-box .list-box .item .text {
        width: calc(100% - 170px);
        line-height: 30px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        -o-transition: color 0.25s ease-in-out;
        -webkit-transition: color 0.25s ease-in-out;
        -moz-transition: color 0.25s ease-in-out;
        transition: color 0.25s ease-in-out; }
        #home .news-box .list-box .item .text::before {
          content: '-';
          display: inline-block;
          margin: 0 10px; }
      #home .news-box .list-box .item:hover .text {
        color: #0085BF; }
  #home .news-box .more {
    width: 150px;
    margin: 40px auto 0;
    border-color: #DBDBDB; }
    #home .news-box .more:hover {
      background-color: rgba(0, 47, 123, 0.1); }

@media screen and (max-width: 1680px) {
  #home .product-box .events-inner .box .text-inner {
    height: 100%; }
    #home .product-box .events-inner .box .text-inner p {
      width: 100%;
      height: 32px;
      overflow: hidden;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; } }

@media screen and (max-width: 1440px) {
  #home .product-box .product-inner {
    padding-left: 75px;
    padding-right: 75px; }
  #home .product-box .events-inner {
    padding-left: 100px;
    padding-right: 100px; }
    #home .product-box .events-inner::before, #home .product-box .events-inner::after {
      width: 85px;
      height: 16.1vw;
      min-height: 200.1px; }
    #home .product-box .events-inner .box .pic-inner {
      height: 16vw;
      min-height: 200px; }
    #home .product-box .events-inner .slick-prev, #home .product-box .events-inner .slick-next {
      top: calc(16vw / 2); } }

@media screen and (max-width: 1199px) {
  #home .product-box .product-inner, #home .product-box .events-inner {
    padding-top: 30px;
    padding-bottom: 30px; }
  #home .product-box .events-inner::before, #home .product-box .events-inner::after {
    top: 30px; }
  #home .product-box .events-inner .slick-prev, #home .product-box .events-inner .slick-next {
    top: calc(200px / 2); } }

@media screen and (min-width: 992px) {
  #home .banner .box .text-inner .btn:hover {
    color: #002F7B; }
  #home .news-slider .slider:hover .date {
    color: #002F7B; }
  #home .news-slider .slider:hover .text {
    color: #0085BF; }
  #home .product-box .product-inner .box:hover .text-inner .title, #home .product-box .product-inner .box:hover .text-inner p {
    color: #C10000; }
  #home .product-box .events-inner .box:hover .pic-inner .pic {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08); }
  #home .product-box .events-inner .box:hover .text-inner .title {
    color: #C10000; } }

@media screen and (max-width: 991px) {
  #home .banner .box .pic-inner {
    height: 500px;
    position: relative; }
    #home .banner .box .pic-inner::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.3);
      z-index: 5; }
  #home .banner .box .text-inner {
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10; }
    #home .banner .box .text-inner .title {
      font-size: 3.4em; }
  #home .news-slider .slider .date {
    font-size: 16.5px;
    font-weight: 600; }
  #home .news-slider .slider .text {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px; }
  #home .product-box .product-inner {
    padding-left: 55px;
    padding-right: 55px; }
    #home .product-box .product-inner .box .pic-inner {
      height: 240px;
      min-height: 240px;
      margin-bottom: 10px; }
  #home .product-box .events-inner {
    padding-left: 70px;
    padding-right: 70px; }
    #home .product-box .events-inner::before, #home .product-box .events-inner::after {
      width: 55px;
      height: 16.1vw;
      min-height: 200.1px; }
    #home .product-box .events-inner .slick-prev {
      left: -57px; }
    #home .product-box .events-inner .slick-next {
      right: -57px; }
    #home .product-box .events-inner .box .pic-inner {
      margin-bottom: 20px; }
    #home .product-box .events-inner .box .text-inner {
      border: none; }
  #home .news-box {
    padding: 40px 0; }
    #home .news-box .list-box .item {
      width: 100%;
      padding: 14px 0;
      position: relative; }
      #home .news-box .list-box .item:nth-child(odd) {
        margin-right: 0px; }
      #home .news-box .list-box .item:nth-child(even) {
        margin-left: 0px; }
      #home .news-box .list-box .item:nth-child(5), #home .news-box .list-box .item:nth-child(6) {
        border-bottom: none; }
      #home .news-box .list-box .item:last-child {
        border-bottom: 1px solid #C7C7C7; }
      #home .news-box .list-box .item .date {
        width: 132px;
        line-height: 24px;
        position: absolute;
        top: 14px;
        left: 0; }
      #home .news-box .list-box .item .text {
        width: 100%;
        text-indent: 0;
        line-height: 24px;
        text-align: justify;
        white-space: normal;
        padding-left: 23px;
        color: #646464; }
        #home .news-box .list-box .item .text::before {
          margin-left: 108px;
          color: #646464; } }

@media screen and (max-width: 767px) {
  #home .banner .box .text-inner {
    width: 100%;
    margin: 0;
    padding: 0 20px; }
    #home .banner .box .text-inner .title {
      margin-bottom: 5px; }
    #home .banner .box .text-inner .btn {
      margin-top: 30px; }
    #home .banner .box .text-inner p {
      font-size: 16px; }
  #home .news-slider {
    padding: 20px 0; }
    #home .news-slider .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: auto; }
    #home .news-slider .title {
      width: 100%;
      text-align: center;
      margin-right: 0; }
    #home .news-slider .slider {
      width: 100%; }
      #home .news-slider .slider a {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        #home .news-slider .slider a .date::after {
          display: none; }
        #home .news-slider .slider a .text {
          width: 90%;
          text-align: center;
          overflow: visible;
          white-space: normal; }
  #home .product-box .product-inner, #home .product-box .events-inner {
    padding-top: 20px;
    padding-bottom: 20px; }
  #home .product-box .product-inner .box .pic-inner {
    height: 200px; }
  #home .product-box .events-inner::before, #home .product-box .events-inner::after {
    top: 19.5px;
    height: 198px;
    width: 70px; }
  #home .product-box .events-inner .box .pic-inner {
    height: 66vw;
    width: 100%;
    margin: 0 0 20px; }
  #home .product-box .events-inner .box .text-inner .title {
    font-size: 1.18em; } }

@media screen and (max-width: 479px) {
  #home .banner .box .text-inner {
    margin: 0; }
    #home .banner .box .text-inner .title {
      letter-spacing: 0;
      font-size: 40px; }
  #home .product-box .events-inner .slick-prev::before, #home .product-box .events-inner .slick-next::before, #home .product-box .product-inner .slick-prev::before, #home .product-box .product-inner .slick-next::before {
    width: 40px;
    height: 40px; }
  #home .product-box .events-inner {
    padding-left: 0;
    padding-right: 0; }
    #home .product-box .events-inner::before, #home .product-box .events-inner::after {
      width: 50px;
      height: 66vw; }
    #home .product-box .events-inner::before {
      background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
      background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
      background: -o-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%); }
    #home .product-box .events-inner::after {
      background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
      background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
      background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
      background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); }
    #home .product-box .events-inner .slick-prev, #home .product-box .events-inner .slick-next {
      top: calc(66vw / 2); }
    #home .product-box .events-inner .slick-prev {
      left: 1px; }
    #home .product-box .events-inner .slick-next {
      right: 1px; }
  #home .product-box .product-inner {
    padding-bottom: 30px; }
    #home .product-box .product-inner .box .pic-inner {
      background-position: bottom center !important;
      margin-bottom: 0; }
    #home .product-box .product-inner .slick-prev {
      left: -52px; }
    #home .product-box .product-inner .slick-next {
      right: -52px; }
  #home .news-box {
    padding: 30px 0 40px; }
    #home .news-box .title {
      font-size: 2em;
      margin-bottom: 20px; } }

@media screen and (max-width: 320px) {
  #home .banner .box .text-inner .title {
    font-size: 30px; }
  #home .banner .box .text-inner .btn {
    margin-top: 20px; }
  #home .product-box .events-inner {
    padding-left: 0;
    padding-right: 0; }
    #home .product-box .events-inner::before, #home .product-box .events-inner::after {
      width: 0; } }

/* ==========================================================================
		series
 @mixin =========================================================================*/
#series .headline-box {
  text-align: center;
  padding-top: 60px; }
  #series .headline-box .headline {
    font-size: 2.5em;
    font-weight: 600;
    margin-bottom: 25px; }
  #series .headline-box .series-nav a {
    display: inline-block;
    border-bottom: 2px solid transparent;
    font-family: 'Lato', 'Microsoft JhengHei',sans-serif;
    font-weight: 700;
    line-height: 40px;
    color: #969696;
    margin: 0 15px;
    -o-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out; }
    #series .headline-box .series-nav a.active {
      color: #000;
      border-color: #000; }
    #series .headline-box .series-nav a:hover {
      color: #002F7B; }

#series .series-info {
  padding-top: 50px;
  padding-bottom: 60px;
  text-align: center;
  border-bottom: 10px solid #F5F5F5; }
  #series .series-info .title {
    display: block;
    font-family: 'Lato', 'Microsoft JhengHei',sans-serif;
    font-size: 1.9em;
    font-weight: 700;
    margin-bottom: 8px; }
  #series .series-info .sub {
    font-size: 1.25em; }
  #series .series-info .product-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px; }

@media screen and (max-width: 1199px) {
  #series .headline-box {
    padding-top: 20px; } }

/* ==========================================================================
		about
 @mixin =========================================================================*/
/* == brand-story == */
.brand {
  width: 100%; }
  .brand .headline {
    font-size: 1.9em;
    font-weight: 400;
    margin: 0 0 .8em; }
  @media screen and (max-width: 479px) {
    .brand .headline {
      text-align: center; } }
  .brand.story {
    width: 100%;
    padding: 50px 0;
    position: relative; }
    @media screen and (max-width: 991px) {
      .brand.story {
        padding: 42.5px 0; } }
    @media screen and (max-width: 479px) {
      .brand.story {
        padding: 33px 0; } }
    .brand.story::before {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background-color: #DBDBDB;
      max-width: 1300px;
      margin: 0 auto;
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
    .brand.story .top {
      width: 100%; }
    .brand.story .slogan {
      width: 48%;
      font-size: 1.125em;
      font-weight: bold;
      text-align: center;
      margin: 1.8em 0 1.5em;
      position: relative; }
      .brand.story .slogan::before, .brand.story .slogan::after {
        font-size: 1.6em;
        color: #A5D3BB;
        display: block;
        font-family: "fontello";
        position: absolute; }
      .brand.story .slogan::before {
        content: '\e817'; }
      .brand.story .slogan::after {
        content: '\e816';
        right: 0;
        bottom: 1.4em; }
      .brand.story .slogan span {
        display: block;
        margin: .5em 0; }
        .brand.story .slogan span:first-child {
          margin-left: -7em; }
        .brand.story .slogan span:nth-child(2) {
          margin-left: 7em; }
      .brand.story .slogan .sign {
        text-align: right;
        margin: .8em 6em 0 0;
        font-size: 16px; }
    @media screen and (max-width: 1440px) {
      .brand.story .slogan {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .brand.story .slogan {
        padding: 0 50px; }
        .brand.story .slogan::before {
          left: 0; }
        .brand.story .slogan span:first-child, .brand.story .slogan span:nth-child(2) {
          margin-left: 0; }
        .brand.story .slogan .sign {
          text-align: center;
          margin-right: 0; } }
  .brand.concept {
    width: 100%;
    background-image: url("images/about/sky.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 3.75em 26% .8em; }
    .brand.concept p {
      text-align: center;
      margin-bottom: 2.8em; }
    @media screen and (max-width: 1199px) {
      .brand.concept {
        padding: 3.75em 10% .8em; } }
    @media screen and (max-width: 767px) {
      .brand.concept {
        padding: 2.8em 5% .4em; } }
    @media screen and (max-width: 479px) {
      .brand.concept {
        padding: 2.8em 20px .2em; }
        .brand.concept p {
          text-align: justify; } }
  .brand.group-founder {
    width: 100%;
    padding: 50px 0; }
    @media screen and (max-width: 991px) {
      .brand.group-founder {
        padding: 42.5px 0; } }
    @media screen and (max-width: 479px) {
      .brand.group-founder {
        padding: 33px 0; } }
    .brand.group-founder .group {
      padding: 50px 0;
      margin: 0 -1em; }
      @media screen and (max-width: 991px) {
        .brand.group-founder .group {
          padding: 42.5px 0; } }
      @media screen and (max-width: 479px) {
        .brand.group-founder .group {
          padding: 33px 0; } }
      .brand.group-founder .group .item {
        width: 33.33333%;
        padding: 0 1em; }
        .brand.group-founder .group .item .headline {
          display: -webkit-box;
          display: flex;
          -webkit-display: flex;
          -ms-display: flex;
          -o-display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          border-bottom: 1px solid #DBDBDB;
          padding: .25em 0;
          margin-bottom: 0; }
          .brand.group-founder .group .item .headline > i {
            font-size: 2.25em;
            color: #0059A0; }
            .brand.group-founder .group .item .headline > i::before {
              margin-left: 0;
              padding-bottom: 20px; }
        .brand.group-founder .group .item dl {
          padding: 30px 0;
          margin: 0;
          border-bottom: 1px solid #DBDBDB; }
          @media screen and (max-width: 991px) {
            .brand.group-founder .group .item dl {
              padding: 25.5px 0; } }
          @media screen and (max-width: 479px) {
            .brand.group-founder .group .item dl {
              padding: 19.8px 0; } }
          .brand.group-founder .group .item dl .title {
            font-size: 1.125em;
            font-weight: 600;
            margin: 0 auto 10px; }
          .brand.group-founder .group .item dl dt, .brand.group-founder .group .item dl dd, .brand.group-founder .group .item dl a {
            color: #646464;
            margin-bottom: 5px; }
            .brand.group-founder .group .item dl dt:last-child, .brand.group-founder .group .item dl dd:last-child, .brand.group-founder .group .item dl a:last-child {
              margin-bottom: 0; }
          .brand.group-founder .group .item dl br {
            display: none; }
          .brand.group-founder .group .item dl a {
            -o-transition: color 0.25s ease-in-out;
            -webkit-transition: color 0.25s ease-in-out;
            -moz-transition: color 0.25s ease-in-out;
            transition: color 0.25s ease-in-out; }
            .brand.group-founder .group .item dl a:hover {
              color: #0059A0; }
      @media screen and (max-width: 1199px) {
        .brand.group-founder .group .item dl br {
          display: block; } }
      @media screen and (max-width: 991px) {
        .brand.group-founder .group .item {
          width: 50%; } }
      @media screen and (max-width: 600px) {
        .brand.group-founder .group .item {
          width: 100%; }
          .brand.group-founder .group .item .headline {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
          .brand.group-founder .group .item dl {
            text-align: center; } }
  .brand.en * {
    font-family: "open sans", sans-serif !important; }
  .brand.en .slogan {
    width: 59%;
    font-weight: bold; }
    .brand.en .slogan span {
      margin: 0; }
      .brand.en .slogan span:first-child {
        margin-left: 60px; }
    .brand.en .slogan .sign {
      margin: .8em 62px 0 0; }
  .brand.en .editor * {
    text-align: left; }
  .brand.en .founder .right {
    margin-left: 30px;
    margin-bottom: 100px; }
  .brand.en .group-founder {
    padding: 20px 0 60px; }
  @media screen and (max-width: 1680px) {
    .brand.en .founder .right {
      margin-bottom: 30px; } }
  @media screen and (max-width: 1440px) {
    .brand.en .slogan {
      width: 100%; }
      .brand.en .slogan span {
        text-align: center; }
        .brand.en .slogan span:first-child {
          margin-left: -14em; }
        .brand.en .slogan span:nth-child(2) {
          margin-left: 7em; } }
  @media screen and (max-width: 991px) {
    .brand.en .slogan span:first-child {
      margin-left: 0; }
    .brand.en .slogan span:nth-child(2) {
      margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .brand.en .slogan {
      padding: 0 40px; }
      .brand.en .slogan span {
        text-align: left;
        padding-left: 10px; }
      .brand.en .slogan .sign {
        margin-right: 0;
        text-align: left; } }
  @media screen and (max-width: 479px) {
    .brand.en .slogan span {
      font-size: 1em; }
    .brand.en .slogan .sign {
      font-size: .9em; }
    .brand.en .slogan::after {
      bottom: 2.75em; } }

/* == award == */
.award {
  width: 100%;
  padding-bottom: 40px; }
  @media screen and (max-width: 991px) {
    .award {
      padding-bottom: 34px; } }
  @media screen and (max-width: 479px) {
    .award {
      padding-bottom: 26.4px; } }
  .award table tr {
    border-top: 1px dashed #DBDBDB; }
    .award table tr td {
      width: 25%;
      vertical-align: middle;
      padding: 40px 0;
      padding-right: 45px; }
      @media screen and (max-width: 991px) {
        .award table tr td {
          padding: 34px 0; } }
      @media screen and (max-width: 479px) {
        .award table tr td {
          padding: 26.4px 0; } }
  .award .item {
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .award p {
    display: block;
    width: calc(100% - 105px);
    height: 100%;
    text-align: left;
    margin: 0; }
  .award img {
    display: inline-block;
    width: 90px;
    margin-right: 15px; }
  @media screen and (max-width: 1440px) {
    .award table tr td {
      vertical-align: top; }
    .award .item {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media screen and (max-width: 1199px) {
    .award table tr {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -o-display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border: none; }
      .award table tr td {
        width: 50%;
        border-top: 1px dashed #DBDBDB; }
    .award .item {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 10px; } }
  @media screen and (max-width: 991px) {
    .award .item {
      padding: 0 20px; }
    .award img {
      width: 80px;
      height: 80px; }
    .award p {
      width: calc(100% - 95px); } }
  @media screen and (max-width: 767px) {
    .award .item {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media screen and (max-width: 600px) {
    .award table tr td {
      width: 100%;
      padding-right: 0; }
    .award .item {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

/* == group link == */
.group-link {
  padding: 50px 0;
  position: relative; }
  @media screen and (max-width: 991px) {
    .group-link {
      padding: 42.5px 0; } }
  @media screen and (max-width: 479px) {
    .group-link {
      padding: 33px 0; } }
  .group-link::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #DBDBDB;
    max-width: 1300px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .group-link .container {
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .group-link .item {
    width: calc(25% - 60px);
    text-align: center;
    margin: 0 30px 50px 30px; }
    @media screen and (max-width: 991px) {
      .group-link .item {
        margin: 0 15px 42.5px 15px; } }
    @media screen and (max-width: 479px) {
      .group-link .item {
        margin: 0 15px 33px 15px; } }
    .group-link .item h4 {
      font-size: 17px;
      font-weight: 600;
      line-height: 50px;
      color: #24344C;
      background-color: #DCE4E6;
      border-radius: 8px;
      padding: 0 15px;
      -o-transition: color .25s ease-in-out,background .25s ease-in-out;
      -webkit-transition: color .25s ease-in-out,background .25s ease-in-out;
      -moz-transition: color .25s ease-in-out,background .25s ease-in-out;
      transition: color .25s ease-in-out,background .25s ease-in-out; }
    .group-link .item img {
      -o-transition: transform 0.25s ease-in-out;
      -webkit-transition: transform 0.25s ease-in-out;
      -moz-transition: transform 0.25s ease-in-out;
      -webkit-transition: -webkit-transform 0.25s ease-in-out;
      transition: -webkit-transform 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
  @media screen and (max-width: 1199px) {
    .group-link .item {
      width: calc(33.33333% - 60px); } }
  @media screen and (max-width: 991px) {
    .group-link .item {
      width: calc(33.33333% - 30px); } }
  @media screen and (max-width: 767px) {
    .group-link .item {
      width: calc(50% - 30px); } }
  @media screen and (max-width: 479px) {
    .group-link .item {
      width: calc(100% - 30px); }
      .group-link .item h4 {
        margin: 0; } }
  @media screen and (min-width: 992px) {
    .group-link .item:hover h4 {
      background-color: #24344C;
      color: #fff; }
    .group-link .item:hover img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); } }

/* == contact == */
.contact {
  padding-bottom: 60px; }
  @media screen and (max-width: 991px) {
    .contact {
      padding-bottom: 51px; } }
  @media screen and (max-width: 479px) {
    .contact {
      padding-bottom: 39.6px; } }
  .contact .top {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .contact .top a {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -o-display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0 14px;
      font-size: 1.125em; }
      .contact .top a span {
        -o-transition: color 0.25s ease-in-out;
        -webkit-transition: color 0.25s ease-in-out;
        -moz-transition: color 0.25s ease-in-out;
        transition: color 0.25s ease-in-out; }
      .contact .top a:hover span {
        color: #0059A0; }
    .contact .top .circle {
      background-color: #DCE4E6;
      color: #24344C;
      margin-right: 15px; }
  .contact .item {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #B0C2C7;
    overflow: hidden;
    margin: 40px 0; }
    @media screen and (max-width: 991px) {
      .contact .item {
        margin: 34px 0; } }
    @media screen and (max-width: 479px) {
      .contact .item {
        margin: 26.4px 0; } }
    .contact .item .title {
      line-height: 64px;
      cursor: auto;
      background-color: #DCE4E6;
      margin: 0 auto;
      padding-left: 30px;
      padding-right: 30px; }
      @media screen and (max-width: 991px) {
        .contact .item .title {
          padding-left: 15px;
          padding-right: 15px; } }
    .contact .item .title, .contact .item .title > a {
      font-size: 17px;
      font-weight: 600;
      color: #24344C; }
    .contact .item table {
      width: 100%; }
      .contact .item table tr {
        border-bottom: 1px solid #DCE4E6; }
        .contact .item table tr:last-child {
          border: none; }
      .contact .item table td {
        padding: 15px 30px;
        line-height: 2em;
        color: #1E1E1E !important;
        vertical-align: middle; }
        @media screen and (max-width: 991px) {
          .contact .item table td {
            padding: 12.75px 15px; } }
        @media screen and (max-width: 479px) {
          .contact .item table td {
            padding: 9.9px 15px; } }
        .contact .item table td:first-child {
          width: 20%; }
  @media screen and (max-width: 1440px) {
    .contact .item table td {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 1440px) and (max-width: 991px) {
    .contact .item table td {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 1199px) {
    .contact .item table {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -o-display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .contact .item table tr {
        display: -webkit-box;
        display: flex;
        -webkit-display: flex;
        -ms-display: flex;
        -o-display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
      .contact .item table td {
        display: block;
        width: 50%; }
        .contact .item table td:first-child {
          width: auto;
          min-width: 18%; } }
  @media screen and (max-width: 991px) {
    .contact .item table tr {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 10px 0; } }
  @media screen and (max-width: 991px) and (max-width: 991px) {
    .contact .item table tr {
      padding: 8.5px 0; } }
  @media screen and (max-width: 991px) and (max-width: 479px) {
    .contact .item table tr {
      padding: 6.6px 0; } }
  @media screen and (max-width: 991px) {
    .contact .item table td {
      padding: 5px 30px; } }
  @media screen and (max-width: 991px) and (max-width: 991px) {
    .contact .item table td {
      padding: 4.25px 15px; } }
  @media screen and (max-width: 991px) and (max-width: 479px) {
    .contact .item table td {
      padding: 3.3px 15px; } }
  @media screen and (max-width: 767px) {
    .contact .top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .contact .top a {
        margin: 10px 30px; } }
    @media screen and (max-width: 767px) and (max-width: 991px) {
      .contact .top a {
        margin: 8.5px 15px; } }
    @media screen and (max-width: 767px) and (max-width: 479px) {
      .contact .top a {
        margin: 6.6px 15px; } }
  @media screen and (max-width: 767px) {
    .contact .item .title {
      padding: 15px 30px;
      line-height: 1.8em; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .contact .item .title {
      padding: 12.75px 15px; } }
  @media screen and (max-width: 767px) and (max-width: 479px) {
    .contact .item .title {
      padding: 9.9px 15px; } }
  @media screen and (max-width: 767px) {
    .contact .item table td {
      width: 100%; } }

/* == customer == */
.customer {
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex; }
  .customer::before, .customer::after {
    content: '';
    display: block;
    width: calc((100% - 880px) / 2);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 820px; }
  .customer::before {
    background-image: url("images/about/customer-bg1.jpg"); }
  .customer::after {
    background-image: url("images/about/customer-bg2.jpg"); }
  .customer .form-box {
    width: 100%;
    max-width: 880px;
    padding: 30px 90px;
    margin: 0 auto; }
    @media screen and (max-width: 991px) {
      .customer .form-box {
        padding: 25.5px 45px; } }
    @media screen and (max-width: 479px) {
      .customer .form-box {
        padding: 19.8px 45px; } }
    .customer .form-box .btn-row {
      margin: 50px 0; }
      @media screen and (max-width: 991px) {
        .customer .form-box .btn-row {
          margin: 42.5px 0; } }
      @media screen and (max-width: 479px) {
        .customer .form-box .btn-row {
          margin: 33px 0; } }
  @media screen and (max-width: 767px) {
    .customer .form-box {
      padding: 30px 60px 60px 60px; } }
  @media screen and (max-width: 767px) and (max-width: 991px) {
    .customer .form-box {
      padding: 25.5px 30px 51px 30px; } }
  @media screen and (max-width: 767px) and (max-width: 479px) {
    .customer .form-box {
      padding: 19.8px 30px 39.6px 30px; } }

/* == career == */
.career {
  padding: 40px 0 100px 0;
  position: relative; }
  @media screen and (max-width: 991px) {
    .career {
      padding: 34px 0 85px 0; } }
  @media screen and (max-width: 479px) {
    .career {
      padding: 26.4px 0 66px 0; } }
  .career::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #DBDBDB;
    max-width: 1300px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }

/* ==========================================================================
		news
 @mixin =========================================================================*/
.news-list .item {
  border-top: 1px solid #DBDBDB;
  -o-transition: background 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out; }
  .news-list .item:hover {
    background-color: #F0F0F0; }
  .news-list .item > a {
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    padding: 40px 0;
    padding-left: 20px; }
    @media screen and (max-width: 991px) {
      .news-list .item > a {
        padding: 34px 0; } }
    @media screen and (max-width: 479px) {
      .news-list .item > a {
        padding: 26.4px 0; } }

.news-list .text .title {
  font-size: 1.28em;
  font-weight: 600;
  margin-bottom: 10px; }
  @media screen and (max-width: 991px) {
    .news-list .text .title {
      margin-bottom: 8.5px; } }
  @media screen and (max-width: 479px) {
    .news-list .text .title {
      margin-bottom: 6.6px; } }

.news-list .text p {
  min-height: 80px; }

.news-list .text .date {
  font-family: 'Lato', 'Microsoft JhengHei',sans-serif;
  font-size: 1em;
  color: #969696;
  margin: 20px 0; }
  @media screen and (max-width: 991px) {
    .news-list .text .date {
      margin: 17px 0; } }
  @media screen and (max-width: 479px) {
    .news-list .text .date {
      margin: 13.2px 0; } }

.news-list .pic {
  min-width: 300px;
  width: 300px;
  margin-left: 50px; }
  @media screen and (max-width: 991px) {
    .news-list .pic {
      margin-left: 25px; } }
  .news-list .pic img {
    width: 100%; }

@media screen and (min-width: 768px) {
  .news-list .text {
    min-width: calc(100% - 350px); } }

@media screen and (max-width: 991px) {
  .news-list .item > a {
    padding: 40px 20px; } }
  @media screen and (max-width: 991px) and (max-width: 991px) {
    .news-list .item > a {
      padding: 34px 10px; } }
  @media screen and (max-width: 991px) and (max-width: 479px) {
    .news-list .item > a {
      padding: 26.4px 10px; } }

@media screen and (max-width: 767px) {
  .news-list .item > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .news-list .pic {
    margin: 0 auto; } }

@media screen and (max-width: 479px) {
  .news-list .pic {
    min-width: auto; } }

.new-head {
  padding: 40px 0;
  background-color: #EFEFEF; }
  @media screen and (max-width: 991px) {
    .new-head {
      padding: 34px 0; } }
  @media screen and (max-width: 479px) {
    .new-head {
      padding: 26.4px 0; } }
  .new-head .container {
    position: relative; }
  .new-head .text {
    padding-right: 200px; }
    .new-head .text .title {
      font-size: 22px;
      font-weight: 600;
      margin-top: 0; }
    .new-head .text .date {
      font-family: 'Lato', 'Microsoft JhengHei',sans-serif;
      font-size: 16px; }
  .new-head .share-box {
    position: absolute;
    top: 50%;
    right: calc(80px - 15px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media screen and (max-width: 1440px) {
    .new-head .share-box {
      right: calc(40px - 15px); } }
  @media screen and (max-width: 991px) {
    .new-head .text {
      padding-right: 180px; }
      .new-head .text .title {
        margin-top: .5em; }
    .new-head .share-box {
      right: calc(30px - 16px); } }
  @media screen and (max-width: 767px) {
    .new-head .text {
      padding-right: 0; }
    .new-head .share-box {
      top: 0;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); } }

.new-info {
  padding: 35px 0 85px 0; }
  @media screen and (max-width: 991px) {
    .new-info {
      padding: 29.75px 0 72.25px 0; } }
  @media screen and (max-width: 479px) {
    .new-info {
      padding: 23.1px 0 56.1px 0; } }
  .new-info p {
    word-wrap: break-word; }

.new-control {
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #DBDBDB;
  padding: 30px 0; }
  @media screen and (max-width: 991px) {
    .new-control {
      padding: 25.5px 0; } }
  @media screen and (max-width: 479px) {
    .new-control {
      padding: 19.8px 0; } }
  .new-control li {
    list-style-type: none;
    margin-left: 20px;
    margin-right: 20px; }
    @media screen and (max-width: 991px) {
      .new-control li {
        margin-left: 10px;
        margin-right: 10px; } }
    .new-control li a {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -o-display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 16px;
      color: #1E1E1E !important;
      -o-transition: color 0.25s ease-in-out;
      -webkit-transition: color 0.25s ease-in-out;
      -moz-transition: color 0.25s ease-in-out;
      transition: color 0.25s ease-in-out; }
      .new-control li a:hover {
        color: #0059A0 !important; }
    .new-control li.prev a::before,
    .new-control li.next a::after {
      content: '';
      display: inline-block;
      width: 18px;
      height: 18px;
      background-repeat: no-repeat;
      background-size: contain;
      margin-bottom: -1px;
      opacity: .5;
      -o-transition: opacity 0.25s ease-in-out;
      -webkit-transition: opacity 0.25s ease-in-out;
      -moz-transition: opacity 0.25s ease-in-out;
      transition: opacity 0.25s ease-in-out; }
    .new-control li.prev a::before {
      background-image: url("images/icon/arrow-b_left.png");
      margin-right: 10px; }
    .new-control li.prev a:hover::before {
      opacity: 1; }
    .new-control li.next a::after {
      background-image: url("images/icon/arrow-b_right.png");
      margin-left: 10px; }
    .new-control li.next a:hover::before {
      opacity: 1; }
  @media screen and (max-width: 479px) {
    .new-control li {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; } }

/* ==========================================================================
		product
 @mixin =========================================================================*/
#product .product-banner {
  width: 100%;
  overflow: hidden;
  position: relative; }
  #product .product-banner .bg-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  #product .product-banner .back-btn {
    display: block;
    width: 55px;
    height: 55px;
    cursor: pointer;
    background-image: url("images/icon/arrow-b_left.png");
    background-repeat: no-repeat;
    background-size: contain; }
  #product .product-banner .container {
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex; }
  #product .product-banner .text-inner {
    text-align: center; }
    #product .product-banner .text-inner .label-box {
      width: 222px;
      overflow: hidden; }
      #product .product-banner .text-inner .label-box .circle {
        float: left;
        display: -webkit-box;
        display: flex;
        -webkit-display: flex;
        -ms-display: flex;
        -o-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: 95px;
        height: 95px;
        text-align: center;
        border: 1px solid #B4B4B4;
        background-color: #EFEFEF;
        color: #0059A0;
        font-family: 'Lato', 'Microsoft JhengHei',sans-serif;
        font-weight: 900;
        font-size: 1.6em;
        padding: 0 4px;
        margin: 0 8px; }
        #product .product-banner .text-inner .label-box .circle.blue {
          border-color: #0059A0;
          background-color: #0059A0;
          color: #FFF; }
        #product .product-banner .text-inner .label-box .circle.t-s {
          padding-top: 5px;
          font-size: 15px;
          font-weight: 600;
          line-height: 20px; }
      #product .product-banner .text-inner .label-box::after {
        content: '';
        display: block;
        clear: both; }
    #product .product-banner .text-inner .text .title, #product .product-banner .text-inner .text .sub {
      font-family: 'Lato', 'Microsoft JhengHei',sans-serif;
      font-weight: 900;
      line-height: normal;
      color: #000; }
  #product .product-banner.layout-01 {
    height: 36.5vw;
    min-height: 550px; }
    #product .product-banner.layout-01 .container {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      height: 100%;
      position: relative; }
    #product .product-banner.layout-01 .back-btn {
      position: absolute;
      top: 50%;
      left: calc((100% - 1600px) / 2);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    #product .product-banner.layout-01 .text-inner {
      max-width: 40%;
      margin-left: 100px; }
      #product .product-banner.layout-01 .text-inner .label-box {
        margin: 0 auto 35px; }
      #product .product-banner.layout-01 .text-inner .text .sub {
        font-size: 3.15em; }
      #product .product-banner.layout-01 .text-inner .text .title {
        font-size: 3.75em;
        margin-top: -4px; }
      #product .product-banner.layout-01 .text-inner .text .slogan {
        font-size: 1.85em;
        margin-top: 30px;
        margin-bottom: 18%; }
    #product .product-banner.layout-01 .product-view {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -o-display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 60%;
      height: 100%; }
      #product .product-banner.layout-01 .product-view .slider-pic .pic {
        width: 36vw;
        height: 36.5vw;
        background-size: contain !important;
        opacity: 0;
        position: relative;
        -o-transition: opacity 0.25s ease-in-out;
        -webkit-transition: opacity 0.25s ease-in-out;
        -moz-transition: opacity 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out; }
        #product .product-banner.layout-01 .product-view .slider-pic .pic > * {
          width: 100% !important;
          height: 100% !important; }
      #product .product-banner.layout-01 .product-view .slider-pic .slick-active .pic {
        opacity: 1; }
      #product .product-banner.layout-01 .product-view .slider-nav li {
        margin: 5px 0; }
      #product .product-banner.layout-01 .product-view .slider-nav .pic {
        display: block;
        width: 120px;
        height: 120px;
        cursor: pointer; }
      #product .product-banner.layout-01 .product-view .slick-arrow {
        width: 26px;
        height: auto;
        top: auto;
        left: 0;
        right: 0;
        margin: 0 auto; }
        #product .product-banner.layout-01 .product-view .slick-arrow::before {
          font-family: none;
          color: transparent;
          width: 26px;
          height: 26px; }
      #product .product-banner.layout-01 .product-view .slick-prev {
        top: -20px; }
        #product .product-banner.layout-01 .product-view .slick-prev::before {
          background-image: url("images/icon/arrow-b_top.png");
          background-repeat: no-repeat;
          background-size: contain; }
      #product .product-banner.layout-01 .product-view .slick-next {
        bottom: -25px; }
        #product .product-banner.layout-01 .product-view .slick-next::before {
          background-image: url("images/icon/arrow-b_btm.png");
          background-repeat: no-repeat;
          background-size: contain; }
  #product .product-banner.layout-02 {
    padding: 80px 0 0; }
    #product .product-banner.layout-02 .back-btn {
      margin-top: calc((95px - 55px) / 2); }
    #product .product-banner.layout-02 .text-inner {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -o-display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: calc(100% - 55px);
      text-align: center;
      margin-left: 10px; }
      #product .product-banner.layout-02 .text-inner .label-box, #product .product-banner.layout-02 .text-inner .text {
        display: inline-block; }
      #product .product-banner.layout-02 .text-inner .label-box {
        margin-top: 0; }
      #product .product-banner.layout-02 .text-inner .text {
        width: calc(100% - 222px);
        padding-right: calc(222px + 55px + 10px + (8px * 2) + 20px);
        padding-left: 20px; }
        #product .product-banner.layout-02 .text-inner .text .title, #product .product-banner.layout-02 .text-inner .text .sub {
          display: inline-block;
          font-size: 3.75em; }
        #product .product-banner.layout-02 .text-inner .text .title {
          margin-left: 30px;
          margin-bottom: 30px; }
        #product .product-banner.layout-02 .text-inner .text .slogan {
          font-size: 1.9em; }
    #product .product-banner.layout-02 .product-view {
      position: relative;
      margin: 7.5vw 0 8vw; }
      #product .product-banner.layout-02 .product-view .slider-pic {
        width: 31vw;
        height: 31vw;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 50; }
        #product .product-banner.layout-02 .product-view .slider-pic li .pic {
          width: 30vw;
          height: 30vw;
          opacity: 0;
          -o-transition: all 0.25s ease-in-out;
          -webkit-transition: all 0.25s ease-in-out;
          -moz-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
          #product .product-banner.layout-02 .product-view .slider-pic li .pic > * {
            width: 100% !important;
            height: 100% !important; }
        #product .product-banner.layout-02 .product-view .slider-pic li.slick-active .pic {
          opacity: 1; }
      #product .product-banner.layout-02 .product-view .slider-nav {
        margin: 80px 0 60px; }
        #product .product-banner.layout-02 .product-view .slider-nav li {
          padding: 1%; }
          #product .product-banner.layout-02 .product-view .slider-nav li.slick-center .pic {
            -webkit-transform: scale(3);
            -ms-transform: scale(3);
            transform: scale(3);
            opacity: 0; }
          #product .product-banner.layout-02 .product-view .slider-nav li .pic {
            width: 10vw;
            height: 10vw;
            margin: 0 auto;
            opacity: 1;
            -o-transition: all 0.25s ease-in-out;
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out; }
        #product .product-banner.layout-02 .product-view .slider-nav .slick-list {
          overflow: visible; }
  @media screen and (max-width: 1680px) {
    #product .product-banner.layout-01 .container {
      -ms-flex-pack: distribute;
      justify-content: space-around; }
    #product .product-banner.layout-01 .back-btn {
      left: 80px; } }
  @media screen and (max-width: 1440px) {
    #product .product-banner.layout-01 .container {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    #product .product-banner.layout-01 .back-btn {
      left: 40px; }
    #product .product-banner.layout-01 .text-inner {
      margin-left: 40px; }
      #product .product-banner.layout-01 .text-inner .text .title {
        font-size: 3.5em; }
      #product .product-banner.layout-01 .text-inner .text .sub {
        font-size: 2.95em; }
      #product .product-banner.layout-01 .text-inner .text .slogan {
        margin-bottom: 0; }
    #product .product-banner.layout-01 .product-view {
      padding-left: 5%; }
      #product .product-banner.layout-01 .product-view .slider-pic .pic {
        width: 40vw;
        height: 40vw; }
      #product .product-banner.layout-01 .product-view .slider-nav .pic {
        width: 100px;
        height: 100px; }
    #product .product-banner.layout-02 {
      padding: 60px 0 0; }
      #product .product-banner.layout-02 .text-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: calc(55px + 10px); }
        #product .product-banner.layout-02 .text-inner .text {
          width: auto;
          padding-left: 0;
          padding-right: 0;
          margin-top: 20px; }
          #product .product-banner.layout-02 .text-inner .text .title {
            margin-bottom: 0; }
          #product .product-banner.layout-02 .text-inner .text .slogan {
            margin-top: 10px; } }
  @media screen and (max-width: 991px) {
    #product .product-banner.layout-01 {
      height: auto; }
      #product .product-banner.layout-01 .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      #product .product-banner.layout-01 .back-btn {
        left: 30px; }
      #product .product-banner.layout-01 .text-inner {
        width: 100%;
        max-width: none;
        margin-top: 50px;
        margin-bottom: 20px;
        margin-left: 0; }
        #product .product-banner.layout-01 .text-inner .label-box {
          margin-bottom: 20px; }
        #product .product-banner.layout-01 .text-inner .sub, #product .product-banner.layout-01 .text-inner .title {
          display: inline-block; }
        #product .product-banner.layout-01 .text-inner .title {
          margin-left: 30px; }
        #product .product-banner.layout-01 .text-inner .slogan {
          margin-top: 15px; }
      #product .product-banner.layout-01 .product-view {
        width: 100%;
        margin: 0 auto;
        padding-left: 82px; }
        #product .product-banner.layout-01 .product-view .slider-pic .pic {
          width: 46vw;
          height: 46vw;
          margin: 0 auto; }
        #product .product-banner.layout-01 .product-view .slider-nav .pic {
          width: 80px;
          height: 80px; }
    #product .product-banner.layout-02 .text-inner .text .title, #product .product-banner.layout-02 .text-inner .text .sub {
      font-size: 3.2em; }
    #product .product-banner.layout-02 .product-view {
      margin: 0; }
      #product .product-banner.layout-02 .product-view .slider-nav {
        margin: 80px 0 60px; }
        #product .product-banner.layout-02 .product-view .slider-nav li {
          padding: 1%; }
          #product .product-banner.layout-02 .product-view .slider-nav li .pic {
            width: 28vw;
            height: 28vw;
            -webkit-transform: translateX(0) scale(0.9);
            -ms-transform: translateX(0) scale(0.9);
            transform: translateX(0) scale(0.9);
            -o-transition: transform 0.25s ease-in-out;
            -webkit-transition: transform 0.25s ease-in-out;
            -moz-transition: transform 0.25s ease-in-out;
            -webkit-transition: -webkit-transform 0.25s ease-in-out;
            transition: -webkit-transform 0.25s ease-in-out;
            transition: transform 0.25s ease-in-out;
            transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
          #product .product-banner.layout-02 .product-view .slider-nav li.slick-center .pic {
            opacity: 1;
            -webkit-transform: translateX(0) scale(1.85);
            -ms-transform: translateX(0) scale(1.85);
            transform: translateX(0) scale(1.85); }
      #product .product-banner.layout-02 .product-view .slider-pic {
        display: none; } }
  @media screen and (max-width: 767px) {
    #product .product-banner .back-btn {
      width: 45px;
      height: 45px; }
    #product .product-banner.layout-01 .back-btn, #product .product-banner.layout-02 .back-btn {
      position: absolute;
      top: 78px;
      left: 20px;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      margin-top: 0; }
    #product .product-banner.layout-01 .text-inner, #product .product-banner.layout-02 .text-inner {
      width: 100%;
      margin: 50px 0 20px;
      padding: 0; }
      #product .product-banner.layout-01 .text-inner .text .title, #product .product-banner.layout-02 .text-inner .text .title {
        font-size: 3em;
        margin-left: 10px; }
      #product .product-banner.layout-01 .text-inner .text .sub, #product .product-banner.layout-02 .text-inner .text .sub {
        font-size: 2.5em; }
      #product .product-banner.layout-01 .text-inner .text .slogan, #product .product-banner.layout-02 .text-inner .text .slogan {
        font-size: 1.5em;
        margin-top: 10px; }
    #product .product-banner.layout-01 .container {
      padding: 0; }
    #product .product-banner.layout-01 .product-view {
      display: block;
      padding-left: 0;
      margin: 0 -20px 5px; }
      #product .product-banner.layout-01 .product-view .slider-pic {
        width: 100%;
        margin: 40px 0 60px; }
        #product .product-banner.layout-01 .product-view .slider-pic li {
          padding: 1%; }
          #product .product-banner.layout-01 .product-view .slider-pic li.slick-center .pic {
            -webkit-transform: translateX(0) scale(1.44);
            -ms-transform: translateX(0) scale(1.44);
            transform: translateX(0) scale(1.44); }
        #product .product-banner.layout-01 .product-view .slider-pic .pic {
          width: auto;
          height: auto;
          opacity: 1;
          -webkit-transform: scale(0.95);
          -ms-transform: scale(0.95);
          transform: scale(0.95);
          -o-transition: transform 0.25s ease-in-out;
          -webkit-transition: transform 0.25s ease-in-out;
          -moz-transition: transform 0.25s ease-in-out;
          -webkit-transition: -webkit-transform 0.25s ease-in-out;
          transition: -webkit-transform 0.25s ease-in-out;
          transition: transform 0.25s ease-in-out;
          transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
      #product .product-banner.layout-01 .product-view .slider-nav {
        display: none; }
      #product .product-banner.layout-01 .product-view .slick-list {
        overflow: visible; }
    #product .product-banner.layout-02 {
      padding-top: 0; }
      #product .product-banner.layout-02 .product-view .slider-nav {
        margin: 40px 0 60px; }
        #product .product-banner.layout-02 .product-view .slider-nav .pic {
          width: 30vw;
          height: 30vw; }
      #product .product-banner.layout-02 .text-inner .label-box {
        margin: 0 auto; } }

#product .model-nav {
  width: 100%;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  background-color: #fff;
  overflow: hidden;
  padding: 10px 0;
  position: static;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  #product .model-nav.active {
    position: fixed;
    top: 0;
    z-index: 99; }
  #product .model-nav .model-box, #product .model-nav .tab-box, #product .model-nav .btn-box {
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #product .model-nav .model-box {
    float: left; }
    #product .model-nav .model-box .pic-inner {
      width: 110px;
      height: 110px;
      margin-right: 30px; }
    #product .model-nav .model-box .text-inner .title, #product .model-nav .model-box .text-inner .sub {
      font-family: 'Lato', 'Microsoft JhengHei',sans-serif;
      font-weight: 900; }
    #product .model-nav .model-box .text-inner .sub {
      font-size: 16px; }
      #product .model-nav .model-box .text-inner .sub .size {
        font-family: 'Lato', 'Microsoft JhengHei',sans-serif;
        margin-left: 10px; }
    #product .model-nav .model-box .text-inner .title {
      font-size: 1.35em; }
      #product .model-nav .model-box .text-inner .title .model {
        font-family: 'Lato', 'Microsoft JhengHei',sans-serif;
        margin-left: 10px; }
  #product .model-nav .tab-box, #product .model-nav .btn-box {
    height: 110px; }
  #product .model-nav .tab-box {
    float: left;
    margin-left: 7.5%; }
    #product .model-nav .tab-box .tab li {
      margin: 0 15px;
      padding: 12px 0;
      border-bottom: 3px solid transparent;
      -o-transition: border 0.25s ease-in-out;
      -webkit-transition: border 0.25s ease-in-out;
      -moz-transition: border 0.25s ease-in-out;
      transition: border 0.25s ease-in-out; }
      #product .model-nav .tab-box .tab li a, #product .model-nav .tab-box .tab li span {
        -o-transition: color 0.25s ease-in-out;
        -webkit-transition: color 0.25s ease-in-out;
        -moz-transition: color 0.25s ease-in-out;
        transition: color 0.25s ease-in-out;
        font-size: 1.1em;
        font-weight: 600; }
      #product .model-nav .tab-box .tab li:first-child {
        margin-left: 0; }
      #product .model-nav .tab-box .tab li:last-child, #product .model-nav .tab-box .tab li:nth-child(2) {
        margin-right: 0; }
      #product .model-nav .tab-box .tab li.active {
        border-color: #24344C; }
      #product .model-nav .tab-box .tab li:hover a, #product .model-nav .tab-box .tab li:hover span {
        color: #002F7B; }
      #product .model-nav .tab-box .tab li.btnbox-toggle {
        display: none;
        cursor: pointer; }
  #product .model-nav .btn-box {
    float: right; }
    #product .model-nav .btn-box::after {
      content: '';
      display: block;
      clear: both; }
    #product .model-nav .btn-box .btn, #product .model-nav .btn-box .compare-inner {
      height: 50px;
      font-size: 1em;
      border-radius: 50px;
      border: 2px solid rgba(36, 52, 76, 0.3);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      overflow: hidden; }
    #product .model-nav .btn-box .btn-inner {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -o-display: flex; }
    #product .model-nav .btn-box .btn {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -o-display: flex;
      min-width: 150px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-weight: 600;
      padding-right: 20px;
      margin: 0 10px;
      -o-transition: color .25s ease-in-out,background .25s ease-in-out;
      -webkit-transition: color .25s ease-in-out,background .25s ease-in-out;
      -moz-transition: color .25s ease-in-out,background .25s ease-in-out;
      transition: color .25s ease-in-out,background .25s ease-in-out; }
      #product .model-nav .btn-box .btn i {
        color: #24344C;
        font-weight: normal;
        margin-right: 5px;
        -o-transition: color 0.25s ease-in-out;
        -webkit-transition: color 0.25s ease-in-out;
        -moz-transition: color 0.25s ease-in-out;
        transition: color 0.25s ease-in-out; }
        #product .model-nav .btn-box .btn i.icon-download {
          font-size: 22px;
          margin-bottom: 4px; }
        #product .model-nav .btn-box .btn i.icon-location {
          font-size: 22px; }
      #product .model-nav .btn-box .btn.red {
        color: #C10000;
        border-color: rgba(193, 0, 0, 0.3);
        padding-right: 15px;
        padding-left: 20px;
        margin-right: 0; }
        #product .model-nav .btn-box .btn.red i {
          color: #C10000;
          margin-right: 0;
          margin-left: 5px; }
        #product .model-nav .btn-box .btn.red:hover {
          background-color: rgba(193, 0, 0, 0.75);
          color: #FFF; }
          #product .model-nav .btn-box .btn.red:hover i {
            color: #FFF; }
      #product .model-nav .btn-box .btn:hover {
        background-color: rgba(0, 47, 123, 0.1);
        color: #002F7B; }
        #product .model-nav .btn-box .btn:hover i {
          color: #002F7B; }
    #product .model-nav .btn-box .compare-inner {
      margin-right: 10px; }
      #product .model-nav .btn-box .compare-inner > * {
        float: left;
        display: -webkit-box;
        display: flex;
        -webkit-display: flex;
        -ms-display: flex;
        -o-display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 140px;
        height: calc(50px - 4px);
        line-height: calc(50px - 4px);
        font-weight: 600;
        font-size: 1em;
        text-align: center;
        -o-transition: color .25s ease-in-out,background .25s ease-in-out;
        -webkit-transition: color .25s ease-in-out,background .25s ease-in-out;
        -moz-transition: color .25s ease-in-out,background .25s ease-in-out;
        transition: color .25s ease-in-out,background .25s ease-in-out; }
        #product .model-nav .btn-box .compare-inner > *:hover {
          color: #002F7B;
          background-color: rgba(0, 47, 123, 0.1); }
          #product .model-nav .btn-box .compare-inner > *:hover::before, #product .model-nav .btn-box .compare-inner > *:hover::after {
            color: #002F7B; }
      #product .model-nav .btn-box .compare-inner .compare-btn {
        border-right: 1px solid rgba(36, 52, 76, 0.3);
        padding-right: 5px;
        padding-left: 10px; }
        #product .model-nav .btn-box .compare-inner .compare-btn::before {
          font-size: 24px;
          font-weight: normal; }
        #product .model-nav .btn-box .compare-inner .compare-btn.active {
          padding-left: 20px;
          padding-right: 15px;
          color: #002F7B; }
      #product .model-nav .btn-box .compare-inner .link {
        padding-left: 5px;
        padding-right: 10px; }
        #product .model-nav .btn-box .compare-inner .link .num::before, #product .model-nav .btn-box .compare-inner .link .num::after {
          display: inline-block;
          font-size: 15px;
          margin: 0 2px;
          -o-transition: color 0.25s ease-in-out;
          -webkit-transition: color 0.25s ease-in-out;
          -moz-transition: color 0.25s ease-in-out;
          transition: color 0.25s ease-in-out; }
        #product .model-nav .btn-box .compare-inner .link .num::before {
          content: '('; }
        #product .model-nav .btn-box .compare-inner .link .num::after {
          content: ')'; }
  @media screen and (max-width: 1680px) {
    #product .model-nav .container {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -o-display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    #product .model-nav .model-box .pic-inner {
      width: 90px;
      height: 90px;
      margin-right: 20px; }
    #product .model-nav .tab-box {
      margin-left: 0; }
    #product .model-nav .btn-box .btn {
      min-width: auto;
      margin: 0 5px; }
    #product .model-nav .btn-box .compare-inner {
      margin-right: 5px; } }
  @media screen and (max-width: 1440px) {
    #product .model-nav {
      padding: 12px 0; }
      #product .model-nav .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      #product .model-nav .tab-box {
        float: right;
        height: 80px;
        margin-left: 0; }
        #product .model-nav .tab-box .tab li.btnbox-toggle {
          display: inline-block; }
        #product .model-nav .tab-box .tab li:nth-child(2) {
          margin-right: 15px; }
      #product .model-nav .btn-box {
        width: 100%;
        height: 0;
        overflow: hidden;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0;
        -o-transition: color .25s ease-in-out,background .25s ease-in-out;
        -webkit-transition: color .25s ease-in-out,background .25s ease-in-out;
        -moz-transition: color .25s ease-in-out,background .25s ease-in-out;
        transition: color .25s ease-in-out,background .25s ease-in-out; }
        #product .model-nav .btn-box.active {
          height: auto;
          margin-top: 15px;
          margin-bottom: 5px; }
        #product .model-nav .btn-box .btn, #product .model-nav .btn-box form {
          width: calc(50% - 10px);
          margin: 0 5px; }
          #product .model-nav .btn-box .btn i.icon-download, #product .model-nav .btn-box form i.icon-download {
            font-size: 20px;
            margin-bottom: 2px; }
          #product .model-nav .btn-box .btn i.icon-location, #product .model-nav .btn-box form i.icon-location {
            font-size: 20px; }
        #product .model-nav .btn-box form {
          margin-right: 10px; }
          #product .model-nav .btn-box form .btn {
            float: left;
            width: 100%; }
        #product .model-nav .btn-box .btn-inner {
          width: 50%; }
          #product .model-nav .btn-box .btn-inner > *:last-child {
            margin-right: 0; }
        #product .model-nav .btn-box .compare-inner {
          margin-right: 5px;
          width: 50%; }
          #product .model-nav .btn-box .compare-inner .compare-btn, #product .model-nav .btn-box .compare-inner .link {
            width: 50%; } }
  @media screen and (max-width: 991px) {
    #product .model-nav .btn-box .btn {
      padding-right: .5em;
      padding-left: .5em;
      margin: 0 auto; }
      #product .model-nav .btn-box .btn.red {
        padding-right: .5em;
        padding-left: .5em; }
    #product .model-nav .compare-inner {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -o-display: flex;
      width: auto;
      margin: 0 autto; }
      #product .model-nav .compare-inner .compart-btn, #product .model-nav .compare-inner .link {
        width: auto;
        padding-right: .5em;
        padding-left: .5em; } }
  @media screen and (max-width: 767px) {
    #product .model-nav {
      padding-bottom: 0; }
      #product .model-nav .container {
        padding: 0; }
      #product .model-nav .model-box .pic-inner {
        height: 65px;
        width: 65px;
        margin-right: 10px; }
      #product .model-nav .model-box .text-inner .sub {
        font-size: 1.1em; }
      #product .model-nav .model-box .text-inner .title {
        font-size: 1.25em; }
      #product .model-nav .tab-box {
        margin-right: 20px; }
        #product .model-nav .tab-box .tab li {
          margin: 0 5px;
          padding-bottom: 10px; }
      #product .model-nav .btn-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-top: 1px solid transparent; }
        #product .model-nav .btn-box.active {
          border-top: 1px solid #DBDBDB;
          margin-bottom: 0; }
        #product .model-nav .btn-box .btn-inner {
          width: 100%;
          border-top: 1px solid #DBDBDB; }
          #product .model-nav .btn-box .btn-inner .btn {
            border-left: 1px solid #DBDBDB; }
            #product .model-nav .btn-box .btn-inner .btn:first-child {
              border: none; }
        #product .model-nav .btn-box .compare-inner, #product .model-nav .btn-box .btn {
          width: 100%;
          border-radius: 0;
          border: none; }
        #product .model-nav .btn-box .btn, #product .model-nav .btn-box form {
          width: 50%; }
        #product .model-nav .btn-box .compare-inner {
          margin-right: 0; }
          #product .model-nav .btn-box .compare-inner > * {
            height: 50px;
            line-height: 50px; }
          #product .model-nav .btn-box .compare-inner .compare-btn, #product .model-nav .btn-box .compare-inner .link {
            border: none; }
          #product .model-nav .btn-box .compare-inner .link {
            border-left: 1px solid #DBDBDB; } }
  @media screen and (max-width: 767px) {
    #product .model-nav .model-box {
      width: 100%;
      margin: 0 20px; }
    #product .model-nav .tab-box {
      width: calc(100% - 40px);
      height: auto;
      margin: 0 auto; }
      #product .model-nav .tab-box .tab {
        width: 100%; }
        #product .model-nav .tab-box .tab li {
          width: calc(33.33333% - 29.5px);
          height: 50px;
          text-align: center;
          margin: 0 20px; }
          #product .model-nav .tab-box .tab li a, #product .model-nav .tab-box .tab li span {
            display: block;
            text-align: center;
            margin: 0; }
    #product .model-nav .btn-box {
      border: none; }
      #product .model-nav .btn-box.active {
        margin-top: 0; }
      #product .model-nav .btn-box form {
        margin: 0; }
        #product .model-nav .btn-box form .btn {
          border: none; } }
  @media screen and (max-width: 320px) {
    #product .model-nav .tab-box .tab li a, #product .model-nav .tab-box .tab li span {
      font-size: 1.05em; } }

#product .product-detail .info-box .list {
  padding: 60px 0;
  border-bottom: 1px solid #DBDBDB;
  color: #1E1E1E; }
  #product .product-detail .info-box .list .container {
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #product .product-detail .info-box .list img {
    width: calc(50% + 40px);
    min-width: calc(50% + 40px); }
  #product .product-detail .info-box .list h5 {
    font-size: 2.5em;
    font-weight: 600;
    margin-bottom: 15px; }
  #product .product-detail .info-box .list p {
    text-align: justify;
    margin-bottom: 10px; }
  #product .product-detail .info-box .list ul {
    list-style-image: url("images/list-type-disc.svg"); }
    #product .product-detail .info-box .list ul li {
      margin-left: 20px;
      line-height: 2em;
      margin-top: 5px;
      margin-bottom: 5px; }
      @media screen and (max-width: 991px) {
        #product .product-detail .info-box .list ul li {
          margin-top: 4.25px; } }
      @media screen and (max-width: 479px) {
        #product .product-detail .info-box .list ul li {
          margin-top: 3.3px; } }
      @media screen and (max-width: 991px) {
        #product .product-detail .info-box .list ul li {
          margin-bottom: 4.25px; } }
      @media screen and (max-width: 479px) {
        #product .product-detail .info-box .list ul li {
          margin-bottom: 3.3px; } }
  #product .product-detail .info-box .list ol {
    list-style: decimal; }
    #product .product-detail .info-box .list ol li {
      margin-left: 20px;
      line-height: 2em;
      margin-top: 15px;
      margin-bottom: 15px; }
      @media screen and (max-width: 991px) {
        #product .product-detail .info-box .list ol li {
          margin-top: 12.75px; } }
      @media screen and (max-width: 479px) {
        #product .product-detail .info-box .list ol li {
          margin-top: 9.9px; } }
      @media screen and (max-width: 991px) {
        #product .product-detail .info-box .list ol li {
          margin-bottom: 12.75px; } }
      @media screen and (max-width: 479px) {
        #product .product-detail .info-box .list ol li {
          margin-bottom: 9.9px; } }
  #product .product-detail .info-box .list .text-inner {
    min-width: calc(50% - 40px); }
    #product .product-detail .info-box .list .text-inner > img {
      width: auto;
      padding: 0 !important;
      display: inline;
      float: left;
      margin-top: 8px;
      margin-right: 20px; }
  #product .product-detail .info-box .list:nth-child(odd) .text-inner {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  #product .product-detail .info-box .list:nth-child(odd) img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 80px; }
  #product .product-detail .info-box .list:nth-child(even) .text-inner {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  #product .product-detail .info-box .list:nth-child(even) img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 80px; }
  #product .product-detail .info-box .list:last-child {
    border: none; }

@media screen and (max-width: 1199px) {
  #product .product-detail .info-box .list:nth-child(odd) img {
    padding-left: 25px; }
  #product .product-detail .info-box .list:nth-child(even) img {
    padding-right: 25px; } }

@media screen and (max-width: 991px) {
  #product .product-detail .info-box .list .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #product .product-detail .info-box .list img {
    width: 100%;
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    padding: 0 !important; }
  #product .product-detail .info-box .list .text-inner {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
    margin-bottom: 20px; } }

@media screen and (max-width: 479px) {
  #product .product-detail .info-box .list {
    padding: 30px 0; }
    #product .product-detail .info-box .list h5 {
      font-size: 1.85em; } }

#product .series-info {
  border-top: 1px solid #DBDBDB;
  padding: 60px 0; }
  #product .series-info .product-box {
    display: block;
    margin: 0 -40px; }
    #product .series-info .product-box .box {
      width: auto;
      margin: 0 40px; }
    #product .series-info .product-box .slick-prev, #product .series-info .product-box .slick-next {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
      #product .series-info .product-box .slick-prev::before, #product .series-info .product-box .slick-next::before {
        width: 40px;
        height: 40px; }
  @media screen and (min-width: 1681px) {
    #product .series-info .slick-prev, #product .series-info .slick-next {
      top: 22%; }
    #product .series-info .slick-prev {
      left: -40px; }
    #product .series-info .slick-next {
      right: -40px; } }
  @media screen and (max-width: 1680px) {
    #product .series-info .slick-prev, #product .series-info .slick-next {
      top: 24%; }
    #product .series-info .slick-prev {
      left: -10px; }
    #product .series-info .slick-right {
      right: -10px; } }
  @media screen and (max-width: 1440px) {
    #product .series-info .product-box {
      margin: 0 auto; }
      #product .series-info .product-box .box {
        margin: 0 30px; }
      #product .series-info .product-box .slick-prev {
        left: -15px; }
      #product .series-info .product-box .slick-right {
        right: -15px; } }
  @media screen and (max-width: 479px) {
    #product .series-info {
      padding: 30px 0; }
      #product .series-info .product-box .box {
        margin: 0 50px; }
      #product .series-info .product-box .slick-prev {
        left: -5px; }
      #product .series-info .product-box .slick-right {
        right: -5px; } }

/* ==========================================================================
		compare
 @mixin =========================================================================*/
#compare .inner {
  margin-top: 290px; }
  @media screen and (max-width: 991px) {
    #compare .inner {
      margin-top: 260px; } }
  @media screen and (max-width: 767px) {
    #compare .inner {
      margin-top: 300px; } }
  @media screen and (max-width: 479px) {
    #compare .inner {
      margin-top: 330px; } }
  @media screen and (max-width: 320px) {
    #compare .inner {
      margin-top: 320px; } }

#compare .compare-header {
  width: 100%;
  height: 60px;
  background-color: #24344C;
  color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50; }
  #compare .compare-header .left {
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    float: left; }
    #compare .compare-header .left .headline {
      line-height: 60px; }
      #compare .compare-header .left .headline h1, #compare .compare-header .left .headline i {
        display: inline-block;
        float: left; }
      #compare .compare-header .left .headline h1 {
        font-size: 1.28em;
        font-weight: 600;
        padding-top: 1px; }
      #compare .compare-header .left .headline i {
        font-size: 1.75em;
        margin-right: 10px; }
    #compare .compare-header .left .compare-nav {
      height: 40px;
      line-height: 40px;
      border: 1px solid rgba(219, 219, 219, 0.5);
      border-radius: 5px;
      color: rgba(255, 255, 255, 0.95);
      margin: 10px 40px;
      padding: 0 15px;
      cursor: pointer;
      position: relative;
      -o-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      #compare .compare-header .left .compare-nav::after {
        content: '';
        display: inline-block;
        width: 15px;
        height: 15px;
        background-size: contain;
        background-image: url("images/icon/arrow-w_btm.png");
        margin-left: 8px;
        -o-transition: background 0.25s ease-in-out;
        -webkit-transition: background 0.25s ease-in-out;
        -moz-transition: background 0.25s ease-in-out;
        transition: background 0.25s ease-in-out; }
      #compare .compare-header .left .compare-nav.active {
        height: 50px;
        border-radius: 8px 8px 0 0;
        border-bottom: none;
        background-color: #FFF;
        color: #002F7B; }
        #compare .compare-header .left .compare-nav.active::after {
          background-image: url("images/icon/arrow-blue_btm.png"); }
      #compare .compare-header .left .compare-nav:hover {
        background-color: #FFF;
        color: #002F7B; }
        #compare .compare-header .left .compare-nav:hover::after {
          background-image: url("images/icon/arrow-blue_btm.png"); }
      #compare .compare-header .left .compare-nav .label::after {
        content: '-';
        display: inline-block;
        margin: 0 4px; }
      #compare .compare-header .left .compare-nav ul {
        display: none;
        width: calc(100% + 1px);
        background-color: #eff5ff;
        border-radius: 0 0 8px 8px;
        border: 1px solid rgba(219, 219, 219, 0.5);
        border-top: none;
        padding: 10px 0;
        position: absolute;
        top: 49px;
        left: -1px; }
        #compare .compare-header .left .compare-nav ul li {
          line-height: 40px;
          padding: 0 10px; }
          #compare .compare-header .left .compare-nav ul li a {
            display: block;
            color: #1E1E1E;
            -o-transition: color 0.25s ease-in-out;
            -webkit-transition: color 0.25s ease-in-out;
            -moz-transition: color 0.25s ease-in-out;
            transition: color 0.25s ease-in-out; }
          #compare .compare-header .left .compare-nav ul li:hover a {
            color: #0059A0; }
    #compare .compare-header .left::after {
      content: '比較表最多可同時容納4組產品，不同類別產品無法比較';
      display: inline-block;
      line-height: 60px;
      color: rgba(255, 255, 255, 0.95); }
  #compare .compare-header .right {
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    float: right; }
    #compare .compare-header .right a {
      line-height: 60px;
      font-weight: 600;
      color: #FFF;
      margin-left: 25px;
      -o-transition: color 0.25s ease-in-out;
      -webkit-transition: color 0.25s ease-in-out;
      -moz-transition: color 0.25s ease-in-out;
      transition: color 0.25s ease-in-out; }
      #compare .compare-header .right a i {
        font-size: 19px;
        font-weight: 400;
        margin-right: 8px;
        color: rgba(255, 255, 255, 0.5); }
        #compare .compare-header .right a i.icon-cancel {
          font-size: 16px; }
      #compare .compare-header .right a:hover {
        color: #0085BF; }
  @media screen and (max-width: 1440px) {
    #compare .compare-header .left .compare-nav {
      margin: 10px 20px; } }
  @media screen and (max-width: 1199px) {
    #compare .compare-header .left .headline h1 {
      font-size: 1.2em; }
    #compare .compare-header .left .headline i {
      font-size: 1.68em;
      margin-right: 5px; }
    #compare .compare-header .left .compare-nav {
      margin: 10px;
      padding: 0 10px; }
    #compare .compare-header .left::after {
      content: '比較表最多容納4組產品，不同類別產品無法比較'; }
    #compare .compare-header .right a {
      margin-left: 2px; }
      #compare .compare-header .right a span {
        display: none; }
      #compare .compare-header .right a i {
        font-size: 20px; }
        #compare .compare-header .right a i.icon-cancel {
          font-size: 18px; } }
  @media screen and (max-width: 991px) {
    #compare .compare-header .left .compare-nav .label {
      display: none; }
    #compare .compare-header .left::after {
      content: '最多可比較4組同類別產品'; } }
  @media screen and (max-width: 767px) {
    #compare .compare-header {
      height: auto;
      padding-top: 10px; }
      #compare .compare-header .left {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%; }
        #compare .compare-header .left::after {
          display: none; }
        #compare .compare-header .left .headline {
          width: 100%;
          line-height: 40px; }
          #compare .compare-header .left .headline::after {
            float: right;
            content: '最多可比較4組同類別產品';
            display: inline-block;
            line-height: 44px;
            color: rgba(255, 255, 255, 0.95); }
        #compare .compare-header .left .compare-nav {
          width: 80%;
          margin: 10px 0; }
          #compare .compare-header .left .compare-nav::after {
            float: right;
            margin: 12px 2px 0 0; }
          #compare .compare-header .left .compare-nav.active {
            height: 40px; }
          #compare .compare-header .left .compare-nav ul {
            width: calc(100% + 2px);
            top: 39px; }
      #compare .compare-header .right {
        position: absolute;
        bottom: 10px;
        right: 20px; }
        #compare .compare-header .right a {
          line-height: 40px; }
          #compare .compare-header .right a:last-child i {
            margin-right: 0; } }
  @media screen and (max-width: 479px) {
    #compare .compare-header .container {
      padding: 0 15px; }
    #compare .compare-header .left .headline::after {
      content: '可比較4組同類產品'; }
    #compare .compare-header .left .compare-nav {
      width: 70%; } }

#compare #compare-head {
  width: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 60px;
  z-index: 45;
  -webkit-box-shadow: 0 1px 8px 2px #ccc;
  box-shadow: 0 1px 8px 2px #ccc; }
  #compare #compare-head.active {
    top: 0;
    z-index: 60; }
  #compare #compare-head .container {
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex; }
    #compare #compare-head .container::before {
      content: '';
      display: block;
      width: 28.2%;
      height: 100%; }
  #compare #compare-head .box {
    display: block;
    width: calc(((100% - 28.2%) / 4));
    padding: 5px 15px 25px 10px;
    position: relative; }
    #compare #compare-head .box .pic-inner {
      width: 45%;
      margin-top: 20px; }
    #compare #compare-head .box .text-inner {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -o-display: flex;
      margin-top: 20px; }
      #compare #compare-head .box .text-inner .size-box {
        padding-right: 20px;
        border-right: 2px solid #DBDBDB; }
        #compare #compare-head .box .text-inner .size-box .size {
          font-family: 'Lato', 'Microsoft JhengHei',sans-serif;
          font-size: 1.65em;
          font-weight: 900;
          line-height: normal; }
        #compare #compare-head .box .text-inner .size-box .unit {
          font-size: 1.1em;
          line-height: normal; }
      #compare #compare-head .box .text-inner .model {
        padding-left: 20px; }
        #compare #compare-head .box .text-inner .model p {
          font-family: 'Lato', 'Microsoft JhengHei',sans-serif;
          font-weight: 900;
          line-height: normal;
          margin-bottom: 10px; }
          #compare #compare-head .box .text-inner .model p:last-child {
            margin-bottom: 0; }
    #compare #compare-head .box .delete-btn {
      width: 22px;
      height: 22px;
      border-radius: 50%;
      border: 1px solid #24344C;
      position: absolute;
      top: 12%;
      right: 22%; }
      #compare #compare-head .box .delete-btn i {
        font-size: 18px;
        text-align: center; }
        #compare #compare-head .box .delete-btn i.icon-cancel-s::before {
          -webkit-transform: translate(-2.5px, -2.5px);
          -ms-transform: translate(-2.5px, -2.5px);
          transform: translate(-2.5px, -2.5px); }
  @media screen and (max-width: 1680px) {
    #compare #compare-head .container::before {
      width: 26.2%; }
    #compare #compare-head .box {
      width: calc((100% - 26.2%) / 4); } }
  @media screen and (max-width: 1440px) {
    #compare #compare-head .container::before {
      width: 24.2%; }
    #compare #compare-head .box {
      width: calc((100% - 24.2%) / 4);
      padding: 5px 20px 25px 0; } }
  @media screen and (max-width: 1199px) {
    #compare #compare-head .box .text-inner {
      margin-top: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #compare #compare-head .box .text-inner .size-box {
        border-right: none;
        border-bottom: 1px solid #DBDBDB;
        padding: 0 0 10px 10px;
        margin-bottom: 10px; }
      #compare #compare-head .box .text-inner .model {
        padding-left: 10px; } }
  @media screen and (max-width: 991px) {
    #compare #compare-head .container::before {
      display: none; }
    #compare #compare-head .box {
      width: 25%;
      padding: 5px 10px 25px 10px; }
      #compare #compare-head .box .text-inner .size-box, #compare #compare-head .box .text-inner .model {
        padding-left: 0; } }
  @media screen and (max-width: 767px) {
    #compare #compare-head {
      width: 100%;
      overflow-x: auto;
      -webkit-box-shadow: 0 0 0 0;
      box-shadow: 0 0 0 0;
      top: 110px; }
      #compare #compare-head::after {
        content: '\e824';
        font-family: "fontello";
        font-size: 24px;
        display: -webkit-box;
        display: flex;
        -webkit-display: flex;
        -ms-display: flex;
        -o-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: #969696;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background-color: #fff;
        position: fixed;
        top: 195px;
        right: 5px;
        opacity: 1;
        -o-transition: opacity 0.25s ease-in-out;
        -webkit-transition: opacity 0.25s ease-in-out;
        -moz-transition: opacity 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out; }
      #compare #compare-head.active::after {
        top: 14%; }
      #compare #compare-head.mid::after {
        opacity: 0; }
      #compare #compare-head.end::after {
        content: '\e825';
        opacity: 1; }
      #compare #compare-head .container {
        width: 200%;
        padding: 0 10px; }
      #compare #compare-head .box {
        padding: 5px 5px 20px 5px; }
        #compare #compare-head .box .pic-inner {
          margin-top: 10px; }
        #compare #compare-head .box:nth-child(2), #compare #compare-head .box:nth-child(4) {
          position: relative; }
        #compare #compare-head .box:nth-child(3) .pic-inner {
          margin-left: 10px; }
        #compare #compare-head .box:nth-child(3) .text-inner {
          padding-left: 10px; } }

#compare .compare-table::before {
  top: 40px; }

#compare .compare-table thead td {
  padding-top: 5px;
  color: #EEE; }

#compare .compare-table td.sort {
  width: 12%; }

#compare .compare-table td.sort-sub {
  width: 16%; }

#compare .compare-table td.info {
  width: calc(((100% - 28%) / 4) - 0.4%); }
  #compare .compare-table td.info:last-child {
    width: calc(((100% - 28%) / 4) + 1.15%); }

@media screen and (max-width: 1680px) {
  #compare .compare-table td.sort {
    width: 10%; }
  #compare .compare-table td.sort-sub {
    width: 16%; }
  #compare .compare-table td.info {
    width: calc(((100% - 26%) / 4) - 0.4%); }
    #compare .compare-table td.info:last-child {
      width: calc(((100% - 26%) / 4) + 1%); } }

@media screen and (max-width: 1440px) {
  #compare .compare-table td.sort {
    width: 7%;
    min-width: 75px; }
  #compare .compare-table td.info {
    width: calc(((100% - 24%) / 4) - 0.4%); }
    #compare .compare-table td.info:last-child {
      width: calc(((100% - 24%) / 4) + .4%); } }

@media screen and (min-width: 992px) {
  #compare .compare-table {
    overflow: hidden; }
    #compare .compare-table tr {
      vertical-align: middle; }
    #compare .compare-table td {
      display: inline-block;
      height: 100%;
      min-height: 40px;
      float: left;
      border: none; }
      #compare .compare-table td.sort {
        padding-left: 4px; }
    #compare .compare-table tbody tr:first-child td {
      position: relative; }
      #compare .compare-table tbody tr:first-child td::before {
        content: '';
        display: inline-block;
        width: 1px;
        height: 1000vh;
        background-color: #DBDBDB;
        position: absolute;
        left: 0;
        top: 0; }
      #compare .compare-table tbody tr:first-child td:first-child::before, #compare .compare-table tbody tr:first-child td:nth-child(2)::before {
        display: none; } }

@media screen and (max-width: 991px) {
  #compare .compare-table thead td {
    padding-top: 0; }
  #compare .compare-table tbody tr {
    display: block;
    padding: 0 25px; }
    #compare .compare-table tbody tr.sort-row::before {
      width: calc(100% + 50px);
      margin-left: -25px;
      padding: 0 30px; }
  #compare .compare-table tbody td {
    padding: 5px; }
    #compare .compare-table tbody td.sort-sub {
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #DBDBDB;
      color: #002F7B;
      padding-top: 10px; }
    #compare .compare-table tbody td.info {
      width: calc(25% - 3px) !important;
      display: inline-block;
      border-right: 1px solid #DBDBDB;
      padding-bottom: 10px; }
      #compare .compare-table tbody td.info:last-child {
        border: none; } }

@media screen and (max-width: 767px) {
  #compare .compare-table thead {
    display: none; }
  #compare .compare-table tbody tr {
    width: 200%;
    padding: 0 10px; }
    #compare .compare-table tbody tr.sort-row::before {
      width: calc(100% + 40px); }
    #compare .compare-table tbody tr.sort-row::after {
      content: attr(data-title);
      display: block;
      width: 50%;
      line-height: 40px;
      height: 40px;
      color: #FFF;
      position: absolute;
      top: 0;
      left: 50%;
      padding-left: 15px; }
  #compare .compare-table tbody td.sort-sub {
    position: relative; }
    #compare .compare-table tbody td.sort-sub::after {
      content: attr(data-sub);
      display: block;
      width: 50%;
      line-height: 40px;
      height: 40px;
      color: #002F7B;
      font-size: 14px;
      position: absolute;
      top: 5px;
      left: 50%;
      padding-left: 15px; }
  #compare .compare-table tbody td.info {
    width: calc(25% - 4px) !important; }
    #compare .compare-table tbody td.info:nth-child(5) {
      padding-left: 15px; } }

/* ==========================================================================
		compare - print
 @mixin =========================================================================*/
@page {
  margin: .5cm;
  size: 210mm 297mm;
  orphans: 4;
  font-size: 10pt; }

@media print {
  body {
    font-size: 10pt; }
  header nav, footer, video, audio, object, embed {
    display: none; }
  .compare-header {
    display: none; }
  #compare #compare-head {
    position: static !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #DBDBDB;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    font-size: 10pt; }
    #compare #compare-head .container {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -o-display: flex;
      padding: 0; }
      #compare #compare-head .container::before {
        width: 210px;
        display: inline-block;
        content: '奇美家電 - 產品比較表';
        color: #002F7B;
        padding: 8px; }
    #compare #compare-head .box {
      display: inline-block;
      width: 110px !important;
      padding: 4px;
      margin: 0 10px; }
      #compare #compare-head .box .pic-inner {
        margin-top: 0; }
      #compare #compare-head .box .text-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 6px; }
        #compare #compare-head .box .text-inner .model {
          display: block;
          padding-left: 0; }
        #compare #compare-head .box .text-inner .size-box {
          display: block;
          padding-right: 0;
          border-right: none;
          margin-bottom: 6px;
          padding-bottom: 6px;
          border-bottom: 1px solid #DBDBDB; }
          #compare #compare-head .box .text-inner .size-box .size {
            font-size: 12pt !important; }
      #compare #compare-head .box .delete-btn {
        display: none; }
  #compare .compare-table {
    overflow: hidden; }
    #compare .compare-table thead {
      display: none; }
    #compare .compare-table tr {
      vertical-align: middle;
      -webkit-print-color-adjust: exact; }
    #compare .compare-table td {
      display: inline-block;
      height: 100%;
      min-height: 40px;
      padding: 4px 6px;
      float: left;
      border: none; }
      #compare .compare-table td.sort {
        width: 84px; }
      #compare .compare-table td.sort-sub {
        width: 130px; }
      #compare .compare-table td.info {
        width: 130px; }
    #compare .compare-table tbody tr:first-child td {
      position: relative; }
      #compare .compare-table tbody tr:first-child td::before {
        content: '';
        display: inline-block;
        width: 1px;
        height: 1000vh;
        background-color: #DBDBDB;
        -webkit-print-color-adjust: exact;
        position: absolute;
        left: 0;
        top: 0; }
      #compare .compare-table tbody tr:first-child td:first-child::before, #compare .compare-table tbody tr:first-child td:nth-child(2)::before {
        display: none; }
  #compare .inner {
    margin-top: 0; } }

/* ==========================================================================
		service
 @mixin =========================================================================*/
#station .page-table table td::after, .sales-result .page-table table td::after {
  height: 60%; }

#station .tel, #station .map, .sales-result .tel, .sales-result .map {
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -o-transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out; }
  #station .tel::before, #station .map::before, .sales-result .tel::before, .sales-result .map::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px; }
  #station .tel:hover, #station .map:hover, .sales-result .tel:hover, .sales-result .map:hover {
    color: #0059A0; }

#station .tel::before, .sales-result .tel::before {
  background-image: url("images/icon/tel.svg"); }

#station .map::before, .sales-result .map::before {
  background-image: url("images/icon/map.svg"); }

@media screen and (max-width: 991px) {
  #station .page-table table tr, .sales-result .page-table table tr {
    padding-top: 0;
    padding-bottom: 20px;
    border: none; } }
  @media screen and (max-width: 991px) and (max-width: 991px) {
    #station .page-table table tr, .sales-result .page-table table tr {
      padding-bottom: 17px; } }
  @media screen and (max-width: 991px) and (max-width: 479px) {
    #station .page-table table tr, .sales-result .page-table table tr {
      padding-bottom: 13.2px; } }

@media screen and (max-width: 991px) {
  #station .page-table table td, .sales-result .page-table table td {
    width: 50%; }
    #station .page-table table td::before, .sales-result .page-table table td::before {
      min-width: 65px; }
    #station .page-table table td:first-child, .sales-result .page-table table td:first-child {
      width: 100%;
      min-height: 38px;
      background-color: #295189;
      color: #FFF;
      margin-top: 0;
      margin-bottom: 10px;
      padding-top: 6px;
      padding-bottom: 6px; }
      #station .page-table table td:first-child::before, .sales-result .page-table table td:first-child::before {
        display: none; }
  #station .page-table table br, .sales-result .page-table table br {
    display: none; } }

@media screen and (max-width: 767px) {
  #station .page-table table td, .sales-result .page-table table td {
    width: 100%;
    margin-bottom: 10px; } }

.sales-result .remark {
  font-weight: 600;
  color: #29897A; }
  .sales-result .remark::before {
    content: '\e821';
    font-family: "fontello";
    font-weight: 400;
    margin-left: 5px;
    margin-right: 5px; }
    @media screen and (max-width: 991px) {
      .sales-result .remark::before {
        margin-left: 2.5px;
        margin-right: 2.5px; } }

@media screen and (max-width: 991px) {
  .sales-result .remark {
    color: #FFF; } }

.warehouse .inner {
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px; }

.warehouse .item {
  width: 250px;
  margin: 0 5px;
  margin: 20px 0; }
  @media screen and (max-width: 991px) {
    .warehouse .item {
      margin: 17px 0; } }
  @media screen and (max-width: 479px) {
    .warehouse .item {
      margin: 13.2px 0; } }
  .warehouse .item .text {
    padding: 20px 20px;
    border-radius: 5px;
    background-color: #DCE4E6;
    text-align: center; }
    @media screen and (max-width: 991px) {
      .warehouse .item .text {
        padding: 17px 10px; } }
    @media screen and (max-width: 479px) {
      .warehouse .item .text {
        padding: 13.2px 10px; } }
    .warehouse .item .text .title {
      font-size: 1.125em;
      font-weight: 600;
      color: #000;
      margin-bottom: 15px;
      -o-transition: color 0.25s ease-in-out;
      -webkit-transition: color 0.25s ease-in-out;
      -moz-transition: color 0.25s ease-in-out;
      transition: color 0.25s ease-in-out; }
    .warehouse .item .text .map {
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -o-display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-right: 10px;
      -o-transition: color 0.25s ease-in-out;
      -webkit-transition: color 0.25s ease-in-out;
      -moz-transition: color 0.25s ease-in-out;
      transition: color 0.25s ease-in-out; }
      .warehouse .item .text .map::before {
        content: '';
        display: inline-block;
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        background-image: url("images/icon/map.svg"); }
  .warehouse .item:hover .text .title, .warehouse .item:hover .text .map {
    color: #0059A0; }
  .warehouse .item .pic {
    text-align: center; }

.online-sales .title-box {
  text-align: center; }
  .online-sales .title-box * {
    margin: 10px 0; }
    @media screen and (max-width: 991px) {
      .online-sales .title-box * {
        margin: 8.5px 0; } }
    @media screen and (max-width: 479px) {
      .online-sales .title-box * {
        margin: 6.6px 0; } }

.online-sales .inner {
  padding: 50px 0; }
  @media screen and (max-width: 991px) {
    .online-sales .inner {
      padding: 42.5px 0; } }
  @media screen and (max-width: 479px) {
    .online-sales .inner {
      padding: 33px 0; } }
  .online-sales .inner .title {
    font-size: 1.25em;
    font-weight: 600;
    color: #000;
    margin: 25px 0; }
    @media screen and (max-width: 991px) {
      .online-sales .inner .title {
        margin: 21.25px 0; } }
    @media screen and (max-width: 479px) {
      .online-sales .inner .title {
        margin: 16.5px 0; } }

.online-sales .page-table td a {
  color: #002F7B;
  border-bottom: 1px solid #002F7B; }

@media screen and (min-width: 992px) {
  .online-sales .page-table td a {
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .online-sales .page-table td a:hover {
      color: #0085BF;
      border-bottom: 1px solid #0085BF; } }

@media screen and (max-width: 991px) {
  .online-sales .page-table table tr {
    padding-top: 0;
    padding-bottom: 20px;
    border: none; } }
  @media screen and (max-width: 991px) and (max-width: 991px) {
    .online-sales .page-table table tr {
      padding-bottom: 17px; } }
  @media screen and (max-width: 991px) and (max-width: 479px) {
    .online-sales .page-table table tr {
      padding-bottom: 13.2px; } }

@media screen and (max-width: 991px) {
  .online-sales .page-table table td {
    width: 50%; }
    .online-sales .page-table table td::before {
      min-width: 65px; }
    .online-sales .page-table table td:first-child {
      width: 100%;
      min-height: 38px;
      background-color: #295189;
      color: #FFF;
      margin-top: 0;
      margin-bottom: 10px;
      padding-top: 6px;
      padding-bottom: 6px; }
      .online-sales .page-table table td:first-child::before {
        display: none; }
      .online-sales .page-table table td:first-child a {
        color: #fff;
        border-bottom: 1px #fff solid; }
  .online-sales .page-table table br {
    display: none; } }

@media screen and (max-width: 767px) {
  .online-sales .page-table table td {
    width: 100%;
    margin-bottom: 10px; } }

.download .form-box {
  border-radius: 6px 6px;
  overflow: hidden; }

.download .form-group {
  margin-bottom: 0; }

.download .form-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0; }
  @media screen and (max-width: 991px) {
    .download .form-title {
      padding-top: 34px; } }
  @media screen and (max-width: 479px) {
    .download .form-title {
      padding-top: 26.4px; } }
  @media screen and (max-width: 991px) {
    .download .form-title {
      padding-bottom: 34px; } }
  @media screen and (max-width: 479px) {
    .download .form-title {
      padding-bottom: 26.4px; } }
  .download .form-title .title {
    margin-right: 0;
    margin-bottom: 30px; }
    @media screen and (max-width: 991px) {
      .download .form-title .title {
        margin-bottom: 25.5px; } }
    @media screen and (max-width: 479px) {
      .download .form-title .title {
        margin-bottom: 19.8px; } }

.download .page-table {
  background: #FFF; }
  .download .page-table table tbody td {
    border-right: 1px solid #DBDBDB; }
    .download .page-table table tbody td::after {
      display: none; }
    .download .page-table table tbody td:last-child {
      padding: 0; }

.download .download-box li {
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 20px;
  border-bottom: 1px dashed #DBDBDB; }
  @media screen and (max-width: 991px) {
    .download .download-box li {
      padding: 8.5px 10px; } }
  @media screen and (max-width: 479px) {
    .download .download-box li {
      padding: 6.6px 10px; } }
  .download .download-box li:last-child {
    border: none; }
  .download .download-box li span {
    width: calc(100% - 100px); }
  .download .download-box li:hover {
    background-color: #fff; }
    .download .download-box li:hover span {
      color: #29897A; }

.download .download-box .download-btn {
  min-width: 85px;
  font-size: 1em;
  color: #1E1E1E; }
  .download .download-box .download-btn::before {
    content: '\e822';
    font-family: "fontello";
    margin-right: 5px;
    color: #29897A; }
  .download .download-box .download-btn::after {
    content: '檔案下載'; }

@media screen and (max-width: 1199px) {
  .download .download-box li {
    padding: 10px; } }

@media screen and (max-width: 991px) {
  .download .page-table table tbody tr {
    padding: 0; }
    .download .page-table table tbody tr:nth-child(even) {
      background-color: rgba(0, 133, 191, 0.05); }
  .download .page-table table tbody td {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .download .page-table table tbody td:nth-child(3) {
      border-right: none; }
    .download .page-table table tbody td:last-child {
      width: 100%;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      border-right: none;
      padding: 0 5px; }
      .download .page-table table tbody td:last-child::before {
        width: calc(100% + 20px);
        background-color: #295189;
        padding: 8px 10px;
        margin: 0 -5px;
        color: #FFF; }
    .download .page-table table tbody td::before {
      min-width: 62px;
      padding: 0; }
  .download .download-box {
    width: 100%; }
    .download .download-box li {
      padding: 8px 5px; } }

@media screen and (max-width: 767px) {
  .download .download-box .download-btn {
    min-width: 60px; }
    .download .download-box .download-btn::after {
      content: '下載'; }
  .download .page-table table tbody td {
    margin: 5px 0;
    border: none; }
    .download .page-table table tbody td:first-child {
      margin-top: 10px; }
    .download .page-table table tbody td span {
      width: calc(100% - 65px);
      line-height: 1.5em; } }

/* ==========================================================================
		survey
 @mixin =========================================================================*/
#survey .label-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 22%;
  text-align: right;
  margin-right: 25px; }
  @media screen and (max-width: 991px) {
    #survey .label-box {
      margin-right: 12.5px; } }
  #survey .label-box label {
    padding-left: 0;
    padding-right: 0; }
    @media screen and (max-width: 991px) {
      #survey .label-box label {
        padding-left: 0;
        padding-right: 0; } }

#survey .label {
  min-width: 22%;
  text-align: right;
  padding-left: 0;
  padding-right: 0;
  margin-right: 25px; }
  @media screen and (max-width: 991px) {
    #survey .label {
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (max-width: 991px) {
    #survey .label {
      margin-right: 12.5px; } }

#survey .input-group {
  width: 100%; }

#survey .radio_label {
  min-width: 20%; }

@media screen and (max-width: 1199px) {
  #survey .label-box, #survey .label {
    min-width: 30%; }
  #survey .radio-box {
    margin-right: 10px; } }

@media screen and (max-width: 991px) {
  #survey .right {
    margin-top: 0; }
  #survey .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #survey .label-box, #survey .label {
    width: 100%;
    text-align: left; }
  #survey .label {
    margin-right: 0;
    margin-top: 20px; } }
  @media screen and (max-width: 991px) and (max-width: 991px) {
    #survey .label {
      margin-top: 17px; } }
  @media screen and (max-width: 991px) and (max-width: 479px) {
    #survey .label {
      margin-top: 13.2px; } }

@media screen and (max-width: 991px) {
  #survey .radio-box {
    width: auto; } }

@media screen and (max-width: 767px) {
  #survey .radio-box {
    width: calc(50% - 10px); } }

@media screen and (max-width: 479px) {
  #survey .radio-box {
    width: 100%;
    margin-right: 0; } }

/* ==========================================================================
		event
 @mixin =========================================================================*/
#event .banner {
  height: 27.5vw;
  min-height: 300px;
  position: relative; }
  #event .banner img {
    max-width: none;
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

#event .page-headline {
  background-image: none; }
  #event .page-headline .title {
    font-weight: 600; }
  #event .page-headline .share-box {
    margin: 10px auto; }
  @media screen and (max-width: 1199px) {
    #event .page-headline {
      min-height: auto; } }
  @media screen and (max-width: 600px) {
    #event .page-headline .share-box {
      margin: 0; } }

#event .tab-box {
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  z-index: 50;
  position: relative; }
  #event .tab-box::after {
    content: '';
    display: block;
    background-color: #F5F5F5;
    width: 100%;
    height: 50%;
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0; }
  #event .tab-box ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1140px;
    margin: 0 -5px; }
  #event .tab-box li {
    width: calc(33.3333% - 10px);
    height: 60px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #295189;
    margin-left: 5px;
    margin-right: 5px;
    -o-transition: background 0.25s ease-in-out;
    -webkit-transition: background 0.25s ease-in-out;
    -moz-transition: background 0.25s ease-in-out;
    transition: background 0.25s ease-in-out; }
    @media screen and (max-width: 991px) {
      #event .tab-box li {
        margin-left: 2.5px;
        margin-right: 2.5px; } }
    #event .tab-box li a {
      width: 100%;
      height: 100%;
      text-align: center;
      display: -webkit-box;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -o-display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-weight: 600;
      font-size: 1.05em;
      padding-left: 20px;
      padding-right: 20px;
      -o-transition: color 0.25s ease-in-out;
      -webkit-transition: color 0.25s ease-in-out;
      -moz-transition: color 0.25s ease-in-out;
      transition: color 0.25s ease-in-out; }
      @media screen and (max-width: 991px) {
        #event .tab-box li a {
          padding-left: 10px;
          padding-right: 10px; } }
    #event .tab-box li:last-child {
      margin-right: 0; }
    #event .tab-box li:hover {
      background-color: #D3DEED; }
    #event .tab-box li.active {
      background-color: #295189 !important; }
      #event .tab-box li.active a {
        color: #FFF !important; }

#event .event-inner {
  padding-top: 70px;
  background-color: #F5F5F5;
  overflow: hidden;
  z-index: 1; }
  @media screen and (max-width: 991px) {
    #event .event-inner {
      padding-top: 59.5px; } }
  @media screen and (max-width: 479px) {
    #event .event-inner {
      padding-top: 46.2px; } }
  #event .event-inner .container {
    position: relative; }
  #event .event-inner .share-box {
    text-align: right;
    position: absolute;
    right: 80px;
    z-index: 10; }

#event .editor {
  padding-bottom: 100px; }
  @media screen and (max-width: 991px) {
    #event .editor {
      padding-bottom: 85px; } }
  @media screen and (max-width: 479px) {
    #event .editor {
      padding-bottom: 66px; } }
  #event .editor .title {
    font-weight: 600;
    text-align: center;
    margin-top: 70px; }
    @media screen and (max-width: 991px) {
      #event .editor .title {
        margin-top: 59.5px; } }
    @media screen and (max-width: 479px) {
      #event .editor .title {
        margin-top: 46.2px; } }
    #event .editor .title.mt0 {
      margin-top: 0; }
  #event .editor hr {
    margin: 20px 0; }
    @media screen and (max-width: 991px) {
      #event .editor hr {
        margin: 17px 0; } }
    @media screen and (max-width: 479px) {
      #event .editor hr {
        margin: 13.2px 0; } }

#event .new-control {
  background-color: #fff;
  border: none; }

#event #event-inquire .page-text {
  padding: 0 !important; }

#event #event-inquire .btn-row {
  margin-top: 40px; }
  @media screen and (max-width: 991px) {
    #event #event-inquire .btn-row {
      margin-top: 34px; } }
  @media screen and (max-width: 479px) {
    #event #event-inquire .btn-row {
      margin-top: 26.4px; } }

@media screen and (max-width: 1440px) {
  #event .tab-box ul {
    width: 100%;
    padding: 0 40px; } }

@media screen and (max-width: 991px) {
  #event .tab-box ul {
    width: 100%;
    padding: 0 30px; }
  #event .event-inner .share-box {
    right: 24px; } }

@media screen and (max-width: 767px) {
  #event .tab-box ul {
    padding: 0 20px; } }

@media screen and (max-width: 600px) {
  #event .event-inner .share-box {
    position: static;
    display: table;
    text-align: center;
    margin: -20px auto 20px; } }

@media screen and (max-width: 479px) {
  #event .banner {
    height: auto;
    min-height: auto; }
    #event .banner img {
      position: static;
      width: 100%;
      height: auto;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      font-size: 0; }
  #event .tab-box li a {
    font-size: 1em; } }

#events {
  padding-top: 50px; }
  @media screen and (max-width: 991px) {
    #events {
      padding-top: 42.5px; } }
  @media screen and (max-width: 479px) {
    #events {
      padding-top: 33px; } }
  #events .container {
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #events .item {
    width: 360px;
    margin-bottom: 60px; }
    @media screen and (max-width: 991px) {
      #events .item {
        margin-bottom: 51px; } }
    @media screen and (max-width: 479px) {
      #events .item {
        margin-bottom: 39.6px; } }
    #events .item .pic-inner {
      width: 100%;
      height: 240px;
      overflow: hidden;
      margin-bottom: 25px; }
      @media screen and (max-width: 991px) {
        #events .item .pic-inner {
          margin-bottom: 21.25px; } }
      @media screen and (max-width: 479px) {
        #events .item .pic-inner {
          margin-bottom: 16.5px; } }
      #events .item .pic-inner .pic {
        width: 100%;
        height: 100%;
        -o-transition: transform 0.25s ease-in-out;
        -webkit-transition: transform 0.25s ease-in-out;
        -moz-transition: transform 0.25s ease-in-out;
        -webkit-transition: -webkit-transform 0.25s ease-in-out;
        transition: -webkit-transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
    #events .item .text {
      text-align: center; }
      #events .item .text .date {
        display: block;
        margin-bottom: 5px; }
      #events .item .text .title {
        -o-transition: color 0.25s ease-in-out;
        -webkit-transition: color 0.25s ease-in-out;
        -moz-transition: color 0.25s ease-in-out;
        transition: color 0.25s ease-in-out; }
    #events .item:hover .pic {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
    #events .item:hover .title {
      color: #0059A0; }
  @media screen and (max-width: 1199px) {
    #events .container {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    #events .item {
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 600px) {
    #events .item {
      margin-left: auto;
      margin-right: auto; }
      #events .item .pic {
        height: 220px; } }

/* ==========================================================================
		member
 @mixin =========================================================================*/
#member-login .page-banner {
  z-index: 1; }

#member-login .gary-bg {
  z-index: 1; }

#member-login .container {
  margin-top: -75px;
  position: relative;
  z-index: 10; }

.login-error {
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 200px;
  min-height: 50px;
  border-radius: 5px;
  border: 1px dashed #FF0000;
  color: #FF0000;
  padding: 15px 15px;
  margin: 10px 10px; }
  @media screen and (max-width: 991px) {
    .login-error {
      padding: 12.75px 7.5px; } }
  @media screen and (max-width: 479px) {
    .login-error {
      padding: 9.9px 7.5px; } }
  @media screen and (max-width: 991px) {
    .login-error {
      margin: 8.5px 5px; } }
  @media screen and (max-width: 479px) {
    .login-error {
      margin: 6.6px 5px; } }

.change-password .input-group {
  width: 100%; }

.change-password label {
  min-width: 150px; }

.member-event .form-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }

.member-event .event-inner {
  padding-top: 30px; }

.event-title {
  display: block;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
  text-decoration: underline !important; }
  .event-title.ends {
    cursor: inherit;
    text-decoration: none !important; }
    .event-title.ends:hover {
      color: #29897A; }

/* ==========================================================================
		result
 @mixin =========================================================================*/
#series .result .series-info {
  padding-top: 2vw;
  border: none; }
  #series .result .series-info .head {
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 12px; }
    #series .result .series-info .head .title {
      font-size: 20px; }
  #series .result .series-info .top {
    margin-bottom: 8px; }
    #series .result .series-info .top .size {
      font-size: 1.8em; }

#series .result .result-head {
  text-align: center;
  background-color: #F8F8F8;
  padding-top: 70px;
  padding-bottom: 60px; }
  #series .result .result-head h2 {
    color: #000;
    font-size: 1.9em;
    font-weight: 700;
    margin-bottom: 5px; }

#series .result .result-info {
  padding: 50px 0; }

#manufacture .content {
  border: none; }

#manufacture .tab-box {
  display: inline-block;
  width: 260px;
  height: 100%;
  background-color: #F0F0F0;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 5px 25px 25px; }
  #manufacture .tab-box ul {
    overflow: hidden; }
  #manufacture .tab-box li {
    display: block;
    text-align: left;
    border-radius: 50px;
    padding: 10px 20px;
    margin-bottom: 0px;
    font-size: 15px;
    -o-transition: background 0.25s ease-in-out;
    -webkit-transition: background 0.25s ease-in-out;
    -moz-transition: background 0.25s ease-in-out;
    transition: background 0.25s ease-in-out; }
    #manufacture .tab-box li.active {
      background-color: #fff; }

#manufacture .info-box .tab-in {
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 265px);
  height: 100%;
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0; }

@media screen and (max-width: 1440px) {
  #manufacture .tab-box {
    width: 240px;
    padding-left: 20px; }
  #manufacture .info-box .tab-in {
    width: calc(100% - 240px); } }

@media screen and (max-width: 1199px) {
  #manufacture .content {
    width: 80vw; } }

@media screen and (max-width: 991px) {
  #manufacture .tab-box {
    width: 100%;
    height: calc(220px + 30px);
    padding: 20px 5px 10px 10px;
    overflow-y: hidden; }
    #manufacture .tab-box ul {
      text-align: left;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-overflow-scrolling: touch;
      width: 100%;
      height: 220px;
      overflow-x: scroll;
      overflow-y: hidden; }
      #manufacture .tab-box ul li {
        display: inline-block;
        width: auto;
        padding: 5px 20px; }
  #manufacture .info-box .tab-in {
    width: 100%;
    height: calc(100% - (220px + 30px));
    top: calc(220px + 30px);
    padding: 20px; }
    #manufacture .info-box .tab-in img {
      height: auto;
      width: 82%;
      max-width: none; }
  #manufacture .lightbox-close {
    top: calc(6vh + 20px);
    background-color: #fff; } }

@media screen and (max-width: 600px) {
  #manufacture .content {
    height: 86vh; }
  #manufacture .lightbox-close {
    top: calc(3vh + 20px);
    right: calc(10vw + 10px); } }

@media screen and (max-width: 479px) {
  #manufacture .tab-box {
    height: calc(212px + 30px);
    border-radius: 10px 10px 0 0; }
    #manufacture .tab-box ul {
      width: 600px;
      height: 212px;
      padding: 0 50px 0 0; }
  #manufacture .info-box .tab-in {
    height: calc(100% - (212px + 30px));
    top: 242px; }
    #manufacture .info-box .tab-in img {
      width: 100%; }
  #manufacture .lightbox-close {
    top: calc(1vh + 20px); } }

#termContent .content, #eventInfo .content, #personal-terms .content {
  font-size: 14px;
  text-align: left;
  padding: 40px;
  padding-left: 70px;
  padding-right: 5px; }

#termContent .mCSB_inside > .mCSB_container, #eventInfo .mCSB_inside > .mCSB_container, #personal-terms .mCSB_inside > .mCSB_container {
  margin-right: 70px; }

#termContent p, #eventInfo p, #personal-terms p {
  margin: 15px 0; }

@media screen and (max-width: 991px) {
  #termContent .content, #eventInfo .content, #personal-terms .content {
    padding: 60px 20px 40px 20px;
    -webkit-overflow-scrolling: touch; }
  #termContent .mCSB_inside > .mCSB_container, #eventInfo .mCSB_inside > .mCSB_container, #personal-terms .mCSB_inside > .mCSB_container {
    margin-right: 20px; } }

.register-form {
  width: calc(100% - 50px);
  position: relative;
  overflow: visible; }
  .register-form .close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #FFF;
    border: 1px solid #295189;
    line-height: 25px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    right: -50px;
    top: 25px;
    z-index: 80;
    -o-transition: transform 0.25s ease-in-out;
    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
    .register-form .close::before {
      content: '\e80b';
      font-family: "fontello"; }
    .register-form .close:hover {
      background-color: #DCE4E6;
      border-color: #DCE4E6;
      color: #0059A0;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  @media screen and (max-width: 991px) {
    .register-form {
      width: 100%; }
      .register-form .close {
        top: -5px;
        right: -5px; } }

.form-addbtn {
  width: calc(100% - 50px); }
  @media screen and (max-width: 991px) {
    .form-addbtn {
      width: 100%; } }

.font-weight-bold {
  font-weight: bold;
}

.w-100{
  width:100% !important;
}

.d-inline-block{
  display:inline-block;
}
small, .small {
    font-size: 80%;
    font-weight: 400;
}