@charset "UTF-8";
body, html {
  font: 16px/150% Microsoft JhengHei, Helvetica, Arial, "LiHei Pro", "\5FAE\8EDF\6B63\9ED1\9AD4", "\65B0\7D30\660E\9AD4", sans-serif !important;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Microsoft JhengHei;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

*, *:hover, *:focus {
  outline: none !important;
  /* for Firefox Google Chrome  */
  behavior: expression(this.onFocus=this.blur());
  /* for IE */
}

a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s ease 0s;
  /* Safari and Chrome */
  -o-transition: all 0.3s ease 0s;
  /* Opera */
}

a:hover, a:focus {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
}

article {
  min-height: 1300px;
  padding-bottom: 30px;
}

/* 背景圖片鑲嵌設定 */
.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* SVG ICON設定 */
.fs1 {
  font-size: 20px;
  padding: 5px 0;
}

.fs1 span {
  position: relative;
  top: -2px;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

header {
  position: absolute;
  width: 100%;
}

header .navbar-default {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: #fff;
  border-bottom: 0;
  margin-bottom: 0px;
  position: fixed;
  z-index: 99;
  width: 100%;
}

header .navbar-default .navbar-header .navbar-brand {
  background-image: url("../images/logo-bg.PNG");
  padding: 0;
  height: 170px;
  width: 600px;
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  top: -8px;
}

header .navbar-default .navbar-header .navbar-brand > img {
  width: 280px;
  position: relative;
  top: 22px;
  left: 87px;
}

header .navbar-default .navbar-collapse .navbar-nav {
  margin: 0 0;
}

header .navbar-default .navbar-collapse .navbar-nav > li > .dropdown-menu {
  padding: 10px;
  border-top: 5px solid #006575;
  width: 240px;
  right: -50%;
  /* Firefox */
  /* Safari and Chrome */
  -webkit-column-width: 100px;
          column-width: 100px;
  /* Firefox */
  /* Safari and Chrome */
  -webkit-column-count: 2;
          column-count: 2;
  /* Firefox */
  /* Safari and Chrome */
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

header .navbar-default .navbar-collapse .navbar-nav > li > .dropdown-menu:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 10px 12.5px;
  border-color: transparent transparent #006575 transparent;
  position: absolute;
  top: -15px;
  right: 47%;
}

header .navbar-default .navbar-collapse .navbar-nav > li > .dropdown-menu > li > a {
  padding: 8px 15px;
}

header .navbar-default .navbar-collapse .navbar-nav > li > .dropdown-menu > li > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #006575;
}

header .navbar-default .navbar-collapse .navbar-nav > li:first-child > a:before {
  background-image: url("../images/menu-home.png");
}

header .navbar-default .navbar-collapse .navbar-nav > li:first-child > a:hover:before {
  background-image: url("../images/menu-home-hover.png");
}

header .navbar-default .navbar-collapse .navbar-nav > li:first-child.active > a,
header .navbar-default .navbar-collapse .navbar-nav > li:first-child > a:focus,
header .navbar-default .navbar-collapse .navbar-nav > li:first-child > a:hover {
  color: #fff;
  background-color: #638c0b;
}

header .navbar-default .navbar-collapse .navbar-nav > li:first-child.active > a:before,
header .navbar-default .navbar-collapse .navbar-nav > li:first-child > a:focus:before,
header .navbar-default .navbar-collapse .navbar-nav > li:first-child > a:hover:before {
  background-image: url("../images/menu-home-hover.png");
}

header .navbar-default .navbar-collapse .navbar-nav > li > a {
  color: #638c0b;
  padding: 30px 20px;
  position: relative;
}

header .navbar-default .navbar-collapse .navbar-nav > li > a:before {
  content: '';
  background-image: url("../images/menu-icon.png");
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: relative;
  left: -4px;
  top: 4px;
}

header .navbar-default .navbar-collapse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: #638c0b;
}

header .navbar-default .navbar-collapse .navbar-nav > li > a:hover:before {
  background-image: url("../images/menu-icon-hover.png");
}

header .navbar-default .navbar-collapse .navbar-nav > li > a span {
  font-size: 12px;
}

