body {
  font-family: Microsoft JhengHei;
  margin: 0px; }

header {
  background: url("../images/header_bg.jpg") center center;
  text-align: center; }
  header .header_inner {
    align-items: center;
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    display: flex !important; }
    header .header_inner nav {
      width: 100%;
      display: flex; }
      @media (max-width: 1024px) {
        header .header_inner nav {
          display: none; } }
      @media (min-width: 601px) and (max-width: 1280px) {
        header .header_inner nav {
          margin: 0; } }
      header .header_inner nav ul {
        width: 95%;
        list-style: none;
        display: flex;
        align-items: center;
        margin: 15px 0; }
        header .header_inner nav ul li {
          margin-right: 50px; }
          header .header_inner nav ul li:last-of-type {
            margin-right: 0px; }
          header .header_inner nav ul li a {
            color: white;
            text-decoration: none;
            cursor: pointer; }
            header .header_inner nav ul li a:hover {
              color: gray; }
    header .header_inner .social_btn {
      width: 15%; }
      @media (max-width: 1024px) {
        header .header_inner .social_btn {
          display: none; } }
      header .header_inner .social_btn img {
        width: 30px;
        cursor: pointer; }
        header .header_inner .social_btn img:first-of-type {
          margin-right: 10px; }

.mobilemenu-view .reservation_btn button {
  min-width: 175px;
  background-color: red;
  color: white;
  border-radius: 25px;
  border: 1px red solid;
  padding: 15px 20px;
  margin-right: 20px;
  outline: none;
  cursor: pointer;
  margin: 30px 0 30px 0; }
.mobilemenu-view .social_btn {
  margin-top: 20px; }
  .mobilemenu-view .social_btn img {
    width: 60px;
    cursor: pointer; }
    .mobilemenu-view .social_btn img:first-of-type {
      margin-right: 10px; }

.totop {
  background-color: black;
  padding: 60px 0;
  text-align: center; }
  .totop img {
    width: 60px;
    -webkit-animation: arrow-move .9s ease-in-out infinite alternate;
    animation: arrow-move .9s ease-in-out infinite alternate;
    cursor: pointer; }

@-webkit-keyframes arrow-move {
  0% {
    transform: translateY(-5px); }
  100% {
    transform: translateY(5px); } }
@keyframes arrow-move {
  0% {
    transform: translateY(-5px); }
  100% {
    transform: translateY(5px); } }
footer {
  padding-top: 70px;
  background-color: black; }
  footer p {
    margin: 10px 0; }
  footer .container {
    max-width: 1440px;
    margin: 0 auto; }
    footer .container .footer_left {
      margin-left: 5%;
      float: left;
      width: 20%;
      text-align: center; }
      footer .container .footer_left .footer_logo {
        margin-bottom: 30px; }
        footer .container .footer_left .footer_logo img {
          width: 70%; }
      footer .container .footer_left .social_btn {
        margin-bottom: 30px; }
        footer .container .footer_left .social_btn img {
          width: 30px; }
          footer .container .footer_left .social_btn img:first-of-type {
            margin-right: 10px; }
    footer .container .footer_mid {
      float: left;
      width: 50%;
      padding-top: 30px;
      text-align: center; }
      footer .container .footer_mid .mid_inner {
        width: 420px;
        text-align: left;
        margin: 0 auto; }
        footer .container .footer_mid .mid_inner .phone, footer .container .footer_mid .mid_inner .email, footer .container .footer_mid .mid_inner .add, footer .container .footer_mid .mid_inner .add2 {
          /*  display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;*/
          margin-bottom: 15px; }
          footer .container .footer_mid .mid_inner .phone img, footer .container .footer_mid .mid_inner .email img, footer .container .footer_mid .mid_inner .add img, footer .container .footer_mid .mid_inner .add2 img {
            width: 25px;
            margin-left: 30px;
            margin-right: 5px; }
            @media (max-width: 600px) {
              footer .container .footer_mid .mid_inner .phone img, footer .container .footer_mid .mid_inner .email img, footer .container .footer_mid .mid_inner .add img, footer .container .footer_mid .mid_inner .add2 img {
                margin-left: 25px; } }
          footer .container .footer_mid .mid_inner .phone span, footer .container .footer_mid .mid_inner .email span, footer .container .footer_mid .mid_inner .add span, footer .container .footer_mid .mid_inner .add2 span {
            color: white;
            font-size: 1.5rem;
            min-width: 335px; }
        footer .container .footer_mid .mid_inner .add {
          margin-bottom: 5px; }
        footer .container .footer_mid .mid_inner .add2 {
          margin-left: 60px; }
          @media (max-width: 600px) {
            footer .container .footer_mid .mid_inner .add2 {
              margin-left: 55px; } }
    footer .container .footer_right {
      float: left;
      width: 20%;
      margin-right: 5%;
      padding-top: 30px;
      text-align: center; }
      footer .container .footer_right .right_inner {
        text-align: left;
        width: 150px;
        margin: 0 auto; }
        footer .container .footer_right .right_inner a {
          color: white;
          font-size: 1.5rem;
          display: block;
          margin-bottom: 10px; }
    footer .container:after {
      content: '';
      display: block;
      clear: both; }
  footer .copy {
    background-color: black;
    text-align: center;
    color: white;
    padding: 70px 0; }
    footer .copy a {
      color: white;
      cursor: pointer; }

