<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;600;700&amp;family=Open+Sans:wght@300;400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&amp;display=swap");
/* ==========
  #CONFIG
  ========== */
/* ==========
  #FONT-SIZE
  ========== */
:root {
  --font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  --font-serif: ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  --font-open-sans: "Open Sans", sans-serif;
  --font-forma: forma-djr-text, sans-serif;
  scroll-padding-top: 10rem;
  scroll-behavior: smooth; }

body {
  line-height: 1.5;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  color: #222222;
  font-family: "Noto Sans TC", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  font-weight: 400;
  font-size: 16px; }
  @media (min-width: 48em) {
    body {
      line-height: 1.75; } }
  @media (min-width: 80em) {
    body {
      line-height: 2;
      font-size: 1.375rem; } }

code,
kbd,
samp {
  font-family: var(--font-mono); }

b,
strong {
  font-weight: bolder; }

*,
::before,
::after {
  box-sizing: border-box; }

* {
  text-rendering: geometricPrecision;
  border: 0 solid; }

body,
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
button,
optgroup,
select,
textarea,
pre {
  margin: 0; }

td,
legend,
textarea,
input,
fieldset {
  padding: 0; }

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; }

hr {
  height: 0;
  color: inherit; }

small {
  font-size: 80%; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  color: inherit;
  background-color: transparent; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

table {
  text-indent: 0;
  border-color: inherit; }

button,
select {
  text-transform: none; }

a,
[type="button"],
[role="button"],
button {
  cursor: pointer; }

::-moz-focus-inner {
  border-style: none;
  padding: 0; }

:-moz-ui-invalid {
  box-shadow: none; }

progress {
  vertical-align: baseline; }

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

summary {
  display: list-item; }

progress {
  vertical-align: baseline; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  font-family: "Open Sans", Arial, sans-serif; }

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

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none; }
  select::-ms-expand {
    display: none; }

input.error,
select.error,
textarea.error {
  border-color: #E60012; }

label.error {
  display: inline-block;
  padding: 0.25rem 0.625rem;
  margin: 0.5rem 0 0;
  background-color: #E60012;
  border-radius: 0.25rem;
  font-size: 1rem;
  color: #ffffff; }

@keyframes rotate {
  to {
    transform: rotate(360deg); } }

.site-loading svg {
  animation: rotate 1s linear infinite; }

/* ==========
    #PLUGIN
    ========== */
[data-aos][data-aos][data-aos-duration='250'],
body[data-aos-duration='250'] [data-aos] {
  transition-duration: 0.25s; }

[data-aos][data-aos][data-aos-delay='250'],
body[data-aos-delay='250'] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay='250'].aos-animate,
body[data-aos-delay='250'] [data-aos].aos-animate {
  transition-delay: 0.25s; }

[data-aos][data-aos][data-aos-duration='500'],
body[data-aos-duration='500'] [data-aos] {
  transition-duration: 0.5s; }

[data-aos][data-aos][data-aos-delay='500'],
body[data-aos-delay='500'] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay='500'].aos-animate,
body[data-aos-delay='500'] [data-aos].aos-animate {
  transition-delay: 0.5s; }

[data-aos][data-aos][data-aos-duration='750'],
body[data-aos-duration='750'] [data-aos] {
  transition-duration: 0.75s; }

[data-aos][data-aos][data-aos-delay='750'],
body[data-aos-delay='750'] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay='750'].aos-animate,
body[data-aos-delay='750'] [data-aos].aos-animate {
  transition-delay: 0.75s; }

[data-aos][data-aos][data-aos-duration='1000'],
body[data-aos-duration='1000'] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay='1000'],
body[data-aos-delay='1000'] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay='1000'].aos-animate,
body[data-aos-delay='1000'] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration='1250'],
body[data-aos-duration='1250'] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay='1250'],
body[data-aos-delay='1250'] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay='1250'].aos-animate,
body[data-aos-delay='1250'] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-easing='ease'],
body[data-aos-easing='ease'] [data-aos] {
  transition-timing-function: ease; }

@media screen {
  html:not(.no-js) [data-aos^='fade'][data-aos^='fade'] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform; }
  html:not(.no-js) [data-aos^='fade'][data-aos^='fade'].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
        transform: none; }
  html:not(.no-js) [data-aos='fade-up'] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }
  html:not(.no-js) [data-aos="fade-right"] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0); }
  html:not(.no-js) [data-aos="fade-left"] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  html:not(.no-js) [data-aos^='chart'][data-aos^='chart'].aos-animate {
    -ms-transform: scaleX(1);
        transform: scaleX(1); }
  html:not(.no-js) [data-aos='chart'] {
    -ms-transform-origin: left;
        transform-origin: left;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
        transform: scaleX(0); } }

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-vertical &gt; .swiper-wrapper {
  -ms-flex-direction: column;
      flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }
  .swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
        touch-action: pan-x; }

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  -ms-flex-align: start;
      align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-css-mode &gt; .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-css-mode &gt; .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-css-mode &gt; .swiper-wrapper &gt; .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode &gt; .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode &gt; .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

.swiper-centered &gt; .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-order: 9999;
      order: 9999; }

.swiper-centered.swiper-horizontal &gt; .swiper-wrapper &gt; .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal &gt; .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical &gt; .swiper-wrapper &gt; .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical &gt; .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after); }

.swiper-centered &gt; .swiper-wrapper &gt; .swiper-slide {
  scroll-snap-align: center center; }

.swiper-button-lock {
  display: none; }

.swiper-pagination-lock {
  display: none; }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat; }

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute; }

.noUi-touch-area {
  height: 100%;
  width: 100%; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px; }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-connects {
  border-radius: 3px; }

.noUi-connect {
  background: #3FB8AF; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
      transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
      transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.noUi-horizontal .noUi-origin &gt; .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
      transform: translate(50%, 0);
  left: auto;
  bottom: 10px; }

.noUi-vertical .noUi-origin &gt; .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  -ms-transform: translate(0, -18px);
      transform: translate(0, -18px);
  top: auto;
  right: 28px; }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
  padding-top: 20px; }

.mCSB_container {
  /* contains the original content */
  width: auto;
  height: auto; }

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside &gt; .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl &gt; .mCSB_inside &gt; .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl &gt; .mCSB_inside &gt; .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #fc0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl &gt; .mCSB_inside &gt; .mCSB_scrollTools,
.mCS-dir-rtl &gt; .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl &gt; .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  border: 1px solid #fc0; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
.mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_dragger
.mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
+ .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside &gt; .mCSB_container {
  margin-right: 0; }

.mCSB_horizontal.mCSB_outside &gt; .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal &gt; .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 26px;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox
+ .mCSB_scrollTools
+ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 16px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
.mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_dragger
.mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
+ .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper &gt; .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal &gt; .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal &gt; .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden
+ .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
+ .mCSB_scrollTools
~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl
&gt; .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
&gt; .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl
&gt; .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
&gt; .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl
&gt; .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
&gt; .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
+ .mCSB_scrollTools
~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl &gt; .mCSB_inside &gt; .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden &gt; .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden &gt; .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
&gt; .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
&gt; .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; }

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide &gt; .mCustomScrollBox &gt; .mCSB_scrollTools,
.mCS-autoHide &gt; .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar
&gt; .mCustomScrollBox
&gt; .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar
&gt; .mCustomScrollBox
~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover &gt; .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover &gt; .mCustomScrollBox &gt; .mCSB_scrollTools,
.mCS-autoHide:hover &gt; .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 16px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 16px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal
.mCSB_dragger
.mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
.mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_dragger
.mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
.mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_dragger
.mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
+ .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
+ .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
.mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_dragger
.mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
.mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_dragger
.mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
+ .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
+ .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII="); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal
+ .mCSB_scrollTools
+ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark
+ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark
+ .mCSB_scrollTools
+ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl &gt; .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl &gt; .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 16px;
  margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
+ .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
+ .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_draggerRail {
  width: 12px; }

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
+ .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
+ .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/* ---------------------------------------- */
/* stylesheet for demo and examples */
.content {
  overflow: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.showcase .content {
  float: left; }

.showcase .horizontal-images.content {
  width: 100%; }

#infinite-scroll .offset {
  display: block;
  width: 100%;
  height: auto;
  color: #ffed0d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

#infinite-scroll .offset p {
  margin-bottom: 60px; }

#infinite-scroll .offset .indicator {
  display: block;
  width: 100%;
  height: 100px;
  background: #ffed0d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

#examples.resizable {
  background: #444;
  padding-bottom: 30px; }

#resizable.content {
  width: 640px;
  max-width: 80%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* jquery ui resizable bug: http://bugs.jqueryui.com/ticket/8932 */ }

#resizable.content h2 {
  color: #444; }

#resizable.content p {
  width: 1000px; }

.content.fluid {
  width: 90%;
  max-width: 1680px; }

.content.fluid h2 {
  color: #eb3755;
  font-family: "Lobster Two", "Georgia", serif;
  font-weight: 700;
  font-style: italic; }

.content.nested {
  height: 600px; }

.content.nested .nested {
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.1);
  height: 400px; }

#content-1.content.nested {
  margin-bottom: 40px; }

#content-1.content.nested p {
  width: 1000px; }

#content-1.content.nested .nested {
  margin: 20px;
  width: 600px;
  height: 300px; }

.content.zero-height {
  height: 0; }

.content.zero-width {
  width: 0; }

.init-hidden #examples {
  min-height: 420px; }

.full-page .content {
  height: 800px; }

.full-page-alt #mCSB_1_container {
  width: 97% !important;
  /* override plugin property */
  min-width: 480px; }

.full-page-alt #mCSB_1_scrollbar_vertical {
  position: fixed;
  margin-right: 30px;
  margin-top: 16px;
  margin-bottom: 16px; }

.full-page-alt #mCSB_1_scrollbar_horizontal {
  position: fixed;
  margin-bottom: 30px;
  margin-left: 16px;
  margin-right: 16px; }

.full-page-alt .outer.content {
  width: 960px; }

.full-page-alt .horizontal-images.content {
  height: 275px;
  width: 100%;
  margin: 20px auto 10px auto; }

.full-page-alt .horizontal-images.content img {
  height: 200px; }

.content table {
  width: 100%; }

.sortable {
  min-width: 800px; }

#sortable ul {
  margin-top: 20px;
  margin-bottom: 10px; }

#sortable li {
  margin: 10px 40px;
  background: #444;
  padding: 5px 10px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

#sortable li:active,
#sortable .ui-sortable-helper {
  background: #eb3755; }

#examples.tabs,
#examples.accordion,
#examples.autocomplete {
  padding: 5px 20px 20px 20px;
  background-color: #333; }

#examples.tabs h3,
#examples.accordion h3 {
  color: #222;
  font-family: inherit;
  font-style: inherit; }

#tabs {
  margin-bottom: 20px; }

#tabs,
#tabs-2,
#accordion {
  width: 600px;
  max-width: 95%; }

#examples.tabs .ui-widget-content {
  background-image: none; }

#autocomplete {
  border: none;
  background: #fff;
  min-height: 20px;
  padding: 5px 8px;
  font-size: inherit;
  font-family: inherit;
  color: #222;
  margin-top: 15px; }

#autocomplete:focus {
  outline: none; }

.ui-menu a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.ui-menu .mCSB_container {
  padding: 2px; }

.ui-menu .mCSB_scrollTools {
  right: 5px;
  margin-top: 5px;
  margin-bottom: 5px; }

.bootstrap #examples {
  background: transparent; }

.bootstrap #myModal-2 .modal-body {
  max-height: 340px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-bottom: -15px; }

.bootstrap #myTab {
  max-width: 600px; }

.bootstrap #myTab .tab-pane {
  padding: 15px 5px 15px 15px; }

body.colorbox-demo #cboxContent,
body.colorbox-demo #cboxContent p,
body.colorbox-demo #cboxContent a:hover {
  color: #333; }

.all-themes #examples {
  padding: 15px 0 0 15px; }

.all-themes .content {
  width: 310px;
  height: 500px;
  margin: 0 20px 20px 0;
  float: left; }

.all-themes .content h2,
.all-themes .content p,
.all-themes .content hr {
  width: 240px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.all-themes #content-m h2,
.all-themes #content-m p,
.all-themes #content-m hr,
.all-themes #content-md h2,
.all-themes #content-md p,
.all-themes #content-md hr {
  width: 270px; }

.all-themes .content.expanded-content h2,
.all-themes .content.expanded-content p,
.all-themes .content.expanded-content hr,
.all-themes #content-m.expanded-content h2,
.all-themes #content-m.expanded-content p,
.all-themes #content-m.expanded-content hr,
.all-themes #content-md.expanded-content h2,
.all-themes #content-md.expanded-content p,
.all-themes #content-md.expanded-content hr {
  width: 540px; }

.max-height-example .content {
  height: auto;
  max-height: 400px; }

.max-width-example {
  min-width: 620px; }

.max-width-example .content {
  height: auto;
  width: auto;
  max-width: 50%;
  min-width: 600px;
  display: inline-block;
  vertical-align: bottom; }

.max-width-example .content ul {
  max-height: 135px;
  overflow-y: hidden; }

.max-width-example .content img,
.max-width-example .content ul li &gt; a {
  height: 130px;
  border: 3px solid #444; }

.max-width-example .content ul li &gt; a {
  display: block;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3); }

.snap-scrolling-example .content {
  height: auto;
  width: 853px; }

.snap-scrolling-example .content img {
  height: 160px; }

.textarea-example .content {
  width: 360px; }

.textarea-example .content form {
  margin: 25px 0 15px 0; }

