@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow-x: hidden;
  font-size: 17px;
  color: #744C14;
  background-color: #ffffff;
  line-height: 1.6;
  font-family: '微軟正黑體','Microsoft JhengHei' , sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .pace:after {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(116, 76, 20, 0.8);
    z-index: 99999;
    display: block; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #744C14;
  position: fixed;
  z-index: 200000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px; }

/*共用屬性*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -webkit-overflow-scrolling: touch; }

a {
  text-decoration: none;
  color: inherit; }

a:active, a:hover {
  outline: none; }

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

input[type="text"] {
  -webkit-appearance: none;
  outline: 0; }

/*-----泛用表格-----*/
.t {
  display: table; }
  .t > .t-row {
    display: table-row; }
    .t > .t-row > .t-cell {
      display: table-cell;
      vertical-align: middle;
      border-collapse: collapse;
      margin: 0;
      padding: 0; }

dl {
  padding: 10px 0;
  font-size: 0; }
  dl dt, dl dd {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem; }

/*定義區塊*/
.container {
  margin: auto;
  position: relative;
  z-index: 100;
  width: 1180px;
  max-width: 100%;
  padding: 0 10px; }

.wrap {
  padding: 30px 0; }

section {
  position: relative;
  max-width: 100%; }

.row {
  padding: 10px 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 10px;
  padding-right: 10px; }

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666667%; }

.col-10 {
  width: 83.33333333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666667%; }

.col-7 {
  width: 58.33333333%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66666667%; }

.col-4 {
  width: 33.33333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66666667%; }

.col-1 {
  width: 8.33333333%; }

.pic {
  position: relative;
  font-size: 0;
  width: 100%;
  height: 0;
  display: block; }
  .pic > span {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0; }
    .pic > span:before {
      content: ' ';
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle; }
    .pic > span > img, .pic > span > iframe {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
    .pic > span > iframe {
      width: 100%;
      height: 100%; }

/*-----RWD地圖&Youtube影片-----*/
.map, .video {
  position: relative;
  width: 100%;
  height: 0; }
  .map iframe, .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.cf:after,
.row:after,
dl:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden; }

.bg-img {
  background-size: cover;
  display: block;
  width: 100%;
  height: 0; }

.editor {
  word-break: break-all;
  /* Begin bidirectionality settings (do not change) */ }
  .editor i {
    font-style: italic; }
  .editor em, .editor b, .editor strong {
    font-weight: bold; }
  .editor img {
    height: auto !important; }
  .editor html, .editor address, .editor blockquote, .editor body, .editor dd, .editor div, .editor dl, .editor dt, .editor fieldset, .editor form,
  .editor frame, .editor frameset, .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6, .editor noframes, .editor ol, .editor p, .editor ul, .editor center,
  .editor dir, .editor hr, .editor menu, .editor pre {
    display: block; }
  .editor li {
    display: list-item; }
  .editor head {
    display: none; }
  .editor table {
    display: table; }
  .editor tr {
    display: table-row; }
  .editor thead {
    display: table-header-group; }
  .editor tbody {
    display: table-row-group; }
  .editor tfoot {
    display: table-footer-group; }
  .editor col {
    display: table-column; }
  .editor colgroup {
    display: table-column-group; }
  .editor td, .editor th {
    display: table-cell; }
  .editor caption {
    display: table-caption; }
  .editor th {
    font-weight: bolder;
    text-align: center; }
  .editor caption {
    text-align: center; }
  .editor body {
    margin: 8px; }
  .editor h1 {
    font-size: 2em;
    margin: .67em 0; }
  .editor h2 {
    font-size: 1.5em;
    margin: .75em 0; }
  .editor h3 {
    font-size: 1.17em;
    margin: .83em 0; }
  .editor h4, .editor p, .editor blockquote, .editor ul, .editor fieldset, .editor form, .editor ol, .editor dl, .editor dir, .editor menu {
    margin: 1.12em 0; }
  .editor h5 {
    font-size: .83em;
    margin: 1.5em 0; }
  .editor h6 {
    font-size: .75em;
    margin: 1.67em 0; }
  .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6, .editor b, .editor strong {
    font-weight: bolder; }
  .editor blockquote {
    margin-left: 40px;
    margin-right: 40px; }
  .editor i, .editor cite, .editor em, .editor var, .editor address {
    font-style: italic; }
  .editor pre, .editor tt, .editor code, .editor kbd, .editor samp {
    font-family: monospace; }
  .editor pre {
    white-space: pre; }
  .editor button, .editor textarea, .editor input, .editor select {
    display: inline-block; }
  .editor big {
    font-size: 1.17em; }
  .editor small, .editor sub, .editor sup {
    font-size: .83em; }
  .editor sub {
    vertical-align: sub; }
  .editor sup {
    vertical-align: super; }
  .editor table {
    border-spacing: 2px; }
  .editor thead, .editor tbody, .editor tfoot {
    vertical-align: middle; }
  .editor td, .editor th {
    vertical-align: inherit; }
  .editor s, .editor strike, .editor del {
    text-decoration: line-through; }
  .editor hr {
    border: 1px inset; }
  .editor ol, .editor ul, .editor dir, .editor menu, .editor dd {
    margin-left: 40px; }
  .editor ol {
    list-style-type: decimal; }
  .editor ol ul, .editor ul ol, .editor ul ul, .editor ol ol {
    margin-top: 0;
    margin-bottom: 0; }
  .editor u, .editor ins {
    text-decoration: underline; }
  .editor br:before {
    content: "\A"; }
  .editor :before, .editor :after {
    white-space: pre-line; }
  .editor center {
    text-align: center; }
  .editor :link, .editor :visited {
    text-decoration: underline; }
  .editor :focus {
    outline: thin dotted invert; }
  .editor BDO[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: bidi-override; }
  .editor BDO[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: bidi-override; }
  .editor *[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: embed; }
  .editor *[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: embed; }
  @media print {
    .editor h1 {
      page-break-before: always; }
    .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
      page-break-after: avoid; }
    .editor ul, .editor ol, .editor dl {
      page-break-before: avoid; } }

/*-----排版-----*/
.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

.inline-item {
  display: inline-block; }

.align-m {
  display: inline-block;
  vertical-align: middle; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; }

body, html {
  width: 100%; }

#main {
  background-image: url(../img/layout/pages/pages_bg.png);
  background-size: cover;
  width: calc(100% - 230px);
  margin-left: 230px;
  float: right;
  background-repeat: repeat-y; }
  #main:before {
    content: url("../img/layout/pages/bg_light_flower.png");
    position: absolute;
    right: 0;
    top: -15%;
    height: 393px;
    z-index: 0;
    width: 31.67961745367603%; }

