@charset "UTF-8";
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 2020 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Author: Buzz $
 * $Date: 2020/08 $
 * */
@font-face {
  font-family: 'Noto Sans TC';
  src: url("../fonts/NotoSansTC-Regular.woff2") format("woff2"), url("../fonts/NotoSansTC-Regular.woff") format("woff"), url("../fonts/NotoSansTC-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans TC';
  src: url("../fonts/NotoSansTC-DemiLight.woff2") format("woff2"), url("../fonts/NotoSansTC-DemiLight.woff") format("woff"), url("../fonts/NotoSansTC-DemiLight.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans TC';
  src: url("../fonts/NotoSansTC-Thin.woff2") format("woff2"), url("../fonts/NotoSansTC-Thin.woff") format("woff"), url("../fonts/NotoSansTC-Thin.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cinzel';
  src: url("../fonts/Cinzel-Medium.woff2") format("woff2"), url("../fonts/Cinzel-Medium.woff") format("woff"), url("../fonts/Cinzel-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body, html {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans TC', 'Microsoft JhengHei UI', 'Microsoft JhengHei', 'Arial', sans-serif;
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 2;
  word-wrap: break-word;
  overflow-x: hidden;
}
html {
  -ms-overflow-style: scrollbar;
}
::-webkit-scrollbar {
  background: #DADADA;
}
::-webkit-scrollbar-track {
  background: #DADADA;
}
::-webkit-scrollbar-thumb {
  background: #767676;
  border-radius: 0;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media (min-width: 768px) {
  body {
    padding-right: 84px;
  }
}
@media (max-width: 767px) {
  html.disable-scroll, body.disable-scroll {
    overflow: hidden !important;
  }
  html.disable-scroll [data-role="page"], body.disable-scroll [data-role="page"] {
    overflow: hidden !important;
  }
  body {
    padding-top: 60px;
  }
}
.ui-loading .ui-loader {
  display: none;
}
.ui-loader {
  display: none;
  position: absolute;
  opacity: .85;
  z-index: 100;
  left: 50%;
  width: 200px;
  margin-left: -130px;
  margin-top: -35px;
  padding: 10px 30px;
}
/* === MODULE === */
.btn-wrap {
  padding: 30px 0;
}
.btn-style {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 46px;
  line-height: 44px;
  width: 132px;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  font-weight: 300;
  background-color: transparent;
  border: none;
  color: #000;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.btn-style:before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 0;
  background: #e1e1e1;
  top: -12px;
  right: -12px;
  -webkit-transition: background .25s, -webkit-transform .25s;
  transition: background .25s, -webkit-transform .25s;
  -o-transition: background .25s, transform .25s;
  transition: background .25s, transform .25s;
  transition: background .25s, transform .25s, -webkit-transform .25s;
}
.btn-style span {
  z-index: 1;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #000;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: background .25s, color .25s;
  -o-transition: background .25s, color .25s;
  transition: background .25s, color .25s;
}
.btn-style span:before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  display: block;
  height: 1px;
  border-right: 1px solid #232323;
  border-left: 1px solid #232323;
}
.btn-style span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  display: block;
  height: 1px;
  border-right: 1px solid #232323;
  border-left: 1px solid #232323;
}
.btn-style.light:before {
  background: rgba(255, 255, 255, 0.29);
}
.btn-style.light span {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.btn-style.light span:before, .btn-style.light span:after {
  border-right-color: #ffffff;
  border-left-color: #ffffff;
}
.pc .btn-style:hover:before {
  z-index: 1;
  background: rgba(200, 200, 200, 0.5);
  -webkit-transform: translate(-15%, 15%);
      -ms-transform: translate(-15%, 15%);
          transform: translate(-15%, 15%);
}
.pc .btn-style:hover span {
  background-color: #232323;
  color: #fff;
  -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2);
}
.pc .btn-style.light:hover:before {
  background: rgba(255, 255, 255, 0.5);
}
.pc .btn-style.light:hover span {
  background-color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  color: #222;
}
@media (max-width: 991px) {
  .btn-style:before {
    width: 18px;
    height: 18px;
    top: -7px;
    right: -7px;
  }
}
@media (max-width: 767px) {
  .btn-style {
    height: 40px;
    line-height: 38px;
  }
}
.btn-round {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 38px;
  line-height: 36px;
  padding: 0 25px;
  margin-left: 15px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #585857;
  background: #d8d8d8;
  border-radius: 50px;
  text-align: center;
  border: none;
  white-space: nowrap;
  -webkit-transition: background .15s, color .15s;
  -o-transition: background .15s, color .15s;
  transition: background .15s, color .15s;
}
.btn-round:active {
  background: #111;
  color: #fff;
}
.pc .btn-round:hover {
  background: #111;
  color: #fff;
}
.btn-round-light {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 38px;
  line-height: 36px;
  padding: 0 25px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  color: #000;
  background-color: transparent;
  border-radius: 50px;
  text-align: center;
  border: 1px solid #909090;
  -webkit-transition: background .15s, color .15s;
  -o-transition: background .15s, color .15s;
  transition: background .15s, color .15s;
}
.btn-round-light:active {
  background-color: #909090;
  color: #fff;
}
.pc .btn-round-light:hover {
  background-color: #909090;
  color: #fff;
}
.btn-round-white {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 38px;
  line-height: 34px;
  padding: 0 25px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  color: #000;
  font-weight: 500;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  border: none;
  -webkit-transition: background .15s, color .15s;
  -o-transition: background .15s, color .15s;
  transition: background .15s, color .15s;
}
.btn-round-white:active {
  background-color: #333;
  color: #fff;
}
.pc .btn-round-white:hover {
  background-color: #333;
  color: #fff;
}
.btn-back {
  z-index: 10;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 38px;
  min-width: 76px;
  line-height: 36px;
  padding: 0 5px;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 50px;
  text-align: center;
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: #888;
  background-color: #fff;
  border: 1px solid #909090;
  -webkit-transition: background .15s, color .15s, padding .15s;
  -o-transition: background .15s, color .15s, padding .15s;
  transition: background .15s, color .15s, padding .15s;
}
.btn-back:active {
  background-color: #909090;
  border-color: #909090;
  color: #fff;
}
.pc .btn-back:hover {
  background-color: #fff;
  border-color: #333;
  color: #111;
}
.btn-wrap-view {
  padding: 30px 20px;
  text-align: center;
  background: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.btn-wrap-view[data-scrollview] {
  opacity: 0;
  -webkit-transition: opacity .35s;
  -o-transition: opacity .35s;
  transition: opacity .35s;
}
.btn-wrap-view.scroll-view {
  opacity: 1;
}
.btn-wrap-view .btn-back {
  padding: 0 20px;
  color: #000;
  background-color: #999;
  border: 1px solid #999;
}
.btn-wrap-view .btn-back:active {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.pc .btn-wrap-view .btn-back:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
@media (max-width: 991px) {
  .btn-wrap-view {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .btn-wrap-view {
    padding: 25px 20px;
  }
  .btn-back {
    min-width: 60px;
  }
}
/* PAGER */
.p-pager {
  white-space: nowrap;
  text-align: center;
  position: relative;
  z-index: 5;
  display: block;
  margin: 50px auto;
  opacity: 0;
}
.p-pager.scroll-view {
  opacity: 1;
  -webkit-animation: ani_fadeIn .5s both;
          animation: ani_fadeIn .5s both;
}
.p-pager a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  font-size: 0.9375rem;
  min-width: 45px;
  line-height: 43px;
  color: #555;
  border: 1px solid #ddd;
  background: #fff;
  margin: 0 2px;
  -webkit-transition: color .1s, background .1s, border .1s;
  -o-transition: color .1s, background .1s, border .1s;
  transition: color .1s, background .1s, border .1s;
}
.p-pager a:visited {
  color: #555
}
.p-pager a:hover {
  border: 1px solid #ddd;
  background: #f3f3f3;
  color: #555;
}
.p-pager a.disabled {
  color: #999;
  border: 1px solid #999;
  background: #f8f8f8;
}
.p-pager a.disabled:hover {
  color: #999;
  border: 1px solid #999;
  background: #f8f8f8;
}
.p-pager a.current {
  color: #fff;
  border: 1px solid #555;
  background: #555;
}
.p-pager a.current:hover {
  color: #fdfdfd;
  border: 1px solid #555;
  background: #555;
}
.p-pager a.prev, .p-pager a.next {
  border: 1px solid #ddd;
  color: #555;
  background: #fff;
  width: 95px;
}
.p-pager a.prev:hover, .p-pager a.next:hover {
  border: 1px solid #ccc;
  background: #f3f3f3;
  color: #555;
}
@media (max-width: 991px) {
  .p-pager {
    margin: 30px auto;
  }
}
@media (max-width: 767px) {
  .p-pager a {
    min-width: 35px;
    line-height: 34px;
    font-size: 0.875rem;
  }
  .p-pager a.prev, .p-pager a.next {
    width: 65px;
  }
  .p-pager .mb-hide {
    display: none;
  }
}
/* FORM - BOX */
.form-box {
  display: block;
  position: relative;
  margin: 0 auto 10px auto;
  padding: 0;
}
.form-sex {
  position: relative;
}
.form-sex .input-style {
  padding-right: 150px;
}
.form-sex .form-gp {
  width: 150px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.form-sex .form-gp .radio-style {
  width: calc(50% - 15px);
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 992px) {
  .form-box.form-half {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 14px);
  }
  .form-box.form-half.odd {
    margin-right: 10px !important;
  }
  .form-box.form-half.even {
    margin-left: 10px !important;
  }
}
@media (min-width: 1200px) {
  .form-box.form-half {
    width: calc(50% - 24px);
  }
  .form-box.form-half.odd {
    margin-right: 20px !important;
  }
  .form-box.form-half.even {
    margin-left: 20px !important;
  }
}
@media (max-width: 991px) {
  .form-box.form-half {
    display: block;
    width: 100%;
  }
}
/* CODE */
.form-box.code {
  max-width: calc(50% - 19px);
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.form-box.code .input-style {
  padding-right: 150px;
}
.codeimg {
  width: 150px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .form-box.code {
    width: 100%;
    max-width: 100%;
  }
}
/* star */
.star {
  color: crimson;
  font-size: 1.0625rem;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 6px 0 0;
  font-style: normal;
  letter-spacing: 0 !important;
}
/* LABEL */
.label-style {
  font-size: 1rem;
  color: #444;
  padding: 0;
  margin: 0;
  display: block;
  border: none;
}
/* TEXT */
.input-style {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
  height: 45px;
  padding: 0 10px;
}
/* RADIO */
.radio-style {
  padding: 0;
  margin: 0 5px;
  display: inline-block;
  font-weight: normal;
  line-height: 1;
}
.radio-style input {
  outline: none;
  z-index: -100 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  opacity: 0;
}
.radio-style input + span {
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid #707070;
  background: #fff;
  width: 19px;
  height: 19px;
  padding: 3px;
  margin: 0 8px -2px 0;
  border-radius: 50%;
  line-height: 1;
  -webkit-transition: background 0.15s;
  -o-transition: background 0.15s;
  transition: background 0.15s;
}
.radio-style input + span i {
  display: block;
  width: 100%;
  height: 100%;
  background: #707070;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  border-radius: 50%;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.radio-style input:checked + span {
  border-color: #707070;
}
.radio-style input:checked + span i {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.pc .radio-style:hover input + span {
  border-color: #555;
}
.pc .radio-style:hover input + span i {
  background-color: #555;
}
.pc .radio-style:hover input:checked + span {
  border-color: #555;
  background: #fff;
}
.pc .radio-style:hover input:checked + span i {
  background-color: #555;
}
@media (max-width: 991px) {
  .radio-style {
    margin: 0 5px;
  }
}
/* RADIO COLOR */
.radio-color {
  padding: 0;
  margin: 0 3px 8px;
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  font-size: 0;
  line-height: 1;
}
.radio-color input {
  outline: none;
  z-index: -100 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  opacity: 0;
}
.radio-color input + span {
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid transparent;
  background-color: transparent;
  width: 27px;
  height: 27px;
  padding: 2px;
  margin: 0 8px -2px 0;
  border-radius: 50%;
  line-height: inherit;
  -webkit-transition: border .25s;
  -o-transition: border .25s;
  transition: border .25s;
}
.radio-color input + span i {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.radio-color input:checked + span {
  border-color: #111;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.pc .radio-color:hover input + span {
  border-color: #555;
}
.pc .radio-color:hover input:checked + span {
  border-color: #111;
}
/* RADIO nodeco */
.radio-nodeco {
  cursor: pointer;
  padding: 0;
  margin: 0 2px 8px 0;
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  line-height: 1;
}
.radio-nodeco input {
  outline: none;
  z-index: -100 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  opacity: 0;
}
.radio-nodeco input + span {
  display: inline-block;
  vertical-align: baseline;
  border: none;
  color: inherit;
  background-color: transparent;
  padding: 5px 10px 7px 10px;
  border-radius: 50px;
  line-height: inherit;
  -webkit-transition: border .25s, background .25s;
  -o-transition: border .25s, background .25s;
  transition: border .25s, background .25s;
}
.radio-nodeco input + span i {
  position: relative;
  z-index: 1;
  font-style: normal;
}
.radio-nodeco input:checked + span {
  background-color: #333;
  color: #fff;
}
.radio-nodeco.cube input + span i:before {
  content: '';
  width: 1px;
  height: 10px;
  background: #ecebea;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.4);
  display: inline-block;
  vertical-align: top;
  line-height: 0;
  margin: 3px 8px 0 0;
}
.radio-nodeco.cube input:checked + span i:before {
  display: none;
}
.pc .radio-nodeco:hover {
  color: #222;
}
/* CHECKBOX */
.checkbox-style {
  padding: 0;
  margin: 0 5px;
  display: inline-block;
  font-weight: normal;
  line-height: 1;
}
.checkbox-style input {
  outline: none;
  z-index: -100 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  opacity: 0;
}
.checkbox-style input + span {
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid #707070;
  background: #fff;
  width: 19px;
  height: 19px;
  padding: 3px;
  margin: 0 8px -2px 0;
  border-radius: 50%;
  line-height: inherit;
  -webkit-transition: background 0.15s;
  -o-transition: background 0.15s;
  transition: background 0.15s;
}
.checkbox-style input + span i {
  display: block;
  width: 100%;
  height: 100%;
  background: #707070;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  border-radius: 50%;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.checkbox-style input:checked + span {
  border-color: #707070;
}
.checkbox-style input:checked + span i {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.pc .radio-style:hover input + span {
  border-color: #555;
}
.pc .radio-style:hover input + span i {
  background-color: #555;
}
.pc .radio-style:hover input:checked + span {
  border-color: #555;
  background: #fff;
}
.pc .radio-style:hover input:checked + span i {
  background-color: #555;
}
@media (max-width: 991px) {
  .radio-style {
    margin: 0 5px;
  }
}
/* TEXTAREA */
.textarea-style {
  background: #fff;
  height: 180px !important;
  padding: 10px;
  margin: 0;
  width: 100%;
  display: block;
  outline: none;
  border: 1px solid #ddd;
  -webkit-transition: border .15s;
  -o-transition: border .15s;
  transition: border .15s;
}
.textarea-style:focus {
  border: 1px solid #333;
}
/* SELECT */
.select-style {
  padding: 0 50px 0 15px;
  display: block;
  width: 100%;
  height: 45px;
  line-height: 50px;
  background: #ffffff url("../images/select_aw.png") right 0 no-repeat;
  background-size: auto 100%;
  outline: none;
  border: 1px solid #dddddd;
  -webkit-transition: border .15s;
  -o-transition: border .15s;
  transition: border .15s;
}
.select-style:focus {
  border: 1px solid #333;
}
/* BREADCRUMB */
.p-breadcrumb {
  list-style: none;
  padding: 15px 0;
  margin: 0 auto 20px auto;
  line-height: 1.2;
  opacity: 0;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}
.p-breadcrumb.scroll-view {
  opacity: 1;
}
.p-breadcrumb li {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  color: #666;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Times New Roman", "Noto Sans TC", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
  letter-spacing: 0.05em;
}
.p-breadcrumb li:before {
  content: '';
  width: 10px;
  height: 1px;
  display: inline-block;
  position: absolute;
  background: #666;
  left: 4px;
  top: 8px;
  -webkit-transform: rotate(-65deg);
      -ms-transform: rotate(-65deg);
          transform: rotate(-65deg);
}
.p-breadcrumb li:last-child {
  color: #222;
}
.p-breadcrumb li:last-child a {
  color: #222;
}
.p-breadcrumb li:first-child {
  padding-left: 0;
}
.p-breadcrumb li:first-child:before {
  display: none;
}
.p-breadcrumb li a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.p-breadcrumb li a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .p-breadcrumb {
    padding: 10px 0;
  }
  .p-breadcrumb li {
    padding-left: 13px;
  }
  .p-breadcrumb li:before {
    left: 0;
    top: 7px;
  }
  .p-breadcrumb li:first-child {
    padding-left: 0;
  }
  .p-breadcrumb li:first-child:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-breadcrumb {
    padding: 5px 0;
  }
  .p-breadcrumb li {
    display: inline;
    font-size: 11px;
    line-height: 1.1;
  }
  .p-breadcrumb li a {
    display: inline;
  }
  .p-breadcrumb li:before {
    top: 6px;
  }
}
/* No-data */
.msg-nodata {
  padding: 100px 0;
  margin: auto;
  text-align: center;
}
.msg-nodata .img {
  width: 100px;
  height: 100px;
  display: block;
  position: relative;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  border: 2px solid #ddd;
}
.msg-nodata .img.success:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 2rem;
}
.msg-nodata .img:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 2px solid #999;
}
.msg-nodata .img:before {
  content: '!';
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.msg-nodata .text {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 15px auto 25px auto;
}
.msg-nodata .text strong {
  font-size: 1.1875em;
  font-weight: 500;
  display: inline-block;
  padding: 0;
  margin: 0 auto 5px auto;
  letter-spacing: 0.1em;
}
.msg-nodata[data-scrollview] .img {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out, transform .4s ease-in-out;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}
.msg-nodata[data-scrollview] .text {
  opacity: 0;
  -webkit-transform: translate(0, -20px);
      -ms-transform: translate(0, -20px);
          transform: translate(0, -20px);
  -webkit-transition: opacity .3s .2s, -webkit-transform .3s .2s;
  transition: opacity .3s .2s, -webkit-transform .3s .2s;
  -o-transition: opacity .3s .2s, transform .3s .2s;
  transition: opacity .3s .2s, transform .3s .2s;
  transition: opacity .3s .2s, transform .3s .2s, -webkit-transform .3s .2s;
}
.msg-nodata[data-scrollview].scroll-view .img {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.msg-nodata[data-scrollview].scroll-view .text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media (max-width: 1199px) {
  .msg-nodata {
    padding: 50px 0;
  }
  .msg-nodata .text {
    margin-bottom: 35px;
  }
}
/* FUNCTION - CATEGORY */
.g-catetab {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 0;
  padding: 0 0 40px 0;
  margin: 0 auto;
  opacity: 0;
  z-index: 50;
  -webkit-transition: opacity .65s .1s, -webkit-transform .65s .1s;
  transition: opacity .65s .1s, -webkit-transform .65s .1s;
  -o-transition: opacity .65s .1s, transform .65s .1s;
  transition: opacity .65s .1s, transform .65s .1s;
  transition: opacity .65s .1s, transform .65s .1s, -webkit-transform .65s .1s;
  overflow: visible;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.g-catetab.scroll-view {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.g-catetab .cur-item {
  display: none;
  position: relative;
  z-index: 1;
}
.g-catetab ul {
  list-style: none;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 2;
}
.g-catetab ul li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  z-index: 5;
  padding: 0 20px;
}
.g-catetab ul li a {
  display: block;
  position: relative;
  padding: 6px 0;
  line-height: 1.3;
  margin: 0;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.2em;
  color: #000;
  -webkit-transition: color .15s, border .15s, -webkit-transform .15s;
  transition: color .15s, border .15s, -webkit-transform .15s;
  -o-transition: color .15s, transform .15s, border .15s;
  transition: color .15s, transform .15s, border .15s;
  transition: color .15s, transform .15s, border .15s, -webkit-transform .15s;
  white-space: nowrap;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.g-catetab ul li a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 1px;
  right: 1px;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  height: 1px;
  background: #000;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: background .25s, -webkit-transform .25s;
  transition: background .25s, -webkit-transform .25s;
  -o-transition: transform .25s, background .25s;
  transition: transform .25s, background .25s;
  transition: transform .25s, background .25s, -webkit-transform .25s;
}
.g-catetab ul li.current a:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
@media (max-width: 1399px) {
  .g-catetab:not(.more-item) ul li a {
    letter-spacing: 0.1em;
  }
}
@media (min-width: 768px) {
  .g-catetab.more-item {
    max-width: 400px;
    padding: 5px;
    margin: 5px auto 25px auto;
    -webkit-transition: background .25s, opacity .5s, -webkit-transform .5s;
    transition: background .25s, opacity .5s, -webkit-transform .5s;
    -o-transition: background .25s, opacity .5s, transform .5s;
    transition: background .25s, opacity .5s, transform .5s;
    transition: background .25s, opacity .5s, transform .5s, -webkit-transform .5s;
  }
  .g-catetab.more-item .cur-item {
    cursor: pointer;
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    padding: 14px 35px;
    margin: 0 auto;
    letter-spacing: 0.1em;
    text-align: center;
    font-size: 1rem;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-transition: color .15s;
    -o-transition: color .15s;
    transition: color .15s;
  }
  .g-catetab.more-item .cur-item:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 15px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border: none;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .g-catetab.more-item ul {
    display: none;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 0;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 56px 5px 5px 5px !important;
    background: #f2f2f2;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
  .g-catetab.more-item ul li {
    display: block;
    min-width: auto;
    padding: 0;
    margin: 0;
  }
  .g-catetab.more-item ul li:before {
    display: none;
  }
  .g-catetab.more-item ul li a {
    background: none;
    border: none;
    border-top: none;
    display: block;
    padding: 15px 15px;
    margin: 0;
    font-size: 1rem;
    letter-spacing: 0.1em;
    color: #000;
    border-top: 1px solid #ccc;
  }
  .g-catetab.more-item ul li a:after {
    display: none;
  }
  .g-catetab.more-item ul li:first-child a {
    border-top: none;
  }
  /* .g-catetab.more-item ul li:last-child a {
    border-top: none;
  } */
  .g-catetab.more-item ul li.current a {
    color: #fff;
    background: #333;
    font-weight: 600;
  }
  .g-catetab.more-item.is-open ul {
    display: block;
  }
  .g-catetab:not(.more-item) > ul {
    display: block !important;
  }
  .pc .g-catetab:not(.more-item) ul li a:hover {
    color: #293a6a;
  }
  .pc .g-catetab:not(.more-item) ul li a:hover:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    background: #7985a6;
  }
  .pc .g-catetab.more-item .cur-item:hover {
    background-color: #fff;
    border-color: #999;
    color: #333;
  }
  .pc .g-catetab.more-item .cur-item:hover:after {
    border-color: #666;
  }
  .pc .g-catetab.more-item ul li:not(.current) a:hover {
    background: #f5f5f5;
  }
}
@media (max-width: 767px) {
  .g-catetab {
    max-width: 400px;
    padding: 5px;
    margin: 5px auto 25px auto;
    -webkit-transition: background .25s, opacity .5s, -webkit-transform .5s;
    transition: background .25s, opacity .5s, -webkit-transform .5s;
    -o-transition: background .25s, opacity .5s, transform .5s;
    transition: background .25s, opacity .5s, transform .5s;
    transition: background .25s, opacity .5s, transform .5s, -webkit-transform .5s;
  }
  .g-catetab .cur-item {
    cursor: pointer;
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    padding: 14px 35px;
    margin: 0 auto;
    letter-spacing: 0.1em;
    text-align: center;
    font-size: 1rem;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-transition: color .15s;
    -o-transition: color .15s;
    transition: color .15s;
  }
  .g-catetab .cur-item:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 15px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border: none;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .g-catetab ul {
    display: none;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 0;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 56px 5px 5px 5px !important;
    background: #f2f2f2;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
  .g-catetab ul li {
    display: block;
    min-width: auto;
    padding: 0;
    margin: 0;
  }
  .g-catetab ul li:before {
    display: none;
  }
  .g-catetab ul li a {
    background: none;
    border: none;
    border-top: none;
    display: block;
    padding: 15px 15px;
    margin: 0;
    font-size: 1rem;
    letter-spacing: 0.1em;
    color: #000;
    border-top: 1px solid #ccc;
  }
  .g-catetab ul li a:after {
    display: none;
  }
  .g-catetab ul li:first-child a {
    border-top: none;
  }
  /* .g-catetab ul li:last-child a {
    border-top: none;
  } */
  .g-catetab ul li.current a {
    color: #fff;
    background: #333;
    font-weight: 600;
  }
  .g-catetab.is-open ul {
    display: block;
  }
  .pc .g-catetab .cur-item:hover {
    background-color: #fff;
    border-color: #999;
    color: #333;
  }
  .pc .g-catetab .cur-item:hover:after {
    border-color: #666;
  }
  .pc .g-catetab ul li:not(.current) a:hover {
    background: #f5f5f5;
  }
}
/* keyframe */
@-webkit-keyframes ani_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ani_fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ani_fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ani_fadeIn_toL {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes ani_fadeIn_toL {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes ani_fadeIn_toR {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes ani_fadeIn_toR {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes ani_fadeIn_toU {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes ani_fadeIn_toU {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes ani_fadeIn_toD {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes ani_fadeIn_toD {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes ani_fadeOut_toR {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
}
@keyframes ani_fadeOut_toR {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
}
@-webkit-keyframes ani_fadeOut_toL {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
}
@keyframes ani_fadeOut_toL {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
}
@-webkit-keyframes ani_fadeOut_toU {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
}
@keyframes ani_fadeOut_toU {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
}
@-webkit-keyframes ani_fadeOut_toD {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
}
@keyframes ani_fadeOut_toD {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
}
@-webkit-keyframes ani_slideIn_toL {
  0% {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes ani_slideIn_toL {
  0% {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes ani_slideIn_toL_vmid {
  0% {
    opacity: 0;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@keyframes ani_slideIn_toL_vmid {
  0% {
    opacity: 0;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@-webkit-keyframes ani_slideIn_toR {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes ani_slideIn_toR {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes ani_slideIn_toU {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes ani_slideIn_toU {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes ani_slideIn_toD {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes ani_slideIn_toD {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes ani_slideOut_toR {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
@keyframes ani_slideOut_toR {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
@-webkit-keyframes ani_slideOut_toR_vmid {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}
@keyframes ani_slideOut_toR_vmid {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}
@-webkit-keyframes ani_slideOut_toL {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
@keyframes ani_slideOut_toL {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
@-webkit-keyframes ani_slideOut_toU {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}
@keyframes ani_slideOut_toU {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}
@-webkit-keyframes ani_slideOut_toD {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
@keyframes ani_slideOut_toD {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
@-webkit-keyframes ani_scaleIn {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes ani_scaleIn {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes ani_scaleOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
}
@keyframes ani_scaleOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
}
@-webkit-keyframes ani_zoomIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes ani_zoomIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes ani_ib_zoomIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    display: none;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    display: inline-block;
  }
}
@keyframes ani_ib_zoomIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    display: none;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    display: inline-block;
  }
}
@-webkit-keyframes ani_zoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
@keyframes ani_zoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes ani_flexible {
  0% {
    top: 0;
    height: 0;
    opacity: 0;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  50% {
    top: 0;
    height: 40px;
    opacity: 1;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  100% {
    top: 0;
    height: 40px;
    opacity: 1;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
@keyframes ani_flexible {
  0% {
    top: 0;
    height: 0;
    opacity: 0;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  50% {
    top: 0;
    height: 40px;
    opacity: 1;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  100% {
    top: 0;
    height: 40px;
    opacity: 1;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
@-webkit-keyframes ani_clip_fromR {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes ani_clip_fromR {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes ani_clip_fromL {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes ani_clip_fromL {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes ani_clip_fromD {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes ani_clip_fromD {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes ani_clip_fromU {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes ani_clip_fromU {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes ani_menu_in {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes ani_menu_in {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes ani_scrolldown {
  0% {
    top: 0;
    -webkit-transform: translate(0, 0) scale(1, 0);
            transform: translate(0, 0) scale(1, 0);
  }
  40% {
    top: 0;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
  100% {
    top: 100%;
    -webkit-transform: translate(0, 105%) scale(1, 0);
            transform: translate(0, 105%) scale(1, 0);
  }
}
@keyframes ani_scrolldown {
  0% {
    top: 0;
    -webkit-transform: translate(0, 0) scale(1, 0);
            transform: translate(0, 0) scale(1, 0);
  }
  40% {
    top: 0;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
  100% {
    top: 100%;
    -webkit-transform: translate(0, 105%) scale(1, 0);
            transform: translate(0, 105%) scale(1, 0);
  }
}
@-webkit-keyframes ani_slide_out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes ani_slide_out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes ani_slide_in {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes ani_slide_in {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes ani_slide_deco_in {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.4);
            transform: translate(-50%, -50%) scale(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes ani_slide_out_mb {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
@keyframes ani_slide_out_mb {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes ani_slide_in_mb {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@keyframes ani_slide_in_mb {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes ani_slide_deco_in {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.4);
            transform: translate(-50%, -50%) scale(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes ani_slide_deco_in {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.4);
            transform: translate(-50%, -50%) scale(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes ani_slide_deco_out {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
  }
}
@keyframes ani_slide_deco_out {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
  }
}
@-webkit-keyframes ani_nav_deco {
  0%, 100% {
    opacity: 0;
  }
  30%, 60% {
    opacity: 1;
  }
}
@keyframes ani_nav_deco {
  0%, 100% {
    opacity: 0;
  }
  30%, 60% {
    opacity: 1;
  }
}
@-webkit-keyframes ani_nav_deco2 {
  0%, 100% {
    opacity: 0;
  }
  50%, 80% {
    opacity: 0.6;
  }
}
@keyframes ani_nav_deco2 {
  0%, 100% {
    opacity: 0;
  }
  50%, 80% {
    opacity: 0.6;
  }
}
[data-show-fade].scroll-view {
  -webkit-animation: ani_fadeIn 1s both;
          animation: ani_fadeIn 1s both;
}
[data-show-up].scroll-view {
  -webkit-animation: ani_fadeIn_toU 1s both;
          animation: ani_fadeIn_toU 1s both;
}
[data-show-right].scroll-view {
  -webkit-animation: ani_fadeIn_toL 1s both;
          animation: ani_fadeIn_toL 1s both;
}
[data-show-left].scroll-view {
  -webkit-animation: ani_fadeIn_toR 1s both;
          animation: ani_fadeIn_toR 1s both;
}
[data-show-zoomInbs].scroll-view {
  -webkit-animation: ani_zoomIn_n-soS 1s both;
          animation: ani_zoomIn_n-soS 1s both;
}
/* === RESET === */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.disabled, .disabled:hover {
  cursor: not-allowed;
}
a, a:visited, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: 0;
  color: inherit;
}
img, a img {
  border: none;
  max-width: 100%;
  height: auto !important;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
ol.reset, ul.reset, li.reset {
  list-style: none;
  margin: 0;
  padding: 0;
}
label {
  font-weight: inherit;
  margin: 0;
  padding: 0;
}
input, textarea, select, input[type="text"], input[type="radio"], input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  outline: none;
  z-index: -100 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  opacity: 0;
}
input:not([type="button"]), input:not([type="submit"]), input:not([type="reset"]) {
  font-size: 16px !important;
}
textarea {
  resize: vertical;
}
.pc *:active, .pc *:focus {
  outline: 0;
}
::-webkit-input-placeholder {
  color: #848484;
  font-size: 14px;
}
::-moz-placeholder {
  color: #848484;
  font-size: 14px;
}
:-ms-input-placeholder, :-moz-placeholder {
  color: #848484;
  font-size: 14px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  box-shadow: none;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #111;
}
.g-search .ui-textinput {
  display: inline;
}
.ui-textinput {
  display: block;
}
.ui-checkboxradio-icon-space {
  line-height: 0;
  width: 1px;
  height: 1px;
}
input[type="search"], input[type="search"]::-webkit-search-cancel-button {
  /* Remove default */
  -webkit-appearance: none;
  /* Now your own custom styles */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 12px;
  width: 12px;
  cursor: pointer;
  background: url(../images/icon_cancle.png) no-repeat center center;
  background-size: contain;
}
::-moz-selection {
  background: rgba(73, 84, 117, 0.9);
  color: #fff;
}
::selection {
  background: rgba(73, 84, 117, 0.9);
  color: #fff;
}
::-moz-selection {
  background: rgba(73, 84, 117, 0.9);
  color: #fff;
}
hr {
  display: block;
  background: none;
  height: 1px;
  width: 100%;
  margin: 20px auto;
  border: none;
  border-top: 1px solid #ddd;
}
@media (max-width: 767px) {
  hr {
    margin: 10px auto 20px auto;
  }
}
.ui-loader {
  display: none !important;
}
/* === LAYOUT === */
.container, .container-lg {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
/* HEADER */
.g-header {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 250px;
  font-size: 0;
  -webkit-transition: background 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: background 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.g-header > .container {
  max-width: calc(100% - 150px);
  height: 166px;
  -webkit-transition: height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.g-header.is-scroll .g-logo a {
  background-image: url(../images/logo.png);
}
.g-header[data-scrollview] .g-logo a {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
      -ms-transform: translate(20px, 0);
          transform: translate(20px, 0);
}
.g-header[data-scrollview].scroll-view .g-logo a {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.g-logo {
  display: block;
  z-index: 5;
  font-size: 0;
  width: 131px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 50%;
  will-change: opacity;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.g-logo a {
  display: block;
  width: 100%;
  background: url(../images/logo_white.png) no-repeat 0 0;
  background-size: contain;
}
.g-logo a:before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 45.142%;
}
.g-side {
  display: block !important;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 84px;
  z-index: 999;
  border-left: 1px solid #404040;
  background: black;
  padding-top: 175px;
  padding-bottom: 175px;
}
.g-switch-search, .g-switch-wishlist, .g-switch-nav, .g-switch-contact, .gotop {
  display: block;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 87px;
  right: 0;
  text-align: center;
  cursor: pointer;
  padding: 22px 0 18px 0;
  background-color: transparent;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
}
.g-switch-search:before, .g-switch-search:after, .g-switch-wishlist:before, .g-switch-wishlist:after, .g-switch-nav:before, .g-switch-nav:after, .g-switch-contact:before, .g-switch-contact:after, .gotop:before, .gotop:after {
  pointer-events: none;
}
.g-switch-search span, .g-switch-wishlist span, .g-switch-nav span, .g-switch-contact span, .gotop span {
  color: #aaa;
  font-size: 12px;
  line-height: 1.5;
  display: block;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
  letter-spacing: 0.14em;
  white-space: nowrap;
  margin: 2px auto 0 auto;
  -webkit-transform: scale(0.9, 1);
      -ms-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
}
.g-switch-search:active, .g-switch-search.is-open, .g-switch-wishlist:active, .g-switch-wishlist.is-open, .g-switch-nav:active, .g-switch-nav.is-open, .g-switch-contact:active, .g-switch-contact.is-open, .gotop:active, .gotop.is-open {
  background-color: #222;
}
.g-switch-search:active span, .g-switch-search.is-open span, .g-switch-wishlist:active span, .g-switch-wishlist.is-open span, .g-switch-nav:active span, .g-switch-nav.is-open span, .g-switch-contact:active span, .g-switch-contact.is-open span, .gotop:active span, .gotop.is-open span {
  color: #eee;
}
.pc .g-switch-search:hover, .pc .g-switch-wishlist:hover, .pc .g-switch-nav:hover, .pc .g-switch-contact:hover, .pc .gotop:hover {
  background-color: #000;
}
.pc .g-switch-search:hover span, .pc .g-switch-wishlist:hover span, .pc .g-switch-nav:hover span, .pc .g-switch-contact:hover span, .pc .gotop:hover span {
  color: #eee;
}
.g-switch-search {
  border-bottom: 1px solid #404040;
  top: 0;
}
.g-switch-search:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: contrast(150%);
          filter: contrast(150%);
  -webkit-filter: drop-shadow(0 0 0.01em #fff);
          filter: drop-shadow(0 0 0.01em #fff);
  background-image: url(../images/icon_zoom.svg);
}
.g-switch-search span {
  margin-top: 5px;
}
.g-switch-wishlist {
  border-bottom: 1px solid #404040;
  top: 87px;
}
.g-switch-wishlist:before {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  margin: 0 auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: contrast(150%);
          filter: contrast(150%);
  -webkit-filter: drop-shadow(0 0 0.01em #fff);
          filter: drop-shadow(0 0 0.01em #fff);
  background-image: url(../images/icon_heart.svg);
}
.g-switch-nav {
  position: relative;
  height: 100%;
  padding: 20px 0;
  z-index: 1;
}
.g-switch-nav .ver-mid {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.g-switch-nav span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: #fff;
}
.g-switch-nav .icon {
  display: block;
  width: 100%;
  height: 26px;
  margin: 0 auto;
  position: relative;
}
.g-switch-nav .icon > div {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 26px;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  background: #fff;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
}
.g-switch-nav .icon > div:nth-child(1) {
  margin-top: -9px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: margin 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: margin 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: margin 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: margin 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: margin 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.g-switch-nav .icon > div:nth-child(2) {
  margin-top: -1px;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform .1s .1s;
  transition: -webkit-transform .1s .1s;
  -o-transition: transform .1s .1s;
  transition: transform .1s .1s;
  transition: transform .1s .1s, -webkit-transform .1s .1s;
}
.g-switch-nav .icon > div:nth-child(3) {
  margin-top: 7px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: margin 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: margin 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: margin 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: margin 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: margin 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.g-switch-nav.is-open .icon div:nth-child(1) {
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: margin 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: margin 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: margin 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: margin 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: margin 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.g-switch-nav.is-open .icon div:nth-child(2) {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}
.g-switch-nav.is-open .icon div:nth-child(3) {
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: margin 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: margin 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: margin 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: margin 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: margin 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.g-switch-contact {
  border-top: 1px solid #404040;
  bottom: 87px;
}
.g-switch-contact:before {
  content: '';
  display: block;
  width: 24px;
  height: 22px;
  margin: 0 auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: contrast(150%);
          filter: contrast(150%);
  -webkit-filter: drop-shadow(0 0 0.01em #fff);
          filter: drop-shadow(0 0 0.01em #fff);
  background-image: url(../images/icon_talk.svg);
}
.g-switch-contact span {
  margin-top: 6px;
}
.gotop {
  border-top: 1px solid #404040;
  bottom: 0;
}
.gotop:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
  background-image: url(../images/icon_arrow.svg);
}
.gotop span {
  margin-top: 5px;
  font-size: 13px;
}
.side-title {
  font-weight: 400;
  display: block;
  position: relative;
  padding: 28px 38px;
  line-height: 1.3;
  white-space: nowrap;
  margin: 0;
  border: #d3d3d3;
  color: #888;
  z-index: 0;
  letter-spacing: -0.05em;
  border-bottom: 1px solid #d3d3d3;
}
.side-title .lg {
  font-size: 1.875rem;
  display: inline-block;
  vertical-align: text-bottom;
  line-height: 1;
}
.side-title .sm {
  font-size: 1.125rem;
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 5px;
  margin-bottom: -1px;
}
.js-side-close {
  position: absolute;
  z-index: 2;
  padding: 28px;
  background-color: transparent;
  top: 16px;
  right: 22px;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: background .15s;
  -o-transition: background .15s;
  transition: background .15s;
}
.js-side-close:before, .js-side-close:after {
  content: '';
  pointer-events: none;
  width: 1px;
  height: 25px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
}
.js-side-close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.js-side-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.js-side-close:active {
  background-color: #333;
}
.js-side-close:active:before, .js-side-close:active:after {
  background-color: #fff;
}
.pc .js-side-close:hover {
  background-color: #ddd;
}
.pc .js-side-close:hover:before, .pc .js-side-close:hover:after {
  color: #000;
}
.g-search, .g-wishlist, .g-nav {
  -webkit-box-shadow: -2px 0 5px rgba(0, 0, 0, 0.05);
          box-shadow: -2px 0 5px rgba(0, 0, 0, 0.05);
}
.g-search.is-open, .g-wishlist.is-open, .g-nav.is-open {
  display: block;
  -webkit-animation: ani_slideIn_toL 1.1s both;
          animation: ani_slideIn_toL 1.1s both;
}
.g-search.is-close, .g-wishlist.is-close, .g-nav.is-close {
  -webkit-animation: ani_slideOut_toR .8s;
          animation: ani_slideOut_toR .8s;
}
.g-search, .g-wishlist .list {
  overflow-y: auto;
  overflow-x: hidden;
}
.g-search::-webkit-scrollbar, .g-wishlist .list::-webkit-scrollbar {
  width: 6px;
  background: #DADADA;
}
.g-search::-webkit-scrollbar-track, .g-wishlist .list::-webkit-scrollbar-track {
  background: #DADADA;
}
.g-search::-webkit-scrollbar-thumb, .g-wishlist .list::-webkit-scrollbar-thumb {
  background: #767676;
  border-radius: 0;
}
.g-search::-webkit-scrollbar-thumb:hover, .g-wishlist .list::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.g-search {
  right: 84px;
  top: 0;
  bottom: 0;
  width: 80%;
  max-width: 761px;
  background: #ebebea;
  position: fixed;
  display: none;
  z-index: 998;
  -webkit-transition: max-width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: max-width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: max-width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* 側選單中的搜尋 */
.g-search .side-title {
  padding-left: 90px;
}
.g-search .form-search {
  border-bottom: 1px solid #d3d3d3;
  padding: 24px 38px 24px 90px;
}
.g-search .filter-group {
  padding: 20px 100px 0 80px;
}
.g-search .filter-group .form-box {
  display: block !important;
}
.g-search .js-accordion-filter {
  display: none;
}
.g-search .btn-wrap {
  padding: 30px 0;
  text-align: center;
}
.g-search .btn-wrap .btn-search {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 38px;
  padding: 0;
  line-height: 1;
  margin-left: 15px;
  font-size: 1rem;
  color: #585857;
  background: #dfe3e5;
  border-radius: 50px;
  text-align: center;
  border: none;
  -webkit-transition: background .25s, color .25s;
  -o-transition: background .25s, color .25s;
  transition: background .25s, color .25s;
}
.g-search .btn-wrap .btn-search:active {
  background: #111;
  color: #fff;
}
.pc .g-search .btn-wrap .btn-search:hover {
  background: #111;
  color: #fff;
}
/* 搜尋區塊 */
.form-search {
  font-size: 0;
}
.form-search .label-style {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  font-size: 1.125rem;
  color: #727171;
}
.form-search .input-style {
  width: calc(100% - 260px);
  height: 38px;
  max-width: 295px;
  position: relative;
  display: inline-block !important;
  vertical-align: middle;
  background: #dfe3e5;
  color: #585857;
  padding: 0 22px 2px 15px;
  margin: 0;
  font-size: 1rem;
  border-radius: 50px;
  border: none;
}
.form-search .input-style:focus {
  background: #ffff;
}
.form-search .btn-search {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 38px;
  line-height: 38px;
  padding: 0;
  line-height: 1;
  margin-left: 20px;
  font-size: 1rem;
  color: #585857;
  background: #dfe3e5;
  border-radius: 50px;
  text-align: center;
  border: none;
  -webkit-transition: background .15s, color .15s;
  -o-transition: background .15s, color .15s;
  transition: background .15s, color .15s;
}
.form-search .btn-search:active {
  background: #222;
  color: #fff;
}
.pc .form-search .btn-search:hover {
  background: #222;
  color: #fff;
}
.filter-group .form-box {
  position: relative;
  padding: 4px 0 4px 115px;
  margin-bottom: 12px;
  font-size: 1rem;
  color: #727171;
}
.filter-group .form-box .label-style {
  position: absolute;
  width: 100px;
  padding: 5px 30px 5px 0;
  text-align: right;
  font-size: 1.125rem;
  line-height: 1.3;
  top: 1px;
  left: 0;
  color: #727171;
  letter-spacing: 0.1em;
}
.filter-group .form-box .label-style:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 9px;
  background: url(../images/icon_arrow_dark.svg) no-repeat 0 0;
  opacity: 0.9;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.filter-group .shape {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  font-size: 0.9375rem;
}
.filter-group .shape img {
  max-height: 30px;
  width: auto;
  max-width: none;
  margin-right: 9px;
  margin-top: -4px;
  display: inline-block;
  vertical-align: middle;
}
.filter-group .shape-first {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  padding-bottom: 8px;
}
.filter-group .shape-first::-webkit-scrollbar {
  height: 2px;
  background: #DADADA;
}
.filter-group .shape-first::-webkit-scrollbar-track {
  background: #DADADA;
  height: 2px;
}
.filter-group .shape-first::-webkit-scrollbar-thumb {
  background: #767676;
  border-radius: 0;
}
.filter-group .shape-first::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.filter-group .shape-first .shape {
  margin-left: 15px;
  max-height: 30px;
}
.filter-group .shape-first .shape.current {
  color: #111;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.filter-group .shape-first .shape.current img {
  -webkit-filter: brightness(50%) brightness(0.2);
          filter: brightness(50%) brightness(0.2);
}
.filter-group .shape-second .shape {
  display: none !important;
}
.filter-group .form-shape {
  display: block;
  margin: 0 -2px;
}
.filter-group .form-shape .radio-nodeco {
  min-width: calc((100% / 3) - 9px);
}
.filter-group .form-shape.has-checked .shape {
  color: #111;
}
.filter-group .form-shape.has-checked .shape img {
  -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.2)) brightness(50%) brightness(0.3);
          filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.2)) brightness(50%) brightness(0.3);
}
.filter-group .form-shape .gp {
  position: relative;
  padding: 10px 0 0 0;
  margin: 0 0 0 10px;
}
.filter-group .form-shape .gp:before {
  content: '';
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #cecdcc;
}
.pc .filter-group .shape:hover {
  color: #222;
}
.g-wishlist {
  right: 84px;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 561px;
  background: #ebebea;
  position: fixed;
  z-index: 998;
  display: none;
  -webkit-transition: max-width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: max-width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: max-width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.g-wishlist .list-wrap {
  height: auto;
  top: 86px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  direction: column;
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
}
.g-wishlist .list {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border-bottom: 1px solid #d3d3d3;
}
.g-wishlist .list .item {
  border-top: 1px solid #d3d3d3;
  width: 100%;
  display: table;
}
.g-wishlist .list .item:first-of-type {
  border-top: none;
}
.g-wishlist .list .item .img {
  width: 148px;
  max-width: 148px;
  display: table-cell;
  vertical-align: middle;
  padding: 38px 0 38px 38px;
  line-height: 0;
}
.g-wishlist .list .item .img img {
  max-width: 100%;
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  -o-transition: transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
}
.g-wishlist .list .item .text {
  width: calc(100% - 110px);
  max-width: calc(100% - 110px);
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 38px 115px 38px 23px;
  color: #727171;
  line-height: 1.5;
}
.g-wishlist .list .item .text a {
  color: #727171;
}
.g-wishlist .list .item .text .name {
  letter-spacing: 0.1em;
  display: block;
  font-weight: 400;
}
.g-wishlist .list .item .text .num {
  letter-spacing: 0.1em;
  display: block;
  font-style: normal;
  margin-top: 5px;
  padding-left: 45px;
  position: relative;
  font-weight: 400;
}
.g-wishlist .list .item .text .num .tt {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  font-style: normal;
  white-space: nowrap;
}
.g-wishlist .list .item .text .btn-round {
  position: absolute;
  top: 50%;
  right: 28px;
  max-width: 80px;
  font-size: 0.875rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 22px;
  margin: 0;
  color: #444;
}
.g-wishlist .list .item .text .btn-round:active {
  background-color: #666;
  color: #fff;
}
.g-wishlist .btn-wrap {
  padding: 32px 20px;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.g-wishlist .btn-wrap .btn-round {
  min-width: 120px;
  color: #555;
}
.pc .g-wishlist .list .item .img:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.pc .g-wishlist .list .item .text a:not(.btn-round):hover {
  color: #111;
}
.pc .g-wishlist .list .item .text .btn-round:hover {
  background-color: #666;
  color: #fff;
}
.g-contact {
  right: 100px;
  position: fixed;
  display: none;
  z-index: 998;
  top: calc(100% - 130px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.g-contact.is-open {
  display: block;
  -webkit-animation: ani_slideIn_toL_vmid .4s both;
          animation: ani_slideIn_toL_vmid .4s both;
}
.g-contact.is-open a:nth-child(1) {
  -webkit-animation: ani_zoomIn 0.5s 0.17s both;
          animation: ani_zoomIn 0.5s 0.17s both;
}
.g-contact.is-open a:nth-child(2) {
  -webkit-animation: ani_zoomIn 0.5s 0.29s both;
          animation: ani_zoomIn 0.5s 0.29s both;
}
.g-contact.is-open a:nth-child(3) {
  -webkit-animation: ani_zoomIn 0.5s 0.41s both;
          animation: ani_zoomIn 0.5s 0.41s both;
}
.g-contact.is-open a:nth-child(4) {
  -webkit-animation: ani_zoomIn 0.5s 0.53s both;
          animation: ani_zoomIn 0.5s 0.53s both;
}
.g-contact.is-close {
  -webkit-animation: ani_slideOut_toR_vmid .35s both;
          animation: ani_slideOut_toR_vmid .35s both;
}
.g-contact a {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  margin: 4px auto;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.75);
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
}
.g-contact a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/icon_side_contact.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.g-contact a.fbm:before {
  background-position: 0 0;
}
.g-contact a.call:before {
  background-position: 0 33.33%;
}
.g-contact a.line:before {
  background-position: 0 66.66%;
}
.g-contact a.mail:before {
  background-position: 0 100%;
}
.pc .g-contact a.fbm:hover {
  background-color: #395287;
}
.pc .g-contact a.call:hover {
  background-color: #8a3f1e;
}
.pc .g-contact a.line:hover {
  background-color: #1b8c1b;
}
.pc .g-contact a.mail:hover {
  background-color: #565656;
}
.g-nav {
  right: 84px;
  top: 0;
  bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 50px;
  padding-right: 20px;
  width: auto;
  min-width: 265px;
  background: #ebebea;
  position: fixed;
  z-index: 998;
  display: none;
  -webkit-transition: max-width .8s, width .8s linear;
  -o-transition: max-width .8s, width .8s linear;
  transition: max-width .8s, width .8s linear;
}
.g-nav .vmid {
  position: relative;
  margin-top: 5px;
  height: 100%;
}
.g-nav .side-title {
  border-bottom: none;
  color: #000;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.g-nav .side-title .lg {
  font-size: 1.5625rem;
  display: block;
  letter-spacing: 0.15em;
}
.g-nav .side-title .sm {
  font-size: 1.125rem;
  display: block;
  letter-spacing: 0.1em;
  font-family: "Times New Roman", "Noto Sans TC", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
  margin: 15px 0 0;
  padding-left: 0;
}
.g-menu {
  font-size: 0;
  display: block;
  -webkit-transition: width .36s linear;
  -o-transition: width .36s linear;
  transition: width .36s linear;
}
.g-menu > li {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 20px;
  min-width: 150px;
}
.g-menu > li > a {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #555;
  position: relative;
  padding: 5px 0;
  font-weight: 400;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
.g-menu > li > a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 1px;
  right: 1px;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  height: 1px;
  background: #000;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: background .25s, -webkit-transform .25s;
  transition: background .25s, -webkit-transform .25s;
  -o-transition: transform .25s, background .25s;
  transition: transform .25s, background .25s;
  transition: transform .25s, background .25s, -webkit-transform .25s;
}
.nav-cate-base .g-menu > li:first-child {
  padding-top: 55px;
}
.nav-cate-etc .g-menu {
  display: block;
}
.nav-cate-etc .g-menu > li > span {
  color: #000000;
  font-family: "Times New Roman", "Noto Sans TC", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
  font-size: 1.0625rem;
  letter-spacing: 0.15em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  padding: 0 15px 0 0;
  display: block;
}
.nav-cate-etc .g-menu > li > ul {
  display: block !important;
  margin-top: 10px;
}
.nav-cate-etc .g-menu > li > ul:before {
  display: none;
}
.nav-cate-etc .g-menu > li > ul > li {
  padding: 0;
  display: block;
  margin-bottom: 5px;
}
.nav-cate-etc .g-menu > li > ul > li > a {
  display: inline-block;
  position: relative;
  color: #777;
  font-size: 0.9375rem;
  line-height: 1.5;
  padding: 5px 0;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
.nav-cate-etc .g-menu > li > ul > li > a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 1px;
  right: 1px;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  height: 1px;
  background: #000;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: background .25s, -webkit-transform .25s;
  transition: background .25s, -webkit-transform .25s;
  -o-transition: transform .25s, background .25s;
  transition: transform .25s, background .25s;
  transition: transform .25s, background .25s, -webkit-transform .25s;
}
.pc .g-menu > li > a:hover {
  color: #293a6a;
}
.pc .g-menu > li > a:hover:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  background: #7985a6;
}
.pc .nav-cate-etc .g-menu > li > ul > li > a:hover {
  color: #293a6a;
}
.pc .nav-cate-etc .g-menu > li > ul > li > a:hover:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  background: #7985a6;
}
/* FOOTER */
.g-footer {
  background: #000;
  color: #eee;
  overflow: hidden;
  word-break: break-all;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 1.5;
  z-index: 0;
}
.g-footer > .container {
  max-width: 1620px;
}
.g-footer[data-scrollview] {
  opacity: 0;
  -webkit-transition: opacity .8s linear;
  -o-transition: opacity .8s linear;
  transition: opacity .8s linear;
}
.g-footer.scroll-view {
  opacity: 1;
}
.f-top {
  padding-top: 55px;
  position: relative;
  font-size: 0;
}
.f-name { 
  font-weight: 400;
  display: block;
  margin: 5px 0 0 0;
  padding: 0; 
  line-height: 1.2;
  font-size: 1.3125rem;
  color: #fff;
  letter-spacing: 0.35em;
}
.f-info {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  min-width: 500px;
}
.f-info ul {
  max-width: 400px;
}
.f-info ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px 0;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.4);
  font-size: 0.875rem;
  color: #eee;
  letter-spacing: 0.08em;
}
.f-info ul li:before {
  content: '';
  width: 2px;
  height: 2px;
  background: #eeeeee;
  border-radius: 50px;
  margin: -2px 8px 0 6px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
}
.f-info ul li:first-child:before, .f-info ul li:nth-child(even):before {
  display: none;
}
.f-logo {
  width: 131px;
  margin: 0 0 25px -3px;
  background: url(../images/logo_blue_light.png) no-repeat 0 0;
  background-size: contain;
}
.f-logo:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 45.03%;
}
.f-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 70%;
  max-width: calc(100% - 500px);
  font-weight: 600;
}
.f-links > li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0;
  margin: 0;
  width: calc(100% / 6);
}
.f-links > li:first-child {
  width: calc(100% / 3);
  padding-right: 15px;
  padding-left: 15px;
}
.f-links > li:last-child {
  min-height: 500px;
}
.f-links > li .title {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #fefefe;
  font-family: "Times New Roman", "Noto Sans TC", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
  white-space: nowrap;
  margin: 0 0 12px 0;
  display: block;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.f-links > li a {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #888;
  white-space: nowrap;
}
.f-links > li > ul > li {
  display: block;
  margin: 0 0 14px 0;
  padding: 0;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}
.f-links > li > ul.f-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0;
}
.f-links > li > ul.f-product li {
  display: inline-block;
  width: 50%;
}
.f-links > li > ul.f-third > li {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin: 0 12px 0 0;
  letter-spacing: 0;
}
.f-links > li > ul.f-third > li > a {
  display: block;
  text-align: center;
  color: #999;
  position: relative;
  font-size: 0;
}
.f-links > li > ul.f-third > li > a:before {
  display: inline-block;
  font-size: 1.1875rem;
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
}
.f-links > li > ul.f-third > li > a.fb:before {
  content: '\f09a';
}
.f-links > li > ul.f-third > li > a.ig:before {
  content: '\f16d';
}
.f-links > li > ul.f-third > li > a.yt:before {
  content: '\f167';
}
.pc .f-links > li > ul.f-third > li > a.fb:hover {
  color: #3b5998;
}
.pc .f-links > li > ul.f-third > li > a.ig:hover {
  color: #e1306c;
}
.pc .f-links > li > ul.f-third > li > a.yt:hover {
  color: #ff0000;
}
.f-bottom {
  padding: 35px 0 40px 20px;
  color: #7c7c7c;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.f-bottom a {
  color: #7c7c7c;
}
.f-copyright {
  display: inline-block;
  vertical-align: top;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.f-sitemap {
  display: inline-block;
  vertical-align: top;
  font-size: 0.875rem;
  color: #41464b;
  margin-left: 5px;
}
.f-sitemap a {
  color: #41464b;
}
.f-grnet {
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-size: 0.875rem;
  color: #41464b;
  margin-left: 16px;
}
.f-grnet:before {
  content: '';
  width: 1px;
  height: 16px;
  background: #41464b;
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -8px;
}
.f-grnet a {
  color: #41464b;
}
.pc .f-info a:hover, .pc .f-links a:hover {
  color: #ffffff;
}
.pc .f-bottom a:hover, .pc .f-sitemap a:hover, .pc .f-grnet a:hover {
  color: #ffffff;
  font-weight: 500;
}
/* Facebook message-main */
.message-main {
  position: fixed;
  bottom: 0;
  right: 165px;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity .4s ease-in-out, -webkit-transform .5s ease-in;
  transition: opacity .4s ease-in-out, -webkit-transform .5s ease-in;
  -o-transition: opacity .4s ease-in-out, transform .5s ease-in;
  transition: opacity .4s ease-in-out, transform .5s ease-in;
  transition: opacity .4s ease-in-out, transform .5s ease-in, -webkit-transform .5s ease-in;
}
.message-main.open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.message-main .close-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #333;
  z-index: 100;
  right: 0;
  top: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.message-main .close-btn:hover {
  background: #111;
}
.message-main .close-btn:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 1px;
  background: #fff;
  top: 20px;
  left: 12px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.message-main .close-btn:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 1px;
  background: #fff;
  top: 20px;
  left: 12px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 767px) {
  .message-main {
    right: 55px;
  }
}
@media (max-width: 399px) {
  .message-main {
    right: 0;
  }
}
@media (max-width: 1799px) {
  .g-header > .container {
    max-width: none;
  }
  .g-logo {
    left: 25px;
  }
}
@media (min-width: 1400px) {
  .f-links > li {
    min-width: 175px;
  }
}
@media (max-width: 1399px) {
  .f-info {
    width: 380px;
    min-width: auto;
  }
  .f-links {
    width: calc(100% - 380px);
    max-width: none;
    display: block;
    max-height: none!important;
  }
  .f-links > li {
    width: calc(100% / 5.5);
  }
  .f-links > li:first-child {
    width: calc(100% / 2.4);
  }
  .f-links > li:last-child {
    min-height: auto;
  }
}
@media (max-width: 1199px) {
  .f-top {
    padding-top: 35px;
  }
  .f-info {
    width: auto;
    display: block;
    text-align: center;
    margin: 0 auto 30px;
  }
  .f-info ul {
    display: inline-block;
  }
  .f-logo {
    width: 120px;
    margin: 0 auto 15px auto;
  }
  .f-links {
    width: auto;
    display: block;
  }
  .f-links > li {
    display: block;
    width: auto;
    padding: 10px 0 10px 135px;
    margin: 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .f-links > li:first-child {
    width: auto;
    padding: 0 0 10px 135px;
  }
  .f-links > li:first-child .title {
    top: 0;
  }
  .f-links > li .title {
    position: absolute;
    left: 0;
    top: 10px;
  }
  .f-links > li > ul {
    display: block;
  }
  .f-links > li > ul > li {
    display: inline-block;
    vertical-align: top;
    margin: 5px 15px 5px 0;
  }
  .f-links > li > ul > li:last-child {
    margin-right: 0;
  }
  .f-links > li > ul.f-product {
    max-height: none!important;
    display: block;
  }
  .f-links > li > ul.f-product li {
    width: auto;
    vertical-align: top;
    margin: 5px 15px 5px 0;
  }
  .f-links > li > ul.f-product li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .g-header > .container {
    max-width: calc(100% - 80px);
    height: 125px;
  }
  .g-logo {
    width: 100px;
  }
  .f-bottom {
    padding: 25px 0;
    letter-spacing: 0.05em;
  }
  .f-bottom a {
    color: #7c7c7c;
  }
  .f-copyright {
    display: block;
  }
  .f-sitemap {
    margin-left: 0;
  }
  .g-search {
    width: calc(100% - 84px);
  }
  .g-search .side-title {
    padding-left: 40px;
  }
  .g-search .form-search {
    padding: 24px 38px 24px 40px;
  }
  .g-search .filter-group {
    padding: 20px 50px 0 30px;
  }
  .g-search .filter-group .form-box {
    padding: 4px 0 4px 115px;
  }
  .g-search .filter-group .form-box .label-style {
    width: 100px;
  }
}
@media (min-width: 768px) {
  body.if-down .g-header {
    pointer-events: none;
  }
  body.if-down .g-logo {
    opacity: 0;
  }
  .g-header {
    pointer-events: auto;
  }
  .g-nav {
    max-width: 100vw;
  }
  .g-nav .side-title {
    left: 18px;
  }
  .g-nav .vmid {
    font-size: 0;
  }
  .g-nav.is-less {
    max-width: 265px !important;
  }
  .g-nav.is-less .nav-deco:before {
    left: 58%;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    opacity: 1;
  }
  .g-nav.is-less .nav-deco:after {
    left: 58%;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    opacity: 0.6;
  }
  .g-nav.is-less .nav-cate-base {
    width: 100%;
    display: block;
  }
  .g-nav.is-less .nav-cate-etc, .g-nav.is-less .nav-cate-spec {
    display: none !important;
  }
  .g-nav.is-less .g-menu {
    width: 150px !important;
  }
  .nav-deco {
    position: absolute;
    width: 50px;
    left: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    -webkit-transition: background .25s;
    -o-transition: background .25s;
    transition: background .25s;
  }
  .nav-deco:before, .nav-deco:after {
    content: '';
    display: block;
    position: absolute;
    height: 9px;
    width: 9px;
    left: 50%;
    top: 50%;
    margin-top: -4px;
    border-style: solid;
    border-color: #333;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
  }
  .nav-deco:before {
    margin-left: -10px;
    opacity: 0.6;
    -webkit-animation: ani_nav_deco2 1.5s both infinite;
            animation: ani_nav_deco2 1.5s both infinite;
  }
  .nav-deco:after {
    margin-left: -4px;
    opacity: 1;
    -webkit-animation: ani_nav_deco 1.5s both infinite;
            animation: ani_nav_deco 1.5s both infinite;
  }
  .pc .nav-deco:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .nav-cate-base, .nav-cate-etc, .nav-cate-spec {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .nav-cate-base::-webkit-scrollbar, .nav-cate-etc::-webkit-scrollbar, .nav-cate-spec::-webkit-scrollbar {
    width: 4px;
    background: #ddd;
  }
  .nav-cate-base::-webkit-scrollbar-track, .nav-cate-etc::-webkit-scrollbar-track, .nav-cate-spec::-webkit-scrollbar-track {
    background: #ddd;
    width: 4px;
  }
  .nav-cate-base::-webkit-scrollbar-thumb, .nav-cate-etc::-webkit-scrollbar-thumb, .nav-cate-spec::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 0;
  }
  .nav-cate-base::-webkit-scrollbar-thumb:hover, .nav-cate-etc::-webkit-scrollbar-thumb:hover, .nav-cate-spec::-webkit-scrollbar-thumb:hover {
    background: #aaa;
  }
  .nav-cate-base .g-menu, .nav-cate-etc .g-menu, .nav-cate-spec .g-menu {
    max-width: 450px;
  }
  .nav-cate-base .g-menu > li > a, .nav-cate-etc .g-menu > li > a, .nav-cate-spec .g-menu > li > a {
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  .nav-cate-base, .nav-cate-spec {
    padding-left: 20px;
  }
  .nav-cate-etc {
    padding-left: 30px;
    max-width: 150px
  }
}
@media (min-width: 768px) and (max-height: 549px) {
  .nav-cate-base {
    width: 150px !important;
    height: auto !important;
    max-width: none !important;
    display: inline-block !important;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
  }
  .nav-cate-base .g-menu {
    max-width: 100% !important;
    max-height: none !important;
    width: auto !important;
  }
  .nav-cate-etc {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .g-header {
    right: auto;
    left: auto;
    width: 100%;
    max-width: 100px;
  }
  .g-header.is-scroll .g-logo a {
    background-image: url(../images/logo_white.png);
  }
  .g-header > .container {
    max-width: 100%;
    height: 60px;
  }
  .g-logo {
    width: 80px;
  }
  .side-title {
    padding: 18px 25px;
  }
  .side-title .lg {
    font-size: 1.375rem;
  }
  .side-title .sm {
    font-size: 1.0625rem;
  }
  .js-side-close {
    padding: 20px;
    top: 10px;
    right: 15px;
  }
  .js-side-close:before, .js-side-close:after {
    height: 16px;
    margin-top: -8px;
  }
  .g-side {
    height: 60px;
    left: 0;
    width: auto;
    bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
    text-align: right;
  }
  .g-switch-search, .g-switch-wishlist, .g-switch-nav, .g-switch-contact {
    height: 60px;
    width: 60px;
    padding: 10px 0 0 0;
    right: auto;
    top: auto;
    bottom: auto;
    border: none;
    display: inline-block;
    position: absolute;
  }
  .g-switch-search span, .g-switch-wishlist span, .g-switch-nav span, .g-switch-contact span {
    letter-spacing: 0.09em;
    margin: 2px auto 0 auto;
    -webkit-transform: scale(0.7, 0.78);
        -ms-transform: scale(0.7, 0.78);
            transform: scale(0.7, 0.78);
  }
  .g-switch-nav {
    right: 0;
  }
  .g-switch-nav .ver-mid {
    top: 50%;
  }
  .g-switch-nav .icon {
    height: 23px;
  }
  .g-switch-nav .icon > div {
    width: 22px;
    margin-left: -11px;
  }
  .g-switch-nav .icon > div:nth-child(1) {
    margin-top: -8px;
  }
  .g-switch-nav .icon > div:nth-child(3) {
    margin-top: 6px;
  }
  .g-switch-nav span {
    color: #aaa;
  }
  .g-switch-search {
    right: 60px;
  }
  .g-switch-contact {
    right: 120px;
  }
  .g-switch-wishlist {
    right: 180px;
  }
  .gotop {
    position: fixed;
    width: 46px;
    height: 46px;
    right: 0;
    bottom: 0;
    padding: 7px 0 0 0;
    border: none;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
  }
  .gotop.scroll-view {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    pointer-events: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .gotop.scroll-view:after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .gotop:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 0;
    height: 0;
    -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
            transform-origin: right bottom;
    border-style: solid;
    border-width: 0 0 70px 70px;
    border-color: transparent transparent rgba(0, 0, 0, 0.7) transparent;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: background .25s, -webkit-transform .35s;
    transition: background .25s, -webkit-transform .35s;
    -o-transition: background .25s, transform .35s;
    transition: background .25s, transform .35s;
    transition: background .25s, transform .35s, -webkit-transform .35s;
  }
  .gotop span {
    margin-top: 0;
    font-size: 12px;
    position: relative;
    z-index: 2;
  }
  .gotop:before {
    height: 13px;
    background-size: 100% auto;
    position: relative;
    z-index: 2;
  }
  .pc .gotop:hover {
    background-color: transparent;
  }
  .pc .gotop:hover:after {
    border-color: transparent transparent rgba(0, 0, 0, 0.9) transparent;
  }
  .pc .g-switch-nav:hover span {
    color: #eee;
  }
  .g-search, .g-wishlist, .g-nav {
    right: 0;
    top: 60px;
    width: 100%;
    max-width: 100%;
  }
  .g-search.is-open, .g-wishlist.is-open, .g-nav.is-open {
    display: block;
    -webkit-animation: ani_fadeIn .5s both;
            animation: ani_fadeIn .5s both;
  }
  .g-search.is-close, .g-wishlist.is-close, .g-nav.is-close {
    -webkit-animation: ani_fadeOut .35s;
            animation: ani_fadeOut .35s;
  }
  .g-search .js-side-close {
    top: 10px;
    right: 20px;
  }
  .g-search .side-title {
    padding-left: 25px;
  }
  .g-search .form-search {
    padding: 15px 25px;
  }
  .g-search .filter-group {
    padding: 25px 25px 5px 25px;
  }
  .g-search .filter-group .form-box {
    padding: 5px 0 5px 95px;
  }
  .g-search .filter-group .form-box .label-style {
    width: 85px;
  }
  .g-search .btn-wrap {
    padding: 20px 0;
  }
  .form-search {
    position: relative;
  }
  .form-search .label-style {
    width: 90px;
    font-size: 1rem;
  }
  .form-search .input-style {
    width: calc(100% - 172px);
    max-width: none;
    padding-right: 60px;
  }
  .form-search .btn-search {
    right: 40px;
    top: 18px;
    width: 32px;
    height: 32px;
    font-size: 0;
    background-color: transparent;
    position: absolute;
  }
  .form-search .btn-search:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(../images/icon_zoom_dark.png) no-repeat 0 0;
    background-size: contain;
    -webkit-transition: width .25s, height .25s;
    -o-transition: width .25s, height .25s;
    transition: width .25s, height .25s;
  }
  .form-search .btn-search:active {
    background-color: #222;
  }
  .form-search .btn-search:active:after {
    width: 18px;
    height: 18px;
    background-image: url(../images/icon_zoom.png);
  }
  .pc .form-search .btn-search:hover {
    background-color: #999;
  }
  .pc .form-search .btn-search:hover:after {
    width: 20px;
    height: 20px;
    background-image: url(../images/icon_zoom.png);
  }
  .filter-group .form-box {
    padding: 5px 0 5px 95px;
  }
  .filter-group .form-box .label-style {
    width: 85px;
    padding: 5px 30px 5px 0;
    font-size: 1rem;
    text-align: left;
  }
  .filter-group .shape img {
    max-height: 26px;
  }
  .filter-group .shape-first {
    display: none;
  }
  .filter-group .shape-second .shape {
    display: block !important;
    padding: 0 10px 10px;
    border-bottom: 1px dashed #d3d3d3;
  }
  .filter-group .shape-second .form-shape:last-of-type {
    margin-bottom: 0;
  }
  .filter-group .form-shape {
    display: block !important;
    width: 100%;
    padding: 5px 10px;
    border-radius: 2px;
    margin: 0 auto 15px auto;
    border: 1px solid #d3d3d3;
  }
  .filter-group .form-shape.has-checked {
    border-color: #666;
  }
  .filter-group .form-shape .gp {
    position: relative;
    padding: 0;
    margin: 10px 0 0 0;
  }
  .filter-group .form-shape .gp:before {
    display: none;
  }
  .g-contact {
    top: 70px;
    left: calc(100% - 185px);
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .g-contact.is-open {
    display: block;
    -webkit-animation: ani_fadeIn .5s both;
            animation: ani_fadeIn .5s both;
  }
  .g-contact.is-close {
    -webkit-animation: ani_fadeOut .35s;
            animation: ani_fadeOut .35s;
  }
  .g-contact a {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
    width: 40px;
    height: 40px;
  }
  .g-wishlist .list-wrap {
    top: 58px;
    padding-bottom: 70px;
  }
  .g-wishlist .list .item .img {
    width: 125px;
    max-width: 125px;
    padding: 15px 0 15px 15px;
  }
  .g-wishlist .list .item .text {
    width: auto;
    padding: 15px 45px 15px 15px;
  }
  .g-wishlist .list .item .text .btn-round {
    right: 15px;
    font-size: 0;
    padding: 0;
    width: 28px;
    height: 28px;
    border: 1px solid #999;
  }
  .g-wishlist .list .item .text .btn-round:before, .g-wishlist .list .item .text .btn-round:after {
    content: '';
    pointer-events: none;
    width: 1px;
    height: 12px;
    background-color: #666;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    -webkit-transition: background .25s;
    -o-transition: background .25s;
    transition: background .25s;
  }
  .g-wishlist .list .item .text .btn-round:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .g-wishlist .list .item .text .btn-round:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .g-wishlist .list .item .text .btn-round:active {
    background-color: #666;
  }
  .g-wishlist .list .item .text .btn-round:active:before, .g-wishlist .list .item .text .btn-round:active:after {
    background-color: #fff;
    border-color: #666;
  }
  .g-wishlist .btn-wrap {
    padding: 15px 20px;
  }
  .pc .g-wishlist .list .item .text .btn-round:hover {
    background-color: #666;
  }
  .pc .g-wishlist .list .item .text .btn-round:hover:before, .pc .g-wishlist .list .item .text .btn-round:hover:after {
    background-color: #fff;
    border-color: #666;
  }
  .g-nav {
    padding: 15px 20px 30px 40px;
    max-width: 100% !important;
  }
  .g-nav .side-title {
    margin-bottom: 15px;
  }
  .g-nav .side-title .lg {
    font-size: 1.3rem;
    display: inline-block;
    vertical-align: baseline;
  }
  .g-nav .side-title .sm {
    font-size: 1.04125rem;
    display: inline-block;
    vertical-align: baseline;
  }
  .g-nav.is-less {
    width: 100%;
    max-width: 100% !important;
  }
  .g-nav .vmid {
    overflow-y: auto;
    overflow-x: hidden;
    display: flex-wrap;
  }
  .g-nav .vmid::-webkit-scrollbar {
    width: 6px;
    background: #ddd;
  }
  .g-nav .vmid::-webkit-scrollbar-track {
    background: #ddd;
    width: 6px;
  }
  .g-nav .vmid::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 0;
  }
  .g-nav .vmid::-webkit-scrollbar-thumb:hover {
    background: #aaa;
  }
  .nav-cate-base, .nav-cate-spec {
    height: auto !important;
    max-height: none !important;
    width: 55% !important;
    display: block;
    padding-left: 7%;
  }
  .nav-cate-base .side-title {
    left: 7%;
  }
  .nav-cate-etc {
    height: auto !important;
    max-height: none !important;
    width: 45% !important;
    display: block;
    padding-left: 5%;
    right: 0;
    top: 0;
    position: absolute;
  }
  .g-menu {
    width: auto !important;
  }
  .g-menu > li {
    width: 100%;
  }
  .f-links > li {
    padding: 10px 0 10px 100px;
  }
  .f-links > li:first-child {
    padding: 0 0 10px 0;
  }
  .f-links > li:first-child .title {
    position: relative;
    margin: 0 0 5px 0;
    display: block;
    width: auto;
  }
  .f-links > li .title {
    font-size: 1.0625rem;
  }
  .f-copyright, .f-grnet, .f-sitemap {
    font-size: 0.75rem;
  }
  .f-copyright {
    margin-bottom: 5px;
  }
  .f-grnet {
    margin-left: 14px;
  }
  .f-grnet:before {
    height: 13px;
    left: -10px;
    margin-top: -6px;
  }
}
@media (max-width: 539px) {
  .g-search .filter-group {
    padding: 5px 25px;
  }
  .g-search .filter-group .form-box {
    padding: 5px 0;
    margin: 0 auto 8px;
  }
  .g-search .filter-group .form-box .label-style {
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 8px;
  }
  .form-search {
    margin: 0 auto;
  }
  .form-search .label-style {
    display: none;
  }
  .form-search .input-style {
    width: calc(100% - 70px);
  }
  .form-search .btn-search {
    right: 35px;
  }
  .filter-group .form-box {
    padding: 5px 0;
    margin: 0 -10px 8px;
  }
  .filter-group .form-box .label-style {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 5px 10px;
    margin: 0 0 5px 0;
    background: #e3e3e3;
    border-radius: 2px;
  }
  .filter-group .form-box .label-style:after {
    display: none;
  }
  .nav-cate-base, .nav-cate-spec {
    padding-left: 9%;
  }
  .nav-cate-base .side-title {
    left: 9%;
  }
}
@media (max-width: 449px) {
  .f-copyright span {
    display: block;
  }
  .g-nav {
    padding: 15px 0 20px 20px;
  }
  .g-nav .side-title .lg {
    font-size: 1.25rem;
  }
  .g-nav .side-title .sm {
    font-size: 1rem;
  }
}
@media (max-width: 399px) {
  .g-switch-search, .g-switch-wishlist, .g-switch-nav, .g-switch-contact {
    width: 45px;
    padding-top: 20px;
  }
  .g-switch-search span, .g-switch-wishlist span, .g-switch-nav span, .g-switch-contact span {
    display: none;
  }
  .g-switch-search {
    right: 45px;
  }
  .g-switch-contact {
    right: 90px;
  }
  .g-switch-wishlist {
    right: 135px;
  }
  .g-wishlist .list .item .img {
    width: 100px;
  }
  .g-wishlist .list .item .text {
    font-size: 0.875rem;
    font-weight: 500;
  }
  .g-wishlist .list .item .text .num {
    padding-left: 38px;
  }
  .g-wishlist .list .item .text .num .tt {
    width: 38px;
  }
  .f-info {
    margin: 0 -20px 25px -20px;
    letter-spacing: 0.05em;
  }
}
/* === INDEX === */
.is-ie [data-parallax] {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.i-slide-wrap {
  position: relative;
  background: #151515;
  line-height: 0;
  overflow: hidden;
  height: 100vh;
}
.scroll-down {
  display: inline-block;
  width: 1px;
  height: 19%;
  max-height: 190px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  overflow: hidden;
  z-index: 1;
  background: #545454;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity .8s;
  -o-transition: opacity .8s;
  transition: opacity .8s;
}
.scroll-down:before {
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
      transform-origin: center top;
  position: absolute;
  width: 1px;
  height: 21%;
  max-height: 40px;
  background: #fff;
  -webkit-animation: ani_scrolldown 2s ease both infinite;
  animation: ani_scrolldown 2s ease both infinite;
}
.scroll-down.is-scroll {
  opacity: 0;
}
.i-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: none;
}
.i-slide .slick-arrow {
  width: 30%;
  height: 100%;
  top: 0;
  margin: 0;
  bottom: 0;
  max-width: 450px;
  font-size: 0;
  border: none;
  background: none;
  opacity: 0;
}
.i-slide .slick-arrow:focus {
  outline: 0;
}
.i-slide .slick-arrow:before {
  display: none;
}
.i-slide .item {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  height: 100vh;
  width: 100%;
  display: block;
  position: relative;
}
.i-slide .item div[class^="responsive-image"] {
  z-index: 0;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.i-slide .item .text {
  position: absolute;
  z-index: 10;
  top: 39.2%;
  left: 50.4%;
  width: calc(100% - 160px);
  max-width: 800px;
  padding: 0 0 20px;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.25);
}
.i-slide .item .text .deco {
  content: '';
  position: absolute;
  left: 49%;
  top: 50%;
  width: 38.8%;
  height: 100%;
  max-width: 406px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.i-slide .item .text .deco:before {
  content: '';
  position: absolute;
  top: 17%;
  left: 2%;
  display: block;
  width: 100%;
  padding-bottom: 50%;
  background: url(../images/i_slide_deco.svg) no-repeat center top;
  background-size: 100% auto;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.i-slide .item .text .deco:after {
  content: '';
  position: absolute;
  top: 75%;
  left: 1%;
  display: block;
  width: 100%;
  padding-bottom: 50%;
  background: url(../images/i_slide_deco.svg) no-repeat center bottom;
  background-size: 100% auto;
}
.i-slide .item .text .lg {
  display: block;
  text-transform: uppercase;
  font-size: 1.875rem;
  line-height: 1.33;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.6em;
  margin: 12px 0 0 2px;
  opacity: 0;
}
.i-slide .item .text .sm {
  display: block;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.33;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.6em;
  margin: 8px 0 0 -5px;
  opacity: 0;
}
.i-slide .out .item div[class^="responsive-image"], .i-slide .out .item img {
  -webkit-animation: ani_slide_out 1.2s both linear;
          animation: ani_slide_out 1.2s both linear;
}
.i-slide .out .item .text .deco {
  -webkit-animation: ani_slide_deco_out 1.8s both cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: ani_slide_deco_out 1.8s both cubic-bezier(0.215, 0.61, 0.355, 1);
}
.i-slide .out .item .text .lg, .i-slide .out .item .text .sm {
  -webkit-animation: ani_fadeOut 1.5s both linear;
          animation: ani_fadeOut 1.5s both linear;
}
.i-slide .in .item div[class^="responsive-image"], .i-slide .in .item img, .i-slide .first .item div[class^="responsive-image"], .i-slide .first .item img {
  -webkit-animation: ani_slide_in 2s both  linear;
          animation: ani_slide_in 2s both  linear;
}
.i-slide .in .item .text .deco, .i-slide .first .item .text .deco {
  opacity: 1;
  -webkit-animation: ani_slide_deco_in 1.5s 0.35s both cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: ani_slide_deco_in 1.5s 0.35s both cubic-bezier(0.215, 0.61, 0.355, 1);
}
.i-slide .in .item .text .lg, .i-slide .in .item .text .sm, .i-slide .first .item .text .lg, .i-slide .first .item .text .sm {
  opacity: 1;
  -webkit-animation: ani_fadeIn 1.2s .35s both linear;
          animation: ani_fadeIn 1.2s .35s both linear;
}
@media (min-width: 768px) {
  .pc .i-slide .slick-prev {
    cursor: url(../images/icon_slide_prev.svg) 15 20, auto;
  }
  .pc .i-slide .slick-next {
    cursor: url(../images/icon_slide_next.svg) 15 20, auto;
  }
}
@media (max-width: 767px) {
  .i-slide-wrap {
    height: auto;
    /*padding-bottom: 112.5%;*/
    height: calc(100vh - 60px);
  }
  .i-slide .item {
    /*height: auto;*/
    height: calc(100vh - 60px);
  }
  /*.i-slide .item div[class^="responsive-image"] {
    position: relative
  }*/
  .i-slide-wrap .scroll-down {
    bottom: 20px;
    height: 10%;
    max-height: 100px;
  }
  .i-slide .item > .container {
    width: 100%;
  }
  .i-slide .item .text {
    width: 100%;
    left: 50%;
  }
  .i-slide .item .text .lg {
    font-size: 1.625rem;
    letter-spacing: 0.4em;
  }
  .i-slide .item .text .sm {
    font-size: 1.0625rem;
    letter-spacing: 0.4em;
  }
  .i-slide .item .text .deco {
    width: 45%;
  }
  .pc .i-slide .slick-prev {
    cursor: url(../images/icon_slide_prev_s.svg) 9 12, auto;
  }
  .pc .i-slide .slick-next {
    cursor: url(../images/icon_slide_next_s.svg) 9 12, auto;
  }
  /* 希望放大一點的話可調整  */
  /*.i-slide .item div[class^="responsive-image"] {
    background-position: center 35%!important;
    left: 50%;
    top: 33%;
    width: 172%;
    height: 172%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .i-slide .out .item div[class^="responsive-image"], .i-slide .out .item img {
    -webkit-animation: ani_slide_out_mb 1.2s both linear;
            animation: ani_slide_out_mb 1.2s both linear;
  }
  .i-slide .in .item div[class^="responsive-image"], .i-slide .in .item img, .i-slide .first .item div[class^="responsive-image"], .i-slide .first .item img {
    -webkit-animation: ani_slide_in_mb 2s both  linear;
            animation: ani_slide_in_mb 2s both  linear;
  }*/
}
@media (max-width: 549px) {
  .i-slide .item .text .lg {
    font-size: 1.375rem;
    letter-spacing: 0.3em;
  }
  .i-slide .item .text .sm {
    font-size: 1rem;
    letter-spacing: 0.2em;
  }
}
@media (max-width: 399px) {
  .i-slide .item .text .lg {
    font-size: 1.3125rem;
  }
}
.g-subhead {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  line-height: 1.02;
}
.g-subhead .lg {
  font-size: 2.8125rem;
  font-weight: 600;
  text-align: inherit;
  display: inline-block;
}
.g-subhead .sm {
  font-size: 1.75rem;
  color: #333;
  display: block;
  margin-top: 8px;
  font-weight: 400;
  text-align: inherit;
}
.g-subhead.page-style .lg {
  color: #333;
  font-size: 2.5rem;
}
.g-subhead.text-right {
  text-align: right;
}
.g-subhead.text-center {
  text-align: center;
}
.g-subhead.line-style {
  padding: 0 0 16px 0;
}
.g-subhead.line-style:after {
  content: '';
  width: 40px;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.g-subhead.line-style.text-center:after {
  left: 50%;
  margin-left: -1px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
}
.g-subhead.line-style.text-right:after {
  right: 0;
  left: auto;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}
.g-subhead .lg {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity .65s .15s, -webkit-transform .65s .15s;
  transition: opacity .65s .15s, -webkit-transform .65s .15s;
  -o-transition: transform .65s .15s, opacity .65s .15s;
  transition: transform .65s .15s, opacity .65s .15s;
  transition: transform .65s .15s, opacity .65s .15s, -webkit-transform .65s .15s;
}
.g-subhead .sm {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity .65s .2s, -webkit-transform .65s .2s;
  transition: opacity .65s .2s, -webkit-transform .65s .2s;
  -o-transition: transform .65s .2s, opacity .65s .2s;
  transition: transform .65s .2s, opacity .65s .2s;
  transition: transform .65s .2s, opacity .65s .2s, -webkit-transform .65s .2s;
}
.g-subhead.line-style:after {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform .29s;
  transition: -webkit-transform .29s;
  -o-transition: transform .29s;
  transition: transform .29s;
  transition: transform .29s, -webkit-transform .29s;
}
.g-subhead.line-style.text-center:after {
  -webkit-transform: translateX(-50%) scaleX(0);
      -ms-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
}
.g-subhead.scroll-view .lg, .g-subhead.scroll-view .sm {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.g-subhead.scroll-view.line-style:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform .65s .35s;
  transition: -webkit-transform .65s .35s;
  -o-transition: transform .65s .35s;
  transition: transform .65s .35s;
  transition: transform .65s .35s, -webkit-transform .65s .35s;
}
.g-subhead.scroll-view.line-style.text-center:after {
  -webkit-transform: translateX(-50%) scaleX(1);
      -ms-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}
@media (max-width: 1299px) {
  .g-subhead .lg {
    font-size: 3rem;
  }
  .g-subhead .sm {
    font-size: 1.25rem;
  }
  .g-subhead.page-style .lg {
    font-size: 2.625rem;
  }
}
@media (max-width: 1199px) {
  .g-subhead .sm {
    font-size: 1.375rem;
  }
}
@media (max-width: 991px) {
  .g-subhead {
    margin-bottom: 30px;
  }
  .g-subhead .lg {
    font-size: 2.5rem;
  }
  .g-subhead .sm {
    font-size: 1.25rem;
  }
  .g-subhead.page-style .lg {
    font-size: 2rem;
  }
  .g-subhead.page-style.line-style {
    padding: 0 0 12px 0;
  }
}
@media (max-width: 767px) {
  .g-subhead {
    text-align: center;
  }
  .g-subhead.line-style {
    padding: 0 0 12px 0;
  }
  .g-subhead.line-style:after {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .g-subhead.text-center, .g-subhead.text-right {
    text-align: center;
  }
  .g-subhead.text-center.line-style:after, .g-subhead.text-right.line-style:after {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .g-subhead .lg {
    font-size: 2.25rem;
  }
  .g-subhead .sm {
    font-size: 1.25rem;
  }
  .g-subhead.page-style .lg {
    font-size: 1.625rem;
  }
  .g-subhead.line-style:after {
    -webkit-transform: translateX(-50%) scaleX(0);
        -ms-transform: translateX(-50%) scaleX(0);
            transform: translateX(-50%) scaleX(0);
  }
  .g-subhead.scroll-view.line-style:after {
    -webkit-transform: translateX(-50%) scaleX(1);
        -ms-transform: translateX(-50%) scaleX(1);
            transform: translateX(-50%) scaleX(1);
  }
}
/* === PAGES === */
@media (min-width: 768px) {
  .g-wrap.no-ban {
    padding-top: 40px;
  }
  .g-wrap.no-ban .p-breadcrumb {
    text-align: right !important;
  }
}
.sec-title {
  position: relative;
  z-index: 5;
  padding: 0;
  margin: 0 0 35px 0;
  color: #000;
  line-height: 1.2;
}
.sec-title a{
  display: inline-block;
}
.sec-title[data-scrollview] .lg, .sec-title[data-scrollview] .sm {
  -webkit-transform: translate(0, 15px);
      -ms-transform: translate(0, 15px);
          transform: translate(0, 15px);
  opacity: 0;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s, -webkit-transform .5s;
}
.sec-title[data-scrollview].line-style:after {
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
.sec-title.scroll-view .lg {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s, -webkit-transform .5s;
}
.sec-title.scroll-view .sm {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity .5s .25s, -webkit-transform .5s .25s;
  transition: opacity .5s .25s, -webkit-transform .5s .25s;
  -o-transition: opacity .5s .25s, transform .5s .25s;
  transition: opacity .5s .25s, transform .5s .25s;
  transition: opacity .5s .25s, transform .5s .25s, -webkit-transform .5s .25s;
}
.sec-title.scroll-view.line-style:after {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: -webkit-transform .8s .25s;
  transition: -webkit-transform .8s .25s;
  -o-transition: transform .8s .25s;
  transition: transform .8s .25s;
  transition: transform .8s .25s, -webkit-transform .8s .25s;
}
.sec-title .lg {
  font-size: 1.125rem;
  display: inline-block;
  vertical-align: bottom;
  font-family: "Cinzel", "Times New Roman", "Noto Sans TC", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.sec-title .sm {
  font-size: 1.0625rem;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 0 8px;
  font-family: "Cinzel", "Times New Roman", "Noto Sans TC", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
  letter-spacing: 0.1em;
}
.sec-title.text-center {
  text-align: center;
  margin-bottom: 20px;
}
.sec-title.text-center .lg {
  display: block;
}
.sec-title.text-center .sm {
  display: block;
  margin: 5px auto;
}
.sec-title.line-style {
  text-align: center;
  padding-bottom: 70px;
  position: relative;
  margin-bottom: 10px;
}
.sec-title.line-style:after {
  content: '';
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 56px;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(221, 221, 221, 0)), to(#4c4c4c));
  background: -webkit-linear-gradient(bottom, rgba(221, 221, 221, 0) 0%, #4c4c4c 100%);
  background: -o-linear-gradient(bottom, rgba(221, 221, 221, 0) 0%, #4c4c4c 100%);
  background: linear-gradient(0deg, rgba(221, 221, 221, 0) 0%, #4c4c4c 100%);
}
.sec-title.line-style .sm {
  margin: 10px auto 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .sec-title {
    text-align: center;
    margin: 0 auto 20px auto;
    display: block;
  }
  .sec-title .lg {
    font-size: 1.28rem;
  }
  .sec-title .sm {
    font-size: 1rem;
    display: block;
    margin: 5px auto 0 auto;
  }
  .sec-title.line-style .lg {
    font-size: 1.28rem;
  }
  .sec-title.line-style .sm {
    font-size: 1rem;
    margin: 5px auto 0 auto;
  }
  .sec-title.line-style {
    padding-bottom: 0;
  }
  .sec-title.line-style:after {
    display: none;
  }
  .sec-title-wrap.inline-style {
    margin: 0 0 30px 0;
    text-align: center;
  }
  .sec-title-wrap.inline-style .lg {
    margin: 0 5px 0 0;
  }
  .sec-title-wrap.inline-style .sm {
    display: inline-block;
    margin: 0;
  }
}
@media (max-width: 499px) {
  .sec-title-wrap.inline-style .lg {
    font-size: 1.125rem;
    letter-spacing: 0.09em;
  }
  .sec-title-wrap.inline-style .sm {
    font-size: 0.9375rem;
  }
}
.pbn-title {
  z-index: 5;
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  line-height: 1.5;
  color: #fff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.pbn-title .sm {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 400;
  opacity: 0;
  letter-spacing: 0.6em;
  -webkit-transition: opacity .5s .26s;
  -o-transition: opacity .5s .26s;
  transition: opacity .5s .26s;
}
.pbn-title .lg {
  font-size: 1.625rem;
  margin-top: 220px;
  font-weight: 400;
  margin-top: 10px;
  display: block;
  opacity: 0;
  letter-spacing: 0.6em;
  -webkit-transition: opacity .45s .25s;
  -o-transition: opacity .45s .25s;
  transition: opacity .45s .25s;
}
.pbn-title.scroll-view .sm, .pbn-title.scroll-view .lg {
  opacity: 1;
}
@media (max-width: 767px) {
  .pbn-title .sm {
    font-size: 1.0625rem;
  }
  .pbn-title .lg {
    font-size: 1.375rem;
  }
  .pbn-title.scroll-view .sm, .pbn-title.scroll-view .lg {
    letter-spacing: 0.2em;
  }
}
@media (max-width: 499px) {
  .pbn-title {
    letter-spacing: 0.1em;
  }
  .pbn-title .sm {
    font-size: 1rem;
  }
  .pbn-title .lg {
    font-size: 1.25rem;
  }
  .pbn-title.scroll-view .sm, .pbn-title.scroll-view .lg {
    letter-spacing: 0.1em;
  }
}
.share-box {
  border-radius: 100px;
  padding: 2px 13px 10px 16px;
  background: #dcdcdc;
  display: inline-block;
  vertical-align: top;
  width: 185px;
  white-space: nowrap;
  text-align: center;
}
.share-box .label {
  display: inline-block;
  white-space: nowrap;
  pointer-events: none;
  vertical-align: middle;
  font-family: "Times New Roman", "Noto Sans TC", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
  color: #000;
  padding: 0;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 1.125rem;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.share-box .label:before {
  display: inline-block;
  content: '\f1e0';
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  text-shadow: none;
  margin-right: 5px;
  font-size: 0.875em;
}
.share-box > a {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin: 0 4px;
  font-size: 0;
  background-image: url(../images/icon_share.png);
  background-repeat: no-repeat;
  background-size: 200% auto;
}
.share-box > a.fb {
  background-position: 0 0;
}
.share-box > a.line {
  background-position: 100% 0;
}
@media (max-width: 1199px) {
  .share-box {
    padding: 2px 10px 4px 12px;
    width: 165px;
  }
}
.p-ban-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.p-ban-wrap[data-scrollview] [data-responsive-image] {
  opacity: 0;
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
  -webkit-transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.5s 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.5s 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.5s 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.5s 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.5s 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.5s 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ban-wrap[data-scrollview].scroll-view [data-responsive-image] {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.p-ban-wrap:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 31.25%;
}
.p-ban-wrap [data-responsive-image] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.p-ban-wrap .scroll-down {
  z-index: 2;
  bottom: 80px;
  height: 22%;
  background: rgba(0, 0, 0, 0.4);
}
.p-breadcrumb-pos {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-breadcrumb-pos .p-breadcrumb {
  margin-bottom: 10px;
}
.p-breadcrumb-pos .p-breadcrumb li {
  color: #ccc;
}
.p-breadcrumb-pos .p-breadcrumb li a {
  color: #ddd;
}
.p-breadcrumb-pos .p-breadcrumb li:before {
  background: #aaa;
}
.p-breadcrumb-pos .p-breadcrumb li:last-child {
  color: #ddd;
}
.p-breadcrumb-pos .p-breadcrumb li:last-child a {
  color: #ddd;
}
@media (max-width: 1499px) {
  .p-ban-wrap .scroll-down {
    height: 14%;
    bottom: 15%;
  }
}
@media (max-width: 499px), (min-width: 840px) and (max-width: 991px), (min-width: 1024px) and (max-width: 1199px) {
  .p-ban-wrap .scroll-down {
    height: 14%;
  }
}
@media (max-width: 991px) {
  .p-ban-wrap .scroll-down {
    bottom: 9%;
  }
  .p-ban-wrap .p-breadcrumb {
    padding: 3px 0;
  }
}
@media (max-width: 839px) {
  .p-ban-wrap:before {
    padding-bottom: 62.5%;
  }
}
@media (max-width: 767px) {
  .p-ban-wrap .scroll-down {
    display: none !important;
  }
}
.i-about {
  position: relative;
  background: none;
  padding-top: 120px;
  padding-bottom: 20px;
}
.i-about[data-scrollview] .sec-title {
  opacity: 0;
  -webkit-transform: translateY(8%);
      -ms-transform: translateY(8%);
          transform: translateY(8%);
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.i-about[data-scrollview] .text {
  opacity: 0;
  -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.i-about.scroll-view .sec-title {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.8s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.8s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.8s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.8s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.8s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.i-about.scroll-view .text {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.8s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.8s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.8s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.8s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.8s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.i-about .container {
  z-index: 1;
  width: 100%;
  max-width: 720px;
}
.i-about .sec-title {
  font-weight: 400;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.i-about .sec-title .lg {
  font-size: 1.5rem;
}
.i-about .sec-title .lg span {
  letter-spacing: 0.5em;
}
.i-about .sec-title .gap {
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding-left: 15px;
  margin-left: 7px;
}
.i-about .sec-title .gap:before {
  content: '';
  width: 1px;
  position: absolute;
  height: 20px;
  background: #444444;
  top: 50%;
  left: -1px;
  margin-top: -12px;
}
.i-about .text {
  margin: 20px auto;
  padding: 0;
  font-size: 1.0625rem;
  line-height: 2.25;
  color: #222;
  letter-spacing: 0.2em;
  font-weight: 400;
}
@media (max-width: 1299px) {
  .i-about {
    padding-top: 100px;
  }
  .i-about .sec-title {
    letter-spacing: 0.3em;
  }
}
@media (max-width: 991px) {
  .i-about {
    padding-top: 50px;
  }
  .i-about > .container {
    display: block;
    width: 100%;
  }
  .i-about .text {
    letter-spacing: 0.1em;
  }
  .i-about .sec-title {
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .i-about .sec-title .lg {
    font-size: 1.375rem;
  }
  .i-about .text {
    margin: 15px auto 0;
    font-size: 1rem;
    font-weight: 400;
  }
}
@media (max-width: 599px) {
  .i-about .text {
    margin: 15px auto 0;
    letter-spacing: 0.05em;
  }
  .i-about .sec-title {
    margin-bottom: 30px;
  }
  .i-about .sec-title .lg {
    font-size: 1.25rem;
  }
  .i-about .sec-title .gap {
    font-size: 1.125rem;
    display: block;
    padding: 0;
    margin: 10px auto 0 auto;
  }
  .i-about .sec-title .gap:before {
    display: none;
  }
}
.i-classic {
  padding-top: 70px;
  padding-bottom: 100px;
}
.i-classic[data-scrollview] .sec-title {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.i-classic[data-scrollview] .sec-title .tit:before {
  opacity: 0;
  -webkit-transform: translateX(20px) rotate(90deg);
      -ms-transform: translateX(20px) rotate(90deg);
          transform: translateX(20px) rotate(90deg);
  -webkit-transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.i-classic[data-scrollview] .sec-title .tit .lg, .i-classic[data-scrollview] .sec-title .tit .sm {
  opacity: 0;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.i-classic[data-scrollview] .sec-title .deco-text {
  color: transparent;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: color 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: color 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.i-classic[data-scrollview] .sec-title .deco-text:before {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.i-classic[data-scrollview] .grid-list {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.i-classic[data-scrollview] .grid-list .item {
  opacity: 0;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s, -webkit-transform .5s;
}
.i-classic.scroll-view .sec-title {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.i-classic.scroll-view .sec-title .tit:before {
  opacity: 1;
  -webkit-transform: translateX(0) rotate(0deg);
      -ms-transform: translateX(0) rotate(0deg);
          transform: translateX(0) rotate(0deg);
  -webkit-transition: opacity 0.8s 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.8s 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.8s 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.8s 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.8s 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.i-classic.scroll-view .sec-title .tit .lg {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.8s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.8s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.8s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.8s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.8s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.i-classic.scroll-view .sec-title .tit .sm {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.8s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.8s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.8s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.8s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.8s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.i-classic.scroll-view .sec-title .deco-text {
  color: #727272;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: color 0.35s 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.35s 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: color 0.35s 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.35s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.35s 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.35s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.35s 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.35s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.i-classic.scroll-view .sec-title .deco-text:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: opacity 0.5s 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.5s 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.i-classic.scroll-view .grid-list {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.i-classic.scroll-view .grid-list .item {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.65s 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.65s 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.65s 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.65s 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.65s 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.65s 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.65s 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.65s 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.65s 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.65s 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.65s 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.i-classic > .container {
  max-width: 1590px;
}
.i-classic .sec-title {
  padding: 0 0 10px 50px;
  margin-bottom: 10px;
}
.i-classic .sec-title .tit {
  position: relative;
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1;
}
.i-classic .sec-title .tit:before {
  content: '';
  width: 100px;
  height: 102px;
  position: absolute;
  top: -46px;
  left: -49px;
  background: url(../images/i_popular_deco.png) no-repeat 0 0;
  background-size: contain;
}
.i-classic .sec-title .tit .lg {
  font-size: 1.125rem;
  letter-spacing: 0.09em;
}
.i-classic .sec-title .tit .sm {
  font-size: 1.0625rem;
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.i-classic .sec-title .deco-text {
  font-size: 1rem;
  color: #727272;
  display: block;
  position: relative;
  margin: 22px 0 0 0;
  padding: 0 0 0 222px;
  letter-spacing: 0.2em;
  font-weight: 500;
}
.i-classic .sec-title .deco-text:before {
  pointer-events: none;
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 210px;
  left: 5px;
  top: 55%;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  margin-top: -1px;
  background: #989898;
  background: -webkit-linear-gradient(90deg, #989898 0%, white 100%);
  background: -webkit-gradient(linear, left top, right top, from(#989898), to(white));
  background: -webkit-linear-gradient(left, #989898 0%, white 100%);
  background: -o-linear-gradient(left, #989898 0%, white 100%);
  background: linear-gradient(90deg, #989898 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#989898",endColorstr="#ffffff",GradientType=1);
}
.i-classic .grid-list {
  position: relative;
  font-size: 0;
  line-height: 0;
  margin: 0 -5px;
}
.i-classic .grid-list:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 60%;
}
.i-classic .grid-list .item {
  width: 20%;
  display: block;
  padding: 0 5px 10px 5px;
  margin: 0;
  position: absolute;
  will-change: width;
}
.i-classic .grid-list .item .slick-list {
  overflow: hidden;
}
.i-classic .grid-list .item a {
  display: block;
  position: relative;
  font-size: 1.038125rem;
  line-height: 1.375;
  letter-spacing: 0.1em;
  overflow: hidden;
}
.i-classic .grid-list .item a:first-child {
  z-index: 100;
}
.i-classic .grid-list .item a:before {
  content: '';
  width: 100%;
  padding-bottom: 100%;
  pointer-events: none;
  display: block;
}
.i-classic .grid-list .item a:after {
  content: '';
  z-index: 50;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity .35s;
  -o-transition: opacity .35s;
  transition: opacity .35s;
}
.i-classic .grid-list .item a .imgs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.i-classic .grid-list .item a .imgs picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.i-classic .grid-list .item a .imgs .slick-slider,
.i-classic .grid-list .item a .imgs .slick-list,
.i-classic .grid-list .item a .imgs .slick-track {
  height: 100%
}
.i-classic .grid-list .item a .imgs .slick-slide > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.i-classic .grid-list .item a .imgs .slick-slide > div img {
  flex: 1;
  object-fit: cover;
  object-position: center center;
  height: 100%!important;
  max-width: none!important;
  width: 100%;
}
.i-classic .grid-list .item a .text {
  z-index: 2;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}
.i-classic .grid-list .item a .text span {
  z-index: 2;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 12px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.25);
}
.i-classic .grid-list .item:nth-of-type(12n+1) {
  top: 0;
  left: 0;
  width: 40%;
}
.i-classic .grid-list .item:nth-of-type(12n+1) a:before {
  padding-bottom: calc(50% - 5px);
}
.i-classic .grid-list .item:nth-of-type(12n+1) .slick-list {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.i-classic .grid-list .item:nth-of-type(12n+1) a img {
  max-width: none !important;
  width: auto;
  height: 100% !important;
}
.i-classic .grid-list .item:nth-of-type(12n+2) {
  top: 0;
  left: 40%;
}
.i-classic .grid-list .item:nth-of-type(12n+3) {
  top: 0;
  left: 60%;
}
.i-classic .grid-list .item:nth-of-type(12n+4) {
  top: 0;
  left: 80%;
}
.i-classic .grid-list .item:nth-of-type(12n+4) a:before {
  padding-bottom: calc(200% + 10px);
}
.i-classic .grid-list .item:nth-of-type(12n+4) .slick-list {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.i-classic .grid-list .item:nth-of-type(12n+4) a img {
  max-width: 100% !important;
  width: 100%;
  height: auto !important;
}
.i-classic .grid-list .item:nth-of-type(12n+5) {
  left: 0;
  top: calc(100% / 3);
}
.i-classic .grid-list .item:nth-of-type(12n+5) a:before {
  padding-bottom: calc(200% + 10px);
}
.i-classic .grid-list .item:nth-of-type(12n+5) .slick-list {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.i-classic .grid-list .item:nth-of-type(12n+5) a img {
  max-width: 100% !important;
  width: 100%;
  height: auto !important;
}
.i-classic .grid-list .item:nth-of-type(12n+6) {
  left: 20%;
  top: calc(100% / 3);
}
.i-classic .grid-list .item:nth-of-type(12n+7) {
  left: 40%;
  top: calc(100% / 3);
}
.i-classic .grid-list .item:nth-of-type(12n+8) {
  left: 60%;
  top: calc(100% / 3);
}
.i-classic .grid-list .item:nth-of-type(12n+9) {
  left: 20%;
  top: calc((100% / 3) * 2);
}
.i-classic .grid-list .item:nth-of-type(12n+10) {
  left: 40%;
  top: calc((100% / 3) * 2);
}
.i-classic .grid-list .item:nth-of-type(12n+11) {
  left: 60%;
  top: calc((100% / 3) * 2);
}
.i-classic .grid-list .item:nth-of-type(12n+12) {
  left: 80%;
  top: calc((100% / 3) * 2);
}
.pc .i-classic .grid-list .item:hover {
  z-index: 100;
}
.pc .i-classic .grid-list .item a:hover:after {
  opacity: 1;
}
@media (max-width: 1199px) {
  .i-classic {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .i-classic {
    padding-top: 60px;
  }
  .i-classic .sec-title .tit:before {
    width: 80px;
    height: 82px;
    top: -30px;
    left: -37px;
  }
  .i-classic .grid-list:before {
    padding-bottom: 166.666%;
  }
  .i-classic .grid-list .item {
    width: calc(100% / 3);
  }
  .i-classic .grid-list .item:nth-of-type(12n+1) {
    width: calc((100% / 3) * 2);
    top: 0;
    left: 0;
  }
  .i-classic .grid-list .item:nth-of-type(12n+2) {
    top: 0;
    left: calc((100% / 3) * 2);
  }
  .i-classic .grid-list .item:nth-of-type(12n+3) {
    top: 20%;
    left: 0;
  }
  .i-classic .grid-list .item:nth-of-type(12n+4) {
    top: 20%;
    left: calc(100% / 3);
  }
  .i-classic .grid-list .item:nth-of-type(12n+5) {
    top: 20%;
    left: calc((100% / 3) * 2);
  }
  .i-classic .grid-list .item:nth-of-type(12n+6) {
    top: 40%;
    left: 0;
  }
  .i-classic .grid-list .item:nth-of-type(12n+7) {
    top: 60%;
    left: 0;
  }
  .i-classic .grid-list .item:nth-of-type(12n+8) {
    top: 60%;
    left: calc(100% / 3);
  }
  .i-classic .grid-list .item:nth-of-type(12n+9) {
    top: 60%;
    left: calc((100% / 3) * 2);
  }
  .i-classic .grid-list .item:nth-of-type(12n+10) {
    top: 80%;
    left: 0;
  }
  .i-classic .grid-list .item:nth-of-type(12n+11) {
    top: 80%;
    left: calc(100% / 3);
  }
  .i-classic .grid-list .item:nth-of-type(12n+12) {
    top: 80%;
    left: calc((100% / 3) * 2);
  }
}
@media (max-width: 767px) {
  .i-classic .sec-title {
    padding: 0 0 0 30px;
    margin-bottom: 15px;
    text-align: left;
  }
  .i-classic .sec-title .tit:before {
    width: 75px;
    height: 77px;
    top: -25px;
    left: -27px;
  }
  .i-classic .sec-title .tit .lg {
    letter-spacing: 0.1em;
  }
  .i-classic .sec-title .tit .sm {
    display: inline-block;
    font-weight: 400;
  }
  .i-classic .sec-title .deco-text {
    font-size: 1rem;
    margin: 15px 0 0 0;
    padding: 0 0 0 120px;
    letter-spacing: 0.1em;
  }
  .i-classic .sec-title .deco-text:before {
    width: 120px;
    left: 5px;
  }
  .i-classic .grid-list .item a .text span {
    bottom: 12px;
    font-size: 0.9375rem;
  }
}
@media (max-width: 499px) {
  .i-classic {
    padding-top: 55px;
    padding-bottom: 20px;
  }
  .i-classic .sec-title {
    padding: 0 0 0 20px;
    text-align: center;
  }
  .i-classic .sec-title .tit {
    display: inline-block;
    white-space: nowrap;
  }
  .i-classic .sec-title .tit:before {
    width: 75px;
    height: 77px;
    top: -25px;
    left: -27px;
  }
  .i-classic .sec-title .tit .sm {
    font-size: 0.9375rem;
  }
  .i-classic .sec-title .deco-text {
    display: block;
    font-size: 0.9rem;
    margin: 12px 0 0 0;
    padding: 0;
    letter-spacing: 0.05em;
  }
  .i-classic .sec-title .deco-text:before {
    display: none;
  }
  .i-classic .grid-list {
    margin: 0 0 0 -1px;
  }
  .i-classic .grid-list:before {
    padding-bottom: 0;
  }
  .i-classic .grid-list .item {
    padding: 0 0 1px 1px;
    width: 50%;
    position: relative;
    left: auto !important;
    top: auto !important;
    display: inline-block;
    vertical-align: top;
  }
  .i-classic .grid-list .item:nth-of-type(12n+1) a:before {
    padding-bottom: 100%;
  }
  .i-classic .grid-list .item:nth-of-type(12n+1),
  .i-classic .grid-list .item:nth-of-type(12n+2),
  .i-classic .grid-list .item:nth-of-type(12n+3),
  .i-classic .grid-list .item:nth-of-type(12n+6) {
    width: 100%;
  }
  .i-classic .grid-list .item.third {
    margin-right: 50px;
  }
  .i-classic .grid-list .item:nth-of-type(12n+6) {
    position: relative;
    -webkit-transform: scale(0.95);
    transform: scale(0.95); 
  }
  .i-classic.scroll-view .grid-list .item:nth-of-type(12n+6) {
    -webkit-transform: scale(1);
    transform: scale(1); 
  }
  /* 讓第六筆可以顯示在第三筆下方 */
  .i-classic .grid-list .item.has-sibs {
    margin-bottom: calc(100% + 1px);
  }
  .i-classic .grid-list .item.has-sibs + .item + .item + .item {
    position: absolute;
    right: 0;
    -webkit-transform: translateY(calc(-100% - 1px)) scale(0.95);
    -ms-transform: translateY(calc(-100% - 1px)) scale(0.95);
    transform: translateY(calc(-100% - 1px)) scale(0.95);
  }
  .i-classic.scroll-view .grid-list .item.has-sibs + .item + .item + .item   {
    -webkit-transform: translateY(calc(-100% - 1px)) scale(1);
    -ms-transform: translateY(calc(-100% - 1px)) scale(1);
    transform: translateY(calc(-100% - 1px)) scale(1);
  }
  
}
.i-findtile {
  padding-top: 115px;
  padding-bottom: 0;
  background: #ddd;
  right: 0;
  position: relative;
}
.i-findtile[data-scrollview] .list-wrap {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
      -ms-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}
.i-findtile.scroll-view .list-wrap {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.i-findtile:before {
  content: '';
  position: absolute;
  height: 240px;
  background: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}
.i-findtile .sec-title {
  padding: 0;
  position: relative;
  margin: 0 0 35px 0;
  padding: 0;
  color: #000;
  line-height: 1;
  display: none;
}
.i-findtile .list-wrap {
  width: calc(100% - (100% - 1600px) / 2);
  position: relative;
  background-color: #000;
  overflow: hidden;
  -webkit-transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.i-findtile .list-wrap .list-bg {
  position: absolute;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-size: cover;
}
.i-findtile .list-wrap .list-bg.is-show {
  -webkit-animation: ani_scaleIn 1s;
          animation: ani_scaleIn 1s;
}
.i-findtile .list-wrap:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 34.09%;
}
.i-findtile .list-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.i-findtile .list {
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: absolute;
  display: table \9;
}
.i-findtile .list .item {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0.0005;
      -ms-flex-positive: 0.0005;
          flex-grow: 0.0005;
  -ms-flex-preferred-size: calc(100% / 25);
      flex-basis: calc(100% / 25);
  width: calc(100% / 25);
  margin-left: 1px;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: crosshair;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
  display: table-cell \9;
  vertical-align: middle \9;
  width: 4% \9;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  -webkit-transition: background 0.25s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-flex 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.25s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-flex 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: flex 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  transition: flex 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  transition: flex 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.25s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-flex 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -ms-flex 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.i-findtile .list .item:first-child {
  border-left: none;
}
.i-findtile .list .item .text {
  color: #fff;
  z-index: 15;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  font-weight: 300;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5), 0 2px 2px rgba(0, 0, 0, 0.25);
  margin: 0;
  padding: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 44%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: relative \9;
  display: inline-block \9;
  top: auto \9;
  left: auto \9;
  -webkit-transform: translate(0, 0) \9;
      -ms-transform: translate(0, 0) \9;
          transform: translate(0, 0) \9;
}
.i-findtile .list .item .text h3 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.i-findtile .list .item .text .sm {
  display: none;
  font-size: 1.125rem;
  font-family: "Times New Roman", "Noto Sans TC", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
  margin: 0 0 0 8px;
}
.i-findtile .list .item .btn-style {
  display: none;
  min-width: 168px;
  padding: 0 10px;
  margin: 22px -9px 0 0;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25), inset 1px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25), inset 1px 1px 4px rgba(0, 0, 0, 0.25);
}
.i-findtile .list .item .btn-style.light:before {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
.i-findtile .list .item .btn-style.light span {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5), 0 2px 2px rgba(0, 0, 0, 0.25);
  border-color: rgba(255, 255, 255, 0.9);
}
.i-findtile .list .item .btn-style.light:hover span {
  text-shadow: none;
  font-weight: 500;
}
.i-findtile .list .item.current {
  -webkit-box-flex: 1.3;
      -ms-flex-positive: 1.3;
          flex-grow: 1.3;
  width: calc((100% / 20) * 15);
  background-color: rgba(0, 0, 0, 0);
  width: 80% \9;
  text-align: right \9;
}
.i-findtile .list .item.current .text {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  white-space: nowrap;
  left: auto;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -51%);
      -ms-transform: translate(0, -51%);
          transform: translate(0, -51%);
  text-align: right;
  padding-right: 16%;
}
_:-ms-input-placeholder, :root .i-findtile .list {
  display: table;
}
_:-ms-input-placeholder .item, :root .i-findtile .list .item {
  display: table-cell;
  vertical-align: middle;
  width: 4%;
}
_:-ms-input-placeholder .item .text, :root .i-findtile .list .item .text {
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}
_:-ms-input-placeholder .item.current, :root .i-findtile .list .item.current {
  width: 80%;
  text-align: right;
}
_:-ms-input-placeholder .item.current .text, :root .i-findtile .list .item.current .text {
  left: auto;
  padding-right: 15%;
}
@media (max-width: 1785px) {
  .i-findtile {
    padding-top: 70px;
  }
}
@media (max-width: 1685px) {
  .i-findtile {
    padding-top: 50px;
  }
  .i-findtile .list-wrap {
    width: calc(100% - 20px);
  }
  .i-findtile .list-wrap:after {
    padding-bottom: 40%;
  }
  .i-findtile .list .item .text {
    font-size: 1.5rem;
  }
  .i-findtile .list .item.current .text {
    font-size: 1.625rem;
  }
}
@media (max-width: 1199px) {
  .i-findtile {
    padding-top: 50px;
  }
  .i-findtile .list-wrap:after {
    padding-bottom: 45%;
  }
  .i-findtile .list .item {
    -webkit-box-flex: 0.05;
        -ms-flex-positive: 0.05;
            flex-grow: 0.05;
  }
  .i-findtile .list .item .text {
    font-size: 1.25rem;
  }
  .i-findtile .list .item .text .sm {
    font-size: 0.9375rem;
  }
  .i-findtile .list .item .btn-style {
    min-width: 140px;
    font-size: 0.75rem;
    margin-top: 8px;
    margin-right: -5px;
  }
  .i-findtile .list .item.current {
    -webkit-box-flex: 15;
        -ms-flex-positive: 15;
            flex-grow: 15;
  }
  .i-findtile .list .item.current .text {
    padding-right: 20%;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .i-findtile {
    padding-top: 0;
  }
  .i-findtile:before {
    height: 25%;
  }
  .i-findtile .list-wrap {
    width: 100%;
  }
  .i-findtile .list-wrap:after {
    padding-bottom: 65%;
  }
  .i-findtile .list .item .text {
    font-size: 1.0625rem;
  }
  .i-findtile .list .item .text .sm {
    font-size: 0.875rem;
  }
  .i-findtile .list .item .btn-style {
    width: auto;
    margin-top: 10px;
  }
  .i-findtile .list .item.current .text {
    padding-right: 10%;
    font-size: 1.375rem;
  }
}
@media (min-width: 600px) {
  .i-findtile .list .item {
    background-image: none !important;
  }
  .i-findtile .list .item.current .text {
    -webkit-animation: ani_fadeIn .85s .3s both;
            animation: ani_fadeIn .85s .3s both;
  }
  .i-findtile .list .item.current .text .sm {
    display: inline;
    -webkit-animation: ani_fadeIn .85s .3s both;
            animation: ani_fadeIn .85s .3s both;
  }
  .i-findtile .list .item.current .btn-style {
    display: inline-block;
    -webkit-animation: ani_fadeIn_toU .85s .65s both;
            animation: ani_fadeIn_toU .85s .65s both;
  }
  .pc .i-findtile .list .item:not(.current):hover {
    -webkit-box-flex: 0.05;
        -ms-flex-positive: 0.05;
            flex-grow: 0.05;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: background 0.25s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-flex 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: background 0.25s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-flex 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: flex 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), background 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    transition: flex 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), background 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    transition: flex 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), background 0.25s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-flex 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), -ms-flex 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .i-findtile .list .item .xs-img {
    display: none!important
  }
}
@media (min-width: 600px) and (max-width: 1199px) {
  .pc .i-findtile .list .item:not(.current):hover {
    -webkit-box-flex: 0.5;
        -ms-flex-positive: 0.5;
            flex-grow: 0.5;
  }
}
@media (max-width: 599px) {
  .i-findtile {
    background: none;
    padding-top: 35px;
  }
  .i-findtile[data-scrollview] .list-wrap {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  .i-findtile[data-scrollview].scroll-view .list-wrap {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  .i-findtile .sec-title {
    display: block !important;
  }
  .i-findtile .list-wrap {
    background: none;
  }
  .i-findtile .list-wrap:after {
    display: none;
  }
  .i-findtile .list-wrap .list-bg {
    display: none;
  }
  .i-findtile .list {
    width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
    display: block;
    display: block \9;
  }
  .i-findtile .list .item {
    display: block;
    display: block \9;
    padding-bottom: 0;
    /*padding-bottom: 180px;*/
    width: 100%;
    border: none;
    margin: 0 auto 1px auto;
  }
  .i-findtile .list .item .text {
    text-align: center;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 1.25rem;
    top: 50%;
  }
  .i-findtile .list .item .text h3 {
    font-weight: 400;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.7), 0 0 4px rgba(0, 0, 0, 0.5), 0 2px 2px rgba(0, 0, 0, 0.25);
  }
  .i-findtile .list .item .text .sm {
    display: block;
  }
  .i-findtile .list .item .btn-style {
    display: inline-block;
    margin: 8px auto 0;
  }
  .i-findtile .list .item.current {
    width: 100%;
  }
  .i-findtile .list .item.current .text {
    text-align: center;
    font-size: 1.375rem;
    padding-right: 0;
  }
  .i-findtile .list .item .xs-img {
    display: block!important
  }
  .i-findtile .list .item.current .text .sm {
    display: block;
  }
  _:-ms-input-placeholder, :root .i-findtile .list {
    display: block;
  }
  _:-ms-input-placeholder .item, :root .i-findtile .list .item {
    display: block;
  }
  _:-ms-input-placeholder .item .text, :root .i-findtile .list .item .text {
    text-align: center;
  }
  _:-ms-input-placeholder .item.current, :root .i-findtile .list .item.current {
    width: 100%;
    text-align: center;
  }
  _:-ms-input-placeholder .item.current .text, :root .i-findtile .list .item.current .text {
    left: auto;
  }
}
.i-p-slide-style[data-scrollview] .list {
  opacity: 0;
}
.i-p-slide-style.scroll-view .list {
  opacity: 1;
}
.i-p-slide-style .list {
  margin-left: -14px;
  margin-right: -14px;
  font-size: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.i-p-slide-style .list .slick-slide {
  padding: 0 14px;
}
.i-p-slide-style .list .item {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.i-p-slide-style .list .item:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 62.13%;
}
.i-p-slide-style .list .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  letter-spacing: 0;
  -webkit-transition: -webkit-transform 1s linear;
  transition: -webkit-transform 1s linear;
  -o-transition: transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, -webkit-transform 1s linear;
}
.i-p-slide-style .list .item .text {
  z-index: 2;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 15px 12px;
  text-align: center;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.25);
}
.i-p-slide-style .list .item .text span {
  z-index: 2;
  display: inline-block;
  position: relative;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1rem;
  line-height: 1.35;
  padding: 0 0 6px 0;
  -webkit-transition: color 0.25s, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.25s, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.25s;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.25s;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.25s, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.i-p-slide-style .list .item .text span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 1px;
  right: 1px;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  height: 1px;
  background: #fff;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: background .25s, -webkit-transform .25s;
  transition: background .25s, -webkit-transform .25s;
  -o-transition: transform .25s, background .25s;
  transition: transform .25s, background .25s;
  transition: transform .25s, background .25s, -webkit-transform .25s;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.25);
}
.pc .i-p-slide-style .list .item:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.pc .i-p-slide-style .list .item:hover span:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
@media (max-width: 1199px) {
  .i-p-slide-style .list {
    margin-left: -10px;
    margin-right: -10px;
    font-size: 0;
  }
  .i-p-slide-style .list .slick-slide {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .i-p-slide-style .slick-next {
    right: -15px;
  }
  .i-p-slide-style .slick-prev {
    left: -15px;
  }
  .i-p-slide-style .list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .i-p-slide-style .list .slick-slide {
    padding: 0 5px;
  }
  .i-p-slide-style .list .item .text span {
    font-size: 0.9375rem;
  }
}
@media (max-width: 549px) {
  .i-p-slide-style .slick-next {
    right: -20px;
  }
  .i-p-slide-style .slick-prev {
    left: -20px;
  }
  .i-p-slide-style .list {
    margin-left: auto;
    margin-right: auto;
  }
  .i-p-slide-style .list .slick-slide {
    padding: 0;
  }
}
.i-news .slick-track, .i-popular .slick-track {
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1811px) {
  .i-news > .container, .i-popular > .container, .i-video > .container, .i-special > .container, .i-trend > .container, .i-etc > .container {
    max-width: calc(100% - 88px);
  }
}
.i-news {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media (max-width: 1199px) {
  .i-news {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .i-news {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 549px) {
  .i-news {
    padding-top: 30px;
  }
}
/* 熱門瀏覽 */
.i-popular {
  background: #ddd;
  padding-top: 75px;
  padding-bottom: 75px;
}
.i-popular.light-bg {
  background: #fff;
}
.i-popular[data-scrollview] .list {
  opacity: 0;
}
.i-popular.scroll-view .list {
  opacity: 1;
}
.i-popular .list {
  font-size: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.i-popular .list .item:before {
  padding-bottom: 100%;
}
@media (max-width: 1299px) {
  .i-popular {
    padding-top: 60px;
  }
}
@media (max-width: 1199px) {
  .i-popular .list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .i-popular .list .slick-slide {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .i-popular {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .i-popular {
    padding-top: 40px;
  }
  .i-popular .list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .i-popular .list .slick-slide {
    padding: 0 5px;
  }
  .i-popular .list .item .text {
    font-size: 0.9375rem;
  }
}
@media (max-width: 499px) {
  .i-popular .list {
    margin-left: -1px;
    margin-right: -1px;
  }
  .i-popular .list .slick-slide {
    padding: 0 1px;
  }
}
.i-block {
  background: #fff;
  position: relative;
  text-align: right;
  padding-bottom: 75px;
}
.i-block-slider {
  position: relative;
  width: calc(100% - (100% - 1600px) / 2);
  left: calc((100% - 1600px) / 2);
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.i-block .slick-prev {
  left: 0;
}
.i-block .slick-next {
  right: 0;
}
.i-block[data-scrollview] .i-block-slider {
  opacity: 0;
  -webkit-transform: translate(80px, 0);
      -ms-transform: translate(80px, 0);
          transform: translate(80px, 0);
}
.i-block.scroll-view .i-block-slider {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
/* .i-block:before {
  content: '';
  position: absolute;
  height: 103px;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  display: block;
} */
.i-block .pic{
  position: relative;
}
.i-block .pic img {
  width: 100%;
}
.i-block .text {
  z-index: 2;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 15px 12px;
  text-align: center;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.25);
}
.i-block .text span {
  z-index: 2;
  display: inline-block;
  position: relative;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1rem;
  line-height: 1.35;
  padding: 0 0 6px 0;
  -webkit-transition: color 0.25s, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.25s, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.25s;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.25s;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.25s, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.i-block .text span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 1px;
  right: 1px;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  height: 1px;
  background: #fff;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: background .25s, -webkit-transform .25s;
  transition: background .25s, -webkit-transform .25s;
  -o-transition: transform .25s, background .25s;
  transition: transform .25s, background .25s;
  transition: transform .25s, background .25s, -webkit-transform .25s;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.25);
}
.pc .i-block:hover span:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
@media (max-width: 1685px) {
  .i-block:before {
    height: 20.6%;
  }
  .i-block .i-block-slider {
    width: calc(100vw - 103px);
    left: 20px;
  }
}
@media (max-width: 1199px) {
  .i-block {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .i-block {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .i-block .i-block-slider {
    width: 100%;
    left: auto;
  }
}
@media (min-width: 650px) {
  .i-block[data-scrollview] .i-block-slider {
    opacity: 0;
    -webkit-transform: translate(0, 15px);
        -ms-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  .i-block.scroll-view .i-block-slider {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  .i-block .pc {
    display: block !important;
  }
  .i-block .mb {
    display: none !important;
  }
}
@media (max-width: 649px) {
  .i-block .pc {
    display: none !important;
  }
  .i-block .mb {
    display: block !important;
  }
}
.i-filter {
  position: relative;
  background: #ddd;
  padding-bottom: 30px;
  padding-top: 55px;
  color: #000;
}
.i-filter .container-half {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.i-filter .left[data-scrollview] {
  -webkit-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
          transform: translateX(-40px);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
.i-filter .right[data-scrollview] {
  -webkit-transform: translateX(40px);
      -ms-transform: translateX(40px);
          transform: translateX(40px);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
.i-filter .left.scroll-view, .i-filter .right.scroll-view {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.i-filter:before {
  content: '';
  height: 208px;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: #ddd;
}
.i-filter:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  background: #ddd;
  top: 0;
  bottom: -1px;
  right: 0;
  width: 12.5%;
}
.i-filter .btn-showhide {
  padding: 10px 20px;
  display: block;
  text-align: center;
  background: #fff;
}
.i-filter .btn-showhide span {
  font-size: 0.8125rem;
  color: #000000;
}
.i-filter .btn-showhide span:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin: 0 15px 0 0;
  border: none;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.i-filter .left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0.422;
          flex: 1 1 0.422;
  width: 42.2%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
}
.i-filter .left > .container {
  width: 81%;
  margin: 0 0 0 19%;
  padding: 20px 40px 0 0;
}
.i-filter .left .btn-wrap {
  border-top: 1px solid #c5c5c5;
}
.i-filter .left .btn-wrap .btn-search {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 38px;
  line-height: 38px;
  padding: 0;
  margin-left: 15px;
  font-size: 1rem;
  color: #585857;
  background: #e7e7e8;
  border-radius: 50px;
  text-align: center;
  border: none;
  -webkit-transition: background .25s, color .25s;
  -o-transition: background .25s, color .25s;
  transition: background .25s, color .25s;
}
.i-filter .left .btn-wrap .btn-search:before {
  display: none;
}
.i-filter .left .btn-wrap .btn-search:active {
  background: #111;
  color: #fff;
}
.i-filter .left .sec-title {
  font-size: 8.75rem;
  color: #ffffff;
  font-family: "Times New Roman", "Noto Sans TC", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  margin: 0 0 10px 0;
  padding: 0;
  opacity: 0.64;
  letter-spacing: 0.005em;
  -webkit-transform: translateX(0) scaleX(0.98);
      -ms-transform: translateX(0) scaleX(0.98);
          transform: translateX(0) scaleX(0.98);
}
.i-filter .right {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0.578;
          flex: 1 0 0.578;
  width: 57.8%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
.i-filter .right .img {
  position: relative;
  z-index: 1;
}
.i-filter .right > .container {
  width: 86.5%;
  padding: 0;
  margin: 0;
  z-index: 2;
}
.i-filter .right .i-statistics {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  padding: 50px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: table \9;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.i-filter .right .i-statistics li {
  display: table-cell \9;
  vertical-align: middle;
  padding: 30px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% / 6);
          flex: 1 1 calc(100% / 6);
  width: calc(100% / 6);
  position: relative;
  color: #444;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.3;
}
.i-filter .right .i-statistics li span {
  letter-spacing: 0.1em;
}
.i-filter .right .i-statistics li:before {
  content: '';
  width: 1px;
  position: absolute;
  background: #ccc;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
}
.i-filter .right .i-statistics li:first-child:before {
  display: none;
}
.i-filter .right .i-statistics li .num {
  position: relative;
  font-size: 2.8125rem;
  font-weight: 600;
  font-family: "Times New Roman", "Noto Sans TC", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
  white-space: nowrap;
  margin-bottom: 10px;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
}
.i-filter .right .i-statistics li .num:after {
  content: '+';
  font-size: 1.25rem;
  display: inline-block;
  vertical-align: text-top;
  margin: -5px -11px 0 2px;
}
.pc .i-filter .left .btn-wrap .btn-search:hover {
  background: #111;
  color: #fff;
}
.pc .i-filter .right .img > div {
  -webkit-transition: -webkit-filter .25s;
  transition: -webkit-filter .25s;
  -o-transition: filter .25s;
  transition: filter .25s;
  transition: filter .25s, -webkit-filter .25s;
}
.pc .i-filter .right .img:hover > div {
  -webkit-filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.15)) brightness(1.02);
          filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.15)) brightness(1.02);
}
@media (min-width: 1600px) and (max-width: 1849px), (min-width: 768px) and (max-width: 1499px) {
  .i-filter .filter-group .form-shape {
    display: block;
    width: 100%;
  }
  .i-filter .filter-group .form-shape.has-checked {
    border-color: #666;
  }
  .i-filter .filter-group .form-shape .shape {
    max-height: 26px;
  }
  .i-filter .filter-group .form-shape .shape img {
    max-height: 26px;
  }
  .i-filter .filter-group .form-shape .gp {
    position: relative;
  }
}
@media (min-width: 1600px) {
  .i-filter .right .i-statistics {
    width: auto;
    margin-right: -2.5%;
    margin-left: -4%;
  }
}
@media (max-width: 1599px) {
  .i-filter {
    padding-bottom: 35px;
  }
  .i-filter:after {
    width: 18%;
  }
  .i-filter .left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0.5;
            flex: 1 1 0.5;
    width: 50%;
  }
  .i-filter .left > .container {
    margin: 0 auto;
    width: 90%;
  }
  .i-filter .left .sec-title {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .i-filter .right {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0.5;
            flex: 1 0 0.5;
    width: 50%;
  }
  .i-filter .right > .container {
    width: 96%;
  }
  .i-filter .right .i-statistics {
    padding: 25px 0;
  }
  .i-filter .right .i-statistics li {
    padding: 20px 0;
  }
  .i-filter .right .i-statistics li .num {
    font-size: 2rem;
  }
}
@media (max-width: 1299px) {
  .i-filter {
    padding-top: 25px;
  }
  .i-filter:before {
    height: 160px;
  }
  .i-filter .left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0.5;
            flex: 1 1 0.5;
    width: 50%;
  }
  .i-filter .left .sec-title {
    font-size: 7.5rem;
  }
  .i-filter .right {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0.5;
            flex: 1 0 0.5;
    width: 50%;
  }
}
@media (min-width: 1200px) and (max-width: 1449px), (max-width: 699px) {
  .i-filter .right .i-statistics {
    display: block;
  }
  .i-filter .right .i-statistics li {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3);
  }
  .i-filter .right .i-statistics li:nth-child(3n+1):before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .i-filter .right .right-title {
    display: none;
  }
}
@media (max-width: 1199px) {
  .i-filter {
    padding-bottom: 30px;
  }
  .i-filter .container-half {
    display: block;
  }
  .i-filter:before {
    height: 125px;
  }
  .i-filter:after {
    width: 5%;
  }
  .i-filter .left {
    width: 95%;
    display: block;
    margin: 0;
  }
  .i-filter .left[data-scrollview] {
    -webkit-transform: translate(-20px, 0);
        -ms-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
  .i-filter .left.scroll-view {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .i-filter .left .sec-title {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .i-filter .left > .container {
    width: 95%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .i-filter .right {
    width: 100%;
    display: block;
    margin-top: 50px;
  }
  .i-filter .right .right-title {
    display: block;
    text-align: center;
  }
  .i-filter .right .right-title .sm {
    display: block;
    margin-left: auto;
    margin-top: 5px;
  }
  .i-filter .right[data-scrollview] {
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
  }
  .i-filter .right.scroll-view {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .i-filter .right > .container {
    width: 95%;
    margin: 0;
    padding: 0 20px;
  }
  .i-filter .filter-group {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .i-filter:before {
    height: 6.5rem;
  }
  .i-filter:after {
    display: none;
  }
  .i-filter .left {
    width: 100%;
  }
  .i-filter .left > .container {
    width: 100%;
  }
  .i-filter .left .sec-title {
    text-align: left;
    font-size: 6rem;
  }
  .i-filter .right {
    margin-top: 20px;
  }
  .i-filter .right > .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .i-filter .right .img {
    max-width: 600px;
    display: block;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 699px) {
  .i-filter {
    padding-bottom: 0;
  }
  .i-filter .right .i-statistics {
    width: auto;
    margin: 0 -15px;
  }
  .i-filter .right .i-statistics li {
    font-weight: 500;
  }
}
@media (max-width: 599px) {
  .i-filter:before {
    height: 5.65rem;
  }
  .i-filter .left .sec-title {
    font-size: 5rem;
    text-align: center;
  }
}
@media (max-width: 399px) {
  .i-filter .right .i-statistics li {
    font-size: 0.875rem;
  }
  .i-filter .right .i-statistics li .num {
    font-size: 1.875rem;
  }
}
/* 首頁中的搜尋 */
.i-filter .form-search {
  display: none !important;
}
.i-filter .filter-group {
  padding: 0 0 40px 0;
}
.i-filter .filter-group .radio-color input:not(:checked) + span {
  border-color: #ddd;
}
.i-filter .filter-group .form-box {
  display: block;
  padding: 5px 0 5px 130px;
  color: #555;
}
.i-filter .filter-group .form-box .label-style {
  width: 100px;
  color: #555;
}
.i-filter .filter-group .form-box.is-hide {
  display: none !important;
}
.i-filter .js-accordion-filter {
  display: block;
}
.i-filter .btn-wrap {
  padding: 30px 0;
  text-align: center;
}
.i-filter .btn-wrap .btn-search {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 46px;
  line-height: 44px;
  width: 132px;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  font-weight: 300;
  background-color: transparent;
  border: none;
  color: #000;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.i-filter .btn-wrap .btn-search:before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 0;
  background: #e1e1e1;
  top: -12px;
  right: -12px;
  -webkit-transition: background .25s, -webkit-transform .25s;
  transition: background .25s, -webkit-transform .25s;
  -o-transition: background .25s, transform .25s;
  transition: background .25s, transform .25s;
  transition: background .25s, transform .25s, -webkit-transform .25s;
}
.i-filter .btn-wrap .btn-search span {
  z-index: 1;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #000;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: background .25s, color .25s;
  -o-transition: background .25s, color .25s;
  transition: background .25s, color .25s;
}
.i-filter .btn-wrap .btn-search span:before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  display: block;
  height: 1px;
  border-right: 1px solid #232323;
  border-left: 1px solid #232323;
}
.i-filter .btn-wrap .btn-search span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  display: block;
  height: 1px;
  border-right: 1px solid #232323;
  border-left: 1px solid #232323;
}
.pc .i-filter .btn-wrap .btn-search:hover:before {
  z-index: 1;
  background: rgba(200, 200, 200, 0.5);
  -webkit-transform: translate(-15%, 15%);
      -ms-transform: translate(-15%, 15%);
          transform: translate(-15%, 15%);
}
.pc .i-filter .btn-wrap .btn-search:hover span {
  background-color: #232323;
  color: #fff;
  -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2);
}
.js-accordion-filter {
  font-size: 0.8125rem;
  line-height: 1.3;
  padding: 16px;
  text-align: center;
  color: #000;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: transparent;
  -webkit-transition: background .25s, -webkit-box-shadow .25s;
  transition: background .25s, -webkit-box-shadow .25s;
  -o-transition: background .25s, box-shadow .25s;
  transition: background .25s, box-shadow .25s;
  transition: background .25s, box-shadow .25s, -webkit-box-shadow .25s;
  cursor: pointer;
}
.js-accordion-filter:before {
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  background: url(../images/icon_arrow_dark.svg) no-repeat 0 0;
  -webkit-filter: brightness(20%);
          filter: brightness(20%);
  background-size: contain;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.js-accordion-filter.is-open:before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.pc .js-accordion-filter:hover {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .filter-group .form-shape .gp .radio-nodeco {
    margin: 0 5px 0 0 !important;
  }
}
@media (max-width: 767px) {
  .i-filter .left, .i-filter > .container{
    display: none;
  }
  .i-filter .filter-group {
    padding: 0 0 20px 0;
  }
  .i-filter .filter-group .form-box {
    padding: 5px 0 5px 95px;
  }
  .i-filter .filter-group .form-box .label-style {
    width: 85px;
  }
}
@media (max-width: 449px) {
  .i-filter .filter-group .form-box {
    padding: 5px 0;
  }
  .i-filter .filter-group .form-box .label-style {
    width: auto;
    padding: 8px 10px;
    margin: 0 0 10px 0;
    background: #eee;
    border: 1px solid #dfdfdf;
  }
}
.i-video {
  background: #ddd;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.i-video .video-wrap {
  width: auto;
  position: relative;
  margin: 0 -20px;
  font-size: 0;
}
.i-video .video-wrap .slick-slide > div {
  padding: 0 20px;
}
.i-video .video-wrap .item {
  display: block;
  position: relative;
  width: 100%;
}
.i-video .video-wrap .item:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 56.07%;
}
.i-video .video-wrap iframe, .i-video .video-wrap .fb-video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.i-video .video-wrap iframe > span, .i-video .video-wrap .fb-video > span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .i-video .video-wrap {
    margin: 0 -10px;
  }
  .i-video .video-wrap .slick-slide > div {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .i-video .video-wrap {
    margin: 0 auto;
  }
  .i-video .video-wrap .slick-slide > div {
    padding: 0;
  }
}
.i-special {
  background: #ddd;
  position: relative;
  padding-top: 80px;
  padding-bottom: 20px;
  margin-top: -1px;
}
.i-special.extend-btm {
  padding-bottom: 120px;
}
.i-special[data-scrollview] .tabs-wrap {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
}
.i-special.scroll-view .tabs-wrap {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.i-special > .container {
  position: relative;
  z-index: 2;
}
.i-special .tabs-wrap {
  position: relative;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
.i-special .tabs-link {
  position: relative;
  z-index: 0;
  text-align: center;
  font-size: 0;
  padding: 0;
  margin: 0 auto 30px;
  overflow: hidden;
}
.i-special .tabs-link a {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0 20px;
  color: #000;
  font-size: 1rem;
  white-space: nowrap;
  line-height: 1.3;
  letter-spacing: 0;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
.i-special .tabs-link a span {
  display: block;
  position: relative;
  padding: 6px 0;
  line-height: 1.3;
  margin: 0;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.2em;
  color: #000;
  -webkit-transition: color .15s, border .15s, -webkit-transform .15s;
  transition: color .15s, border .15s, -webkit-transform .15s;
  -o-transition: color .15s, transform .15s, border .15s;
  transition: color .15s, transform .15s, border .15s;
  transition: color .15s, transform .15s, border .15s, -webkit-transform .15s;
  white-space: nowrap;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.i-special .tabs-link a span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 1px;
  right: 1px;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  height: 1px;
  background: #000;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: background .25s, -webkit-transform .25s;
  transition: background .25s, -webkit-transform .25s;
  -o-transition: transform .25s, background .25s;
  transition: transform .25s, background .25s;
  transition: transform .25s, background .25s, -webkit-transform .25s;
}
.i-special .tabs-link a.current span:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.i-special .tabs-content {
  z-index: 1;
  position: relative;
  letter-spacing: 0;
}
.i-special .tabs-content .tab-sec {
  display: none;
}
.i-special .tabs-content .tab-sec .sec-title {
  display: none;
}
.i-special .tabs-content .tab-sec.current {
  display: block;
  margin: 0 auto;
}
.pc .i-special .tabs-link a:not(.current):hover span {
  color: #293a6a;
}
.pc .i-special .tabs-link a:not(.current):hover span:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  background: #7985a6;
}
@media (max-width: 1299px) {
  .i-special {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .i-special {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .i-special.extend-btm {
    padding-bottom: 50px;
  }
  .i-special .tabs-link {
    display: none;
  }
  .i-special .tabs-content {
    padding-right: 0;
  }
  .i-special .tabs-content .tab-sec {
    display: block !important;
    padding: 40px 0 35px 0;
    position: relative;
  }
  .i-special .tabs-content .tab-sec:nth-of-type(even):before {
    content: '';
    position: absolute;
    z-index: 0;
    left: -20px;
    right: -20px;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
  }
  .i-special .tabs-content .tab-sec .sec-title {
    display: block;
    font-size: 1.125rem;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    letter-spacing: 0.1em;
    z-index: 10;
    position: relative;
  }
  .i-special .tabs-content .tab-sec .sec-title a {
    color: inherit;
    display: block;
  }
}
.i-trend {
  background: #ddd;
  position: relative;
  padding-top: 120px;
  padding-bottom: 100px;
}
.i-trend[data-scrollview] .sec-title {
  opacity: 0;
  -webkit-transform: translate(0, 15px);
      -ms-transform: translate(0, 15px);
          transform: translate(0, 15px);
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s, -webkit-transform .5s;
}
.i-trend[data-scrollview] .sec-title:after {
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
.i-trend.scroll-view .sec-title {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.i-trend.scroll-view .sec-title:after {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: -webkit-transform .5s .1s;
  transition: -webkit-transform .5s .1s;
  -o-transition: transform .5s .1s;
  transition: transform .5s .1s;
  transition: transform .5s .1s, -webkit-transform .5s .1s;
}
.i-trend .slick-list {
  overflow: visible;
}
.i-trend .slick-list .slick-slide {
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
.i-trend .slick-list .slick-slide.slick-active {
  opacity: 1;
}
.i-trend .list[data-scrollview] .slick-slide .item {
  opacity: 0;
  -webkit-transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, -webkit-transform .6s;
  -o-transition: opacity .6s, transform .6s;
  transition: opacity .6s, transform .6s;
  transition: opacity .6s, transform .6s, -webkit-transform .6s;
}
.i-trend .list.scroll-view .slick-slide .item {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.i-trend .list.scroll-view .slick-slide:nth-of-type(5n+1) .item {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.i-trend .list.scroll-view .slick-slide:nth-of-type(5n+2) .item {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.i-trend .list.scroll-view .slick-slide:nth-of-type(5n+3) .item {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.i-trend .list.scroll-view .slick-slide:nth-of-type(5n+4) .item {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.i-trend .sec-title {
  text-align: center;
  margin: 0 auto 15px auto;
}
.i-trend .sec-title .lg {
  display: block;
}
.i-trend .sec-title .sm {
  display: block;
}
.i-trend .list {
  font-size: 0;
  margin-left: -18px;
  margin-right: -18px;
  text-align: center;
  white-space: nowrap;
}
.i-trend .list.slick-dotted {
  padding-bottom: 55px;
}
.i-trend .list.slick-dotted .slick-dots {
  bottom: 0;
}
.i-trend .list .item {
  white-space: normal;
  padding: 0 18px;
  display: inline-block;
  vertical-align: top;
  max-width: 406px;
  text-align: left;
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.i-trend .list .item > a {
  display: block;
  position: relative;
  padding: 0 10px;
}
.i-trend .list .item > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 45px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 0;
}
.i-trend .list .item .pic {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 94.28%;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow .35s;
  transition: -webkit-box-shadow .35s;
  -o-transition: box-shadow .35s;
  transition: box-shadow .35s;
  transition: box-shadow .35s, -webkit-box-shadow .35s;
}
.i-trend .list .item .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .7s;
  transition: -webkit-transform .7s;
  -o-transition: transform .7s;
  transition: transform .7s;
  transition: transform .7s, -webkit-transform .7s;
}
.i-trend .list .item .text {
  position: relative;
  z-index: 2;
  padding: 20px 10px 70px 10px;
  -webkit-text-decoration: 0 0 1px rgba(0, 0, 0, 0.1);
          text-decoration: 0 0 1px rgba(0, 0, 0, 0.1);
}
.i-trend .list .item .text .cate {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 10px;
  font-size: 0.8125rem;
  color: #999999;
  font-style: normal;
  letter-spacing: 0.2em;
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
}
.i-trend .list .item .text .cate:before {
  content: '';
  width: 23px;
  height: 1px;
  background: #999;
  position: absolute;
  top: 0;
  left: 10px;
  -webkit-transition: width .5s;
  -o-transition: width .5s;
  transition: width .5s;
}
.i-trend .list .item .text .title {
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.5;
  max-height: 3.375rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #000000;
  letter-spacing: 0.1em;
}
.i-trend .list .item .text .desc {
  margin: 15px auto;
  color: #666666;
  font-size: 0.9375rem;
  line-height: 1.6;
  max-height: 4.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.pc .i-trend .list .item > a:hover .pic {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.pc .i-trend .list .item > a:hover .pic img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.pc .i-trend .list .item > a:hover .text .cate {
  color: #333;
}
.pc .i-trend .list .item > a:hover .text .cate:before {
  width: 50px;
}
@media (max-width: 1399px) {
  .i-trend .list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .i-trend .list .item {
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .i-trend {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .i-trend .list.slick-dotted {
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .i-trend {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .i-trend .list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .i-trend .list .item {
    padding: 0 5px;
  }
  .i-trend .list .item .text .title {
    font-size: 1.0625rem;
  }
}
@media (max-width: 499px) {
  .i-trend .list .item {
    padding: 0;
  }
}
.i-etc {
  background: #ddd;
  position: relative;
  padding-top: 30px;
  padding-bottom: 120px;
}
.i-etc .list {
  font-size: 0;
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
  white-space: nowrap;
}
.i-etc .list[data-scrollview] .slick-slide .item {
  opacity: 0;
  -webkit-transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, -webkit-transform .6s;
  -o-transition: opacity .6s, transform .6s;
  transition: opacity .6s, transform .6s;
  transition: opacity .6s, transform .6s, -webkit-transform .6s;
}
.i-etc .list.scroll-view .slick-slide .item {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.i-etc .list.scroll-view .slick-slide:nth-child(3n+1) .item {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.i-etc .list.scroll-view .slick-slide:nth-child(3n+2) .item {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.i-etc .list.scroll-view .slick-slide:nth-child(3n+3) .item {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.i-etc .list.scroll-view .slick-slide:nth-child(3n+4) .item {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.i-etc .list.scroll-view .slick-slide:nth-child(3n+5) .item {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.i-etc .list.scroll-view .slick-slide:nth-child(3n+6) .item {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.i-etc .list.scroll-view .slick-slide:nth-child(3n+7) .item {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.i-etc .list.scroll-view .slick-slide:nth-child(3n+8) .item {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.i-etc .list.scroll-view .slick-slide:nth-child(3n+9) .item {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.i-etc .list.slick-dotted {
  padding-bottom: 55px;
}
.i-etc .list.slick-dotted .slick-dots {
  bottom: 0;
}
.i-etc .list .item {
  white-space: normal;
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.i-etc .list .item > a {
  display: block;
  position: relative;
  padding-bottom: 62.79%;
  overflow: hidden;
}
.i-etc .list .item > a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  z-index: 1;
  opacity: 0;
}
.i-etc .list .item > a:hover:after {
  opacity: 1;
}
.i-etc .list .item > a:after {
  content: '';
  z-index: 50;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity .35s;
  -o-transition: opacity .35s;
  transition: opacity .35s;
}
.i-etc .list .item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.i-etc .list .item .text {
  z-index: 2;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 15px 12px;
  text-align: center;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.25);
}
.i-etc .list .item .text span {
  z-index: 2;
  display: inline-block;
  position: relative;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1rem;
  line-height: 1.35;
  padding: 0 0 6px 0;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.25s, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), font-size 0.3s;
}
.i-etc .list .item .text span.hover-block {
  opacity: 0;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
}
.pc .i-etc .list .item > a:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.pc .i-etc .list .item > a:hover .text {
  height: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0;
}
.pc .i-etc .list .item > a:hover .text span {
  font-size: 1.125rem;
  padding: 0;
}
.pc .i-etc .list .item > a:hover .text span.hover-block {
  opacity: 1;
  display: block;
}
.pc .i-etc .list .item > a:hover:before {
  opacity: 1;
}
@media (min-width: 1550px) {
  .i-etc .container {
    max-width: 1360px;
  }
}
@media (max-width: 1399px) {
  .i-etc .list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .i-etc .list .item {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .i-etc {
    padding-bottom: 50px;
  }
  .i-etc .list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .i-etc .list .item {
    padding: 0 5px;
  }
  .i-etc .list .item .text span {
    font-size: 0.9375rem;
  }
}
@media (max-width: 499px) {
  .i-etc .list .item {
    padding: 0;
  }
}
/* Search */
#search {
  background: #eee;
}
#search > .container {
  max-width: 1320px;
  text-align: center;
  padding-bottom: 50px;
}
#search .p-breadcrumb {
  text-align: left;
}
#search .p-list {
  text-align: left;
}
#search .search-text {
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 400;
  padding: 0 0 30px 0;
  display: block;
}
#search .search-text[data-scrollview] {
  -webkit-transform: translate(0, 15px);
      -ms-transform: translate(0, 15px);
          transform: translate(0, 15px);
  opacity: 0;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s, -webkit-transform .5s;
}
#search .search-text.scroll-view {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
#search .search-text i {
  font-style: normal;
  margin-right: 20px;
  position: relative;
}
#search .search-text i:last-child {
  margin-right: 0;
}
#search .search-text i:first-child:before {
  display: none;
}
#search .search-text i:before {
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  top: 5px;
  left: -10px;
  background: #555;
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media (max-width: 767px) {
  #search .search-text {
    font-size: 1.0625rem;
    padding: 0 0 10px 0;
  }
}
@media (max-width: 499px) {
  #search .search-text {
    font-size: 1rem;
  }
}
/* Product - List */
#product-list {
  background: #eee;
}
.pd-slide-wrap {
  position: relative;
  padding-bottom: 31.25%;
  overflow: hidden;
  z-index: 0;
}
.pd-slide-wrap .scroll-down {
  bottom: 80px;
  height: 30%;
  background: rgba(0, 0, 0, 0.4);
}
.pd-slide-wrap .pd-slide {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pd-slide-wrap .pd-slide .slick-slide [data-responsive-image] {
  opacity: 0;
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
  -webkit-transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.5s 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.5s 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.5s 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.5s 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.5s 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.5s 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pd-slide-wrap .pd-slide .slick-slide.in [data-responsive-image], .pd-slide-wrap .pd-slide .slick-slide.first [data-responsive-image] {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.pd-slide-wrap .pd-slide .slick-slide.out [data-responsive-image] {
  opacity: 0;
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
.pd-slide-wrap .slide-opts {
  position: absolute;
  bottom: 35px;
  left: 50%;
  width: 100px;
  height: 40px;
  line-height: 40px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  padding: 0 30px;
}
.pd-slide-wrap .slide-opts .slide-aw {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pd-slide-wrap .slide-opts .slick-arrow {
  width: 32px;
  height: 40px;
  position: absolute;
  border: none;
  background: none;
  top: 0;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: margin .25s;
  -o-transition: margin .25s;
  transition: margin .25s;
}
.pd-slide-wrap .slide-opts .slick-arrow:before {
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-color: #fff;
  border-style: solid;
}
.pd-slide-wrap .slide-opts .slick-prev {
  left: 0;
}
.pd-slide-wrap .slide-opts .slick-prev:before {
  left: 50%;
  margin-left: -3px;
  border-width: 1px 0 0 1px;
}
.pd-slide-wrap .slide-opts .slick-next {
  right: 0;
}
.pd-slide-wrap .slide-opts .slick-next:before {
  right: 50%;
  margin-right: -3px;
  border-width: 0 1px 1px 0;
}
.pd-slide-wrap .slide-opts .slide-pages {
  width: 100%;
  white-space: nowrap;
  position: relative;
  z-index: 0;
  text-align: center;
  font-size: 0;
}
.pd-slide-wrap .slide-opts #page-cur, .pd-slide-wrap .slide-opts #page-total {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-family: "Times New Roman", "Noto Sans TC", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
  color: #fff;
  font-size: 0.875rem;
  position: relative;
  width: 50%;
}
.pd-slide-wrap .slide-opts #page-cur {
  padding-right: 10px;
}
.pd-slide-wrap .slide-opts #page-total {
  padding-left: 10px;
}
.pd-slide-wrap .slide-opts #page-total:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 11px;
  background: rgba(255, 255, 255, 0.6);
  left: -1px;
  top: 50%;
  margin-top: -6px;
}
.pc .pd-slide-wrap .slide-opts .slide-aw .slick-prev:hover {
  margin-left: -3px;
  background: none;
}
.pc .pd-slide-wrap .slide-opts .slide-aw .slick-next:hover {
  margin-right: -3px;
  background: none;
}
.plist-wrap {
  width: 100%;
  z-index: 1;
  padding-top: 97px;
  padding-bottom: 90px;
  max-width: 1320px;
  text-align: center;
}
.plist-wrap .plist-intro {
  width: 100%;
  max-width: 810px;
  margin: 0 auto 50px;
  line-height: 2.25;
  letter-spacing: 0.2em;
  color: #000;
  font-weight: 400;
  text-align: left;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.06);
  opacity: 0;
  -webkit-transition: opacity .6s .1s, -webkit-transform .6s .1s;
  transition: opacity .6s .1s, -webkit-transform .6s .1s;
  -o-transition: opacity .6s .1s, transform .6s .1s;
  transition: opacity .6s .1s, transform .6s .1s;
  transition: opacity .6s .1s, transform .6s .1s, -webkit-transform .6s .1s;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
.plist-wrap .plist-intro.scroll-view {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.plist-wrap .plist-subhead {
  font-weight: 400;
  font-size: 1.625rem;
  display: block;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 auto 25px auto;
  padding: 0;
  opacity: 0;
  -webkit-transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, -webkit-transform .6s;
  -o-transition: opacity .6s, transform .6s;
  transition: opacity .6s, transform .6s;
  transition: opacity .6s, transform .6s, -webkit-transform .6s;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
.plist-wrap .plist-subhead.scroll-view {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.color-red {
  color: #d72727!important;
}
.p-list {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  max-width: 1320px;
}
.p-list .item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  font-size: 1rem;
  max-width: 500px;
  padding: 0 15px;
  margin: 0 0 40px 0;
}
.p-list .item[data-scrollview] {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
}
.p-list .item.scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.p-list .pic {
  width: 100%;
  padding-bottom: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  -o-transition: box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
}
.p-list .pic .tag {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  color: #eee;
  font-style: normal;
  line-height: 1.2;
  font-size: 1rem;
}
.p-list .pic img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.p-list .name {
  margin: 12px 0;
  padding: 0 20px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #333;
  letter-spacing: 0.1em;
  text-align: left;
}
.p-list .name a {
  color: #333;
}
.p-list .etc {
  padding: 4px 20px 4px 68px;
  font-size: 0.875rem;
  font-weight: 500;
  min-height: 1.8125rem;
  line-height: 1.5;
  color: #666;
  font-style: normal;
  letter-spacing: 0.1em;
  display: block;
  text-align: left;
  position: relative;
}
.p-list .etc .tt {
  position: absolute;
  top: 4px;
  left: 20px;
  width: 8px;
  font-style: normal;
  white-space: nowrap;
}
.p-list .etc.price-sale {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
.p-list .etc.price-sale .tt {
  top: 15px;
}
.p-list .etc.price-ori span {
  text-decoration: line-through;
}
.pc .p-list .item .name a:hover {
  color: #000;
}
.pc .p-list .item .pic:hover {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.pc .p-list .item .pic:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 1399px) {
  .pd-slide-wrap .scroll-down {
    bottom: 60px;
    height: 15%;
  }
  .pd-slide-wrap .slide-opts {
    bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .p-list {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
  .p-list .item {
    width: calc(100% / 3);
    padding: 0 10px;
    margin: 0 0 25px 0;
  }
  .p-list .name {
    margin: 10px 0;
    padding: 0 10px;
    font-size: 1.0625rem;
  }
  .p-list .etc {
    padding: 3px 10px 3px 58px;
  }
  .p-list .etc .tt {
    top: 3px;
    left: 10px;
  }
}
@media (min-width: 992px) {
  .plist-wrap .p-breadcrumb {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .plist-wrap {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .pd-slide-wrap .p-breadcrumb {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .plist-wrap .p-breadcrumb {
    position: absolute;
    top: 0;
    padding: 10px 0;
    opacity: 0.8;
  }
}
@media (max-width: 839px) {
  .pd-slide-wrap {
    padding-bottom: 62.5%;
  }
}
@media (max-width: 767px) {
  .pd-slide-wrap .scroll-down {
    display: none;
  }
  .pd-slide-wrap .slide-opts {
    bottom: 5px;
  }
  .plist-wrap {
    padding-top: 10px;
    padding-bottom: 40px;
    display: block;
    display: block \9;
  }
  .plist-wrap .plist-intro {
    letter-spacing: 0.05em;
    margin-bottom: 30px;
    font-weight: 300;
  }
  .plist-wrap .plist-subhead {
    font-size: 1.375rem;
    font-weight: 300;
  }
  .plist-wrap .p-breadcrumb {
    display: block;
    text-align: left;
    margin-bottom: 40px;
  }
  .p-list .name {
    margin: 8px 0;
    font-size: 1rem;
  }
  .p-list .etc {
    padding: 2px 10px 2px 58px;
  }
  .p-list .etc .tt {
    top: 2px;
  }
  .p-list .etc.price-sale {
    padding-top: 6px;
  }
  .p-list .etc.price-sale .tt {
    top: 6px;
  }
  .p-list.mode-big {
    width: calc(100% + 20px);
  }
  .p-list.mode-big .item {
    width: 50%;
  }
}
@media (max-width: 539px) {
  .p-list .item {
    width: 50%;
  }
  .p-list.mode-big {
    width: calc(100% + 20px);
  }
  .p-list.mode-big .item {
    width: 100%;
  }
}
@media (max-width: 499px) {
  .plist-wrap .plist-intro {
    letter-spacing: 0.02em;
  }
  .plist-wrap .plist-subhead {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
  }
  .plist-wrap .plist-subhead .sm {
    display: block;
    margin: 10px auto 0;
  }
  .p-list {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
  }
  .p-list .item {
    padding: 0 5px;
  }
  .p-list .item .name {
    padding: 0;
  }
  .p-list .item .etc {
    font-size: 0.85rem;
    padding: 2px 0 2px 43px;
    letter-spacing: 0.03em;
  }
  .p-list .item .etc .tt {
    left: 0;
    width: 43px;
  }
  .p-list .item .etc:first-of-type {
    padding-top: 4px;
  }
  .p-list .item .etc:first-of-type .tt {
    top: 4px;
  }
  .p-list.mode-big {
    width: calc(100% + 10px);
  }
  .p-list.mode-big .item {
    width: 100%;
  }
}
/* Product - View Mode */
.plist-op {
  position: relative;
  min-height: 1rem;
  margin-bottom: 40px;
}
.plist-op .g-catetab {
  padding: 0;
  margin: 0 auto;
}
#search .plist-op .search-text {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .view-mode {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .plist-op {
    padding: 0 100px 0 0;
  }
  .plist-op.is-full {
    padding: 0;
  }
  .plist-op .g-catetab {
    margin: 0;
    max-width: none;
  }
  #search .plist-op {
    margin: 0 auto 20px auto;
  }
  #search .plist-op .search-text {
    text-align: left;
  }
}
.view-mode {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: right;
}
.view-mode-btn {
  width: 45px;
  height: 45px;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 0;
  line-height: 0;
  position: relative;
  -webkit-transition: background .25s, border .25s;
  -o-transition: background .25s, border .25s;
  transition: background .25s, border .25s;
}
.view-mode-btn:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/icon_view_mode.png);
  background-repeat: no-repeat;
  background-size: auto 200%;
}
.view-mode-btn.active {
  background: #bbb;
  border-color: #bbb;
}
.view-mode-btn.js-mode-small:before {
  background-position: 0 0;
}
.view-mode-btn.js-mode-small.active:before {
  background-position: 0 100%;
}
.view-mode-btn.js-mode-big:before {
  background-position: 100% 0;
}
.view-mode-btn.js-mode-big.active:before {
  background-position: 100% 100%;
}
/* Product - View */
#product-view {
  background: #ecebea;
}
.pv-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: table \9;
  width: 100%;
  letter-spacing: 0;
  font-size: 0;
  margin-top: 30px;
}
.pv-top[data-scrollview] .left {
  -webkit-transform: translate(30px, 0);
      -ms-transform: translate(30px, 0);
          transform: translate(30px, 0);
  opacity: 0;
  -webkit-transition: opacity .8s .2s, -webkit-transform .8s .2s;
  transition: opacity .8s .2s, -webkit-transform .8s .2s;
  -o-transition: transform .8s .2s, opacity .8s .2s;
  transition: transform .8s .2s, opacity .8s .2s;
  transition: transform .8s .2s, opacity .8s .2s, -webkit-transform .8s .2s;
}
.pv-top[data-scrollview] .right {
  -webkit-transform: translate(-30px, 0);
      -ms-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
  -webkit-transition: opacity .8s .2s, -webkit-transform .8s .2s;
  transition: opacity .8s .2s, -webkit-transform .8s .2s;
  -o-transition: transform .8s .2s, opacity .8s .2s;
  transition: transform .8s .2s, opacity .8s .2s;
  transition: transform .8s .2s, opacity .8s .2s, -webkit-transform .8s .2s;
  opacity: 0;
}
.pv-top.scroll-view .left, .pv-top.scroll-view .right {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.pv-top .left {
  width: 47%;
  max-width: 47%;
  display: table-cell \9;
  vertical-align: top;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 765px;
      flex-basis: 765px;
  font-size: 1rem;
}
.pv-top .right {
  width: 53%;
  max-width: 53%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 60px;
  font-size: 1rem;
  position: relative;
}
.pv-top .b-slider-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pv-top .b-slider-wrap:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.pv-top .btn-track {
  position: absolute;
  display: block;
  padding: 14px;
  line-height: 1;
  z-index: 10;
  right: 7px;
  bottom: 4px;
  border-radius: 50%;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
}
.pv-top .btn-track.is-added > div:before {
  background-position: 0 100%;
}
.pv-top .btn-track > div:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../images/icon_heart.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.pv-top .name {
  color: #010101;
  font-size: 1.875rem;
  line-height: 1.3;
  margin: 0 auto 10px auto;
  padding: 0 0 25px 0;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.pv-top .price {
  font-size: 1rem;
  text-align: right;
  display: block;
  padding: 0 20px 0 0;
  margin: 10px 0 15px 0;
  letter-spacing: 0.1em;
  color: #de3e32;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.pv-top .spec-list li {
  position: relative;
  padding-left: 120px;
  margin: 17px 0;
  letter-spacing: 0.1em;
  text-align: left;
  word-break: break-all;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.pv-top .spec-list li .tit {
  white-space: nowrap;
  max-width: 110px;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}
.pv-top .share-box {
  margin-right: 10px;
}
.pv-top .feature-list {
  width: calc(100% - 210px);
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.pv-top .feature-list li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 42px;
  margin: 5px 10px 5px 0;
}
.pv-top .feature-list li img {
  height: auto !important;
}
.pv-top .feature-list .js-tip {
  position: absolute;
  display: block;
  font-size: 0.75rem;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
  background: #999999;
  border-radius: 2px;
  padding: 10px;
  left: 50%;
  top: -7px;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  -webkit-animation: ani_fadeIn .25s both;
          animation: ani_fadeIn .25s both;
}
.pv-top .feature-list .js-tip:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #909090 transparent transparent  transparent;
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -4px;
}
.pv-top .summary {
  font-size: 1rem;
  line-height: 2.2;
  color: #595757;
  display: block;
  margin: 20px auto 10px auto;
  padding: 0 10px;
  text-align: left;
  letter-spacing: 0.1em;
}
.pv-top .b-slider {
  line-height: 0;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pv-top .b-slider .slick-arrow {
  width: 45%;
  max-width: 70px;
  height: 100%;
  border-radius: 0;
  top: 0;
  margin: 0;
  bottom: 0;
  font-size: 0;
  border: none;
  background: none;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 0;
  text-shadow: margin .35s, opacity .35s;
}
.pv-top .b-slider .slick-arrow:before {
  z-index: 2;
}
.pv-top .b-slider .slick-arrow:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform .15s;
  transition: -webkit-transform .15s;
  -o-transition: transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s;
}
.pv-top .b-slider .slick-prev {
  left: 0;
}
.pv-top .b-slider .slick-prev:after {
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.pv-top .b-slider .slick-next {
  right: 0;
}
.pv-top .b-slider .slick-next:after {
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.pv-top .s-slider {
  line-height: 0;
  margin-top: 20px;
}
.pv-top .s-slider.has-arrow {
  width: calc(100% + 20px);
  padding-left: 40px;
  padding-right: 40px;
}
.pv-top .s-slider .slick-list {
  padding: 6px;
  background: #ddd;
}
.pv-top .s-slider .slick-arrow {
  border: none;
  background: none;
  height: 35px;
  width: 35px;
}
.pv-top .s-slider .slick-arrow:before {
  opacity: 1;
  border-color: #444;
}
.pv-top .s-slider .slick-prev {
  left: 0;
}
.pv-top .s-slider .slick-prev:before {
  margin-left: -3px;
}
.pv-top .s-slider .slick-next {
  right: 0;
}
.pv-top .s-slider .slick-next:before {
  margin-right: -2px;
}
.pv-top .s-slider .slick-slide {
  padding: 10px;
}
.pv-top .s-slider .slick-slide > div {
  cursor: pointer;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.pv-top .s-slider .slick-slide.slick-current > div:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.pv-top .s-slider img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}
.pc .pv-top .b-slider:hover .slick-arrow {
  opacity: 1;
}
.pc .pv-top .b-slider .slick-arrow:hover {
  background: none;
}
.pc .pv-top .b-slider .slick-arrow:hover:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.pc .pv-top .b-slider .slick-arrow:hover:before {
  border-color: #fff;
}
.pc .pv-top .feature-list li:hover {
  z-index: 10;
}
.pc .pv-top .btn-track:hover {
  background-color: #f24848;
}
.pc .pv-top .btn-track.is-added:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.pc .pv-top .s-slider .slick-slide > div:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
@media (min-width: 1580px) {
  .pv-top .spec-list li:last-child{
    padding-right: 270px
  }
  .pv-top .price{
    right: 0;
    margin-top: -48px;
    position: absolute;
    max-width: 270px;
  }
}
@media (max-width: 1299px) {
  .pv-top .left {
    width: 50%;
  }
  .pv-top .right {
    width: 50%;
    padding-left: 40px;
  }
  .pv-top .name {
    font-size: 1.625rem;
    padding: 15px 0;
  }
}
@media (max-width: 1199px) {
  .pv-top .share-box {
    margin-right: 12px;
  }
  .pv-top .share-box .label {
    font-size: 1rem;
  }
  .pv-top .feature-list {
    width: calc(100% - 185px);
    padding-left: 10px;
  }
  .pv-top .feature-list li {
    width: 30px;
    margin: 5px 10px 5px 0;
  }
}
@media (min-width: 992px) {
  .pv-top .left .name, .pv-top .left .spec-list, .pv-top .left .s-slider {
    display: none !important;
  }
  .pv-top .right .summary {
    display: none!important;
  }
  .summary-on-pc {
    margin-top: 25px
  }
}
@media (max-width: 991px) {
  .summary-on-pc {
    display: none!important;
  }
  .pv-top {
    margin-top: 0;
    display: block;
    display: block \9;
  }
  .pv-top .left {
    display: block;
    display: block \9;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    text-align: center;
  }
  .pv-top .left .name, .pv-top .left .spec-list {
    display: block;
  }
  .pv-top .left .name {
    display: block;
    text-align: left;
  }
  .pv-top .left .left-slider {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    max-width: 500px;
  }
  .pv-top .left .s-slider {
    position: relative;
    width: 100%;
    background: #ddd;
  }
  .pv-top .left .s-slider .slick-list {
    padding: 5px 0;
    background: none;
  }
  .pv-top .left .s-slider .slick-slide {
    padding: 5px;
  }
  .pv-top .left .s-slider.has-arrow {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pv-top .left .s-slider.has-arrow .slick-arrow {
    margin-top: -15px;
    width: 30px;
    padding: 0;
  }
  .pv-top .left .spec-list {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 5px);
    padding-left: 35px;
  }
  .pv-top .right {
    display: block;
    display: block \9;
    width: 100%;
    max-width: none;
    padding-left: 0;
  }
  .pv-top .right .name, .pv-top .right .spec-list {
    display: none !important;
  }
  .pv-top .right .s-slider {
    display: none !important;
  }
  .pv-top .spec-list {
    display: inline-block;
  }
  .pv-top .spec-list li {
    padding-left: 100px;
    margin: 12px 0;
  }
  .pv-top .spec-list li .tit {
    white-space: nowrap;
    max-width: 90px;
  }
  .mb .pv-top .b-slider .slick-arrow {
    opacity: 1;
    max-width: 45px;
  }
  .pv-top .s-slider {
    margin-top: 0
  }
}
@media (max-width: 767px) {
  #product-view {
    padding-top: 5px;
  }
  .pv-top .left .left-slider {
    max-width: 350px;
  }
  .pv-top .left .spec-list {
    width: calc(100% - 355px);
    padding-left: 30px;
  }
  .pv-top .price {
    padding: 0 10px;
  }
}
@media (max-width: 639px) {
  .pv-top .left .name {
    padding-top: 0;
    text-align: center;
  }
  .pv-top .left .left-slider {
    display: block;
    margin: 0 auto 10px;
    width: 100%;
  }
  .pv-top .left .spec-list {
    width: auto;
    margin: 0 0 10px;
    padding: 0;
  }
  .pv-top .name {
    font-size: 1.375rem;
  }
  .pv-top .spec-list li {
    margin: 2px 0;
    padding-left: 90px;
  }
  .pv-top .spec-list li .tit {
    width: 80px;
  }
  .pv-top .summary {
    padding: 0;
  }
  .pv-top .feature-list {
    padding: 0;
  }
  .pv-top .share-box {
    margin: 5px 0 0 0;
  }
  .pv-top .btn-track {
    padding: 10px;
  }
  .pv-top .btn-track > div:before {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 359px) {
  .pv-top .feature-list {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: right;
  }
  .pv-top .share-box {
    width: 100%;
    margin: 10px auto 0 auto;
    display: block;
  }
}
.contact-btns-gp {
  text-align: right;
  position: relative;
  margin: 0 auto 15px auto;
  padding: 0;
  font-size: 0;
}
.contact-btns-gp:before {
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  background: #bfbfbf;
}
.contact-btns-gp a {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  background: #ecebea;
  padding: 0 18px 0 18px;
  position: relative;
  color: #373434;
  border: none;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  -webkit-transition: color .25s, all .25s;
  -o-transition: color .25s, all .25s;
  transition: color .25s, all .25s;
}
.contact-btns-gp a span {
  z-index: 2;
  display: inline-block;
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1rem;
  line-height: 1.35;
  padding: 0 0 6px 0;
  -webkit-transition: color 0.25s, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.25s, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.25s;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.25s;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.25s, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.contact-btns-gp a span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 1px;
  right: 1px;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  height: 1px;
  background: #373434;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: background .25s, -webkit-transform .25s;
  transition: background .25s, -webkit-transform .25s;
  -o-transition: transform .25s, background .25s;
  transition: transform .25s, background .25s;
  transition: transform .25s, background .25s, -webkit-transform .25s;
}
.contact-btns-gp a:before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 20px;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background: #9f9f9f;
}
.contact-btns-gp a:first-of-type {
  margin-left: 20px;
}
.contact-btns-gp a:first-of-type:before {
  display: none;
}
.pc .contact-btns-gp a:hover span:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
@media (max-width: 639px) {
  .contact-btns-gp {
    white-space: nowrap;
  }
  .contact-btns-gp a {
    font-size: 1rem;
    padding: 0 10px 0 12px;
  }
}
.tilecolor-slider-wrap {
  padding: 50px 0;
}
.tilecolor-slider-wrap[data-scrollview] {
  -webkit-transform: translate(0, 35px);
      -ms-transform: translate(0, 35px);
          transform: translate(0, 35px);
  opacity: 0;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
}
.tilecolor-slider-wrap.scroll-view {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity .8s .2s, -webkit-transform .8s .2s;
  transition: opacity .8s .2s, -webkit-transform .8s .2s;
  -o-transition: transform .8s .2s, opacity .8s .2s;
  transition: transform .8s .2s, opacity .8s .2s;
  transition: transform .8s .2s, opacity .8s .2s, -webkit-transform .8s .2s;
}
.tilecolor-slider {
  padding: 0;
  white-space: nowrap;
  width: 100%;
  /*float: right;
  max-width: 970px;
  margin-right: -20px;*/
}
.tilecolor-slider .slick-list {
  text-align: right;
}
.tilecolor-slider .slick-track {
  display: inline-block;
  margin: 0;
}
.tilecolor-slider .slick-prev {
  left: 0;
}
.tilecolor-slider .slick-next {
  right: -5px;
}
.tilecolor-slider .slick-slide > div {
  padding: 5px;
  text-align: center;
}
.tilecolor-slider .slick-slide img {
  min-width: 90px;
  display: inline-block;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
.pc .tilecolor-slider a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 991px) {
  .tilecolor-slider-wrap {
    padding: 40px 5px 20px;
  }
  .tilecolor-slider {
    float: none;
    max-width: none;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .tilecolor-slider .slick-arrow {
    height: 35px;
    width: 30px;
    background: none;
  }
  .tilecolor-slider .slick-arrow:before {
    border-color: #444;
  }
}
@media (max-width: 767px) {
  .tilecolor-slider-wrap {
    padding: 20px 0;
  }
  .tilecolor-slider-wrap .slick-prev {
    left: -20px;
  }
  .tilecolor-slider-wrap .slick-next {
    right: -20px;
  }
}
.tilecolor-popup {
  width: 850px;
  height: 100%;
  max-width: calc(100vw - 40px);
  max-height: 720px;
  background: #fff;
  margin: calc((100vh - 720px) / 2) auto;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
 overflow-y: auto!important;
}
.tilecolor-popup::-webkit-scrollbar {
  width: 3px;
  background: #DADADA;
}
.tilecolor-popup::-webkit-scrollbar-track {
  background: #DADADA;
}
.tilecolor-popup::-webkit-scrollbar-thumb {
  background: #767676;
  border-radius: 0;
}
.tilecolor-popup::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.tilecolor-popup .pic {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tilecolor-popup .pic img {
  -o-object-fit: contain;
    object-fit: contain;
  height: 100%!important;
  max-width: 100%!important;
  width: auto;
}
.tilecolor-popup .text {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding-left: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tilecolor-popup .text .tit {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  display: block;
  margin: 0 0 15px 0;
  margin-bottom: 20px;
}
.tilecolor-popup .text .desc {
  display: block;
}
@media (max-width: 991px) {
  .tilecolor-popup {
    padding: 20px
  }
}
@media (max-width: 767px) {
  .tilecolor-popup {
    max-height: calc(100vh - 44px);
    max-width: 100%;
    margin: 44px auto 0 auto;
  }
  .tilecolor-popup {
    display: block;
  }
  .tilecolor-popup .pic{
    max-width: 200px;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .tilecolor-popup .text {
    margin-top: 20px;
    display: block;
    width: 100%;
    padding-left: 0
  }
  .tilecolor-popup .text .tit{
    text-align: center;
  }
  .tilecolor-popup .text .desc{
    padding-top: 20px;
    border-top: 1px solid #ddd;
  }
}
.pv-detail {
  background: #ddd;
  padding-top: 90px;
  padding-bottom: 50px;
}
.pv-detail[data-scrollview] {
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
}
.pv-detail.scroll-view {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity .85s .2s, -webkit-transform .85s .2s;
  transition: opacity .85s .2s, -webkit-transform .85s .2s;
  -o-transition: transform .85s .2s, opacity .85s .2s;
  transition: transform .85s .2s, opacity .85s .2s;
  transition: transform .85s .2s, opacity .85s .2s, -webkit-transform .85s .2s;
}
.pv-detail > .container {
  max-width: 1540px;
}
.pv-case {
  padding-top: 20px;
  padding-bottom: 90px;
  background: #ddd;
  text-align: center;
}
.pv-case[data-scrollview] .case-list .item {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 0;
  -webkit-transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, -webkit-transform .6s;
  -o-transition: opacity .6s, transform .6s;
  transition: opacity .6s, transform .6s;
  transition: opacity .6s, transform .6s, -webkit-transform .6s;
}
.pv-case[data-scrollview] .case-list .item:nth-of-type(11n+1) .item {
  -webkit-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.pv-case[data-scrollview] .case-list .item:nth-of-type(11n+2) .item {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.pv-case[data-scrollview] .case-list .item:nth-of-type(11n+3) .item {
  -webkit-transition-delay: 0.45s;
       -o-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.pv-case[data-scrollview] .case-list .item:nth-of-type(11n+4) .item {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.pv-case[data-scrollview] .case-list .item:nth-of-type(11n+5) .item {
  -webkit-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.pv-case[data-scrollview] .case-list .item:nth-of-type(11n+6) .item {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.pv-case[data-scrollview] .case-list .item:nth-of-type(11n+7) .item {
  -webkit-transition-delay: 1.05s;
       -o-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.pv-case[data-scrollview] .case-list .item:nth-of-type(11n+8) .item {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.pv-case[data-scrollview] .case-list .item:nth-of-type(11n+9) .item {
  -webkit-transition-delay: 1.35s;
       -o-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
.pv-case[data-scrollview] .case-list .item:nth-of-type(11n+10) .item {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.pv-case[data-scrollview] .sec-title {
  opacity: 0;
  -webkit-transform: translate(0, 15px);
      -ms-transform: translate(0, 15px);
          transform: translate(0, 15px);
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s, -webkit-transform .5s;
}
.pv-case[data-scrollview] .sec-title:after {
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
.pv-case.scroll-view .case-list .item {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.pv-case.scroll-view .sec-title {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.pv-case.scroll-view .sec-title:after {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: -webkit-transform .5s .1s;
  transition: -webkit-transform .5s .1s;
  -o-transition: transform .5s .1s;
  transition: transform .5s .1s;
  transition: transform .5s .1s, -webkit-transform .5s .1s;
}
.pv-case .sec-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
  margin-bottom: 10px;
}
.pv-case .sec-title:after {
  content: '';
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 56px;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(221, 221, 221, 0)), to(#4c4c4c));
  background: -webkit-linear-gradient(bottom, rgba(221, 221, 221, 0) 0%, #4c4c4c 100%);
  background: -o-linear-gradient(bottom, rgba(221, 221, 221, 0) 0%, #4c4c4c 100%);
  background: linear-gradient(0deg, rgba(221, 221, 221, 0) 0%, #4c4c4c 100%);
}
.pv-case .sec-title .sm {
  margin: 0 auto;
  display: block;
}
.pv-case-list {
  display: inline-block;
  position: relative;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  -webkit-transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pv-case-list .pv-case-group {
  position: relative;
}
.pv-case-list .item {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  padding: 7px;
  margin: 0;
  overflow: hidden;
  position: absolute;
}
.pv-case-list .item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.pv-case-list .item a:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 66.66%;
}
.pv-case-list .item a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  -webkit-transition: -webkit-transform 1s linear;
  transition: -webkit-transform 1s linear;
  -o-transition: transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, -webkit-transform 1s linear;
}
.pv-case-list .item a .text {
  z-index: 2;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40%;
  height: 25% \9;
  opacity: 0;
  -webkit-transition: height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pv-case-list .item a .text:before {
  content: '';
  position: absolute;
  pointer-events: none;
  display: block;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: black;
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pv-case-list .item a .text span {
  z-index: 2;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0.1em;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 25px;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mb .pv-case-list .item .text {
  opacity: 1;
}
.pc .pv-case-list .item a:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.pc .pv-case-list .item a:hover .text {
  height: 100%;
  height: 100% \9;
  opacity: 1;
}
.pc .pv-case-list .item a:hover .text:before {
  opacity: 0.7;
}
.pc .pv-case-list .item a:hover .text span {
  -webkit-transform: translateY(-55%);
      -ms-transform: translateY(-55%);
          transform: translateY(-55%);
}
@media (min-width: 1200px) {
  .pv-case-list .pv-case-group {
    padding-bottom: 40.58%;
  }
  .pv-case-list .item:nth-of-type(9n+1) {
    width: 40%;
    top: 0;
    left: 0;
  }
  .pv-case-list .item:nth-of-type(9n+2) {
    top: 0;
    left: 40%;
  }
  .pv-case-list .item:nth-of-type(9n+3) {
    top: 0;
    left: 60%;
  }
  .pv-case-list .item:nth-of-type(9n+4) {
    top: 0;
    left: 80%;
  }
  .pv-case-list .item:nth-of-type(9n+5) {
    top: 66.45%;
    left: 0;
  }
  .pv-case-list .item:nth-of-type(9n+6) {
    top: 66.45%;
    left: 20%;
  }
  .pv-case-list .item:nth-of-type(9n+7) {
    width: 40%;
    top: 33.54%;
    left: 40%;
  }
  .pv-case-list .item:nth-of-type(9n+8) {
    top: 33.54%;
    left: 80%;
  }
  .pv-case-list .item:nth-of-type(9n+9) {
    top: 66.45%;
    left: 80%;
  }
}
@media (min-width: 640px) and (max-width: 1199px) {
  .pv-case-list .pv-case-group {
    padding-bottom: 113.46%;
  }
  .pv-case-list .item {
    width: calc(100% / 3);
  }
  .pv-case-list .item:nth-of-type(9n+1) {
    width: calc(100% / 3 * 2);
    top: 0;
    left: 0;
  }
  .pv-case-list .item:nth-of-type(9n+2) {
    top: 0;
    left: calc(100% / 3 * 2);
  }
  .pv-case-list .item:nth-of-type(9n+3) {
    top: 20%;
    left: calc(100% / 3 * 2);
  }
  .pv-case-list .item:nth-of-type(9n+4) {
    top: 40%;
    left: 0;
  }
  .pv-case-list .item:nth-of-type(9n+5) {
    width: calc(100% / 3 * 2);
    top: 40%;
    left: calc(100% / 3);
  }
  .pv-case-list .item:nth-of-type(9n+6) {
    top: 60%;
    left: 0;
  }
  .pv-case-list .item:nth-of-type(9n+7) {
    top: 80%;
    left: 0;
  }
  .pv-case-list .item:nth-of-type(9n+8) {
    top: 80%;
    left: calc(100% / 3);
  }
  .pv-case-list .item:nth-of-type(9n+9) {
    top: 80%;
    left: calc(100% / 3 * 2);
  }
}
@media (max-width: 991px) {
  .pv-case-list .item a .text span {
    bottom: 15px;
  }
}
@media (max-width: 767px) {
  .pv-case .sec-title {
    padding-bottom: 0;
  }
  .pv-case .sec-title:after {
    display: none;
  }
  .pv-detail {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
@media (max-width: 639px) {
  .pv-case-list {
    margin: 0 -10px;
  }
  .pv-case-list .item {
    position: relative;
    width: 50%;
  }
  .pv-case-list .item:nth-of-type(9n+1) {
    width: 100%;
  }
  .pv-case-list .item a .text span {
    font-size: 0.9375rem;
  }
}
@media (max-width: 499px) {
  .pv-case-list {
    margin: 0 -5px;
  }
  .pv-case-list .item {
    padding: 5px;
  }
}
/* Article - List */
#article-list {
  background: #ececec;
}
#article-list main {
  padding-top: 50px;
  padding-bottom: 50px;
}
.article-list {
  font-size: 0;
  margin-left: -18px;
  margin-right: -18px;
}
.article-list.slick-dotted {
  padding-bottom: 55px;
}
.article-list.slick-dotted .slick-dots {
  bottom: 0;
}
.article-list .item {
  white-space: normal;
  padding: 0 18px;
  margin-bottom: 50px;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  max-width: 406px;
  text-align: left;
}
.article-list .item[data-scrollview] {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s, -webkit-transform .5s;
}
.article-list .item[data-scrollview].scroll-view {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.article-list .item > a {
  display: block;
  position: relative;
  padding: 0 10px;
}
.article-list .item > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 45px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 0;
}
.article-list .item > a .pic {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow .35s;
  transition: -webkit-box-shadow .35s;
  -o-transition: box-shadow .35s;
  transition: box-shadow .35s;
  transition: box-shadow .35s, -webkit-box-shadow .35s;
}
.article-list .item > a .pic:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 94.28%;
}
.article-list .item > a .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .7s;
  transition: -webkit-transform .7s;
  -o-transition: transform .7s;
  transition: transform .7s;
  transition: transform .7s, -webkit-transform .7s;
}
.article-list .item > a .text {
  position: relative;
  z-index: 2;
  padding: 20px 10px 70px 10px;
}
.article-list .item > a .text .cate {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 10px;
  font-size: 0.8125rem;
  color: #999999;
  font-style: normal;
  letter-spacing: 0.2em;
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
}
.article-list .item > a .text .cate:before {
  content: '';
  width: 23px;
  height: 1px;
  background: #999;
  position: absolute;
  top: 0;
  left: 10px;
  -webkit-transition: width .5s;
  -o-transition: width .5s;
  transition: width .5s;
}
.article-list .item > a .text .title {
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.5;
  max-height: 3.375rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #000000;
  letter-spacing: 0.1em;
}
.article-list .item > a .text .desc {
  margin: 15px auto;
  color: #666666;
  font-size: 0.9375rem;
  line-height: 1.6;
  max-height: 4.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.article-list .item > a:hover .pic {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.article-list .item > a:hover .pic img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.article-list .item > a:hover .text .cate {
  color: #333;
}
.article-list .item > a:hover .text .cate:before {
  width: 50px;
}
@media (max-width: 1199px) {
  .article-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .article-list .item {
    padding: 0 10px;
    width: calc(100% / 3);
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #article-list main {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .article-list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .article-list .item {
    padding: 0 5px;
    width: 50%;
  }
  .article-list .item > a .text .title {
    font-size: 1.0625rem;
  }
}
@media (max-width: 499px) {
  #article-list main {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .article-list {
    margin-left: auto;
    margin-right: auto;
  }
  .article-list .item {
    padding: 10px 0;
    width: 100%;
    margin: 0;
    max-width: none;
    border-top: 1px solid #ccc;
  }
  .article-list .item[data-scrollview] {
    opacity: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .article-list .item.scroll-view {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .article-list .item:first-child {
    border-top: none;
  }
  .article-list .item > a {
    padding: 10px 0 10px 170px;
  }
  .article-list .item > a:after {
    display: none;
  }
  .article-list .item > a .text {
    padding: 0;
    height: auto !important;
  }
  .article-list .item > a .text .title {
    font-size: 1rem;
    white-space: nowrap;
  }
  .article-list .item > a .text .desc {
    margin: 10px 0;
  }
  .article-list .item > a .text .cate {
    position: relative;
    display: block;
    margin: 10px 0 0;
    padding: 5px 0 0 0;
    bottom: auto;
    left: auto;
  }
  .article-list .item > a .text .cate:before {
    left: 0;
  }
  .article-list .item > a .pic {
    width: 155px;
    position: absolute;
    top: 10px;
    left: 0;
  }
}
/* Article - View */
#article-view {
  background: #ececec;
}
#article-view .pv-case {
  background: none;
  padding-bottom: 120px;
}
.article-wrap {
  padding: 50px 20px 60px 20px;
}
.article-wrap[data-scrollview] {
  opacity: 0;
  -webkit-transform: translate(0, 15px);
      -ms-transform: translate(0, 15px);
          transform: translate(0, 15px);
  -webkit-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.article-wrap.scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.article-wrap > .container {
  background: #fff;
  padding: 30px;
}
.article-head {
  padding: 20px 20px 70px 20px;
  position: relative;
}
.article-head .share-box {
  padding: 0;
  background: none;
  position: absolute;
  left: 20px;
  bottom: 20px;
  text-align: left;
}
.article-head .btn-back {
  position: absolute;
  right: 20px;
  bottom: 25px;
}
.article-title {
  font-size: 1.875rem;
  color: #000;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.article-body {
  padding: 45px 60px 60px;
  border-top: 1px solid #dddddd;
}
@media (max-width: 1699px) {
  .article-wrap {
    padding: 25px 20px;
  }
}
@media (max-width: 1199px) {
  .article-head {
    padding: 20px 20px 70px 20px;
  }
  .article-body {
    padding: 40px 20px;
  }
}
@media (max-width: 991px) {
  #article-view .pv-case {
    padding-bottom: 80px;
  }
  .article-wrap {
    padding: 22px 20px;
  }
  .article-wrap > .container {
    padding: 20px;
  }
  .article-title {
    font-size: 1.625rem;
  }
}
@media (max-width: 767px) {
  #article-view .pv-case {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .article-wrap {
    padding: 0;
  }
  .article-head {
    padding: 20px 0 55px 0;
  }
  .article-head .share-box {
    left: 0;
    bottom: 6px;
  }
  .article-head .btn-back {
    right: 0;
    bottom: 10px;
    line-height: 32px;
    height: 32px;
  }
  .article-title {
    font-size: 1.375rem;
  }
  .article-body {
    padding: 25px 0;
  }
}
@media (max-width: 499px) {
  #article-view .article-head {
    padding-top: 5px;
  }
}
/* Case - List */
#case {
  background: #f5f5f5;
}
#case main {
  padding-top: 55px;
  padding-bottom: 80px;
  text-align: center;
}
#case .case-list {
  display: block;
}
.case-list {
  width: 100%;
  max-width: 1260px;
  position: relative;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  display: inline-block;
  -webkit-transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.case-list .case-group {
  background: url(../images/loading.gif) no-repeat center 50px;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
}
.case-list .case-group .item {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 0;
  -webkit-transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, -webkit-transform .6s;
  -o-transition: opacity .6s, transform .6s;
  transition: opacity .6s, transform .6s;
  transition: opacity .6s, transform .6s, -webkit-transform .6s;
}
.case-list .case-group.scroll-view {
  background-image: url(../images/blank.png);
  background-size: 64px auto;
}
.case-list .case-group.scroll-view .item {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.case-list .case-group.scroll-view:nth-of-type(11n+1) .item {
  -webkit-transition-delay: 0.45s;
       -o-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.case-list .case-group.scroll-view:nth-of-type(11n+2) .item {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.case-list .case-group.scroll-view:nth-of-type(11n+3) .item {
  -webkit-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.case-list .case-group.scroll-view:nth-of-type(11n+4) .item {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.case-list .case-group.scroll-view:nth-of-type(11n+5) .item {
  -webkit-transition-delay: 1.05s;
       -o-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.case-list .case-group.scroll-view:nth-of-type(11n+6) .item {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.case-list .case-group.scroll-view:nth-of-type(11n+7) .item {
  -webkit-transition-delay: 1.35s;
       -o-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
.case-list .case-group.scroll-view:nth-of-type(11n+8) .item {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.case-list .case-group.scroll-view:nth-of-type(11n+9) .item {
  -webkit-transition-delay: 1.65s;
       -o-transition-delay: 1.65s;
          transition-delay: 1.65s;
}
.case-list .case-group.scroll-view:nth-of-type(11n+10) .item {
  -webkit-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.case-list .pv-case-group, .case-list .case-group {
  position: relative;
  text-align: left;
  margin-bottom: 4px;
}
.case-list .pv-case-group.is-less .item, .case-list .case-group.is-less .item {
  position: relative;
}
.case-list .item {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding: 6px 8px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
}
.case-list .item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.case-list .item a:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 66.5%;
}
.case-list .item a:after {
  content: '';
  z-index: 50;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity .35s;
  -o-transition: opacity .35s;
  transition: opacity .35s;
}
.case-list .item a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  -webkit-transition: -webkit-transform 1s linear;
  transition: -webkit-transform 1s linear;
  -o-transition: transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, -webkit-transform 1s linear;
}
.case-list .item a .text {
  z-index: 2;
  position: absolute;
  display: block;
  text-align: center;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  height: 100%;
  -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.case-list .item a .text span {
  z-index: 2;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0.1em;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 12px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.25);
}
.mb .case-list .item .text {
  opacity: 1;
}
.pc .case-list .item a:hover {
  z-index: 100;
}
.pc .case-list .item a:hover:after {
  opacity: 1;
}
.pc .case-list .item a:hover .text {
  opacity: 1;
}
@media (min-width: 1200px) {
  .case-list .case-group.is-less .item {
    width: 25%;
  }
  .case-list .case-group:not(.is-less) {
    padding-bottom: 67.08%;
  }
  .case-list .case-group:not(.is-less) .item:nth-of-type(10n+1) {
    width: 50%;
    top: 0;
    left: 0;
  }
  .case-list .case-group:not(.is-less) .item:nth-of-type(10n+2) {
    top: 0;
    left: 50%;
  }
  .case-list .case-group:not(.is-less) .item:nth-of-type(10n+3) {
    top: 0;
    left: 75%;
  }
  .case-list .case-group:not(.is-less) .item:nth-of-type(10n+4) {
    top: 25%;
    left: 50%;
  }
  .case-list .case-group:not(.is-less) .item:nth-of-type(10n+5) {
    top: 25%;
    left: 75%;
  }
  .case-list .case-group:not(.is-less) .item:nth-of-type(10n+6) {
    top: 50%;
    left: 0;
  }
  .case-list .case-group:not(.is-less) .item:nth-of-type(10n+7) {
    top: 50%;
    left: 25%;
  }
  .case-list .case-group:not(.is-less) .item:nth-of-type(10n+8) {
    top: 75%;
    left: 0;
  }
  .case-list .case-group:not(.is-less) .item:nth-of-type(10n+9) {
    top: 75%;
    left: 25%;
  }
  .case-list .case-group:not(.is-less) .item:nth-of-type(10n+10) {
    width: 50%;
    top: 50%;
    left: 50%;
  }
}
@media (min-width: 840px) and (max-width: 1199px) {
  .case-list .case-group.is-less .item {
    width: calc(100% / 3);
  }
  .case-list .case-group:not(.is-less) {
    padding-bottom: 134.177%;
  }
  .case-list .case-group:not(.is-less) .item {
    width: calc(100% / 3);
  }
  .case-list .case-group:not(.is-less) .item:nth-of-type(10n+1) {
    width: calc((100% / 3) * 2);
    top: 0;
    left: 0;
  }
  .case-list .case-group:not(.is-less) .item:nth-of-type(10n+2) {
    top: 0;
    left: calc((100% / 3) * 2);
  }
  .case-list .case-group:not(.is-less) .item:nth-of-type(10n+3) {
    top: calc(100% / 6);
    left: calc((100% / 3) * 2);
  }
  .case-list .case-group:not(.is-less) .item:nth-of-type(10n+4) {
    top: calc((100% / 6) * 2);
    left: 0;
  }
  .case-list .case-group:not(.is-less) .item:nth-of-type(10n+5) {
    top: calc((100% / 6) * 2);
    left: calc(100% / 3);
  }
  .case-list .case-group:not(.is-less) .item:nth-of-type(10n+6) {
    top: calc((100% / 6) * 2);
    left: calc((100% / 3) * 2);
  }
  .case-list .case-group:not(.is-less) .item:nth-of-type(10n+7) {
    top: calc((100% / 6) * 3);
    left: 0;
  }
  .case-list .case-group:not(.is-less) .item:nth-of-type(10n+8) {
    top: calc((100% / 6) * 3);
    left: calc(100% / 3);
  }
  .case-list .case-group:not(.is-less) .item:nth-of-type(10n+9) {
    top: calc((100% / 6) * 3);
    left: calc((100% / 3) * 2);
  }
  .case-list .case-group:not(.is-less) .item:nth-of-type(10n+10) {
    width: 100%;
    top: calc((100% / 6) * 4);
    left: 0;
  }
  .case-list .case-group:not(.is-less) .item:nth-of-type(10n+10) a:before {
    padding-bottom: 44.56%;
  }
}
@media (min-width: 768px) and (max-width: 839px) {
  .case-list .case-group.is-less .item {
    width: calc(100% / 3);
  }
  .case-list .case-group:not(.is-less) {
    padding-bottom: 178.902%;
  }
  .case-list .case-group:not(.is-less) .item {
    width: calc(100% / 3);
  }
  .case-list .case-group:not(.is-less) .item:nth-of-type(10n+1) {
    width: calc((100% / 3) * 2);
    top: 0;
    left: 0;
  }
  .case-list .case-group:not(.is-less) .item:nth-of-type(10n+2) {
    top: 0;
    left: calc((100% / 3) * 2);
  }
  .case-list .case-group:not(.is-less) .item:nth-of-type(10n+3) {
    top: calc(100% / 8);
    left: calc((100% / 3) * 2);
  }
  .case-list .case-group:not(.is-less) .item:nth-of-type(10n+4) {
    top: calc((100% / 8) * 2);
    left: 0;
  }
  .case-list .case-group:not(.is-less) .item:nth-of-type(10n+5) {
    top: calc((100% / 8) * 3);
    left: 0;
  }
  .case-list .case-group:not(.is-less) .item:nth-of-type(10n+6) {
    width: calc((100% / 3) * 2);
    top: calc((100% / 8) * 2);
    left: calc(100% / 3);
  }
  .case-list .case-group:not(.is-less) .item:nth-of-type(10n+7) {
    width: calc((100% / 3) * 2);
    top: calc((100% / 8) * 4);
    left: 0;
  }
  .case-list .case-group:not(.is-less) .item:nth-of-type(10n+8) {
    top: calc((100% / 8) * 4);
    left: calc((100% / 3) * 2);
  }
  .case-list .case-group:not(.is-less) .item:nth-of-type(10n+9) {
    top: calc((100% / 8) * 5);
    left: calc((100% / 3) * 2);
  }
  .case-list .case-group:not(.is-less) .item:nth-of-type(10n+10) {
    width: 100%;
    top: calc((100% / 8) * 6);
    left: 0;
  }
  .case-list .case-group:not(.is-less) .item:nth-of-type(10n+10) a:before {
    padding-bottom: 44.56%;
  }
}
@media (max-width: 991px) {
  #case main {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .case-list .item a .text span {
    bottom: 15px;
  }
}
@media (max-width: 767px) {
  #case main {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .case-list {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
  .case-list .item {
    position: relative;
    width: 50%;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .case-list .item a .text span {
    font-size: 0.9375rem;
  }
}
@media (max-width: 499px) {
  .case-list {
    margin: 0 -5px;
    width: calc(100% + 10px);
  }
  .case-list .item {
    padding: 5px;
    width: 100%;
  }
}
/* Case View */
#case-view {
  background: #f5f5f5;
}
#case-view .pv-case {
  background: none;
  padding-top: 90px;
  padding-bottom: 100px;
}
#case-view .btn-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cv-top {
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px;
}
.cv-top[data-scrollview] .left {
  -webkit-transform: translate(30px, 0);
      -ms-transform: translate(30px, 0);
          transform: translate(30px, 0);
  opacity: 0;
  -webkit-transition: opacity .8s .2s, -webkit-transform .8s .2s;
  transition: opacity .8s .2s, -webkit-transform .8s .2s;
  -o-transition: transform .8s .2s, opacity .8s .2s;
  transition: transform .8s .2s, opacity .8s .2s;
  transition: transform .8s .2s, opacity .8s .2s, -webkit-transform .8s .2s;
}
.cv-top[data-scrollview] .right {
  -webkit-transform: translate(-30px, 0);
      -ms-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
  -webkit-transition: opacity .8s .2s, -webkit-transform .8s .2s;
  transition: opacity .8s .2s, -webkit-transform .8s .2s;
  -o-transition: transform .8s .2s, opacity .8s .2s;
  transition: transform .8s .2s, opacity .8s .2s;
  transition: transform .8s .2s, opacity .8s .2s, -webkit-transform .8s .2s;
  opacity: 0;
}
.cv-top.scroll-view .left, .cv-top.scroll-view .right {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.cv-top:after {
  content: '';
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: #fff;
}
.cv-top > .container {
  display: table;
  width: 100%;
  position: relative;
  z-index: 1;
}
.cv-top .left {
  width: 56%;
  max-width: 870px;
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.cv-top .right {
  width: 45%;
  max-width: calc(100% - 870px);
  padding-left: 30px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-bottom: calc(40% * 0.4);
}
.cv-top .text-wrap {
  padding-left: 55px;
  padding-top: 40px;
}
.cv-top .share-box {
  background: none;
  width: 100%;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
.cv-top .btn-back {
  position: absolute;
  top: 0;
  right: 0;
}
.cv-top .name {
  width: 100%;
  color: #010101;
  font-size: 1.875rem;
  line-height: 1.3;
  margin: 0 auto;
  padding: 15px 0;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.cv-top .desc {
  margin: 15px 0 0;
  padding: 0 15px 0 0;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 160px;
}
.cv-top .desc::-webkit-scrollbar {
  width: 3px;
  background: #DADADA;
}
.cv-top .desc::-webkit-scrollbar-track {
  background: #DADADA;
}
.cv-top .desc::-webkit-scrollbar-thumb {
  background: #767676;
  border-radius: 0;
}
.cv-top .desc::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.cv-top .b-slider-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cv-top .b-slider-wrap:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 66.66%;
}
.cv-top .b-slider {
  line-height: 0;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cv-top .b-slider .slick-arrow {
  width: 45%;
  max-width: 70px;
  height: 100%;
  border-radius: 0;
  top: 0;
  margin: 0;
  bottom: 0;
  font-size: 0;
  border: none;
  background: none;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 0;
  text-shadow: margin .35s, opacity .35s;
}
.cv-top .b-slider .slick-arrow:before {
  z-index: 2;
}
.cv-top .b-slider .slick-arrow:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform .15s;
  transition: -webkit-transform .15s;
  -o-transition: transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s;
}
.cv-top .b-slider .slick-prev {
  left: 0;
}
.cv-top .b-slider .slick-prev:after {
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.cv-top .b-slider .slick-next {
  right: 0;
}
.cv-top .b-slider .slick-next:after {
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.cv-top .s-slider-wrap {
  padding: 30px 0;
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 0;
}
.cv-top .s-slider {
  line-height: 0;
}
.cv-top .s-slider.has-arrow {
  width: calc(100% + 20px);
  padding-left: 40px;
  padding-right: 40px;
}
.cv-top .s-slider .slick-arrow {
  border: none;
  background: none;
  height: 35px;
  width: 35px;
  margin-top: -14px;
}
.cv-top .s-slider .slick-arrow:before {
  opacity: 1;
  border-color: #444;
}
.cv-top .s-slider .slick-prev {
  left: 5px;
}
.cv-top .s-slider .slick-next {
  right: 5px;
}
.cv-top .s-slider .slick-slide {
  padding: 10px;
}
.cv-top .s-slider .slick-slide > div {
  cursor: pointer;
  width: 100%;
  padding-bottom: 66.66%;
  position: relative;
  overflow: hidden;
}
.cv-top .s-slider .slick-slide.slick-current > div:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.cv-top .s-slider img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}
.pc .cv-top .b-slider:hover .slick-arrow {
  opacity: 1;
}
.pc .cv-top .b-slider .slick-arrow:hover {
  background: none;
}
.pc .cv-top .b-slider .slick-arrow:hover:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.pc .cv-top .s-slider .slick-slide > div:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.cv-detail {
  padding-top: 100px;
  padding-bottom: 90px;
  background: #fff;
}
.cv-detail[data-scrollview] {
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
}
.cv-detail.scroll-view {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity .85s .2s, -webkit-transform .85s .2s;
  transition: opacity .85s .2s, -webkit-transform .85s .2s;
  -o-transition: transform .85s .2s, opacity .85s .2s;
  transition: transform .85s .2s, opacity .85s .2s;
  transition: transform .85s .2s, opacity .85s .2s, -webkit-transform .85s .2s;
}
.cv-detail > .container {
  max-width: 1540px;
}
@media (max-width: 1499px) {
  .cv-top {
    padding-bottom: 40px;
  }
  .cv-top:after {
    height: 65%;
  }
  .cv-top .left {
    width: 50%;
  }
  .cv-top .right {
    width: 50%;
  }
  .cv-top .text-wrap {
    padding-left: 30px;
  }
  .cv-top .s-slider-wrap {
    padding: 20px 0;
    left: 10px;
  }
  .cv-top .s-slider .slick-slide {
    padding: 5px;
  }
}
@media (max-width: 1299px) {
  .cv-top:after {
    height: 67%;
  }
}
@media (max-width: 1199px) {
  .cv-top .name {
    font-size: 1.625rem;
    padding: 10px 0;
  }
}
@media (max-width: 1099px) {
  .cv-top:after {
    height: 69%;
  }
}
@media (max-width: 991px) {
  .cv-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cv-top .text-wrap {
    padding-left: 0;
  }
  .cv-top .name {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .cv-top .left .s-slider {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .cv-top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cv-top:after {
    display: none;
  }
  .cv-top > .container {
    display: block;
  }
  .cv-top .left {
    width: 100%;
    max-width: 750px;
    display: block;
    margin: 0 auto 20px auto;
    max-width: none;
  }
  .cv-top .left .s-slider {
    background: #ddd;
  }
  .cv-top .left .s-slider .slick-list {
    padding: 5px 0;
  }
  .cv-top .left .s-slider.has-arrow {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }
  .cv-top .left .s-slider .slick-arrow {
    width: 30px;
    margin-top: -15px;
    padding: 0;
  }
  .cv-top .right {
    width: 100%;
    display: block;
    padding: 0;
    max-width: none;
  }
  .cv-top .btn-back {
    position: relative;
    margin: 20px auto 0;
    display: block;
    right: auto;
    top: auto;
    max-width: 80px;
  }
  .cv-top .name {
    font-size: 1.375rem;
    font-weight: 500;
    padding: 0 150px 0 0;
    z-index: 0;
  }
  .cv-top .share-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    text-align: right;
  }
  .cv-top .desc {
    margin-top: 15px;
    padding-top: 15px;
    max-height: none;
    border-top: 1px solid #ddd;
  }
  .cv-top .s-slider-wrap {
    display: none;
  }
  .cv-top .text-wrap {
    width: 100%;
    padding-top: 10px;
  }
  .cv-detail {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #case-view .pv-case {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 499px) {
  .cv-top .name {
    padding: 0;
  }
  .cv-top .share-box {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    text-align: left;
    display: block;
    margin: 10px 0 0;
  }
  .cv-top .desc {
    padding-top: 10px;
    margin-top: 10px;
  }
}
/* About */
#about .contact-btns-gp {
  margin-top: 15px;
}
#about .contact-btns-gp a {
  background: #fff;
}
#about .text-center {
  text-align: center;
}
#about .main-cont[data-scrollview] {
  opacity: 0;
}
#about .main-cont.scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 1s .1s, -webkit-transform 1s .1s;
  transition: opacity 1s .1s, -webkit-transform 1s .1s;
  -o-transition: opacity 1s .1s, transform 1s .1s;
  transition: opacity 1s .1s, transform 1s .1s;
  transition: opacity 1s .1s, transform 1s .1s, -webkit-transform 1s .1s;
}
#about .a-top {
  position: relative;
  z-index: 0;
  padding-top: 65px;
  padding-bottom: 120px;
  opacity: 1;
}
#about .a-top[data-scrollview] .title, #about .a-top[data-scrollview] .desc {
  opacity: 0;
  -webkit-transform: translate(0, 15px);
      -ms-transform: translate(0, 15px);
          transform: translate(0, 15px);
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s, -webkit-transform .5s;
}
#about .a-top.scroll-view .title {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 1s .1s, -webkit-transform 1s .1s;
  transition: opacity 1s .1s, -webkit-transform 1s .1s;
  -o-transition: opacity 1s .1s, transform 1s .1s;
  transition: opacity 1s .1s, transform 1s .1s;
  transition: opacity 1s .1s, transform 1s .1s, -webkit-transform 1s .1s;
}
#about .a-top.scroll-view .desc {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 1s .35s, -webkit-transform 1s .35s;
  transition: opacity 1s .35s, -webkit-transform 1s .35s;
  -o-transition: opacity 1s .35s, transform 1s .35s;
  transition: opacity 1s .35s, transform 1s .35s;
  transition: opacity 1s .35s, transform 1s .35s, -webkit-transform 1s .35s;
}
#about .a-top .container {
  max-width: 1480px;
}
#about .title {
  display: block;
  text-align: center;
  font-size: 1.625rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.6em;
  margin: 0 auto 60px auto;
}
#about .desc {
  text-align: left;
  max-width: 1400px;
  margin: 30px auto 60px auto;
  padding: 0;
  display: block;
  letter-spacing: 0.2em;
  font-weight: 500;
  line-height: 2.25;
}
#about .desc span {
  display: block;
}
#about .desc img {
  width: 100%!important;
}
#about .a-btm {
  position: relative;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
#about .half {
  display: table;
  width: 100%;
  max-width: 1480px;
}
#about .half.container-1400 {
  max-width: 1400px;
  margin-bottom: 100px;
}
#about .half .img {
  width: 65%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 50px;
}
#about .half .img .inner-img {
  -webkit-transform: translateY(-18%);
      -ms-transform: translateY(-18%);
          transform: translateY(-18%);
}
#about .half .text {
  width: 35%;
  display: table-cell;
  vertical-align: top;
  padding-top: 90px;
  padding-left: 25px;
  text-align: left;
  letter-spacing: 0.2em;
  font-weight: 500;
  line-height: 2.25;
}
@media (max-width: 1399px) {
  #about .a-top {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  #about .a-top .title {
    margin: 0 auto 40px auto;
  }
  #about .a-top .desc {
    margin: 20px auto 40px auto;
  }
  #about .a-btm .img {
    width: 50%;
    padding: 0 25px;
  }
  #about .a-btm .text {
    width: 50%;
    padding-top: 40px;
  }
}
@media (max-width: 1199px) {
  #about .a-top {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  #about .a-top .title {
    letter-spacing: 0.3em;
    font-size: 1.5rem;
  }
  #about .a-top .desc {
    margin: 0 auto;
  }
  #about .a-top .desc span {
    display: inline;
  }
  #about .a-btm {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #about .a-btm .img {
    width: 50%;
    padding: 0;
  }
  #about .a-btm .img .inner-img {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #about .a-btm .text {
    width: 50%;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  #about .a-top {
    padding-bottom: 40px;
  }
  #about .a-top .title {
    letter-spacing: 0.2em;
    font-size: 1.375rem;
    margin: 0 auto 20px auto;
  }
  #about .a-btm {
    padding-top: 25px;
  }
  #about .a-btm[data-scrollview] {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #about .a-btm[data-scrollview] .half .img {
    -webkit-transform: translate(0, 15px);
        -ms-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  #about .a-btm.scroll-view .half .img {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #about .a-btm .half {
    display: block;
  }
  #about .a-btm .img {
    width: 100%;
    display: block;
    padding: 0;
    text-align: center;
    margin: 0 auto 25px auto;
  }
  #about .a-btm .text {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 499px) {
  #about .a-top .title {
    font-size: 1.25rem;
  }
}
/* Contact Us */
#contact .info-sec {
  display: table;
  width: 100%;
  background: #f5f5f5;
  direction: rtl;
}
#contact .info-sec .left {
  overflow: hidden;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  background-image: url(../images/contact_img.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  direction: ltr;
}
#contact .info-sec .left[data-scrollview] {
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 0;
}
#contact .info-sec .left[data-scrollview]:before, #contact .info-sec .left[data-scrollview]:after {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
#contact .info-sec .left[data-scrollview]:before {
  -webkit-transition: opacity 1s .3s, -webkit-transform 1s .3s;
  transition: opacity 1s .3s, -webkit-transform 1s .3s;
  -o-transition: transform 1s .3s, opacity 1s .3s;
  transition: transform 1s .3s, opacity 1s .3s;
  transition: transform 1s .3s, opacity 1s .3s, -webkit-transform 1s .3s;
}
#contact .info-sec .left[data-scrollview]:after {
  -webkit-transition: opacity 1s .5s, -webkit-transform 1s .5s;
  transition: opacity 1s .5s, -webkit-transform 1s .5s;
  -o-transition: transform 1s .5s, opacity 1s .5s;
  transition: transform 1s .5s, opacity 1s .5s;
  transition: transform 1s .5s, opacity 1s .5s, -webkit-transform 1s .5s;
}
#contact .info-sec .left[data-scrollview].scroll-view {
  opacity: 1;
}
#contact .info-sec .left[data-scrollview].scroll-view:before, #contact .info-sec .left[data-scrollview].scroll-view:after {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  opacity: 0;
}
#contact .info-sec .right {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  position: relative;
  padding: 0 0 120px 0;
  text-align: left;
  line-height: 1.6;
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  direction: ltr;
}
#contact .info-sec .right[data-scrollview] {
  -webkit-transition: opacity 1.5s .15s;
  -o-transition: opacity 1.5s .15s;
  transition: opacity 1.5s .15s;
  opacity: 0;
}
#contact .info-sec .right[data-scrollview].scroll-view {
  opacity: 1;
}
#contact .info-sec .right > ul {
  display: inline-block;
  width: 100%;
  max-width: 800px;
  padding: 45px 30px 40px 60px;
}
#contact .info-sec .right > ul > li {
  margin: 0 0 25px 0;
  color: #000;
}
#contact .info-sec .right > ul > li:last-child {
  margin: 0 0 0 0;
}
#contact .info-sec .right > ul > li .tit {
  font-family: "Times New Roman", "Noto Sans TC", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
  font-size: 1.125rem;
  color: #999;
  display: block;
  font-weight: 400;
  margin: 0;
}
#contact .info-sec .right > ul > li > ul > li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: 20px;
}
#contact .info-sec .right > ul > li > ul > li:last-child {
  margin-left: 0;
}
#contact .info-sec .right > ul > li > ul.line-list > li:before {
  content: '';
  width: 1px;
  height: 16px;
  background: #232323;
  position: absolute;
  left: -13px;
  top: 5px;
}
#contact .info-sec .right > ul > li > ul.line-list > li:first-child:before {
  display: none;
}
#contact .info-sec .right > ul > li a {
  color: inherit;
  display: inline-block;
}
#contact .info-sec .right > ul > li a:hover {
  text-decoration: underline;
}
#contact .info-sec .right > ul > li a.link-map {
  color: #232323;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  margin: -5px 0 0 0;
  padding: 5px;
  font-size: 13px;
  line-height: 1;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: color .15s, background .15s;
  -o-transition: color .15s, background .15s;
  transition: color .15s, background .15s;
}
#contact .info-sec .right > ul > li a.link-map:hover {
  color: #fff;
  text-decoration: none;
}
#contact .info-sec .right > ul > li a.link-map img{
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}
#contact .info-sec .right > ul > li a.link-map:hover img{
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
#contact .info-sec .right .btn-wrap {
  width: 100%;
  padding: 10px 60px;
}
#fill-form {
  padding-top: 70px;
  padding-bottom: 100px;
  color: #000;
}
#fill-form[data-scrollview] {
  -webkit-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  transition: opacity 1.5s;
  opacity: 0;
}
#fill-form[data-scrollview].scroll-view {
  opacity: 1;
}
#fill-form .form-wrap {
  width: calc(100% - 40px);
  max-width: 1480px;
  background: url(../images/contact_form_bg.jpg) repeat 0 0;
  padding: 70px 85px;
  margin-top: -30px;
}
#fill-form .form-box {
  margin: 0 0 35px 0;
  padding: 0 0 0 150px;
  position: relative;
}
#fill-form .form-box.mb-small {
  margin: 0 0 20px 0;
}
#fill-form .label-style {
  position: absolute;
  text-align: right;
  font-weight: 500;
  width: 150px;
  letter-spacing: 0.1em;
  top: 0;
  left: 0;
  padding: 5px 15px 5px 0;
}
#fill-form .label-style.label-name {
  letter-spacing: 2em;
  white-space: nowrap;
  margin-left: 2.1em;
}
#fill-form .input-style, #fill-form .textarea-style, #fill-form .select-style {
  border-color: transparent;
  width: 100%;
}
#fill-form .input-style:focus, #fill-form .textarea-style:focus, #fill-form .select-style:focus {
  border-color: #999;
}
#fill-form .checkbox-style, #fill-form .radio-style {
  margin-top: 5px;
  margin-bottom: 5px;
}
#fill-form .btn-wrap {
  white-space: nowrap;
}
#fill-form .btn-wrap .btn-round-white:nth-child(1) {
  margin-right: 8px;
}
#fill-form .btn-wrap .btn-round-white:nth-child(2) {
  margin-left: 8px;
}
#fill-form .form-bottom:after {
  content: '';
  width: 100%;
  height: 0;
  clear: both;
}
#fill-form .form-bottom .btn-wrap {
  padding: 0;
  margin: 0;
  float: right;
  max-width: 40%;
}
@media (max-width: 1199px) {
  #contact .info-sec .left {
    width: 40%;
  }
  #contact .info-sec .right {
    width: 60%;
  }
  #fill-form {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  #fill-form .form-wrap {
    padding: 50px 30px;
  }
}
@media (max-width: 991px) {
  #contact .info-sec .right > ul {
    padding: 35px 30px 30px 40px;
  }
  #contact .info-sec .right > ul > li {
    margin: 0 0 20px 0;
  }
  #contact .info-sec .right .btn-wrap {
    padding: 10px 40px;
  }
  #fill-form {
    padding-top: 50px;
    padding-bottom: 0;
  }
  #fill-form .form-wrap {
    width: 100%;
    padding: 30px 30px 40px 30px;
  }
  #fill-form .form-box {
    padding: 0 0 0 130px;
    margin: 0 0 20px 0;
  }
  #fill-form .form-box.mb-small {
    margin: 0 0 20px 0;
  }
  #fill-form .label-style {
    width: 130px;
    padding: 5px 10px 5px 0;
    white-space: nowrap;
    text-align: left;
  }
  #fill-form .label-style.label-name {
    margin-left: 0;
  }
  #fill-form .form-bottom .btn-wrap {
    margin: 10px auto 0;
    float: none;
    max-width: none;
  }
}
@media (max-width: 767px) {
  #contact .info-sec {
    display: block;
  }
  #contact .info-sec .left {
    display: none;
  }
  #contact .info-sec .right {
    display: block;
    width: auto;
    padding: 0;
  }
  #contact .info-sec .right > ul {
    padding: 35px 30px;
  }
  #contact .info-sec .right > ul > li > ul > li {
    display: block;
    margin-right: 0;
  }
  #contact .info-sec .right > ul > li > ul > li:before {
    display: none;
  }
  #contact .info-sec .right .btn-wrap {
    display: none;
    padding: 10px 25px;
    text-align: center;
    position: relative;
    bottom: auto;
    left: auto;
    background: none;
  }
  #contact .info-sec .right .btn-wrap .btn-round-light {
    width: 100%;
  }
  #fill-form {
    padding-top: 30px;
    background: url(../images/contact_form_bg.jpg);
  }
  #fill-form .form-wrap {
    margin-top: 0;
    background: none;
  }
}
@media (max-width: 599px) {
  #contact .info-sec .right > ul {
    padding: 35px 20px;
  }
  #fill-form .form-wrap {
    padding: 10px 20px 40px 20px;
  }
  #fill-form .form-box {
    padding: 0;
    margin: 0 0 10px 0;
  }
  #fill-form .label-style {
    position: relative;
    left: auto;
    top: auto;
  }
  #fill-form .label-style.label-name {
    letter-spacing: 0.1em;
  }
  #fill-form .checkbox-style, #fill-form .radio-style {
    margin-bottom: 2px;
    margin-top: 2px;
  }
}
/* Inquiry List */
#inquiry .inquiry-list-wrap {
  padding-bottom: 50px;
}
#inquiry .inquiry-count {
  text-align: center;
  font-size: 1.125rem;
  color: #555;
  padding: 20px 0;
  font-family: "Times New Roman", "Noto Sans TC", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
}
#inquiry .inquiry-count strong {
  color: #000;
  margin: 0 20px;
  font-size: 1.25rem;
}
#inquiry .inquiry-list {
  max-width: 1480px;
  width: calc(100% - 40px);
  margin: 50px auto 0 auto;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 0;
  max-height: 540px;
}
#inquiry .inquiry-list::-webkit-scrollbar {
  width: 6px;
  background: #DADADA;
}
#inquiry .inquiry-list::-webkit-scrollbar-track {
  background: #DADADA;
}
#inquiry .inquiry-list::-webkit-scrollbar-thumb {
  background: #767676;
  border-radius: 0;
}
#inquiry .inquiry-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#inquiry .inquiry-list .item {
  border-top: 1px solid #e6e6e6;
  width: calc(50% - 35px);
  margin: 0 17px;
  padding: 35px 0;
  display: inline-block;
  position: relative;
}
#inquiry .inquiry-list .item .img {
  display: block;
  width: 110px;
  line-height: 0;
  position: relative;
}
#inquiry .inquiry-list .item .img img {
  max-width: 100%;
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  -o-transition: transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
}
#inquiry .inquiry-list .item .text {
  position: absolute;
  left: 135px;
  right: 0;
  top: 50%;
  padding-right: 75px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #727171;
  line-height: 1.5;
  font-size: 1rem;
}
#inquiry .inquiry-list .item .text a {
  color: #727171;
}
#inquiry .inquiry-list .item .text .name {
  letter-spacing: 0.1em;
  display: block;
  font-weight: 400;
}
#inquiry .inquiry-list .item .text .num {
  letter-spacing: 0.1em;
  display: block;
  font-style: normal;
  margin-top: 5px;
  padding-left: 45px;
  position: relative;
}
#inquiry .inquiry-list .item .text .num .tt {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  font-style: normal;
  white-space: nowrap;
}
#inquiry .inquiry-list .item .text .btn-round {
  position: absolute;
  top: 50%;
  right: 0;
  max-width: 70px;
  font-size: 0.875rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 18px;
  margin: 0;
}
#inquiry .inquiry-list .item .text .btn-round:active {
  background-color: #666;
  color: #fff;
}
#inquiry #fill-form {
  padding-top: 20px;
  padding-bottom: 70px;
  position: relative;
}
#inquiry #fill-form:after {
  content: '';
  display: block;
  position: absolute;
  height: 64%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: #ddd;
}
#inquiry #fill-form .form-wrap {
  z-index: 1;
  position: relative;
}
@media (max-width: 991px) {
  #inquiry .inquiry-list-wrap {
    padding-bottom: 20px;
  }
  #inquiry .inquiry-list {
    width: 100%;
    max-height: 450px;
  }
  #inquiry .inquiry-list .item {
    width: calc(50% - 20px);
    margin: 0 10px;
    padding: 30px 0;
  }
  #inquiry .inquiry-list .item .img {
    width: 90px;
  }
  #inquiry .inquiry-list .item .text {
    left: 100px;
  }
  #inquiry #fill-form {
    padding-bottom: 0;
  }
  #inquiry #fill-form:after {
    display: none;
  }
}
@media (min-width: 768px) {
  #inquiry .inquiry-list .item:nth-child(1), #inquiry .inquiry-list .item:nth-child(2) {
    border-top: none;
  }
}
@media (max-width: 767px) {
  #inquiry .inquiry-list {
    max-height: 390px;
    padding: 0 20px;
    margin: 20px auto 0 auto;
  }
  #inquiry .inquiry-list .item {
    width: 100%;
    display: block;
    padding: 20px 0;
    margin: 0 auto;
  }
  #inquiry .inquiry-list .item:nth-child(1) {
    border-top: none;
  }
  #inquiry .inquiry-list .item .text {
    padding: 15px 35px 15px 15px;
  }
  #inquiry .inquiry-list .item .text .btn-round {
    font-size: 0;
    padding: 0;
    width: 28px;
    height: 28px;
    border: 1px solid #999;
  }
  #inquiry .inquiry-list .item .text .btn-round:before, #inquiry .inquiry-list .item .text .btn-round:after {
    content: '';
    pointer-events: none;
    width: 1px;
    height: 12px;
    background-color: #666;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    -webkit-transition: background .25s;
    -o-transition: background .25s;
    transition: background .25s;
  }
  #inquiry .inquiry-list .item .text .btn-round:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #inquiry .inquiry-list .item .text .btn-round:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #inquiry .inquiry-list .item .text .btn-round:active {
    background-color: #666;
  }
  #inquiry .inquiry-list .item .text .btn-round:active:before, #inquiry .inquiry-list .item .text .btn-round:active:after {
    background-color: #fff;
    border-color: #666;
  }
  #inquiry #fill-form {
    padding-top: 0;
  }
  .pc #inquiry .inquiry-list .item .text .btn-round:hover {
    background-color: #666;
  }
  .pc #inquiry .inquiry-list .item .text .btn-round:hover:before, .pc #inquiry .inquiry-list .item .text .btn-round:hover:after {
    background-color: #fff;
    border-color: #666;
  }
}
@media (max-width: 399px) {
  #inquiry .inquiry-list .item .img {
    width: 100px;
  }
  #inquiry .inquiry-list .item .text {
    font-size: 0.875rem;
  }
  #inquiry .inquiry-list .item .text .num {
    padding-left: 38px;
  }
  #inquiry .inquiry-list .item .text .num .tt {
    width: 38px;
  }
}
/* Sitemap */
#sitemap {
  background: url(../images/sitemap_bg.jpg) repeat 0 0;
}
#sitemap main {
  padding-top: 115px;
  padding-bottom: 115px;
  position: relative;
}
.sitemap-wrap {
  display: table;
  width: calc(100% - 40px);
  margin: 0 auto;
  background: #fff;
}
.sitemap-wrap .left {
  overflow: hidden;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  background-image: url(../images/sitemap_img.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sitemap-wrap .left[data-scrollview] {
  -webkit-transition: opacity .5s, -webkit-clip-path .85s;
  transition: opacity .5s, -webkit-clip-path .85s;
  -o-transition: opacity .5s, clip-path .85s;
  transition: opacity .5s, clip-path .85s;
  transition: opacity .5s, clip-path .85s, -webkit-clip-path .85s;
  opacity: 0;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.sitemap-wrap .left.scroll-view {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.sitemap-wrap .right {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  position: relative;
  text-align: center;
  padding: 115px 30px;
  line-height: 1.6;
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}
.sitemap-wrap .right[data-scrollview] {
  -webkit-transition: opacity .8s;
  -o-transition: opacity .8s;
  transition: opacity .8s;
  opacity: 0;
}
.sitemap-wrap .right[data-scrollview] .sitemap-list .title {
  opacity: 0;
  -webkit-transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, -webkit-transform .35s;
  -o-transition: opacity .35s, transform .35s;
  transition: opacity .35s, transform .35s;
  transition: opacity .35s, transform .35s, -webkit-transform .35s;
}
.sitemap-wrap .right[data-scrollview] .sitemap-list .title:before {
  -webkit-transform: rotate(135deg) scale(0) translate(20%, 0);
      -ms-transform: rotate(135deg) scale(0) translate(20%, 0);
          transform: rotate(135deg) scale(0) translate(20%, 0);
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  -o-transition: transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s;
}
.sitemap-wrap .right[data-scrollview] .sitemap-list .item:before {
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  -o-transition: transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s;
}
.sitemap-wrap .right[data-scrollview] .sitemap-list .item:after {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  -o-transition: transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s;
}
.sitemap-wrap .right[data-scrollview] .sitemap-list .item > ul {
  opacity: 0;
  -webkit-transform: translate(30px, 0);
      -ms-transform: translate(30px, 0);
          transform: translate(30px, 0);
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, -webkit-transform .35s;
  -o-transition: transform .35s, opacity .35s;
  transition: transform .35s, opacity .35s;
  transition: transform .35s, opacity .35s, -webkit-transform .35s;
}
.sitemap-wrap .right.scroll-view {
  opacity: 1;
}
.sitemap-wrap .right.scroll-view .sitemap-list .title {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s, -webkit-transform .5s;
}
.sitemap-wrap .right.scroll-view .sitemap-list .title:before {
  -webkit-transform: rotate(45deg) scale(1) translate(0, 0);
      -ms-transform: rotate(45deg) scale(1) translate(0, 0);
          transform: rotate(45deg) scale(1) translate(0, 0);
  -webkit-transition: -webkit-transform .4s .55s;
  transition: -webkit-transform .4s .55s;
  -o-transition: transform .4s .55s;
  transition: transform .4s .55s;
  transition: transform .4s .55s, -webkit-transform .4s .55s;
}
.sitemap-wrap .right.scroll-view .sitemap-list .item:before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: -webkit-transform .5s .6s;
  transition: -webkit-transform .5s .6s;
  -o-transition: transform .5s .6s;
  transition: transform .5s .6s;
  transition: transform .5s .6s, -webkit-transform .5s .6s;
}
.sitemap-wrap .right.scroll-view .sitemap-list .item:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform .35s 1.1s;
  transition: -webkit-transform .35s 1.1s;
  -o-transition: transform .35s 1.1s;
  transition: transform .35s 1.1s;
  transition: transform .35s 1.1s, -webkit-transform .35s 1.1s;
}
.sitemap-wrap .right.scroll-view .sitemap-list .item > ul {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity .5s 1.15s, -webkit-transform .5s  1.15s;
  transition: opacity .5s 1.15s, -webkit-transform .5s  1.15s;
  -o-transition: transform .5s  1.15s, opacity .5s 1.15s;
  transition: transform .5s  1.15s, opacity .5s 1.15s;
  transition: transform .5s  1.15s, opacity .5s 1.15s, -webkit-transform .5s  1.15s;
}
.sitemap-list {
  font-size: 0;
  display: inline-block;
  max-width: 650px;
}
.sitemap-list .item {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 4px);
  position: relative;
  text-align: left;
}
.sitemap-list .item:before {
  content: '';
  position: absolute;
  left: 13px;
  top: 12px;
  bottom: 22px;
  width: 1px;
  background: #969696;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
}
.sitemap-list .item:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 1px;
  bottom: 22px;
  left: 13px;
  background: #969696;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
.sitemap-list .item > ul {
  font-size: 0;
  padding-left: 30px;
}
.sitemap-list .item > ul li {
  display: block;
  padding: 5px 10px;
  font-size: 0.9375rem;
  white-space: nowrap;
}
.sitemap-list .item > ul li a {
  color: #666;
  display: block;
  font-size: inherit;
}
.sitemap-list .item > ul li a:hover {
  color: #000;
}
.sitemap-list .item > ul li a h4 {
  font-size: inherit;
}
.sitemap-list .item.large {
  width: calc(50% - 4px);
}
.sitemap-list .item.large > ul li {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 4px);
}
.sitemap-list .item .title {
  display: block;
  padding: 0 0 0 30px;
  position: relative;
  font-family: "Times New Roman", "Noto Sans TC", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
  font-size: 1.125rem;
  color: #000;
}
.sitemap-list .item .title:before {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #4e4e4e;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 1399px) {
  .sitemap-wrap .left {
    width: 45%;
  }
  .sitemap-wrap .right {
    width: 55%;
    padding: 80px 30px;
  }
}
@media (max-width: 1199px) {
  #sitemap main {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sitemap-wrap .left {
    width: 35%;
  }
  .sitemap-wrap .right {
    width: 65%;
    padding: 60px 20px;
  }
}
@media (max-width: 991px) {
  #sitemap main {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #sitemap main:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
  }
  .sitemap-wrap {
    z-index: 2;
    position: relative;
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0.93);
  }
  .sitemap-wrap .left {
    display: none;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 25%;
  }
  .sitemap-wrap .right {
    display: block;
    width: 100%;
    padding: 30px 20px;
  }
}
@media (max-width: 639px) {
  .sitemap-wrap .left {
    display: none;
  }
  .sitemap-list {
    max-width: none;
  }
  .sitemap-list .item, .sitemap-list .item.large {
    width: 100%;
    margin-bottom: 30px;
  }
  .sitemap-list .item > ul li, .sitemap-list .item.large > ul li {
    display: inline-block;
    width: calc((100% / 3) - 4px);
  }
  .sitemap-list .item:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 499px) {
  .sitemap-list .item > ul li, .sitemap-list .item.large > ul li {
    width: calc(50% - 4px);
  }
}
/* FAQ */
#faq {
  background: #f5f5f5;
}
#faq main {
  padding-top: 50px;
  padding-bottom: 50px;
}
.faq-list {
  position: relative;
  padding-top: 50px;
  padding-bottom: 0;
}
.faq-list[data-scrollview]:before {
  -webkit-transform: rotate(135deg) scale(0);
      -ms-transform: rotate(135deg) scale(0);
          transform: rotate(135deg) scale(0);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
.faq-list[data-scrollview]:after {
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
}
.faq-list.scroll-view:before {
  -webkit-transform: rotate(45deg) scale(1);
      -ms-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
}
.faq-list.scroll-view:after {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  -webkit-transition: opacity 1.5s .5s, -webkit-transform 1.5s .5s;
  transition: opacity 1.5s .5s, -webkit-transform 1.5s .5s;
  -o-transition: transform 1.5s .5s, opacity 1.5s .5s;
  transition: transform 1.5s .5s, opacity 1.5s .5s;
  transition: transform 1.5s .5s, opacity 1.5s .5s, -webkit-transform 1.5s .5s;
}
.faq-list:before {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -3px;
  background: #4e4e4e;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq-list:after {
  content: '';
  display: block;
  position: absolute;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  width: 1px;
  top: 4px;
  left: 50%;
  bottom: 4px;
  background: #4e4e4e;
}
.faq-list .item {
  width: calc(50% - 36px);
  padding: 0;
  margin: 0 18px 50px 18px;
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  -o-transition: box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
}
.faq-list .item[data-scrollview] {
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
}
.faq-list .item.scroll-view {
  transform: translate(0, 0);
  opacity: 1;
}
.faq-list .item.is-open {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.faq-list .item.is-open .q {
  border-bottom: none;
}
.faq-list .item.is-open .q .icon:before {
  content: 'A';
}
.faq-list .item.is-open .q:after {
  background-position: 0 100%;
}
.faq-list .q {
  position: relative;
  background: #fff;
  color: #222;
  display: block;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #959595;
  padding: 20px 60px;
  cursor: pointer;
  -webkit-transition: background .25s, opacity .25s;
  -o-transition: background .25s, opacity .25s;
  transition: background .25s, opacity .25s;
}
.faq-list .q:after {
  content: '';
  position: absolute;
  display: block;
  z-index: 10;
  top: 20px;
  right: 15px;
  width: 26px;
  height: 26px;
  background: url(../images/icon_faq.png) no-repeat 0 0;
  background-size: 100% auto;
}
.faq-list .q:before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 40px;
  top: 10px;
  left: 45px;
  -webkit-transform: rotate(32deg);
      -ms-transform: rotate(32deg);
          transform: rotate(32deg);
  background: black;
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, black 30%, black 50%, black 70%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(30%, black), color-stop(50%, black), color-stop(70%, black), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, black 30%, black 50%, black 70%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, black 30%, black 50%, black 70%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, black 30%, black 50%, black 70%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.faq-list .q .icon {
  position: absolute;
  top: 17px;
  left: 22px;
  font-style: normal;
  font-family: "Times New Roman", "Noto Sans TC", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #222;
}
.faq-list .q .icon:before {
  content: 'Q';
}
.faq-list .a {
  position: relative;
  background: none;
  padding: 25px;
  margin: 0;
  background: #f7f7f7;
  letter-spacing: 0.1em;
  display: none;
}
.pc .faq-list .item:not(.is-open):hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.faq-btm {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.2em;
  color: #222;
  font-weight: 500;
}
.faq-btm a {
  color: #777;
  text-decoration: underline;
}
.faq-btm a:hover {
  color: #353535;
  text-decoration: none;
}
.faq-btm:before {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -3px;
  background: #4e4e4e;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 991px) {
  #faq main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .faq-list .item {
    width: calc(50% - 30px);
    margin: 0 15px 40px 15px;
  }
}
@media (max-width: 839px) {
  .faq-list {
    padding-top: 5px;
    padding-bottom: 30px;
  }
  .faq-list:before {
    left: 0;
  }
  .faq-list:after {
    left: 0;
  }
  .faq-list .item {
    width: calc(100% - 15px);
    margin: 0 0 40px 15px;
  }
  .faq-list .q {
    padding: 15px 50px;
  }
  .faq-list .q:after {
    width: 20px;
    height: 20px;
    top: 18px;
    right: 13px;
  }
  .faq-list .q:before {
    left: 35px;
    height: 30px;
    top: 13px;
  }
  .faq-list .q .icon {
    left: 12px;
  }
  .faq-list .a {
    padding: 15px 20px;
  }
  .faq-btm {
    padding: 20px 0;
  }
  .faq-btm:before {
    left: 0;
  }
}
@media (max-width: 499px) {
  #faq main {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .faq-list {
    margin: 0 auto;
  }
  .faq-list:before, .faq-list:after {
    display: none;
  }
  .faq-list .item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .faq-btm:before {
    display: none;
  }
  .faq-btm span {
    display: block;
  }
  .faq-btm .xxs-hide {
    display: none !important;
  }
}
.plist-other-edit{
  text-align: left;
  color: #333;
}

/*如果希望影片變窄 編輯器寬度請下在.youtube-embed-wrapper*/
.youtube-embed-wrapper{
  text-align: center;
  padding-bottom: 0!important;
  height: auto!important;
  margin: 0 auto!important;
  position: relative;
  width: 100%;
}
.youtube-embed-wrapper::after{
  content:  '';
  display: block!important;
  padding-bottom: 56.25%!important;
}
.youtube-embed-wrapper iframe {
  display: block;
  position: absolute!important;
  width: 100%!important;
  height: 100%!important;
}
.theme-a-img {
  text-align: center;
}
.theme-a-img img {
  display: inline-block;
}
.theme-a-text {
  font-family: "Times New Roman", "Noto Sans TC", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1rem;
}
.text-center {
  text-align: center;
}
.theme-title {
  font-size: 1.625rem;
  font-weight: 500;
  color: #222;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0 0 15px 0;
  padding: 0;
}
.theme-subtitle {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #000;
  padding: 0;
  margin: 10px 0 15px 0;
  display: block;
  font-weight: 500;
}
.theme-title h1, .theme-title h2, .theme-title h3, .theme-title h4, .theme-title h5, .theme-title h6,
.theme-subtitle h1, .theme-subtitle h2, .theme-subtitle h3, .theme-subtitle h4, .theme-subtitle h5, .theme-subtitle h6 {
  font: inherit;
  margin: 0;
  padding: 0;
}
/* 多欄 */
.theme-mutiple-columns {
  margin: 0 -10px 30px -10px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.theme-mutiple-columns > * {
  display: inline-block;
  vertical-align: top;
  width: calc(33.3333333333% - 20px);
  margin: 0 10px 20px;
  height: auto !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1rem;
}
.theme-mutiple-columns strong {
  font-weight: 500;
}
.theme-mutiple-columns p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.theme-mutiple-columns img {
  line-height: 0;
  display: block;
}
.theme-mutiple-columns .pic {
  margin-bottom: 10px;
}


/* 產品詳細左圖右文 */
.theme-a-limg-rtext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: table \9;
  width: 100%;
  background: #fff;
  margin: 0 auto 30px auto;
}
.theme-a-limg-rtext .theme-a-img {
  position: relative;
  width: 68%;
  -ms-flex-preferred-size: 1020px;
      flex-basis: 1020px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: table-cell \9;
  vertical-align: middle;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.theme-a-limg-rtext .theme-a-text {
  width: 32%;
  -ms-flex-preferred-size: 480px;
      flex-basis: 480px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: table-cell \9;
  vertical-align: middle;
  text-align: center;
  font-size: 1.125rem;
  padding: 50px 30px;
}
.theme-a-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: table \9;
  width: 100%;
  margin: 0 auto 25px;
}
.theme-a-half .theme-a-img {
  width: 50%;
  -ms-flex-preferred-size: 750px;
      flex-basis: 750px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: table-cell \9;
  vertical-align: middle;
}
.theme-a-half .theme-a-img:nth-child(odd) {
  padding-right: 15px;
}
.theme-a-half .theme-a-img:nth-child(even) {
  padding-left: 15px;
}
.theme-a-half .theme-a-img img {
  display: inline-block;
}
/* 文章詳細左圖右文 */
.theme-rimg-ltext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: table \9;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  padding: 25px 0;
}
.theme-rimg-ltext .theme-img {
  width: 56%;
  display: table-cell \9;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.theme-rimg-ltext .theme-text {
  width: 44%;
  display: table-cell \9;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-left: 70px;
}
/* 文章詳細左文右圖 */
.theme-rtext-limg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: table \9;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  padding: 25px 0;
  direction: rtl;
}
.theme-rtext-limg .theme-img {
  width: 58%;
  display: table-cell \9;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.theme-rtext-limg .theme-text {
  width: 42%;
  display: table-cell \9;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-right: 45px;
}

/*
 * 【樣板】左圖右文 無底
 */
 .theme-r-word-l-pic {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 50px auto;
  padding: 0 20px;
}
.theme-r-word-l-pic p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.theme-r-word-l-pic .pic {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 50%;
  line-height: 0;
  position: relative;
  z-index: 10;
}
.theme-r-word-l-pic .word {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding-left: 35px;
}

/*
 * 【樣板】左文右圖 無底
 */
.theme-r-pic-l-word {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 50px auto;
  padding: 0 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.theme-r-pic-l-word p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.theme-r-pic-l-word .pic {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 50%;
  text-align: right;
  line-height: 0;
  position: relative;
  z-index: 10;
}
.theme-r-pic-l-word .word {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding-right: 35px;
}

@media (max-width: 1199px) {
  .theme-a-ltext-rimg {
    min-height: auto;
  }
  .theme-a-ltext-rimg .theme-a-img {
    width: 50%;
    -ms-flex-preferred-size: 750px;
        flex-basis: 750px;
  }
  .theme-a-ltext-rimg .theme-a-text {
    width: 50%;
    -ms-flex-preferred-size: 750px;
        flex-basis: 750px;
    font-size: 1.0625rem;
  }
  .theme-title {
    font-size: 1.5rem;
  }
  .theme-rimg-ltext .theme-img {
    width: 55%;
  }
  .theme-rimg-ltext .theme-text {
    width: 45%;
    padding-left: 40px;
  }
  .theme-rtext-limg .theme-img {
    width: 55%;
  }
  .theme-rtext-limg .theme-text {
    width: 45%;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  
  .theme-mutiple-columns {
    margin: 0 auto 30px auto;
    display: block;
  }
  .theme-mutiple-columns > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto 25px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .theme-mutiple-columns .pic {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-right: 15px;
  }
  .theme-mutiple-columns .pic img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center top;
       object-position: center top;
    width: 100% !important;
    height: 100% !important;
  }
  .theme-mutiple-columns img {
    line-height: 0;
    display: block;
  }
  .theme-a-limg-rtext {
    display: block;
    display: block \9;
    margin: 0 auto 20px auto;
  }
  .theme-a-limg-rtext .theme-a-img {
    width: 100%;
    display: block;
    display: block \9;
  }
  .theme-a-limg-rtext .theme-a-text {
    width: 100%;
    display: block;
    display: block \9;
    padding: 20px;
    font-size: 1rem;
  }
  .theme-a-ltext-rimg {
    display: block;
    display: block \9;
    margin: 0 auto 20px auto;
  }
  .theme-a-ltext-rimg .theme-a-img {
    width: 100%;
    display: block;
    display: block \9;
  }
  .theme-a-ltext-rimg .theme-a-text {
    width: 100%;
    display: block;
    display: block \9;
  }
  .theme-a-half {
    display: block;
    display: block \9;
    margin: 0 auto 20px auto;
  }
  .theme-a-half .theme-a-img {
    width: 100%;
    display: block;
    display: block \9;
    margin: 0 auto 10px auto;
  }
  .theme-a-half .theme-a-img:nth-child(odd) {
    padding-right: 0;
  }
  .theme-a-half .theme-a-img:nth-child(even) {
    padding-left: 0;
  }
  .theme-rimg-ltext, .theme-rtext-limg {
    display: block;
    display: block \9;
    direction: ltr;
    padding: 20px 0;
  }
  .theme-rimg-ltext .theme-img, .theme-rtext-limg .theme-img {
    width: auto;
    display: block;
    display: block \9;
    margin: 0 auto 20px auto;
  }
  .theme-rimg-ltext .theme-text, .theme-rtext-limg .theme-text {
    width: auto;
    display: block;
    display: block \9;
    padding-left: 0;
    padding-right: 0;
  }
  .theme-r-pic-l-word, .theme-r-word-l-pic {
    display: block;
  }
  .theme-r-pic-l-word .pic, .theme-r-word-l-pic .pic {
    display: block;
    width: 100%;
    margin: 0 auto 35px auto;
    padding: 0;
  }
  .theme-r-pic-l-word .word, .theme-r-word-l-pic .word {
    display: block;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 499px) {
  .theme-title {
    font-size: 1.375rem;
  }
  .theme-subtitle {
    font-size: 1.1875rem;
  }
  .theme-mutiple-columns > * {
    display: block;
  }
  .theme-mutiple-columns .pic {
    width: 100%;
    margin: 0 auto 15px;
  }
  .theme-mutiple-columns .pic img {
    position: relative;
    top: auto;
    left: auto;
  }
  .theme-a-limg-rtext .theme-a-text {
    padding: 15px;
  }
}

/* 設計搭配列表 */
.i-gallery[data-scrollview] .gallery-list {
  opacity: 0;
}
.i-gallery.scroll-view .gallery-list {
  opacity: 1;
}
.i-gallery {
  background: #ddd;
  padding-top: 60px;
  padding-bottom: 50px;
}
@media (min-width: 1400px) {
  .i-gallery .container {
    max-width: 1480px
  }
}
@media (min-width: 768px) and (max-width: 1811px) {
  .i-gallery .container {
    max-width: calc(100% - 88px);
  }
}
.gallery-list {
  margin-left: -14px;
  margin-right: -14px;
  font-size: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.gallery-list .slick-slide {
  padding: 0 14px;
}
.gallery-list .item {
  margin: 0 auto 28px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
#gallery .gallery-list .item {
  padding: 0 14px;
  width: 25%;
}
#gallery .gallery-list .item[data-scrollview] {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
}
#gallery .gallery-list .item.scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.gallery-list .item  .img{
  position: relative;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}
.gallery-list .item .img:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.gallery-list .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%!important;
  max-width: none!important;
  object-fit: cover;
  object-position: center center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.gallery-list .item .text {
  z-index: 2;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 15px 12px;
  text-align: center;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.25);
}
.gallery-list .item .text span {
  z-index: 2;
  display: inline-block;
  position: relative;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1rem;
  line-height: 1.35;
  padding: 0 0 6px 0;
  -webkit-transition: color 0.25s, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.25s, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.25s;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.25s;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.25s, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.gallery-list .item .text span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 1px;
  right: 1px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  height: 1px;
  background: #fff;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: background .25s, -webkit-transform .25s;
  transition: background .25s, -webkit-transform .25s;
  -o-transition: transform .25s, background .25s;
  transition: transform .25s, background .25s;
  transition: transform .25s, background .25s, -webkit-transform .25s;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.25);
}
#gallery .gallery-list .item .text {
  position: relative;
  margin: 15px auto 0;
  left: auto;
  bottom: auto;
  text-shadow: none;
}
#gallery .gallery-list .item .text span  {
  color: #222;
}
#gallery .gallery-list .item .text span::after{
  display: none;
}
.pc .gallery-list .item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.pc .gallery-list .item:hover span:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
@media (max-width: 1199px) {
  .gallery-list {
    margin-left: -10px;
    margin-right: -10px;
    font-size: 0;
  }
  .gallery-list .slick-slide {
    padding: 0 10px;
  }
  .gallery-list .item {
    margin-bottom: 20px
  }
  #gallery .gallery-list .item {
    padding: 0 10px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1099px) {
  #gallery .gallery-list .item {
    width: calc(100% / 3);
  }
}
@media (max-width: 767px) {
  .i-gallery {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .gallery-list .slick-next {
    right: -15px;
  }
  .gallery-list .slick-prev {
    left: -15px;
  }
  .gallery-list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gallery-list .slick-slide {
    padding: 0 5px;
  }
  .gallery-list .item {
    margin-bottom: 10px
  }
  #gallery .gallery-list .item {
    padding: 0 5px;
    margin-bottom: 25px
  }
  .gallery-list .item .text span {
    font-size: 0.9375rem;
  }
}
@media (max-width: 549px) {
  .gallery-list .slick-next {
    right: -20px;
  }
  .gallery-list .slick-prev {
    left: -20px;
  }
  .gallery-list {
    margin-left: auto;
    margin-right: auto;
  }
  #gallery .gallery-list .item {
    width: 50%;
  }
}
/* 設計搭配 - 彈出內容 */
.tag-gallery-wrap {
  position: relative;
  line-height: 0;
  max-width: 1260px;
  margin: 0 auto;
}
.tag-gallery-wrap .text {
  color: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  text-align: center;
  font-size: 0.9375rem;
  display: block;
  width: 100%;
  line-height: 1.5;
  padding: 10px 10px 30px 10px;
}
.tag-gallery-wrap .text .desc{
  display: block;
  margin-top: 10px;
}
.tag-gallery-wrap .slick-list, 
.tag-gallery-wrap .slick-track,
.tag-gallery-wrap .slick-slide > div{
  overflow: visible
}
.tag-gallery-wrap .slick-arrow{
  width: 35px;
  height: 150px;
  margin-top: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tag-gallery-wrap .slick-prev {
  left: -50px
}
.tag-gallery-wrap .slick-next {
  right: -50px 
}
.tag-gallery-wrap .slick-arrow::before,
.pc .tag-gallery-wrap .slick-arrow:hover::before {
  border-color: #fff;
}
.tag-gallery-wrap .slick-slide:not(.slick-current){
  opacity: 0;
}
.tag-gallery-wrap .slick-slide:not(.slick-current) .tag{
  pointer-events: none;
}
.tag-gallery-wrap .slick-slide:not(.slick-current) img{
  opacity: 0.5;
  -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
        transform: scale(0.9);
}
.tag-gallery-wrap .slick-slide img {
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.tag-gallery-wrap .slick-slide.in .tags-wrap .tag {
  animation: ani_slder_in_tags 1s 0.25s both;
}
.tag-gallery-wrap .tags-wrap .img {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.tag-gallery-wrap .tags-wrap  .img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 66.66%;
}
.tag-gallery-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.tags-wrap {
  position: relative;
}
.tags-wrap .tag {
  z-index: 10;
  position: absolute;
}
.tags-wrap .tag .tag-btn {
  display: block;
  font-style: normal;
  width: 12px;
  height: 12px;
  border-radius: 25px;
  background: #fff;
  z-index: 10;
  cursor: pointer;
  font-size: 0;
  box-shadow: 0 0 10px 5px rgba(200, 200, 200, 0.5);
  transition: transform 0.3s;
}
.tags-wrap .tag .tag-btn::after {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  display: block;
}
.tags-wrap .tag .tag-btn::before {
  content: "";
  display: block;
  border-radius: 25px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  animation: ani_tag_btn 1.5s both infinite;
}
.tags-wrap .tag .tag-btn:hover {
  transform: scale(1.3);
}
.tags-wrap .tag-tooltip {
  position: absolute;
  font-size: 1rem;
  padding: 20px;
  line-height: 1.3;
  width: 240px;
  color: #ddd2c2;
  z-index: 1;
  border: 1px solid #5f4425;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  display: none;
  left: 100%;
  margin-left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.tags-wrap .tag-tooltip::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  top: 50%;
  left: -8px;
  margin-top: -7px;
  border-style: solid;
  border-color: transparent rgba(0, 0, 0, 0.9) transparent transparent;
  border-width: 7px 8px 7px 0;
}
.tags-wrap .tag-tooltip::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 0;
  height: 0;
  top: 50%;
  left: -9px;
  margin-top: -8px;
  border-style: solid;
  border-color: transparent #5f4425 transparent transparent;
  border-width: 8px 9px 8px 0;
}
.tags-wrap .tag.is-open .tag-tooltip {
  display: block;
}
.tags-wrap .tag.is-open .tag-btn {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.8);
}
.tags-wrap .tag.is-open .tag-btn::before {
  transform: scale(1.8);
  -webkit-animation: none;
  animation: none;
}
.tags-wrap .tag-tooltip .title {
  font-size: 1.0625em;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: 400;
  display: block;
}
.tags-wrap .tag-tooltip .desc {
  display: block;
  margin: 5px 0 0;
  font-weight: 400;
  line-height: 1.5;
}
.tags-wrap .tag-tooltip .price {
  margin: 3px 0 0;
  color: #ac8a56;
  font-size: 0.9375em;
}
.tags-wrap .tag-tooltip .price .unit {
  font-style: normal;
  color: #ddd2c2;
  margin-right: 5px;
}
.tags-wrap .tag-tooltip .price span {
  display: inline-block;
  vertical-align: top;
}
.tags-wrap .tag-tooltip .price .old {
  margin-left: 5px;
  position: relative;
  display: inline-block;
  text-decoration: line-through;
  opacity: 0.8;
}
.tags-wrap .tag-tooltip .link {
  display: inline-block;
  color: #735e3e;
  text-decoration: none;
  padding-right: 12px;
  position: relative;
  margin-top: 5px;
  font-size: 10px;
}
.tags-wrap .tag-tooltip .link:hover {
  color: #ddd2c2;
}
.tags-wrap .tag-tooltip .link::after {
  content: "»";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  transform: translateY(-50%);
  font-size: 1.25rem;
}

