@charset "UTF-8";
#gotop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 16px 20px;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  cursor: pointer;
  z-index: 500;
  border-radius: 50px; }
  #gotop:hover {
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }

.clearfix {
  *zoom: 1; }
  .clearfix::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden; }

.logo {
  width: 150px;
  height: 60px;
  background: url("../img/logo.png") no-repeat;
  background-size: contain;
  margin: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }
  .logo a {
    display: block;
    width: 100%;
    height: 100%; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

img {
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

.img {
  width: 100%; }

.center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.rowsh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .rowsh [class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb30 {
  margin-bottom: 30px; }

.mb50 {
  margin-bottom: 50px; }

.mb100 {
  margin-bottom: 100px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt30 {
  margin-top: 30px; }

.mt50 {
  margin-top: 50px; }

.mt100 {
  margin-top: 100px; }

.m5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.m10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.m15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.m30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.m50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.m100 {
  margin-top: 100px;
  margin-bottom: 100px; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml15 {
  margin-left: 15px; }

.ml30 {
  margin-left: 30px; }

.ml50 {
  margin-left: 50px; }

.ml100 {
  margin-left: 100px; }

.mr5 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.mr30 {
  margin-right: 30px; }

.mr50 {
  margin-right: 50px; }

.mr100 {
  margin-right: 100px; }

#nav-icon span {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#nav-icon.open {
  position: relative; }
  #nav-icon.open span:nth-child(2) {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(100%) rotate(45deg);
    -ms-transform: translateY(100%) rotate(45deg);
    transform: translateY(100%) rotate(45deg); }
  #nav-icon.open span:nth-child(3) {
    -webkit-transform: translateX(-10px) rotate(0deg);
    -ms-transform: translateX(-10px) rotate(0deg);
    transform: translateX(-10px) rotate(0deg);
    opacity: 0; }
  #nav-icon.open span:nth-child(4) {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-100%) rotate(-45deg);
    -ms-transform: translateY(-100%) rotate(-45deg);
    transform: translateY(-100%) rotate(-45deg); }

nav {
  letter-spacing: 1px;
  background: url("../img/navbg.jpg") repeat top center;
  border: none !important; }
  @media (max-width: 767px) {
    nav ul {
      margin: 8px 0 !important; } }
  nav ul > li.active {
    display: inline-block; }
  nav ul > li.active > a {
    background-color: inherit !important; }
  nav .logo {
    width: 90px;
    margin: 8px 0; }
    @media (max-width: 767px) {
      nav .logo {
        display: inline-block;
        margin: 8px 0 8px 18px;
        width: 50px; } }
    @media screen and (min-width: 992px) and (max-width: 1024px) {
      nav .logo {
        margin: 8px 0 8px 30px; } }
  nav .navbar-right {
    margin: 26px 0 0 0; }
    nav .navbar-right li {
      padding: 0px 15px !important; }
      @media (max-width: 991px) {
        nav .navbar-right li {
          padding: 0px 0px !important; } }
      nav .navbar-right li a {
        font-size: 18px;
        font-weight: 300;
        color: #fff !important;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        nav .navbar-right li a:hover {
          color: #e2c47b !important; }
        @media (max-width: 767px) {
          nav .navbar-right li a {
            padding: 8px 15px; } }
      nav .navbar-right li.active img {
        max-width: 26px;
        float: left;
        padding: 10px 0;
        -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
        transform: translateX(3px); }
        @media (max-width: 767px) {
          nav .navbar-right li.active img {
            max-width: 40px;
            padding: 0 0 0 15px;
            -webkit-transform: translateY(4px) translateX(3px);
            -ms-transform: translateY(4px) translateX(3px);
            transform: translateY(4px) translateX(3px); } }
      nav .navbar-right li.active a {
        color: #e2c47b !important;
        float: left;
        padding: 15px 10px; }
        @media (max-width: 767px) {
          nav .navbar-right li.active a {
            padding: 8px 15px 8px 8px; } }
  @media (max-width: 767px) {
    nav > div > .navbar-header {
      height: 62px; } }
  @media (max-width: 767px) {
    nav > div > .navbar-header button {
      margin: 15px 10px 0 0;
      border: none; }
      nav > div > .navbar-header button span {
        background-color: #fff !important; } }
  @media (max-width: 767px) {
    nav > div > .navbar-header button:hover {
      background-color: inherit !important; } }

.top-lang {
  position: relative; }
  .top-lang ul {
    position: absolute;
    right: 5px; }
    .top-lang ul li {
      color: #5b0000;
      float: right;
      width: 24px;
      height: 24px;
      margin: 10px 5px 0px 5px;
      border-radius: 3px;
      font-size: 13px;
      line-height: 24px;
      background: #f4bb57;
      text-align: center; }
      .top-lang ul li a {
        color: #5b0000;
        width: 24px;
        height: 24px;
        display: block;
        text-decoration: none;
        background: #cb8b45;
        border-radius: 3px;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .top-lang ul li a:hover {
          background: #f4bb57; }
  .top-lang > ul > li.active > a {
    background: #f4bb57 !important;
    width: 24px;
    height: 24px;
    display: block;
    text-decoration: none; }

body {
  overflow-x: hidden;
  background: url(../img/.jpg) no-repeat top center;
  font-family: "Helvetica Neue", Helvetica, "PingFang TC", "LiHei Pro", "Hiragino Sans GB", "Microsoft JhengHei", "微軟正黑體", Arial ,sans-serif; }

p, span, li {
  font-size: 16px; }

main {
  margin-top: 46px; }
  main .introduction_01, main .introduction_02, main .introduction_03, main .introduction_04, main .introduction_05, main .introduction_06, main .introduction_07, main .introduction_08 {
    opacity: 0; }
  @media screen and (min-width: 992px) and (max-width: 1024px) {
    main .introduction_04, main .introduction_05, main .introduction_06, main .introduction_07, main .introduction_08 {
      opacity: 1; } }
  main h2 {
    position: absolute;
    left: 50%;
    top: 42%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 200;
    letter-spacing: 0.2em;
    font-size: 36px;
    color: #323232; }
  main p {
    font-size: 20px;
    color: #323232;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (min-width: 1200px) {
      main p {
        font-size: 22px; } }
    @media (min-width: 1600px) {
      main p {
        font-size: 24px; } }
  main .introduction_01 {
    position: relative;
    -webkit-animation: introduction_01 0.5s 1;
    animation: introduction_01 0.5s 1;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
    main .introduction_01 img {
      -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
      transform: translateY(10px);
      z-index: 1; }

@-webkit-keyframes introduction_01 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes introduction_01 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
  main .introduction_02 {
    position: relative;
    z-index: -1;
    background: url("../img/introduction_02.jpg?v=6") no-repeat top center;
    height: 438px;
    -webkit-animation: introduction_02 0.5s 1;
    animation: introduction_02 0.5s 1;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

@-webkit-keyframes introduction_02 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes introduction_02 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
    @media (min-width: 992px) {
      main .introduction_02 {
        background-position: 37% 0; } }
    @media (min-width: 1200px) {
      main .introduction_02 {
        background-position: 40% 0; } }
    @media (min-width: 1600px) {
      main .introduction_02 {
        background-position: top center; } }
    main .introduction_02 .row {
      height: 438px; }
    @media (min-width: 992px) {
      main .introduction_02 p {
        margin-left: 20px; } }
    @media (min-width: 1200px) {
      main .introduction_02 p {
        margin-left: 30px; } }
    @media (min-width: 1600px) {
      main .introduction_02 p {
        margin-left: 80px; } }
  main .introduction_03 {
    background: url("../img/introduction_03.jpg") no-repeat top center;
    height: 438px;
    -webkit-animation: introduction_03 0.5s 1;
    animation: introduction_03 0.5s 1;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

@-webkit-keyframes introduction_03 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes introduction_03 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
    @media (min-width: 992px) {
      main .introduction_03 {
        background-position: 65% 0; } }
    @media (min-width: 1200px) {
      main .introduction_03 {
        background-position: 60% 0; } }
    @media (min-width: 1600px) {
      main .introduction_03 {
        background-position: top center; } }
    main .introduction_03 .row {
      height: 438px; }
    @media (min-width: 1200px) {
      main .introduction_03 p {
        margin-left: 60px; } }
    @media (min-width: 1600px) {
      main .introduction_03 p {
        margin-left: 20px; } }
  main .introduction_04 {
    background: url("../img/introduction_04.jpg") no-repeat top center;
    height: 438px; }
    @media (min-width: 992px) {
      main .introduction_04 {
        background-position: 37% 0; } }
    @media (min-width: 1200px) {
      main .introduction_04 {
        background-position: 40% 0; } }
    @media (min-width: 1600px) {
      main .introduction_04 {
        background-position: top center; } }
    main .introduction_04 .row {
      height: 438px; }
    @media (min-width: 992px) {
      main .introduction_04 p {
        margin-left: 20px; } }
    @media (min-width: 1200px) {
      main .introduction_04 p {
        margin-left: 30px;
        margin-right: 20px; } }
    @media (min-width: 1600px) {
      main .introduction_04 p {
        margin-left: 80px; } }
  main .introduction_05 {
    background: url("../img/introduction_05.jpg?v=4") no-repeat top center;
    height: 438px; }
    @media (min-width: 992px) {
      main .introduction_05 {
        background-position: 65% 0; } }
    @media (min-width: 1200px) {
      main .introduction_05 {
        background-position: 60% 0; } }
    @media (min-width: 1600px) {
      main .introduction_05 {
        background-position: top center; } }
    main .introduction_05 .row {
      height: 438px; }
    @media (min-width: 1200px) {
      main .introduction_05 p {
        margin-left: 60px; } }
    @media (min-width: 1600px) {
      main .introduction_05 p {
        margin-left: 20px; } }
  main .introduction_06 {
    background: url("../img/introduction_06.jpg") no-repeat top center;
    height: 438px;
    margin-bottom: 80px; }
    @media (min-width: 992px) {
      main .introduction_06 {
        background-position: 37% 0; } }
    @media (min-width: 1200px) {
      main .introduction_06 {
        background-position: 40% 0; } }
    @media (min-width: 1600px) {
      main .introduction_06 {
        background-position: top center; } }
    main .introduction_06 .row {
      height: 438px; }
    @media (min-width: 992px) {
      main .introduction_06 p {
        margin-left: 20px; } }
    @media (min-width: 1200px) {
      main .introduction_06 p {
        margin-left: 30px; } }
    @media (min-width: 1600px) {
      main .introduction_06 p {
        margin-left: 80px; } }
  main .introduction_08 {
    margin-bottom: 80px; }
  main .introduction_anime_04, main .introduction_anime_06 {
    -webkit-animation: introduction_anime_04 0.5s 1;
    animation: introduction_anime_04 0.5s 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

@-webkit-keyframes introduction_anime_04 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes introduction_anime_04 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
  main .introduction_anime_05 {
    -webkit-animation: introduction_anime_05 0.5s 1;
    animation: introduction_anime_05 0.5s 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

@-webkit-keyframes introduction_anime_05 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes introduction_anime_05 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
  main .introduction_anime_07 {
    -webkit-animation: introduction_anime_07 0.5s 1;
    animation: introduction_anime_07 0.5s 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

@-webkit-keyframes introduction_anime_07 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes introduction_anime_07 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
  main .introduction_anime_08 {
    -webkit-animation: introduction_anime_08 0.5s 1;
    animation: introduction_anime_08 0.5s 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

@-webkit-keyframes introduction_anime_08 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes introduction_anime_08 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

main_m {
  margin-top: 62px; }
  main_m .introduction_01, main_m .introduction_02, main_m .introduction_03 {
    opacity: 0; }
  main_m h2 {
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 24px;
    color: #323232;
    padding-top: 46px; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      main_m h2 {
        font-size: 34px;
        padding-top: 66px; } }
  main_m p {
    font-size: 13px;
    line-height: 16px;
    color: #323232;
    letter-spacing: 0.1em;
    padding: 10px 5px 20px 5px; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      main_m p {
        font-size: 16px;
        line-height: 20px; } }
  main_m .introduction_01 {
    position: relative;
    -webkit-animation: introduction_01 0.5s 1;
    animation: introduction_01 0.5s 1;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

@keyframes introduction_01 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
  main_m .introduction_02 {
    -webkit-animation: introduction_02 0.5s 1;
    animation: introduction_02 0.5s 1;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

@keyframes introduction_02 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
  main_m .introduction_03 {
    -webkit-animation: introduction_03 0.5s 1;
    animation: introduction_03 0.5s 1;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

@keyframes introduction_03 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
  main_m .introduction_06 {
    margin-bottom: 60px; }
  main_m .introduction_07 {
    margin-bottom: 30px; }
  main_m .introduction_08 {
    margin-bottom: 60px; }
  main_m .introduction_anime_04, main_m .introduction_anime_06 {
    -webkit-animation: introduction_anime_04 0.5s 1;
    animation: introduction_anime_04 0.5s 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

@keyframes introduction_anime_04 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
  main_m .introduction_anime_05 {
    -webkit-animation: introduction_anime_05 0.5s 1;
    animation: introduction_anime_05 0.5s 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

@keyframes introduction_anime_05 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
  main_m .introduction_anime_07 {
    -webkit-animation: introduction_anime_07 0.5s 1;
    animation: introduction_anime_07 0.5s 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

@keyframes introduction_anime_07 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
  main_m .introduction_anime_08 {
    -webkit-animation: introduction_anime_08 0.5s 1;
    animation: introduction_anime_08 0.5s 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

@keyframes introduction_anime_08 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

footer {
  background: url("../img/navbg.jpg") repeat top center;
  height: 72px; }
  footer p {
    margin: 0;
    font-size: 18px;
    color: #fff;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
    @media (max-width: 991px) {
      footer p {
        font-size: 13px;
        line-height: 15px; } }
    @media (max-width: 576px) {
      footer p {
        -webkit-transform: translateY(18px);
        -ms-transform: translateY(18px);
        transform: translateY(18px); } }
  footer span {
    font-size: 13px; }
    footer span a {
      color: #fff;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      text-decoration: underline; }
      footer span a:hover {
        color: #fff;
        opacity: .8; }
