@charset "UTF-8";
ul {
  list-style: none;
  padding-left: 0; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.header-content {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; }
  .header-content .header-top {
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 12px; }
    .header-content .header-top .section-header .logo-img {
      width: 180px;
      margin-top: 2px; }
    .header-content .header-top .section-header .logo {
      margin-top: 5px;
      margin-bottom: 5px; }
      .header-content .header-top .section-header .logo a {
        background: url(../../../static/images/logo.png) no-repeat;
        text-indent: -9000px;
        width: 194px;
        height: 40px;
        display: inline-block; }
    .header-content .header-top .form-header-reservation {
      color: #D2B786;
      font-weight: 200;
      font-size: 12px;
      margin-left: 20px;
      margin-top: 10px; }
      .header-content .header-top .form-header-reservation form {
        margin-bottom: 0; }
      .header-content .header-top .form-header-reservation select, .header-content .header-top .form-header-reservation input {
        color: #333;
        border: none;
        height: 30px;
        font-size: 12px;
        text-transform: uppercase;
        padding: 0 5px;
        width: 100px;
        outline: none; }
      .header-content .header-top .form-header-reservation .search-btn {
        background-color: #AC1E23;
        border: none;
        padding: 7px 20px;
        margin-left: 10px;
        color: #fff;
        outline: none; }
      .header-content .header-top .form-header-reservation .form-group {
        display: inline-block;
        margin-left: 10px;
        margin-bottom: 0; }
        .header-content .header-top .form-header-reservation .form-group label {
          font-weight: 200; }
    .header-content .header-top .section-header-right {
      margin-top: 15px; }
      .header-content .header-top .section-header-right .language-section {
        position: relative; }
        .header-content .header-top .section-header-right .language-section .language {
          font-weight: 200;
          color: #D2B786;
          cursor: pointer;
          padding: 10px; }
        .header-content .header-top .section-header-right .language-section .language-part {
          background-color: rgba(0, 0, 0, 0.6);
          color: #fff;
          position: absolute;
          top: 25px;
          opacity: 0;
          width: 90px; }
          .header-content .header-top .section-header-right .language-section .language-part .language-item {
            padding: 10px;
            transition: background .3s;
            letter-spacing: 2px;
            font-size: 14px;
            cursor: pointer; }
        .header-content .header-top .section-header-right .language-section:hover .language-part {
          opacity: 1; }
  .header-content .header-main {
    height: 45px;
    background: rgba(0, 0, 0, 0.8); }
    .header-content .header-main .location-switch {
      line-height: 45px;
      font-size: 18px;
      color: #fff;
      width: 120px;
      margin-left: 60px;
      text-align: right;
      position: relative;
      padding-right: 33px;
      cursor: pointer; }
      .header-content .header-main .location-switch .item-hotel-ul {
        list-style: none;
        padding-left: 0;
        background: rgba(0, 0, 0, 0.6);
        width: 140px;
        position: absolute;
        top: 45px;
        right: 0;
        text-align: center;
        opacity: 0;
        visibility: visible;
        transition: all .3s;
        display: none; }
        .header-content .header-main .location-switch .item-hotel-ul li {
          line-height: 39px; }
          .header-content .header-main .location-switch .item-hotel-ul li a {
            color: #fff;
            font-weight: 200; }
            .header-content .header-main .location-switch .item-hotel-ul li a:hover {
              color: red; }
      .header-content .header-main .location-switch h3 {
        margin: 0;
        line-height: 45px;
        font-weight: 400;
        font-size: 18px; }
        .header-content .header-main .location-switch h3 a {
          color: #fff; }
      .header-content .header-main .location-switch .fa-angle-down {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 26px; }
      .header-content .header-main .location-switch:hover {
        background: rgba(0, 0, 0, 0.9);
        color: red; }
        .header-content .header-main .location-switch:hover .item-hotel-ul {
          opacity: 1;
          display: block; }
        .header-content .header-main .location-switch:hover .fa-angle-down {
          transform: rotate(180deg); }
    .header-content .header-main .header-nav {
      line-height: 45px; }
      .header-content .header-main .header-nav .item-nav {
        display: inline-block;
        font-size: 18px;
        color: #fff;
        font-weight: 200;
        letter-spacing: 2px;
        padding: 0 10px;
        position: relative; }
        .header-content .header-main .header-nav .item-nav a {
          color: #fff;
          text-decoration: none; }
        .header-content .header-main .header-nav .item-nav .item-ul {
          position: absolute;
          top: 45px;
          left: 0;
          list-style: none;
          padding-left: 0;
          font-weight: 200;
          z-index: 40;
          background: rgba(0, 0, 0, 0.9);
          display: none;
          visibility: visible;
          transition: all .3s; }
          .header-content .header-main .header-nav .item-nav .item-ul li {
            line-height: 39px; }
            .header-content .header-main .header-nav .item-nav .item-ul li a {
              padding: 10px;
              transition: background .3s;
              letter-spacing: 2px;
              font-size: 16px;
              color: #fff; }
              .header-content .header-main .header-nav .item-nav .item-ul li a:hover {
                color: red; }
        .header-content .header-main .header-nav .item-nav:hover {
          background: rgba(0, 0, 0, 0.9); }
          .header-content .header-main .header-nav .item-nav:hover a {
            color: red; }
          .header-content .header-main .header-nav .item-nav:hover .item-ul {
            display: block; }
      .header-content .header-main .header-nav .active a {
        color: red; }
    .header-content .header-main .navbar {
      min-height: 45px; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #333;
  border-color: #333; }

.pagination > li > a, .pagination > li > span {
  color: #333; }

.page-part .pagination > .active > a, .page-part .pagination > .active > span, .page-part .pagination > .active > a:hover, .page-part .pagination > .active > span:hover, .page-part .pagination > .active > a:focus, .page-part .pagination > .active > span:focus {
  background-color: #333; }

@media (max-width: 991px) and (min-width: 768px) {
  .banner-section {
    height: auto !important; }
    .banner-section .carousel-inner .item .banner-img {
      height: auto !important; }

  .news-section .swiper-slide {
    width: 100% !important; }

  .other-section .section-part .part {
    width: 100% !important;
    height: 500px !important;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center; } }
@media (max-width: 768px) {
  .header-main {
    background-color: #000;
    opacity: .8; }
    .header-main .navbar-default {
      background-color: #000;
      opacity: .8;
      border-color: #fff;
      margin-bottom: 0; }
      .header-main .navbar-default .navbar-toggle {
        margin-top: 14px;
        border-color: #D2B786; }
        .header-main .navbar-default .navbar-toggle:hover, .header-main .navbar-default .navbar-toggle:focus {
          background-color: #000;
          opacity: .8; }
        .header-main .navbar-default .navbar-toggle .icon-bar {
          background-color: #D2B786; }
    .header-main .logo-img {
      margin: 10px;
      width: 110px; }
    .header-main .navbar-default .navbar-nav > li > a {
      color: #fff;
      text-align: center; }
    .header-main .navbar-default .navbar-nav > .active > a, .header-main .navbar-default .navbar-nav > .active > a:hover, .header-main .navbar-default .navbar-nav > .active > a:focus {
      background-color: #000;
      color: #D2B786;
      text-align: center; }
    .header-main .navbar-default .navbar-nav > .open > a, .header-main .navbar-default .navbar-nav > .open > a:hover, .header-main .navbar-default .navbar-nav > .open > a:focus {
      background-color: #000;
      color: #D2B786; }
    .header-main .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #D2B786;
      text-align: center; }
    .header-main .nav-language {
      float: right;
      margin-top: 20px;
      margin-right: 15px;
      color: red; } }
body {
  font-family: source-han-sans-traditional,"微軟正黑體","Microsoft JhengHei",sans-serif; }

.banner-section {
  height: 100vh; }
  .banner-section .carousel-inner .item .banner-img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .banner-section .carousel-inner .item .carousel-caption {
    font-size: 60px;
    top: 50%;
    margin-top: -67px; }
  .banner-section .carousel-indicators li {
    margin: 2px 8px; }

.intro-part-section {
  background-color: #E5E5E4;
  padding-top: 30px;
  overflow: hidden; }
  .intro-part-section .intro-banner-part {
    display: flex;
    transform: translate3d(-730px, 0px, 0px); }
    .intro-part-section .intro-banner-part .intro-part .img-part {
      margin: 0 10px;
      width: 900px; }
      .intro-part-section .intro-banner-part .intro-part .img-part img {
        width: 100%; }
    .intro-part-section .intro-banner-part .intro-part .img-bottom {
      margin: 20px 0;
      padding: 0 40px; }
      .intro-part-section .intro-banner-part .intro-part .img-bottom .title {
        font-size: 32px;
        padding: 15px 0;
        color: #AC1E23;
        text-align: center; }
      .intro-part-section .intro-banner-part .intro-part .img-bottom .des {
        font-weight: 200;
        font-size: 16px; }
  .intro-part-section .swiper-slide {
    width: 900px; }
    .intro-part-section .swiper-slide .intro-part .img-part img {
      width: 100%; }
    .intro-part-section .swiper-slide .intro-part .img-bottom {
      margin: 20px 0;
      padding: 0 40px; }
      .intro-part-section .swiper-slide .intro-part .img-bottom .title {
        font-size: 32px;
        padding: 15px 0;
        color: #AC1E23;
        text-align: center; }
      .intro-part-section .swiper-slide .intro-part .img-bottom .des {
        font-weight: 200;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; }

.title-part {
  margin: 30px auto; }
  .title-part hr {
    content: " ";
    border: none;
    border-top: 1px solid #AC1E23;
    box-sizing: border-box;
    width: 33.3%;
    display: inline-block; }
  .title-part h2 {
    color: #AC1E23;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    width: 33.3%;
    display: inline-block;
    text-align: center;
    vertical-align: super; }

.other-section .section-part {
  overflow: hidden; }
  .other-section .section-part .part {
    width: 100%;
    float: left;
    margin-left: .5%;
    margin-right: .5%;
    height: 160px;
    background-size: cover;
    background-position: center; }

.news-section .item-content {
  width: 100%;
  float: left;
  margin-left: .5%;
  margin-right: .5%;
  height: 160px;
  background-size: cover;
  background-position: center; }
.news-section .swiper-slide {
  width: 375px; }
  .news-section .swiper-slide .item-content {
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 200px; }
.news-section .item-title {
  text-align: center;
  margin: 5px 10px;
  font-size: 18px;
  height: 50px;
  overflow: hidden; }
.news-section .more {
  text-align: center; }
  .news-section .more a {
    display: inline-block;
    outline: none;
    color: #AC1E23;
    text-decoration: none;
    padding: 5px 15px;
    border: 1px solid #AC1E23; }
    .news-section .more a:hover {
      color: #AC1E23; }

.brands-section {
  padding: 30px 0;
  text-align: center; }
  .brands-section h2 {
    font-size: 32px;
    font-weight: 600;
    color: #323232;
    margin-bottom: 40px; }
  .brands-section ul li {
    list-style: none;
    display: inline-block; }
    .brands-section ul li a {
      display: block; }
      .brands-section ul li a img {
        width: 130px;
        height: 62px; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  display: none; }

@media (max-width: 768px) {
  .banner-section {
    height: 260px; }

  .intro-part-section .swiper-slide {
    width: 320px; }

  .swiper-button-next, .swiper-button-prev {
    top: 30%; }

  .intro-part-section .swiper-slide .intro-part .img-bottom .title {
    font-size: 28px;
    padding: 10px 0; }

  .title-part h2 {
    font-size: 28px;
    width: 50%; }

  .title-part hr {
    width: 25%; }

  .other-section .section-part .part {
    height: 200px; }

  .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    font-size: 24px; }

  .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    font-size: 24px; } }
.room-list .room-banner {
  height: 50vh;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: relative; }
  .room-list .room-banner .banner-text {
    width: 460px;
    left: 50%;
    margin-left: -230px;
    position: absolute;
    bottom: 30px; }
    .room-list .room-banner .banner-text h1 {
      font-size: 110px;
      color: #ffffff82; }
    .room-list .room-banner .banner-text .banner-intro {
      font-size: 45px;
      color: #ffffff; }
.room-list .about-hotel {
  margin-top: 48px;
  margin-bottom: 48px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  position: relative; }
  .room-list .about-hotel .fa {
    position: absolute;
    top: 10px; }
  .room-list .about-hotel .about-text {
    padding-left: 5rem; }
.room-list .room-list-section .room-list-item {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ccc; }
  .room-list .room-list-section .room-list-item .room-img {
    width: 100%; }
    .room-list .room-list-section .room-list-item .room-img a .room-picture {
      height: 250px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      .room-list .room-list-section .room-list-item .room-img a .room-picture:hover {
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  .room-list .room-list-section .room-list-item .room-des-part a {
    color: #a49074;
    font-size: 2.5rem;
    margin-bottom: .5rem; }
    .room-list .room-list-section .room-list-item .room-des-part a p {
      display: contents;
      font-size: 16px; }
  .room-list .room-list-section .room-list-item .room-des-part .grey-text {
    line-height: 22px;
    color: #9e9e9e; }
  .room-list .room-list-section .room-list-item .room-des-part .des-text {
    color: #555555;
    line-height: 22px; }
  .room-list .room-list-section .room-list-item .room-des-part .btn {
    background-color: #a49074;
    color: #fff;
    padding: .7rem 1.6rem;
    font-size: .7rem; }
    .room-list .room-list-section .room-list-item .room-des-part .btn:hover {
      box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.room-detail {
  margin-bottom: 60px; }
  .room-detail .room-banner {
    height: 50vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative; }
    .room-detail .room-banner .banner-text {
      width: 460px;
      left: 50%;
      margin-left: -230px;
      position: absolute;
      bottom: 30px; }
      .room-detail .room-banner .banner-text h1 {
        font-size: 110px;
        color: #ffffff82; }
      .room-detail .room-banner .banner-text .banner-intro {
        font-size: 45px;
        color: #ffffff; }
  .room-detail .room-detail-part .room-detail-banner-part {
    margin-top: 48px; }
    .room-detail .room-detail-part .room-detail-banner-part .room-detail-title {
      text-align: center;
      margin-bottom: 20px; }
      .room-detail .room-detail-part .room-detail-banner-part .room-detail-title h4 {
        color: #a49074;
        font-size: 2.5rem; }
        .room-detail .room-detail-part .room-detail-banner-part .room-detail-title h4 p {
          display: contents;
          font-size: 16px; }
  .room-detail .room-detail-part .room-detail-content .nav {
    background-color: #212121;
    border-radius: .3rem .3rem 0 0; }
    .room-detail .room-detail-part .room-detail-content .nav li {
      height: 59px; }
      .room-detail .room-detail-part .room-detail-content .nav li a {
        color: #fff;
        opacity: .7;
        line-height: 38px;
        font-size: 16px;
        border: none; }
        .room-detail .room-detail-part .room-detail-content .nav li a:hover {
          background-color: #212121;
          color: #a49074; }
    .room-detail .room-detail-part .room-detail-content .nav .active a {
      color: #a49074;
      opacity: 1;
      background-color: #212121;
      position: relative; }
      .room-detail .room-detail-part .room-detail-content .nav .active a:after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        width: 100%;
        height: 3px;
        background-color: #a49074; }
  .room-detail .room-detail-part .room-detail-content .tab-content {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 20px; }
  .room-detail .back-btn-part {
    text-align: center;
    margin-top: 40px; }
    .room-detail .back-btn-part .back-btn {
      background-color: #2e2e2e;
      color: #fff;
      padding: 10px 20px; }
      .room-detail .back-btn-part .back-btn:hover {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

@media (max-width: 768px) {
  .room-list .room-banner {
    height: 200px; }
    .room-list .room-banner .banner-text {
      width: 200px;
      margin-left: -100px;
      padding-top: 60px; }
      .room-list .room-banner .banner-text .banner-intro {
        font-size: 30px;
        padding-top: 85px; }
  .room-list .about-hotel {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    .room-list .about-hotel .about-text {
      padding-left: 6rem; }

  .room-des-part {
    margin-top: 10px; }

  .btn-part {
    text-align: center; }

  .room-detail .room-banner {
    height: 200px; }
    .room-detail .room-banner .banner-text {
      padding-top: 60px;
      position: relative;
      bottom: 0; }
      .room-detail .room-banner .banner-text h1 {
        display: none; }
      .room-detail .room-banner .banner-text .banner-intro {
        font-size: 30px;
        padding-top: 85px; }
  .room-detail .swiper-slide {
    height: 260px; }
  .room-detail .gallery-top {
    height: max-content; }
  .room-detail .room-detail-banner {
    width: 100%;
    margin-bottom: 20px; }
    .room-detail .room-detail-banner .gallery-thumbs {
      display: none; } }
.header-banner {
  height: 50vh;
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative; }
  .header-banner .header-banner-text {
    padding-top: 120px; }
    .header-banner .header-banner-text h1 {
      font-size: 110px;
      color: #ffffff82; }
    .header-banner .header-banner-text .header-banner-intro {
      font-size: 45px;
      color: #ffffff; }

.news-list {
  margin-bottom: 60px; }
  .news-list .news-list-content {
    margin-top: 50px; }
    .news-list .news-list-content .news-item {
      margin: 25px 0; }
      .news-list .news-list-content .news-item .item-img a .post-picture {
        height: 250px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
        .news-list .news-list-content .news-item .item-img a .post-picture:hover {
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          animation-duration: .75s; }
      .news-list .news-list-content .news-item .item-info-part .type {
        color: #a49074;
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 16px; }
        .news-list .news-list-content .news-item .item-info-part .type i {
          margin-right: 5px; }
      .news-list .news-list-content .news-item .item-info-part .title {
        margin-bottom: 14px; }
        .news-list .news-list-content .news-item .item-info-part .title a {
          color: #333;
          font-weight: bold;
          font-size: 24px; }
      .news-list .news-list-content .news-item .item-info-part .title-desc {
        color: #555;
        line-height: 22px;
        margin-bottom: 14px; }
      .news-list .news-list-content .news-item .item-info-part .grey-text {
        color: #9e9e9e;
        line-height: 22px;
        margin-bottom: 30px; }
      .news-list .news-list-content .news-item .item-info-part .item-btn a {
        color: #fff;
        background-color: #a49074;
        padding: 13px 18px;
        font-size: 12px;
        border-radius: 2px; }
        .news-list .news-list-content .news-item .item-info-part .item-btn a:hover {
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.news-content {
  margin-bottom: 60px; }
  .news-content .content-header .content-right span {
    line-height: 50px;
    font-size: 16px;
    color: #888; }
  .news-content .content-title-part {
    text-align: center;
    font-weight: bold;
    padding-bottom: 45px;
    margin-bottom: 45px;
    border-bottom: 1px solid #E5E5E5; }
    .news-content .content-title-part .content-type {
      color: #a49074;
      font-size: 16px;
      margin-bottom: 8px; }
      .news-content .content-title-part .content-type i {
        margin-right: 10px; }
    .news-content .content-title-part .content-title {
      text-align: center;
      font-size: 24px; }
  .news-content .back-btn-part {
    text-align: center;
    margin-top: 60px; }
    .news-content .back-btn-part .back-btn {
      background-color: #2e2e2e;
      color: #fff;
      padding: 10px 20px; }
      .news-content .back-btn-part .back-btn:hover {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.content img {
  max-width: 100%; }

@media (max-width: 768px) {
  .news-content .content {
    margin: 0 15px; }

  .news-list .news-list-content {
    margin-top: 0; }
    .news-list .news-list-content .item-info-part {
      margin: 10px 15px; } }
.traffic-page .traffic-content .traffic-header {
  text-align: center;
  margin: 49px 0;
  font-weight: bold;
  font-size: 16px; }
.traffic-page .traffic-content .traffic-section {
  margin-bottom: 60px; }
  .traffic-page .traffic-content .traffic-section .stepper {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .traffic-page .traffic-content .traffic-section .stepper li {
      position: relative;
      display: flex;
      flex-direction: column;
      transition: all 0.7s ease-in-out;
      align-items: flex-start; }
      .traffic-page .traffic-content .traffic-section .stepper li a {
        padding: 0 24px;
        left: 50%;
        position: absolute; }
        .traffic-page .traffic-content .traffic-section .stepper li a .circle {
          width: 50px;
          height: 50px;
          line-height: 50px;
          font-size: 1.4em;
          text-align: center;
          position: absolute;
          top: 16px;
          margin-left: -50px;
          background-color: #a49074;
          z-index: 2;
          order: 1;
          border-radius: 50%;
          display: inline-block;
          margin-right: 8px;
          color: #fff; }
          .traffic-page .traffic-content .traffic-section .stepper li a .circle i {
            line-height: 50px; }
      .traffic-page .traffic-content .traffic-section .stepper li .step-content {
        width: 45%;
        float: left;
        border-radius: 2px;
        position: relative;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        padding: 24px; }
        .traffic-page .traffic-content .traffic-section .stepper li .step-content:before {
          position: absolute;
          top: 26px;
          right: -15px;
          display: inline-block;
          border-top: 15px solid transparent;
          border-left: 15px solid #e0e0e0;
          border-right: 0 solid #e0e0e0;
          border-bottom: 15px solid transparent;
          content: " "; }
        .traffic-page .traffic-content .traffic-section .stepper li .step-content:after {
          position: absolute;
          top: 27px;
          right: -14px;
          display: inline-block;
          border-top: 14px solid transparent;
          border-left: 14px solid #fff;
          border-right: 0 solid #fff;
          border-bottom: 14px solid transparent;
          content: " "; }
      .traffic-page .traffic-content .traffic-section .stepper li:not(:last-child):after {
        content: " ";
        position: absolute;
        width: 3px;
        background-color: #e0e0e0;
        left: 50%;
        top: 57px;
        margin-left: -1.5px;
        height: 100%; }
    .traffic-page .traffic-content .traffic-section .stepper .timeline-inverted {
      align-items: flex-end; }
      .traffic-page .traffic-content .traffic-section .stepper .timeline-inverted .step-content:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto; }
      .traffic-page .traffic-content .traffic-section .stepper .timeline-inverted .step-content:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto; }
    .traffic-page .traffic-content .traffic-section .stepper .more-padding {
      padding-left: 100px;
      padding-right: 100px; }

.footer {
  background: #000;
  padding: 40px 0 1px;
  color: #fff; }
  .footer h2 {
    font-size: 16px; }
    .footer h2 a:hover {
      color: #fff; }
  .footer a {
    color: #fff;
    cursor: pointer;
    text-decoration: none; }
    .footer a:hover {
      color: #AC1E23; }
  .footer p {
    font-weight: 200;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 20px 0; }
  .footer .footer-main {
    margin-bottom: 20px; }
    .footer .footer-main .list-section {
      font-family: source-han-sans-traditional,"微軟正黑體","Microsoft JhengHei",sans-serif;
      font-weight: 200; }
      .footer .footer-main .list-section .list-section-title {
        margin-bottom: 7px; }
      .footer .footer-main .list-section ul {
        list-style: none;
        padding-left: 0; }
        .footer .footer-main .list-section ul li {
          margin-bottom: 5px; }
          .footer .footer-main .list-section ul li a {
            color: #8B9298; }
      .footer .footer-main .list-section a {
        letter-spacing: 1px;
        transition: color .35s;
        color: #E5E5E4; }
        .footer .footer-main .list-section a:hover {
          color: #AC1E23; }
  .footer .footer-bottom {
    text-align: center;
    border-top: 1px solid #8B9298; }
    .footer .footer-bottom ul {
      list-style: none;
      padding-left: 0;
      display: inline-block;
      padding-top: 15px; }
      .footer .footer-bottom ul li {
        font-size: 12px;
        color: #E5E5E4;
        display: inline-block;
        border-left: 1px solid #E5E5E4;
        padding: 0 5px 0 5px; }
        .footer .footer-bottom ul li:first-child {
          border-left: 0; }
        .footer .footer-bottom ul li a {
          font-family: source-han-sans-traditional,"微軟正黑體","Microsoft JhengHei",sans-serif;
          font-weight: 200;
          font-size: 14px; }
    .footer .footer-bottom p {
      display: inline-block;
      margin: 10px 0; }

/*# sourceMappingURL=style.css.map */