@-webkit-keyframes ani_slder_in_tags {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes ani_slder_in_tags {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .tag-gallery-wrap .slick-prev {
    left: -35px
  }
  .tag-gallery-wrap .slick-next {
    right: -35px 
  }
  .tags-wrap .tag-tooltip {
    width: 200px;
    padding: 10px;
    font-size: 0.9375rem;
    left: 50%;
    top: 29px;
    margin-left: auto;
    transform: translateX(-50%);
  }
  .tags-wrap .tag-tooltip::before {
    top: -8px;
    left: 50%;
    margin-top: auto;
    margin-left: -7px;
    border-color: transparent transparent rgba(0, 0, 0, 0.9) transparent;
    border-width: 0 7px 8px 7px;
  }
  .tags-wrap .tag-tooltip::after {
    top: -9px;
    left: 50%;
    margin-top: auto;
    margin-left: -8px;
    border-color: transparent transparent #5f4425 transparent;
    border-width: 0 8px 9px 8px;
  }
  .tags-wrap .tag .tag-btn {
    width: 8px;
    height: 8px;
  }
  .tags-wrap .tag .tag-btn::before {
    border: 1px solid #fff;
  }
}
@media (max-width: 767px) {
  .tag-gallery-wrap .slick-arrow{
    height: 50px;
  }
  .tag-gallery-wrap .slick-prev {
    left: 0
  }
  .tag-gallery-wrap .slick-next {
    right: 0 
  }
  .tags-wrap .tag-tooltip {
    width: 180px;
    padding: 5px;
    font-size: 0.875rem;
  }
}
@-webkit-keyframes ani_tag_btn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  15% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes ani_tag_btn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  15% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
@-webkit-keyframes ani_tag_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani_tag_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 標籤輪播彈出套件樣式 */
.mfp-bg {
  background: rgba(0, 0, 0, 0.9);
  opacity: 1;
}
.mfp-gallery .mfp-container{
  padding: 10px 35px;
}
.mfp-gallery.mfp-s-loading .mfp-container{
  background: url(../images/loading.gif) no-repeat center center;
}
.mfp-gallery.mfp-s-ready .mfp-container {
  background: none;
}
.mfp-gallery .mfp-content {
  opacity: 0;
  transform: scale(0.98) translateY(10px);
  transition: transform 0.3s ease-in-out, opacity 0.3s;
}
.mfp-gallery.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}
.mfp-gallery.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(0.96);
}
.mfp-gallery .mfp-content {
  max-width: 1260px;
  width: 100%;
}
.mfp-close, button.mfp-close {
  cursor: pointer !important;
  right: -50px;
  width: 50px;
  height: 50px;
  display: block;
  opacity: 1;
  font-size: 0;
  border-radius: 0;
  position: absolute;
  background: none;
}
.mfp-close::before, .mfp-close::after, button.mfp-close::before, button.mfp-close::after {
  content: "";
  width: 23px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  background: #fff;
  transition: background 0.25s;
}
.mfp-close::before, button.mfp-close::before {
  transform: rotate(45deg);
}
.mfp-close::after, button.mfp-close::after {
  transform: rotate(-45deg);
}
.pc .mfp-close:hover, .pc button.mfp-close:hover {
  background: #444;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure img {
  width: 100%;
  height: none !important;
  margin: 0;
  padding: 0;
  line-height: 0;
}
@media (max-width: 991px){
  .mfp-gallery .mfp-content {
    width: calc(100% - 70px);
  }
  .mfp-close, button.mfp-close {
    width: 35px;
    height: 35px;
    right: -35px;
  }
  .mfp-close::before, .mfp-close::after, button.mfp-close::before, button.mfp-close::after {
    width: 18px;
    margin-left: -9px;
  }
  .mfp-gallery .mfp-container{
    padding: 35px 0;
  }
}
@media (max-width: 767px){
  .mfp-gallery .mfp-content {
    width: 100%;
  }
  .mfp-close, button.mfp-close {
    right: 0;
  }
}