﻿@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button,
input,
select,
textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #0e1110;
  z-index: 99999999; }

.loading-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -75px;
  width: 150px;
  height: 150px;
  text-align: center; }

.load-txt {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  font-style: italic; }
  .load-txt b {
    font-size: 20px; }
  .load-txt small {
    font-size: 15px; }
  .load-txt:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -40px;
    width: 20px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5); }
  .load-txt:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    width: 20px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5); }

#header {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -384px;
  width: 768px;
  height: 79px;
  background: #000000;
  z-index: 3000; }
  #header.open .navi-logo {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px); }

.navi-logo {
  position: absolute;
  top: 20px;
  left: 35px;
  width: 144px;
  height: 47px;
  background: url("../../build/images/m_logo.png") no-repeat 0 0;
  z-index: 100; }
  .navi-logo a {
    display: block;
    width: 100%;
    height: 100%; }

#navi-burger {
  position: absolute;
  top: 20px;
  right: 25px;
  width: 56px;
  height: 40px;
  z-index: 200; }
  #navi-burger span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #f2d4b0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    #navi-burger span:nth-child(1) {
      top: 0; }
    #navi-burger span:nth-child(2) {
      top: 18px; }
    #navi-burger span:nth-child(3) {
      top: 36px; }
  #navi-burger.active span {
    top: 20px; }
    #navi-burger.active span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    #navi-burger.active span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #navi-burger.active span:nth-child(2) {
      opacity: 0; }

#navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  display: none;
  opacity: 0;
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px); }
  #navigation.open .navi-item {
    -webkit-animation: NAVIITEMS .6s ease backwards;
    animation: NAVIITEMS .6s ease backwards; }
  #navigation .navi-item:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s; }
  #navigation .navi-item:nth-child(3) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s; }
  #navigation .navi-item:nth-child(4) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s; }
  #navigation .navi-item:nth-child(5) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s; }
  #navigation .navi-item:nth-child(6) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s; }
  #navigation .navi-item:nth-child(7) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s; }
  #navigation .navi-item:nth-child(8) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s; }

@-webkit-keyframes NAVIITEMS {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes NAVIITEMS {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.navi-line {
  width: 100%;
  height: 1px;
  background: #7f7f7f;
  margin: 50px 0; }

.navi-items {
  float: right;
  padding-top: 120px; }
  .navi-items a {
    display: block;
    width: 100%;
    height: auto; }

.navi-lang {
  float: right; }

.navi-lang-items {
  float: right;
  display: inline-block;
  width: 225px; }
  .navi-lang-items a {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: auto; }
  .navi-lang-items li {
    position: relative;
    display: inline-block;
    margin-left: -4px; }
    .navi-lang-items li a:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 55px;
      height: 55px;
      background: rgba(255, 255, 255, 0.2);
      -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0);
      border-radius: 50%;
      z-index: 1;
      opacity: 0; }
    .navi-lang-items li.active a:before {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }

.fix-warning {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10vh;
  min-height: 115px;
  background: #222222 url("../../build/images/m_warning.gif") no-repeat center;
  background-size: contain;
  z-index: 1000; }
  .fix-warning span {
    color: #222222;
    font-size: 0; }

#footer {
  position: relative;
  width: 100%;
  height: auto;
  background: #020202;
  border-top: 1px solid #6a5341;
  padding: 80px 0;
  z-index: 20; }
  #footer .footer-col {
    margin-bottom: 50px; }
  #footer .footer-title {
    color: #f2d4b0;
    font-size: 25px;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 15px;
    display: block; }
    #footer .footer-title a {
      color: #f2d4b0;
      text-decoration: none; }
  #footer .footer-txt {
    display: block;
    color: #ffffff;
    font-size: 25px;
    line-height: 1.5; }
    #footer .footer-txt a {
      color: #ffffff;
      text-decoration: none; }
  #footer .copyright .footer-title {
    margin-bottom: 0; }
  #footer .follow-us {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right; }

.maps-col {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-right: 30px;
  min-width: 120px; }

.map-title {
  color: #ffffff;
  font-size: 25px;
  line-height: 1;
  border-bottom: 1px solid #7a6b59;
  padding: 10px 0;
  display: block;
  margin-bottom: 10px; }

.map-txt {
  display: block;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.5; }
  .map-txt a {
    color: #ffffff; }

.map-link {
  color: #ffffff;
  font-size: 23px;
  line-height: 1; }
  .map-link li {
    display: block;
    padding: 5px 0; }
  .map-link a {
    color: #ffffff; }

.share-facebook {
  display: block;
  float: left;
  width: 55px;
  height: 48px;
  background: url("../../build/images/m_share_fb.png") repeat-y 0 0; }
  .share-facebook a {
    display: block;
    width: 100%;
    height: 100%; }

.share-instagram {
  display: block;
  float: left;
  width: 55px;
  height: 48px;
  background: url("../../build/images/m_share_ig.png") repeat-y 0 -2px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 5px; }
  .share-instagram a {
    display: block;
    width: 100%;
    height: 100%; }

.mask-bg {
  -webkit-mask-image: url("../../assets/images/m_home_mask.png");
  mask-image: url("../../assets/images/m_home_mask.png");
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: relative;
  z-index: 200; }

.index-page {
  margin-top: -40px; }

#home-kv {
  width: 100%;
  height: 940px; }
  #home-kv .slick-dots {
    bottom: 90px;
    z-index: 200;
    margin: 0;
    padding: 0;
    z-index: 20; }
    #home-kv .slick-dots li {
      display: inline-block;
      width: auto;
      height: auto;
      margin-right: 10px; }
    #home-kv .slick-dots button {
      display: block;
      width: 10px;
      height: 10px;
      background: #ffffff;
      border-radius: 50%;
      padding: 0;
      margin: 0;
      opacity: .5;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
      #home-kv .slick-dots button:before {
        display: none; }
    #home-kv .slick-dots li.slick-active button {
      opacity: 1; }

.home-kv-item {
  position: relative;
  width: 100%;
  height: 940px; }
  .home-kv-item a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 10; }
  .home-kv-item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }

