<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";



.pc2 {


}
.phone2 {
display:none !important;
}

	 @media screen and (max-width : 992px) {

.pc2 {

display:none;

}
.phone2 {
display:block!important;
}

}


#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 &gt; div:before {
  background-position: 0 100%;
}
.pv-top .btn-track &gt; 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 &gt; div {
  cursor: pointer;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.pv-top .s-slider .slick-slide.slick-current &gt; 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 &gt; 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 &gt; 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;
  }
}

.pv-detail {
    background: #ddd;
    padding-top: 90px;
    padding-bottom: 50px;
}


html {
  overflow: -moz-hidden-unscrollable; /* 隱藏捲軸 */
}

body {
  -ms-overflow-style: none; /* 隱藏捲軸 */
}

::-webkit-scrollbar {
  display: none;
}



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) &gt; 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 &gt; .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 &gt; 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 &gt; 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 &gt; 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 &gt; 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 &gt; li {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 20px;
  min-width: 150px;
}
.g-menu &gt; li &gt; 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 &gt; li &gt; 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 &gt; li:first-child {
  padding-top: 55px;
}
.nav-cate-etc .g-menu {
  display: block;
}
.nav-cate-etc .g-menu &gt; li &gt; 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 &gt; li &gt; ul {
  display: block !important;
  margin-top: 10px;
}
.nav-cate-etc .g-menu &gt; li &gt; ul:before {
  display: none;
}
.nav-cate-etc .g-menu &gt; li &gt; ul &gt; li {
  padding: 0;
  display: block;
  margin-bottom: 5px;
}
.nav-cate-etc .g-menu &gt; li &gt; ul &gt; li &gt; 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 &gt; li &gt; ul &gt; li &gt; 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 &gt; li &gt; a:hover {
  color: #74161b;
}
.pc .g-menu &gt; li &gt; a:hover:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  background: #74161b;
}
.pc .nav-cate-etc .g-menu &gt; li &gt; ul &gt; li &gt; a:hover {
  color: #293a6a;
}
.pc .nav-cate-etc .g-menu &gt; li &gt; ul &gt; li &gt; 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 &gt; .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 &gt; li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0;
  margin: 0;
  width: calc(100% / 6);
}
.f-links &gt; li:first-child {
  width: calc(100% / 3);
  padding-right: 15px;
  padding-left: 15px;
}
.f-links &gt; li:last-child {
  min-height: 500px;
}
.f-links &gt; 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 &gt; li a {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #888;
  white-space: nowrap;
}
.f-links &gt; li &gt; ul &gt; li {
  display: block;
  margin: 0 0 14px 0;
  padding: 0;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}
.f-links &gt; li &gt; 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 &gt; li &gt; ul.f-product li {
  display: inline-block;
  width: 50%;
}
.f-links &gt; li &gt; ul.f-third &gt; li {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin: 0 12px 0 0;
  letter-spacing: 0;
}
.f-links &gt; li &gt; ul.f-third &gt; li &gt; a {
  display: block;
  text-align: center;
  color: #999;
  position: relative;
  font-size: 0;
}
.f-links &gt; li &gt; ul.f-third &gt; li &gt; a:before {
  display: inline-block;
  font-size: 1.1875rem;
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
}
.f-links &gt; li &gt; ul.f-third &gt; li &gt; a.fb:before {
  content: '\f09a';
}
.f-links &gt; li &gt; ul.f-third &gt; li &gt; a.ig:before {
  content: '\f16d';
}
.f-links &gt; li &gt; ul.f-third &gt; li &gt; a.yt:before {
  content: '\f167';
}
.pc .f-links &gt; li &gt; ul.f-third &gt; li &gt; a.fb:hover {
  color: #3b5998;
}
.pc .f-links &gt; li &gt; ul.f-third &gt; li &gt; a.ig:hover {
  color: #e1306c;
}
.pc .f-links &gt; li &gt; ul.f-third &gt; li &gt; 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 &gt; .container {
    max-width: none;
  }
  .g-logo {
    left: 25px;
  }
}
@media (min-width: 1400px) {
  .f-links &gt; 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 &gt; li {
    width: calc(100% / 5.5);
  }
  .f-links &gt; li:first-child {
    width: calc(100% / 2.4);
  }
  .f-links &gt; 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 &gt; 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 &gt; li:first-child {
    width: auto;
    padding: 0 0 10px 135px;
  }
  .f-links &gt; li:first-child .title {
    top: 0;
  }
  .f-links &gt; li .title {
    position: absolute;
    left: 0;
    top: 10px;
  }
  .f-links &gt; li &gt; ul {
    display: block;
  }
  .f-links &gt; li &gt; ul &gt; li {
    display: inline-block;
    vertical-align: top;
    margin: 5px 15px 5px 0;
  }
  .f-links &gt; li &gt; ul &gt; li:last-child {
    margin-right: 0;
  }
  .f-links &gt; li &gt; ul.f-product {
    max-height: none!important;
    display: block;
  }
  .f-links &gt; li &gt; ul.f-product li {
    width: auto;
    vertical-align: top;
    margin: 5px 15px 5px 0;
  }
  .f-links &gt; li &gt; ul.f-product li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .g-header &gt; .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 &gt; li &gt; a, .nav-cate-etc .g-menu &gt; li &gt; a, .nav-cate-spec .g-menu &gt; li &gt; 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 &gt; .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 &gt; div {
    width: 22px;
    margin-left: -11px;
  }
  .g-switch-nav .icon &gt; div:nth-child(1) {
    margin-top: -8px;
  }
  .g-switch-nav .icon &gt; 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: 40% !important;
    display: block;
    padding-left: 7%;
	float: left;
  }
  .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 &gt; li {
    width: 100%;
  }
  .f-links &gt; li {
    padding: 10px 0 10px 100px;
  }
  .f-links &gt; li:first-child {
    padding: 0 0 10px 0;
  }
  .f-links &gt; li:first-child .title {
    position: relative;
    margin: 0 0 5px 0;
    display: block;
    width: auto;
  }
  .f-links &gt; 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 &gt; .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;
  }
 
}
@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 &gt; 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 &gt; a.fb {
  background-position: 0 0;
}
.share-box &gt; 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 &gt; .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 &gt; .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;
  margin-bottom: 200px;
}
.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 &gt; div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.i-classic .grid-list .item a .imgs .slick-slide &gt; 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.8), 0 0 10px rgba(0, 0, 0, 0.8);
}
.i-classic .grid-list .item:nth-of-type(12n+1) {
  top: 0;
  left: 0;
  width: 40%;
}

.i-classic .grid-list .item:nth-of-type(13) {
  top: 0;
  left: 0;
  width: 20%;
}

.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(13) a:before {
  padding-bottom: calc(100% - 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(13) a img {
  max-width: 100% !important;
  width: 100%;
  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: 0%;
  top: calc((100% / 3) * 2.7);
}
.i-classic .grid-list .item:nth-of-type(12n+10) {
  left: 20%;
  top: calc((100% / 3) * 2.7);
}
.i-classic .grid-list .item:nth-of-type(12n+11) {
  left: 40%;
  top: calc((100% / 3) * 2.7);
}
.i-classic .grid-list .item:nth-of-type(12n+12) {
  left: 60%;
  top: calc((100% / 3) * 2.7);
}

.i-classic .grid-list .item:nth-of-type(12n+13) {
  left: 80%;
  top: calc((100% / 3) * 2.7);
}
.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%;
}
</pre></body></html>