main {
  overflow: hidden;
}

section {
  width: 100%;
  clear: both;
}

.pic {
  text-align: center;
  position: relative;
}

.pic img {
  max-width: 100%;
  height: auto;
  margin: auto;
  position: relative;
}

.pic.auto {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.crumb.has-bT {
  border-top: 1px solid #eaeaea;
  padding-top: 15px;
}

/* ============ list header' set start ============ */
.Pro-list header .logo {
  background-repeat: no-repeat;
  height: 17px;
  -webkit-transition: all 0.35s 0;
  -o-transition: all 0.35s 0;
  transition: all 0.35s 0;
}

.Pro-list header .logo img {
  display: none;
  -webkit-transition: all 0.35s 0.2s;
  -o-transition: all 0.35s 0.2s;
  transition: all 0.35s 0.2s;
}

.Pro-list header .header-rightBox li a {
  color: #fff;
}

@media (min-width: 992px) {
  .Pro-list header .logo {
    background-image: url(../images/pro/header-logo.png);
  }
  .Pro-list header .header-main-ul li a,
  .Pro-list header .header-rightBox li a,
  .Pro-list header .header-searchLi .header-search-btn {
    color: #fff;
  }
}

@media (max-width: 991px) {
  .Pro-list header .logo {
    background-image: url(../images/pro/header-logo-xs.png);
    background-size: 100% auto;
  }
  .Pro-list header .hamburger .hamburger-inner, .Pro-list header .hamburger .hamburger-inner:before, .Pro-list header .hamburger .hamburger-inner:after {
    background-color: #fff;
  }
}

.Pro-list header.is-open .logo, .Pro-list header.is-active .logo {
  background-image: none;
}

.Pro-list header.is-open .logo img, .Pro-list header.is-active .logo img {
  display: block;
}

.Pro-list header.is-open .header-main-ul li a,
.Pro-list header.is-open .header-rightBox li a,
.Pro-list header.is-open .header-searchLi .header-search-btn, .Pro-list header.is-active .header-main-ul li a,
.Pro-list header.is-active .header-rightBox li a,
.Pro-list header.is-active .header-searchLi .header-search-btn {
  color: #262626;
}

.Pro-list header.is-open .hamburger .hamburger-inner:before, .Pro-list header.is-open .hamburger .hamburger-inner:after, .Pro-list header.is-active .hamburger .hamburger-inner:before, .Pro-list header.is-active .hamburger .hamburger-inner:after {
  background-color: #000;
}

/* ============ list header' set end ============ */
/* ============ procuts-banner-section start ============ */
#procuts-banner-section {
  width: 100%;
  height: 100vh;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #procuts-banner-section {
    height: auto;
    padding-bottom: 300px;
  }
}

@media (max-width: 991px) {
  #procuts-banner-section {
    height: auto;
    padding-bottom: 100px;
  }
}

.pro-banner-text {
  left: 50%;
  right: auto;
  top: 24%;
  bottom: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  display: inline-block;
  position: absolute;
  z-index: 2;
}

.pro-banner-text > * {
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  .pro-banner-text {
    top: 20%;
  }
}

@media (max-width: 767px) {
  .pro-banner-text {
    top: 30%;
  }
}

.pro-banner-title {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 5px;
}

.pro-banner-subTitle {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}

.pro-banner-subTitle:before {
  content: "";
  width: 25px;
  height: 1px;
  position: absolute;
  display: block;
  background-color: #fff;
  left: 50%;
  right: auto;
  bottom: -14px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pro-banner-intro {
  font-size: 12px;
  color: #dbdaf6;
  letter-spacing: 15px;
}

@media (max-width: 767px) {
  .pro-banner-intro {
    letter-spacing: 3px;
  }
}

.pro-banner-thing {
  left: 50%;
  right: auto;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  display: inline-block;
  position: absolute;
  z-index: 2;
}

@media (max-width: 767px) {
  .pro-banner-thing {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    bottom: 20px;
  }
}

.c_animation_scroll {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #1b1b1b;
  cursor: pointer;
  padding-top: 35px;
  left: 50%;
  margin-left: -45px;
  bottom: 0px;
  display: inline-block;
  position: absolute;
  z-index: 9;
}

.c_animation_scroll p {
  font-size: 12px;
  margin-bottom: 0;
}

.c_animation_scroll span {
  font-size: 13px;
  display: inline-block;
  top: -2px;
  position: relative;
}

.c_animation_scroll:hover span, .c_animation_scroll:focus span {
  -webkit-animation: toBottomFromTop 0.4s forwards;
  animation: toBottomFromTop 0.4s forwards;
}

@media (max-width: 767px) {
  .c_animation_scroll {
    bottom: 0px;
  }
}

/* ============ procuts-banner-section end ============ */
/* ============ about-section-1 start ============ */
#products-section {
  background-color: #fff;
  z-index: 1;
}