header {
  position: fixed;
  text-align: center; }
  header .pushmenu {
    background-image: url(../img/layout/header_bg.png);
    height: 100vh;
    width: 230px;
    padding-top: 4.5vh; }
    header .pushmenu .logo {
      margin-bottom: 5.5vh; }
      header .pushmenu .logo a img {
        height: 19.5vh; }
      header .pushmenu .logo a:hover {
        opacity: 0.9; }
    header .pushmenu .mainnav {
      position: relative; }
      header .pushmenu .mainnav li {
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
        -webkit-writing-mode: vertical-lr;
        display: inline-block;
        vertical-align: top;
        margin: 4vh 15px;
        font-size: 18px;
        color: #744C14;
        position: relative; }
        header .pushmenu .mainnav li:hover, header .pushmenu .mainnav li.active {
          font-weight: bold;
          color: #9F6B08; }
          header .pushmenu .mainnav li:hover:before, header .pushmenu .mainnav li.active:before {
            position: absolute;
            content: url(../img/layout/title_line_b.png);
            -webkit-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
            transform: scaleX(-1);
            top: 0;
            bottom: 0;
            margin: auto;
            left: -10px; }
          header .pushmenu .mainnav li:hover:after, header .pushmenu .mainnav li.active:after {
            position: absolute;
            content: url(../img/layout/title_line_b.png);
            top: 0;
            bottom: 0;
            margin: auto;
            right: -10px; }
      header .pushmenu .mainnav:before {
        content: url(../img/layout/header_line.png);
        position: absolute;
        right: 0;
        left: 0;
        top: -10px; }
      header .pushmenu .mainnav:after {
        content: url(../img/layout/header_line.png);
        position: absolute;
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1);
        bottom: -10px;
        right: 0;
        left: 0; }
    header .pushmenu .social_links {
      margin: 5.5vh 0; }
      header .pushmenu .social_links span {
        margin: 0 10px; }
        header .pushmenu .social_links span a img {
          height: 3vh; }
        header .pushmenu .social_links span a:hover {
          opacity: 0.9; }
    header .pushmenu .slogan {
      position: relative; }
      header .pushmenu .slogan img {
        height: 21.5vh; }
      header .pushmenu .slogan:after {
        content: url(../img/layout/header_flower.png);
        position: absolute;
        right: 0;
        left: 0;
        top: -5vh;
        margin: auto; }

footer {
  width: calc(100% - 230px);
  float: right;
  background-color: #744C14;
  padding: 0.5% 0;
  background-image: url(../img/layout/bg_light_flower.png);
  background-size: cover;
  background-position: center;
  position: relative; }
  footer .footer_info .info_items {
    color: white;
    display: inline-block;
    vertical-align: top;
    width: calc(33.3333% - 5px); }
    footer .footer_info .info_items .info_name img {
      display: inline-block;
      vertical-align: middle; }
    footer .footer_info .info_items .info_name p {
      margin-left: 5px;
      font-size: 13px;
      display: inline-block;
      vertical-align: middle;
      position: relative; }
      footer .footer_info .info_items .info_name p:after {
        content: '';
        width: 11px;
        height: 1px;
        background-color: white;
        position: absolute;
        left: 0;
        bottom: 0; }
    footer .footer_info .info_items .info_content {
      font-size: 16px; }
      footer .footer_info .info_items .info_content span:first-child {
        margin-right: 5%; }
      footer .footer_info .info_items .info_content span:last-child {
        position: relative; }
        footer .footer_info .info_items .info_content span:last-child:before {
          content: '24hr';
          color: #F0DE6F;
          font-size: 13px;
          position: absolute;
          top: -15px;
          font-weight: bold;
          left: 0; }
  footer .copy {
    text-align: right;
    color: white;
    width: 33.33333333%;
    float: right;
    font-size: 13px; }
    footer .copy p {
      margin: 10px 0; }
    footer .copy .author {
      opacity: 0.6; }
  footer #gotop {
    z-index: 999;
    text-align: center;
    right: 30px;
    position: absolute;
    top: -60px;
    font-size: 13px;
    color: #9F6B08;
    cursor: pointer; }

.absolute {
  opacity: 0;
  position: fixed;
  right: 10px;
  top: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  padding: 15px;
  z-index: 999;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .absolute img {
    margin-top: 5px; }

.change-opacity {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1; }

.sec_switch {
  background: url(../img/index/bg_news.png);
  background-size: cover;
  background-position: center;
  position: relative; }
  .sec_switch:before {
    content: url(../img/layout/pages/blur.png);
    position: absolute;
    top: 0;
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1); }
  .sec_switch:after {
    content: url(../img/layout/pages/blur.png);
    position: absolute;
    bottom: 0; }
  .sec_switch .inner {
    position: relative;
    overflow: hidden; }
    .sec_switch .inner .border_left, .sec_switch .inner .border_right {
      background-image: url(../img/layout/pages/blur-side.png);
      position: absolute;
      padding-right: 19px;
      padding-bottom: 100%;
      background-repeat: repeat-y;
      top: 0; }
    .sec_switch .inner .border_left {
      left: 0; }
    .sec_switch .inner .border_right {
      right: 0;
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      transform: scaleX(-1); }
    .sec_switch .inner .sec_switch_list {
      margin: 0 auto 0 auto;
      text-align: center; }
      .sec_switch .inner .sec_switch_list li {
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
        -webkit-writing-mode: vertical-lr;
        display: inline-block;
        vertical-align: top;
        margin: 50px 15px;
        font-size: 18px;
        color: #744C14;
        position: relative; }
        .sec_switch .inner .sec_switch_list li a {
          padding: 10px 5px; }
        .sec_switch .inner .sec_switch_list li:hover a {
          background-color: rgba(255, 255, 255, 0.2); }
        .sec_switch .inner .sec_switch_list li.active a {
          background-color: rgba(255, 255, 255, 0.2);
          border: #D4B05B solid 1px; }

.titles {
  text-align: center;
  padding: 70px 0; }
  .titles span h1 {
    font-size: 35px;
    font-family: 'cwTeXFangSong', serif;
    color: #744C14;
    position: relative;
    vertical-align: middle;
    display: inline-block; }
  .titles span:before {
    vertical-align: middle;
    display: inline-block;
    content: url(../img/layout/title_line_b.png);
    margin-right: 50px;
    top: 0;
    bottom: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }
  .titles span:after {
    vertical-align: middle;
    display: inline-block;
    content: url(../img/layout/title_line_b.png);
    margin-left: 50px;
    top: 0;
    bottom: 0; }

.morebt {
  text-align: center;
  margin-top: 5%; }
  .morebt a span {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #9F6B08;
    position: relative; }
    .morebt a span:before {
      content: '';
      width: 4px;
      height: 4px;
      border: 1px solid #9F6B08;
      position: absolute; }
  .morebt a span:first-child:before {
    top: -3px; }
  .morebt a span:last-child:before {
    bottom: -3px; }
  .morebt a p {
    font-size: 18px;
    color: #9F6B08;
    padding: 10px 0;
    letter-spacing: 3px;
    -webkit-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s; }
  .morebt:hover a p {
    background-color: rgba(159, 107, 8, 0.2);
    -webkit-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s; }

.page {
  text-align: center; }
  .page li {
    display: inline-block;
    vertical-align: middle; }
    .page li a {
      display: inline-block;
      width: 36px;
      height: 36px;
      text-align: center;
      line-height: 36px;
      font-size: 17px;
      color: #777777; }
      .page li a:hover, .page li a.active {
        background-color: rgba(212, 176, 91, 0.8);
        color: #744C14;
        font-size: 18px; }
  .page li:first-child img {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }

.backbt {
  font-size: 18px;
  color: #744C14;
  text-align: center;
  margin-bottom: 5%; }
  .backbt span {
    width: 100%;
    display: block;
    margin-bottom: 3%;
    border-top: 1px solid #E6DBD3; }
  .backbt img {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-right: 20px; }
  .backbt img, .backbt p {
    vertical-align: middle;
    display: inline-block; }

.hidebt {
  text-align: center; }
  .hidebt a {
    padding: 10px 20px;
    background-color: #9F6B08;
    color: white;
    border-radius: 4px; }

.pdbt {
  padding-bottom: 5%; }

.bg_cover {
  background-size: cover; }

.decoration {
  text-align: center;
  margin: 4% 0; }

#pages_content {
  padding-bottom: 8%; }

/* Outline In */
.hvr-outline-in {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  position: relative; }
  .hvr-outline-in:before {
    pointer-events: none;
    content: '';
    position: absolute;
    border: #D4B05B solid 1px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    -o-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left; }
  .hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1; }

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent; }

.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #D4B05B;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white; }

.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2); }