header .navbar-default .navbar-collapse .navbar-nav > li.active > a,
header .navbar-default .navbar-collapse .navbar-nav > li > a:focus,
header .navbar-default .navbar-collapse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: #638c0b;
}

header .navbar-default .navbar-collapse .navbar-nav > li.active > a:before,
header .navbar-default .navbar-collapse .navbar-nav > li > a:focus:before,
header .navbar-default .navbar-collapse .navbar-nav > li > a:hover:before {
  background-image: url("../images/menu-icon-hover.png");
}

header .navbar-default .navbar-collapse .navbar-nav > .open > a,
header .navbar-default .navbar-collapse .navbar-nav > .open > a:focus,
header .navbar-default .navbar-collapse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: inherit;
}

header .navbar-default .navbar-collapse .img-brand {
  width: 100px;
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 1;
}

header .navbar-default .navbar-collapse .img-brand:hover {
  -webkit-animation: ani_stitle 1s ease !important;
          animation: ani_stitle 1s ease !important;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media screen and (max-width: 1199px) {
  header .navbar-default .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
    float: none;
  }
  header .navbar-default .navbar-header .navbar-toggle {
    display: block;
    margin: 13px 10px 0 0;
  }
  header .navbar-default .navbar-header .navbar-toggle:focus, header .navbar-default .navbar-header .navbar-toggle:hover {
    background-color: #d7eda8;
  }
  header .navbar-default .navbar-header .navbar-brand {
    margin-left: 0px;
    height: 60px;
    width: 240px;
    position: inherit;
  }
  header .navbar-default .navbar-header .navbar-brand > img {
    margin: 8px 0 0 7px;
    width: 100%;
    position: inherit;
  }
  header .navbar-default .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
    border-top: 1px solid #e7e7e7;
  }
  header .navbar-default .navbar-collapse .navbar-right {
    float: none !important;
  }
  header .navbar-default .navbar-collapse .navbar-nav > li {
    float: none;
  }
  header .navbar-default .navbar-collapse.collapse {
    display: none !important;
  }
  header .navbar-default .navbar-collapse.collapse.in {
    display: block !important;
  }
}