.textarea-example .content textarea,
.textarea-example .textarea-clone {
  width: 300px;
  padding: 0 10px;
  line-height: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.textarea-example .textarea-clone {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
  min-height: 160px;
  word-wrap: break-word;
  white-space: pre-wrap; }

.textarea-example .content .textarea-wrapper .mCSB_scrollTools {
  margin: 10px 5px; }

.scrollTo-demo .content {
  height: 290px; }

.scrollTo-demo .demo-y {
  height: 600px; }

.scrollTo-demo .demo-x {
  width: 660px;
  background-color: #252525; }

.scrollTo-demo .demo-x p {
  float: left;
  width: 300px;
  margin-left: 30px;
  height: auto;
  padding: 5px 10px;
  background-color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.scrollTo-demo .demo-x hr + p {
  margin-left: 0; }

.scrollTo-demo .demo-yx {
  background-color: #424242; }

.scrollTo-demo .demo-yx p {
  width: 1000px; }

.scrollTo {
  font-size: 12px; }

.scrollTo + .scrollTo {
  margin-top: 20px; }

.scrollTo ul li:first-child span {
  display: block;
  padding: 3px 15px; }

#test-id {
  background-color: #eb3755;
  color: #fff; }

.rtl-demo #content-1 {
  width: 500px; }

.rtl-demo #content-1 p {
  width: 1000px; }

.transitions #examples {
  -webkit-perspective: 1000;
  -moz-perspective: 1000; }

.transitions .content {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out; }

footer a {
  margin-right: 20px; }

/* ==========
    #Base
    ========== */
h1 {
  font-size: 2rem; }
  @media (min-width: 48em) {
    h1 {
      font-size: 2.375rem; } }
  @media (min-width: 62em) {
    h1 {
      font-size: 2.625rem; } }

h2 {
  font-size: 1.75rem; }
  @media (min-width: 62em) {
    h2 {
      font-size: 2rem; } }
  @media (min-width: 80em) {
    h2 {
      font-size: 2.375rem; } }

h3 {
  font-size: 1.5rem; }
  @media (min-width: 62em) {
    h3 {
      font-size: 1.75rem; } }
  @media (min-width: 80em) {
    h3 {
      font-size: 2rem; } }

h4 {
  font-size: 1.25rem; }
  @media (min-width: 62em) {
    h4 {
      font-size: 1.5rem; } }
  @media (min-width: 80em) {
    h4 {
      font-size: 1.75rem; } }

h5 {
  font-size: 1.125rem; }
  @media (min-width: 62em) {
    h5 {
      font-size: 1.5rem; } }

h6 {
  font-size: 16px; }
  @media (min-width: 80em) {
    h6 {
      font-size: 1.125rem; } }

.fs-en {
  font-family: "Oswald", "Noto Sans TC", sans-serif; }

/* ==========
  #FORM
  ========== */
.c-form {
  position: relative; }

.c-form__label {
  display: block; }

.c-form__control {
  display: block;
  width: 100%;
  background: #ffffff;
  border: 1px solid #E0E0E0;
  padding: .9rem 2.25rem .9rem 1.25rem;
  transition: border-color 0.2s ease;
  color: #222222;
  line-height: 1.2;
  height: 60px;
  position: relative; }
  .c-form__control:focus {
    border-color: #E60012; }

.arrow:after {
  content: "";
  position: absolute;
  top: 26px;
  right: 1.5rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
  z-index: 1; }

.c-form__textarea {
  background: #ffffff;
  border: 1px solid #C8161D;
  padding: .9rem 1.25rem;
  transition: border-color 0.2s ease;
  display: block;
  width: 100%;
  min-height: 200px; }

.c-form__select {
  position: relative; }
  .c-form__select:after {
    content: "";
    position: absolute;
    top: 26px;
    right: 1.5rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #000000 transparent transparent transparent;
    z-index: -1; }

.c-form__radio,
.c-form__checkbox {
  display: -ms-flexbox;
  display: flex; }
  .c-form__radio input[type="radio"],
  .c-form__radio input[type="checkbox"],
  .c-form__checkbox input[type="radio"],
  .c-form__checkbox input[type="checkbox"] {
    display: none; }
    .c-form__radio input[type="radio"]:checked ~ .c-form__checkbox-circle,
    .c-form__radio input[type="radio"]:checked ~ .c-form__checkbox-box,
    .c-form__radio input[type="checkbox"]:checked ~ .c-form__checkbox-circle,
    .c-form__radio input[type="checkbox"]:checked ~ .c-form__checkbox-box,
    .c-form__checkbox input[type="radio"]:checked ~ .c-form__checkbox-circle,
    .c-form__checkbox input[type="radio"]:checked ~ .c-form__checkbox-box,
    .c-form__checkbox input[type="checkbox"]:checked ~ .c-form__checkbox-circle,
    .c-form__checkbox input[type="checkbox"]:checked ~ .c-form__checkbox-box {
      background: #ffffff; }
      .c-form__radio input[type="radio"]:checked ~ .c-form__checkbox-circle:after,
      .c-form__radio input[type="radio"]:checked ~ .c-form__checkbox-box:after,
      .c-form__radio input[type="checkbox"]:checked ~ .c-form__checkbox-circle:after,
      .c-form__radio input[type="checkbox"]:checked ~ .c-form__checkbox-box:after,
      .c-form__checkbox input[type="radio"]:checked ~ .c-form__checkbox-circle:after,
      .c-form__checkbox input[type="radio"]:checked ~ .c-form__checkbox-box:after,
      .c-form__checkbox input[type="checkbox"]:checked ~ .c-form__checkbox-circle:after,
      .c-form__checkbox input[type="checkbox"]:checked ~ .c-form__checkbox-box:after {
        -ms-transform: scale(1);
            transform: scale(1); }
    .c-form__radio input[type="radio"]:checked ~ .c-form__radio-circle,
    .c-form__radio input[type="checkbox"]:checked ~ .c-form__radio-circle,
    .c-form__checkbox input[type="radio"]:checked ~ .c-form__radio-circle,
    .c-form__checkbox input[type="checkbox"]:checked ~ .c-form__radio-circle {
      background: #ffffff;
      border: transparent; }
      .c-form__radio input[type="radio"]:checked ~ .c-form__radio-circle:after,
      .c-form__radio input[type="checkbox"]:checked ~ .c-form__radio-circle:after,
      .c-form__checkbox input[type="radio"]:checked ~ .c-form__radio-circle:after,
      .c-form__checkbox input[type="checkbox"]:checked ~ .c-form__radio-circle:after {
        -ms-transform: scale(1);
            transform: scale(1); }

.c-form__radio-circle,
.c-form__checkbox-circle,
.c-form__checkbox-box {
  position: relative;
  display: block;
  -ms-flex: 0 0 18px;
      flex: 0 0 18px;
  height: 18px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  margin: 0 0.625rem 0 0; }
  .c-form__radio-circle:after,
  .c-form__checkbox-circle:after,
  .c-form__checkbox-box:after {
    content: "";
    position: absolute;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-transform: scale(0);
        transform: scale(0);
    transition: transform 0.3s ease;
    background: #222 url(../img/icon/i-filter-check.svg) no-repeat center center; }

.c-form__radio-text,
.c-form__checkbox-text {
  margin: -0.1875rem 0 0;
  font-size: 0.875rem; }
  @media (min-width: 80em) {
    .c-form__radio-text,
    .c-form__checkbox-text {
      font-size: 16px;
      line-height: 1.5; } }

/* ==========
  #TOP
  ========== */
.c-top {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  opacity: 0;
  visibility: hidden;
  transition: background-color 0.3s ease, opacity 0.3s ease,
 visibility 0.3s ease;
  z-index: 994; }
  .c-top.is-active {
    opacity: 1;
    visibility: visible; }
  .c-top svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 20px; }
    @media (min-width: 48em) {
      .c-top svg {
        width: 20px; } }
  .c-top:hover svg path {
    fill: #E60012; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.c-sidemail-outer {
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 2;
  opacity: 0;
  width: 0;
  height: 0; }
  @media (min-width: 62em) {
    .c-sidemail-outer {
      opacity: 1;
      width: 60px;
      height: 60px; } }
  .c-sidemail-outer.is-active {
    background-color: #fff;
    box-shadow: -2px -2px 5px rgba(50, 50, 93, 0.2);
    overflow: hidden;
    width: initial;
    height: inherit;
    bottom: 0; }

.c-sidemail {
  width: 60px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #666;
  position: absolute; }
  .c-sidemail:hover .i-mail svg path {
    stroke: #E60012; }
  .c-sidemail.show {
    background-color: #ffffff;
    position: relative; }
    .c-sidemail.show .i-close {
      visibility: visible;
      width: 24px;
      height: 24px;
      transition: 0.5s;
      -ms-transform: rotate(0);
          transform: rotate(0); }
      .c-sidemail.show .i-close:hover {
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        transition: 0.5s; }
    .c-sidemail.show .i-mail {
      visibility: hidden;
      height: 0;
      width: 0; }
  .c-sidemail .i-close {
    visibility: hidden;
    height: 0;
    width: 0; }
  .c-sidemail .i-mail {
    visibility: visible;
    width: 24px;
    height: 24px; }

.c-sidemail-content {
  display: none; }
  .c-sidemail-content.is-active {
    display: block; }

/* ==========
  #COOKIE
  ========== */
.c-cookie {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  padding: 2rem 0;
  z-index: 1000; }
  @media (min-width: 48em) {
    .c-cookie {
      padding: 2.5rem 0; } }

@media (min-width: 48em) {
  .c-cookie__main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start; } }

.c-cookie__main p {
  line-height: 1.5;
  margin: 0 0 1rem; }
  @media (min-width: 48em) {
    .c-cookie__main p {
      margin: 0 2.5rem 0 0; } }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* ==========
  #MODAL
  ========== */
.c-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  z-index: 1000; }
  .c-modal::-webkit-scrollbar {
    display: none; }

.c-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); }

.c-modal__main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  max-width: 960px;
  min-height: calc(100vh - (1.5rem * 2));
  padding: 0 1.875rem;
  margin: 1.5rem auto; }
  .c-modal__main:before {
    display: block;
    height: calc(100vh - (1.5rem * 2));
    content: ""; }
  .c-modal__main.life-album {
    max-width: unset; }
    .c-modal__main.life-album .c-modal__inner {
      width: 100%;
      margin: 0 auto;
      position: relative; }
      @media (min-width: 62em) {
        .c-modal__main.life-album .c-modal__inner {
          max-width: 960px; } }

.c-modal__content {
  position: relative;
  width: 100%;
  background: #ffffff;
  border-radius: 4px;
  padding: 2rem 1.875rem 2.5rem;
  border-radius: 10px; }