html, body {
  max-width: 100%; }

.banner {
  width: 100%;
  padding-bottom: 3.55029585798817%;
  position: relative;
  overflow: hidden;
  height: 1%;
  margin-bottom: 0; }
  .banner .banner_pic {
    width: 100%;
    background-size: cover;
    padding-bottom: 95vh;
    background-image: url(../img/index/banner.png); }
  .banner .slick-dots {
    bottom: 20px; }
    .banner .slick-dots li {
      margin: 0 7px;
      width: 40px;
      height: 4px;
      border: 1px solid #9F6B08; }
      .banner .slick-dots li button:before {
        display: none; }
    .banner .slick-dots .slick-active {
      background-color: #9F6B08; }

#index_links {
  /*ul*/ }
  #index_links ul {
    margin-bottom: 0;
    /*li*/ }
    #index_links ul li {
      padding: 0;
      /*.inside*/ }
      #index_links ul li .inside {
        width: calc( 100% - 1px);
        margin: 0px auto;
        margin-right: 0;
        position: relative;
        height: 0;
        padding-bottom: 46.18117229129663%; }
        #index_links ul li .inside div {
          position: absolute;
          left: 0;
          top: 0; }
        #index_links ul li .inside .items_pic {
          height: 0;
          width: 100%;
          padding-bottom: 46.18117229129663%;
          background-size: 100%;
          background-position: 50% 50%;
          -webkit-transition: all .3s linear;
          -o-transition: all .3s linear;
          transition: all .3s linear;
          z-index: 0;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }
          #index_links ul li .inside .items_pic:before {
            z-index: 1;
            content: '';
            width: 100%;
            height: 100%;
            background-color: #744C14;
            opacity: 0.7;
            top: 0;
            left: 0;
            position: absolute; }
        #index_links ul li .inside .items_name {
          text-align: center;
          vertical-align: middle;
          height: 100%;
          right: 0;
          bottom: 0;
          margin: auto;
          z-index: 2;
          text-align: center;
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          top: 50%;
          left: 50%;
          display: inline-block; }
          #index_links ul li .inside .items_name span p {
            -webkit-writing-mode: vertical-lr;
            -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
            display: inline-block;
            font-family: 'cwTeXFangSong', serif;
            font-size: 25px;
            letter-spacing: 2px;
            color: #FFFFFF;
            position: relative; }
            #index_links ul li .inside .items_name span p:before {
              content: url(../img/layout/title_line_w.png);
              position: absolute;
              left: -30px;
              top: 0;
              bottom: 0;
              margin: auto;
              -webkit-transform: scaleX(-1);
              -ms-transform: scaleX(-1);
              transform: scaleX(-1); }
            #index_links ul li .inside .items_name span p:after {
              content: url(../img/layout/title_line_w.png);
              position: absolute;
              right: -30px;
              top: 0;
              bottom: 0;
              margin: auto; }
    #index_links ul li:hover .inside .items_pic {
      background-size: 105%;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    #index_links ul li:first-child .inside .items_pic {
      background-image: url(../img/index/bg_intro.png); }
    #index_links ul li:nth-child(2) .inside .items_pic {
      background-image: url(../img/index/bg_service.png); }
    #index_links ul li:last-child .inside .items_pic {
      background-image: url(../img/index/bg_question.png); }
  #index_links .inside {
    position: relative;
    height: 0;
    padding-bottom: 100%; }

#products {
  background-image: url(../img/index/bg_product.png); }
  #products ul li {
    margin: 0 4.1%;
    padding: 0;
    position: relative; }
    #products ul li .items_pic {
      width: 100%;
      height: 0;
      display: block;
      padding-bottom: 100%;
      overflow: hidden;
      text-align: center;
      margin: 0 auto;
      position: relative;
      background-image: url(../img/layout/border.png);
      background-repeat: no-repeat;
      background-size: 100%; }
      #products ul li .items_pic .photo {
        text-align: center;
        position: absolute;
        width: calc(100% - 45px);
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        top: 0;
        height: 0;
        padding-top: calc(100% - 45px);
        background-image: url(../img/product/big.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        #products ul li .items_pic .photo .info {
          position: absolute;
          width: 100%;
          height: 40px;
          background-color: rgba(116, 76, 20, 0.7);
          left: 0;
          bottom: 0;
          color: white;
          font-size: 20px;
          line-height: 40px;
          -webkit-transition: all 0.5s ease 0s;
          -o-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
          text-align: left; }
          #products ul li .items_pic .photo .info p {
            margin-bottom: 30px;
            text-align: center;
            overflow: hidden;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis; }
          #products ul li .items_pic .photo .info .price {
            text-align: left;
            font-size: 20px;
            position: relative;
            opacity: 0; }
            #products ul li .items_pic .photo .info .price:before {
              content: '優惠價';
              font-size: 16px;
              position: absolute;
              top: -25px; }
            #products ul li .items_pic .photo .info .price .go {
              float: right; }
    #products ul li .items_pic:hover .photo .info {
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      height: 100%;
      background-image: url(../img/product/items_hover.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      -o-text-overflow: none;
      text-overflow: none;
      background-color: rgba(116, 76, 20, 0.9);
      padding-top: 30%;
      padding-bottom: 0;
      padding-right: 13%;
      padding-left: 13%;
      text-align: left;
      font-size: 22px;
      line-height: 33px; }
      #products ul li .items_pic:hover .photo .info p {
        text-align: left; }
      #products ul li .items_pic:hover .photo .info .price {
        opacity: 1; }