@-webkit-keyframes ani_stitle {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes ani_stitle {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.article-content {
  min-height: calc(100vh - 100px - 54px);
}

.content-main {
  padding: 0 0 50px;
}

footer {
  background-color: #605e5e;
  padding: 60px 0;
  color: #fff;
}

footer .footer-data,
footer .footer-link,
footer .footer-community,
footer .footer-copyright {
  float: left;
  border-right: 1px solid #aaa;
  padding: 10px 36px;
  height: 120px;
}

@media screen and (max-width: 1199px) {
  footer .footer-data,
  footer .footer-link,
  footer .footer-community,
  footer .footer-copyright {
    padding: 10px;
  }
}

@media screen and (max-width: 991px) {
  footer .footer-data,
  footer .footer-link,
  footer .footer-community,
  footer .footer-copyright {
    border-bottom: 0 solid #aaa;
    border-right: 0 solid #aaa;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-data,
  footer .footer-link,
  footer .footer-community,
  footer .footer-copyright {
    width: calc(100%);
    margin: 0 0 10px;
    border: 0px;
    height: inherit;
  }
}

footer p {
  margin: 0;
}

footer span {
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  footer .footer-data {
    width: 100%;
    height: inherit;
  }
}

footer .footer-data h1 {
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  footer .footer-data .company,
  footer .footer-data .address {
    float: left;
    margin: 0 20px 0 0;
  }
}

footer .footer-link {
  padding-top: 15px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

footer .footer-link ul {
  margin: 10px 0 0;
  list-style-type: circle;
}

footer .footer-link ul a {
  color: #fff;
  letter-spacing: 5px;
}

footer .footer-community {
  padding-top: 15px;
}

@media screen and (max-width: 991px) {
  footer .footer-community {
    padding-left: 75px;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-community {
    padding-left: 0;
  }
}

footer .footer-community ul {
  float: left;
}

footer .footer-community ul > li {
  float: left;
  margin: 0 10px 0 0;
}

footer .footer-community ul > li img {
  height: 70px;
}

footer .footer-community ul > li span {
  display: block;
}

footer .footer-community a {
  display: inline-block;
  float: left;
}

footer .footer-community a .fs1 {
  font-size: 72px;
  color: #4267b2;
  padding: 0;
  text-align: center;
}

footer .footer-community a .fs1 span {
  display: block;
  color: #fff;
}

footer .footer-community a:hover .fs-facebook {
  color: #4267b2;
}

footer .footer-copyright {
  padding-top: 25px;
  border: 0px;
}

@media screen and (max-width: 991px) {
  footer .footer-copyright {
    padding-top: 7px;
    position: relative;
    top: 100px;
    right: 205px;
    height: inherit;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-copyright {
    position: initial;
  }
}

footer .footer-copyright p {
  margin-bottom: 10px;
}

.btn-style-01,
.btn-style-02 {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s ease 0s;
  /* Safari and Chrome */
  -o-transition: all 0.3s ease 0s;
  /* Opera */
}

.btn-style-01 {
  background-color: #638c0b;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}

.btn-style-01 > a {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1.5px solid #eee;
  color: #fff;
  border-radius: 6px;
  box-shadow: 1px 1px 23px -2px #CCCCCC;
  -webkit-box-shadow: 1px 1px 23px -2px #CCCCCC;
  -moz-box-shadow: 1px 1px 23px -2px #CCCCCC;
  -o-box-shadow: 1px 1px 23px -2px #CCCCCC;
}

.btn-style-01:hover {
  background-color: #82b319;
  color: #fff;
}

.btn-style-02 {
  background-color: #000000;
  color: #fff;
  width: 100%;
}

.btn-style-02:focus, .btn-style-02:hover {
  background-color: #009d94;
  color: #fff;
}

.btn-radio {
  display: block;
  overflow: hidden;
}

.btn-radio .radio {
  float: left;
}

.btn-radio .radio [type*="radio"] {
  display: none;
}

.btn-radio .radio span {
  border: 1px solid #626262;
  color: #626262;
  border-radius: 6px;
  padding: 5px 11px;
}

.btn-radio .radio [type*="radio"]:checked + span {
  background-color: #e5004f;
  border: 1px solid #e5004f;
  color: #fff;
}

.form-group label {
  color: #009d94;
}

.form-group .note {
  color: #e14242;
}

.banner-box .bg-img {
  width: 100%;
  height: calc(1170px * .4875);
}

@media screen and (max-width: 1199px) {
  .banner-box .bg-img {
    height: calc((970px) * 0.4875);
  }
}

@media screen and (max-width: 991px) {
  .banner-box .bg-img {
    height: calc((750px) * 0.4875);
  }
}

@media screen and (max-width: 767px) {
  .banner-box .bg-img {
    height: calc((100vw - 30px) * 0.4875);
  }
}

.banner-fluid-box .bg-img {
  position: relative;
  top: 84px;
  width: 100%;
  height: calc(100vw * .3875);
}

@media screen and (max-width: 1199px) {
  .banner-fluid-box .bg-img {
    height: calc((100vw) * 0.3875);
  }
}

@media screen and (max-width: 991px) {
  .banner-fluid-box .bg-img {
    height: calc((100vw) * 0.3875);
  }
}

@media screen and (max-width: 767px) {
  .banner-fluid-box .bg-img {
    height: calc((100vw - 30px) * 0.3875);
    position: relative;
    top: 60px;
  }
}

.banner-fluid-box .banner-text {
  background-color: #f3f3f3;
  padding: 20px 0;
}

.banner-fluid-box .banner-text h1 {
  font-size: 22px;
  font-weight: 900;
}

.slider-box {
  position: relative;
  top: 84px;
}

.slider-box .slick-initialized .slick-slide {
  height: calc(100vw * .3875);
  background-position: top center;
}

@media screen and (max-width: 1199px) {
  .slider-box .slick-initialized .slick-slide {
    height: calc(100vw * .3875);
  }
}

@media screen and (max-width: 991px) {
  .slider-box .slick-initialized .slick-slide {
    height: calc(100vw * .3875);
  }
}

@media screen and (max-width: 767px) {
  .slider-box .slick-initialized .slick-slide {
    height: calc(100vw * .3875);
  }
}

.slider-box .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slider-box .slick-prev {
  background-image: url("../images/left-arrow.png");
  left: 40px;
}

@media screen and (max-width: 767px) {
  .slider-box .slick-prev {
    left: 20px;
  }
}

.slider-box .slick-next {
  background-image: url("../images/right-arrow.png");
  right: 40px;
  width: 50px;
}

@media screen and (max-width: 767px) {
  .slider-box .slick-next {
    right: 20px;
  }
}

.slider-box .slick-prev,
.slider-box .slick-next {
  width: 50px;
  height: 50px;
  background-size: 38px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}

.slider-box .slick-prev:before,
.slider-box .slick-next:before {
  display: none;
}

.slider-box .slick-prev:hover,
.slider-box .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100px;
}

.slider-box .slick-dots {
  bottom: 25px;
}

@media screen and (max-width: 767px) {
  .slider-box .slick-dots {
    bottom: 10px;
  }
}

.slider-box .slick-dots li {
  width: 30px;
}

.slider-box .slick-dots li button:before {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
  line-height: 22px;
  font-size: 25px;
  width: 22px;
  height: 22px;
  opacity: 0.8;
  content: "";
}

.slider-box .slick-dots li button:hover:before, .slider-box .slick-dots li button:focus:before {
  background-color: #aaa;
  opacity: 1;
}

.slider-box .slick-dots li.slick-active button:before {
  background-color: #aaa;
  opacity: 1;
}

.banner-decoration {
  position: absolute;
  bottom: -55%;
  width: 100%;
}

.banner-decoration .bg-img {
  width: 100%;
  height: calc(100vw * 0.4947);
}

.banner-decoration .bg-img.decoration2 {
  width: calc(100vw * 0.0994);
  height: calc(100vw * 0.0682);
  position: absolute;
  top: -70px;
  right: 0;
}

.title-style01 {
  font-size: 30px;
  font-style: oblique;
  text-align: center;
  position: relative;
  width: 420px;
  margin: 0 auto;
  line-height: 22px;
}

.title-style01:before {
  content: attr(data-title);
  font-size: 40px;
  position: absolute;
  color: #dcdcdc;
  top: -25px;
  left: 60px;
  z-index: -1;
}

.title-style02 {
  font-size: 30px;
  text-align: left;
  position: relative;
  margin: 0 0 30px;
  line-height: 29px;
  font-weight: 900;
}

.title-style02:before {
  content: attr(data-title);
  font-size: 70px;
  position: absolute;
  color: #efefef;
  font-weight: 100;
  top: 14px;
  left: 93px;
  z-index: -1;
  font-style: oblique;
  font-family: Helvetica Neue;
}

.title-style03 {
  color: #638c0b;
  font-size: 25px;
  text-align: left;
  position: relative;
  line-height: 29px;
  font-weight: 900;
}

.text-big {
  font-size: 200%;
  color: #638c0b;
  font-weight: 900;
}

.text-green {
  color: #91c324;
}

.section01 {
  background-image: url("../images/index-bg1.JPG");
}

.pagination {
  text-align: right;
  width: 100%;
}

.pagination > li {
  margin: 0 1px;
  display: inline-block;
}

.pagination > li > a {
  border-radius: 50px;
  background-color: #c9c9c9;
  color: #fff;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 50px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #fff;
  background-color: #638c0b;
  border-color: #638c0b;
}

.pagination > li.active > a,
.pagination > li.active > a:focus,
.pagination > li.active > a:hover,
.pagination > li.active > span,
.pagination > li.active > span:focus,
.pagination > li.active > span:hover {
  background-color: #638c0b;
  border-color: #638c0b;
}

.section01 {
  padding: 150px 0;
}

.section01 .product-title {
  position: relative;
  display: block;
}

.section01 .product-title:before {
  content: '';
  display: block;
  width: 100%;
  height: 110%;
  background-image: url("../images/bg-product.png");
  position: absolute;
  top: 0;
  z-index: 0;
}

.section01 .product-title .product-box {
  background-color: #fff;
  border: 3px solid #f39800;
  text-align: center;
  padding: 20px 20px 0;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .section01 .product-title .product-box {
    width: calc(250px);
    padding: 20px 0 0;
  }
}

.section01 .product-title .product-box.product-big {
  top: -50%;
  left: -5%;
}

@media screen and (max-width: 991px) {
  .section01 .product-title .product-box.product-big {
    top: -170%;
    left: 10%;
  }
}

@media screen and (max-width: 767px) {
  .section01 .product-title .product-box.product-big {
    top: initial;
    left: initial;
    position: relative;
    margin: 0 auto 20px;
  }
}

.section01 .product-title .product-box.product-small {
  top: 30%;
  left: 18%;
}

@media screen and (max-width: 991px) {
  .section01 .product-title .product-box.product-small {
    top: -110%;
    left: 49%;
  }
}

@media screen and (max-width: 767px) {
  .section01 .product-title .product-box.product-small {
    top: initial;
    left: initial;
    position: relative;
    margin: 0 auto;
  }
}

.section01 .product-title .product-box.product-ordinary {
  border: 3px solid #638c0b;
  top: -30%;
  right: -10%;
}

@media screen and (max-width: 991px) {
  .section01 .product-title .product-box.product-ordinary {
    top: -97%;
    right: 1%;
  }
}

@media screen and (max-width: 767px) {
  .section01 .product-title .product-box.product-ordinary {
    top: initial;
    left: initial;
    position: relative;
    margin: 0 auto;
  }
}

.section01 .product-title .product-box .product {
  width: 230px;
  height: calc(230px * 0.9305);
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .section01 .product-title .product-box .product {
    width: 220px;
    height: calc(220px * 0.9305);
  }
}

.section01 .product-title .title-box {
  position: absolute;
}

.section01 .product-title .title-box .title {
  font-weight: 900;
  font-size: 45px;
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 2px 2px 3px #333333;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .section01 .product-title .title-box .title {
    font-size: 25px;
  }
}

.section01 .product-title .title-box .title span {
  font-size: 150%;
}

.section01 .product-title .title-box .title + span {
  color: #59493f;
  font-size: 22px;
  padding: 0 0 0 40px;
  margin: 30px 0 0 90px;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .section01 .product-title .title-box .title + span {
    padding: 0 0 0 0;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .section01 .product-title .title-box .title + span {
    margin: 20px 0 0 40px;
    font-size: 16px;
  }
}

.section01 .product-title .title-box .title + span:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #59493f;
  position: absolute;
  top: 6px;
  left: 20px;
}

@media screen and (max-width: 767px) {
  .section01 .product-title .title-box .title + span:before {
    top: 6px;
    left: -13px;
  }
}

.section01 .product-title .title-box .title + span:after {
  content: '';
  display: block;
  width: 15px;
  border-top: 2px solid #59493f;
  position: absolute;
  top: 10.3px;
  left: 8px;
}

@media screen and (max-width: 767px) {
  .section01 .product-title .title-box .title + span:after {
    top: 10.3px;
    left: -28px;
  }
}

.section01 .product-title.product-right {
  border-top: 20px solid #efe2ce;
  border-right: 20px solid #efe2ce;
  width: 90%;
  margin: 0 2% 130px 8%;
  height: 270px;
}

@media screen and (max-width: 991px) {
  .section01 .product-title.product-right {
    margin: 300px 2% 130px 8%;
    height: 235px;
  }
}

@media screen and (max-width: 767px) {
  .section01 .product-title.product-right {
    width: 100%;
    height: auto;
    margin: 0 0% 120px 0%;
    padding: 20px 0 0px;
  }
}

.section01 .product-title.product-right .title-box {
  top: 21%;
  right: 13%;
}

@media screen and (max-width: 1199px) {
  .section01 .product-title.product-right .title-box {
    right: 1%;
  }
}

@media screen and (max-width: 991px) {
  .section01 .product-title.product-right .title-box {
    top: 23%;
    right: 19%;
  }
}

@media screen and (max-width: 767px) {
  .section01 .product-title.product-right .title-box {
    top: initial;
    right: initial;
    margin: 30px auto 0;
    display: block;
    width: 220px;
    position: initial;
  }
}

.section01 .product-title.product-right .title-box .title {
  color: #f39800;
}

.section01 .product-title.product-right .title-box .title span {
  color: #638c0b;
}

.section01 .product-title.product-right ~ .product-left {
  margin: 130px 10% 100px 0%;
}

@media screen and (max-width: 991px) {
  .section01 .product-title.product-right ~ .product-left {
    margin: 300px 6% 100px 4%;
  }
}

@media screen and (max-width: 767px) {
  .section01 .product-title.product-right ~ .product-left {
    margin: 0 0% 220px 0%;
  }
}

.section01 .product-title.product-left {
  border-top: 20px solid #efe2ce;
  border-left: 20px solid #efe2ce;
  width: 90%;
  margin: 10px 10% 100px 0%;
  height: 240px;
}

@media screen and (max-width: 991px) {
  .section01 .product-title.product-left {
    margin: 90px 6% 100px 4%;
  }
}

@media screen and (max-width: 767px) {
  .section01 .product-title.product-left {
    width: 100%;
    height: 390px;
    margin: 0 0% 100px 0%;
    padding: 20px 0 0px;
  }
}

.section01 .product-title.product-left .title-box {
  top: 21%;
  left: 13%;
}

@media screen and (max-width: 1199px) {
  .section01 .product-title.product-left .title-box {
    left: 7%;
  }
}

@media screen and (max-width: 991px) {
  .section01 .product-title.product-left .title-box {
    left: 11%;
    top: 31%;
  }
}

@media screen and (max-width: 767px) {
  .section01 .product-title.product-left .title-box {
    bottom: -4%;
    top: initial;
    left: initial;
    right: calc(100vw / 2 - (220px / 2));
    margin: 30px auto 0;
    display: block;
    width: 220px;
    z-index: 1;
  }
}

.section01 .product-title.product-left .title-box .title {
  color: #638c0b;
}

.section01 .product-title.product-left .decorative-line {
  width: 300px;
  height: 80px;
  background-size: contain;
  position: absolute;
  top: 10%;
  right: 26%;
}

@media screen and (max-width: 991px) {
  .section01 .product-title.product-left .decorative-line {
    display: none;
  }
}

.section01 .woody {
  background-image: url("../images/bg-woody.png");
  padding: 20px;
}

.section01 .content {
  background-image: url("../images/index-bg1.JPG");
  padding: 80px 30px 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .section01 .content {
    padding: 80px 10px 30px;
  }
}

.section01 .content .slogan {
  position: absolute;
  top: 30px;
  display: block;
  margin: 0;
}

.section01 .content .slogan:first-child {
  right: 160px;
}

.section01 .content .slogan:first-child + .slogan {
  right: 30px;
}

@media screen and (max-width: 767px) {
  .section01 .content .slogan:first-child {
    right: 130px;
  }
  .section01 .content .slogan:first-child + .slogan {
    right: 10px;
  }
}

.section01 .content .slogan li {
  float: left;
  background-color: #f8b551;
  color: #fff;
  border-radius: 100px;
  padding: 6px 10px;
  margin: 0 0 0 -6px;
}

@media screen and (max-width: 767px) {
  .section01 .content .slogan li {
    font-size: 12px;
    margin: 0 0 0 -4px;
    padding: 3px 9px;
  }
}

.section01 .content .title {
  color: #638c0b;
  font-weight: 900;
  font-size: 27px;
  margin-top: 40px;
}

.section01 .content .title span {
  font-size: 20px;
  top: -5px;
}

.section01 .content p {
  font-size: 20px;
  color: #333;
}

.section01 .content .marking {
  color: #d64a4a;
}

.section01 .content .marking ~ .bg-img {
  width: calc(100% / 3);
  height: 200px;
  float: left;
}

@media screen and (max-width: 767px) {
  .section01 .content .marking ~ .bg-img {
    width: calc(100%);
  }
}
/* 20181018 新增 點我購買btn */
.btn_group .go_buy {
  display: inline-block;
  margin-left: calc(50% - 90px);
  margin-right: auto;
  margin-bottom: 50px;
  padding: 10px 20px;
}

.btn_group .go_buy.btn_bottom {
  margin-top: 50px;
  margin-bottom: 0;
}
/*# sourceMappingURL=product-det.css.map */