.c-modal__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  transition: transform 0.3s ease; }
  .c-modal__btn:before, .c-modal__btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 2px;
    background: #E60012;
    transition: background-color 0.3s ease; }
  .c-modal__btn:before {
    -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
  .c-modal__btn:after {
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
  @media (hover: hover), (-ms-high-contrast: none) {
    .c-modal__btn:hover {
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); } }

/* ==========
  #BUTTON
  ========== */
.c-btn {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 120px;
  padding: 7px 1.75rem;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  color: #E60012;
  box-shadow: 0 0 5px rgba(50, 50, 93, 0.1);
  transition: 0.2s;
  height: 50px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (hover: hover), (-ms-high-contrast: none) {
    .c-btn:hover {
      transition: 0.2s; }
      .c-btn:hover:before {
        transition: 0.2s; } }
  @media (min-width: 48em) {
    .c-btn {
      height: 60px; } }

.c-btn--default {
  color: #222;
  vertical-align: middle;
  background-color: transparent;
  transition: color 0.3s ease, background-color 0.3s ease;
  border: 2px solid #222; }
  @media (hover: hover), (-ms-high-contrast: none) {
    .c-btn--default:hover {
      background-color: transparent;
      border: 2px solid #E60012;
      transition: .2s;
      color: #E60012; } }

.c-btn--primary.c-btn--default {
  color: #ffffff;
  background: #E60012; }
  @media (hover: hover), (-ms-high-contrast: none) {
    .c-btn--primary.c-btn--default:hover {
      background: #cd0010; } }

.c-btn--w-line {
  color: #ffffff;
  border: 2px solid #ffffff; }
  @media (hover: hover), (-ms-high-contrast: none) {
    .c-btn--w-line:hover {
      color: #E60012;
      border: 2px solid #E60012; } }

/* ==========
  #BANNER
  ========== */
.c-banner {
  position: relative;
  height: inherit;
  overflow: hidden; }
  @media (min-width: 62em) {
    .c-banner {
      height: 25vw;
      max-height: 480px; } }
  @media (min-width: 62em) {
    .c-banner.service {
      height: 28.125vw;
      max-height: 540px; } }
  .c-banner.service .c-banner__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 100%;
    max-width: 90vw;
    padding: 0;
    text-align: center; }
    .c-banner.service .c-banner__content h1 {
      position: relative;
      color: #ffffff;
      margin: 0;
      font-family: "Oswald", "Noto Sans TC", sans-serif; }
      .c-banner.service .c-banner__content h1.text-inquiry:before {
        top: 90px; }
        @media (min-width: 48em) {
          .c-banner.service .c-banner__content h1.text-inquiry:before {
            top: 100px; } }
        @media (min-width: 62em) {
          .c-banner.service .c-banner__content h1.text-inquiry:before {
            top: 120px; } }
        @media (min-width: 80em) {
          .c-banner.service .c-banner__content h1.text-inquiry:before {
            top: 130px; } }
    .c-banner.service .c-banner__content p {
      color: #ffffff;
      font-size: 1rem; }
      @media (min-width: 48em) {
        .c-banner.service .c-banner__content p {
          font-size: 1.375rem; } }

.c-banner__media {
  position: relative; }
  @media (min-width: 62em) {
    .c-banner__media {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; } }
  .c-banner__media img {
    width: 100%; }
  .c-banner__media.noshadow:before {
    display: none; }
  .c-banner__media:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 66.67%;
    opacity: 0.7;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#222222+0,222222+100&amp;1+0,0+100 */
    background: linear-gradient(to bottom, #222222 0%, rgba(34, 34, 34, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.c-banner__content {
  padding: 45px; }
  @media (min-width: 62em) {
    .c-banner__content {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      width: 100%;
      max-width: 90vw;
      padding: 0; } }
  @media (min-width: 90em) {
    .c-banner__content {
      max-width: 80vw; } }
  .c-banner__content p {
    color: #666;
    line-height: 1.6;
    font-size: 1.25rem; }
    @media (min-width: 80em) {
      .c-banner__content p {
        font-size: 1.375rem; } }
  .c-banner__content h1 {
    font-size: 2rem;
    line-height: 1.2;
    font-family: "Oswald", "Noto Sans TC", sans-serif; }
    @media (min-width: 62em) {
      .c-banner__content h1 {
        font-size: 2.625rem; } }
  .c-banner__content p {
    margin-top: 20px; }
    @media (min-width: 62em) {
      .c-banner__content p {
        max-width: 400px; } }

.solution-ovalbum h1 {
  position: relative;
  color: #ffffff;
  margin: 0;
  font-family: "Oswald", "Noto Sans TC", sans-serif; }

.solution-ovalbum .swiper-pagination {
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  bottom: 0;
  width: 100%;
  position: absolute;
  z-index: 1; }

.solution-ovalbum .swiper-pagination-bullet {
  margin: 0 10px !important;
  border-radius: unset; }

.solution-ovalbum .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  background: #ffffff;
  opacity: 1;
  border: transparent;
  border-radius: 5px;
  opacity: 0.5; }

.solution-ovalbum .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  border: transparent;
  position: relative;
  border-radius: 5px;
  background: #E60012; }

.solution-ovalbum .swiper-container-horizontal
&gt; .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 0 7px; }

/* ==========
  #BREADCRUMB
  ========== */
.c-breadcrumb {
  position: relative;
  line-height: 1.5; }
  .c-breadcrumb ul {
    padding: 10px 0;
    margin: 0; }
  .c-breadcrumb li {
    font-size: 16px; }
    @media (min-width: 80em) {
      .c-breadcrumb li {
        font-size: 1.375rem; } }

.c-breadcrumb__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.5rem 0;
  white-space: nowrap;
  overflow-x: auto;
  margin: 0;
  list-style: none; }

.c-breadcrumb__item {
  color: #666666 !important; }
  .c-breadcrumb__item a {
    color: #666666 !important;
    transition: .2s; }
    .c-breadcrumb__item a:hover {
      color: #E60012 !important;
      transition: .2s; }
  .c-breadcrumb__item:first-child a {
    padding-left: 0; }
  .c-breadcrumb__item .c-breadcrumb__link:after,
  .c-breadcrumb__item .c-breadcrumb__text:after {
    content: "/";
    position: absolute;
    top: 0;
    right: -5px;
    width: 6px;
    height: 12px;
    color: #999; }
  .c-breadcrumb__item:last-child {
    color: #E60012; }
    .c-breadcrumb__item:last-child .c-breadcrumb__link:after {
      display: none !important; }
    @media (min-width: 48em) {
      .c-breadcrumb__item:last-child {
        padding-right: 0; }
        .c-breadcrumb__item:last-child .c-breadcrumb__link {
          padding-right: 0; } }

.c-breadcrumb__link {
  position: relative;
  display: block;
  padding: 0 0.75rem;
  transition: color 0.2s ease; }
  @media (hover: hover), (-ms-high-contrast: none) {
    .c-breadcrumb__link:hover {
      color: #E60012; } }
  .c-breadcrumb__link img {
    display: block; }

.c-breadcrumb__text {
  position: relative;
  display: block;
  padding: 0 1rem 0 0; }

/* ==========
  #HERO
  ========== */
.c-hero {
  position: relative; }

.c-hero__item {
  overflow: hidden; }

.c-hero__link {
  display: block;
  cursor: default; }
  .c-hero__link.withHand {
    cursor: pointer; }

.c-hero__media {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top; }
  .c-hero__media img {
    width: 100%; }
  @media (min-width: 62em) {
    .c-hero__media {
      background-image: none !important;
      background-image: transparent;
      height: 56.25vw; } }
  @media (min-width: 80em) {
    .c-hero__media {
      height: 100vh; } }

.c-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  -ms-transform: scale(1.1);
      transform: scale(1.1);
  transition: transform 5s linear; }
  .swiper-slide-active .c-hero__bg,
  .swiper-slide-duplicate-active .c-hero__bg {
    -ms-transform: scale(1);
        transform: scale(1); }
  @media (min-width: 62em) {
    .c-hero__bg {
      background-color: transparent; } }

.c-hero__content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 5%;
  z-index: 9;
  padding: 40px; }
  @media (min-width: 62em) {
    .c-hero__content {
      width: 90vw;
      padding: 0;
      bottom: unset;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      left: 5vw; } }

.c-hero__content--left {
  text-align: left; }

.c-hero__content--right {
  text-align: right; }
  @media (min-width: 62em) {
    .c-hero__content--right {
      text-align: right;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      left: unset;
      right: 5vw; } }
  @media (min-width: 90em) {
    .c-hero__content--right {
      right: 10vw; } }

.c-hero__content--white {
  color: #ffffff; }
  .c-hero__content--white h1 {
    color: #ffffff; }

.c-hero .swiper-pagination {
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  bottom: 0;
  width: 100%;
  position: absolute;
  z-index: 1; }
  @media (min-width: 62em) {
    .c-hero .swiper-pagination {
      display: none; } }

.c-hero .swiper-pagination-bullet {
  margin: 0 10px !important;
  border-radius: unset; }

.c-hero .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  background: #ffffff;
  opacity: 1;
  border: transparent;
  border-radius: 5px;
  opacity: 0.5; }

.c-hero .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  border: transparent;
  position: relative;
  border-radius: 5px; }

.c-hero .swiper-container-horizontal
&gt; .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 0 7px; }

.c-hero .swiper-btn-prev,
.c-hero .swiper-btn-next {
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  position: absolute;
  z-index: 9;
  display: none; }
  .c-hero .swiper-btn-prev:hover,
  .c-hero .swiper-btn-next:hover {
    opacity: 0.8; }

.c-hero .swiper-btn-prev {
  left: 20px; }
  @media (min-width: 90em) {
    .c-hero .swiper-btn-prev {
      left: 5%; } }

.c-hero .swiper-btn-next {
  right: 20px; }
  @media (min-width: 90em) {
    .c-hero .swiper-btn-next {
      right: 2.5%; } }

.c-hero__inner {
  width: 100%;
  -ms-transform: translateY(50%);
      transform: translateY(50%);
  opacity: 0;
  transition: transform 0.75s ease, opacity 0.75s ease;
  transition-delay: 0.6s; }
  @media (min-width: 62em) {
    .c-hero__inner {
      width: 50vw; } }
  @media (min-width: 80em) {
    .c-hero__inner {
      width: 46vw; } }
  .swiper-slide-active .c-hero__inner,
  .swiper-slide-duplicate-active .c-hero__inner {
    -ms-transform: translateY(0);
        transform: translateY(0);
    opacity: 1; }
  .c-hero__inner h1 {
    line-height: 110%;
    font-weight: 400; }
    @media (min-width: 48em) {
      .c-hero__inner h1 {
        font-size: 2.625rem; } }
    @media (min-width: 80em) {
      .c-hero__inner h1 {
        font-size: 72px; } }
  .c-hero__inner p {
    font-size: 16px; }
    @media (min-width: 48em) {
      .c-hero__inner p {
        font-size: 1.5rem; } }
    @media (min-width: 80em) {
      .c-hero__inner p {
        font-size: 1.5rem; } }

.swiper-btn-more {
  font-size: 0.8125rem;
  line-height: 1.25;
  min-width: 120px;
  padding: 0.5rem 1.5rem;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  transition: 0.5s;
  display: inline-block;
  -ms-transform: 0.5s;
      transform: 0.5s; }
  @media (min-width: 62em) {
    .swiper-btn-more {
      font-size: 1rem;
      padding: 0.7rem 2.25rem;
      background-color: #E60012;
      transition: 0.5s;
      border: 1px solid transparent; } }
  @media (hover: hover), (-ms-high-contrast: none) {
    .swiper-btn-more:hover {
      background-color: #720101;
      -ms-transform: 0.5s;
          transform: 0.5s;
      cursor: pointer; } }

/* ==========
  #PAGINATION
  ========== */
.c-pagination {
  position: relative; }

.c-pagination__main {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  font-size: 0.875rem; }
  @media (min-width: 48em) {
    .c-pagination__main {
      font-size: 16px; } }
  @media (min-width: 80em) {
    .c-pagination__main {
      font-size: 1.375rem; } }

.c-pagination__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 40px;
  height: 40px;
  transition: background-color 0.2s ease;
  position: relative;
  transition: 0.5s; }
  .c-pagination__btn:hover.next svg, .c-pagination__btn:hover.prev svg {
    transition: 0.5s; }
  .c-pagination__btn:hover.next svg {
    margin-left: 20px; }
  .c-pagination__btn:hover.prev svg {
    margin-right: 20px; }
  .c-pagination__btn.next, .c-pagination__btn.prev {
    width: 40px;
    height: 40px;
    cursor: pointer; }
    @media (min-width: 90em) {
      .c-pagination__btn.next, .c-pagination__btn.prev {
        width: 60px;
        height: 60px; } }
    .c-pagination__btn.next img, .c-pagination__btn.prev img {
      transition: 0.5s; }
  .c-pagination__btn a {
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (min-width: 90em) {
      .c-pagination__btn a {
        width: 60px;
        height: 60px; } }
  @media (min-width: 90em) {
    .c-pagination__btn {
      width: 60px;
      height: 60px; } }

.c-pagination__pages {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .c-pagination__pages a {
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    color: #222;
    border: 1px solid #E8E8E8;
    margin: 0 5px;
    transition: 0.2s;
    background-color: #F9F9F9; }
    @media (min-width: 90em) {
      .c-pagination__pages a {
        width: 60px;
        height: 60px; } }
    @media (hover: hover), (-ms-high-contrast: none) {
      .c-pagination__pages a:hover {
        color: #ffffff;
        background-color: #666;
        border: 1px solid transparent;
        transition: 0.2s; } }
    .c-pagination__pages a.is-active {
      color: #ffffff;
      background-color: #666;
      border: 1px solid transparent;
      transition: 0.2s; }

.c-table-responsive {
  overflow-x: auto !important; }

table {
  border-collapse: collapse; }
  table.table-average {
    table-layout: auto; }
  @media (min-width: 62em) {
    table.table-average {
      table-layout: fixed; } }
  table.with-link tr {
    position: relative; }
    table.with-link tr:before {
      content: "";
      left: 0;
      width: 3px;
      background-color: #E60012;
      height: 100%;
      position: absolute;
      top: 0;
      opacity: 0; }
    table.with-link tr:hover {
      background: #E0E0E0;
      cursor: pointer; }
      table.with-link tr:hover:before {
        opacity: 1; }
    table.with-link tr:first-child {
      background-color: #222222; }
      table.with-link tr:first-child:hover {
        cursor: default; }
        table.with-link tr:first-child:hover:before {
          opacity: 0; }
  table tr:first-child td {
    vertical-align: middle; }
  table td {
    padding: 10px;
    min-width: 150px;
    min-height: 60px;
    line-height: 1.5;
    vertical-align: top; }
    @media (min-width: 62em) {
      table td {
        padding: 13px 20px;
        min-width: unset; } }
  table tbody td {
    border-bottom: 1px solid #e0e0e0; }

table {
  border-collapse: collapse; }

.table-firstrow-fix td:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  overflow: hidden;
  background-color: #f6f6f6;
  z-index: 1; }

.table-average {
  table-layout: fixed; }

table {
  line-height: 1.5;
  border-top: 1px solid #ccc;
  width: 100%; }
  table.warranty-info {
    background-color: #f0f0f0; }
    table.warranty-info tbody tr td {
      display: block;
      min-height: unset; }
      table.warranty-info tbody tr td:not(:first-child) {
        padding-bottom: 30px; }
      table.warranty-info tbody tr td:nth-child(1) {
        background: #222;
        color: #ffffff; }
        @media (min-width: 36em) {
          table.warranty-info tbody tr td:nth-child(1) {
            width: 200px; } }
        @media (min-width: 62em) {
          table.warranty-info tbody tr td:nth-child(1) {
            width: 320px; } }
      @media (min-width: 36em) {
        table.warranty-info tbody tr td {
          display: table-cell;
          min-height: 60px; }
          table.warranty-info tbody tr td:not(:first-child) {
            padding-bottom: 10px; } }
      table.warranty-info tbody tr td a {
        color: #E60012;
        transition: 0.2s; }
        table.warranty-info tbody tr td a:hover {
          text-decoration: underline;
          transition: 0.2s; }
  table.warranty-gray {
    background-color: #f0f0f0; }
    table.warranty-gray tbody tr {
      border: 1px solid #e0e0e0; }
      table.warranty-gray tbody tr td {
        display: block;
        min-height: unset;
        border: transparent; }
        table.warranty-gray tbody tr td a {
          color: #E60012;
          transition: 0.2s; }
          table.warranty-gray tbody tr td a:hover {
            text-decoration: underline;
            transition: 0.2s; }

/* ==========
    #Layout
    ========== */
/* ==========
  #HEADER
  ========== */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 995;
  height: 90px; }
  .l-header.is-menu {
    background-color: #ffffff; }
    .l-header.is-menu .l-header__main .l-header__logo,
    .l-header.is-menu .l-header__main .l-nav-minor &gt; a, .l-header.is-menu .l-header__main .global-link {
      filter: unset;
      transition: 0.3s; }
    .l-header.is-menu .l-header__btn.is-over span {
      background-color: #222; }
  @media (min-width: 80em) {
    .l-header {
      height: 110px; } }

.l-header__main {
  width: 100%;
  height: 90px;
  background: #ffffff; }
  .l-header__main.head-nobg {
    background-color: transparent; }
    .l-header__main.head-nobg .l-header__btn span {
      background-color: #ffffff; }
    .l-header__main.head-nobg .l-header__logo,
    .l-header__main.head-nobg .l-nav-minor &gt; a, .l-header__main.head-nobg .global-link {
      filter: brightness(0) invert(1);
      transition: 0.3s; }
    .l-header__main.head-nobg .l-header__nav {
      background: transparent; }
    .l-header__main.head-nobg .l-nav__item:nth-of-type(8) .l-nav__link, .l-header__main.head-nobg .l-nav__item:nth-of-type(9) .l-nav__link, .l-header__main.head-nobg .l-nav__item:nth-of-type(10) .l-nav__link, .l-header__main.head-nobg .l-nav__item:nth-of-type(11) .l-nav__link {
      color: rgba(255, 255, 255, 0.7); }
      .l-header__main.head-nobg .l-nav__item:nth-of-type(8) .l-nav__link:hover, .l-header__main.head-nobg .l-nav__item:nth-of-type(9) .l-nav__link:hover, .l-header__main.head-nobg .l-nav__item:nth-of-type(10) .l-nav__link:hover, .l-header__main.head-nobg .l-nav__item:nth-of-type(11) .l-nav__link:hover {
        color: white; }
    .l-header__main.head-nobg .l-nav__link {
      color: #ffffff; }
      .l-header__main.head-nobg .l-nav__link:hover {
        color: rgba(255, 255, 255, 0.7); }
    .l-header__main.head-nobg.fixed {
      background-color: #ffffff;
      box-shadow: 0 20px 40px rgba(50, 50, 93, 0.1);
      opacity: 1; }
      .l-header__main.head-nobg.fixed .l-header__btn span {
        background-color: #222; }
      .l-header__main.head-nobg.fixed .l-header__logo,
      .l-header__main.head-nobg.fixed .l-nav-minor &gt; a, .l-header__main.head-nobg.fixed .global-link {
        filter: unset;
        transition: 0.2s; }
      .l-header__main.head-nobg.fixed .l-nav__item:nth-of-type(8) .l-nav__link, .l-header__main.head-nobg.fixed .l-nav__item:nth-of-type(9) .l-nav__link, .l-header__main.head-nobg.fixed .l-nav__item:nth-of-type(10) .l-nav__link, .l-header__main.head-nobg.fixed .l-nav__item:nth-of-type(11) .l-nav__link {
        color: #222222;
        transition: 0.2s; }
        .l-header__main.head-nobg.fixed .l-nav__item:nth-of-type(8) .l-nav__link:hover, .l-header__main.head-nobg.fixed .l-nav__item:nth-of-type(9) .l-nav__link:hover, .l-header__main.head-nobg.fixed .l-nav__item:nth-of-type(10) .l-nav__link:hover, .l-header__main.head-nobg.fixed .l-nav__item:nth-of-type(11) .l-nav__link:hover {
          color: #e60012;
          transition: 0.2s; }
      .l-header__main.head-nobg.fixed .l-nav__link {
        color: #222222;
        transition: 0.2s; }
        .l-header__main.head-nobg.fixed .l-nav__link:hover {
          color: #e60012;
          transition: 0.2s; }
  @media (min-width: 80em) {
    .l-header__main {
      height: 110px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-pack: justify;
          justify-content: space-between; } }

.l-header__logo {
  display: inline-block;
  left: 45px;
  position: absolute;
  margin-top: 25px;
  width: 112px;
  height: 40px;
  z-index: 1; }
  @media (min-width: 80em) {
    .l-header__logo {
      width: 140px;
      height: 51px;
      margin-top: 29.5px; } }
  @media (min-width: 80em) {
    .l-header__logo {
      position: relative;
      width: calc(14% - 45px);
      left: 0;
      margin-left: 45px; } }
  @media (min-width: 90em) {
    .l-header__logo {
      margin-left: 60px; } }

.l-header__btn {
  position: absolute;
  right: 25px;
  display: block;
  width: 60px;
  height: 60px;
  top: 12px;
  z-index: 1; }
  .l-header__btn a {
    width: 100%;
    height: 100%;
    display: inline-block; }
  @media (min-width: 80em) {
    .l-header__btn {
      display: none; } }
  .l-header__btn.is-over span {
    left: 33%; }
    .l-header__btn.is-over span:nth-child(1) {
      top: 48%;
      width: 24px;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    .l-header__btn.is-over span:nth-child(2) {
      -ms-transform: translateX(100%);
          transform: translateX(100%);
      opacity: 0;
      width: 20px; }
    .l-header__btn.is-over span:nth-child(3) {
      width: 24px;
      bottom: 48%;
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  .l-header__btn span {
    position: absolute;
    left: 28%;
    display: block;
    height: 2px;
    background: #222222;
    transition: all 0.3s ease;
    border-radius: 2px; }
    .l-header__btn span:nth-child(1) {
      top: 24px;
      width: 22px; }
    .l-header__btn span:nth-child(2) {
      top: 50%;
      width: 16px; }
    .l-header__btn span:nth-child(3) {
      bottom: 21px;
      width: 20px; }

.language-outer {
  display: none; }
  @media (min-width: 80em) {
    .language-outer {
      display: block;
      width: 45px; } }
  .language-outer div {
    display: none; }
  .language-outer:hover div {
    display: block;
    filter: none; }

footer {
  font-size: 1rem; }
  footer a {
    text-decoration: none;
    transition: .5s; }
    @media (hover: hover), (-ms-high-contrast: none) {
      footer a:hover {
        transition: .5s; } }
  @media (min-width: 90em) {
    footer {
      font-size: 1.375rem; } }

.footer-link a {
  margin-right: 40px; }
  .footer-link a:hover {
    color: #E60012;
    transition: .2s; }

.footer-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (min-width: 62em) {
    .footer-social {
      -ms-flex-pack: end;
          justify-content: end; } }
  .footer-social a {
    width: 30px;
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .footer-social a img {
      opacity: .55;
      filter: grayscale(100%);
      transition: .2s; }
    .footer-social a:hover img {
      filter: grayscale(0);
      opacity: 1;
      transition: .2s; }

.l-wrapper {
  width: calc(100% - 90px);
  margin: 0 auto; }
  @media (min-width: 80em) {
    .l-wrapper {
      max-width: 1152px; } }

.l-wrapper-large {
  width: calc(100% - 90px);
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 80em) {
    .l-wrapper-large {
      max-width: 90vw; } }

.l-wrapper-small {
  width: calc(100% - 90px);
  margin: 0 auto; }
  @media (min-width: 62em) {
    .l-wrapper-small {
      max-width: 700px; } }

/* ==========
  #NAV
  ========== */
.l-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  @media (min-width: 80em) {
    .l-nav {
      -ms-flex-pack: end;
          justify-content: end; } }

.l-nav__menu {
  display: none; }
  @media (min-width: 80em) {
    .l-nav__menu {
      display: block;
      width: calc(100% - 20%); } }

.l-header__nav {
  width: 100%; }
  @media (min-width: 48em) {
    .l-header__nav {
      -ms-flex-pack: center;
          justify-content: center;
      height: 90px;
      position: fixed;
      top: 0; } }
  @media (min-width: 80em) {
    .l-header__nav {
      height: 110px;
      position: relative;
      width: calc(100% - 200px);
      margin-left: 40px; } }
  @media (min-width: 85.375em) {
    .l-header__nav {
      width: calc(100% - 220px); } }
  @media (min-width: 112.5em) {
    .l-header__nav {
      width: calc(100% - 250px); } }

.l-nav__list {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.l-nav__item {
  position: relative;
  color: #000000; }
  @media (min-width: 80em) {
    .l-nav__item:nth-of-type(8) .l-nav__link, .l-nav__item:nth-of-type(9) .l-nav__link, .l-nav__item:nth-of-type(10) .l-nav__link, .l-nav__item:nth-of-type(11) .l-nav__link {
      font-size: 0.875rem;
      color: rgba(102, 102, 102, 0.7); }
    .l-nav__item .l-nav__link {
      position: relative;
      transition: 0.3s;
      font-size: 16px; }
    .l-nav__item:hover .l-nav__link {
      color: #E60012;
      transition: 0.3s; }
    .l-nav__item:hover .l-nav__dropdown {
      display: block; }
    .l-nav__item:hover .l-nav__dropdown2 {
      display: none; } }
  .l-nav__item .l-nav__dropdown2 {
    box-shadow: 0 20px 40px rgba(50, 50, 93, 0.1);
    background-color: #f0f0f0;
    z-index: 1;
    border-bottom: 3px solid #e0e0e0;
    display: none; }
    .l-nav__item .l-nav__dropdown2.is-active {
      display: block; }
    .l-nav__item .l-nav__dropdown2:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #ccc; }
  @media (min-width: 85.375em) {
    .l-nav__item .l-nav__link {
      font-size: 1.125rem; } }
  @media (min-width: 90em) {
    .l-nav__item:nth-of-type(8) {
      padding-left: 20px; }
    .l-nav__item:nth-of-type(8) .l-nav__link, .l-nav__item:nth-of-type(9) .l-nav__link, .l-nav__item:nth-of-type(10) .l-nav__link, .l-nav__item:nth-of-type(11) .l-nav__link {
      font-size: 1rem; } }
  @media (min-width: 100em) {
    .l-nav__item:nth-of-type(8) {
      padding-left: 20px; }
    .l-nav__item:nth-of-type(8) .l-nav__link, .l-nav__item:nth-of-type(9) .l-nav__link, .l-nav__item:nth-of-type(10) .l-nav__link, .l-nav__item:nth-of-type(11) .l-nav__link {
      font-size: 1rem; }
    .l-nav__item .l-nav__link {
      font-size: 1.25rem; } }
  @media (min-width: 116.25em) {
    .l-nav__item:nth-of-type(8) {
      padding-left: 40px; }
    .l-nav__item:nth-of-type(8) .l-nav__link, .l-nav__item:nth-of-type(9) .l-nav__link, .l-nav__item:nth-of-type(10) .l-nav__link, .l-nav__item:nth-of-type(11) .l-nav__link {
      font-size: 1.25rem; }
    .l-nav__item .l-nav__link {
      font-size: 1.5rem; } }

.l-nav__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 90px;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (min-width: 80em) {
    .l-nav__link {
      height: 110px; } }
  @media (min-width: 90em) {
    .l-nav__link {
      font-size: 1.125rem; } }
  .l-nav__link.is-active {
    color: #E60012; }

.l-nav__dropdown {
  display: none;
  transition: 0.3s;
  box-shadow: 0 20px 40px rgba(50, 50, 93, 0.1);
  background-color: #f0f0f0;
  z-index: 1;
  border-bottom: 3px solid #e0e0e0; }
  .l-nav__dropdown:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ccc; }
  .l-nav__dropdown ul {
    padding: 0; }

.l-nav__dropdown--default {
  position: fixed;
  top: 110px;
  left: 0;
  width: 100%;
  background-color: #f0f0f0; }
  .l-nav__dropdown--default:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -2;
    pointer-events: none; }

.l-nav-minor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  height: 60px;
  right: 80px;
  top: 15px; }
  @media (min-width: 48em) {
    .l-nav-minor {
      right: 80px; } }
  @media (min-width: 80em) {
    .l-nav-minor {
      top: 0;
      right: 0;
      position: relative;
      width: 90px;
      -ms-flex-align: center;
          align-items: center;
      margin-right: 40px;
      margin-left: 40px;
      height: 110px; } }
  @media (min-width: 90em) {
    .l-nav-minor {
      width: 120px; } }
  .l-nav-minor &gt; a {
    width: 40px;
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (min-width: 38.75em) {
      .l-nav-minor &gt; a {
        width: 50px; } }
    @media (min-width: 48em) {
      .l-nav-minor &gt; a {
        width: 45px;
        height: 60px; } }
    @media (min-width: 80em) {
      .l-nav-minor &gt; a {
        height: 110px; } }
    @media (min-width: 100em) {
      .l-nav-minor &gt; a {
        width: 60px; } }

/* ==========
    #MOBILE-NAV
    ========== */
.l-mobile-nav {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  height: calc(100% - 90px);
  background-color: #ffffff;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  transition: height 0.5s ease, top 0.5s ease, transform 0.3s ease;
  opacity: 0; }
  @media (min-width: 80em) {
    .l-mobile-nav {
      display: none; } }
  .l-mobile-nav.is-active {
    -ms-transform: translateX(0);
        transform: translateX(0);
    opacity: 1; }

.l-mobile-nav__list {
  height: calc(100% - 60px);
  overflow-y: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #f0f0f0; }
  .l-mobile-nav__list h4 {
    font-size: 16px;
    color: #222; }

.l-mobile-nav__item {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  position: relative; }
  .l-mobile-nav__item ul {
    display: none; }
  .l-mobile-nav__item.is-dropdown .l-mobile-nav__link h4 {
    position: relative; }
  .l-mobile-nav__item.hassub {
    position: relative; }
    .l-mobile-nav__item.hassub:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 40px;
      -ms-transform: translate(0, -50%) rotate(45deg);
      transform: translate(0, -50%) rotate(45deg);
      width: 8px;
      height: 8px;
      border-top: 2px solid #222;
      border-right: 2px solid #222; }

.l-mobile-nav__lan {
  width: 100%; }
  @media (max-width: 61.99em) {
    .l-mobile-nav__lan {
      width: 100%; } }
  @media (max-width: 61.99em) {
    .l-mobile-nav__lan ul {
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 48em) {
    .l-mobile-nav__lan ul {
      margin: 0.9375rem 0 0; } }
  .l-mobile-nav__lan li {
    -ms-flex: 1;
        flex: 1; }
    @media (min-width: 48em) {
      .l-mobile-nav__lan li:not(:last-child) {
        margin: 0 0 1.25rem; } }
    @media (max-width: 47.99em) {
      .l-mobile-nav__lan li.is-active a {
        background-color: #E60012;
        color: #ffffff; } }
  .l-mobile-nav__lan a {
    display: block;
    color: #E60012;
    background-color: #333333;
    padding: 1.875rem; }
    @media (min-width: 48em) {
      .l-mobile-nav__lan a {
        background-color: transparent;
        padding: 0; } }

.l-mobile-nav__link {
  display: block;
  border-bottom: none;
  padding: 0.5rem 15% 0.5rem 5%;
  position: relative;
  background-color: #f0f0f0;
  font-size: 1.375rem; }
  .l-mobile-nav__link.hassub:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    -ms-transform: translate(0, -50%) rotate(45deg);
        transform: translate(0, -50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #222;
    border-right: 2px solid #222; }
  @media (min-width: 48em) {
    .l-mobile-nav__link {
      padding: 1rem 50px; }
      .l-mobile-nav__link.hassub:after {
        right: 6%; } }

.l-mobile-nav__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  font-size: 16px; }
  .l-mobile-nav__panel ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .l-mobile-nav__panel .l-mobile-nav__header .ovlink {
    padding-right: 10%; }
  .l-mobile-nav__panel .l-mobile-nav__header.is-active .l-mobile-nav__collapse {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    transition: 0.2s; }
  .l-mobile-nav__panel.is-active {
    -ms-transform: translateX(0);
        transform: translateX(0); }
  .l-mobile-nav__panel a {
    display: inline-block;
    color: #333333;
    padding: 1rem 40px;
    width: 100%;
    font-size: 1.375rem; }
    @media (min-width: 48em) {
      .l-mobile-nav__panel a {
        padding: 1rem 50px; } }
  .l-mobile-nav__panel .l-mobile-nav__link {
    padding: 0 40px 10px 40px; }
    .l-mobile-nav__panel .l-mobile-nav__link:not(:last-child) {
      border: unset !important; }
    .l-mobile-nav__panel .l-mobile-nav__link:last-child {
      padding: 0 40px 1rem 40px; }
  .l-mobile-nav__panel .l-mobile-nav__panel-header {
    color: #ffffff;
    background-color: #333333;
    position: relative;
    padding: 1rem 40px;
    border: none; }
    @media (min-width: 48em) {
      .l-mobile-nav__panel .l-mobile-nav__panel-header {
        padding: 1rem 50px; } }
    .l-mobile-nav__panel .l-mobile-nav__panel-header:after {
      content: "";
      position: absolute;
      top: 20px;
      right: 40px;
      width: 26px;
      height: 26px;
      background: url(../img/icon/i-navi-back.svg) no-repeat left center;
      padding-left: 15px; }
      @media (min-width: 48em) {
        .l-mobile-nav__panel .l-mobile-nav__panel-header:after {
          right: 50px; } }

.l-mobile-nav__list ul {
  display: none;
  background-color: #f0f0f0;
  list-style: none;
  padding: 0; }

.l-mobile-nav__list a {
  display: block;
  padding: 1rem 40px;
  line-height: 130%; }

.l-mobile-nav__header {
  position: relative;
  background-color: #f0f0f0;
  font-weight: bold; }
  .l-mobile-nav__header .p-title {
    color: #222; }
  .l-mobile-nav__header.is-active .p-title {
    background-color: #63b2e2;
    color: #ffffff; }
  .l-mobile-nav__header.is-active .l-mobile-nav__collapse {
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    transition: 0.5s; }

.l-mobile-nav__collapse {
  position: absolute;
  top: 50%;
  right: 30px;
  -ms-transform: rotate(0);
      transform: rotate(0);
  width: 24px;
  height: 24px;
  background: url(../img/icon/i-navi-arrow-down.svg) no-repeat center center;
  margin-top: -12px;
  transition: 0.2s; }

.l-mobile-nav-lv2__link {
  position: relative; }
  .l-mobile-nav-lv2__link a {
    width: 80%; }
  .l-mobile-nav-lv2__link.w-full a {
    width: 100%; }

.l-mobile-nav-lv2__link__collapse {
  position: absolute;
  right: 25px;
  top: 15px;
  width: 30px;
  height: 30px;
  display: block; }
  .l-mobile-nav-lv2__link__collapse:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #222;
    border-right: 2px solid #222; }

.l-mobile-nav__lang {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 2.5rem 1.875rem 1.25rem; }
  .l-mobile-nav__lang li {
    position: relative; }
    .l-mobile-nav__lang li:not(:last-child):after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      width: 1px;
      height: 12px;
      background: #666666; }
  .l-mobile-nav__lang a {
    display: block;
    color: #666666;
    padding: 0 1rem; }
    .l-mobile-nav__lang a.is-active {
      color: #E60012; }

.l-mobile-nav__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 0 3rem; }
  .l-mobile-nav__social li:not(:last-child) {
    margin: 0 1rem 0 0; }

.l-nav__dropdown--single {
  position: absolute;
  left: 0;
  width: 280px;
  background: #f5f5f5; }
  .l-nav__dropdown--single a {
    display: block;
    color: #333333;
    padding: 18px 20px;
    position: relative;
    line-height: 145%; }
    .l-nav__dropdown--single a:before {
      content: "";
      position: absolute;
      right: 5%;
      background: url(../img/icon/i-navi-arrow.svg) no-repeat right 50%;
      width: 8px;
      height: 14px;
      margin-top: -7px;
      top: 50%;
      filter: grayscale(1);
      opacity: 0.7;
      transition: 0.2s; }
    @media (hover: hover), (-ms-high-contrast: none) {
      .l-nav__dropdown--single a:hover {
        color: #E60012; }
        .l-nav__dropdown--single a:hover:before {
          filter: grayscale(0);
          opacity: 1;
          transition: 0.2s; } }
    .l-nav__dropdown--single a.is-active {
      color: #E60012; }
  .l-nav__dropdown--single li {
    list-style: none;
    border-bottom: 1px solid #e8e8e8; }
    .l-nav__dropdown--single li:last-child {
      border-bottom: 1px solid transparent; }

.search-input {
  display: none;
  width: 100%;
  position: fixed;
  top: 70px;
  left: 0;
  height: 60px;
  background-color: #ffffff;
  padding: 10px 0 10px 20px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-top: 1px solid #eee; }
  @media (min-width: 62em) {
    .search-input {
      width: 200px;
      height: 70px;
      position: absolute;
      left: unset;
      right: 0;
      top: 0;
      z-index: 1;
      transition: 0.5s;
      border: none;
      padding: 0;
      -ms-flex-align: center;
          align-items: center; } }
  .search-input.is-active {
    display: -ms-flexbox;
    display: flex;
    right: 71px;
    transition: 0.5s; }
    @media (min-width: 62em) {
      .search-input.is-active input:focus {
        border-bottom: 1px solid #E60012;
        width: calc(100% - 60px); } }
  .search-input input {
    height: 40px; }

.search-now {
  background: url(../img/icon/i-search.svg) no-repeat center center;
  display: inline-block;
  width: 60px; }
  @media (min-width: 62em) {
    .search-now {
      width: 70px; } }
  .search-now.is-active {
    background: url(../img/icon/i-search-x.svg) no-repeat center center; }

.i-search-b {
  background: url(../img/icon/i-search-b.svg) no-repeat center center;
  width: 70px;
  display: inline-block;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0; }
  .i-search-b:hover {
    background: url(../img/icon/i-search.svg) no-repeat center center; }
  @media (min-width: 62em) {
    .i-search-b {
      height: 70px; } }

.offhover {
  pointer-events: none; }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(../img/font/OpenSans-Light.ttf) format("truetype"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(../img/font/OpenSans-Regular.ttf) format("truetype"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(../img/font/OpenSans-Bold.ttf) format("truetype"); }

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../img/font/Oswald-Regular.ttf) format("truetype"); }

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../img/font/Oswald-Medium.ttf) format("truetype"); }

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../img/font/Oswald-Bold.ttf) format("truetype"); }

/* Noto Serif  */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(../img/font/NotoSansTC-Light.ttf) format("truetype"); }

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(../img/font/NotoSansTC-Medium.ttf) format("truetype"); }

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(../img/font/NotoSansTC-Regular.ttf) format("truetype"); }

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(../img/font/NotoSansTC-SemiBold.ttf) format("truetype"); }

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(../img/font/NotoSansTC-Bold.ttf) format("truetype"); }

/* ==========
    #Page
    ========== */
.p-mouse-line-outer {
  position: absolute; }
  .p-mouse-line-outer .p-mouse-line {
    left: 12.5px;
    top: 60px;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    display: inline-block;
    position: absolute;
    animation: heroMouseLine 1.8s infinite ease-in-out; }

@keyframes introNav {
  0% {
    transform: scaleX(0); }
  100% {
    transform: scaleX(1); } }

@keyframes heroMouseLine {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

.ind-new-comming .swiper-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .ind-new-comming .swiper-wrapper .swiper-slide {
    height: unset; }

.ind-new-each {
  position: relative;
  background-color: #f0f0f0;
  border: 1px solid #e8e8e8;
  padding: 40px;
  overflow: hidden;
  height: 100%; }
  .ind-new-each img {
    mix-blend-mode: multiply; }
  .ind-new-each:hover .text-outer {
    left: 0;
    transition: 0.3s;
    opacity: 1; }
  .ind-new-each .text-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    left: -105%;
    transition: 0.3s;
    background-color: rgba(34, 34, 34, 0.85);
    padding: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    overflow: hidden;
    opacity: 0; }

.ind-sellnow-outer .swiper-btn-prev,
.ind-sellnow-outer .swiper-btn-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 60px;
  height: 60px; }

.ind-sellnow-outer .swiper-btn-prev {
  left: 0;
  background: url(../img/icon/i-prev-circle.svg) no-repeat left top;
  box-shadow: -2px 2px 4px rgba(50, 50, 93, 0.2);
  border-radius: 30px; }
  .ind-sellnow-outer .swiper-btn-prev:hover {
    background: url(../img/icon/i-prev-circle-ov.svg) no-repeat left top; }

.ind-sellnow-outer .swiper-btn-next {
  right: 0;
  background: url(../img/icon/i-next-circle.svg) no-repeat left top;
  box-shadow: -2px 2px 4px rgba(50, 50, 93, 0.2);
  border-radius: 30px; }
  .ind-sellnow-outer .swiper-btn-next:hover {
    background: url(../img/icon/i-next-circle-ov.svg) no-repeat left top; }

.ind-sellnow-outer h4 {
  font-family: "Oswald", "Noto Sans TC", sans-serif; }

.ind-sellnow-outer .swiper-slide {
  box-shadow: -2px 2px 4px rgba(50, 50, 93, 0.2); }

.default-dot {
  padding: 0;
  margin: 0; }
  .default-dot li {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 120%;
    color: #666666;
    position: relative; }
    .default-dot li:before {
      content: "";
      width: 6px;
      height: 6px;
      background-color: #E60012;
      position: absolute;
      left: 5px;
      top: 5px;
      display: inline-block;
      border-radius: 3px; }
    .default-dot li.title {
      padding-left: 0;
      margin-bottom: 20px;
      font-size: 1.375rem;
      color: #222222; }
      .default-dot li.title:before {
        display: none; }

.ind-good-outer .swiper-btn-prev,
.ind-good-outer .swiper-btn-next {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 60px;
  height: 60px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.ind-good-outer .swiper-btn-prev {
  background: url(../img/icon/i-prev-circle.svg) no-repeat left top;
  box-shadow: -2px 2px 4px rgba(50, 50, 93, 0.2);
  border-radius: 30px;
  left: 20px; }
  .ind-good-outer .swiper-btn-prev:hover {
    background: url(../img/icon/i-prev-circle-ov.svg) no-repeat left top; }
  @media (min-width: 48em) {
    .ind-good-outer .swiper-btn-prev {
      left: calc(33.3333% - 50px); } }
  @media (min-width: 62em) {
    .ind-good-outer .swiper-btn-prev {
      left: calc(33.3333% - 30px); } }

.ind-good-outer .swiper-btn-next {
  background: url(../img/icon/i-next-circle.svg) no-repeat left top;
  box-shadow: -2px 2px 4px rgba(50, 50, 93, 0.2);
  border-radius: 30px;
  right: 20px; }
  @media (min-width: 48em) {
    .ind-good-outer .swiper-btn-next {
      right: calc(33.3333% - 50px); } }
  @media (min-width: 62em) {
    .ind-good-outer .swiper-btn-next {
      right: calc(33.3333% - 30px); } }
  .ind-good-outer .swiper-btn-next:hover {
    background: url(../img/icon/i-next-circle-ov.svg) no-repeat left top; }

.ind-good-outer .each .pic {
  margin-right: 20px; }
  .ind-good-outer .each .pic img {
    filter: grayscale(1);
    display: inline-block !important;
    transition: 0.2s;
    opacity: 0.5; }

.ind-good-outer .each svg {
  margin-left: 10px; }

.ind-good-outer .each:hover {
  -ms-transform: translateY(-10px);
      transform: translateY(-10px);
  transition: 0.2s; }
  .ind-good-outer .each:hover .fs-en,
  .ind-good-outer .each:hover p {
    color: #E60012; }
  .ind-good-outer .each:hover path {
    fill: #E60012;
    margin-left: 10px;
    transition: 0.2s; }
  .ind-good-outer .each:hover svg {
    margin-left: 20px; }
  .ind-good-outer .each:hover .pic img {
    filter: grayscale(0);
    opacity: 1; }

.ind-good-outer ul {
  padding: 0;
  margin: 0; }

.ind-good-outer li {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.ind-solutions-outer .swiper-pagination {
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  bottom: 0;
  width: 100%;
  position: absolute;
  z-index: 1; }
  @media (min-width: 62em) {
    .ind-solutions-outer .swiper-pagination {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: start;
      position: absolute;
      top: 50%;
      left: 0;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      width: 70px;
      background: #ffffff;
      overflow: hidden;
      height: 100%; }
      .ind-solutions-outer .swiper-pagination:before, .ind-solutions-outer .swiper-pagination:after {
        position: absolute;
        content: "";
        height: 30%;
        left: 10px;
        width: 1px;
        background: #ccc; }
      .ind-solutions-outer .swiper-pagination:before {
        top: 0%; }
      .ind-solutions-outer .swiper-pagination:after {
        bottom: 0%; } }

.ind-solutions-outer .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  background: #999;
  opacity: 1;
  border: transparent;
  border-radius: 4px;
  text-indent: -9999em;
  color: #222;
  font-family: "Open Sans";
  margin: 0 8px;
  cursor: pointer; }
  @media (min-width: 62em) {
    .ind-solutions-outer .swiper-pagination-bullet {
      text-indent: unset;
      background-color: transparent;
      margin: 0 0 30px 0; } }
  @media (min-width: 62em) and (min-width: 62em) {
    .ind-solutions-outer .swiper-pagination-bullet:before {
      content: "";
      position: absolute;
      left: 30px;
      top: 13px;
      width: 10px;
      background-color: #222;
      transition: 0.3s;
      height: 1px; } }
  @media (min-width: 62em) and (min-width: 80em) {
    .ind-solutions-outer .swiper-pagination-bullet:before {
      top: 17px; } }
  @media (min-width: 90em) {
    .ind-solutions-outer .swiper-pagination-bullet {
      font-size: 18px; } }

.ind-solutions-outer .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  border: transparent;
  position: relative;
  border-radius: 4px;
  background-color: #E60012;
  opacity: 1;
  color: #E60012; }
  @media (min-width: 62em) {
    .ind-solutions-outer .swiper-pagination-bullet-active {
      background-color: transparent; }
      .ind-solutions-outer .swiper-pagination-bullet-active:before {
        width: 30px;
        background-color: #E60012;
        transition: 0.3s; } }
  @media (min-width: 80em) {
    .ind-solutions-outer .swiper-pagination-bullet-active:before {
      width: 40px; } }

.decorative-line {
  position: relative; }
  .decorative-line:before, .decorative-line:after {
    position: absolute;
    content: "";
    top: 50%;
    width: 30%;
    height: 1px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    background-color: #ccc;
    z-index: 0; }
    @media (min-width: 48em) {
      .decorative-line:before, .decorative-line:after {
        width: 40%; } }
    @media (min-width: 62em) {
      .decorative-line:before, .decorative-line:after {
        width: 45.5%; } }
  .decorative-line:before {
    left: 0; }
  .decorative-line:after {
    right: 0; }
  .decorative-line span {
    padding: 10px 40px;
    position: relative;
    z-index: 1; }

.ind-industry-outer .swiper-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  bottom: -40px;
  width: 100%;
  height: 20px;
  position: absolute;
  z-index: 1;
  line-height: 110%;
  background-color: #f0f0f0; }
  @media (min-width: 62em) {
    .ind-industry-outer .swiper-pagination {
      bottom: 0;
      -ms-flex-pack: start;
          justify-content: flex-start;
      width: auto; } }

.ind-industry-outer .swiper-pagination-bullet {
  position: relative;
  margin: 0 8px;
  width: 8px;
  height: 8px;
  background: #999;
  opacity: 1;
  border: transparent;
  border-radius: 4px;
  text-indent: -9999em;
  color: #222;
  font-family: "Open Sans";
  cursor: pointer; }
  @media (min-width: 62em) {
    .ind-industry-outer .swiper-pagination-bullet {
      text-indent: unset;
      background-color: transparent;
      margin: 0 40px 0 0; } }
  @media (min-width: 90em) {
    .ind-industry-outer .swiper-pagination-bullet {
      font-size: 18px; } }

.ind-industry-outer .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  border: transparent;
  position: relative;
  border-radius: 4px;
  background-color: #E60012;
  opacity: 1;
  color: #E60012; }
  @media (min-width: 62em) {
    .ind-industry-outer .swiper-pagination-bullet-active {
      background-color: transparent; } }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0; }

main {
  margin-top: 90px; }
  @media (min-width: 80em) {
    main {
      margin-top: 110px; } }

.page-content {
  position: relative; }

#map_canvas {
  min-height: 540px; }
  @media (min-width: 62em) {
    #map_canvas {
      min-height: 620px; } }
  @media (min-width: 80em) {
    #map_canvas {
      min-height: 640px; } }

@media (min-width: 48em) {
  .contact-map .video-container {
    padding-bottom: 30%; } }

.grecaptcha-badge {
  display: none; }

.overwidth {
  position: relative;
  padding: 80px 0; }
  .overwidth:before {
    content: "";
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 100vw !important;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background-size: cover;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat; }

.history-outer {
  content: ""; }

.history-each {
  margin-bottom: 2rem; }
  @media (min-width: 48em) {
    .history-each:nth-child(even) {
      margin-left: 50%; } }
  .history-each:nth-child(even) ul {
    padding: 0 0 0 50px; }
  .history-each:nth-child(even) li {
    padding-left: 20px; }
    .history-each:nth-child(even) li:before {
      left: 0; }
  .history-each:nth-child(even) h3 {
    padding-left: 40px; }
    .history-each:nth-child(even) h3:before {
      left: -8px; }
    .history-each:nth-child(even) h3:after {
      left: 0;
      width: 30px; }
  .history-each:nth-child(odd) h3 {
    padding-left: 40px; }
    .history-each:nth-child(odd) h3:before {
      left: -5px; }
    .history-each:nth-child(odd) h3:after {
      left: 0; }
    @media (min-width: 48em) {
      .history-each:nth-child(odd) h3 {
        padding-left: 0;
        padding-right: 50px;
        text-align: right; }
        .history-each:nth-child(odd) h3:before {
          right: -8px;
          left: unset; }
        .history-each:nth-child(odd) h3:after {
          right: 0;
          left: unset; } }
  .history-each:nth-child(odd) ul {
    padding: 0 0 0 50px; }
    @media (min-width: 48em) {
      .history-each:nth-child(odd) ul {
        padding: 0 50px 0 0; } }
  .history-each:nth-child(odd) li {
    padding-left: 20px; }
    .history-each:nth-child(odd) li:before {
      left: 0; }
    @media (min-width: 48em) {
      .history-each:nth-child(odd) li {
        text-align: right;
        padding-left: 0;
        padding-right: 20px; }
        .history-each:nth-child(odd) li:before {
          left: unset;
          right: 0; } }
  @media (min-width: 48em) {
    .history-each {
      width: 50%;
      margin: 0; } }
  .history-each h3 {
    position: relative;
    font-family: "Oswald", "Noto Sans TC", sans-serif;
    font-weight: lighter;
    margin-bottom: 0.5rem; }
    @media (min-width: 48em) {
      .history-each h3 {
        margin-bottom: 0;
        font-size: 2.625rem; } }
    .history-each h3:before, .history-each h3:after {
      content: "";
      top: 50%;
      position: absolute;
      display: inline-block; }
    .history-each h3:before {
      border: 3px solid #E60012;
      width: 16px;
      height: 16px;
      margin-top: -8px;
      border-radius: 8px;
      background-color: #ffffff;
      z-index: 1; }
    .history-each h3:after {
      width: 40px;
      height: 1px;
      background-color: #ccc; }
  .history-each ul {
    margin: 0;
    padding: 30px 0; }
  .history-each li {
    list-style: none;
    margin-bottom: 0.5rem;
    position: relative; }
    .history-each li:before {
      content: "";
      width: 5px;
      height: 5px;
      border-radius: 2.5px;
      background-color: #C8161D;
      position: absolute;
      top: 10px; }
      @media (min-width: 48em) {
        .history-each li:before {
          width: 9px;
          height: 9px;
          border-radius: 4.5px;
          top: 12px; } }
      @media (min-width: 62em) {
        .history-each li:before {
          top: 20px; } }

.p-list-outer.list .p-list-each {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  margin-left: 0 !important;
  padding: 30px; }
  .p-list-outer.list .p-list-each .des {
    display: block; }
  .p-list-outer.list .p-list-each ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -0.5rem; }
  .p-list-outer.list .p-list-each li {
    margin-bottom: 0.5rem; }

.p-list-outer.list div:nth-of-type(1) {
  width: 160px;
  border-right: 1px solid #ccc;
  padding-right: 30px;
  margin-right: 30px; }

.p-list-outer.list div:nth-of-type(2) {
  width: calc(100% - 310px);
  text-align: left; }
  .p-list-outer.list div:nth-of-type(2) h4 {
    margin-bottom: 10px; }
  .p-list-outer.list div:nth-of-type(2) .des {
    margin-bottom: 20px; }

.p-list-outer.list div:nth-of-type(3) {
  width: 150px; }

@media (min-width: 36em) {
  .p-list-outer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (min-width: 48em) {
  .p-list-outer {
    -ms-flex-pack: start;
        justify-content: flex-start; } }

.p-list-outer .p-list-each {
  margin-bottom: 26px; }
  @media (min-width: 36em) {
    .p-list-outer .p-list-each {
      width: calc(calc(100% - 26px) / 2); } }
  @media (min-width: 48em) {
    .p-list-outer .p-list-each {
      width: calc(calc(100% - 52px) / 3);
      margin-left: 26px; }
      .p-list-outer .p-list-each:nth-child(3n + 1) {
        margin-left: 0; } }
  @media (min-width: 100em) {
    .p-list-outer .p-list-each {
      width: calc(calc(100% - 78px) / 4);
      margin-left: 26px; }
      .p-list-outer .p-list-each:nth-child(3n + 1) {
        margin-left: 26px; }
      .p-list-outer .p-list-each:nth-child(4n + 1) {
        margin-left: 0; } }

.p-list-each {
  background-color: #f9f9f9;
  padding: 30px;
  text-align: center;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }
  .p-list-each:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    border: 1px solid #e8e8e8;
    transition: 0.2s; }
  .p-list-each:hover:before {
    border: 2px solid #E60012;
    transition: 0.2s; }
  @media (min-width: 48em) {
    .p-list-each {
      padding: 1.5rem 1rem; } }
  @media (min-width: 62em) {
    .p-list-each {
      padding: 35px; } }
  .p-list-each ul {
    padding: 0;
    margin: 0;
    display: none;
    -ms-flex-direction: row;
        flex-direction: row; }
  .p-list-each li {
    border: 1px solid #ccc;
    padding: 4px 20px;
    border-radius: 20px;
    margin-right: 5px;
    list-style: none;
    line-height: 110%;
    font-size: 1.375rem; }
  .p-list-each h4 {
    font-family: "Oswald", "Noto Sans TC", sans-serif;
    font-weight: 300;
    line-height: 1.285;
    margin-bottom: 20px;
    font-size: 1.75rem; }
  .p-list-each .des {
    color: #E60012;
    display: none; }
  .p-list-each .p-state {
    border: 1px solid #e34c52;
    padding: 2px 20px;
    border-radius: 20px;
    line-height: 110%;
    display: inline-block;
    color: #e34c52;
    font-size: 1.375rem; }

.p-type-info {
  padding: 0;
  margin: 0; }
  .p-type-info ul {
    padding: 20px 0;
    margin: 0; }
    .p-type-info ul li {
      list-style: none;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      display: none;
      padding-left: 20px;
      position: relative; }
      .p-type-info ul li:before {
        position: absolute;
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 4px;
        background-color: #c8161d;
        left: 0;
        top: 10px; }
        @media (min-width: 80em) {
          .p-type-info ul li:before {
            top: 20px; } }
      .p-type-info ul li:nth-child(-n + 3) {
        display: -ms-flexbox;
        display: flex; }
    .p-type-info ul.showall li {
      display: -ms-flexbox;
      display: flex; }

.switch-tab {
  position: relative;
  font-size: 1.25rem;
  cursor: pointer; }
  @media (min-width: 48em) {
    .switch-tab {
      font-size: 1.5rem; } }
  @media (min-width: 62em) {
    .switch-tab {
      font-size: 1.75rem; } }
  .switch-tab:before, .switch-tab:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block; }
  .switch-tab:before {
    width: 100%;
    height: 1px;
    background-color: #e0e0e0; }
  .switch-tab:after {
    background-color: #E60012;
    height: 3px;
    width: 0;
    bottom: -2px; }
  .switch-tab.is-active, .switch-tab:hover {
    color: #E60012; }
    .switch-tab.is-active:after, .switch-tab:hover:after {
      width: 100%;
      transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1); }

.switch-content {
  padding: 30px 0;
  height: 0;
  visibility: hidden; }
  .switch-content.is-active {
    height: initial;
    visibility: visible; }
  @media (min-width: 48em) {
    .switch-content {
      padding: 50px 0; } }
  @media (min-width: 80em) {
    .switch-content {
      padding-top: 100px; } }

.p-detail-info {
  padding: 0;
  margin: 0; }
  .p-detail-info li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 0; }

.p-spec-outer {
  position: relative; }
  .p-spec-outer:before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: -5px;
    background-color: #222; }
  .p-spec-outer ul {
    padding: 0;
    margin: 0; }
  .p-spec-outer li {
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid #cccccc; }
  .p-spec-outer span {
    width: 50%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center; }
    .p-spec-outer span:nth-child(1) {
      font-size: 0.8125rem;
      color: #666; }
      @media (min-width: 48em) {
        .p-spec-outer span:nth-child(1) {
          width: 25%; } }
    @media (min-width: 48em) {
      .p-spec-outer span:nth-child(2) {
        width: 75%; } }

.p-album-outer {
  position: relative; }
  .p-album-outer .swiper-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .p-album-outer .swiper-pagination {
    position: absolute;
    right: 30px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
    z-index: 2; }
    @media (min-width: 90em) {
      .p-album-outer .swiper-pagination {
        right: 50px; } }
  .p-album-outer .swiper-pagination-bullet {
    margin: 7.5px 0;
    background-color: #ffffff;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    opacity: 0.5;
    display: inline-block; }
    .p-album-outer .swiper-pagination-bullet.swiper-pagination-bullet-active {
      opacity: 1;
      background-color: #E60012; }

@keyframes introNav {
  0% {
    transform: scaleX(0); }
  100% {
    transform: scaleX(1); } }

.sell-form {
  border-bottom: 3px solid #222;
  padding-bottom: 20px; }
  @media (min-width: 48em) {
    .sell-form {
      padding-bottom: 40px; } }
  @media (min-width: 48em) {
    .sell-form .each {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-align: center;
          align-items: center; } }
  .sell-form .each div {
    width: 100%;
    display: block; }
    .sell-form .each div:nth-of-type(1) {
      margin-bottom: 5px; }
      @media (min-width: 48em) {
        .sell-form .each div:nth-of-type(1) {
          width: calc(100% - 504px);
          margin-bottom: 0;
          padding-top: 7px; } }
      @media (min-width: 62em) {
        .sell-form .each div:nth-of-type(1) {
          width: 30%;
          padding-top: 0;
          margin-bottom: 0; } }
    @media (min-width: 48em) {
      .sell-form .each div:nth-of-type(2) {
        width: 504px; } }
    @media (min-width: 62em) {
      .sell-form .each div:nth-of-type(2) {
        width: 70%; } }
    @media (min-width: 62em) {
      .sell-form .each div.add-title {
        width: calc(100% - 808px); } }
    @media (min-width: 80em) {
      .sell-form .each div.add-title {
        width: calc(100% - 820px); } }
    @media (min-width: 48em) {
      .sell-form .each div.address {
        width: 504px; } }
    @media (min-width: 62em) {
      .sell-form .each div.address {
        width: 802px; } }
    @media (min-width: 80em) {
      .sell-form .each div.address {
        width: 820px; } }

.inquiry-outer {
  box-shadow: 0 2px 4px rgba(50, 50, 93, 0.4);
  display: block;
  margin-bottom: 20px;
  background: #ffffff; }
  @media (min-width: 48em) {
    .inquiry-outer {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  @media (min-width: 48em) {
    .inquiry-outer .pic {
      width: 255px; }
      .inquiry-outer .pic img {
        opacity: 1; } }
  .inquiry-outer .pic.soldout {
    position: relative; }
    .inquiry-outer .pic.soldout:before, .inquiry-outer .pic.soldout:after {
      position: absolute;
      left: 50%;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      content: "";
      width: 80px;
      height: 80px;
      border-radius: 40px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      opacity: 1; }
    .inquiry-outer .pic.soldout::before {
      z-index: 1;
      background-color: #222; }
    .inquiry-outer .pic.soldout::after {
      z-index: 2;
      color: #ffffff;
      content: "已售出"; }
    .inquiry-outer .pic.soldout img {
      opacity: 0.6; }
  .inquiry-outer .info {
    padding: 20px 40px;
    display: block;
    text-align: center;
    position: relative; }
    @media (min-width: 48em) {
      .inquiry-outer .info {
        width: calc(100% - 255px);
        text-align: left; } }
  .inquiry-outer p,
  .inquiry-outer h4 {
    line-height: 1.25; }
  .inquiry-outer h4 {
    font-family: "Oswald", "Noto Sans TC", sans-serif; }
    .inquiry-outer h4:hover {
      color: #E60012;
      cursor: pointer; }
  .inquiry-outer .item-delete {
    position: relative;
    right: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 50px;
    margin-top: 20px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    cursor: pointer; }
    .inquiry-outer .item-delete:hover {
      color: #E60012;
      transition: 0.2s; }
    @media (min-width: 48em) {
      .inquiry-outer .item-delete {
        margin-top: 0;
        position: absolute;
        right: 40px;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }

.p-detail-table {
  border-collapse: separate; }
  .p-detail-table thead td {
    border-top: 2px solid #222;
    border-bottom: 1px solid #222; }
    .p-detail-table thead td:first-child {
      position: -webkit-sticky;
      position: sticky;
      left: 0;
      z-index: 1;
      background-color: #ffffff;
      font-weight: bold; }
      @media (min-width: 48em) {
        .p-detail-table thead td:first-child {
          padding-left: 20px; } }
  .p-detail-table tbody tr {
    border-bottom: 1px solid #e0e0e0; }
    .p-detail-table tbody tr:last-child {
      border-bottom: 1px solid #222; }
      .p-detail-table tbody tr:last-child td {
        border-bottom: 1px solid #222; }
    .p-detail-table tbody tr:first-child {
      border-top: 1px solid #222; }
      .p-detail-table tbody tr:first-child td {
        background-color: #222; }
        .p-detail-table tbody tr:first-child td:first-child {
          background-color: #222;
          color: #ffffff; }
  .p-detail-table tbody td {
    padding: 10px;
    position: relative; }
    @media (min-width: 48em) {
      .p-detail-table tbody td {
        padding: 10px 20px; } }
    .p-detail-table tbody td:nth-of-type(1) {
      font-weight: bold; }
    .p-detail-table tbody td:first-child {
      position: -webkit-sticky;
      position: sticky;
      left: 0;
      background-color: #ffffff;
      z-index: 1;
      border-bottom: 1px solid #e0e0e0; }
    .p-detail-table tbody td.black {
      background-color: #222; }

.after-service-table td:first-child {
  background-color: #222222;
  color: #ffffff;
  width: 25%;
  font-weight: bold; }

.after-service-table tr {
  border-bottom: 1px solid #ccc; }

.after-service-table td {
  padding: 10px;
  background-color: #f0f0f0;
  line-height: 1.4545; }
  @media (min-width: 48em) {
    .after-service-table td {
      padding: 15px 20px; } }
  .after-service-table td a {
    color: #E60012; }

.p-compare-nav {
  background-color: #e8e8e8;
  position: fixed;
  bottom: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  -ms-transform: translateY(50px);
      transform: translateY(50px);
  transition: 0.5s; }
  .p-compare-nav.is-active {
    opacity: 0;
    visibility: hidden; }
    @media (min-width: 48em) {
      .p-compare-nav.is-active {
        opacity: 1;
        visibility: visible;
        -ms-transform: translateY(0);
            transform: translateY(0);
        transition: 0.5s; } }
  @media (min-width: 48em) {
    .p-compare-nav {
      height: 100px; } }
  @media (min-width: 80em) {
    .p-compare-nav {
      height: 120px; } }
  .p-compare-nav .tabs {
    width: 90vw;
    margin: 0 auto;
    -ms-flex-align: center;
        align-items: center; }
    @media (min-width: 80em) {
      .p-compare-nav .tabs {
        width: 80vw; } }
  .p-compare-nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0; }
    @media (min-width: 48em) {
      .p-compare-nav ul {
        height: 100%; } }
  .p-compare-nav li {
    font-size: 16px;
    line-height: 1.25;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    width: 21.25%; }
    .p-compare-nav li:first-child {
      width: 15%; }
    .p-compare-nav li:last-child {
      margin-right: 0; }
    @media (min-width: 80em) {
      .p-compare-nav li {
        margin-right: 30px;
        width: 20%; } }
    @media (min-width: 90em) {
      .p-compare-nav li {
        margin-right: 40px; } }
  @media (min-width: 48em) {
    .p-compare-nav h5 {
      font-size: 1rem; } }
  .p-compare-nav h5,
  .p-compare-nav p {
    line-height: 1.125; }
  .p-compare-nav p {
    color: #666; }
  .p-compare-nav .compare-close {
    position: absolute;
    right: -40px;
    width: 40px;
    height: 40px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    transition: 0.2s;
    -ms-transform: rotate(0);
        transform: rotate(0);
    cursor: pointer; }
    .p-compare-nav .compare-close:hover {
      transition: 0.2s;
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.p-compare-close {
  position: absolute;
  right: 0;
  top: 10px;
  width: 24px;
  height: 24px;
  display: inline-block;
  cursor: pointer;
  transition: 0.2s;
  -ms-transform: rotate(0);
      transform: rotate(0); }
  @media (min-width: 90em) {
    .p-compare-close {
      width: 40px;
      height: 40px;
      right: 10px;
      top: 10px; } }
  .p-compare-close:hover {
    transition: 0.2s;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg); }

.p-mb-filter-outer {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: 0.5s;
  visibility: hidden;
  z-index: 998;
  overflow-x: hidden;
  overflow-y: auto; }
  @media (min-width: 80em) {
    .p-mb-filter-outer {
      position: relative;
      overflow: hidden;
      z-index: 0;
      background-color: unset;
      -ms-transform: translateX(0);
          transform: translateX(0);
      visibility: visible;
      opacity: 1;
      height: auto; } }
  .p-mb-filter-outer.is-active {
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: 0.5s; }

.p-mb-filter-header {
  background-color: #222;
  padding-left: 40px;
  height: 60px;
  font-size: 1.375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #ffffff; }
  @media (min-width: 80em) {
    .p-mb-filter-header {
      display: none; } }

.p-mb-filter-close {
  width: 60px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #222;
  position: absolute;
  right: 20px;
  top: 0; }
  .p-mb-filter-close img {
    filter: brightness(0) invert(1); }

.p-mb-area-search {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: 0.5s;
  visibility: hidden;
  z-index: 998;
  overflow-x: hidden;
  overflow-y: auto; }
  @media (min-width: 80em) {
    .p-mb-area-search {
      position: relative;
      overflow: hidden;
      z-index: 0;
      background-color: unset;
      -ms-transform: translateY(0);
          transform: translateY(0);
      visibility: visible;
      opacity: 1; } }
  .p-mb-area-search.is-active {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: 0.5s; }

.edit-wrap ul {
  padding: 0; }

.edit-wrap li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px; }
  .edit-wrap li::marker {
    display: none;
    content: ""; }
  .edit-wrap li:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    left: 5px;
    top: 10px;
    display: inline-block;
    background-color: #E60012; }

.edit-wrap h1,
.edit-wrap h2,
.edit-wrap h3,
.edit-wrap h4 {
  font-weight: bold; }

.p-table-outer {
  margin-bottom: 2rem; }

.p-product-photo {
  position: relative; }
  .p-product-photo .swiper-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    top: 35%;
    width: 80px;
    height: 80px;
    background: rgba(230, 0, 18, 0.8);
    transition: background-color 0.3s ease;
    z-index: 9; }
    @media (min-width: 48em) {
      .p-product-photo .swiper-btn {
        top: 30%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; } }
    @media (min-width: 62em) {
      .p-product-photo .swiper-btn {
        top: 35%; } }
    .p-product-photo .swiper-btn:focus {
      outline: none; }
    @media (hover: hover), (-ms-high-contrast: none) {
      .p-product-photo .swiper-btn:hover {
        background: #e60012; }
        .p-product-photo .swiper-btn:hover svg {
          stroke: #ffffff; } }
    .p-product-photo .swiper-btn svg {
      stroke: #ffffff;
      transition: stroke 0.3s ease; }
  @media (min-width: 80em) {
    .p-product-photo {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .p-product-photo .hide {
    visibility: hidden; }
  .p-product-photo .swiper-button-prev,
  .p-product-photo .swiper-button-next {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 6%;
    z-index: 1;
    filter: grayscale(100%);
    transition: 0.2s; }
    @media (min-width: 26.25em) {
      .p-product-photo .swiper-button-prev,
      .p-product-photo .swiper-button-next {
        bottom: 8%; } }
    @media (min-width: 38.75em) {
      .p-product-photo .swiper-button-prev,
      .p-product-photo .swiper-button-next {
        bottom: 5%; } }
    @media (min-width: 48em) {
      .p-product-photo .swiper-button-prev,
      .p-product-photo .swiper-button-next {
        bottom: 4%; } }
    @media (min-width: 80em) {
      .p-product-photo .swiper-button-prev,
      .p-product-photo .swiper-button-next {
        bottom: unset; } }
    .p-product-photo .swiper-button-prev:hover,
    .p-product-photo .swiper-button-next:hover {
      filter: grayscale(0);
      transition: 0.2s; }
  .p-product-photo .swiper-button-next {
    background: url(../img/icon/i-p-album-next.svg) no-repeat right center;
    right: 5px; }
    @media (min-width: 80em) {
      .p-product-photo .swiper-button-next {
        background: url(../img/icon/i-p-album-down.svg) no-repeat center bottom;
        right: 25px;
        bottom: 0; } }
    @media (min-width: 100em) {
      .p-product-photo .swiper-button-next {
        bottom: 10%; } }
  .p-product-photo .swiper-button-prev {
    background: url(../img/icon/i-p-album-prev.svg) no-repeat left center;
    left: 5px; }
    @media (min-width: 80em) {
      .p-product-photo .swiper-button-prev {
        background: url(../img/icon/i-p-album-up.svg) no-repeat center top;
        left: unset;
        right: 25px;
        top: 0; } }
    @media (min-width: 100em) {
      .p-product-photo .swiper-button-prev {
        top: 10%; } }
  .p-product-photo .mySwiper {
    display: block;
    width: calc(100% - 80px);
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px; }
    @media (min-width: 48em) {
      .p-product-photo .mySwiper {
        width: calc(100% - 200px); } }
    @media (min-width: 62em) {
      .p-product-photo .mySwiper {
        width: calc(100% - 80px); } }
    @media (min-width: 80em) {
      .p-product-photo .mySwiper {
        display: -ms-flexbox;
        display: flex;
        margin: unset;
        position: absolute !important;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        width: 80px;
        box-sizing: border-box;
        height: 350px;
        right: 0; } }
    @media (min-width: 90em) {
      .p-product-photo .mySwiper {
        height: 400px; } }
    @media (min-width: 93.75em) {
      .p-product-photo .mySwiper {
        height: 450px; } }
    .p-product-photo .mySwiper .swiper-slide {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .p-product-photo .mySwiper .swiper-slide:hover img {
        border: 1px solid #E60012;
        transition: 0.5s; }
      .p-product-photo .mySwiper .swiper-slide img {
        border: 1px solid #e0e0e0;
        transition: 0.5s;
        max-width: 100%;
        height: 100%; }
    .p-product-photo .mySwiper .swiper-slide-thumb-active {
      filter: grayscale(0);
      transition: 0.2s; }
      .p-product-photo .mySwiper .swiper-slide-thumb-active img {
        border: 1px solid #E60012;
        transition: 0.5s; }
  .p-product-photo .mySwiper2 {
    position: relative;
    overflow: hidden; }
    .p-product-photo .mySwiper2 .swiper-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    .p-product-photo .mySwiper2 .swiper-slide {
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
    @media (min-width: 80em) {
      .p-product-photo .mySwiper2 {
        width: calc(100% - 100px); } }

.p-btn {
  color: #222222;
  transition: 0.2s;
  border-radius: 25px;
  border: 1px solid #cccccc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 50px;
  stroke: #222; }
  .p-btn:hover, .p-btn.is-active {
    background-color: #222;
    transition: 0.2s;
    border: 1px solid transparent;
    color: #ffffff;
    stroke: #ffffff; }
    .p-btn:hover path, .p-btn.is-active path {
      background-color: #ffffff; }
  .p-btn svg path {
    background-color: #222; }

input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
  /* @apply w-6 h-6 appearance-none pointer-events-auto; */ }

.select-outer .p-input-outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 10px 20px 10px;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .select-outer .p-input-outer input {
    height: 50px;
    border: 1px solid #ccc;
    width: 45%;
    padding-left: 20px; }
    .select-outer .p-input-outer input:focus {
      border: 1px solid #E60012; }

.select-outer #input-select,
.select-outer #input-number {
  padding: 7px;
  margin: 15px 5px 5px; }

.select-outer .noUi-horizontal .noUi-tooltip {
  color: #E60012;
  font-size: 13px;
  bottom: -30px;
  font-weight: bold;
  border: none;
  background-color: transparent; }

.select-outer .noUi-handle {
  width: 12px;
  height: 12px;
  background-color: #E60012;
  border-radius: 6px;
  box-shadow: none;
  border: 1px solid transparent;
  right: -6px;
  top: -6px; }
  .select-outer .noUi-handle:before, .select-outer .noUi-handle:after {
    display: none; }

.select-outer .noUi-target {
  height: 3px;
  background-color: #ccc;
  border: unset;
  margin-left: 30px;
  margin-right: 30px; }

.select-outer .noUi-connect {
  background-color: #E60012; }

.p-sort-list__collapse {
  background: url(../img/icon/i-navi-arrow-down.svg) no-repeat center center;
  position: absolute;
  right: 40px;
  width: 16px;
  height: 16px;
  transition: 0.2s;
  content: "";
  top: 25px;
  display: inline-block; }
  @media (min-width: 62em) {
    .p-sort-list__collapse {
      top: 20px; } }
  @media (min-width: 80em) {
    .p-sort-list__collapse {
      right: 13px; } }

.filter-outer {
  background: url(../img/icon/i-dashed.svg) repeat-x left bottom;
  padding: 10px 0;
  position: relative; }
  .filter-outer:before {
    position: absolute;
    right: 10px;
    top: 15px;
    display: inline-block;
    width: 16px;
    height: 16px;
    transition: 0.2s;
    content: ""; }
  .filter-outer ul {
    padding: 0;
    margin: 0;
    opacity: 0;
    height: 0;
    visibility: hidden;
    transition: 0.5s; }
  .filter-outer li {
    list-style: none;
    margin-bottom: 10px; }
  .filter-outer.is-active ul {
    opacity: 1;
    height: inherit;
    visibility: visible;
    transition: 0.5s;
    padding: 10px 0 30px 0; }
  .filter-outer.is-active:before {
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    transition: 0.2s; }

.mb-filter-style-outer {
  height: calc(100% - 60px);
  margin: 0;
  padding: 0;
  overflow-y: auto;
  list-style: none; }
  @media (min-width: 80em) {
    .mb-filter-style-outer {
      height: unset;
      overflow: hidden;
      margin: 0 0 20px 0; } }
  @media (min-width: 80em) {
    .mb-filter-style-outer .l-mobile-filter__item {
      visibility: hidden;
      height: 0; }
      .mb-filter-style-outer .l-mobile-filter__item:nth-child(-n + 5) {
        visibility: inherit;
        display: -ms-flexbox;
        display: flex;
        height: inherit; } }
  @media (min-width: 80em) {
    .mb-filter-style-outer.showall .l-mobile-filter__item {
      display: -ms-flexbox;
      display: flex;
      visibility: visible;
      height: inherit; } }

.login-searchbg {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: url(../img/page/login-searchbg-mb.jpg) no-repeat left top;
  background-size: cover;
  padding: 50px; }
  @media (min-width: 62em) {
    .login-searchbg {
      padding: 20px;
      min-height: 200px;
      background: url(../img/page/login-searchbg.jpg) no-repeat left top;
      background-size: cover; } }
  .login-searchbg:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5); }
  .login-searchbg .textbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 1;
    color: #ffffff;
    text-align: center; }
    .login-searchbg .textbox h5 {
      font-size: 20px; }
      @media (min-width: 80em) {
        .login-searchbg .textbox h5 {
          font-size: 24px; } }

.mb-filter-footer-outer {
  padding: 0 40px;
  background-color: #ffffff; }
  @media (min-width: 80em) {
    .mb-filter-footer-outer {
      padding: 40px 0 0 0;
      display: none; } }

.p-sort-list__header {
  position: relative;
  display: block;
  padding: 1rem 40px 1rem 40px; }
  @media (min-width: 62em) {
    .p-sort-list__header {
      padding: 10px 40px 10px 20px; } }
  .p-sort-list__header a {
    font-weight: bold; }
  .p-sort-list__header.is-active .p-sort-list__collapse {
    transition: 0.2s;
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }

.filter-item-outer {
  margin: 0;
  padding: 0 20px 20px 20px;
  position: relative; }
  .filter-item-outer li {
    list-style: none;
    margin-bottom: 20px;
    font-size: 1.375rem;
    position: relative;
    line-height: 1.2;
    padding-left: 10px; }
    .filter-item-outer li.hasthird:after {
      content: "";
      position: absolute;
      right: 20px;
      top: 6px;
      width: 16px;
      height: 16px;
      display: inline-block;
      background: url(../img/icon/i-navi-arrow-next.svg) no-repeat center center; }
    .filter-item-outer li.title-red {
      color: #E60012; }
      .filter-item-outer li.title-red:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 3px;
        height: 100%;
        display: inline-block;
        background-color: #E60012; }
    .filter-item-outer li.is-active, .filter-item-outer li:hover {
      color: #E60012; }
      .filter-item-outer li.is-active:before, .filter-item-outer li:hover:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 3px;
        height: 100%;
        display: inline-block;
        background-color: #E60012; }
      .filter-item-outer li.is-active .prod-sidenavi-outer, .filter-item-outer li:hover .prod-sidenavi-outer {
        display: block; }

.p-sort-list__item {
  border: 1px solid #e0e0e0;
  background-color: #f0f0f0;
  margin-bottom: 5px;
  font-size: 1.375rem; }
  .p-sort-list__item ul {
    display: none; }
  .p-sort-list__item.is-active ul {
    display: block; }

.p-sort-list {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: height 0.5s ease, top 0.5s ease, transform 0.3s ease;
  opacity: 0; }

.i-hand-move {
  position: absolute;
  width: 50px;
  height: 50px;
  display: inline-block;
  z-index: 2;
  background: url(../img/icon/i-hand-2.svg) no-repeat left top;
  background-size: cover;
  left: 0;
  bottom: 20px; }
  @media (min-width: 48em) {
    .i-hand-move {
      display: none; } }
  .i-hand-move:before, .i-hand-move:after {
    width: 50px;
    height: 50px;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    display: inline-block;
    background-size: cover; }
  .i-hand-move:before {
    animation: right-left 0.8s infinite;
    background: url(../img/icon/i-hand-1.svg) no-repeat left top; }
  .i-hand-move:after {
    animation: left-right 0.8s infinite;
    background: url(../img/icon/i-hand-3.svg) no-repeat left top; }

@keyframes right-left {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-7px); }
  100% {
    transform: translateX(0); } }

@keyframes left-right {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(7px); }
  100% {
    transform: translateX(0); } }

.p-list-anchor {
  padding-top: 3rem;
  /* 此數值為Navbar高度 */
  margin-top: -3rem; }

.l-mobile-filter__collapse {
  background: url(../img/icon/i-navi-arrow-down.svg) no-repeat center center;
  position: absolute;
  right: 40px;
  width: 16px;
  height: 16px;
  transition: 0.2s;
  content: "";
  top: 25px;
  display: inline-block; }
  @media (min-width: 80em) {
    .l-mobile-filter__collapse {
      right: 20px;
      display: none; } }

.l-mobile-filter__header {
  position: relative;
  display: block;
  padding: 1rem 40px 1rem 40px; }
  @media (min-width: 80em) {
    .l-mobile-filter__header {
      padding: 15px 20px;
      line-height: 1.2; } }
  .l-mobile-filter__header a {
    font-weight: bold; }
    @media (min-width: 80em) {
      .l-mobile-filter__header a {
        font-weight: 400; } }
  .l-mobile-filter__header.is-active .l-mobile-filter__collapse {
    transition: 0.2s;
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }

.l-mobile-filter__item {
  border-bottom: 1px solid #e0e0e0;
  background-color: #f0f0f0;
  font-size: 1.375rem; }
  @media (min-width: 80em) {
    .l-mobile-filter__item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .l-mobile-filter__item:first-child {
        border-top: 1px solid #e0e0e0; } }
  .l-mobile-filter__item ul {
    display: none; }
    @media (min-width: 80em) {
      .l-mobile-filter__item ul {
        width: calc(100% - 200px);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-align: center;
            align-items: center; } }
  @media (min-width: 80em) {
    .l-mobile-filter__item .l-mobile-filter__header {
      width: 270px; } }

.l-mobile-filter {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: height 0.5s ease, top 0.5s ease, transform 0.3s ease;
  opacity: 0; }
  @media (min-width: 80em) {
    .l-mobile-filter {
      height: auto; } }

.l-mobile-filter-content {
  margin: 0;
  padding: 0 20px 20px 30px;
  position: relative; }
  @media (min-width: 80em) {
    .l-mobile-filter-content {
      padding: 15px 20px 0px 10px;
      background-color: #ffffff; } }
  .l-mobile-filter-content li {
    list-style: none;
    margin-bottom: 20px;
    font-size: 1.375rem;
    position: relative;
    line-height: 1.2;
    padding-left: 10px;
    font-size: 1.375rem; }
    .l-mobile-filter-content li.is-active, .l-mobile-filter-content li:hover {
      color: #E60012; }
    @media (min-width: 80em) {
      .l-mobile-filter-content li {
        margin-bottom: 15px;
        margin-right: 20px; } }

.p-style-tab {
  display: none;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  @media (min-width: 80em) {
    .p-style-tab {
      display: -ms-flexbox;
      display: flex; } }
  .p-style-tab a {
    margin-right: 30px; }
    .p-style-tab a img {
      opacity: 0.5;
      transition: 0.2s; }
    .p-style-tab a.is-active img, .p-style-tab a:hover img {
      opacity: 1;
      transition: 0.2s; }

.show-more {
  display: -ms-flexbox;
  display: flex;
  line-height: 1.1; }
  .show-more img {
    transition: 0.2s;
    -ms-transform: rotate(0);
        transform: rotate(0); }
  .show-more:hover {
    color: #E60012; }
    .show-more:hover img {
      transition: 0.2s; }

.prod-sidenavi-outer {
  position: relative;
  display: none; }
  .prod-sidenavi-outer.open {
    display: block; }

.sidenavi__levels-box {
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #cccccc;
  position: relative;
  background-color: #f9f9f9; }
  .sidenavi__levels-box ol {
    padding: 0;
    margin: 0;
    cursor: pointer; }
  .sidenavi__levels-box li {
    list-style: none;
    display: block;
    position: relative;
    background-color: #f9f9f9;
    color: #222;
    transition: 0.2s;
    margin-bottom: 0; }
    .sidenavi__levels-box li.is-active, .sidenavi__levels-box li:hover {
      color: #E60012;
      background-color: #e8e8e8; }
      .sidenavi__levels-box li.is-active:before, .sidenavi__levels-box li:hover:before {
        display: none; }
    .sidenavi__levels-box li a {
      padding: 15px 20px;
      display: block; }

.sidenavi__levels-3-box {
  width: 20vw;
  display: inline-block; }
  .sidenavi__levels-3-box.hassub {
    display: -ms-flexbox;
    display: flex; }
  .sidenavi__levels-3-box &gt; li {
    position: relative; }

.sidenavi__levels-4-box {
  width: 18.75vw;
  display: none;
  position: relative; }
  .sidenavi__levels-4-box.hassub {
    display: -ms-flexbox;
    display: flex; }
  .sidenavi__levels-4-box:before {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e0e0e0;
    pointer-events: none;
    z-index: 2;
    display: block; }
  .sidenavi__levels-4-box ol {
    display: none; }
    .sidenavi__levels-4-box ol.is-active {
      display: block; }
  .sidenavi__levels-4-box &gt; li {
    position: relative; }

.sidenavi__levels-5-box {
  width: 18.75vw;
  display: none;
  position: relative; }
  .sidenavi__levels-5-box.hassub {
    display: -ms-flexbox;
    display: flex; }
  .sidenavi__levels-5-box:before {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e0e0e0;
    pointer-events: none;
    z-index: 2;
    display: block; }
  .sidenavi__levels-5-box ol {
    display: none; }
    .sidenavi__levels-5-box ol.is-active {
      display: block;
      overflow-y: auto; }

.parent {
  scrollbar-x-position: top;
  /*either top or bottom, default is bottom or dir based*/
  scrollbar-y-position: left;
  /*either left or right, default is right or dir based*/ }

.scrollbar-wrapper1,
.scrollbar-wrapper2 {
  overflow-x: auto; }

.scrollbar-wrapper1 {
  height: 20px; }

.scrollbar-box1 {
  height: 20px; }

.p-mem-inquiry-outer ul {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }
  .p-mem-inquiry-outer ul.p-mem-inquiry-header {
    border-bottom: 3px solid #222;
    display: none; }
    @media (min-width: 62em) {
      .p-mem-inquiry-outer ul.p-mem-inquiry-header {
        display: -ms-flexbox;
        display: flex; } }
    .p-mem-inquiry-outer ul.p-mem-inquiry-header li {
      padding-bottom: 20px;
      font-size: 20px; }
      @media (min-width: 62em) {
        .p-mem-inquiry-outer ul.p-mem-inquiry-header li {
          padding-bottom: 0; } }
  .p-mem-inquiry-outer ul:nth-of-type(2) {
    border-top: 3px solid #222; }
    @media (min-width: 62em) {
      .p-mem-inquiry-outer ul:nth-of-type(2) {
        border-top: 3px solid transparent; } }
  .p-mem-inquiry-outer ul:last-child:before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #222;
    position: absolute;
    left: 0;
    bottom: -5px;
    display: inline-block; }
  @media (min-width: 48em) {
    .p-mem-inquiry-outer ul {
      -ms-flex-direction: row;
          flex-direction: row; } }
  @media (min-width: 62em) {
    .p-mem-inquiry-outer ul {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.p-mem-inquiry-outer li {
  list-style: none;
  text-align: left;
  padding: 5px 10px 20px 0;
  position: relative;
  line-height: 1.25; }
  .p-mem-inquiry-outer li:before {
    content: attr(data-name);
    position: relative;
    color: #999;
    display: block;
    font-size: 0.8125rem;
    margin-bottom: 5px; }
  .p-mem-inquiry-outer li:last-child {
    padding-bottom: 0; }
  @media (min-width: 48em) {
    .p-mem-inquiry-outer li {
      width: 50%; } }
  @media (min-width: 62em) {
    .p-mem-inquiry-outer li {
      padding: 0; }
      .p-mem-inquiry-outer li:last-child {
        padding-bottom: 10px; }
      .p-mem-inquiry-outer li:before {
        display: none; }
      .p-mem-inquiry-outer li:nth-of-type(1) {
        width: 15%; }
      .p-mem-inquiry-outer li:nth-of-type(2) {
        width: 15%; }
      .p-mem-inquiry-outer li:nth-of-type(3) {
        width: 35%; }
      .p-mem-inquiry-outer li:nth-of-type(4) {
        width: 35%; } }

.p-mem-inquiry-outer a {
  color: #E60012;
  text-decoration: none; }
  .p-mem-inquiry-outer a:hover {
    text-decoration: underline; }

@media (min-width: 62em) {
  .p-mem-inquiry-outer.m-download li:nth-of-type(3) {
    width: 55%; }
  .p-mem-inquiry-outer.m-download li:nth-of-type(4) {
    width: 15%; } }

ul.nostyle {
  padding: 0;
  margin: 0; }
  ul.nostyle li {
    list-style: none; }

.p-service-navi-outer ul {
  display: block;
  padding: 0; }
  @media (min-width: 80em) {
    .p-service-navi-outer ul {
      display: none; } }

.p-service-navi {
  display: none; }
  .p-service-navi a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1;
        flex: 1;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    transition: 0.5s; }
    .p-service-navi a:before {
      content: "";
      width: 0;
      height: 3px;
      background-color: #E60012;
      bottom: -3px;
      left: 0;
      position: absolute; }
    .p-service-navi a img {
      display: inline-block;
      max-width: 60px;
      margin-bottom: 1rem; }
    .p-service-navi a p {
      line-height: 1.2; }
    .p-service-navi a.is-active:before, .p-service-navi a:hover:before {
      transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
      width: 100%; }
  @media (min-width: 80em) {
    .p-service-navi {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      border-bottom: 1px solid #E0E0E0;
      height: 150px; } }
  @media (min-width: 90em) {
    .p-service-navi {
      padding: 0 6.5%; } }

.interests-outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 36em) {
    .interests-outer {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .interests-outer .each {
    margin-bottom: 1rem; }
    @media (min-width: 36em) {
      .interests-outer .each {
        margin-right: 40px; } }
    @media (min-width: 48em) {
      .interests-outer .each {
        margin-right: 60px; } }
  .interests-outer .c-form__radio {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media (min-width: 48em) {
      .interests-outer .c-form__radio {
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  .interests-outer .c-form__checkbox-text {
    white-space: nowrap; }

.service-flow-tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 730px;
  margin: 0 auto;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .service-flow-tab a {
    position: relative;
    width: calc(calc(100% - 10px) / 2);
    height: 60px;
    background-color: #f9f9f9;
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    font-size: 1.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (min-width: 48em) {
      .service-flow-tab a {
        height: 80px;
        border-radius: 40px;
        font-size: 1.75rem; } }
    .service-flow-tab a:before {
      display: none; }
    .service-flow-tab a:after {
      position: absolute;
      content: "";
      border: 3px solid #E60012;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      background-color: transparent;
      border-radius: 30px; }
      @media (min-width: 48em) {
        .service-flow-tab a:after {
          border-radius: 40px; } }
    .service-flow-tab a.is-active, .service-flow-tab a:hover {
      background: #f9f9f9;
      color: #222222; }
      .service-flow-tab a.is-active:after, .service-flow-tab a:hover:after {
        opacity: 1; }

.service-flow-outer {
  display: none; }
  .service-flow-outer.show {
    display: block; }

.toggle .pro-item {
  display: none;
  background: #f0f0f0;
  padding: 0;
  margin: 0; }
  .toggle .pro-item.is-active {
    display: block; }
    .toggle .pro-item.is-active .icon-a:before {
      opacity: 1;
      transition: 0.2s; }
  .toggle .pro-item .faq-msg-outer {
    position: relative;
    overflow: hidden;
    line-height: 1.5;
    min-height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch; }
  .toggle .pro-item .faq-msg-content {
    padding: 15px 20px;
    width: calc(100% - 60px); }
  .toggle .pro-item .icon-a {
    width: 60px;
    color: #ffffff;
    font-family: "Oswald", "Noto Sans TC", sans-serif;
    z-index: 1;
    font-weight: 300;
    font-size: 1.375rem;
    padding-top: 10px;
    text-align: center;
    position: relative; }
    .toggle .pro-item .icon-a:before, .toggle .pro-item .icon-a:after {
      position: absolute;
      content: ""; }
    .toggle .pro-item .icon-a:after {
      background-color: #E60012;
      width: 60px;
      height: 100%;
      left: 0;
      top: 0;
      z-index: -1; }
    .toggle .pro-item .icon-a:before {
      right: 0;
      top: 25px;
      margin-top: -5px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 10px 5px 0;
      border-color: transparent #e8e8e8 transparent transparent;
      opacity: 0;
      transition: 0.2s; }

.toggle-title {
  position: relative;
  background-color: #e8e8e8;
  border-bottom: 1px solid #ccc;
  display: block; }
  .toggle-title h5 {
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch; }
    .toggle-title h5 span {
      padding: 10px;
      display: inline-block;
      box-sizing: border-box;
      line-height: 1.45;
      font-size: 1rem; }
      @media (min-width: 62em) {
        .toggle-title h5 span {
          padding: 10px 20px;
          font-size: 1.375rem; } }
      .toggle-title h5 span:nth-of-type(1) {
        width: 60px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        font-weight: 300; }
        @media (min-width: 62em) {
          .toggle-title h5 span:nth-of-type(1) {
            width: 60px;
            min-height: 60px; } }
      .toggle-title h5 span:nth-of-type(2) {
        width: calc(100% - 60px); }
        @media (min-width: 62em) {
          .toggle-title h5 span:nth-of-type(2) {
            width: calc(100% - 60px); } }
    .toggle-title h5 .no {
      color: #ffffff;
      font-family: "Oswald", "Noto Sans TC", sans-serif;
      z-index: 1;
      font-weight: lighter;
      position: relative; }
      .toggle-title h5 .no:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        background: #222222;
        display: inline-block;
        z-index: -1;
        width: 60px; }
      .toggle-title h5 .no:before {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 10px 5px 0;
        border-color: transparent #e8e8e8 transparent transparent;
        opacity: 0;
        transition: 0.2s; }
      @media (min-width: 62em) {
        .toggle-title h5 .no:after {
          width: 60px; } }
  .toggle-title.active {
    display: block; }
    .toggle-title.active .no:before {
      opacity: 1;
      transition: 0.2s; }

.ir-subnavi {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 30px; }
  @media (min-width: 48em) {
    .ir-subnavi {
      margin-bottom: 60px; } }
  .ir-subnavi ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0;
    margin: 0;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (min-width: 48em) {
      .ir-subnavi ul {
        padding: 0 5%; } }
  .ir-subnavi li {
    position: relative;
    font-size: 1.25rem;
    cursor: pointer;
    list-style: none;
    padding-bottom: 10px;
    text-align: center;
    -ms-flex: 1;
        flex: 1;
    max-width: 256px;
    padding-bottom: 30px; }
    .ir-subnavi li:after {
      background-color: #E60012;
      height: 3px;
      width: 0;
      bottom: -2px;
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      display: inline-block; }
    .ir-subnavi li.is-active, .ir-subnavi li:hover {
      font-weight: bold; }
      .ir-subnavi li.is-active:after, .ir-subnavi li:hover:after {
        width: 100%;
        transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1); }
    @media (min-width: 48em) {
      .ir-subnavi li {
        text-align: center;
        font-size: 1.5rem; } }
    @media (min-width: 62em) {
      .ir-subnavi li {
        font-size: 1.75rem; } }

.ir-slash {
  background-image: url(../../img/icon/i-ir-slash.svg);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat; }

.ir-table tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-bottom: 30px;
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 20px; }
  .ir-table tr:nth-of-type(1) {
    display: none; }
  @media (min-width: 48em) {
    .ir-table tr {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-direction: row;
          flex-direction: row;
      padding: 0;
      margin-bottom: 0;
      border: unset;
      border-bottom: 1px solid #ccc; }
      .ir-table tr:nth-of-type(1) {
        display: -ms-flexbox;
        display: flex; } }

.ir-table td {
  position: relative;
  padding: 10px 0;
  border-bottom: unset; }
  .ir-table td:before {
    content: attr(data-name);
    position: relative;
    color: #222;
    font-family: "Open Sans", sans-serif;
    display: block;
    font-size: 1.125rem;
    font-weight: bold; }
    @media (min-width: 48em) {
      .ir-table td:before {
        display: none; } }
  @media (min-width: 48em) {
    .ir-table td {
      padding: 10px; } }

.p-article-outer {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 40px; }
  .p-article-outer:hover .c-btn--default {
    border: 2px solid #E60012;
    color: #E60012; }
  .p-article-outer:hover .p-pic img {
    -ms-transform: scale(0.95);
        transform: scale(0.95);
    margin-top: 0;
    transition: 0.5s; }
  @media (min-width: 62em) {
    .p-article-outer {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      margin-bottom: 100px; } }
  @media (min-width: 80em) {
    .p-article-outer {
      min-height: 600px; } }
  .p-article-outer .p-pic {
    position: relative;
    overflow: hidden; }
    .p-article-outer .p-pic img {
      -ms-transform: scale(1);
          transform: scale(1);
      transition: 0.5s; }
    @media (min-width: 62em) {
      .p-article-outer .p-pic {
        margin-top: -40px;
        width: 60%;
        z-index: 1;
        transition: 0.5s; } }
    @media (min-width: 80em) {
      .p-article-outer .p-pic {
        width: 66.67%; } }
  .p-article-outer .text-outer {
    position: relative;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 62em) {
      .p-article-outer .text-outer {
        width: calc(100% - 60%);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row; }
        .p-article-outer .text-outer:before {
          content: "";
          position: absolute;
          top: 0;
          height: 100%;
          width: 66.6667vw;
          z-index: 0;
          background-color: #f0f0f0;
          z-index: -1; } }
    @media (min-width: 80em) {
      .p-article-outer .text-outer {
        width: calc(100% - 66.67%); }
        .p-article-outer .text-outer:before {
          min-height: 600px; } }
    .p-article-outer .text-outer .text-content {
      padding: 6% 0; }
      @media (min-width: 62em) {
        .p-article-outer .text-outer .text-content {
          padding: 40px; } }
      @media (min-width: 80em) {
        .p-article-outer .text-outer .text-content {
          padding: 60px 60px 60px 60px; } }
  @media (min-width: 62em) {
    .p-article-outer:nth-child(odd) .p-pic {
      -ms-flex-order: 1;
          order: 1; }
    .p-article-outer:nth-child(odd) .text-outer {
      -ms-flex-order: 2;
          order: 2; }
      .p-article-outer:nth-child(odd) .text-outer:before {
        right: 0; } }
  @media (min-width: 62em) {
    .p-article-outer:nth-child(even) .p-pic {
      -ms-flex-order: 2;
          order: 2; } }
  @media (min-width: 62em) {
    .p-article-outer:nth-child(even) .text-outer {
      -ms-flex-order: 1;
          order: 1; } }
  .p-article-outer:nth-child(even) .text-outer:before {
    left: 0; }

.edit-outer a {
  color: #E60012;
  text-decoration: none;
  transition: 0.2s; }
  .edit-outer a:hover {
    text-decoration: underline;
    transition: 0.2s; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.animate__headShake {
  -webkit-animation-name: headShake;
  animation-name: headShake;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

.p-app-banner {
  background-attachment: fixed;
  background-size: cover; }

.p-app-banner-content {
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 10vw;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: left; }

.p-app-ov-outer {
  overflow: hidden; }
  .p-app-ov-outer a {
    min-height: 18.75vw;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: block;
    box-sizing: border-box;
    color: #ffffff;
    z-index: 1;
    overflow: hidden;
    margin: 0px -1px -1px 0px; }
    .p-app-ov-outer a:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      left: 0;
      top: 0; }
    .p-app-ov-outer a:hover .p-app-logo {
      transition: 0.3s;
      display: none; }
      .p-app-ov-outer a:hover .p-app-logo img {
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
        transition: 0.5s; }
    .p-app-ov-outer a:hover .p-app-logo-ov {
      display: -ms-flexbox;
      display: flex; }
      .p-app-ov-outer a:hover .p-app-logo-ov img {
        -ms-transform: translateY(0);
            transform: translateY(0);
        transition: 0.5s; }
    .p-app-ov-outer a.patch {
      display: none; }
      @media (min-width: 48em) {
        .p-app-ov-outer a.patch {
          display: block;
          cursor: default; } }
  .p-app-ov-outer .p-app-logo,
  .p-app-ov-outer .p-app-logo-ov {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    left: 0;
    top: 0;
    padding: 40px; }
    @media (min-width: 62em) {
      .p-app-ov-outer .p-app-logo,
      .p-app-ov-outer .p-app-logo-ov {
        padding: 4vw; } }
  .p-app-ov-outer .p-app-logo {
    display: -ms-flexbox;
    display: flex; }
    .p-app-ov-outer .p-app-logo img {
      -ms-transform: translateY(0);
          transform: translateY(0);
      transition: 0.5s; }
  .p-app-ov-outer .p-app-logo-ov {
    display: none;
    transition: 0.5s; }
    .p-app-ov-outer .p-app-logo-ov img {
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
      transition: 0.5s; }

.app-album-outer a.effect-headShake:hover img {
  animation: headShake 1.8s infinite ease-in-out; }

.app-album-outer .swiper-pagination {
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  bottom: 0;
  width: 100%;
  position: absolute;
  z-index: 1; }

.app-album-outer .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  background: #999;
  opacity: 1;
  border: transparent;
  border-radius: 4px;
  text-indent: -9999em;
  color: #222;
  font-family: "Open Sans";
  margin: 0 8px;
  cursor: pointer; }

.app-album-outer .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  border: transparent;
  position: relative;
  border-radius: 4px;
  background-color: #E60012;
  opacity: 1;
  color: #E60012; }

@keyframes fade {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes heart {
  0% {
    transform: scale(1); }
  14% {
    transform: scale(1.3); }
  28% {
    transform: scale(1); }
  42% {
    transform: scale(1.3); }
  70% {
    transform: scale(1); } }

@keyframes jump {
  0%,
  to {
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    transform: translateY(-25%); }
  50% {
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transform: translateY(0); } }

@keyframes pulse {
  0% {
    transform: none; }
  50% {
    transform: scale(1.05); }
  to {
    transform: none; } }

@keyframes rotate {
  0% {
    transform: rotate(-1turn); }
  to {
    transform: none; } }

@keyframes shake {
  0% {
    transform: none; }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: none; } }

@keyframes zoom {
  0% {
    transform: scale(0); }
  to {
    transform: none; } }

@keyframes ping {
  75%,
  to {
    opacity: 0;
    transform: scale(2); } }

@keyframes float {
  0% {
    transform: none; }
  50% {
    transform: translateY(-1.25rem); }
  to {
    transform: none; } }

.fs-en-vision {
  font-family: "Oswald", "Noto Sans TC", sans-serif; }
</pre></body></html>