.slick-prev, .slick-next {
  background-color: transparent;
  width: 40px !important;
  height: 40px !important;
  -webkit-animation: arrow-move .9s ease-in-out infinite alternate;
  animation: arrow-move .9s ease-in-out infinite alternate; }

iframe {
  display: block; }

.menu_outer {
  background-image: url("../images/background_black.png");
  padding: 100px 0 50px 0; }
  .menu_outer h2 {
    margin: 0;
    color: white;
    text-align: center;
    padding-bottom: 40px; }
  .menu_outer .menu_icon {
    width: 85%;
    margin: 0 auto; }
    .menu_outer .menu_icon .menu_icon_sec {
      outline: none;
      width: 12%;
      float: left;
      cursor: pointer; }
      .menu_outer .menu_icon .menu_icon_sec img {
        width: 100%;
        padding: 10px; }
      .menu_outer .menu_icon .menu_icon_sec p {
        color: white;
        font-size: 18px;
        text-align: center;
        margin-top: 10px; }
    .menu_outer .menu_icon:after {
      display: block;
      content: '';
      clear: both; }
    .menu_outer .menu_icon .slick-prev {
      left: -40px; }
    .menu_outer .menu_icon .slick-next {
      right: -40px; }

.logo_outer {
  z-index: 200;
  position: relative; }
  .logo_outer .logo_sec {
    background: url("../images/header_ori.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center; }
    .logo_outer .logo_sec .logo {
      padding-top: 30px;
      width: 250px;
      margin: 0 auto 30px auto; }
      .logo_outer .logo_sec .logo img {
        width: 100%; }
    .logo_outer .logo_sec .logo_btn {
      z-index: 1000;
      height: 24px;
      padding-bottom: 115px; }
      .logo_outer .logo_sec .logo_btn span {
        padding: 10px 15px;
        outline: none;
        border-radius: 8px;
        font-size: 1.3rem;
        font-weight: 600; }

.banner_outer {
  margin-top: -300px; }
  @media (min-width: 1600px) and (max-width: 2048px) {
    .banner_outer {
      margin-top: -320px; } }
  .banner_outer .banner {
    z-index: -1;
    outline: none;
    position: relative; }
    .banner_outer .banner img {
      width: 100%; }
    .banner_outer .banner .text {
      position: absolute;
      top: 40%;
      width: 100%;
      color: white;
      text-align: center; }
      .banner_outer .banner .text .text-title {
        font-size: 2.5rem; }

.job_outer {
  z-index: 1000;
  margin-top: -310px;
  position: relative; }
  @media (min-width: 1600px) and (max-width: 2048px) {
    .job_outer {
      margin-top: -440px; } }
  .job_outer .job {
    background: url("../images/news-background.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center; }
    .job_outer .job .job_title {
      max-width: 960px;
      color: #88816c;
      font-size: 2.3rem;
      padding: 200px 0 30px 0;
      margin: 0 auto;
      text-transform: uppercase; }
    .job_outer .job .job_section {
      font-size: 1.4rem;
      color: white;
      padding-bottom: 100px; }
      .job_outer .job .job_section span {
        text-transform: uppercase;
        color: #88816c;
        font-size: 1.8rem;
        display: block;
        margin-bottom: 15px; }
      .job_outer .job .job_section a {
        color: #88816c; }

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