#home-se1,
#home-se2 {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 10; }
  #home-se1 .inner,
  #home-se2 .inner {
    position: relative;
    height: 100%;
    z-index: 10; }
  #home-se1 .home-bg,
  #home-se2 .home-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 145%;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1; }
  #home-se1 .home-title-2 span,
  #home-se2 .home-title-2 span {
    display: block;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.5; }

.home-btn-more {
  width: 241px;
  height: 56px;
  margin-top: 20px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid #ffffff;
  overflow: hidden; }
  .home-btn-more a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    background: url("../../assets/images/m_home_more.png") repeat-y 0 0;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 10;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }

#home-se1 {
  position: relative;
  width: 100%;
  height: 897px; }
  #home-se1 .home-content {
    position: absolute;
    bottom: 77px;
    left: 0;
    width: 414px;
    height: auto; }
  #home-se1 .home-btn-more {
    position: absolute;
    bottom: 15px;
    right: -230px; }

#home-se2 {
  height: 930px; }
  #home-se2 .home-content {
    position: absolute;
    top: 152px;
    left: 0;
    width: 324px;
    height: auto; }
  #home-se2 .home-btn-more {
    margin-left: 55px; }
  #home-se2 .home-title-2 {
    text-align: right; }

#age {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: url("../../assets/images/m_intro_age.jpg") no-repeat left bottom;
  background-size: cover;
  background-color: #000000;
  z-index: 1000; }

.age-scroll {
  width: 100%;
  height: 100%;
  min-height: 800px;
  position: relative; }

.age-center {
  position: relative;
  width: 670px;
  height: auto;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-65%);
  -ms-transform: translateY(-65%);
  transform: translateY(-65%); }

.age-logo {
  display: block;
  width: 379px;
  height: 148px;
  background: url("../../assets/images/m_intro_age_logo.jpg") no-repeat center;
  margin: 0 auto; }

.age-hr {
  margin: 25px 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5); }

.age-note {
  color: white;
  font-size: 25px;
  line-height: 1.5;
  text-align: center;
  display: block;
  margin-bottom: 20px; }

.btn a {
  display: block;
  width: 100%;
  height: 100%; }

.btn-age--into {
  width: 285px;
  height: 71px;
  background-color: #e0c09b;
  border: 1px solid #f2d4b0;
  margin: 0 auto; }
  .btn-age--into a {
    color: #303030;
    font-size: 30px;
    line-height: 71px;
    text-align: center; }

.age-select {
  width: 100%;
  height: 68px;
  color: #ffffff;
  font-size: 35px;
  line-height: 68px;
  border: none;
  border-radius: 0;
  background: #373737 url("../../assets/images/m_select_arrow.png") no-repeat right top;
  -webkit-appearance: none;
  margin: 0 auto;
  text-align-last: center;
  padding-right: 60px; }

.select-center {
  max-width: 360px;
  margin: 0 auto; }

.age-form {
  max-width: 100%;
  margin: 0 auto; }

.age-row {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.age-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 16px; }
  .age-col:last-child {
    margin-right: 0; }

.age-form--title {
  color: #ffffff;
  font-size: 35px;
  line-height: 1.5;
  display: block;
  text-align: center;
  width: 100%; }

#page-kv {
  position: relative;
  width: 100%;
  height: 273px;
  z-index: 1; }

.page-mask-bg:before {
  content: "";
  position: absolute;
  top: -38px;
  left: 50%;
  margin-left: -384px;
  width: 768px;
  height: 50px;
  background: url("../../assets/images/pattern.gif") repeat;
  -webkit-mask-image: url("../../assets/images/m_page_mask.png");
  mask-image: url("../../assets/images/m_page_mask.png");
  -webkit-mask-position: center top;
  mask-position: center top;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover; }

.page-kv-bg {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -384px;
  width: 768px;
  height: 359px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000; }
  .page-kv-bg.light {
    opacity: 0;
    -webkit-animation: FADEIN 2s ease infinite alternate;
    animation: FADEIN 2s ease infinite alternate; }

@-webkit-keyframes FADEIN {
  to {
    opacity: 1; } }

@keyframes FADEIN {
  to {
    opacity: 1; } }

.page-main {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 0;
  background: url("../../assets/images/pattern.gif") repeat;
  z-index: 200; }
  .page-main.pt-20 {
    padding-top: 20px; }
  .page-main.pb-0 {
    padding-bottom: 0; }

.page-title {
  position: fixed;
  top: 180px;
  left: 50%;
  margin-left: -250px;
  width: 200px;
  height: auto;
  color: #ffffff;
  font-size: 34px;
  font-weight: normal;
  line-height: 1; }

.page-txtbox {
  position: fixed;
  top: 150px;
  left: 50%;
  margin-left: 110px;
  width: 210px;
  height: auto; }

.page-txt {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  margin-bottom: 12px; }