.about_intro_content p {
  font-size: 18px;
  line-height: 31px;
  color: #744C14; }

.about_intro_content:first-letter {
  font-size: 30px; }

.about_team_content .team_items {
  /* Wobble Vertical */ }
  .about_team_content .team_items li {
    margin-bottom: 5%; }
    .about_team_content .team_items li a {
      cursor: default; }
    .about_team_content .team_items li .items_pic {
      width: 100%;
      height: 0;
      display: block;
      padding-bottom: 100%;
      text-align: center;
      margin: 0 auto;
      position: relative;
      background-repeat: no-repeat;
      background-size: 100%; }
      .about_team_content .team_items li .items_pic .photo {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        top: 0;
        height: 0;
        padding-top: 100%;
        background-image: url(../img/about/human.png);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        border-radius: 50%; }
      .about_team_content .team_items li .items_pic .info {
        border-radius: 50%;
        position: absolute;
        width: 77px;
        height: 77px;
        background-color: #744c14;
        left: 0;
        right: 0;
        bottom: -39px;
        margin: auto;
        color: white;
        font-size: 16px;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        text-align: center; }
        .about_team_content .team_items li .items_pic .info .wrap {
          border-radius: 50%;
          display: block;
          width: 100%;
          height: 0; }
          .about_team_content .team_items li .items_pic .info .wrap p {
            color: white;
            text-align: center;
            overflow: hidden;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            margin: 0;
            position: absolute;
            z-index: 3;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            top: 50%;
            left: 50%;
            display: block;
            -webkit-transition: .1s ease-in;
            -o-transition: .1s ease-in;
            transition: .1s ease-in; }
          .about_team_content .team_items li .items_pic .info .wrap:before {
            content: '';
            width: 82px;
            height: 82px;
            border: 1px solid #744C14;
            border-radius: 50%;
            position: absolute;
            right: 0;
            bottom: 0;
            left: -2px;
            top: -2px;
            margin: auto; }
    .about_team_content .team_items li:hover .items_pic .photo {
      background-size: 110%;
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }

@-webkit-keyframes info {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes info {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
  .about_team_content .team_items li .info {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent; }
  .about_team_content .team_items li:hover .info, .about_team_content .team_items li:focus .info, .about_team_content .team_items li:active .info {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

.about_license .about_inside {
  margin-top: 10%; }
  .about_license .about_inside .license_items {
    text-align: center;
    width: 83.33333333%;
    margin: 2% auto; }
    .about_license .about_inside .license_items li {
      width: 16.66666667%;
      display: inline-block;
      margin: 1%;
      overflow: hidden; }
      .about_license .about_inside .license_items li .license_items_content {
        width: 100%;
        height: 0;
        display: block;
        padding-bottom: 133%;
        text-align: center;
        margin: 0 auto;
        position: relative; }
        .about_license .about_inside .license_items li .license_items_content span {
          background-image: url(../img/about/cer.png);
          position: absolute;
          width: 100%;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          top: 0;
          height: 0;
          padding-top: 133%;
          background-size: 100%;
          background-position: center;
          background-repeat: no-repeat;
          -webkit-transition: all 0.5s ease 0s;
          -o-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s; }
      .about_license .about_inside .license_items li:hover .license_items_content span {
        background-size: 105%; }

.about_organize_content {
  text-align: center; }
  .about_organize_content .fancybox, .about_organize_content .department, .about_organize_content .organize_des_items {
    text-align: center; }
    .about_organize_content .fancybox a, .about_organize_content .department a, .about_organize_content .organize_des_items a {
      cursor: auto;
      display: inline-block;
      position: relative; }
    .about_organize_content .fancybox li, .about_organize_content .department li, .about_organize_content .organize_des_items li {
      padding: 0;
      position: relative; }
      .about_organize_content .fancybox li .items_pic, .about_organize_content .department li .items_pic, .about_organize_content .organize_des_items li .items_pic {
        width: 116px;
        height: 116px;
        display: inline-block;
        overflow: hidden;
        text-align: center;
        margin: 0 auto;
        position: relative; }
        .about_organize_content .fancybox li .items_pic .photo, .about_organize_content .department li .items_pic .photo, .about_organize_content .organize_des_items li .items_pic .photo {
          display: block;
          width: 100%;
          height: 100%;
          background-color: #9F6B08;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          border-radius: 50%;
          overflow: hidden; }
          .about_organize_content .fancybox li .items_pic .photo .info, .about_organize_content .department li .items_pic .photo .info, .about_organize_content .organize_des_items li .items_pic .photo .info {
            border-radius: 50%;
            color: white;
            font-size: 20px;
            -webkit-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
            text-align: center; }
            .about_organize_content .fancybox li .items_pic .photo .info p, .about_organize_content .department li .items_pic .photo .info p, .about_organize_content .organize_des_items li .items_pic .photo .info p {
              line-height: 115px;
              -webkit-transition: all 0.5s ease 0s;
              -o-transition: all 0.5s ease 0s;
              transition: all 0.5s ease 0s; }
      .about_organize_content .fancybox li:after, .about_organize_content .department li:after, .about_organize_content .organize_des_items li:after {
        z-index: -1;
        content: '';
        width: 122px;
        height: 122px;
        border-radius: 50%;
        position: absolute;
        right: 0;
        left: -1px;
        top: -3px;
        margin: auto; }
  .about_organize_content .fancybox li .items_pic .photo {
    background-color: #744C14; }
  .about_organize_content .fancybox li:after {
    border: 1px solid #744C14; }
  .about_organize_content .fancybox li .items_pic:hover .photo {
    background-image: url(../img/about/human.png); }
    .about_organize_content .fancybox li .items_pic:hover .photo .info {
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      -o-text-overflow: none;
      text-overflow: none;
      background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 1%, rgba(129, 129, 129, 0) 50%, black 100%);
      background: -o-linear-gradient(rgba(255, 255, 255, 0) 1%, rgba(129, 129, 129, 0) 50%, black 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(129, 129, 129, 0)), to(black));
      background: linear-gradient(rgba(255, 255, 255, 0) 1%, rgba(129, 129, 129, 0) 50%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); }
      .about_organize_content .fancybox li .items_pic:hover .photo .info p {
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        line-height: 190px; }
  .about_organize_content .fancybox li:nth-child(2), .about_organize_content .fancybox li:last-child {
    margin-top: 19px; }
    .about_organize_content .fancybox li:nth-child(2):before, .about_organize_content .fancybox li:last-child:before {
      content: '';
      width: 1px;
      height: 20px;
      background-color: #744C14;
      right: 0;
      left: 0;
      position: absolute;
      margin: auto;
      top: -22px; }
  .about_organize_content .department_section {
    position: relative; }
    .about_organize_content .department_section .line_ver {
      width: calc(100% / 6 * 5);
      height: 1px;
      position: absolute;
      top: 0;
      left: calc(100% / 6 / 2);
      background-color: #595555; }
    .about_organize_content .department_section .department {
      width: 100%;
      position: relative;
      margin-top: 15px; }
      .about_organize_content .department_section .department:before {
        content: '';
        height: 20px;
        width: 1px;
        background-color: #744C14;
        position: absolute;
        top: -20px; }
      .about_organize_content .department_section .department li {
        float: left;
        width: calc(100% / 6);
        position: relative;
        margin-top: 19px;
        margin-top: 19px; }
        .about_organize_content .department_section .department li a {
          cursor: auto;
          position: relative; }
          .about_organize_content .department_section .department li a .des {
            top: 25px;
            display: block;
            font-size: 18px;
            color: #595555; }
        .about_organize_content .department_section .department li .items_pic .photo {
          background-color: #595555; }
          .about_organize_content .department_section .department li .items_pic .photo .info {
            background-color: #595555; }
        .about_organize_content .department_section .department li:after {
          border: 1px solid #595555;
          left: -3px;
          top: -2px; }
        .about_organize_content .department_section .department li:before {
          content: '';
          width: 1px;
          height: 19px;
          background-color: #595555;
          right: 0;
          left: 0;
          position: absolute;
          margin: auto;
          top: -20px; }
        .about_organize_content .department_section .department li:after {
          content: '';
          width: 122px;
          height: 122px;
          border: 1px solid #595555;
          border-radius: 50%;
          position: absolute;
          right: 0;
          left: 0;
          top: -3px;
          margin: auto;
          z-index: -1; }
  .about_organize_content .organize_des {
    width: 100%; }
    .about_organize_content .organize_des .organize_des_items {
      margin-top: 100px;
      width: 100%; }
      .about_organize_content .organize_des .organize_des_items li {
        margin-bottom: 20px;
        display: block;
        position: relative; }
        .about_organize_content .organize_des .organize_des_items li a {
          width: 115px;
          display: inline-block;
          vertical-align: middle;
          cursor: auto;
          position: relative; }
          .about_organize_content .organize_des .organize_des_items li a:after {
            content: '';
            width: 122px;
            height: 122px;
            border-radius: 50%;
            position: absolute;
            right: 0;
            left: -3px;
            top: -3px;
            margin: auto;
            z-index: -1;
            border: 1px solid #595555; }
        .about_organize_content .organize_des .organize_des_items li .items_pic .photo {
          background-color: rgba(116, 76, 20, 0); }
          .about_organize_content .organize_des .organize_des_items li .items_pic .photo .info {
            display: block;
            background-color: rgba(89, 85, 85, 0.5);
            font-weight: bold; }
        .about_organize_content .organize_des .organize_des_items li:after {
          display: none; }
        .about_organize_content .organize_des .organize_des_items li .or_des {
          text-align: left;
          width: 50%;
          display: inline-block;
          vertical-align: middle;
          position: relative;
          padding: 25px;
          border: 1px solid #F2D8B0;
          color: #595454;
          font-size: 18px; }
      .about_organize_content .organize_des .organize_des_items li:nth-child(odd) {
        direction: rtl; }
        .about_organize_content .organize_des .organize_des_items li:nth-child(odd) a:after {
          right: -3px;
          left: 0; }
      .about_organize_content .organize_des .organize_des_items li:nth-child(2) a:after, .about_organize_content .organize_des .organize_des_items li:first-child a:after, .about_organize_content .organize_des .organize_des_items li:nth-child(3) a:after {
        border: 1px solid #744C14; }
      .about_organize_content .organize_des .organize_des_items li:nth-child(2) .items_pic .photo, .about_organize_content .organize_des .organize_des_items li:first-child .items_pic .photo, .about_organize_content .organize_des .organize_des_items li:nth-child(3) .items_pic .photo {
        background-color: rgba(116, 76, 20, 0); }
        .about_organize_content .organize_des .organize_des_items li:nth-child(2) .items_pic .photo .info, .about_organize_content .organize_des .organize_des_items li:first-child .items_pic .photo .info, .about_organize_content .organize_des .organize_des_items li:nth-child(3) .items_pic .photo .info {
          display: block;
          background-color: rgba(116, 76, 20, 0.5);
          font-weight: bold; }

#news {
  background-image: url(../img/index/bg_news.png);
  background-size: cover; }
  #news ul {
    border-top: 1px solid #E6DBD3; }
    #news ul li a {
      display: inline-block;
      width: 100%;
      padding: 15px 0;
      border-bottom: 1px solid #E6DBD3; }
      #news ul li a .date {
        width: 16.66666667%;
        color: #744C14;
        text-align: right;
        display: inline-block;
        vertical-align: middle; }
        #news ul li a .date .year, #news ul li a .date .monthndate {
          display: block; }
        #news ul li a .date .year {
          font-size: 16px;
          font-weight: lighter; }
        #news ul li a .date .monthndate {
          font-size: 22px; }
      #news ul li a .title {
        width: 83.33333333%;
        padding-left: 60px;
        display: inline-block;
        vertical-align: middle;
        font-size: 18px; }
    #news ul li:hover a {
      background-color: rgba(255, 255, 255, 0.2); }

#pages_content #news {
  background-image: none; }

.news_detail {
  margin-bottom: 10%; }
  .news_detail .news_title {
    border-top: 1px solid #E6DBD3;
    border-bottom: 1px solid #E6DBD3;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 15px 0; }
    .news_detail .news_title .date {
      width: 16.66666667%;
      color: #744C14;
      text-align: right;
      display: inline-block;
      vertical-align: middle; }
      .news_detail .news_title .date .year, .news_detail .news_title .date .monthndate {
        display: block; }
      .news_detail .news_title .date .year {
        font-size: 16px;
        font-weight: lighter; }
      .news_detail .news_title .date .monthndate {
        font-size: 22px; }
    .news_detail .news_title .title {
      width: 83.33333333%;
      padding-left: 60px;
      display: inline-block;
      vertical-align: middle;
      font-size: 22px; }
  .news_detail .news_content {
    padding: 3% 6%;
    color: #333333;
    font-size: 18px;
    line-height: 27px; }
    .news_detail .news_content img {
      float: left;
      margin: 20px 20px 20px 0; }
    .news_detail .news_content p {
      margin: 0; }

#products {
  background-image: url(../img/index/bg_product.png); }
  #products ul li {
    margin: 0 4.1%;
    padding: 0;
    position: relative; }
    #products ul li .items_pic {
      width: 100%;
      height: 0;
      display: block;
      padding-bottom: 100%;
      overflow: hidden;
      text-align: center;
      margin: 0 auto;
      position: relative;
      background-image: url(../img/layout/border.png);
      background-repeat: no-repeat;
      background-size: 100%; }
      #products ul li .items_pic .photo {
        text-align: center;
        position: absolute;
        width: calc(100% - 45px);
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        top: 0;
        height: 0;
        padding-top: calc(100% - 45px);
        background-image: url(../img/product/big.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        #products ul li .items_pic .photo .info {
          position: absolute;
          width: 100%;
          height: 40px;
          background-color: rgba(116, 76, 20, 0.7);
          left: 0;
          bottom: 0;
          color: white;
          font-size: 20px;
          line-height: 40px;
          -webkit-transition: all 0.5s ease 0s;
          -o-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
          text-align: left; }
          #products ul li .items_pic .photo .info p {
            margin-bottom: 30px;
            text-align: center;
            overflow: hidden;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis; }
          #products ul li .items_pic .photo .info .price {
            text-align: left;
            font-size: 20px;
            position: relative;
            opacity: 0; }
            #products ul li .items_pic .photo .info .price:before {
              content: '優惠價';
              font-size: 16px;
              position: absolute;
              top: -25px; }
            #products ul li .items_pic .photo .info .price .go {
              float: right; }
    #products ul li .items_pic:hover .photo .info {
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      height: 100%;
      background-image: url(../img/product/items_hover.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      -o-text-overflow: none;
      text-overflow: none;
      background-color: rgba(116, 76, 20, 0.9);
      padding-top: 30%;
      padding-bottom: 0;
      padding-right: 13%;
      padding-left: 13%;
      text-align: left;
      font-size: 22px;
      line-height: 33px; }
      #products ul li .items_pic:hover .photo .info p {
        text-align: left; }
      #products ul li .items_pic:hover .photo .info .price {
        opacity: 1; }