.pro-list-wrapper {
  margin-top: 85px;
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #f8f8f9;
  position: relative;
}

.pro-list-wrapper .row {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .pro-list-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}

.products-dec-text {
  font-size: 110px;
  color: #f8f8f9;
  white-space: nowrap;
  top: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .products-dec-text {
    display: none;
  }
}

/* ============ about-banner-section end ============ */
/* ============ pro-list-box start ============ */
.pro-list-box {
  position: relative;
  margin-bottom: 20px;
}

.pro-list-box span {
  display: inline-block;
  position: relative;
}

.pro-list-box .pro-list-pic {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.pro-list-box:hover .pro-list-pic {
  opacity: 0.4;
}

@media (min-width: 1200px) {
  .pro-list-box .pro-list-text {
    position: absolute;
    width: 100%;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-55%);
    -ms-transform: translateX(-50%) translateY(-55%);
    transform: translateX(-50%) translateY(-55%);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s, -webkit-transform 0.3s ease-out;
    -o-transition: opacity 0.3s, transform 0.3s ease-out;
    transition: opacity 0.3s, transform 0.3s ease-out;
    transition: opacity 0.3s, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .pro-list-box:hover .pro-list-text {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

@media (max-width: 1199px) {
  .pro-list-box .pro-list-text {
    position: relative;
  }
}

.pro-list-text {
  text-align: center;
}

.pro-list-text .wish {
  font-size: 13px;
  color: #454545;
  text-transform: uppercase;
  cursor: pointer;
}

.pro-list-text .wish .icon {
  font-size: 12px;
  color: #cb1d1d;
  margin-right: 4px;
  top: 1px;
}

.pro-list-text .title {
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  margin-top: 15px;
  margin-bottom: 5px;
}

.pro-list-text .price {
  font-size: 25px;
  color: #000000;
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .pro-list-text .wish {
    display: none;
  }
  .pro-list-text .title {
    margin-top: 0;
  }
  .pro-list-text .price {
    margin-bottom: 8px;
  }
}

/* ============ pro-list-box end ============ */
/* ============ pro-more-wrapper start ============ */
.pro-more-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-bottom: 20px;
}

.pro-more-line {
  width: 100%;
  height: 1px;
  background: #d4d4d4;
  display: block;
  position: relative;
  margin-top: 40px;
  margin-bottom: 50px;
  clear: both;
}

@media (max-width: 767px) {
  .pro-more-line {
    margin-bottom: 30px;
  }
}

.pro-more-btn {
  margin-left: auto;
  margin-right: auto;
}

/* ============ pro-more-wrapper end ============ */
#procut-main-section {
  padding-top: 120px;
  padding-bottom: 40px;
}

/* ============ pro-main-slider start ============ */
.pro-main-slider .slick-dots {
  bottom: 35px;
}

.pro-main-slider .slick-dots button {
  font-size: 1px;
  width: 15px;
  height: 15px;
  border: 1px solid #e5e5e6;
  border-radius: 99em;
  background-color: #fff;
  -webkit-transition: border 0.35s, background 0.35s;
  -o-transition: border 0.35s, background 0.35s;
  transition: border 0.35s, background 0.35s;
}

.pro-main-slider .slick-dots button:before {
  display: none;
}

.pro-main-slider .slick-dots li.slick-active button {
  border-color: #252525;
  background-color: #252525;
}

.pro-color-item img,
.pro-main-box img {
  max-width: 470px;
  width: 100%;
}

.pro-main-box {
  padding-bottom: 55px;
}

.pro-main-box img {
  max-width: 470px;
}

.pro-main-box .pro-gallery-toggle {
  font-size: 12px;
  color: #747474;
  text-transform: uppercase;
  padding-bottom: 2px;
  border-bottom: 1px solid #747474;
  left: 50%;
  right: auto;
  bottom: 0;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align: center;
  position: absolute;
}

.pro-color-slider {
  width: 100%;
  text-align: center;
}

.pro-color-slider .slick-prev, .pro-color-slider .slick-next {
  font-size: 17px;
  font-family: "Oswald-M", sans-serif;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 60px;
  height: 44px;
  z-index: 9;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pro-color-slider .slick-prev:after, .pro-color-slider .slick-next:after {
  content: "";
  width: 35px;
  height: 1px;
  position: absolute;
  display: block;
  background-color: #111;
  bottom: 8px;
}

.pro-color-slider .slick-prev:before, .pro-color-slider .slick-next:before {
  font-family: 'icomoon' !important;
  font-size: 16px;
  color: #111111;
  line-height: normal;
  display: inline-block;
  position: absolute;
  top: 15px;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.pro-color-slider .slick-prev {
  left: 30px;
  padding-left: 17px;
}

.pro-color-slider .slick-prev:after {
  left: 20px;
}

.pro-color-slider .slick-prev:before {
  content: "\e903";
  left: 0;
}

.pro-color-slider .slick-prev:hover:before, .pro-color-slider .slick-prev:focus:before {
  -webkit-animation: toLeftFromRight 0.4s forwards;
  animation: toLeftFromRight 0.4s forwards;
}

.pro-color-slider .slick-next {
  right: 30px;
  padding-right: 14px;
}

.pro-color-slider .slick-next:after {
  right: 20px;
}

.pro-color-slider .slick-next:before {
  content: "\e904";
  right: 0;
}

.pro-color-slider .slick-next:hover:before, .pro-color-slider .slick-next:focus:before {
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
  -webkit-animation: toRightFromLeft 0.4s forwards;
  animation: toRightFromLeft 0.4s forwards;
}

.pro-color-slider .slick-dots {
  bottom: -40px;
}

.pro-color-slider .slick-dots li {
  width: 10px;
  height: 10px;
}

.pro-color-slider .slick-dots button {
  font-size: 1px;
  width: 7px;
  height: 7px;
  border: none;
  border-radius: 99em;
  background-color: #d6d9e0;
  -webkit-transition: background 0.35s;
  -o-transition: background 0.35s;
  transition: background 0.35s;
}

.pro-color-slider .slick-dots button:before {
  display: none;
}

.pro-color-slider .slick-dots li.slick-active button {
  background-color: #465477;
}

@media (min-width: 768px) {
  .pro-color-slider {
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
    position: absolute;
  }
}

@media (max-width: 767px) {
  .pro-color-slider {
    margin-top: 100px;
  }
  .pro-color-slider .slick-prev, .pro-color-slider .slick-next {
    color: transparent;
  }
  .pro-color-slider .slick-prev:after, .pro-color-slider .slick-next:after {
    display: none;
  }
  .pro-color-slider .slick-prev:before, .pro-color-slider .slick-next:before {
    font-size: 30px;
    color: #333;
  }
  .pro-color-slider .slick-prev {
    left: -20px;
  }
  .pro-color-slider .slick-next {
    right: -20px;
  }
}

/* ============== c-dialog  ============== */
.c-dialog-overlay {
  background-color: #fafafa;
}

.dialog-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  max-width: none;
  width: 100%;
  height: 100vh;
  padding-left: 35px;
  padding-right: 35px;
}

.pro-lightbox-close {
  position: absolute;
  cursor: pointer;
  max-width: 100%;
  width: 40px;
  height: 40px;
  right: 30px;
  top: 30px;
  border-radius: 99em;
  background: #333;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  line-height: 40px;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  -o-transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  z-index: 99;
}

.pro-lightbox-close:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

@media (max-width: 767px) {
  .pro-lightbox-close {
    top: 50px;
  }
}

.c-dialog.dialog-open .dialog-content {
  -webkit-animation-name: anim-open-1;
  animation-name: anim-open-1;
}

@-webkit-keyframes anim-open-1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes anim-open-1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* ============ pro-color-slider end ============ */
/* ============ pro-main-data-wrapper start ============ */
.pro-main-dataWrapper {
  padding-left: 50px;
}

.pro-main-dataWrapper span {
  display: inline-block;
  position: relative;
}

@media (max-width: 767px) {
  .pro-main-dataWrapper {
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px dashed #acacac;
  }
}

.pro-brand {
  font-size: 15px;
  color: #262626;
  text-transform: uppercase;
}

.pro-model {
  font-size: 60px;
  font-weight: normal;
  color: #262626;
  margin-top: 0;
  margin-bottom: 5px;
}

.now-price {
  font-size: 27px;
  color: #c80c0c;
}

.original-price {
  font-size: 12px;
  text-decoration: line-through;
  color: #9c9c9c;
  margin-left: 10px;
}

.join-love {
  font-size: 25px;
  color: #e1e2e8;
  margin-left: 15px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.join-love:hover, .join-love:focus {
  color: #e56464;
}

.pro-intro {
  margin-top: 25px;
  margin-bottom: 20px;
}

.pro-intro p {
  font-size: 13px;
  color: #acacac;
  margin: 0;
}

@media (min-width: 768px) {
  .pro-intro {
    padding-left: 25px;
    border-left: 1px dashed #acacac;
  }
}

.pro-form [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.pro-form .c_form_style {
  padding: 10px 5px 5px 5px;
  background-color: transparent;
  border-bottom: 1px solid #888;
}

.pro-form select, .pro-form input {
  font-size: 14px;
  color: #888888;
  text-transform: uppercase;
}

.pro-form .icon {
  background-color: #f8f8f9;
  width: 25px;
  text-align: center;
  right: 0;
}

@media (max-width: 767px) {
  .pro-form {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.cart-count-wrapper {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 1px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #888;
}

.cart-count-wrapper input {
  color: #111;
  text-align: center;
  width: calc(100% - 65px);
  padding: 5px 5px 4px 5px;
  border: none;
  background-color: transparent;
}

.cart-count-wrapper .num-dec {
  width: 25px;
  height: 25px;
  border-radius: 99em;
  background-color: transparent;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  font-size: 20px;
  color: #333;
  margin-left: 2px;
  margin-right: 2px;
  -webkit-transition: color 0.35s;
  -o-transition: color 0.35s;
  transition: color 0.35s;
}

.cart-count-wrapper .num-dec:hover {
  color: #000;
}

@media (max-width: 767px) {
  .cart-count-wrapper .num-dec {
    width: 35px;
    height: 35px;
    line-height: 34px;
  }
  .cart-count-wrapper input {
    width: calc(100% - 80px);
  }
  .cart-count-wrapper .num-dec-decrease {
    float: left;
  }
  .cart-count-wrapper .num-dec-increase {
    float: right;
  }
}

.pro-join-btn {
  min-width: 220px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .pro-join-btn {
    margin-top: 25px;
  }
}

/* ============ pro-main-data-wrapper end ============ */
/* ============ productSection-1 start ========== */
#productSection-1 .container {
  max-width: 1000px;
}

.pro-crumb {
  padding-top: 15px;
}

@media (max-width: 767px) {
  .pro-crumb {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
  }
}

.product-section-title {
  color: #262626;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 40px;
}

.product-section-title .title-en {
  font-size: 40px;
  letter-spacing: 1px;
  position: relative;
}

.product-section-title .title-en span {
  color: #465477;
}

.product-section-title .title-tw {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
  position: relative;
  top: -20px;
  position: relative;
}

.product-section-title.center {
  text-align: center;
}

.product-section-title.center .title-tw {
  display: inline-block;
  width: auto;
  padding-left: 0;
  padding-top: 10px;
}

.product-section-title.center .title-tw:before {
  top: 0;
}

@media (max-width: 767px) {
  .product-section-title {
    margin-bottom: 20px;
  }
  .product-section-title .title-en {
    font-size: 31px;
  }
  .product-section-title .title-tw {
    top: -12px;
  }
}

.pro-specs-wrapper {
  margin-top: 80px;
  margin-bottom: 45px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .pro-specs-wrapper {
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #eaeaea;
  }
}

.pro-specs-table {
  float: right;
  border: none;
}

.pro-specs-table th, .pro-specs-table td {
  font-size: 13px;
  letter-spacing: 1px;
  padding: 5px;
}

.pro-specs-table th {
  width: 120px;
  font-weight: normal;
  color: #9c9c9c;
}

.pro-specs-table td {
  font-weight: bold;
  color: #262626;
}

@media (max-width: 767px) {
  .pro-specs-table {
    float: none;
    width: 100%;
  }
}

.pro-features-wrapper {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .pro-features-wrapper {
    padding-bottom: 20px;
    border-bottom: 1px dashed #eaeaea;
  }
}

.pro-features-pic {
  height: 200px;
  margin-bottom: 40px;
}

.pro-features-pic img {
  left: 50%;
  right: auto;
  bottom: 0;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align: center;
  position: absolute;
  -webkit-box-shadow: 0 30px 50px -23px rgba(31, 31, 31, 0.3);
  box-shadow: 0 30px 50px -23px rgba(31, 31, 31, 0.3);
}

.pro-features-list {
  padding: 0;
  list-style: none;
}

.pro-features-list li {
  font-size: 13px;
  color: #262626;
  font-weight: bold;
  width: 50%;
  float: left;
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}

.pro-features-list li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 7px;
  border-color: transparent transparent transparent #b5b5b5;
  position: absolute;
  top: 5px;
  left: 5px;
}

@media (max-width: 767px) {
  .pro-features-list li {
    width: 100%;
  }
}

/* ============ productSection-1 end ============ */
/* ============ productSection-2 start ========== */
#productSection-2 {
  margin-top: 130px;
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  #productSection-2 {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  #productSection-2 {
    margin-top: 50px;
  }
}

.productSection-2-title {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .productSection-2-title .title-en {
    font-size: 50px;
  }
  .productSection-2-title .title-tw {
    top: -25px;
  }
}

@media (max-width: 767px) {
  .productSection-2-title {
    text-align: center;
  }
  .productSection-2-title .title-en {
    font-size: 45px;
  }
  .productSection-2-title .title-tw {
    display: none !important;
  }
}

.gallery-drag {
  text-align: center;
  margin-bottom: 25px;
}

.gallery-drag .icon {
  background: url(../images/pro/icon-drag.png) no-repeat;
  background-size: 100%;
  width: 91px;
  height: 19px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.gallery-drag .text {
  font-size: 13px;
  color: #606060;
}

@media (max-width: 767px) {
  .gallery-drag .icon {
    background-image: url(../images/pro/icon-drag-xs.png);
  }
}

.pro-gallery-slider {
  width: 150%;
  left: -25%;
}

.pro-gallery-slider .pro-gallery-box {
  padding-left: 2px;
  padding-right: 2px;
}

.pro-gallery-slider .pro-gallery-box img {
  width: 100%;
}

.pro-gallery-slider .slick-prev, .pro-gallery-slider .slick-next {
  font-size: 17px;
  font-family: "Oswald-M", sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 60px;
  height: 44px;
  z-index: 9;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pro-gallery-slider .slick-prev:after, .pro-gallery-slider .slick-next:after {
  content: "";
  width: 35px;
  height: 1px;
  position: absolute;
  display: block;
  background-color: #fff;
  bottom: 8px;
}

.pro-gallery-slider .slick-prev:before, .pro-gallery-slider .slick-next:before {
  font-family: 'icomoon' !important;
  font-size: 16px;
  color: #fff;
  line-height: normal;
  display: inline-block;
  position: absolute;
  top: 15px;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.pro-gallery-slider .slick-prev {
  left: 18%;
  padding-left: 17px;
}

.pro-gallery-slider .slick-prev:after {
  left: 20px;
}

.pro-gallery-slider .slick-prev:before {
  content: "\e903";
  left: 0;
}

.pro-gallery-slider .slick-prev:hover:before, .pro-gallery-slider .slick-prev:focus:before {
  -webkit-animation: toLeftFromRight 0.4s forwards;
  animation: toLeftFromRight 0.4s forwards;
}

.pro-gallery-slider .slick-next {
  right: 18%;
  padding-right: 14px;
}

.pro-gallery-slider .slick-next:after {
  right: 20px;
}

.pro-gallery-slider .slick-next:before {
  content: "\e904";
  right: 0;
}

.pro-gallery-slider .slick-next:hover:before, .pro-gallery-slider .slick-next:focus:before {
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
  -webkit-animation: toRightFromLeft 0.4s forwards;
  animation: toRightFromLeft 0.4s forwards;
}

.pro-gallery-slider .slick-dots {
  bottom: -35px;
}

.pro-gallery-slider .slick-dots li {
  width: 50px;
  height: 10px;
  margin: 0;
}

.pro-gallery-slider .slick-dots button {
  font-size: 1px;
  width: 100%;
  height: 2px;
  border: none;
  padding: 0;
  background-color: #eee;
  -webkit-transition: background 0.35s;
  -o-transition: background 0.35s;
  transition: background 0.35s;
}

.pro-gallery-slider .slick-dots button:before {
  display: none;
}

.pro-gallery-slider .slick-dots li.slick-active button {
  background-color: #848484;
}

@media (max-width: 991px) {
  .pro-gallery-slider {
    width: 100%;
    left: 0%;
  }
  .pro-gallery-slider .slick-prev {
    left: 20px;
  }
  .pro-gallery-slider .slick-next {
    right: 20px;
  }
  .pro-gallery-slider .slick-dots {
    bottom: -30px;
  }
  .pro-gallery-slider .slick-dots li {
    width: 30px;
  }
}

/* ============ productSection-2 end ============ */
/* ============ start ========== */
#productSection-3 {
  text-align: left;
  padding-top: 200px;
  padding-bottom: 150px;
}

#productSection-3 .container {
  z-index: 1;
}

#productSection-3 .c-btn {
  margin-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

#productSection-3 .c-btn .icon {
  margin-right: 5px;
}

#productSection-3 .c-dec-text {
  color: #f8f8f9;
  right: 45%;
  top: -120px;
}

@media (min-width: 1200px) {
  #productSection-3 .container {
    width: 900px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #productSection-3 .c-dec-text {
    font-size: 110px;
  }
}