.btn-readmore {
  width: 148px;
  height: 37px;
  border: 1px solid #949494; }
  .btn-readmore a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../../assets/images/btn_readmore.png");
    background-repeat: repeat-y;
    background-position: 0 0;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .btn-readmore a:hover {
      background-position: 0 -37px; }

#page-kv.height-small {
  height: 240px; }
  #page-kv.height-small .page-title {
    top: 110px;
    margin-left: -330px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.5; }
  #page-kv.height-small .page-kv-bg {
    height: 240px; }

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 60px; }
  .tabs .tab {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center; }
    .tabs .tab a {
      display: block;
      width: 100%; }
    .tabs .tab span {
      display: inline-block;
      position: relative;
      color: #333333;
      font-size: 40px;
      line-height: 1.5;
      padding: 0 20px;
      padding-bottom: 15px; }
      .tabs .tab span:before {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 0%;
        height: 8px;
        background: -webkit-gradient(linear, left top, right top, from(#ca5918), to(#ffcc20));
        background: -webkit-linear-gradient(left, #ca5918 0%, #ffcc20 100%);
        background: -o-linear-gradient(left, #ca5918 0%, #ffcc20 100%);
        background: linear-gradient(to right, #ca5918 0%, #ffcc20 100%);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
    .tabs .tab.active span {
      color: #cb5b18; }
    .tabs .tab.active span:before {
      width: 100%; }

.product-row {
  margin-bottom: 90px; }

.product-info {
  margin-bottom: 65px; }

.product-title {
  color: #393939;
  font-size: 50px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative; }
  .product-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 8px;
    background: -webkit-gradient(linear, left top, right top, from(#ca5918), to(#ffcc20));
    background: -webkit-linear-gradient(left, #ca5918 0%, #ffcc20 100%);
    background: -o-linear-gradient(left, #ca5918 0%, #ffcc20 100%);
    background: linear-gradient(to right, #ca5918 0%, #ffcc20 100%); }

.only .product-img:before {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: 60px;
  width: 177px;
  height: 237px;
  background: url("../../assets/icons/m_icon_only.png") no-repeat 0 0;
  z-index: 10; }

.product-txt {
  color: #393939;
  font-size: 35px;
  line-height: 1.8; }

.product-item {
  margin-bottom: 80px; }

.product-img {
  position: relative;
  margin: 0 auto; }
  .product-img:nth-child(1) img {
    width: 286px;
    margin: 0 auto; }

.product-link {
  display: block;
  width: 100%;
  height: 100%; }

.product-name {
  display: block;
  color: #404040;
  font-size: 38px;
  line-height: 1.6;
  text-align: center;
  margin-top: -60px;
  position: relative;
  z-index: 20; }

#page-kv.product-info-kv {
  background: url("../../assets/images/pattern_gray.gif") repeat 0 0;
  text-align: center;
  padding-top: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 286px; }

.product-en {
  color: #ffffff;
  font-size: 35px;
  line-height: 1.5; }

.product-cn {
  color: #ffffff;
  font-size: 40px;
  line-height: 1.5; }

.page-next, .page-prev {
  position: fixed;
  top: 50%;
  left: 0;
  width: 67px;
  height: 136px;
  background: url("../../assets/images/m_page_arrow.png") no-repeat 0 0;
  z-index: 200; }
  .page-next a, .page-prev a {
    display: block;
    width: 100%;
    height: 100%; }

.page-prev {
  left: auto;
  right: 0;
  background-position: 0 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.product-description {
  color: #4f4f4f;
  font-size: 35px;
  line-height: 1.8;
  margin-bottom: 20px; }

.product-other {
  padding-top: 20px; }

.product-tags {
  float: left;
  width: 300px;
  margin-bottom: 25px; }
  .product-tags .tag {
    display: inline-block;
    border: 2px solid #d9d9d9;
    padding: 0 10px;
    color: #4f4f4f;
    font-size: 26px;
    margin-bottom: 10px; }
    .product-tags .tag b {
      color: #929292;
      font-size: 25px;
      font-weight: normal; }

.product-small {
  margin-bottom: 60px;
  margin-top: -20px; }
  .product-small .small {
    position: relative;
    display: inline-block;
    margin-left: -4px;
    text-align: center;
    color: #4f4f4f;
    font-size: 24px;
    line-height: 1.5; }
    .product-small .small img {
      display: block;
      margin-bottom: 15px; }
    .product-small .small:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 1px;
      height: 110px;
      background: #dbdbdb; }
    .product-small .small:last-child:before {
      display: none; }

.product-row {
  margin-bottom: 80px; }

.product-point-title {
  position: relative;
  color: #373737;
  font-size: 45px;
  line-height: 50px;
  display: block;
  text-align: center;
  margin-bottom: 60px; }
  .product-point-title span {
    padding: 20px;
    position: relative;
    z-index: 10;
    background: url("../../assets/images/pattern.gif") repeat; }
  .product-point-title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d9d9d9;
    z-index: 1; }

.product-point-info {
  margin-bottom: 50px; }

.product-point {
  position: relative;
  width: 100%;
  min-height: 200px;
  margin-bottom: 20px;
  text-align: center; }
  .product-point .product-chart {
    width: 436px;
    margin: 0 auto 80px; }
  .product-point .point-row {
    margin-bottom: 35px; }
  .product-point .point-title {
    display: inline-block;
    position: relative;
    color: #373737;
    font-size: 35px;
    line-height: 1.8;
    padding-left: 65px; }
  .product-point .point-txt {
    color: #4f4f4f;
    font-size: 32px;
    line-height: 1.6; }
  .product-point .point-icon {
    position: absolute;
    top: 0;
    left: 0; }

.product-awards {
  text-align: center; }
  .product-awards .product-award-item {
    position: relative;
    display: inline-block;
    margin-left: -4px;
    margin: 0 15px;
    width: 80px;
    margin-bottom: 20px;
    cursor: pointer; }
    .product-awards .product-award-item img {
      position: relative;
      z-index: 1; }
    .product-awards .product-award-item .popup {
      position: absolute;
      top: 40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 200px;
      text-align: center;
      color: #4f4f4f;
      font-size: 24px;
      line-height: 1.5;
      background: url("../../assets/images/m_pop.png") no-repeat;
      opacity: 0;
      padding-top: 10px;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      z-index: 10; }
      .product-awards .product-award-item .popup span {
        display: block;
        border-right: 3px;
        background-color: #ffffff; }
    .product-awards .product-award-item.hover .popup {
      top: 80px;
      opacity: 1;
      z-index: 20; }

.slide-tabs {
  width: 100%;
  height: 70px;
  margin-bottom: 150px; }
  .slide-tabs .tab {
    position: relative;
    float: left;
    width: 33.3%; }
    .slide-tabs .tab.left a {
      text-align: left; }
    .slide-tabs .tab.right a {
      text-align: right; }
    .slide-tabs .tab a {
      display: block;
      width: 100%;
      position: relative;
      color: #b3b3b3;
      font-size: 35px;
      line-height: 70px;
      text-align: center; }
      .slide-tabs .tab a span {
        position: relative; }
      .slide-tabs .tab a span:before {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 0%;
        height: 8px;
        background: -webkit-gradient(linear, left top, right top, from(#ca5918), to(#ffcc20));
        background: -webkit-linear-gradient(left, #ca5918 0%, #ffcc20 100%);
        background: -o-linear-gradient(left, #ca5918 0%, #ffcc20 100%);
        background: linear-gradient(to right, #ca5918 0%, #ffcc20 100%);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
    .slide-tabs .tab.active a {
      color: #393939;
      font-size: 45px;
      line-height: 70px; }
    .slide-tabs .tab.active span:before {
      width: 100%; }

.whisky-type-img {
  width: 165px;
  margin: 0 auto; }

.award-item {
  margin-bottom: 70px; }
  .award-item a {
    display: block;
    width: 100%;
    height: 100%; }
    .award-item a .whisky-type-name {
      color: #404040;
      font-size: 38px;
      line-height: 1.5;
      display: block;
      margin-top: -30px;
      text-align: center;
      position: relative;
      z-index: 20; }

.award-icon {
  width: 560px;
  margin: 0 auto;
  position: relative; }
  .award-icon .icon {
    width: 110px;
    position: relative;
    top: -65px;
    left: 50%;
    margin-left: -55px;
    z-index: 20; }

.award-title {
  position: relative;
  display: block;
  text-align: center;
  margin-top: -65px; }
  .award-title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #d9d9d9;
    z-index: 1; }
  .award-title span {
    position: relative;
    z-index: 10;
    display: inline-block;
    padding: 20px;
    color: #393939;
    font-size: 35px;
    line-height: 1.5;
    background: url("../../assets/images/pattern.gif"); }

.arwards-rows {
  padding-bottom: 200px; }
  .arwards-rows:nth-child(2n) {
    background-image: url("../../assets/images/pattern_lightgray.gif");
    margin-left: -20px;
    margin-right: -20px; }
    .arwards-rows:nth-child(2n) .award-title span {
      background-image: url("../../assets/images/pattern_lightgray.gif"); }

.select-tools {
  margin-bottom: 80px; }
  .select-tools .select-item {
    width: 50%;
    float: left;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .select-tools .select-item.full {
      width: 100%; }
      .select-tools .select-item.full .store-search {
        margin: 0 auto; }
    .select-tools .select-item:nth-child(2n) {
      padding-left: 20px; }

.select-style {
  max-width: 340px;
  width: 100%;
  height: 63px;
  background: #9f9f9f url("../../assets/images/m_select_arrow.png") no-repeat right top;
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
  color: #ffffff;
  font-size: 40px;
  line-height: 63px;
  padding-right: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-align-last: center; }

.store-search {
  position: relative;
  width: 100%;
  max-width: 340px;
  height: 63px;
  border: 1px solid #7c7c7c;
  border-radius: 30px;
  overflow: hidden; }

.search-style {
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  height: 63px;
  color: #7c7c7c;
  font-size: 34px;
  line-height: 63px;
  border: none;
  background: none;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  box-sizing: border-box; }

.btn-search {
  position: absolute;
  top: 0;
  right: 5px;
  width: 58px;
  height: 58px;
  background: url("../../assets/icons/m_icon_search.png") no-repeat 0 0;
  z-index: 20; }
  .btn-search a {
    display: block;
    width: 100%;
    height: 100%; }

.store-location {
  margin-bottom: 60px; }

.location-detail {
  margin-bottom: 20px; }

.location-row {
  position: relative;
  border-bottom: 2px solid #d9d9d9;
  cursor: pointer;
  padding-bottom: 50px;
  margin-bottom: 50px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .location-row .location-icon {
    position: absolute;
    top: -5px;
    right: 0;
    width: 35px;
    height: 50px;
    overflow: hidden;
    background: url("../../assets/icons/m_icon_map.png") no-repeat 0 0; }
    .location-row .location-icon a {
      display: block;
      width: 100%;
      height: 100%; }
  .location-row .location-title,
  .location-row p {
    font-size: 35px;
    line-height: 1.6;
    color: #404040; }
  .location-row a {
    color: #404040;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-bottom: 1px solid transparent; }
  .location-row:last-child {
    border-bottom: none; }

.store-location.global .location-title,
.store-location.global p {
  font-size: 30px; }

.store-location.global .location-tel, .store-location.global .location-time {
  display: block; }

#page-kv.whisky-kv {
  height: 465px; }
  #page-kv.whisky-kv .page-kv-bg {
    height: 545px; }

.whisky-article {
  position: relative;
  padding: 55px 70px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .whisky-article .article-title {
    position: absolute;
    top: -80px;
    left: 0;
    color: #dfb583;
    font-size: 58px;
    font-weight: normal;
    display: block;
    width: 100%;
    height: 58px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .whisky-article .article-txt {
    position: relative;
    color: #474747;
    font-size: 35px;
    line-height: 1.8;
    z-index: 1; }
  .whisky-article:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 313px;
    height: 8px;
    background: #dfb583; }

.tips-inner {
  margin-left: 50px;
  margin-right: 50px; }

.whisky-article-1 {
  width: 654px;
  margin-top: -110px;
  margin-left: 35px; }

.whisky-article-2 {
  width: 654px;
  position: relative;
  top: -100px;
  left: 50px; }
  .whisky-article-2 .article-title {
    text-align: right; }
  .whisky-article-2:before {
    bottom: -1px;
    left: 0;
    right: auto;
    z-index: 10; }

.whisky-point .point-title {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #dab489;
  text-align: center; }

.whisky-point .point-txt {
  color: #474747;
  font-size: 35px;
  line-height: 1.8; }

.whkisky-pointbox {
  padding-top: 86px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 250px; }
  .whkisky-pointbox .whisky-point1 {
    width: 490px;
    height: auto;
    margin-left: 43px;
    margin-bottom: 90px; }
    .whkisky-pointbox .whisky-point1 img {
      margin: 0 auto; }
  .whkisky-pointbox .whisky-point2 {
    float: right;
    width: 490px;
    height: auto;
    margin-right: 30px;
    margin-bottom: 80px; }
    .whkisky-pointbox .whisky-point2 img {
      margin: 0 auto; }
  .whkisky-pointbox .whisky-point3 {
    width: 490px;
    height: auto;
    margin-left: 43px;
    margin-bottom: 80px; }

.whisky-tipsbox {
  background: url("../../assets/images/m_whisky_bottom_kv.jpg") no-repeat center bottom, url("../../assets/images/pattern_gray2.gif");
  margin-left: -25px;
  margin-right: -25px;
  padding-bottom: 400px; }

.whisky-tips {
  width: 540px;
  margin-bottom: 40px; }
  .whisky-tips:nth-child(2n) {
    float: right; }
  .whisky-tips .tips-txt {
    color: #ffffff;
    font-size: 35px;
    line-height: 1.8;
    text-align: justify;
    text-justify: inter-word; }
  .whisky-tips .tips-title {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #939393;
    text-align: center; }
    .whisky-tips .tips-title img {
      margin: 0 auto; }

.aboutbox {
  padding-top: 90px; }

.about-tabs {
  margin-bottom: 0;
  position: relative;
  z-index: 10; }
  .about-tabs .tab {
    margin-bottom: 0; }

.about-banner {
  position: relative;
  width: 745px;
  height: 685px;
  overflow: hidden;
  margin-right: -25px;
  margin-bottom: 70px; }
  .about-banner.mb-0 {
    margin-bottom: 0; }
  .about-banner .about-txtbox {
    position: absolute;
    top: 60px;
    left: 70px;
    width: 620px;
    height: auto; }
  .about-banner .about-banner-title {
    display: block;
    margin: 0 auto 30px; }
  .about-banner .about-banner-txt {
    color: #ffffff;
    font-size: 28px;
    line-height: 1.8; }

.about-inner-center {
  position: relative;
  z-index: 2; }

.about-us .about-title {
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 60px; }

.about-us .about-txt {
  position: absolute;
  padding: 48px 34px;
  color: #474747;
  font-size: 35px;
  line-height: 1.8;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .about-us .about-txt:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 316px;
    height: 8px;
    background: #dfb583; }

.about-us .about-img {
  position: relative; }
  .about-us .about-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.about-us-1 {
  position: relative;
  width: 100%;
  margin-bottom: 118px; }
  .about-us-1 .about-line {
    position: absolute;
    top: 270px;
    left: -24px;
    width: 125px;
    height: 8px;
    background: #dfb583;
    z-index: 20; }
  .about-us-1 .about-txt {
    top: -65px;
    left: 85px;
    width: 626px;
    padding-top: 78px; }
  .about-us-1 .about-img {
    width: 544px;
    height: 544px; }
  .about-us-1 img {
    display: inline-block;
    margin-right: 10px; }

.about-us-2 {
  position: relative;
  width: 100%; }
  .about-us-2 .about-txt {
    top: -50px;
    left: 0;
    width: 626px; }
    .about-us-2 .about-txt:before {
      right: auto;
      left: 0; }
  .about-us-2 .about-img {
    position: relative;
    right: -48px;
    width: 696px;
    height: 394px; }
  .about-us-2 img {
    display: inline-block;
    margin-right: 10px; }

.about-story-preface {
  border-left: 4px solid #dfb583;
  padding-left: 30px;
  margin-left: 10px;
  color: #474747;
  font-size: 35px;
  line-height: 1.8;
  margin-bottom: 20px; }

.story-txtbox {
  position: relative; }
  .story-txtbox .story-title {
    position: absolute;
    top: -100px;
    left: 0;
    width: 630px;
    height: auto;
    color: #bb8749;
    font-size: 58px;
    line-height: 70px;
    font-weight: normal; }
  .story-txtbox .story-txt {
    position: relative;
    color: #474747;
    font-size: 35px;
    line-height: 1.8;
    padding: 40px;
    border: 1px solid #e9e9e9;
    background: #ffffff;
    display: block; }
    .story-txtbox .story-txt:before {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 300px;
      height: 8px;
      background: #dfb583; }

.story-timeline-box.time-1 {
  position: relative;
  height: 1470px;
  margin-bottom: 50px; }
  .story-timeline-box.time-1 .line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 200px;
    background-color: #dfb583; }
  .story-timeline-box.time-1 .story-year {
    position: absolute;
    top: 75px;
    left: 50%;
    margin-left: -300px;
    width: 262px; }
  .story-timeline-box.time-1 .story-img {
    position: absolute;
    bottom: 0;
    left: -25px;
    width: 556px;
    height: 463px;
    overflow: hidden; }
  .story-timeline-box.time-1 .story-txtbox {
    position: absolute;
    top: 350px;
    right: -24px;
    width: 626px; }

.story-timeline-box.time-2 {
  position: relative;
  height: 1380px;
  margin-bottom: 45px;
  z-index: 20; }
  .story-timeline-box.time-2 .line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 200px;
    background-color: #dfb583; }
  .story-timeline-box.time-2 .story-year {
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: 40px;
    width: 255px; }
  .story-timeline-box.time-2 .story-title {
    position: absolute;
    top: 225px;
    left: 30px;
    width: 630px;
    height: auto;
    color: #bb8749;
    font-size: 58px;
    line-height: 1;
    text-align: right;
    font-weight: normal; }
  .story-timeline-box.time-2 .story-txtbox {
    position: absolute;
    top: 638px;
    left: 0;
    width: 626px; }
    .story-timeline-box.time-2 .story-txtbox .story-txt:before {
      bottom: auto;
      top: 0;
      left: 0;
      right: auto; }
  .story-timeline-box.time-2 .story-img {
    position: absolute;
    top: 310px;
    right: -25px;
    width: 556px;
    height: 364px;
    overflow: hidden; }

.story-timeline-box.time-3 {
  position: relative;
  height: 320px;
  margin-bottom: 50px; }
  .story-timeline-box.time-3 .line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 180px;
    background-color: #dfb583; }
  .story-timeline-box.time-3 .story-year {
    position: absolute;
    top: 75px;
    left: 62px;
    width: 244px;
    height: 73px; }
  .story-timeline-box.time-3 .story-title {
    position: absolute;
    top: 240px;
    left: 60px;
    width: 630px;
    height: auto;
    color: #bb8749;
    font-size: 58px;
    line-height: 1;
    font-weight: normal; }
  .story-timeline-box.time-3 .story-img {
    position: absolute;
    top: -180px;
    left: 50%;
    margin-left: 50px;
    width: 426px;
    height: 279px;
    overflow: hidden; }
  .story-timeline-box.time-3 .story-txtbox {
    position: absolute;
    top: 180px;
    left: 0;
    width: 644px; }

.about-inner-center {
  margin-left: 25px;
  margin-right: 25px; }

.about-story-detail .about-inner-center {
  margin-left: 40px;
  margin-right: 40px; }

.about-story-detail {
  position: relative;
  overflow: hidden;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 100px; }
  .about-story-detail .story-title {
    width: 100%;
    color: #bb8749;
    font-size: 50px;
    font-weight: normal;
    line-height: 1;
    display: block;
    height: 100px; }
  .about-story-detail .detail-img1 {
    position: relative;
    right: -10px;
    width: 720px;
    height: 478px;
    z-index: 1; }
  .about-story-detail .detail-img2 {
    width: 460px;
    height: 181px;
    margin-bottom: 50px; }
  .about-story-detail .detail {
    position: relative;
    padding-top: 70px;
    z-index: 20; }
  .about-story-detail .story-txtbox {
    position: relative;
    width: 710px;
    margin-top: -60px;
    margin-left: -39px;
    z-index: 2; }
    .about-story-detail .story-txtbox .story-txt:before {
      bottom: auto;
      top: -1px; }

.about-story-bg {
  position: absolute;
  top: 0;
  left: -40px;
  right: -40px;
  height: 80%;
  background: url("../../assets/images/pattern_gray.gif") repeat;
  z-index: 1; }

.story-detail-preface {
  margin-left: 10px;
  padding-left: 35px;
  border-left: 2px solid #dfb583;
  color: #ffffff;
  font-size: 35px;
  line-height: 1.8;
  margin: 0 auto;
  margin-bottom: 90px; }

.story-time {
  position: relative;
  display: block;
  z-index: 10; }
  .story-time:before {
    content: "";
    position: absolute;
    top: 0;
    left: 130px;
    width: 2px;
    height: 100%;
    background: #c08f79; }
  .story-time .story-time-item {
    position: relative;
    padding-left: 140px;
    margin-bottom: 5px; }
    .story-time .story-time-item .year {
      position: absolute;
      top: 0;
      left: 0;
      width: 120px;
      height: 40px; }

.about-brew-timeline {
  position: relative;
  margin-bottom: 115px; }
  .about-brew-timeline .brew-title {
    position: relative;
    display: block;
    margin: 0;
    margin-bottom: 30px;
    padding-bottom: 30px; }
  .about-brew-timeline .brew-line {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 719px;
    height: 4px;
    background: #dab489; }
  .about-brew-timeline .brew-txt, .about-brew-timeline .brew-tips {
    color: #474747;
    font-size: 35px;
    line-height: 1.6;
    display: block;
    margin-bottom: 10px; }
  .about-brew-timeline .brew-tips {
    color: #bb8749; }
  .about-brew-timeline .brew-tips b {
    font-weight: normal;
    display: block;
    padding-left: 30px;
    background: url("../../assets/images/m_icon_tips.png") no-repeat 0 15px; }
  .about-brew-timeline .timeline-row.blackred .brew-line {
    background-color: #c18f77; }
  .about-brew-timeline .timeline-row.blackred .brew-tips {
    color: #c18f77; }
    .about-brew-timeline .timeline-row.blackred .brew-tips b {
      background-image: url("../../assets/images/m_icon_tips2.png"); }
  .about-brew-timeline .timeline-row {
    position: relative; }
    .about-brew-timeline .timeline-row:before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: 2px;
      height: 190px;
      background-color: #d2d2d2;
      z-index: 1; }
  .about-brew-timeline .timeline-1 {
    position: relative;
    margin-bottom: 25px;
    padding-top: 168px; }
    .about-brew-timeline .timeline-1:before {
      height: 130px; }
    .about-brew-timeline .timeline-1 .story-img {
      position: absolute;
      top: 270px;
      left: -49px;
      width: 768px;
      height: 532px;
      overflow: hidden; }
    .about-brew-timeline .timeline-1 .story-txtbox {
      width: 626px; }
    .about-brew-timeline .timeline-1 .story-title {
      width: 100%;
      height: auto;
      color: #bb8749;
      font-size: 58px;
      line-height: 70px;
      font-weight: normal;
      text-align: center;
      margin-bottom: 520px; }
  .about-brew-timeline .timeline-2 {
    position: relative;
    padding-top: 405px; }
    .about-brew-timeline .timeline-2:before {
      height: 130px; }
    .about-brew-timeline .timeline-2 .brew-img {
      position: absolute;
      top: 120px;
      left: 50%;
      margin-left: -34px;
      width: 334px;
      height: 334px;
      overflow: hidden; }
    .about-brew-timeline .timeline-2 .brew-txtbox {
      width: 100%;
      height: auto; }
  .about-brew-timeline .timeline-3 {
    position: relative;
    padding-top: 750px; }
    .about-brew-timeline .timeline-3:before {
      height: 130px; }
    .about-brew-timeline .timeline-3 .brew-img {
      position: absolute;
      top: 180px;
      left: 50%;
      margin-left: -279.5px;
      width: 559px;
      height: 559px;
      overflow: hidden; }
    .about-brew-timeline .timeline-3 .brew-line {
      width: 100%; }
    .about-brew-timeline .timeline-3 .brew-txtbox {
      width: 100%;
      height: auto; }
  .about-brew-timeline .timeline-4 {
    position: relative;
    padding-top: 635px; }
    .about-brew-timeline .timeline-4:before {
      height: 130px; }
    .about-brew-timeline .timeline-4 .brew-img {
      position: absolute;
      top: 164px;
      left: 50%;
      margin-left: -139px;
      width: 465px;
      height: 465px;
      overflow: hidden; }
    .about-brew-timeline .timeline-4 .brew-txtbox {
      width: 100%;
      height: auto; }
  .about-brew-timeline .timeline-5 {
    position: relative;
    padding-top: 620px; }
    .about-brew-timeline .timeline-5:before {
      height: 130px; }
    .about-brew-timeline .timeline-5 .brew-line {
      right: auto;
      left: 0; }
    .about-brew-timeline .timeline-5 .brew-img {
      position: absolute;
      top: 146px;
      left: 50%;
      margin-left: -331px;
      width: 405px;
      height: 405px;
      overflow: hidden; }
    .about-brew-timeline .timeline-5 .brew-txtbox {
      width: 100%;
      height: auto; }
  .about-brew-timeline .timeline-6 {
    position: relative;
    padding-top: 765px; }
    .about-brew-timeline .timeline-6:before {
      height: 130px; }
    .about-brew-timeline .timeline-6 .brew-line {
      left: 0; }
    .about-brew-timeline .timeline-6 .brew-img {
      position: absolute;
      top: 186px;
      left: 50%;
      margin-left: -239px;
      width: 570px;
      height: 570px;
      overflow: hidden; }
  .about-brew-timeline .timeline-7 {
    position: relative;
    padding-top: 700px; }
    .about-brew-timeline .timeline-7:before {
      height: 130px; }
    .about-brew-timeline .timeline-7 .brew-line {
      left: 0;
      right: auto; }
    .about-brew-timeline .timeline-7 .brew-img {
      position: absolute;
      top: 195px;
      left: 50%;
      margin-left: -330px;
      width: 474px;
      height: 474px;
      overflow: hidden; }
    .about-brew-timeline .timeline-7 .brew-txtbox {
      width: 100%;
      height: auto; }

.about-brew-guid {
  position: relative;
  padding-top: 120px;
  margin-left: -25px;
  margin-right: -25px; }
  .about-brew-guid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 200px;
    background: url("../../assets/images/pattern_gray.gif") repeat;
    z-index: 1; }
  .about-brew-guid .story-img {
    float: right;
    width: 619px;
    height: 359px;
    margin-right: -25px; }
  .about-brew-guid .story-title {
    width: 100%;
    height: auto;
    color: #bb8749;
    font-size: 55px;
    line-height: 70px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px; }
  .about-brew-guid .story-txtbox {
    width: 598px;
    margin-top: -31px;
    margin-left: -25px;
    margin-bottom: 62px; }

.brew-guid-items .brew-guid-item {
  margin-bottom: 75px; }

.brew-guid-items .brew-guid-title {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .brew-guid-items .brew-guid-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -90px;
    width: 180px;
    height: 1px;
    background: #d8ad98; }
  .brew-guid-items .brew-guid-title img {
    margin: 0 auto; }

.brew-guid-items .brew-guid-txt {
  color: #eaeaea;
  font-size: 34px;
  line-height: 1.8;
  display: block;
  width: 480px;
  margin: 0 auto; }

.about-promotion {
  position: relative;
  z-index: 2;
  padding-bottom: 50px; }

.about-promotion-kv {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  height: 512px;
  background-size: cover;
  background-position: center; }

.about-promtion-title {
  display: block;
  color: #dfb583;
  font-size: 56px;
  font-weight: normal;
  line-height: 1.5; }

.about-promtion-txt {
  color: #eaeaea;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 30px;
  display: block; }

.promotion-items {
  position: relative;
  margin-top: -125px; }

.promotion-item {
  width: 485px;
  height: auto;
  margin: 0 auto 60px; }
  .promotion-item .brew-guid-title {
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-align: center; }
    .promotion-item .brew-guid-title img {
      margin: 0 auto; }
    .promotion-item .brew-guid-title:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -40%;
      width: 80%;
      height: 1px;
      background-color: #d8ad98; }
  .promotion-item a {
    display: block;
    width: 100%;
    height: 100%;
    border-left: 7px solid #d8ad98;
    background-color: #ffffff;
    color: #474747;
    font-size: 35px;
    line-height: 1.5;
    padding: 100px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .promotion-item:nth-child(2n) a {
    border-left: none;
    border-right: 7px solid #d8ad98; }

.about-booking {
  text-align: center;
  padding-bottom: 100px; }
  .about-booking .booking-sub-title {
    display: inline-block;
    padding: 10px 15px;
    background: #2b2b2b;
    color: #ffffff;
    font-size: 25px;
    line-height: 20px;
    margin-bottom: 20px; }
  .about-booking .booking-title {
    display: inline-block;
    color: #474747;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.2;
    border-bottom: 1px solid #444444;
    margin-bottom: 20px;
    padding-bottom: 20px; }
  .about-booking .booking-txt {
    position: relative;
    display: inline-block;
    color: #474747;
    font-size: 32px;
    line-height: 1.5; }
    .about-booking .booking-txt:before {
      content: "";
      position: absolute;
      top: 0;
      left: 220px;
      width: 2px;
      height: 100%;
      background-color: #444444; }
    .about-booking .booking-txt a {
      color: #474747; }
    .about-booking .booking-txt li {
      display: block;
      padding: 0 15px;
      padding-left: 240px;
      position: relative;
      text-align: left; }
      .about-booking .booking-txt li .title {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 200px;
        height: 35px;
        text-align: right; }
      .about-booking .booking-txt li:last-child:before {
        display: none; }

.news-tabs {
  margin-bottom: 50px; }

.news-timeline {
  position: relative; }
  .news-timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #d9d9d9; }

.news-timeline-item {
  position: relative; }
  .news-timeline-item .news-date {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 30px;
    color: #5a5a5a;
    font-size: 30px;
    line-height: 1;
    font-style: italic;
    padding-left: 20px; }
  .news-timeline-item .news-txtbox .news-inner {
    position: relative;
    padding: 50px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    -webkit-box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    z-index: 10;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  .news-timeline-item .news-txtbox .news-img {
    position: relative;
    z-index: 1;
    background-size: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .news-timeline-item .news-title {
    color: #2f2f2f;
    font-size: 35px;
    font-weight: normal;
    line-height: 1.5;
    display: block;
    margin-bottom: 20px; }
  .news-timeline-item .news-more {
    width: 285px;
    height: 71px;
    background: #f2d4b0 url("../../assets/images/m_btn_news.png") no-repeat 0 0;
    margin: 0 auto; }
    .news-timeline-item .news-more a {
      display: block;
      width: 100%;
      height: 100%; }
  .news-timeline-item.news-timeline-1 {
    padding-top: 40px;
    padding-bottom: 95px; }
    .news-timeline-item.news-timeline-1 .news-txtbox {
      width: 678px;
      margin: 0 auto; }
  .news-timeline-item.news-timeline-2 {
    padding-top: 50px;
    padding-bottom: 70px; }
    .news-timeline-item.news-timeline-2 .news-txtbox {
      width: 420px;
      margin-left: 63px; }
    .news-timeline-item.news-timeline-2 .news-img {
      width: 707px;
      height: 398px;
      margin-top: -52px;
      margin-left: -26px; }
  .news-timeline-item.news-timeline-3 {
    padding-top: 68px;
    padding-bottom: 60px; }
    .news-timeline-item.news-timeline-3 .news-txtbox {
      width: 646px;
      margin-left: 98px; }
    .news-timeline-item.news-timeline-3 .news-img {
      width: 452px;
      height: 452px;
      margin-top: -31px;
      margin-left: -122px; }
  .news-timeline-item.news-timeline-4 {
    padding-top: 77px;
    padding-bottom: 90px; }
    .news-timeline-item.news-timeline-4 .news-txtbox {
      width: 556px;
      margin: 0 auto; }
  .news-timeline-item.news-timeline-5 {
    padding-top: 90px;
    padding-bottom: 90px; }
    .news-timeline-item.news-timeline-5 .news-txtbox {
      width: 678px;
      margin: 0 auto; }
    .news-timeline-item.news-timeline-5 .news-img {
      margin-top: 80px;
      margin-left: 196px;
      width: 527px;
      height: 394px; }
  .news-timeline-item.news-timeline-6 {
    padding-top: 60px;
    padding-bottom: 60px; }
    .news-timeline-item.news-timeline-6 .news-txtbox {
      width: 556px;
      margin: 0 auto; }
    .news-timeline-item.news-timeline-6 .news-img {
      width: 479px;
      height: 479px;
      margin-left: -106px;
      margin-top: -32px; }
  .news-timeline-item.news-timeline-7 {
    padding-top: 60px;
    padding-bottom: 60px; }
    .news-timeline-item.news-timeline-7 .news-txtbox {
      width: 420px;
      margin-left: 324px; }
  .news-timeline-item.news-timeline-8 {
    padding-top: 60px;
    padding-bottom: 60px; }
    .news-timeline-item.news-timeline-8 .news-txtbox {
      width: 646px; }
    .news-timeline-item.news-timeline-8 .news-img {
      margin-left: -25px;
      width: 717px;
      height: 403px;
      margin-top: 82px; }

.loading {
  position: relative;
  height: 100px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .loading.show {
    opacity: 1; }
  .loading:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -16.5px;
    margin-top: -16.5px;
    width: 70px;
    height: 70px;
    background: url("../../assets/images/loading.png") no-repeat;
    background-size: cover;
    -webkit-animation: LOAD .8s infinite linear;
    animation: LOAD .8s infinite linear; }

@-webkit-keyframes LOAD {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes LOAD {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.news-article {
  padding-bottom: 150px; }
  .news-article .news-article-date {
    color: #9f9f9f;
    font-size: 28px;
    line-height: 1.5;
    display: block; }
  .news-article .news-article-title {
    color: #2f2f2f;
    font-size: 38px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 60px;
    display: block; }
  .news-article .back {
    position: absolute;
    top: -10px;
    right: 0;
    width: 42px;
    height: 42px;
    background: url("../../assets/images/m_news_close.png") no-repeat 0 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .news-article .back:hover {
      opacity: .8; }
    .news-article .back a {
      display: block;
      width: 100%;
      height: 100%; }

.news-article-inner {
  margin-bottom: 80px; }
  .news-article-inner span {
    color: #2f2f2f;
    font-size: 35px;
    line-height: 1.8;
    margin-bottom: 60px;
    display: block; }
  .news-article-inner img {
    width: 100%;
    margin-bottom: 60px; }

.btn-article-back {
  width: 285px;
  height: 71px;
  background: url("../../assets/images/m_news_article_back.png") no-repeat 0 0;
  margin: 0 auto; }
  .btn-article-back a {
    display: block;
    width: 100%;
    height: 100%; }

select {
  background: none; }

img {
  display: block;
  max-width: 100%; }

body, html {
  width: 100%;
  height: 100%;
  background: #040202;
  font-family: Arial, "微軟正黑體", "LiHei Pro Medium", Geneva, Verdana, sans-serif !important;
  -webkit-text-size-adjust: 100%; }

body {
  position: relative; }

a, input, textarea, select, button, div, span {
  font-family: Arial, "微軟正黑體", "LiHei Pro Medium", Geneva, Verdana, sans-serif !important; }

a {
  text-decoration: none; }

.hide {
  display: none; }

h1, h3, h4, p, ol, li {
  margin: 0;
  padding: 0;
  font-family: Arial, "微軟正黑體", "LiHei Pro Medium", Geneva, Verdana, sans-serif !important;
  list-style: none; }

input:focus, textarea:focus, button:focus, select:focus, a:focus {
  outline: none; }

.clearfix::after {
  clear: both;
  content: "";
  display: block; }

.load-more.animation {
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
  .load-more.animation.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

#fix {
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -40px;
  width: 71px;
  height: 140px;
  background: url("../../assets/icons/m_icon_top.png") no-repeat 0 0;
  z-index: 500;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  #fix.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  #fix a {
    display: block;
    width: 100%;
    height: 100%; }

#wrapper {
  position: relative;
  width: 768px;
  height: auto;
  margin: 0 auto;
  padding-top: 19px;
  padding-bottom: 115px;
  overflow: hidden; }

.inner {
  position: relative;
  width: 720px;
  height: auto;
  margin: 0 auto; }

.icon-arrow {
  position: relative; }
  .icon-arrow a:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 15px;
    width: 6px;
    height: 10px;
    background: url("../../assets/icons/icon_arrow.png") no-repeat 0 0;
    -webkit-animation: ICONARROW .6s ease infinite alternate;
    animation: ICONARROW .6s ease infinite alternate; }

@-webkit-keyframes ICONARROW {
  to {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); } }

@keyframes ICONARROW {
  to {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); } }

.privacy-inner {
  max-width: 80%;
  margin: 0 auto; }

.privacy-list {
  color: #2f2f2f;
  font-size: 35px;
  line-height: 1.5; }
  .privacy-list a {
    color: #2f2f2f;
    border-bottom: 1px solid #2f2f2f; }
  .privacy-list li {
    display: block;
    border-bottom: 1px solid #d9d9d9;
    padding: 25px 0;
    position: relative; }
    .privacy-list li:before {
      content: "";
      position: absolute;
      top: 40px;
      left: -30px;
      width: 13px;
      height: 18px;
      background: url("../../assets/icons/m_icon_dots.png") no-repeat 0 0; }
    .privacy-list li:last-child {
      border-bottom: none; }