#pages_content #products {
  background-image: none; }
  #pages_content #products ul li {
    margin-bottom: 8.2%; }

.product_detail .product_pic {
  position: relative;
  display: inline-block;
  vertical-align: top; }
  .product_detail .product_pic .product_pic-big {
    float: left;
    width: 85%; }
    .product_detail .product_pic .product_pic-big .pic {
      padding-top: 74%; }
  .product_detail .product_pic .product_pic-thumbs {
    width: 11.76470588235294%;
    float: right; }
    .product_detail .product_pic .product_pic-thumbs .pic {
      padding-top: 100%; }
  .product_detail .product_pic .product_pic-thumbs .pic, .product_detail .product_pic .product_pic-big .pic {
    width: 100%;
    height: 0;
    display: block;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    overflow: hidden;
    text-align: center; }
    .product_detail .product_pic .product_pic-thumbs .pic span, .product_detail .product_pic .product_pic-big .pic span {
      position: absolute;
      width: 100%;
      height: 100%;
      position: absolute;
      text-align: center;
      top: 0;
      left: 0; }
      .product_detail .product_pic .product_pic-thumbs .pic span img, .product_detail .product_pic .product_pic-big .pic span img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        -webkit-transition: .2s ease;
        -o-transition: .2s ease;
        transition: .2s ease; }
      .product_detail .product_pic .product_pic-thumbs .pic span:before, .product_detail .product_pic .product_pic-big .pic span:before {
        content: ' ';
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: middle; }
  .product_detail .product_pic .product_pic-thumbs .pic {
    cursor: pointer; }
  .product_detail .product_pic .slick-prev, .product_detail .product_pic .slick-next {
    left: calc(50% - 10px);
    z-index: 9; }
    .product_detail .product_pic .slick-prev:before, .product_detail .product_pic .slick-next:before {
      display: inline-block;
      font-family: FontAwesome;
      font-size: 16px;
      color: white;
      background-color: rgba(116, 76, 20, 0.5);
      width: 20px;
      height: 20px;
      border-radius: 50%;
      line-height: 20px; }
  .product_detail .product_pic .slick-prev {
    top: 10px; }
    .product_detail .product_pic .slick-prev:before {
      content: '\f106'; }
  .product_detail .product_pic .slick-next {
    top: calc(100% - 10px); }
    .product_detail .product_pic .slick-next:before {
      content: '\f107'; }