@media (max-width: 767px) {
  #productSection-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #productSection-3 .c-btn {
    margin-top: 10px;
  }
}

.productSection-3-bg {
  width: 45%;
  height: 80vh;
  top: 0;
  right: 0;
}

.productSection-3-bg div {
  background-color: #f8f8f9;
}

@media (max-width: 767px) {
  .productSection-3-bg {
    width: 100%;
    height: 280px;
  }
}

.productSection-3-dec {
  background: url(../images/pro/detail-water.png) no-repeat;
  width: 340px;
  height: 650px;
  position: absolute;
  right: -280px;
  bottom: -45px;
  z-index: 0;
}

.productSection-3-title {
  position: absolute;
  right: -100px;
  top: -55px;
  z-index: 2;
}

@media (min-width: 768px) {
  .productSection-3-title .title-en {
    font-size: 80px;
  }
  .productSection-3-title .title-tw {
    top: 0;
    left: -90px;
    position: absolute;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .productSection-3-title {
    right: 0;
  }
}

@media (max-width: 767px) {
  .productSection-3-title {
    right: 0;
    top: 0;
    position: relative;
    text-align: left;
  }
  .productSection-3-title .title-en {
    font-size: 40px;
  }
  .productSection-3-title .title-tw {
    width: 100%;
  }
}

.productSection-3-img {
  margin-bottom: 50px;
}

.productSection-3-img img {
  -webkit-box-shadow: 0 30px 50px -23px rgba(31, 31, 31, 0.25);
  box-shadow: 0 30px 50px -23px rgba(31, 31, 31, 0.25);
}

@media (max-width: 767px) {
  .productSection-3-img {
    margin-bottom: 30px;
  }
}

.productSection-3-editor-wrapper {
  max-width: 700px;
  width: 100%;
  float: right;
}

.productSection-3-editor, .productSection-3-editor p {
  font-size: 12px;
  color: #000000;
  line-height: 20px;
}

/* ============ end ============ */
/* ============ productSection-4 start ========== */
#productSection-4 {
  padding-top: 40px;
}

