@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  -webkit-overflow-scrolling: touch;
}

@font-face {
  font-family: public-serif;
  src: local("微軟正黑體"), local("Microsoft JhengHei"), local("MingLiU"), local("sans-serif");
  unicode-range: U+4E00-9FFF;
}

@font-face {
  font-family: public-serif;
  src: local("arial"), local("sans-serif");
  unicode-range: U+00-024F;
}

body {
  background-color: #fff;
  vertical-align: middle;
  font-family: public-serif;
  letter-spacing: 1.28px;
  letter-spacing: .08rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  color: #212121;
}

button {
  font-family: public-serif;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

table, th, tr, td {
  border: 1px solid #bdbdbd;
}

table {
  width: 100%;
}

th, td {
  padding: 8px;
  padding: .5rem;
}

th {
  text-align: center;
}

hr {
  margin: 11px 32px 12px;
  margin: 11px 2rem 12px;
  border: 0;
  border-top: 1px solid #e0e0e0;
}

a, area,
button, [role="button"], input, label, select,
summary, textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

/*!
	Modaal - accessible modals - v0.4.3
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  width: 50px;
  height: 50px;
  background: #000000;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0 !important;
}

.modaal-instagram iframe {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: #000000;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: #000000;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
      -ms-transform: scale(0.25);
          transform: scale(0.25);
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.video-container > iframe, .video-container > object, .video-container > embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*	使用方式
	.video-container
		iframe(src="https://www.youtube.com/embed/YygVVvuIWm4", frameborder="0", allowfullscreen) */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.btn-white, .top-nav a:not(.fb):not(.line):after, .kol-pro img, .article-slider .slider img, .btn-article a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.video-wrap:before, .pro-img .img-content {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.video-wrap .video, .kol-txt, .kv-content, .footer-wrap .logo, .btn-article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

img {
  display: block;
  max-width: 100%;
}

@media screen and (min-width: 481px) {
  .hidden-480-up {
    visibility: hidden;
    pointer-events: none;
  }
  .for-mobile-down {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .for-mobile-up {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .show-1024-up {
    display: block;
  }
  .show-1024-down {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .show-1024-up {
    display: none;
  }
  .show-1024-down {
    display: block;
  }
}

@media screen and (min-width: 641px) {
  .show-640-up {
    display: block;
  }
  .show-640-down {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .show-640-up {
    display: none;
  }
  .show-640-down {
    display: block;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.txt-right {
  text-align: right;
}

.btn-white {
  display: inline-block;
  padding: 12px 50px;
  line-height: 1;
  background: #FFF;
  text-decoration: none;
  font-size: 24px;
  font-size: 1.5rem;
  color: #897664;
}

.btn-white svg {
  position: relative;
  top: 2px;
  margin-left: 8px;
  width: 11px;
  height: 21px;
}

.btn-white:hover {
  background: #897664;
  color: #FFF;
}

.btn-white:hover path {
  stroke: #FFF;
}

@media screen and (max-width: 480px) {
  .btn-white {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 320px) {
  .btn-white {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.delay-0 {
  -webkit-transition-delay: 0s !important;
       -o-transition-delay: 0s !important;
          transition-delay: 0s !important;
}

.delay-1 {
  -webkit-transition-delay: 0.15s !important;
       -o-transition-delay: 0.15s !important;
          transition-delay: 0.15s !important;
}

.delay-2 {
  -webkit-transition-delay: 0.3s !important;
       -o-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}

.delay-3 {
  -webkit-transition-delay: 0.45s !important;
       -o-transition-delay: 0.45s !important;
          transition-delay: 0.45s !important;
}

.delay-4 {
  -webkit-transition-delay: 0.6s !important;
       -o-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}

.delay-5 {
  -webkit-transition-delay: 0.75s !important;
       -o-transition-delay: 0.75s !important;
          transition-delay: 0.75s !important;
}

.delay-6 {
  -webkit-transition-delay: 0.9s !important;
       -o-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
}

#facebook-jssdk-iframe {
  display: none;
}

.top-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 998;
  height: 60px;
  line-height: 60px;
  line-height: 3.75rem;
  background: #ad9781;
  background: rgba(173, 151, 129, 0.87);
  text-align: center;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #331b05;
}

.top-nav a:not(.fb):not(.line) {
  position: relative;
  margin-right: 30px;
  margin-left: 30px;
  line-height: 1;
  text-decoration: none;
  color: #331b05;
}

.top-nav a:not(.fb):not(.line):after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #331b05;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.top-nav a:not(.fb):not(.line):hover:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.social-top {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
}

.white-share a {
  display: block;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.white-share a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.white-share path {
  fill: #FFF;
}

.white-share .line-txt {
  fill: rgba(173, 151, 129, 0.87);
}

.white-share .fb svg {
  width: 15px;
  height: 34px;
}

.white-share .line svg {
  width: 36px;
  height: 34px;
}

@media screen and (max-width: 1366px) {
  .top-nav {
    height: 50px;
    line-height: 3.125rem;
    font-size: 1.375rem;
  }
  .white-share .line svg {
    width: 31px;
    height: 34px;
  }
  .white-share .fb svg {
    width: 13px;
    height: 34px;
  }
}

@media screen and (max-width: 640px) {
  .top-nav {
    display: none;
    height: auto;
    background: #c8b6a4;
  }
  .top-nav nav {
    padding-top: 100px;
    width: 100%;
  }
  .top-nav a:not(.fb):not(.line) {
    display: block;
    padding: 24px;
    font-size: 2rem;
    color: #000;
  }
  .social-top {
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .white-share .fb svg, .white-share .line svg {
    width: 40px;
    height: 38px;
  }
}

@media screen and (max-width: 320px) {
  .top-nav a:not(.fb):not(.line) {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 640px) {
  .burger-trigger {
    position: fixed;
    top: 12px;
    right: 12px;
    z-index: 999;
  }
  .burger-trigger a {
    display: inline-block;
    padding: 9px 8px 8px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -webkit-transition: background .4s ease;
    -o-transition: background .4s ease;
    transition: background .4s ease;
  }
  .burger-trigger a.gold {
    background: #c8b6a4;
  }
  .burger-trigger span {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background: #FFF;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
  }
  .burger-trigger .middle {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .burger-trigger.active span {
    background: #000;
  }
  .burger-trigger.active .top {
    top: 8px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .burger-trigger.active .middle {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  .burger-trigger.active .bottom {
    bottom: 8px;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

.one-page {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .no-one-1024 {
    height: auto;
    overflow: initial;
  }
}

@media screen and (max-width: 768px) {
  .no-one-768 {
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  .no-one-640 {
    height: auto;
  }
}

.bg-center {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ci-wrap {
  position: relative;
  font-size: 22px;
  font-size: 1.375rem;
  color: #FFF;
}

.ci-wrap .bg {
  width: calc(100% + (1990*0.03517px));
  height: 100%;
  background-image: url("../img/bg-1-desktop.jpg");
  background-position-x: -70px;
  background-position-y: bottom;
  background-repeat: repeat-x;
  background-size: cover;
  background-color: #000;
  -webkit-transition: background-position-x .4s ease-in-out;
  -o-transition: background-position-x .4s ease-in-out;
  transition: background-position-x .4s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.ci-wrap .content {
  position: absolute;
  top: 25vh;
  left: 10%;
  width: 100%;
}

.ci-wrap p {
  margin-bottom: 15px;
}

.ci-wrap .ani {
  -webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out, transform .4s ease-in-out;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  -webkit-transform: translateX(-5%);
      -ms-transform: translateX(-5%);
          transform: translateX(-5%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.ci-wrap .ani.show {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.ci-wrap .ani:nth-child(1) {
  -webkit-transition-delay: 0.05s;
       -o-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.ci-wrap .ani:nth-child(2) {
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.ci-wrap .ani:nth-child(3) {
  -webkit-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.ci-wrap .ani:nth-child(4) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.ci-wrap .ani:nth-child(5) {
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.ci-wrap .ani:nth-child(6) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.ci-wrap .ani:nth-child(7) {
  -webkit-transition-delay: 0.35s;
       -o-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.ci-wrap .ani:nth-child(8) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.ci-wrap .ani:nth-child(9) {
  -webkit-transition-delay: 0.45s;
       -o-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.ci-wrap .ani:nth-child(10) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.ci-wrap .ani:nth-child(11) {
  -webkit-transition-delay: 0.55s;
       -o-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

.ci-wrap .divider {
  height: 3vh;
}

.ci-wrap h1 {
  margin-top: 2.5vh;
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: bold;
  color: #e9cab8;
}

@media screen and (max-width: 1440px) {
  .ci-wrap .content {
    top: 20vh;
    left: 5%;
  }
}

@media screen and (max-width: 1366px) {
  .ci-wrap p {
    font-size: 1.125rem;
  }
  .ci-wrap h1 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1280px) {
  .ci-wrap .bg {
    background-position-x: -120px;
  }
}

@media screen and (max-width: 1024px) {
  .ci-wrap .bg {
    background-image: url("../img/bg-1-mobile.jpg");
    background-position-x: -400px;
  }
  .ci-wrap .content {
    top: 15vh;
  }
  .ci-wrap p {
    font-size: 1.75rem;
  }
  .ci-wrap h1 {
    font-size: 2.125rem;
  }
}

@media screen and (max-width: 768px) {
  .ci-wrap .bg {
    background-position-x: -280px;
  }
  .ci-wrap p {
    font-size: 1.25rem;
  }
  .ci-wrap h1 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 640px) {
  .ci-wrap {
    height: 155vw;
  }
  .ci-wrap .content {
    top: 8vh;
  }
  .ci-wrap .bg {
    background-position-x: -380px;
  }
  .ci-wrap p {
    font-size: 1rem;
  }
  .ci-wrap h1 {
    font-size: 1.125rem;
  }
  .ci-wrap .divider {
    height: 10px;
  }
}

@media screen and (max-width: 480px) {
  .ci-wrap .content {
    left: 0;
    padding-right: 12px;
    padding-left: 12px;
    width: 100%;
  }
  .ci-wrap .bg {
    background-position-x: -260px;
  }
  .ci-wrap h1, .ci-wrap p {
    letter-spacing: 0;
  }
  .ci-wrap p {
    font-size: 0.75rem;
  }
  .ci-wrap h1 {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 380px) {
  .ci-wrap .bg {
    background-position-x: -230px;
  }
}

@media screen and (max-width: 320px) {
  .ci-wrap .content {
    padding-right: 4px;
    padding-left: 4px;
  }
  .ci-wrap .bg {
    background-position-x: -200px;
  }
  .ci-wrap .divider {
    display: none;
  }
}

.video-wrap {
  position: relative;
  background-image: url("../img/bg-video.jpg");
  background-attachment: fixed;
}

.video-wrap:before {
  content: '';
  position: absolute;
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
}

.video-wrap .video {
  position: relative;
  z-index: 1;
  padding-right: 16%;
  padding-left: 16%;
  width: 100%;
  height: 100%;
}

.video-wrap .video-container {
  -webkit-box-shadow: 11px 11px 25px rgba(0, 0, 0, 0.6);
          box-shadow: 11px 11px 25px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 1024px) {
  .video-wrap {
    background-image: none;
  }
  .video-wrap .video {
    padding: 0;
    max-width: 100%;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
  }
}

.kol-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #c8b6a4;
}

.kol-wrap .kol-img, .kol-wrap .kol-txt {
  width: 50%;
}

.kol-txt {
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 4.2%;
  padding-left: 8%;
}

.kol-txt h2, .kol-txt h3, .kol-txt p, .kol-txt .divider, .kol-txt .btn-wrap {
  margin-bottom: 10px;
  width: 100%;
  line-height: 1.25;
}

.kol-txt h3, .kol-txt p {
  color: #434343;
}

.kol-txt h3 {
  font-size: 24px;
  font-size: 1.5rem;
}

.kol-txt h2 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  color: #FFF;
}

.kol-txt p {
  text-align: justify;
  font-size: 20px;
  font-size: 1.25rem;
}

.kol-txt .divider {
  height: 90px;
  border-left: 2px solid #FFF;
}

.kol-txt .btn-wrap {
  padding-top: 50px;
  text-align: right;
}

.kol-pro {
  position: absolute;
  right: 44%;
  bottom: 40px;
  z-index: 2;
  max-width: 22.5%;
}

.kol-pro:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.kol-pro .img {
  overflow: hidden;
  border: 10px solid #FFF;
}

@media screen and (max-width: 1280px) {
  .kol-txt .line {
    height: 50px;
  }
  .kol-txt .btn-wrap {
    padding-top: 42px;
  }
}

@media screen and (max-width: 1024px) {
  .kol-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .kol-wrap .kol-img, .kol-wrap .kol-txt {
    width: 100%;
  }
  .kol-img {
    position: relative;
  }
  .kol-img img {
    width: 100%;
  }
  .kol-txt {
    padding: 50px 4% 4%;
  }
  .kol-txt .btn-wrap {
    text-align: center;
  }
  .kol-pro {
    right: 4%;
    bottom: 0;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
  }
}

@media screen and (max-width: 768px) {
  .kol-pro {
    max-width: 45%;
  }
  .kol-txt {
    padding-top: 160px;
  }
}

@media screen and (max-width: 480px) {
  .kol-pro .img {
    border-width: 5px;
  }
  .kol-txt {
    padding-top: 90px;
  }
  .kol-txt h3, .kol-txt p {
    font-size: 1.125rem;
  }
  .kol-txt h2 {
    font-size: 1.5rem;
  }
  .kol-txt h2 span {
    display: block;
  }
}

.kv-wrap {
  position: relative;
  padding-bottom: 42.604%;
  width: 100%;
  height: 0;
  background-image: url("../img/bg-kv.jpg");
  background-repeat: no-repeat;
  background-position-y: bottom;
  overflow: hidden;
}

.kv-wrap.show h2, .kv-wrap.show h3, .kv-wrap.show p, .kv-wrap.show .btn-wrap {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

@media screen and (min-width: 1025px) {
  .kv-wrap {
    background-attachment: fixed;
  }
}

@media screen and (max-width: 1440px) {
  .kv-wrap {
    background-position-x: 25%;
  }
}

@media screen and (max-width: 1366px) {
  .kv-wrap {
    background-image: url("../img/bg-kv-1366.jpg");
    background-position-x: 35%;
  }
}

@media screen and (max-width: 1024px) {
  .kv-wrap {
    height: 60vh;
    background-position-x: 60%;
    background-size: cover;
  }
}

@media screen and (max-width: 640px) {
  .kv-wrap {
    padding-bottom: 0;
    background-image: url("../img/bg-kv-640.jpg");
    background-position-y: center;
  }
}

.kv-content {
  position: absolute;
  left: 6.4%;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 5%;
  max-width: 38%;
  height: 100%;
  color: #FFF;
}

.kv-content h2, .kv-content h3, .kv-content p, .kv-content .btn-wrap {
  margin-bottom: 10px;
  width: 100%;
  line-height: 1.25;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.kv-content h3 {
  font-size: 26px;
  font-size: 1.625rem;
}

.kv-content h2 {
  margin-bottom: 36px;
  white-space: nowrap;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  color: #c8b6a4;
}

.kv-content p {
  line-height: 2;
  font-size: 20px;
  font-size: 1.25rem;
}

.kv-content .txt-right {
  margin-top: 20px;
}

.kv-content .btn-wrap {
  padding-top: 36px;
}

@media screen and (max-width: 1280px) {
  .kv-content h2 {
    font-size: 1.625rem;
  }
  .kv-content h3 {
    font-size: 1.125rem;
  }
  .kv-content p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  .kv-content {
    -ms-flex-line-pack: start;
        align-content: flex-start;
    padding-top: 8%;
    max-width: 60%;
  }
}

@media screen and (max-width: 640px) {
  .kv-content {
    position: relative;
    right: 0;
    left: 0;
    padding: 8% 5%;
    max-width: 100%;
  }
  .kv-content h2 {
    white-space: normal;
    font-size: 1.875rem;
  }
  .kv-content h3 {
    font-size: 1.625rem;
  }
  .kv-content .btn-wrap {
    position: absolute;
    left: 0;
    bottom: 8%;
    text-align: center;
  }
  .kv-content .btn-white {
    width: 60%;
  }
}

@media screen and (max-width: 480px) {
  .kv-content h2 {
    font-size: 1.125rem;
  }
  .kv-content h3 {
    font-size: 1rem;
  }
}

.w-1180 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
  max-width: 1204px;
}

.pro-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.pro-img .img-content {
  position: absolute;
  padding-top: 20%;
}

.pro-img .modal, .pro-img .main {
  position: absolute;
}

.pro-img .modal {
  left: 0;
  margin-top: 70px;
}

.pro-img .modal img {
  width: auto;
}

.pro-img .modal a {
  display: block;
  margin-bottom: 12px;
}

.pro-img .main {
  right: 6%;
}

.pro-img .main img {
  width: auto;
  max-height: 80vh;
}

.pro-img .dots {
  position: absolute;
  right: 2%;
  bottom: 20%;
  z-index: 2;
}

.pro-img .gold, .pro-img .silver {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-transition: background .4s ease, -webkit-transform .4s ease;
  transition: background .4s ease, -webkit-transform .4s ease;
  -o-transition: background .4s ease, transform .4s ease;
  transition: background .4s ease, transform .4s ease;
  transition: background .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

.pro-img .gold {
  margin-right: 12px;
  background: #f1caa1;
  background: rgba(241, 202, 161, 0.8);
}

.pro-img .gold:hover {
  background: #f1caa1;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.pro-img .silver {
  margin-right: 45px;
  background: #cfcfcf;
  background: rgba(207, 207, 207, 0.8);
}

.pro-img .silver:hover {
  background: #cfcfcf;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (min-width: 1025px) {
  .pro-wrap .owl-stage-outer, .pro-wrap .owl-stage, .pro-wrap .owl-item, .pro-wrap .pro {
    height: inherit;
  }
  .pro-wrap .pro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pro-wrap .pro-img, .pro-wrap .pro-info {
    width: 50%;
  }
  .pro-wrap .pro-img .modal a {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
  }
  .pro-wrap .pro-img .modal a:hover {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
}

@media screen and (max-width: 1366px) {
  .pro-img .img-content {
    padding-top: 10%;
  }
  .pro-img .main {
    right: 15%;
  }
  .pro-img .dots {
    bottom: 10%;
  }
}

@media screen and (max-width: 1280px) {
  .pro-img .main {
    right: 8%;
  }
}

@media screen and (max-width: 1024px) {
  .pro-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pro-wrap .pro-img, .pro-wrap .pro-info {
    width: 100%;
  }
  .pro-img {
    min-height: 660px;
  }
  .pro-img .img-content {
    padding-top: 0;
  }
  .pro-img .main {
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@media screen and (max-width: 640px) {
  .pro-wrap {
    padding-top: 30px;
  }
  .pro-img {
    min-height: 504px;
  }
  .pro-img .dots {
    bottom: 25%;
    right: 15%;
    width: 36px;
  }
  .pro-img .gold, .pro-img .silver {
    margin-right: 0;
  }
  .pro-img .gold {
    margin-bottom: 16px;
  }
  .pro-img .modal {
    left: initial;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    width: 100%;
  }
  .pro-img .modal a:nth-of-type(2) {
    margin-right: 12px;
    margin-left: 12px;
  }
  .pro-img .main {
    width: 100%;
  }
  .pro-img .main img {
    margin-right: auto;
    margin-left: auto;
    max-width: 75vw;
    max-height: none;
  }
}

@media screen and (max-width: 480px) {
  .pro-img .main {
    right: initial;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .pro-img .dots {
    right: 5%;
    bottom: 18%;
  }
  .pro-img .modal a {
    max-width: 60px;
  }
}

.pro-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1rem;
}

.pro-info .title {
  min-width: 130px;
  color: #8d6c3d;
}

.pro-info p {
  margin-bottom: 12px;
}

@media screen and (max-width: 1366px) {
  .pro-info li {
    margin-bottom: 10px;
  }
  .pro-info p {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 1024px) {
  .pro-info {
    padding: 16px 20%;
  }
}

@media screen and (max-width: 640px) {
  .pro-info {
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media screen and (max-width: 480px) {
  .pro-info {
    padding-right: 12px;
    padding-left: 12px;
  }
  .pro-info .title, .pro-info p {
    line-height: 1.25;
  }
  .pro-info .title {
    min-width: 90px;
  }
}

.js-gold, .js-silver {
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.js-style-gold .js-gold {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  z-index: 1;
}

.js-style-gold .js-silver {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 0;
}

.js-style-silver .js-silver {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  z-index: 1;
}

.js-style-silver .js-gold {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 0;
}

.pro-wrap .owl-nav, .kol-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pro-wrap .owl-prev, .pro-wrap .owl-next, .kol-slider .owl-prev, .kol-slider .owl-next {
  position: absolute;
  width: 55px;
  height: 120px;
  background: #c8b6a4 !important;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
}

.pro-wrap .owl-prev:hover, .pro-wrap .owl-next:hover, .kol-slider .owl-prev:hover, .kol-slider .owl-next:hover {
  background: #331b05 !important;
}

.pro-wrap .owl-prev, .kol-slider .owl-prev {
  left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pro-wrap .owl-next, .kol-slider .owl-next {
  right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pro-wrap .arrow-prev, .pro-wrap .arrow-next, .kol-slider .arrow-prev, .kol-slider .arrow-next {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
}

.pro-wrap .arrow-prev, .kol-slider .arrow-prev {
  border-width: 17.5px 14px 17.5px 0;
  border-color: transparent #fff transparent transparent;
}

.pro-wrap .arrow-next, .kol-slider .arrow-next {
  border-width: 17.5px 0 17.5px 14px;
  border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 480px) {
  .pro-wrap .owl-nav {
    top: 12%;
  }
  .pro-wrap .owl-prev, .pro-wrap .owl-next {
    width: 32px;
    height: 70px;
  }
  .pro-wrap .arrow-prev {
    border-width: 12.5px 9px 12.5px 0;
  }
  .pro-wrap .arrow-next {
    border-width: 12.5px 0 12.5px 9px;
  }
}

.pro-gallery .modaal-close:focus:before, .pro-gallery .modaal-close:focus:after, .pro-gallery .modaal-close:hover:before, .pro-gallery .modaal-close:hover:after, .pro-gallery .modaal-gallery-control:focus:before, .pro-gallery .modaal-gallery-control:focus:after, .pro-gallery .modaal-gallery-control:hover:before, .pro-gallery .modaal-gallery-control:hover:after, .kol-image .modaal-close:focus:before, .kol-image .modaal-close:focus:after, .kol-image .modaal-close:hover:before, .kol-image .modaal-close:hover:after, .kol-image .modaal-gallery-control:focus:before, .kol-image .modaal-gallery-control:focus:after, .kol-image .modaal-gallery-control:hover:before, .kol-image .modaal-gallery-control:hover:after {
  background: #c8b6a4;
}

.pro-gallery img, .kol-image img {
  border: 1px solid #cdb99e;
}

@media only screen and (max-height: 820px) {
  .kol-image .modaal-gallery-label {
    display: block;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 640px) {
  .pro-gallery .modaal-image .modaal-inner-wrapper {
    margin-bottom: 60px;
  }
  .pro-gallery .modaal-gallery-control {
    bottom: -60px;
  }
}

.footer-wrap {
  padding-top: 30px;
  padding-bottom: 20px;
  background: #c8b6a4;
}

.footer-wrap .logo {
  margin-bottom: 22px;
}

.footer-wrap .logo > div {
  margin-right: 16px;
  margin-left: 16px;
}

.footer-wrap .vc svg {
  width: 220px;
  height: 82px;
  fill: #FFF;
}

.footer-wrap .bw svg {
  width: 148px;
  height: 57px;
}

.footer-wrap .copyright {
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #FFF;
}

@media screen and (max-width: 480px) {
  .footer-wrap .vc svg {
    width: 150px;
    height: 82px;
  }
  .footer-wrap .bw svg {
    width: 110px;
    height: 40px;
  }
  .footer-wrap .copyright {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 0.75rem;
  }
}

.article-kv {
  margin-bottom: 60px;
}

@media screen and (max-width: 480px) {
  .article-kv {
    margin-bottom: 40px;
  }
}

.article-wrap {
  margin-right: auto;
  margin-left: auto;
  max-width: 1066px;
}

.article-wrap h1, .article-wrap h2 {
  font-weight: bold;
  color: #806850;
}

.article-wrap h1 {
  margin-bottom: 48px;
  line-height: 1.5;
  font-size: 32px;
  font-size: 2rem;
}

.article-wrap .article-content {
  line-height: 2;
  font-size: 26px;
  font-size: 1.625rem;
}

.article-wrap blockquote {
  padding-left: 30px;
  border-left: 3px solid #c8b6a4;
  font-style: italic;
  font-size: 18px;
  font-size: 1.125rem;
  color: #575656;
}

.article-wrap h2 {
  font-size: 18px;
  font-size: 1.125rem;
}

.article-wrap h3 {
  margin-bottom: 14px;
  font-size: 20px;
  font-size: 1.25rem;
}

.article-wrap p {
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.125rem;
}

.article-wrap img {
  margin-bottom: 36px;
}

@media screen and (max-width: 1024px) {
  .article-wrap {
    max-width: 100%;
  }
  .article-wrap h1, .article-wrap h2, .article-wrap h3, .article-wrap p, .article-wrap blockquote {
    padding-right: 12px;
    padding-left: 12px;
  }
  .article-wrap blockquote {
    margin-left: 12px;
    margin-right: 12px;
  }
  .article-wrap blockquote p {
    padding-right: 0;
    padding-left: 0;
  }
  .article-wrap .article-content {
    font-size: 1.125rem;
  }
  .article-wrap h1 {
    margin-bottom: 30px;
    font-size: 1.875rem;
  }
  .article-wrap img {
    height: auto;
  }
}

.article-slider {
  position: relative;
  margin-bottom: 30px;
  background: #f2f2f2;
}

.article-slider .slider {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article-slider .slider .right {
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
}

.article-slider .slider.leave img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.article-slider .slider.leave .left {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.article-slider .slider.leave .right {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.article-slider .img {
  width: 50%;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .article-slider {
    margin-bottom: 40px;
  }
  .article-slider .slider {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .article-slider .img {
    width: 100%;
  }
}

.btn-article {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn-article a {
  width: 72px;
  height: 72px;
  background: #a4907d;
  background: rgba(164, 144, 125, 0.85);
  border-radius: 50%;
}

.btn-article a.rotate {
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
  -webkit-transform: scale(1) rotate(360deg);
      -ms-transform: scale(1) rotate(360deg);
          transform: scale(1) rotate(360deg);
}

.btn-article a.rotate.leave {
  -webkit-transform: scale(0) rotate(0deg);
      -ms-transform: scale(0) rotate(0deg);
          transform: scale(0) rotate(0deg);
}

.btn-article svg {
  width: 44px;
  height: 44px;
  fill: #FFF;
}

.btn-article:hover a {
  background: #c8b6a4;
}

@media screen and (max-width: 480px) {
  .btn-article a {
    width: 52px;
    height: 52px;
  }
  .btn-article svg {
    width: 34px;
    height: 34px;
  }
}

.kol-modal {
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.kol-modal img {
  margin-right: auto;
  margin-left: auto;
}

.kol-modal:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=87)";
  opacity: .87;
}

.kol-image .modaal-gallery-label {
  margin-top: 10px;
  line-height: 2;
  text-align: left;
}

.kol-image img {
  border: none;
}

.kol-slider {
  margin-bottom: 100px;
}

.kol-slider .white-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  padding-top: 50px;
  width: 100%;
}

.kol-slider .kol-txt {
  padding-left: 6%;
  background: #ad9781;
}

.kol-slider .en, .kol-slider .ch {
  font-weight: normal;
  color: #434343;
}

.kol-slider .en {
  margin-right: 8px;
  font-size: 28px;
  font-size: 1.75rem;
}

.kol-slider .ch {
  font-size: 22px;
  font-size: 1.375rem;
}

.kol-slider .sentence {
  font-size: 18px;
  font-size: 1.125rem;
  color: #FFF;
}

.kol-slider .owl-nav {
  top: calc(50% - 60px);
}

@media screen and (max-width: 1440px) {
  .kol-slider .kol-txt {
    padding-left: 4%;
  }
}

@media screen and (max-width: 1366px) {
  .kol-slider .kol-txt {
    padding-left: 6%;
  }
  .kol-slider .kol-pro {
    right: 40%;
  }
}

@media screen and (max-width: 1280px) {
  .kol-slider .kol-txt {
    padding-left: 4%;
  }
  .kol-slider .kol-pro {
    right: 40%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .kol-slider .owl-prev, .kol-slider .owl-next {
    width: 35px;
    height: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .kol-slider {
    margin-bottom: 0;
  }
  .kol-slider .kol-wrap {
    display: block;
    background: #FFF;
  }
  .kol-slider .kol-txt {
    padding-right: 15%;
    padding-left: 15%;
    background: #ad9781;
  }
  .kol-slider .white-share {
    padding-top: 12px;
  }
  .kol-slider .kol-pro {
    position: static;
    margin-left: 2%;
    max-width: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .kol-slider .en {
    font-size: 2.125rem;
  }
  .kol-slider .ch {
    font-size: 1.75rem;
  }
  .kol-slider .sentence {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 768px) {
  .kol-slider .kol-txt {
    padding-top: 50px;
  }
}

@media screen and (max-width: 640px) {
  .kol-slider .kol-txt {
    padding-top: 24px;
    padding-right: 10%;
    padding-left: 10%;
  }
  .kol-slider .en {
    font-size: 1.75rem;
  }
  .kol-slider .ch {
    font-size: 1.375rem;
  }
  .kol-slider .sentence {
    font-size: 1.25rem;
  }
  .kol-slider .divider {
    height: 40px;
  }
}

@media screen and (max-width: 480px) {
  .kol-slider .kol-txt {
    padding-right: 8%;
    padding-left: 8%;
  }
  .kol-slider .en {
    font-size: 1.5rem;
  }
  .kol-slider .ch {
    font-size: 1.25rem;
  }
  .kol-slider .sentence {
    margin-bottom: 6px;
    font-size: 1rem;
  }
  .kol-slider br {
    display: none;
  }
  .kol-slider .white-share svg {
    width: 32px;
    height: 30px;
  }
  .kol-slider .owl-prev, .kol-slider .owl-next {
    width: 25px;
    height: 90px;
  }
  .kol-slider .arrow-prev {
    border-width: 12.5px 9px 12.5px 0;
  }
  .kol-slider .arrow-next {
    border-width: 12.5px 0 12.5px 9px;
  }
}

@media screen and (max-width: 380px) {
  .kol-slider .en {
    font-size: 1.25rem;
  }
  .kol-slider .ch {
    font-size: 1.125rem;
  }
  .kol-slider .sentence {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 320px) {
  .kol-slider .en {
    font-size: 1.125rem;
  }
  .kol-slider .ch {
    font-size: 1rem;
  }
  .kol-slider .sentence {
    font-size: 0.75rem;
  }
}

/*# sourceMappingURL=main.css.map */