.product_detail .product_des_title {
  width: 100%;
  background-color: #744C14;
  padding: 10px 0;
  text-align: center;
  color: white;
  font-size: 20px; }
  .product_detail .product_des_title p {
    padding: 0 5px;
    line-height: 24px; }

.product_detail .product_des_content {
  padding: 20px;
  height: 100%; }
  .product_detail .product_des_content p {
    line-height: 24px;
    color: #444444;
    font-size: 16px;
    height: 100%;
    overflow: auto; }

.product_detail .price {
  text-align: center;
  width: 100%;
  position: relative;
  margin-top: 10%; }
  .product_detail .price:before, .product_detail .price:after {
    content: '';
    width: 31.25%;
    background-color: rgba(212, 176, 91, 0.1);
    border-top: 1px solid #9F6B08;
    border-bottom: 1px solid #9F6B08;
    height: calc(100% - 4px);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
  .product_detail .price:before {
    left: 0; }
  .product_detail .price:after {
    right: 0; }
  .product_detail .price .price_wrap {
    margin: 0 auto;
    position: relative;
    width: 37.5%;
    color: #9F6B08;
    background-color: rgba(255, 255, 255, 0.3);
    border-top: 1px solid #9F6B08;
    border-bottom: 1px solid #9F6B08;
    padding: 10px 5px; }
    .product_detail .price .price_wrap .price_type {
      font-size: 16px;
      text-align: right;
      width: 55px;
      display: inline-block; }
    .product_detail .price .price_wrap .ori .delete_price {
      font-size: 16px;
      position: relative;
      margin-left: 10px; }
      .product_detail .price .price_wrap .ori .delete_price:after {
        content: '';
        width: 110%;
        height: 1px;
        background-color: #9F6B08;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto; }
    .product_detail .price .price_wrap .sale .sale_price {
      font-size: 22px;
      position: relative;
      margin-left: 10px; }

.product_detail .product_main_content .product_main_content_title {
  font-size: 22px;
  color: #9F6B08;
  margin-bottom: 20px; }
  .product_detail .product_main_content .product_main_content_title span {
    margin-top: 10px;
    width: 100%;
    display: block;
    height: 1px;
    border-bottom: 1px solid #9F6B08; }

@media only screen and (min-width: 1024px) {
  .rwd_nav {
    display: none; }
  .hidebt {
    display: none; }
  #nav-icon3 {
    display: none; } }

@media only screen and (max-width: 1440px) {
  #pages_content .contact_inside .contact_info {
    width: 60%; }
  .product_detail .price .price_wrap {
    width: 50%; }
  .product_detail .price:before, .product_detail .price:after {
    content: '';
    width: 25%; } }

@media only screen and (max-width: 1024px) {
  #nav-icon3 {
    top: 10px;
    left: 10px;
    display: block;
    position: fixed;
    text-outline: 0;
    width: 30px;
    height: 35px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
    #nav-icon3 span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: #744C14;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
      #nav-icon3 span:nth-child(1) {
        top: 0px; }
      #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
        top: 9px; }
      #nav-icon3 span:nth-child(4) {
        top: 18px; }
    #nav-icon3.open span:nth-child(1) {
      top: 6px;
      width: 0%;
      left: 50%; }
    #nav-icon3.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    #nav-icon3.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #nav-icon3.open span:nth-child(4) {
      top: 6px;
      width: 0%;
      left: 50%; }
  .pc-block {
    display: block; }
  .pc-inline {
    display: inline; }
  .spmenu {
    z-index: 200;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .spmenu img:nth-of-type(1) {
      display: block; }
    .spmenu.menu-on img:nth-of-type(2) {
      display: block; }
    .spmenu.menu-on img:nth-of-type(1) {
      display: none; }
    .spmenu img:nth-of-type(2) {
      display: none; }
  .sp-nav {
    top: 0;
    left: -460px;
    z-index: 200;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
  .sp-wrap {
    -webkit-transition: .5s transform;
    -o-transition: .5s transform;
    transition: .5s transform; }
  .menu-on {
    -webkit-transform: translate(230px, 0);
    -ms-transform: translate(230px, 0);
    transform: translate(230px, 0); }
  .menu-on-default {
    -webkit-transform: translate(460px, 0);
    -ms-transform: translate(460px, 0);
    transform: translate(460px, 0); }
  #main, footer {
    margin-left: 0;
    width: 100%;
    float: none; }
  #main:before {
    display: none; }
  .pdb {
    padding-bottom: 5%; }
  #index_main {
    padding-bottom: 0; }
  .rwd_nav {
    background-image: url(../img/layout/bg_light_flower.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    padding: 10px 0; }
    .rwd_nav .logo {
      margin: 0 auto;
      text-align: center; }
      .rwd_nav .logo img {
        height: 80px; }
  header .pushmenu .logo {
    margin-bottom: 30px; }
    header .pushmenu .logo a img {
      height: 120px; }
  header .pushmenu .mainnav {
    margin: 30% 0; }
    header .pushmenu .mainnav li {
      -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
      writing-mode: horizontal-tb;
      display: block; }
      header .pushmenu .mainnav li:before, header .pushmenu .mainnav li:after {
        display: none; }
    header .pushmenu .mainnav:before {
      top: -10%; }
    header .pushmenu .mainnav:after {
      bottom: -10%; }
  header .pushmenu .social_links span a img {
    height: 26px; }
  header .pushmenu .slogan {
    display: none; }
  header .pushmenu:before {
    content: '';
    height: 0; }
  .banner {
    padding-bottom: 3.55029585798817%; }
    .banner .banner_pic {
      padding-bottom: 10%; }
    .banner .slick-dots {
      bottom: 3%; }
  #pages_content {
    padding: 0 10px; }
  #index_links {
    /*ul*/ }
    #index_links ul {
      margin-bottom: 0;
      /*li*/ }
      #index_links ul li {
        /*.inside*/ }
        #index_links ul li .inside {
          padding-bottom: 100%; }
          #index_links ul li .inside .items_pic {
            background-size: cover;
            background-repeat: no-repeat;
            padding-bottom: 100%; }
  .about_team_content .team_items li {
    width: 33.33333%;
    margin-bottom: 8%; }
  .about_license .about_inside .license_items {
    width: 100%;
    margin: 0 auto; }
    .about_license .about_inside .license_items li {
      width: 25%; }
  footer .footer_info, footer .copy {
    width: 100%;
    float: none; }
  footer .copy {
    margin-top: 20px;
    text-align: center; }
    footer .copy p {
      margin: 0; } }