@media (max-width: 991px) {
  #productSection-4 {
    padding-bottom: 30px;
  }
}

.productSection-4-title {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .productSection-4-title .title-en {
    font-size: 80px;
  }
  .productSection-4-title .title-tw {
    top: -50px;
  }
}

@media (max-width: 767px) {
  .productSection-4-title {
    right: 0;
    top: 0;
    position: relative;
    text-align: left;
  }
  .productSection-4-title .title-en {
    font-size: 45px;
  }
  .productSection-4-title .title-tw {
    display: block !important;
    width: 100% !important;
  }
}

.pro-recommend-slider {
  width: 100%;
}

.pro-recommend-slider .slick-prev:before, .pro-recommend-slider .slick-next:before {
  font-family: 'icomoon' !important;
  font-size: 28px;
  font-weight: bold;
  color: #e0e0e1;
  line-height: normal;
  display: inline-block;
  position: absolute;
  top: 0;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.pro-recommend-slider .slick-prev:hover:before, .pro-recommend-slider .slick-next:hover:before {
  color: #999999;
}

.pro-recommend-slider .slick-prev {
  left: 0;
}

.pro-recommend-slider .slick-prev:before {
  content: "\e907";
  left: 0;
}

.pro-recommend-slider .slick-next {
  right: 0;
}

.pro-recommend-slider .slick-next:before {
  content: "\e908";
  right: 0;
}

@media (max-width: 767px) {
  .pro-recommend-slider {
    margin-left: auto;
    margin-right: auto;
  }
  .pro-recommend-slider .pro-list-box {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* ============ productSection-4 end ============ */
