@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, ar, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, input, select, textarea, caption, tbody, tfoot, thead, tr, th, td, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

body {
  position: relative;
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #777;
  overflow-x: hidden; }

img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

button, input, select, textarea {
  display: block;
  outline: none; }

a {
  cursor: pointer;
  display: block;
  text-decoration: none; }

a:hover, a:focus, a:active {
  text-decoration: none; }

ul, ol {
  list-style: none; }

*::-webkit-input-placeholder {
  color: #bbb; }

*:-ms-input-placeholder {
  color: #bbb; }

*::-ms-input-placeholder {
  color: #bbb; }

*::placeholder {
  color: #bbb; }

*:-ms-input-placeholder {
  color: #bbb; }

*::-ms-input-placeholder {
  color: #bbb; }

.main {
  width: 100%;
  background-color: #fff; }
  @media (max-width: 991px) {
    .main {
      padding-top: 80px; } }

.container {
  position: relative;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto; }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .container {
      width: 990px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (max-width: 767px) {
    .container {
      width: 100%; } }

.full-container {
  position: relative;
  width: 100%; }

.fixed__social {
  position: fixed;
  top: 50%;
  right: 30px;
  z-index: 999; }
  @media (min-width: 992px) {
    .fixed__social {
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media (max-width: 991px) {
    .fixed__social {
      top: auto;
      bottom: 80px;
      right: 20px; } }
  .fixed__social-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s; }
    @media (max-width: 991px) {
      .fixed__social-btn {
        width: 36px;
        height: 36px; } }
    .fixed__social-btn:hover {
      -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0);
      box-shadow: 2px 2px 8px rgba(0, 0, 0, 0); }
    .fixed__social-btn--fb {
      background-size: 150px 1000px;
      background-repeat: no-repeat;
      background-image: url("../images/icons-01.png?1120");
      background-position: 0px -292px; }
      @media (max-width: 991px) {
        .fixed__social-btn--fb {
          background-size: 90px 600px;
          background-repeat: no-repeat;
          background-image: url("../images/icons-01.png?1120");
          background-position: 0px -175.2px; } }
    .fixed__social-btn--line {
      margin-top: 15px;
      background-size: 150px 1000px;
      background-repeat: no-repeat;
      background-image: url("../images/icons-01.png?1120");
      background-position: -61px -292px; }
      @media (max-width: 991px) {
        .fixed__social-btn--line {
          margin-top: 5px;
          background-size: 90px 600px;
          background-repeat: no-repeat;
          background-image: url("../images/icons-01.png?1120");
          background-position: -36.6px -175.2px; } }

.heading {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .heading__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 530px;
    padding: 200px 0 60px 0; }
    @media (max-width: 991px) {
      .heading__block {
        height: 180px;
        padding: 0; } }
  .heading__box {
    width: 100%;
    text-align: center; }
  .heading__title {
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    color: #fff; }
    @media (max-width: 991px) {
      .heading__title {
        font-size: 28px;
        font-weight: 400;
        text-align: center; } }
  .heading__bread {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    margin-top: 12px; }
    @media (max-width: 991px) {
      .heading__bread {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .heading__bread a {
      font-size: 15px;
      font-weight: 400;
      line-height: 1.6;
      color: #fff; }
      .heading__bread a::after {
        content: "/";
        margin: 0 5px; }
      .heading__bread a:last-child {
        color: #fff; }
        .heading__bread a:last-child::after {
          content: none; }

.common__title {
  position: relative;
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 40px;
  font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #222; }
  .common__title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 2px;
    background-color: #222222; }
  @media (max-width: 991px) {
    .common__title {
      margin-bottom: 25px;
      font-size: 22px; } }

.pagenation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  margin-top: 40px; }
  @media (max-width: 991px) {
    .pagenation {
      margin-top: 30px; } }
  .pagenation__prev {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #eee;
    border-radius: 50%; }
    @media (max-width: 991px) {
      .pagenation__prev {
        width: 30px;
        height: 30px; } }
    .pagenation__prev svg {
      width: 100%; }
      .pagenation__prev svg path {
        -webkit-transition: fill .3;
        -o-transition: fill .3;
        transition: fill .3; }
      .pagenation__prev svg svg path {
        fill: #555; }
  .pagenation__btn {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #aaa;
    text-align: center;
    background-color: #eee;
    border-radius: 50%;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
    @media (max-width: 991px) {
      .pagenation__btn {
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 30px; } }
    .pagenation__btn:hover {
      color: #555; }
    .pagenation__btn:nth-child(n + 2) {
      margin-left: 10px; }
    .pagenation__btn--active {
      color: #fff;
      background-color: #0060a1; }
      .pagenation__btn--active:hover {
        color: #fff;
        background-color: #0060a1; }
  .pagenation__next {
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    background-color: #eee;
    border-radius: 50%; }
    @media (max-width: 991px) {
      .pagenation__next {
        width: 30px;
        height: 30px; } }
    .pagenation__next svg {
      width: 100%; }
      .pagenation__next svg path {
        -webkit-transition: fill .3s;
        -o-transition: fill .3s;
        transition: fill .3s; }
    .pagenation__next:hover svg path {
      fill: #555; }

.gototop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  width: 40px;
  height: 40px;
  background-color: #333;
  background-image: url(../images/gototop.svg);
  background-size: cover;
  background-position: center;
  border: 1px solid #0060a1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  z-index: 998; }
  @media (max-width: 991px) {
    .gototop {
      bottom: 20px;
      right: 20px;
      width: 30px;
      height: 30px; } }
  .gototop:hover {
    opacity: .7; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 70px 0;
  z-index: 999; }
  @media (max-width: 991px) {
    .header {
      position: fixed;
      padding: 0; } }
  .header > h1 {
    display: none; }
  @media (min-width: 992px) {
    .header--active .header-menu {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 0;
      padding: 0;
      margin: 0;
      background-color: #0f0f0f;
      -webkit-animation-name: headerAnimation;
      animation-name: headerAnimation;
      -webkit-animation-duration: .5s;
      animation-duration: .5s;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-direction: normal;
      animation-direction: normal;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      overflow: hidden;
      z-index: 999; }
    @-webkit-keyframes headerAnimation {
      0% {
        height: 0; }
      100% {
        height: 80px; } }
    @keyframes headerAnimation {
      0% {
        height: 0; }
      100% {
        height: 80px; } }
    .header--active .header-menu__block {
      height: 80px; }
    .header--active .header-menu__logo::before {
      content: none; } }
  .header-menu {
    width: 100%; }
    @media (max-width: 991px) {
      .header-menu {
        background-color: #0f0f0f;
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); } }
    .header-menu__block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      width: 100%;
      padding: 0 80px;
      height: 60px; }
      @media (max-width: 1199px) {
        .header-menu__block {
          padding: 0 40px; } }
      @media (max-width: 991px) {
        .header-menu__block {
          height: 80px;
          padding: 0 15px; } }
    .header-menu__logo {
      position: relative;
      width: auto;
      height: 46px; }
      @media (max-width: 991px) {
        .header-menu__logo {
          height: 40px; } }
      .header-menu__logo::before {
        content: "";
        position: absolute;
        bottom: -10px;
        right: 0;
        display: block;
        width: calc(100% + 80px);
        height: 1px;
        background-color: #fff; }
        @media (max-width: 1199px) {
          .header-menu__logo::before {
            width: calc(100% + 40px); } }
        @media (max-width: 991px) {
          .header-menu__logo::before {
            display: none; } }
      .header-menu__logo img {
        width: auto;
        height: 100%; }
    .header-menu__nav {
      width: calc(100% - 180px);
      padding-left: 60px; }
      @media (max-width: 1199px) {
        .header-menu__nav {
          padding-left: 40px; } }
      @media (max-width: 991px) {
        .header-menu__nav {
          position: fixed;
          top: 0;
          left: 0;
          display: none;
          width: 100%;
          height: 100vh;
          padding: 0;
          background-color: rgba(0, 0, 0, 0.8);
          overflow: auto;
          opacity: 0;
          z-index: 9999;
          -webkit-transition: opacity .5s;
          -o-transition: opacity .5s;
          transition: opacity .5s; }
          .header-menu__nav--open {
            display: block; }
            .header-menu__nav--open .header-menu__btn {
              -webkit-transform: translateY(-20px);
              -ms-transform: translateY(-20px);
              transform: translateY(-20px);
              opacity: 0; }
            .header-menu__nav--open .header-menu__btn:nth-child(1) {
              -webkit-transition-property: opacity, -webkit-transform;
              transition-property: opacity, -webkit-transform;
              -o-transition-property: opacity, transform;
              transition-property: opacity, transform;
              transition-property: opacity, transform, -webkit-transform;
              -webkit-transition-duration: .3s;
              -o-transition-duration: .3s;
              transition-duration: .3s;
              -webkit-transition-delay: 0.2s;
              -o-transition-delay: 0.2s;
              transition-delay: 0.2s; }
            .header-menu__nav--open .header-menu__btn:nth-child(2) {
              -webkit-transition-property: opacity, -webkit-transform;
              transition-property: opacity, -webkit-transform;
              -o-transition-property: opacity, transform;
              transition-property: opacity, transform;
              transition-property: opacity, transform, -webkit-transform;
              -webkit-transition-duration: .3s;
              -o-transition-duration: .3s;
              transition-duration: .3s;
              -webkit-transition-delay: 0.4s;
              -o-transition-delay: 0.4s;
              transition-delay: 0.4s; }
            .header-menu__nav--open .header-menu__btn:nth-child(3) {
              -webkit-transition-property: opacity, -webkit-transform;
              transition-property: opacity, -webkit-transform;
              -o-transition-property: opacity, transform;
              transition-property: opacity, transform;
              transition-property: opacity, transform, -webkit-transform;
              -webkit-transition-duration: .3s;
              -o-transition-duration: .3s;
              transition-duration: .3s;
              -webkit-transition-delay: 0.6s;
              -o-transition-delay: 0.6s;
              transition-delay: 0.6s; }
            .header-menu__nav--open .header-menu__btn:nth-child(4) {
              -webkit-transition-property: opacity, -webkit-transform;
              transition-property: opacity, -webkit-transform;
              -o-transition-property: opacity, transform;
              transition-property: opacity, transform;
              transition-property: opacity, transform, -webkit-transform;
              -webkit-transition-duration: .3s;
              -o-transition-duration: .3s;
              transition-duration: .3s;
              -webkit-transition-delay: 0.8s;
              -o-transition-delay: 0.8s;
              transition-delay: 0.8s; }
            .header-menu__nav--open .header-menu__btn:nth-child(5) {
              -webkit-transition-property: opacity, -webkit-transform;
              transition-property: opacity, -webkit-transform;
              -o-transition-property: opacity, transform;
              transition-property: opacity, transform;
              transition-property: opacity, transform, -webkit-transform;
              -webkit-transition-duration: .3s;
              -o-transition-duration: .3s;
              transition-duration: .3s;
              -webkit-transition-delay: 1s;
              -o-transition-delay: 1s;
              transition-delay: 1s; }
            .header-menu__nav--open .header-menu__btn:nth-child(6) {
              -webkit-transition-property: opacity, -webkit-transform;
              transition-property: opacity, -webkit-transform;
              -o-transition-property: opacity, transform;
              transition-property: opacity, transform;
              transition-property: opacity, transform, -webkit-transform;
              -webkit-transition-duration: .3s;
              -o-transition-duration: .3s;
              transition-duration: .3s;
              -webkit-transition-delay: 1.2s;
              -o-transition-delay: 1.2s;
              transition-delay: 1.2s; }
            .header-menu__nav--open .header-menu__btn:nth-child(7) {
              -webkit-transition-property: opacity, -webkit-transform;
              transition-property: opacity, -webkit-transform;
              -o-transition-property: opacity, transform;
              transition-property: opacity, transform;
              transition-property: opacity, transform, -webkit-transform;
              -webkit-transition-duration: .3s;
              -o-transition-duration: .3s;
              transition-duration: .3s;
              -webkit-transition-delay: 1.4s;
              -o-transition-delay: 1.4s;
              transition-delay: 1.4s; }
            .header-menu__nav--open .header-menu__btn:nth-child(8) {
              -webkit-transition-property: opacity, -webkit-transform;
              transition-property: opacity, -webkit-transform;
              -o-transition-property: opacity, transform;
              transition-property: opacity, transform;
              transition-property: opacity, transform, -webkit-transform;
              -webkit-transition-duration: .3s;
              -o-transition-duration: .3s;
              transition-duration: .3s;
              -webkit-transition-delay: 1.6s;
              -o-transition-delay: 1.6s;
              transition-delay: 1.6s; }
            .header-menu__nav--open .header-menu__btn:nth-child(9) {
              -webkit-transition-property: opacity, -webkit-transform;
              transition-property: opacity, -webkit-transform;
              -o-transition-property: opacity, transform;
              transition-property: opacity, transform;
              transition-property: opacity, transform, -webkit-transform;
              -webkit-transition-duration: .3s;
              -o-transition-duration: .3s;
              transition-duration: .3s;
              -webkit-transition-delay: 1.8s;
              -o-transition-delay: 1.8s;
              transition-delay: 1.8s; }
            .header-menu__nav--open .header-menu__btn:nth-child(10) {
              -webkit-transition-property: opacity, -webkit-transform;
              transition-property: opacity, -webkit-transform;
              -o-transition-property: opacity, transform;
              transition-property: opacity, transform;
              transition-property: opacity, transform, -webkit-transform;
              -webkit-transition-duration: .3s;
              -o-transition-duration: .3s;
              transition-duration: .3s;
              -webkit-transition-delay: 2s;
              -o-transition-delay: 2s;
              transition-delay: 2s; }
            .header-menu__nav--open .header-menu__btn:nth-child(11) {
              -webkit-transition-property: opacity, -webkit-transform;
              transition-property: opacity, -webkit-transform;
              -o-transition-property: opacity, transform;
              transition-property: opacity, transform;
              transition-property: opacity, transform, -webkit-transform;
              -webkit-transition-duration: .3s;
              -o-transition-duration: .3s;
              transition-duration: .3s;
              -webkit-transition-delay: 2.2s;
              -o-transition-delay: 2.2s;
              transition-delay: 2.2s; }
            .header-menu__nav--open .header-menu__btn:nth-child(12) {
              -webkit-transition-property: opacity, -webkit-transform;
              transition-property: opacity, -webkit-transform;
              -o-transition-property: opacity, transform;
              transition-property: opacity, transform;
              transition-property: opacity, transform, -webkit-transform;
              -webkit-transition-duration: .3s;
              -o-transition-duration: .3s;
              transition-duration: .3s;
              -webkit-transition-delay: 2.4s;
              -o-transition-delay: 2.4s;
              transition-delay: 2.4s; }
            .header-menu__nav--open .header-menu__btn:nth-child(13) {
              -webkit-transition-property: opacity, -webkit-transform;
              transition-property: opacity, -webkit-transform;
              -o-transition-property: opacity, transform;
              transition-property: opacity, transform;
              transition-property: opacity, transform, -webkit-transform;
              -webkit-transition-duration: .3s;
              -o-transition-duration: .3s;
              transition-duration: .3s;
              -webkit-transition-delay: 2.6s;
              -o-transition-delay: 2.6s;
              transition-delay: 2.6s; }
            .header-menu__nav--open .header-menu__btn:nth-child(14) {
              -webkit-transition-property: opacity, -webkit-transform;
              transition-property: opacity, -webkit-transform;
              -o-transition-property: opacity, transform;
              transition-property: opacity, transform;
              transition-property: opacity, transform, -webkit-transform;
              -webkit-transition-duration: .3s;
              -o-transition-duration: .3s;
              transition-duration: .3s;
              -webkit-transition-delay: 2.8s;
              -o-transition-delay: 2.8s;
              transition-delay: 2.8s; }
            .header-menu__nav--open .header-menu__btn:nth-child(15) {
              -webkit-transition-property: opacity, -webkit-transform;
              transition-property: opacity, -webkit-transform;
              -o-transition-property: opacity, transform;
              transition-property: opacity, transform;
              transition-property: opacity, transform, -webkit-transform;
              -webkit-transition-duration: .3s;
              -o-transition-duration: .3s;
              transition-duration: .3s;
              -webkit-transition-delay: 3s;
              -o-transition-delay: 3s;
              transition-delay: 3s; }
            .header-menu__nav--open .header-menu__btn:nth-child(16) {
              -webkit-transition-property: opacity, -webkit-transform;
              transition-property: opacity, -webkit-transform;
              -o-transition-property: opacity, transform;
              transition-property: opacity, transform;
              transition-property: opacity, transform, -webkit-transform;
              -webkit-transition-duration: .3s;
              -o-transition-duration: .3s;
              transition-duration: .3s;
              -webkit-transition-delay: 3.2s;
              -o-transition-delay: 3.2s;
              transition-delay: 3.2s; }
            .header-menu__nav--open .header-menu__btn:nth-child(17) {
              -webkit-transition-property: opacity, -webkit-transform;
              transition-property: opacity, -webkit-transform;
              -o-transition-property: opacity, transform;
              transition-property: opacity, transform;
              transition-property: opacity, transform, -webkit-transform;
              -webkit-transition-duration: .3s;
              -o-transition-duration: .3s;
              transition-duration: .3s;
              -webkit-transition-delay: 3.4s;
              -o-transition-delay: 3.4s;
              transition-delay: 3.4s; }
            .header-menu__nav--open .header-menu__btn:nth-child(18) {
              -webkit-transition-property: opacity, -webkit-transform;
              transition-property: opacity, -webkit-transform;
              -o-transition-property: opacity, transform;
              transition-property: opacity, transform;
              transition-property: opacity, transform, -webkit-transform;
              -webkit-transition-duration: .3s;
              -o-transition-duration: .3s;
              transition-duration: .3s;
              -webkit-transition-delay: 3.6s;
              -o-transition-delay: 3.6s;
              transition-delay: 3.6s; }
            .header-menu__nav--open .header-menu__btn:nth-child(19) {
              -webkit-transition-property: opacity, -webkit-transform;
              transition-property: opacity, -webkit-transform;
              -o-transition-property: opacity, transform;
              transition-property: opacity, transform;
              transition-property: opacity, transform, -webkit-transform;
              -webkit-transition-duration: .3s;
              -o-transition-duration: .3s;
              transition-duration: .3s;
              -webkit-transition-delay: 3.8s;
              -o-transition-delay: 3.8s;
              transition-delay: 3.8s; }
            .header-menu__nav--open .header-menu__btn:nth-child(20) {
              -webkit-transition-property: opacity, -webkit-transform;
              transition-property: opacity, -webkit-transform;
              -o-transition-property: opacity, transform;
              transition-property: opacity, transform;
              transition-property: opacity, transform, -webkit-transform;
              -webkit-transition-duration: .3s;
              -o-transition-duration: .3s;
              transition-duration: .3s;
              -webkit-transition-delay: 4s;
              -o-transition-delay: 4s;
              transition-delay: 4s; }
          .header-menu__nav--opening {
            opacity: 1; }
            .header-menu__nav--opening .header-menu__btn {
              -webkit-transform: translateY(0px);
              -ms-transform: translateY(0px);
              transform: translateY(0px);
              opacity: 1; } }
    .header-menu__navbox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      width: 100%; }
      @media (max-width: 991px) {
        .header-menu__navbox {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          width: 100%;
          min-height: 100vh;
          padding: 100px 50px; } }
    .header-menu__btn {
      font-size: 18px;
      font-weight: 400;
      line-height: 1.6;
      color: #fff;
      text-align: center;
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s; }
      .header-menu__btn:hover {
        opacity: .7; }
      @media (min-width: 992px) {
        .header-menu__btn:nth-child(n + 2) {
          margin-left: 30px; } }
      @media (max-width: 991px) {
        .header-menu__btn {
          width: 100%;
          padding: 5px 0;
          font-size: 16px;
          line-height: 2.5;
          color: #fff; }
          .header-menu__btn:nth-child(n + 2) {
            border-top: 1px solid rgba(255, 255, 255, 0.2); } }
    .header-menu__social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center; }
      @media (max-width: 991px) {
        .header-menu__social {
          display: none; } }
      .header-menu__social-btn {
        width: 20px;
        height: 20px; }
        .header-menu__social-btn:nth-child(n + 2) {
          margin-left: 20px; }
        .header-menu__social-btn:hover svg path {
          fill: #0060a1; }
        .header-menu__social-btn svg {
          width: 100%;
          height: 100%; }
          .header-menu__social-btn svg path {
            -webkit-transition: fill .3s;
            -o-transition: fill .3s;
            transition: fill .3s; }
    .header-menu__close {
      position: absolute;
      top: 34px;
      left: 50%;
      width: 32px;
      height: 32px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      .header-menu__close > div {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        height: 2px;
        background-color: #fff;
        border-radius: 1px; }
        .header-menu__close > div:first-child {
          -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg); }
        .header-menu__close > div:last-child {
          -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg); }
      @media (min-width: 992px) {
        .header-menu__close {
          display: none; } }
    .header-menu__burger {
      width: 22px; }
      .header-menu__burger > div {
        width: 100%;
        height: 2px;
        margin: 6px 0;
        border-radius: 1px;
        background-color: #fff; }
      @media (min-width: 992px) {
        .header-menu__burger {
          display: none; } }

.footer {
  width: 100%; }
  .footer-main {
    width: 100%;
    padding: 90px 0;
    background-color: #1c1f1e; }
    @media (max-width: 991px) {
      .footer-main {
        padding: 40px 0; } }
    .footer-main__block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      width: 100%; }
    .footer-main__info {
      width: calc((100% - 90px) * 0.26); }
      @media (max-width: 991px) {
        .footer-main__info {
          display: none; } }
    .footer-main__logo {
      width: auto;
      height: 46px; }
      .footer-main__logo img {
        height: 100%; }
    .footer-main__text {
      width: 100%;
      margin-top: 15px;
      font-size: 15px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.5); }
    .footer-main__social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      width: 100%;
      margin-top: 25px; }
      .footer-main__social-btn {
        width: 18px;
        height: 18px;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s; }
        .footer-main__social-btn:nth-child(n + 2) {
          margin-left: 15px; }
        .footer-main__social-btn:hover {
          opacity: .7; }
        .footer-main__social-btn--fb {
          background-size: 150px 1000px;
          background-repeat: no-repeat;
          background-image: url("../images/icons-01.png?1120");
          background-position: 0px -60px; }
        .footer-main__social-btn--line {
          background-size: 150px 1000px;
          background-repeat: no-repeat;
          background-image: url("../images/icons-01.png?1120");
          background-position: -19px -60px; }
    .footer-main__item {
      width: calc((100% - 90px) * 0.22); }
      .footer-main__item:nth-child(4) {
        width: calc((100% - 90px) * 0.3); }
      @media (max-width: 991px) {
        .footer-main__item {
          width: 100%; }
          .footer-main__item:nth-child(2) {
            display: none; }
          .footer-main__item:nth-child(4) {
            width: 100%;
            margin-top: 30px; } }
    .footer-main__title {
      width: 100%;
      margin-bottom: 30px;
      font-size: 18px;
      font-weight: 500;
      line-height: 1;
      color: #fff; }
      @media (max-width: 991px) {
        .footer-main__title {
          margin-bottom: 5px;
          font-size: 16px; } }
    .footer-main__feature {
      width: 100%; }
      .footer-main__feature-list {
        width: 100%; }
      .footer-main__feature-btn {
        width: 100%;
        padding: 13px 0;
        font-size: 15px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.5);
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    .footer-main__quick {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      width: 100%; }
      .footer-main__quick-list {
        width: calc((100% - 20px) / 2); }
      .footer-main__quick-btn {
        width: 100%;
        padding: 13px 0;
        font-size: 15px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.5);
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s; }
        .footer-main__quick-btn:hover {
          opacity: .7; }
    .footer-main__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      width: 100%; }
      .footer-main__link-list {
        width: 100%; }
        .footer-main__link-list:nth-child(3), .footer-main__link-list:nth-child(4) {
          width: calc((100% - 20px) / 2); }
        @media (min-width: 992px) {
          .footer-main__link-list:nth-child(5), .footer-main__link-list:nth-child(6) {
            display: none; } }
      .footer-main__link-btn {
        position: relative;
        width: 100%;
        padding: 13px 0 13px 24px;
        font-size: 15px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.5);
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s; }
        .footer-main__link-btn[href]:hover {
          opacity: .7; }
        .footer-main__link-btn::before {
          content: "";
          position: absolute;
          top: 19px;
          left: 0;
          display: block;
          width: 14px;
          height: 14px; }
        .footer-main__link-btn--addr::before {
          background-size: 150px 1000px;
          background-repeat: no-repeat;
          background-image: url("../images/icons-01.png?1120");
          background-position: 0px -79px; }
        .footer-main__link-btn--mail::before {
          background-size: 150px 1000px;
          background-repeat: no-repeat;
          background-image: url("../images/icons-01.png?1120");
          background-position: -15px -79px; }
        .footer-main__link-btn--tel::before {
          background-size: 150px 1000px;
          background-repeat: no-repeat;
          background-image: url("../images/icons-01.png?1120");
          background-position: -30px -79px; }
        .footer-main__link-btn--phone::before {
          background-size: 150px 1000px;
          background-repeat: no-repeat;
          background-image: url("../images/icons-01.png?1120");
          background-position: -45px -79px; }
        .footer-main__link-btn--fb::before {
          background-size: 150px 1000px;
          background-repeat: no-repeat;
          background-image: url("../images/icons-01.png?1120");
          background-position: -60px -79px; }
        .footer-main__link-btn--line::before {
          background-size: 150px 1000px;
          background-repeat: no-repeat;
          background-image: url("../images/icons-01.png?1120");
          background-position: -75px -79px; }
  .footer-copyright {
    width: 100%;
    background-color: #111111; }
    .footer-copyright__text {
      width: 100%;
      padding: 30px 0;
      font-size: 12px;
      font-weight: 300;
      color: rgba(255, 255, 255, 0.5);
      text-align: center; }
      .footer-copyright__text a {
        display: inline;
        color: rgba(255, 255, 255, 0.5);
        -webkit-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s; }
        .footer-copyright__text a:hover {
          color: #fe7e17; }

.home-slider {
  width: 100%; }
  .home-slider .full-container {
    position: relative; }
  .home-slider__slick {
    position: relative;
    width: 100%;
    z-index: 1; }
    .home-slider__slick > .home-slider__item:nth-child(n + 2) {
      display: none !important; }
    .home-slider__slick .slick-dots {
      position: absolute;
      bottom: 30px;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      width: 100%; }
      @media (max-width: 991px) {
        .home-slider__slick .slick-dots {
          bottom: 20px; } }
      .home-slider__slick .slick-dots li {
        margin: 0px 5px;
        overflow: hidden; }
        .home-slider__slick .slick-dots li.slick-active button {
          border-color: #fff; }
          .home-slider__slick .slick-dots li.slick-active button:hover {
            border-color: #fff; }
          .home-slider__slick .slick-dots li.slick-active button::before {
            width: 6px;
            height: 6px;
            background-color: #fff; }
            @media (max-width: 991px) {
              .home-slider__slick .slick-dots li.slick-active button::before {
                width: 4px;
                height: 4px; } }
        .home-slider__slick .slick-dots li button {
          position: relative;
          width: 18px;
          height: 18px;
          font-size: 0px;
          background-color: transparent;
          border: 2px solid transparent;
          border-radius: 9px;
          -webkit-transition: border-color .3s;
          -o-transition: border-color .3s;
          transition: border-color .3s;
          cursor: pointer; }
          @media (max-width: 991px) {
            .home-slider__slick .slick-dots li button {
              font-size: 0;
              width: 14px;
              height: 14px;
              border-radius: 7px; } }
          .home-slider__slick .slick-dots li button:hover {
            border-color: #fff; }
            .home-slider__slick .slick-dots li button:hover::before {
              width: 6px;
              height: 6px;
              background-color: #fff; }
              @media (max-width: 991px) {
                .home-slider__slick .slick-dots li button:hover::before {
                  width: 4px;
                  height: 4px; } }
          .home-slider__slick .slick-dots li button::before {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 14px;
            height: 14px;
            background-color: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -webkit-transition: width .3s, height .3s, background-color .3s;
            -o-transition: width .3s, height .3s, background-color .3s;
            transition: width .3s, height .3s, background-color .3s; }
            @media (max-width: 991px) {
              .home-slider__slick .slick-dots li button::before {
                width: 10px;
                height: 10px; } }
  .home-slider__item {
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (min-width: 992px) {
      .home-slider__item {
        min-height: 600px; } }
    @media (max-width: 991px) {
      .home-slider__item {
        height: 80vw; } }
    .home-slider__item::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), color-stop(85%, rgba(0, 0, 0, 0.7)));
      background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.7) 85%);
      background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.7) 85%);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.7) 85%); }
    .home-slider__item .container {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center; }
      @media (max-width: 991px) {
        .home-slider__item .container {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
  .home-slider__box {
    width: 100%;
    text-align: center; }
  .home-slider__subtitle {
    width: 100%;
    margin-bottom: 5px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center; }
    @media (max-width: 991px) {
      .home-slider__subtitle {
        font-size: 15px; } }
    @media (max-width: 575px) {
      .home-slider__subtitle {
        display: none; } }
  .home-slider__title {
    position: relative;
    width: 100%;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    text-align: center; }
    @media (max-width: 991px) {
      .home-slider__title {
        font-size: 32px;
        font-weight: 400; } }
    @media (max-width: 575px) {
      .home-slider__title {
        font-size: 24px; } }
  .home-slider__btn {
    position: relative;
    display: inline-block;
    margin: 15px auto 0;
    padding-right: 35px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 38px;
    color: #fff;
    text-align: center;
    border-bottom: 3px solid #fff;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
    .home-slider__btn:hover {
      color: #0060a1; }
      .home-slider__btn:hover svg rect, .home-slider__btn:hover svg polygon {
        fill: #0060a1; }
    @media (max-width: 991px) {
      .home-slider__btn {
        margin: 10px auto 0;
        font-size: 15px;
        line-height: 30px; } }
    .home-slider__btn svg {
      position: absolute;
      top: 50%;
      right: 0;
      width: 20px;
      height: 8px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .home-slider__btn svg rect, .home-slider__btn svg polygon {
        -webkit-transition: fill .3s;
        -o-transition: fill .3s;
        transition: fill .3s; }

.home-service {
  width: 100%;
  padding: 100px 0;
  background-color: #f7f7f7; }
  @media (max-width: 991px) {
    .home-service {
      padding: 40px 0; } }
  .home-service__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 100%; }
  .home-service__left {
    width: 240px; }
    @media (max-width: 991px) {
      .home-service__left {
        width: 100%;
        margin-bottom: 20px; } }
  .home-service__right {
    width: calc(100% - 280px);
    overflow: hidden; }
    @media (max-width: 991px) {
      .home-service__right {
        width: 100%; } }
  .home-service__title {
    width: 100%; }
    .home-service__title span {
      position: relative;
      display: inline-block;
      padding: 0 10px;
      font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 42px;
      color: #fff;
      background-color: #0060a1; }
      @media (max-width: 991px) {
        .home-service__title span {
          font-size: 16px;
          line-height: 34px; } }
      .home-service__title span::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        display: block;
        width: 50vw;
        height: 2px;
        background-color: #0060a1; }
    .home-service__title p {
      width: 100%;
      margin-top: 15px;
      font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
      font-size: 40px;
      font-weight: 700;
      line-height: 1;
      color: #333333; }
      @media (max-width: 991px) {
        .home-service__title p {
          font-size: 30px; } }
  .home-service__text {
    width: 100%;
    margin-top: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #777; }
    @media (max-width: 991px) {
      .home-service__text {
        margin-top: 15px;
        font-size: 16px; } }
  .home-service__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    margin-top: 20px; }
    @media (max-width: 991px) {
      .home-service__arrow {
        margin-top: 10px; } }
  .home-service__prev {
    width: 30px;
    height: 30px;
    background-size: 150px 1000px;
    background-repeat: no-repeat;
    background-image: url("../images/icons-01.png?1120");
    background-position: 0px 0px;
    border: 1px solid #0060a1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
    .home-service__prev:hover {
      opacity: .7; }
  .home-service__next {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    background-size: 150px 1000px;
    background-repeat: no-repeat;
    background-image: url("../images/icons-01.png?1120");
    background-position: -29px 0px;
    border: 1px solid #0060a1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
    .home-service__next:hover {
      opacity: .7; }
  .home-service__slick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: calc(100% + 30px);
    margin: 0 -15px; }
    @media (max-width: 991px) {
      .home-service__slick {
        width: calc(100% + 20px);
        margin: 0 -10px; } }
    @media (min-width: 992px) {
      .home-service__slick > .home-service__item:nth-child(n + 3) {
        display: none; } }
    @media (max-width: 991px) {
      .home-service__slick > .home-service__item:nth-child(n + 2) {
        display: none; } }
  .home-service__item {
    width: 50%;
    padding: 0 15px; }
    @media (max-width: 991px) {
      .home-service__item {
        padding: 0 10px; } }
    .home-service__item-box {
      position: relative;
      width: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      .home-service__item-box::before {
        content: "";
        position: relative;
        display: block;
        width: 100%;
        padding-bottom: 95%;
        z-index: 1; }
      .home-service__item-box::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 50%;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(60%, rgba(0, 0, 0, 0)));
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 60%);
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 60%);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 60%);
        z-index: 2; }
      .home-service__item-box p {
        position: absolute;
        bottom: 30px;
        left: 0;
        width: 100%;
        padding: 0 20px;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.4;
        color: #fff;
        text-align: center;
        z-index: 3; }
        @media (max-width: 991px) {
          .home-service__item-box p {
            font-size: 18px; } }

.home-project {
  width: 100%;
  padding: 100px 0;
  background-image: url("../images/home/home_project_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (max-width: 991px) {
    .home-project {
      padding: 40px 0; } }
  .home-project__title {
    width: 100%; }
    .home-project__title span {
      position: relative;
      display: inline-block;
      padding: 0 10px;
      font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 42px;
      color: #fff;
      background-color: #0060a1; }
      @media (max-width: 991px) {
        .home-project__title span {
          font-size: 16px;
          line-height: 34px; } }
      .home-project__title span::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        display: block;
        width: 50vw;
        height: 2px;
        background-color: #0060a1; }
    .home-project__title p {
      width: 100%;
      margin-top: 15px;
      font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
      font-size: 40px;
      font-weight: 700;
      line-height: 1;
      color: #fff; }
      @media (max-width: 991px) {
        .home-project__title p {
          font-size: 30px; } }
  .home-project__text {
    width: 100%;
    margin-top: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #fff; }
    @media (max-width: 991px) {
      .home-project__text {
        margin-top: 15px;
        font-size: 16px; } }
  .home-project__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 100%;
    margin-top: 60px; }
    @media (max-width: 991px) {
      .home-project__list {
        margin-top: 30px; } }
  .home-project__item {
    position: relative;
    overflow: hidden; }
    @media (min-width: 992px) {
      .home-project__item {
        width: calc((99.999% - 60px) / 3);
        margin-right: 30px; }
        .home-project__item:nth-child(3n) {
          margin-right: 0; }
        .home-project__item:nth-child(n + 4) {
          margin-top: 30px; } }
    @media (max-width: 991px) and (min-width: 576px) {
      .home-project__item {
        width: calc((100% - 20px) / 2);
        margin-right: 20px; }
        .home-project__item:nth-child(2n) {
          margin-right: 0; }
        .home-project__item:nth-child(n + 3) {
          margin-top: 30px; } }
    @media (max-width: 575px) {
      .home-project__item {
        width: 100%; }
        .home-project__item:nth-child(n + 2) {
          margin-top: 30px; } }
    .home-project__item:hover .home-project__img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
    .home-project__item:hover .home-project__name {
      opacity: 0; }
    .home-project__item:hover .home-project__overlay {
      opacity: 1; }
    .home-project__item::before {
      content: "";
      position: relative;
      display: block;
      width: 100%;
      padding-bottom: 65%;
      z-index: 1; }
  .home-project__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
  .home-project__name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
    @media (max-width: 991px) {
      .home-project__name {
        font-size: 18px; } }
  .home-project__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: rgba(0, 96, 161, 0.8);
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 3; }
    .home-project__overlay-box {
      width: 100%;
      padding: 0 15px; }
      .home-project__overlay-box::before {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        margin: 0 auto;
        background-size: 150px 1000px;
        background-repeat: no-repeat;
        background-image: url("../images/icons-01.png?1120");
        background-position: 0px -29px; }
    .home-project__overlay p {
      width: 100%;
      margin-top: 20px;
      font-size: 20px;
      font-weight: 400;
      line-height: 1.4;
      color: #fff;
      text-align: center; }
      @media (max-width: 991px) {
        .home-project__overlay p {
          margin-top: 15px;
          font-size: 18px; } }
  .home-project__btn {
    width: 100%;
    margin-top: 30px;
    text-align: center; }
    @media (max-width: 991px) {
      .home-project__btn {
        margin-top: 20px; } }
    .home-project__btn a {
      position: relative;
      display: inline-block;
      padding-right: 35px;
      font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
      font-size: 18px;
      font-weight: 500;
      line-height: 38px;
      color: #fff;
      text-align: center;
      border-bottom: 3px solid #fff;
      -webkit-transition: color .3s;
      -o-transition: color .3s;
      transition: color .3s; }
      .home-project__btn a:hover {
        color: #0060a1; }
        .home-project__btn a:hover svg rect, .home-project__btn a:hover svg polygon {
          fill: #0060a1; }
      @media (max-width: 991px) {
        .home-project__btn a {
          font-size: 15px;
          line-height: 30px; } }
      .home-project__btn a svg {
        position: absolute;
        top: 50%;
        right: 0;
        width: 20px;
        height: 8px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .home-project__btn a svg rect, .home-project__btn a svg polygon {
          -webkit-transition: fill .3s;
          -o-transition: fill .3s;
          transition: fill .3s; }

.home-contact {
  width: 100%; }
  .home-contact__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%; }
  .home-contact__left {
    width: 55%;
    background-image: url("../images/home/home_contact_img.jpg");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat; }
    @media (max-width: 1199px) {
      .home-contact__left {
        width: 50%; } }
    @media (max-width: 991px) {
      .home-contact__left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        height: 30vw;
        background-position: center; } }
  .home-contact__right {
    width: 45%;
    padding: 85px 0 85px 80px;
    background-color: #fff; }
    @media (max-width: 1199px) {
      .home-contact__right {
        width: 50%;
        padding: 85px 0 85px 40px; } }
    @media (min-width: 992px) {
      .home-contact__right .container {
        width: 100%;
        padding: 0; } }
    @media (max-width: 991px) {
      .home-contact__right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        padding: 40px 0; } }
  .home-contact__title {
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    color: #333333; }
    @media (max-width: 991px) {
      .home-contact__title {
        font-size: 24px;
        font-weight: 500;
        text-align: center; } }
  .home-contact__text {
    width: 100%;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 400;
    color: #777777; }
    @media (max-width: 991px) {
      .home-contact__text {
        font-size: 16px;
        text-align: center; } }
    .home-contact__text a {
      display: inline;
      color: #0060a1;
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s; }
      .home-contact__text a:hover {
        opacity: .7; }
  .home-contact__btn {
    width: 150px;
    height: 40px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #0060a1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
    @media (max-width: 991px) {
      .home-contact__btn {
        width: 120px;
        height: 34px;
        margin: 15px auto 0;
        font-size: 16px;
        line-height: 34px; } }
    .home-contact__btn:hover {
      opacity: .7; }

.about-info {
  width: 100%;
  padding: 100px 0 120px;
  background-color: #fff; }
  @media (max-width: 991px) {
    .about-info {
      padding: 40px 0; } }
  .about-info__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%; }
  .about-info__left {
    position: relative;
    width: 50%; }
    @media (max-width: 991px) {
      .about-info__left {
        width: 100%;
        padding-bottom: 50%;
        margin-bottom: 30px; } }
    .about-info__left::before {
      content: "";
      position: absolute;
      top: 40px;
      left: -40px;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #f3f3f3;
      z-index: 1; }
      @media (max-width: 991px) {
        .about-info__left::before {
          content: none; } }
    .about-info__left::after {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      background-image: url("../images/about/about_info_img.jpg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 2; }
  .about-info__right {
    width: 50%;
    padding: 75px 0 30px 70px; }
    @media (max-width: 1199px) {
      .about-info__right {
        padding: 75px 0 30px 40px; } }
    @media (max-width: 991px) {
      .about-info__right {
        width: 100%;
        padding: 0; } }
  .about-info__box {
    width: 100%; }
    .about-info__box:nth-child(n + 2) {
      margin-top: 55px; }
      @media (max-width: 991px) {
        .about-info__box:nth-child(n + 2) {
          margin-top: 30px; } }
  .about-info__title {
    width: 100%;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .about-info__title {
        margin-bottom: 20px; } }
    @media (min-width: 992px) {
      .about-info__title--line p {
        padding-bottom: 20px; }
        .about-info__title--line p::before {
          content: "";
          position: absolute;
          bottom: 0;
          right: 0;
          width: calc(100% + 70px);
          height: 1px;
          background-color: #ddd; } }
    .about-info__title span {
      display: block;
      width: 100%;
      margin-bottom: 10px;
      font-size: 20px;
      font-weight: 400;
      line-height: 1;
      color: #777777; }
      @media (max-width: 991px) {
        .about-info__title span {
          font-size: 16px; } }
    .about-info__title p {
      position: relative;
      display: inline-block;
      font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
      font-size: 40px;
      font-weight: 700;
      line-height: 1;
      color: #222222; }
      @media (max-width: 991px) {
        .about-info__title p {
          font-size: 30px; } }
  .about-info__text {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #777777; }
    @media (max-width: 991px) {
      .about-info__text {
        font-size: 16px; } }
    .about-info__text span {
      color: #0060a1; }
  .about-info__data {
    width: 100%; }
    .about-info__data--lock .about-info__data-bar {
      width: 0% !important; }
    .about-info__data-item {
      width: 100%; }
      .about-info__data-item:nth-child(n + 2) {
        margin-top: 30px; }
        @media (max-width: 991px) {
          .about-info__data-item:nth-child(n + 2) {
            margin-top: 20px; } }
    .about-info__data-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      width: 100%; }
      .about-info__data-text p {
        font-size: 18px;
        font-weight: 400;
        line-height: 1;
        color: #555; }
        @media (max-width: 991px) {
          .about-info__data-text p {
            font-size: 16px; } }
    .about-info__data-track {
      width: 100%;
      height: 8px;
      margin-top: 15px;
      background-color: #f3f3f3;
      border-radius: 4px; }
      @media (max-width: 991px) {
        .about-info__data-track {
          margin-top: 10px; } }
    .about-info__data-bar {
      height: 8px;
      background-color: #0060a1;
      border-radius: 4px;
      -webkit-transition: width 1s ease-in-out;
      -o-transition: width 1s ease-in-out;
      transition: width 1s ease-in-out; }

.about-img {
  width: 100%; }
  .about-img__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .about-img__item {
    position: relative;
    width: 25%;
    overflow: hidden; }
    @media (max-width: 767px) {
      .about-img__item {
        width: 50%; } }
    .about-img__item::before {
      content: "";
      display: block;
      width: 100%;
      padding-bottom: 80%; }
    .about-img__item::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 96, 161, 0.8);
      background-image: url("../images/about/about_img_more.svg");
      background-size: 30px 30px;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0;
      z-index: 2;
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s; }
    .about-img__item:hover::after {
      opacity: 1; }
    .about-img__item:hover .about-img__img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
  .about-img__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }

.service-title {
  width: 100%;
  padding: 100px 0;
  background-color: #fff; }
  @media (max-width: 991px) {
    .service-title {
      padding: 40px 0; } }
  .service-title__block {
    width: 100%;
    text-align: center; }
    .service-title__block img {
      width: auto;
      height: 60px; }
      @media (max-width: 991px) {
        .service-title__block img {
          height: 40px; } }
    .service-title__block p:nth-child(2) {
      width: 100%;
      margin-top: 25px;
      font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
      font-size: 40px;
      font-weight: 700;
      line-height: 1;
      color: #222222; }
      @media (max-width: 991px) {
        .service-title__block p:nth-child(2) {
          margin-top: 15px;
          font-size: 30px; } }
    .service-title__block p:nth-child(3) {
      width: 100%;
      max-width: 900px;
      margin: 25px auto 0;
      font-size: 18px;
      font-weight: 400;
      color: #777777; }
      @media (max-width: 991px) {
        .service-title__block p:nth-child(3) {
          margin-top: 15px;
          font-size: 16px; } }

.service-list {
  width: 100%; }
  .service-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: center;
    align-content: center; }
    .service-list__item:nth-child(1) .service-list__english::before {
      background-size: 150px 1000px;
      background-repeat: no-repeat;
      background-image: url("../images/icons-01.png?1120");
      background-position: 0px -94px; }
    .service-list__item:nth-child(2) .service-list__english::before {
      background-size: 150px 1000px;
      background-repeat: no-repeat;
      background-image: url("../images/icons-01.png?1120");
      background-position: 0px -145px; }
    .service-list__item:nth-child(3) .service-list__english::before {
      background-size: 150px 1000px;
      background-repeat: no-repeat;
      background-image: url("../images/icons-01.png?1120");
      background-position: 0px -196px; }
    .service-list__item:nth-child(odd) .service-list__info {
      background-color: #202020; }
    .service-list__item:nth-child(odd) .service-list__english {
      color: #333; }
    .service-list__item:nth-child(odd) .service-list__title {
      color: #fff; }
    @media (min-width: 992px) {
      .service-list__item:nth-child(even) .service-list__info {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; } }
  .service-list__img {
    width: 66%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 1199px) {
      .service-list__img {
        width: 55%; } }
    @media (max-width: 991px) {
      .service-list__img {
        width: 100%;
        padding-bottom: 50%; } }
  .service-list__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    width: 34%;
    height: 500px;
    padding: 65px; }
    @media (max-width: 1199px) {
      .service-list__info {
        width: 45%;
        padding: 45px; } }
    @media (min-width: 992px) {
      .service-list__info .container {
        width: 100%;
        padding: 0; } }
    @media (max-width: 991px) {
      .service-list__info {
        width: 100%;
        height: auto;
        padding: 40px 0; } }
  .service-list__english {
    position: relative;
    width: 100%;
    padding-top: 21px;
    padding-left: 5px;
    margin-bottom: 15px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    color: #eee; }
    @media (max-width: 991px) {
      .service-list__english {
        padding-top: 30px;
        font-size: 22px; } }
    .service-list__english::before {
      content: "";
      position: absolute;
      bottom: 10px;
      left: 0;
      display: block;
      width: 50px;
      height: 50px;
      z-index: 1; }
  .service-list__title {
    width: 100%;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    color: #333; }
    @media (max-width: 991px) {
      .service-list__title {
        font-size: 18px; } }
  .service-list__text {
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #777; }
    @media (max-width: 991px) {
      .service-list__text {
        font-size: 16px; } }

.service-btn {
  width: 100%;
  padding: 70px 0;
  background-color: #fff; }
  @media (max-width: 991px) {
    .service-btn {
      padding: 40px 0; } }
  .service-btn__block {
    width: 100%;
    text-align: center; }
    .service-btn__block p {
      width: 100%;
      font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
      font-size: 35px;
      font-weight: 500;
      line-height: 1.4;
      color: #333333; }
      @media (max-width: 991px) {
        .service-btn__block p {
          font-size: 26px; } }
    .service-btn__block a {
      position: relative;
      display: inline-block;
      margin: 15px auto 0;
      padding-right: 35px;
      font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
      font-size: 18px;
      font-weight: 500;
      line-height: 38px;
      color: #0060a1;
      text-align: center;
      border-bottom: 3px solid #d8d8d8;
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s; }
      .service-btn__block a:hover {
        opacity: .7; }
      @media (max-width: 991px) {
        .service-btn__block a {
          margin: 10px auto 0;
          font-size: 15px;
          line-height: 30px; } }
      .service-btn__block a svg {
        position: absolute;
        top: 50%;
        right: 0;
        width: 20px;
        height: 8px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.project-list {
  width: 100%;
  padding: 90px 0;
  background-color: #fff; }
  @media (max-width: 991px) {
    .project-list {
      padding: 40px 0; } }
  .project-list__box {
    width: 100%; }
  .project-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%; }
    @media (max-width: 991px) {
      .project-list__item {
        display: block; } }
    .project-list__item:nth-child(n + 2) {
      margin-top: 40px; }
      @media (max-width: 991px) {
        .project-list__item:nth-child(n + 2) {
          margin-top: 30px; } }
    .project-list__item:nth-child(odd) .project-list__img {
      padding-right: 40px; }
      @media (max-width: 991px) {
        .project-list__item:nth-child(odd) .project-list__img {
          padding-right: 0; } }
      .project-list__item:nth-child(odd) .project-list__img::before {
        right: 0; }
    .project-list__item:nth-child(odd) .project-list__info {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
      padding-right: 120px; }
      @media (max-width: 1199px) {
        .project-list__item:nth-child(odd) .project-list__info {
          padding-right: 80px; } }
      @media (max-width: 991px) {
        .project-list__item:nth-child(odd) .project-list__info {
          padding-right: 0; } }
    .project-list__item:nth-child(odd) .project-list__text::before {
      right: -120px; }
      @media (max-width: 1199px) {
        .project-list__item:nth-child(odd) .project-list__text::before {
          right: -80px; } }
      @media (max-width: 991px) {
        .project-list__item:nth-child(odd) .project-list__text::before {
          right: 0; } }
    .project-list__item:nth-child(even) .project-list__img {
      padding-left: 40px; }
      @media (max-width: 991px) {
        .project-list__item:nth-child(even) .project-list__img {
          padding-left: 0; } }
      .project-list__item:nth-child(even) .project-list__img::before {
        left: 0; }
    .project-list__item:nth-child(even) .project-list__info {
      padding-left: 120px; }
      @media (max-width: 1199px) {
        .project-list__item:nth-child(even) .project-list__info {
          padding-left: 80px; } }
      @media (max-width: 991px) {
        .project-list__item:nth-child(even) .project-list__info {
          padding-left: 0; } }
    .project-list__item:nth-child(even) .project-list__text::before {
      left: -120px; }
      @media (max-width: 1199px) {
        .project-list__item:nth-child(even) .project-list__text::before {
          left: -80px; } }
      @media (max-width: 991px) {
        .project-list__item:nth-child(even) .project-list__text::before {
          left: 0; } }
  .project-list__img {
    position: relative;
    width: 48%;
    padding-bottom: 40px; }
    @media (max-width: 991px) {
      .project-list__img {
        width: 100%;
        padding-bottom: 0; } }
    .project-list__img::before {
      content: "";
      position: absolute;
      top: 40px;
      display: block;
      width: calc(100% - 40px);
      height: calc(100% - 40px);
      background-color: #eee;
      z-index: 1; }
      @media (max-width: 991px) {
        .project-list__img::before {
          content: none; } }
    .project-list__img:hover .project-list__imgoverlay {
      opacity: 1; }
  .project-list__imgbox {
    position: relative;
    width: 100%;
    z-index: 2; }
  .project-list__imgoverlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url("../images/project/project_more.svg");
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
  .project-list__imgbg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1; }
    .project-list__imgbg::before {
      content: "";
      display: block;
      width: 100%;
      padding-bottom: 65%; }
  .project-list__info {
    width: 52%; }
    @media (max-width: 991px) {
      .project-list__info {
        width: 100%;
        margin-top: 15px; } }
  .project-list__date {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #888888; }
    @media (max-width: 991px) {
      .project-list__date {
        font-size: 15px; } }
  .project-list__title {
    display: inline-block;
    width: 100%;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #222;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
    @media (max-width: 991px) {
      .project-list__title {
        font-size: 24px; } }
    .project-list__title:hover {
      color: #0060a1; }
  .project-list__text {
    position: relative;
    width: 100%;
    margin-top: 10px;
    padding-top: 35px; }
    @media (max-width: 991px) {
      .project-list__text {
        padding-top: 15px; } }
    .project-list__text::before {
      content: "";
      position: absolute;
      top: 0;
      display: block;
      width: calc(100% + 120px);
      height: 1px;
      background-color: #ddd; }
      @media (max-width: 1199px) {
        .project-list__text::before {
          width: calc(100% + 80px); } }
      @media (max-width: 991px) {
        .project-list__text::before {
          width: 100%; } }
    .project-list__text p {
      width: 100%;
      max-height: 5.1em;
      font-size: 18px;
      font-weight: 400;
      color: #777;
      overflow: hidden; }
      @media (max-width: 991px) {
        .project-list__text p {
          font-size: 16px; } }
  .project-list__more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #333333; }
    .project-list__more::after {
      content: "";
      display: block;
      width: 15px;
      height: 15px;
      margin-left: 5px;
      background-size: 150px 1000px;
      background-repeat: no-repeat;
      background-image: url("../images/icons-01.png?1120");
      background-position: -16px -67px;
      -webkit-transition: margin-left .3s;
      -o-transition: margin-left .3s;
      transition: margin-left .3s; }
    @media (max-width: 991px) {
      .project-list__more {
        margin-top: 5px; } }

.project-detail {
  width: 100%;
  padding: 100px 0;
  background-color: #fff; }
  @media (max-width: 991px) {
    .project-detail {
      padding: 40px 0; } }
  .project-detail__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 100%; }
  .project-detail__date {
    width: 56px;
    padding-right: 20px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    color: #888888;
    text-align: center; }
    @media (max-width: 991px) {
      .project-detail__date {
        width: 46px;
        padding-right: 10px; } }
    .project-detail__date span {
      display: block;
      width: 100%;
      margin-top: 5px;
      font-size: 14px; }
  .project-detail__title {
    width: calc(100% - 56px);
    padding-left: 20px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
    color: #222;
    border-left: 1px solid #888; }
    @media (max-width: 991px) {
      .project-detail__title {
        width: calc(100% - 46px);
        padding-top: 5px;
        padding-left: 10px; } }
    @media (max-width: 991px) {
      .project-detail__title {
        font-size: 24px; } }
  .project-detail__description {
    width: 100%;
    padding-bottom: 25px;
    margin: 25px 0;
    font-size: 18px;
    font-weight: 400;
    color: #777777;
    border-bottom: 1px solid #ddd; }
    @media (max-width: 991px) {
      .project-detail__description {
        padding-bottom: 20px;
        margin: 20px 0;
        font-size: 16px; } }
  .project-detail__function {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #dddddd; }
    @media (max-width: 991px) {
      .project-detail__function {
        padding-top: 20px;
        margin-top: 20px; } }
  .project-detail__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #555555;
    opacity: .5;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
    .project-detail__back::before {
      content: "";
      display: block;
      width: 20px;
      height: 8px;
      margin-right: 15px;
      background-size: 150px 1000px;
      background-repeat: no-repeat;
      background-image: url("../images/icons-01.png?1120");
      background-position: 0px -247px; }
    .project-detail__back:hover {
      opacity: 1; }
  .project-detail__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center; }
    .project-detail__social-btn {
      width: 20px;
      height: 20px;
      opacity: .5;
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s; }
      .project-detail__social-btn:hover {
        opacity: 1; }
      .project-detail__social-btn:nth-child(n + 2) {
        margin-left: 20px; }
      .project-detail__social-btn--fb {
        background-size: 150px 1000px;
        background-repeat: no-repeat;
        background-image: url("../images/icons-01.png?1120");
        background-position: 0px -256px; }
      .project-detail__social-btn--line {
        background-size: 150px 1000px;
        background-repeat: no-repeat;
        background-image: url("../images/icons-01.png?1120");
        background-position: -21px -256px; }
      .project-detail__social-btn--twitter {
        background-size: 150px 1000px;
        background-repeat: no-repeat;
        background-image: url("../images/icons-01.png?1120");
        background-position: -42px -256px; }

.product-list {
  width: 100%;
  padding: 100px 0;
  background-color: #fff; }
  @media (max-width: 991px) {
    .product-list {
      padding: 40px 0; } }
  .product-list__block {
    width: 100%; }
  .product-list__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 100%; }
  .product-list__item {
    position: relative;
    overflow: hidden; }
    @media (min-width: 992px) {
      .product-list__item {
        width: calc((99.999% - 60px) / 3);
        margin-right: 30px; }
        .product-list__item:nth-child(3n) {
          margin-right: 0; }
        .product-list__item:nth-child(n + 4) {
          margin-top: 30px; } }
    @media (max-width: 991px) and (min-width: 576px) {
      .product-list__item {
        width: calc((100% - 20px) / 2);
        margin-right: 20px; }
        .product-list__item:nth-child(2n) {
          margin-right: 0; }
        .product-list__item:nth-child(n + 3) {
          margin-top: 30px; } }
    @media (max-width: 575px) {
      .product-list__item {
        width: 100%; }
        .product-list__item:nth-child(n + 2) {
          margin-top: 30px; } }
    .product-list__item:hover .product-list__img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
    .product-list__item:hover .product-list__name {
      opacity: 0; }
    .product-list__item:hover .product-list__overlay {
      opacity: 1; }
    .product-list__item::before {
      content: "";
      position: relative;
      display: block;
      width: 100%;
      padding-bottom: 65%;
      z-index: 1; }
  .product-list__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
  .product-list__name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
    @media (max-width: 991px) {
      .product-list__name {
        font-size: 18px; } }
  .product-list__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: rgba(0, 96, 161, 0.8);
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 3; }
    .product-list__overlay-box {
      width: 100%;
      padding: 0 15px; }
      .product-list__overlay-box::before {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        margin: 0 auto;
        background-size: 150px 1000px;
        background-repeat: no-repeat;
        background-image: url("../images/icons-01.png?1120");
        background-position: 0px -29px; }
    .product-list__overlay p {
      width: 100%;
      margin-top: 20px;
      font-size: 20px;
      font-weight: 400;
      line-height: 1.4;
      color: #fff;
      text-align: center; }
      @media (max-width: 991px) {
        .product-list__overlay p {
          margin-top: 15px;
          font-size: 18px; } }

.product-category {
  width: 100%;
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .product-category {
      margin-bottom: 30px; } }
  @media (max-width: 991px) {
    .product-category--open .product-category__btn:nth-child(n + 2) {
      border-top: 1px solid #ddd; }
    .product-category--open .product-category__btn:not(.product-category__btn--active) {
      display: block; }
    .product-category--open .product-category__controller::before {
      content: "收合"; } }
  .product-category__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 100%; }
  .product-category__btn {
    margin: 0 15px 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #777;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
    @media (max-width: 1199px) {
      .product-category__btn {
        margin: 0 10px 10px; } }
    @media (max-width: 991px) {
      .product-category__btn {
        display: none;
        width: 100%;
        padding: 10px 0;
        margin: 0;
        font-size: 16px;
        text-align: center; } }
    .product-category__btn--active {
      color: #0060a1;
      border-bottom: 2px solid #0060a1; }
      @media (max-width: 991px) {
        .product-category__btn--active {
          display: block;
          color: #fff;
          background-color: #0060a1;
          border-bottom: none; }
          .product-category__btn--active:hover {
            color: #fff; } }
    .product-category__btn:hover {
      color: #0060a1; }
  .product-category__controller {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #222; }
    .product-category__controller::before {
      content: "展開分類"; }
    @media (min-width: 992px) {
      .product-category__controller {
        display: none; } }

.product-detail {
  width: 100%;
  padding: 100px 0;
  background-color: #fff; }
  @media (max-width: 991px) {
    .product-detail {
      padding: 40px 0; } }
  .product-detail__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 100%; }
  .product-detail__info {
    position: relative;
    width: 400px; }
    @media (max-width: 1199px) {
      .product-detail__info {
        width: 360px; } }
    @media (max-width: 991px) {
      .product-detail__info {
        width: 100%;
        margin-bottom: 20px; } }
  .product-detail__infobox {
    width: 400px; }
    @media (max-width: 1199px) {
      .product-detail__infobox {
        width: 360px; } }
    @media (min-width: 992px) {
      .product-detail__infobox--fixed {
        position: fixed;
        top: 120px; }
      .product-detail__infobox--bottom {
        position: absolute;
        bottom: 0; } }
    @media (max-width: 991px) {
      .product-detail__infobox {
        width: 100%; } }
  .product-detail__name {
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 30px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
    color: #222;
    border-bottom: 1px solid #ddd; }
    @media (max-width: 991px) {
      .product-detail__name {
        padding-bottom: 15px;
        margin-bottom: 20px;
        font-size: 24px; } }
  .product-detail__description {
    width: 100%;
    padding: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #777;
    background-color: #f7f7f7;
    border-left: 2px solid #888; }
    @media (max-width: 991px) {
      .product-detail__description {
        padding: 15px;
        font-size: 16px; } }
  .product-detail__content {
    width: 700px; }
    @media (max-width: 1199px) {
      .product-detail__content {
        width: 560px; } }
    @media (max-width: 991px) {
      .product-detail__content {
        width: 100%; } }
  .product-detail__edit {
    width: 100%; }
  .product-detail__function {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #dddddd; }
    @media (max-width: 991px) {
      .product-detail__function {
        padding-top: 20px;
        margin-top: 20px; } }
  .product-detail__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #555555;
    opacity: .5;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
    .product-detail__back::before {
      content: "";
      display: block;
      width: 20px;
      height: 8px;
      margin-right: 15px;
      background-size: 150px 1000px;
      background-repeat: no-repeat;
      background-image: url("../images/icons-01.png?1120");
      background-position: 0px -247px; }
    .product-detail__back:hover {
      opacity: 1; }
  .product-detail__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center; }
    .product-detail__social-btn {
      width: 20px;
      height: 20px;
      opacity: .5;
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s; }
      .product-detail__social-btn:hover {
        opacity: 1; }
      .product-detail__social-btn:nth-child(n + 2) {
        margin-left: 20px; }
      .product-detail__social-btn--fb {
        background-size: 150px 1000px;
        background-repeat: no-repeat;
        background-image: url("../images/icons-01.png?1120");
        background-position: 0px -256px; }
      .product-detail__social-btn--line {
        background-size: 150px 1000px;
        background-repeat: no-repeat;
        background-image: url("../images/icons-01.png?1120");
        background-position: -21px -256px; }
      .product-detail__social-btn--twitter {
        background-size: 150px 1000px;
        background-repeat: no-repeat;
        background-image: url("../images/icons-01.png?1120");
        background-position: -42px -256px; }

.contact {
  width: 100%;
  padding: 100px 0;
  background-color: #fff; }
  @media (max-width: 991px) {
    .contact {
      padding: 40px 0; } }
  .contact__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 100%; }
  .contact__title {
    width: 100%;
    margin-bottom: 35px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #333; }
    @media (max-width: 991px) {
      .contact__title {
        margin-bottom: 15px;
        font-size: 24px; } }
  .contact__text {
    width: 100%;
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: 400;
    color: #777; }
    @media (max-width: 991px) {
      .contact__text {
        margin-bottom: 15px;
        font-size: 16px; } }
  .contact-info {
    width: 350px; }
    @media (max-width: 991px) {
      .contact-info {
        width: 100%;
        margin-top: 40px; } }
    .contact-info__block {
      width: 100%; }
    .contact-info__item {
      position: relative;
      width: 100%;
      padding-left: 24px;
      font-size: 16px;
      font-weight: 400;
      color: #777; }
      .contact-info__item:nth-child(n + 2) {
        margin-top: 20px; }
        @media (max-width: 991px) {
          .contact-info__item:nth-child(n + 2) {
            margin-top: 10px; } }
      .contact-info__item[href] {
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s; }
        .contact-info__item[href]:hover {
          opacity: .7; }
      .contact-info__item::before {
        content: "";
        position: absolute;
        top: 6px;
        left: 0;
        width: 14px;
        height: 14px; }
      .contact-info__item--addr::before {
        background-size: 150px 1000px;
        background-repeat: no-repeat;
        background-image: url("../images/icons-01.png?1120");
        background-position: 0px -277px; }
      .contact-info__item--mail::before {
        background-size: 150px 1000px;
        background-repeat: no-repeat;
        background-image: url("../images/icons-01.png?1120");
        background-position: -15px -277px; }
      .contact-info__item--tel::before {
        background-size: 150px 1000px;
        background-repeat: no-repeat;
        background-image: url("../images/icons-01.png?1120");
        background-position: -30px -277px; }
      .contact-info__item--phone::before {
        background-size: 150px 1000px;
        background-repeat: no-repeat;
        background-image: url("../images/icons-01.png?1120");
        background-position: -45px -277px; }
  .contact-form {
    width: calc(100% - 390px); }
    @media (max-width: 991px) {
      .contact-form {
        width: 100%; } }
    .contact-form__table {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      width: 100%; }
    .contact-form__item {
      width: calc((100% - 20px) / 2); }
      @media (min-width: 768px) {
        .contact-form__item:nth-child(n + 3) {
          margin-top: 20px; } }
      @media (max-width: 767px) {
        .contact-form__item {
          width: 100%; }
          .contact-form__item:nth-child(n + 2) {
            margin-top: 15px; } }
      .contact-form__item--full {
        width: 100%; }
      .contact-form__item-label {
        display: block;
        width: 100%; }
      .contact-form__item-input {
        width: 100%;
        height: 40px;
        padding: 0 10px;
        font-size: 16px;
        font-weight: 400;
        color: #333;
        background-color: #f5f5f5;
        -webkit-transition: border-color .3s;
        -o-transition: border-color .3s;
        transition: border-color .3s; }
        .contact-form__item-input:focus {
          border-color: #777; }
      .contact-form__item-textarea {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: 186px;
        padding: 12px 10px;
        font-size: 16px;
        font-weight: 400;
        color: #333;
        background-color: #f5f5f5;
        -webkit-transition: border-color .3s;
        -o-transition: border-color .3s;
        transition: border-color .3s; }
        .contact-form__item-textarea:focus {
          border-color: #777; }
    .contact-form__btnbox {
      width: 100%;
      margin-top: 30px; }
      @media (max-width: 991px) {
        .contact-form__btnbox {
          margin-top: 20px; } }
    .contact-form__submit {
      width: 100%;
      font-size: 16px;
      font-weight: 400;
      line-height: 50px;
      color: #fff;
      text-align: center;
      background-color: #0060a1;
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s; }
      .contact-form__submit:hover {
        opacity: .7; }
  .contact-map {
    width: 100%; }
    .contact-map__block {
      width: 100%; }
    .contact-map__iframe {
      position: relative;
      width: 100%;
      height: 400px; }
      .contact-map__iframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .contact__success {
    position: fixed;
    top: 50%;
    left: 50%;
    width: calc(100vw - 30px);
    max-width: 300px;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #fff;
    text-align: center;
    background-color: #39b54a;
    -webkit-box-shadow: 0 0 10px rgba(57, 181, 74, 0.7);
    box-shadow: 0 0 10px rgba(57, 181, 74, 0.7);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 998;
    -webkit-animation: msgAniamtion .8s;
    animation: msgAniamtion .8s; }
  .contact__error {
    position: fixed;
    top: 50%;
    left: 50%;
    width: calc(100vw - 30px);
    max-width: 300px;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #fff;
    text-align: center;
    background-color: #c30d23;
    -webkit-box-shadow: 0 0 10px rgba(195, 13, 35, 0.7);
    box-shadow: 0 0 10px rgba(195, 13, 35, 0.7);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 998;
    -webkit-animation: msgAniamtion .8s;
    animation: msgAniamtion .8s; }

@-webkit-keyframes msgAniamtion {
  from {
    margin-top: 50px;
    opacity: 0; }
  to {
    margin-top: 0px;
    opacity: 1; } }

@keyframes msgAniamtion {
  from {
    margin-top: 50px;
    opacity: 0; }
  to {
    margin-top: 0px;
    opacity: 1; } }