@media only screen and (max-width: 768px) {
  .about_organize_content .department_section .department li {
    float: none;
    width: 100%;
    margin: 20px 0;
    display: block; }
    .about_organize_content .department_section .department li:before {
      content: '';
      width: 50%;
      height: 1px;
      left: -50%;
      top: 50%; }
  .about_organize_content .department_section .line_ver {
    width: 50%;
    left: 0; }
  .about_organize_content .department_section .department {
    padding-top: 20px; }
    .about_organize_content .department_section .department:before {
      content: '';
      height: calc(100% - 75px);
      width: 1px;
      position: absolute;
      left: 0;
      top: 0;
      background-color: #595555; }
  .about_organize_content .department_section:before {
    content: '';
    height: 20px;
    width: 1px;
    position: absolute;
    top: -20px;
    left: 50%;
    background-color: #595555; }
  .about_organize_content .organize_des .organize_des_items li .or_des {
    width: 70%; }
  .about_organize_content .organize_des .organize_des_items li:nth-child(odd) {
    direction: ltr; }
    .about_organize_content .organize_des .organize_des_items li:nth-child(odd) a:after {
      right: 0px;
      left: -3px; }
  #pages_content .contact_inside .contact_info {
    width: 70%;
    text-align: center; }
    #pages_content .contact_inside .contact_info .noti, #pages_content .contact_inside .contact_info .contact_info_items {
      display: block;
      width: 100%; }
    #pages_content .contact_inside .contact_info .noti {
      text-align: center; }
    #pages_content .contact_inside .contact_info .contact_info_items {
      float: none; }
    #pages_content .contact_inside .contact_info .info_items .info_content span:last-child:before {
      right: 0;
      left: auto; }
  .page {
    margin: 5% 0; }
  .about_license .about_inside .license_items li {
    width: 33.33333333%; }
  #products ul li {
    width: 46%;
    margin: 2%; }
  .product_detail .product_pic, .product_detail .product_des {
    width: 100%; }
  .product_detail .price {
    margin-top: 1%;
    margin-bottom: 5%; }
  #pages_content #products ul li {
    margin: 2%; }
  footer #gotop {
    right: 10px; }
  footer .footer_info .info_items {
    width: 100%;
    text-align: center;
    margin: 5px 0; }
    footer .footer_info .info_items .info_content span:last-child:before {
      right: 0;
      left: auto; }
  .absolute {
    position: fixed;
    right: 0px;
    top: 50%;
    width: 35px;
    height: 80px;
    border-radius: 10px;
    background-color: #744C14;
    text-align: center;
    padding: 5px;
    z-index: 999; }
    .absolute p {
      color: white;
      -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
      -webkit-writing-mode: vertical-lr; }
    .absolute img {
      display: none; } }

@media only screen and (max-width: 640px) {
  #pages_content .contact_title {
    top: -50px; }
    #pages_content .contact_title span img {
      height: 100px; }
  #pages_content .contact_inside .contact_form .form-cell-s {
    width: calc(100% - 70px); }
  #pages_content .contact_inside .contact_form .align-m {
    margin-left: 70px; }
  #pages_content .contact_inside .contact_form .col-6 {
    width: 100%; }
  .about_license .about_inside .license_items li {
    width: 60%; }
  .sec_switch .inner .sec_switch_list li {
    margin: 3% 1%; }
  .titles {
    padding: 10% 0; }
    .titles span:before {
      margin-right: 5%; }
    .titles span:after {
      margin-left: 5%; } }

@media only screen and (max-width: 480px) {
  .sec_switch .inner .sec_switch_list li {
    margin: 2%; }
  #products ul li {
    width: 100%;
    margin: 2% 0; }
  #news ul li a .title {
    padding-left: 20px; }
  #news ul li:hover a {
    background-color: rgba(255, 255, 255, 0.2); }
  .news_detail .news_title .title {
    padding-left: 20px; }
  .news_detail .news_content {
    padding: 10px; }
  #pages_content #products ul li {
    margin: 2% 0; }
  .about_license .about_inside .license_items li {
    width: 80%; }
  #index_links {
    /*ul*/ }
    #index_links ul {
      /*li*/ }
      #index_links ul li {
        width: 100%;
        /*.inside*/ }
        #index_links ul li .inside {
          padding-bottom: 50%; }
  .about_team_content .team_items li {
    width: 50%;
    margin-bottom: 12%; }
  #pages_content .contact_inside .contact_form .form-cell, #pages_content .contact_inside .contact_form textarea, #pages_content .contact_inside .contact_form .form-cell-s, #pages_content .contact_inside .contact_form .ace {
    width: 100%;
    max-width: 100%; }
  #pages_content .contact_inside .contact_form .align-m, #pages_content .contact_inside .contact_form img {
    margin-left: 0px;
    float: right; } }

@media only screen and (max-width: 320px) {
  .page li a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 15px; }
    .page li a:hover, .page li a.active {
      font-size: 16px; }
  #index_links {
    /*ul*/ }
    #index_links ul {
      /*li*/ }
      #index_links ul li {
        width: 100%;
        /*.inside*/ }
        #index_links ul li .inside {
          padding-bottom: 50%; }
          #index_links ul li .inside .items_name {
            height: auto;
            -webkit-transform: translate(-50%, -25%);
            -ms-transform: translate(-50%, -25%);
            transform: translate(-50%, -25%);
            top: 50%;
            width: 100%; }
            #index_links ul li .inside .items_name span p {
              -ms-writing-mode: lr-tb;
              writing-mode: horizontal-tb;
              -webkit-writing-mode: horizontal-tb; }
              #index_links ul li .inside .items_name span p:before, #index_links ul li .inside .items_name span p:after {
                display: none; }
  .about_team_content .team_items li {
    width: 100%;
    margin-bottom: 15%; } }

