@charset "UTF-8";
.editor_Content ol {
  list-style-type: decimal;
  padding-left: 10px;
}
.editor_Content ul {
  list-style-type: initial;
  padding-left: 20px;
}
.editor_Content img {
  max-width: 100%;
  height: auto !important;
}
.editor_Content b,
.editor_Content strong {
  font-weight: bold;
  font-size: inherit;
}
.editor_Content em {
  font-style: italic;
}
.editor_Content a {
  text-decoration: underline;
  color: #0782c1;
}
.editor_Content iframe {
  max-width: 100%;
}
.editor_Content h1,
.editor_Content h2,
.editor_Content h3,
.editor_Content h4,
.editor_Content h5,
.editor_Content h6 {
  margin: inherit;
}
.editor_Content blockquote {
  font-style: italic;
  padding: 2px 20px 0 8px;
  margin-left: 40px;
  border-left: 5px solid #ccc;
}
.editor_Content td,
.editor_Content th,
.editor_Content tr {
  margin: initial;
}

.editor_box {
  margin: auto;
  line-height: 1.78;
  font-size: 1.125rem;
}
.editor_box ul,
.editor_box ol {
  padding-left: 40px;
}
.editor_box img {
  max-width: 100%;
  height: auto !important;
}
.editor_box iframe {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .editor_box iframe {
    height: 100% !important;
  }
}
.editor_box h1,
.editor_box h2,
.editor_box h3,
.editor_box h4,
.editor_box h5,
.editor_box h6 {
  margin: inherit;
}

.mo_use {
  display: none;
}

@media (max-width: 991px) {
  .editor_box {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .editor_box {
    font-size: 1.125rem;
  }

  .mo_use {
    display: block;
  }

  .pc_use {
    display: none;
  }
}
.banner-section-detail {
  position: relative;
}
@media (min-width: 992px) {
  .banner-section-detail {
    margin-top: 86px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-section-detail {
    margin-top: 70px;
  }
}
.banner-section-detail .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .banner-section-detail .container {
    top: 108px;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.banner-section-detail .banner__bg {
  width: 100%;
  position: relative;
  background: url(../images/product_detail_banner.jpg) center/cover no-repeat;
}
@media (min-width: 992px) {
  .banner-section-detail .banner__bg {
    height: 341px;
  }
}
@media (max-width: 991px) {
  .banner-section-detail .banner__bg {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .banner-section-detail .banner__bg {
    height: 430px;
  }
}
.banner-section-detail .banner__txtwrap {
  color: white;
}
@media (min-width: 992px) {
  .banner-section-detail .banner__txtwrap {
    width: 50%;
  }
}
.banner-section-detail .banner__txtwrap .cate {
  margin-bottom: 7px;
}
@media (max-width: 1440px) {
  .banner-section-detail .banner__txtwrap .cate {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .banner-section-detail .banner__txtwrap .cate {
    font-size: 1.125rem;
  }
}
@media (min-width: 1441px) {
  .banner-section-detail .banner__txtwrap .cate {
    font-size: 1.25rem;
  }
}
.banner-section-detail .banner__txtwrap .title {
  font-weight: 500;
  margin-bottom: 7px;
  max-height: 2.4em;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 第幾行要顯示點點點 */
  -webkit-box-orient: vertical;
}
@media (max-width: 1440px) {
  .banner-section-detail .banner__txtwrap .title {
    font-size: 2.625rem;
  }
}
@media (max-width: 767px) {
  .banner-section-detail .banner__txtwrap .title {
    font-size: 2rem;
  }
}
@media (min-width: 1441px) {
  .banner-section-detail .banner__txtwrap .title {
    font-size: 2.625rem;
  }
}
@media (max-width: 1440px) {
  .banner-section-detail .banner__txtwrap .subtitle {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .banner-section-detail .banner__txtwrap .subtitle {
    font-size: 1.25rem;
  }
}
@media (min-width: 1441px) {
  .banner-section-detail .banner__txtwrap .subtitle {
    font-size: 1.5rem;
  }
}

.image-section {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .image-section {
    margin-top: -230px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .image-section {
    margin-top: -130px;
  }
}
@media (max-width: 767px) {
  .image-section {
    margin-top: -150px;
  }
}
.image-section .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .image-section .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.image-section .images-thumbs {
  width: 63.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .image-section .images-thumbs {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.image-section .images-thumbs ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.image-section .images-thumbs li {
  width: 70px;
  cursor: pointer;
}
.image-section .images-thumbs li:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.image-section .images-thumbs li:not(:first-child) {
  position: relative;
}
.image-section .images-thumbs li:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffb500;
  position: absolute;
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  pointer-events: none;
}
.image-section .images-thumbs li:not(:last-child) {
  margin-right: 2%;
}
@media (max-width: 767px) {
  .image-section .images-thumbs li {
    width: 56px;
  }
}
.image-section .images-thumbs .line {
  width: 100%;
  height: 1px;
  background-color: #e57701;
}
.image-section .images-thumbs .product-image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .image-section .images-thumbs li:hover:not(:first-child)::before {
    opacity: 1;
  }
}
.image-section .images-thumbs li.active::before {
  opacity: 1;
}
.image-section .main-image {
  width: 35%;
}
@media (max-width: 767px) {
  .image-section .main-image {
    width: 100%;
    margin-bottom: 10px;
  }
}
.image-section .main-image .image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.editor-section {
  margin: 70px 0 100px;
}
@media (max-width: 767px) {
  .editor-section {
    margin: 30px 0 60px;
  }
}
.editor-section .editor_Content {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .editor-section .editor_Content {
    margin-bottom: 40px;
  }
}
.editor-section .btnwraps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.editor-section .btnwraps .btnwrap:first-child {
  margin-right: 20px;
}
.editor-section .btnwraps .btnwrap:last-child .btn::after {
  background-color: #e57701;
}
@media (min-width: 768px) {
  .editor-section .btnwraps .btnwrap:last-child .btn:hover::after {
    background-color: #000;
  }
}