.question_content ul .question_item {
  margin-bottom: 4%; }
  .question_content ul .question_item .morebt {
    margin-top: 0; }

.question_title {
  color: white;
  font-size: 22px;
  padding: 10px 20px;
  background-color: #744C14;
  background-image: url(../img/layout/bg_light_flower.png);
  background-size: cover;
  background-position: center; }

.question_item_content {
  padding: 20px;
  color: #595252;
  font-size: 18px;
  line-height: 27px; }
  .question_item_content img {
    float: left;
    margin: 20px 20px 20px 0; }
  .question_item_content p {
    margin: 0; }

.line_bottom {
  border-top: 1px solid #744C14;
  margin-top: 1%;
  padding-top: 2%;
  position: relative; }
  .line_bottom:before {
    content: '';
    width: 4px;
    height: 4px;
    border: 1px solid #744C14;
    position: absolute;
    right: 0;
    left: 0;
    top: 0px;
    margin: auto; }

.contact_content {
  position: relative;
  margin-top: 5%; }
  .contact_content .contact_title {
    text-align: center;
    width: 100%;
    position: absolute;
    top: -83px; }
    .contact_content .contact_title span {
      display: inline-block;
      position: relative;
      width: 100%; }
      .contact_content .contact_title span img {
        height: 168px;
        z-index: 5;
        position: relative; }
      .contact_content .contact_title span:after {
        content: '';
        width: 50%;
        height: 1px;
        border-top: 2px solid #FAF5DA;
        z-index: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
  .contact_content .contact_inside {
    padding-top: 100px;
    width: 100%;
    border: 1px solid #D4B05B; }
    .contact_content .contact_inside .contact_info {
      width: 50%;
      margin: 0 auto; }
      .contact_content .contact_inside .contact_info .noti, .contact_content .contact_inside .contact_info .contact_info_items {
        display: inline-block;
        vertical-align: middle; }
      .contact_content .contact_inside .contact_info .noti {
        text-align: left;
        font-size: 25px;
        color: #744C14;
        padding: 10% 0; }
      .contact_content .contact_inside .contact_info .contact_info_items {
        float: right; }
      .contact_content .contact_inside .contact_info .info_items {
        display: block;
        margin-bottom: 10%; }
        .contact_content .contact_inside .contact_info .info_items .info_name {
          color: #444444; }
          .contact_content .contact_inside .contact_info .info_items .info_name img {
            display: inline-block;
            vertical-align: middle; }
          .contact_content .contact_inside .contact_info .info_items .info_name p {
            margin-left: 5px;
            font-size: 13px;
            display: inline-block;
            vertical-align: middle;
            position: relative; }
            .contact_content .contact_inside .contact_info .info_items .info_name p:after {
              content: '';
              width: 11px;
              height: 1px;
              background-color: #744C14;
              position: absolute;
              left: 0;
              bottom: 0; }
        .contact_content .contact_inside .contact_info .info_items .info_content {
          color: #99815B;
          font-size: 16px; }
          .contact_content .contact_inside .contact_info .info_items .info_content span:first-child {
            margin-right: 5%; }
          .contact_content .contact_inside .contact_info .info_items .info_content span:last-child {
            position: relative; }
            .contact_content .contact_inside .contact_info .info_items .info_content span:last-child:before {
              content: '24hr';
              color: #D4B05B;
              font-size: 13px;
              position: absolute;
              top: -15px;
              font-weight: bold;
              left: 0; }
  .contact_content .contact_form {
    width: 100%;
    margin-top: 13%;
    text-align: left; }
    .contact_content .contact_form .form-cell {
      width: calc(100% - 70px); }
    .contact_content .contact_form .form-cell-s {
      width: calc(50% - 70px);
      margin-right: 1%; }
    .contact_content .contact_form .form-m {
      padding-left: 0;
      padding-right: 0; }
    .contact_content .contact_form dl {
      width: 100%;
      padding: 0; }
    .contact_content .contact_form label {
      width: 70px;
      padding-left: 5px;
      display: inline-block;
      vertical-align: middle;
      font-size: 18px;
      color: #744C14; }
    .contact_content .contact_form .align-m {
      margin-left: 10px;
      color: #744C14;
      font-size: 18px; }
    .contact_content .contact_form .code {
      margin-left: 20px;
      vertical-align: middle; }
    .contact_content .contact_form input[type="radio"] {
      vertical-align: middle;
      display: inline-block;
      background-color: white;
      border: 1px solid #744C14; }
    .contact_content .contact_form input[type="text"], .contact_content .contact_form select, .contact_content .contact_form textarea {
      padding: 12px 20px;
      background-color: #F5ECD3;
      margin: 6px 0;
      height: 35px;
      vertical-align: middle;
      display: inline-block;
      border: none; }
    .contact_content .contact_form textarea {
      width: calc(100% - 70px);
      max-width: calc(100% - 70px);
      min-height: 100px;
      vertical-align: top; }
    .contact_content .contact_form .ace {
      width: calc(100% - 200px); }
    .contact_content .contact_form .row {
      margin: 6% 0;
      text-align: center; }
      .contact_content .contact_form .row .btn {
        display: inline-block;
        vertical-align: middle;
        margin: 3%;
        cursor: pointer; }
        .contact_content .contact_form .row .btn img {
          display: inline-block;
          vertical-align: middle; }
  .contact_content #map {
    width: 100%;
    height: 280px; }

.fancybox-is-open .fancybox-bg {
  background-color: white;
  opacity: .5 !important; }

.fancybox-slide--iframe .fancybox-close-small {
  position: relative;
  width: 100%;
  right: 0; }
  .fancybox-slide--iframe .fancybox-close-small:before {
    content: '關閉';
    font-size: 18px;
    color: #744C14;
    position: absolute;
    right: 40px;
    bottom: 0;
    top: 0;
    font-family: 微軟正黑體; }
  .fancybox-slide--iframe .fancybox-close-small:after {
    right: 0;
    content: url(../img/layout/cancle.png);
    bottom: 0;
    top: 0; }

#iframe {
  background-color: rgba(255, 255, 255, 0); }
  #iframe .iframe_header {
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    background-color: #744C14;
    background-image: url(../img/layout/bg_light_flower.png);
    background-position: center;
    background-size: cover; }
  #iframe .name {
    font-size: 31px;
    line-height: 1;
    margin-bottom: 5px; }

.slider-for {
  text-align: center; }
  .slider-for .item {
    outline: 0; }
  .slider-for img {
    margin: auto;
    max-width: 100%;
    max-height: 100%; }
  .slider-for .slick-prev, .slider-for .slick-next {
    width: 26px;
    height: 36px;
    background-size: cover;
    background-repeat: no-repeat; }
    .slider-for .slick-prev:before, .slider-for .slick-next:before {
      display: none; }
  .slider-for .slick-prev {
    background-image: url(../img/layout/arrow.png);
    left: 10px;
    z-index: 3;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }
  .slider-for .slick-next {
    background-image: url(../img/layout/arrow.png);
    right: 10px; }

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