@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  font-family: "微軟正黑體",Arial;
  outline: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover, a:active, a:visited {
  text-decoration: none;
}

input, button, select, textarea {
  outline: none;
  font-family: "微軟正黑體",Arial;
}

body {
  font-family: "微軟正黑體",Arial;
  color: #222222;
  position: relative;
  font-size: 16px;
  line-height: 26px;
}

button {
  cursor: pointer;
  outline: none;
}

a:not([href]):not([tabindex]) {
  display: none;
}

ul {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.clear {
  clear: both;
}

#navigation-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0 0 10px 0;
  background: #fff;
  z-index: 100;
}

#navigation-menu ul.comnav {
  padding: 20px 0 0 0;
}

@media (max-width: 1000px) {
  #navigation-menu ul.comnav {
    display: none;
  }
}

#navigation-menu li {
  display: inline-block;
  margin: 3px 0;
}

#navigation-menu a {
  display: block;
  padding: 0.2em 0.5em;
  color: #222222;
}

#navigation-menu a:hover, #navigation-menu a.mPS2id-highlight {
  color: #e6842c;
}

#content section {
  min-height: 900px;
}

#content section:nth-child(1) {
  padding: 0;
}

@media (max-width: 1000px) {
  #content section {
    min-height: auto;
  }
}

#content section.banner {
  min-height: auto;
}

.top-animate {
  /* background: #fff !important; */
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.mid-animate {
  opacity: 0;
}

.bottom-animate {
  /* background: #fff !important; */
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-225deg);
}

.top-menu {
  top: 5px;
  width: 32px;
  height: 2px;
  border-radius: 10px;
  background-color: #fff;
}

.mid-menu {
  top: 13px;
  width: 32px;
  height: 2px;
  border-radius: 10px;
  background-color: #fff;
}

.bottom-menu {
  top: 21px;
  width: 32px;
  height: 2px;
  border-radius: 10px;
  background-color: #fff;
}

.menui {
  background: #333;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
          transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
  margin-top: 10px;
  position: absolute;
}

.menui-act {
  background: #fff;
}

#navigation-menu .icon {
  z-index: 999;
  position: fixed;
  padding: 0;
  height: 32px;
  width: 32px;
  margin: 0px;
  top: 13px;
  right: 30px;
  display: none;
}

@media (max-width: 1000px) {
  #navigation-menu .icon {
    display: block;
  }
}

@media (max-width: 750px) {
  #navigation-menu .icon {
    right: 20px;
  }
}

#navigation-menu .mobilenav {
  font-family: inherit;
  top: 0;
  left: 0;
  z-index: 900;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 0;
  margin: 0;
}

#navigation-menu .mobilenav li {
  display: block;
  list-style-type: none;
  text-align: center;
  padding: 15px;
}

#navigation-menu .mobilenav li a {
  font-size: 125%;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  width: 100%;
}

#navigation-menu .mobilenav li:first-child {
  margin-top: 60px;
}

.mobilenav-open {
  overflow-y: scroll;
}

#navigation-menu .mobilenav-close {
  display: none;
}

.all {
  overflow: hidden;
}

.header {
  position: relative;
  width: 1600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.125em;
  font-weight: 600;
}

@media (max-width: 1600px) {
  .header {
    width: 1450px;
  }
}

@media (max-width: 1450px) {
  .header {
    width: 95%;
  }
}

@media (max-width: 1200px) {
  .header {
    width: 95%;
  }
}

.banner {
  margin: 90px 0 0 0;
}

.banner .content {
  position: relative;
}

.banner .content .scroll-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: #fff;
  position: absolute;
  left: 0;
  width: 80px;
  height: 100%;
  z-index: 10;
}

.banner .content .scroll-img img {
  width: 12px;
  height: 110px;
}

@media (max-width: 1450px) {
  .banner .content .scroll-img {
    width: 50px;
  }
}

@media (max-width: 750px) {
  .banner .content .scroll-img {
    display: none;
  }
}

.banner .content .banner-img {
  position: absolute;
  top: 60px;
  left: 6%;
  z-index: 11;
}

@media (max-width: 1600px) {
  .banner .content .banner-img {
    bottom: 100px;
  }
  .banner .content .banner-img img {
    width: 80%;
  }
}

@media (max-width: 1450px) {
  .banner .content .banner-img img {
    width: 70%;
  }
}

@media (max-width: 1200px) {
  .banner .content .banner-img img {
    width: 50%;
  }
}

@media (max-width: 1000px) {
  .banner .content .banner-img {
    bottom: 0;
    left: 7%;
  }
  .banner .content .banner-img img {
    width: 40%;
  }
}

@media (max-width: 750px) {
  .banner .content .banner-img {
    left: 3%;
  }
  .banner .content .banner-img img {
    width: 36%;
  }
}

@media (max-width: 568px) {
  .banner .content .banner-img {
    top: 30px;
  }
  .banner .content .banner-img img {
    width: 40%;
  }
}

.banner img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 1920px) {
  .banner .carousel-inner img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1000px) {
  .banner {
    margin: 70px 0 0 0;
  }
}

#navigation-menu a.logo {
  display: block;
  width: 220px;
  background: none;
  color: transparent;
}

@media (max-width: 460px) {
  #navigation-menu a.logo img {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  #navigation-menu a.logo {
    width: 170px;
    margin: 4px 0 0 0;
  }
}

@media (max-width: 1000px) {
  #navigation-menu a.logo {
    margin: 0;
  }
}

@media (max-width: 460px) {
  #navigation-menu a.logo {
    width: 135px;
    margin: 8px 0 10px 0;
  }
}

#navigation-menu a.menu-fb-icon {
  background: none;
  color: transparent;
  padding: 0 1em 0 0;
}

#navigation-menu a.menu-fb-icon img {
  width: 32px;
  height: auto;
}

@media (max-width: 1000px) {
  #navigation-menu a.menu-fb-icon {
    padding: 0;
  }
}

#navigation-menu a.paddies-link {
  background: none;
  color: #fff;
  font-weight: normal;
  font-size: 0.9375em;
  background-image: url(../images/paddies-icon.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-color: #F2B90A;
  border-radius: 100px;
  padding: 10px 20px 7px 50px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

#navigation-menu a.paddies-link:hover {
  background-color: #C79703;
}

@media (max-width: 1200px) {
  #navigation-menu a.paddies-link {
    display: none;
  }
}

#navigation-menu a.mob-paddies-link {
  display: none;
}

@media (max-width: 1200px) {
  #navigation-menu a.mob-paddies-link {
    position: absolute;
    top: 73px;
    right: 0;
    display: block;
    width: 85px;
    height: 85px;
    color: #fff;
    font-weight: normal;
    font-size: 0.8em;
    background-image: url(../images/paddies-icon.png);
    background-repeat: no-repeat;
    background-position: center 8px;
    background-color: #F2B90A;
    border-radius: 100px;
    padding: 35px 0 0 0;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    line-height: 20px;
    text-align: center;
    z-index: 50;
  }
}

@media (max-width: 1000px) {
  #navigation-menu a.mob-paddies-link {
    width: auto;
    height: auto;
    background-position: 15px center;
    padding: 10px 20px 7px 50px;
    top: 18px;
    right: 65px;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 750px) {
  #navigation-menu a.mob-paddies-link {
    right: 58px;
  }
}

@media (max-width: 460px) {
  #navigation-menu a.mob-paddies-link {
    background-size: 15px;
    padding: 10px 20px 7px 35px;
  }
}

@media (max-width: 1000px) {
  #navigation-menu a.mob-paddies-link br {
    display: none;
  }
}

h2 {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  height: 86px;
  margin: 0 0 90px 0;
}

@media (max-width: 800px) {
  h2 {
    margin: 0 0 70px 0;
  }
}

@media (max-width: 460px) {
  h2 {
    margin: 0 0 50px 0;
  }
}

.container-casewidth {
  width: 1450px;
  margin: 0 auto;
}

@media (max-width: 1450px) {
  .container-casewidth {
    width: 1200px;
  }
}

@media (max-width: 1200px) {
  .container-casewidth {
    width: 95%;
  }
}

.container-casewidth-b {
  width: 1000px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .container-casewidth-b {
    width: 1000px;
  }
}

@media (max-width: 1000px) {
  .container-casewidth-b {
    width: 95%;
  }
}

.container-casewidth-c {
  width: 750px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .container-casewidth-c {
    width: 95%;
  }
}

@media (max-width: 1200px) {
  .custom-ccmob-width {
    width: 100%;
  }
}

.substitute-all {
  background: url(../images/substitute-bg-1.png) no-repeat right top;
  padding: 120px 0 130px 0;
}

.substitute-all h2 {
  background: url(../images/title-1.png) no-repeat center;
}

@media (max-width: 800px) {
  .substitute-all h2 {
    background-size: 154px;
  }
}

@media (max-width: 750px) {
  .substitute-all h2 {
    background-size: 144px;
  }
}

.substitute-all ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.substitute-all ul li {
  background: url(../images/substitute-icon-1.png) no-repeat right center;
  padding: 0 2.8% 0 0;
}

.substitute-all ul li:last-child {
  padding: 0;
  background: none;
}

@media (max-width: 1200px) {
  .substitute-all ul li:last-child {
    padding: 0 0 0 20px;
  }
}

@media (max-width: 568px) {
  .substitute-all ul li:last-child {
    padding: 0;
  }
}

.substitute-all ul li .sub-list {
  position: relative;
  width: 160px;
  height: 160px;
  border: 1px solid #FFE08E;
  border-radius: 100px;
  text-align: center;
  padding: 4px;
}

.substitute-all ul li .sub-list b {
  position: absolute;
  font-family: 'Times New Roman', Times, serif;
  font-weight: normal;
  background: #FADE97;
  color: #333;
  border-radius: 100px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  bottom: -21px;
  left: 50%;
  margin: 0 0 0 -21px;
  text-align: center;
  font-size: 1.25em;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 800px) {
  .substitute-all ul li .sub-list b {
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin: 0 0 0 -19px;
    font-size: 1.1em;
  }
}

@media (max-width: 460px) {
  .substitute-all ul li .sub-list b {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 0.9em;
  }
}

.substitute-all ul li .sub-list span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 100px;
  -webkit-transition: .3s;
  transition: .3s;
}

.substitute-all ul li .sub-list span p {
  display: block;
  width: 100%;
  font-size: 1.25em;
}

@media (max-width: 1450px) {
  .substitute-all ul li .sub-list span p {
    font-size: 1.1em;
  }
}

@media (max-width: 800px) {
  .substitute-all ul li .sub-list span p {
    font-size: 1em;
  }
}

@media (max-width: 460px) {
  .substitute-all ul li .sub-list span p {
    font-size: 0.8em;
  }
}

@media (max-width: 350px) {
  .substitute-all ul li .sub-list span p {
    font-size: 1em;
  }
}

.substitute-all ul li .sub-list span img {
  margin: 0 0 10px 0;
}

@media (max-width: 800px) {
  .substitute-all ul li .sub-list span img {
    margin: 0 0 8px 0;
    width: 53px;
    height: auto;
  }
}

@media (max-width: 568px) {
  .substitute-all ul li .sub-list span img {
    width: 40px;
  }
}

@media (max-width: 460px) {
  .substitute-all ul li .sub-list span img {
    width: 30px;
    margin: 3px 0 0 0;
  }
}

@media (max-width: 350px) {
  .substitute-all ul li .sub-list span img {
    width: 45px;
  }
}

@media (max-width: 1450px) {
  .substitute-all ul li .sub-list {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 1200px) {
  .substitute-all ul li .sub-list {
    margin: 0 0 50px 0;
  }
}

@media (max-width: 800px) {
  .substitute-all ul li .sub-list {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 568px) {
  .substitute-all ul li .sub-list {
    width: 105px;
    height: 105px;
    margin: 0 0 30px 0;
  }
}

@media (max-width: 460px) {
  .substitute-all ul li .sub-list {
    width: 80px;
    height: 80px;
    margin: 0 0 30px 0;
  }
}

@media (max-width: 350px) {
  .substitute-all ul li .sub-list {
    width: 110px;
    height: 110px;
  }
}

.substitute-all ul li:hover span {
  background: rgba(255, 224, 142, 0.6);
}

.substitute-all ul li:hover b {
  color: #fff;
  background: #E8BA41;
}

@media (max-width: 1200px) {
  .substitute-all ul li {
    background: url(../images/substitute-icon-1.png) no-repeat right 70px;
    padding: 0 40px 0 20px;
  }
}

@media (max-width: 800px) {
  .substitute-all ul li {
    background: url(../images/substitute-icon-1.png) no-repeat right 60px;
  }
}

@media (max-width: 568px) {
  .substitute-all ul li {
    background: url(../images/substitute-icon-1.png) no-repeat right 50px;
    background-size: 17px;
    padding: 0 25px 0 0;
    margin: 0 0 10px 10px;
  }
}

@media (max-width: 460px) {
  .substitute-all ul li {
    background: url(../images/substitute-icon-1.png) no-repeat right 40px;
    background-size: 15px;
    padding: 0 20px 0 0;
    margin: 0 0 5px 10px;
  }
}

@media (max-width: 350px) {
  .substitute-all ul li {
    background: url(../images/substitute-icon-1.png) no-repeat right 50px;
    background-size: 15px;
    padding: 0 20px 0 0;
    margin: 0 0 5px 10px;
  }
}

@media (max-width: 1200px) {
  .substitute-all ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 568px) {
  .substitute-all ul {
    width: 430px;
    margin: 0 auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 460px) {
  .substitute-all ul {
    width: 345px;
  }
}

@media (max-width: 1450px) {
  .substitute-all {
    background-size: 25%;
  }
}

@media (max-width: 1000px) {
  .substitute-all {
    background-size: 35%;
    padding: 90px 0 50px 0;
  }
}

@media (max-width: 460px) {
  .substitute-all {
    padding: 90px 0 90px 0;
  }
}

.haccp-img {
  width: 100%;
  background: url(../images/substitute-bg-2.png) no-repeat left top;
  background-size: 98%;
  margin: 150px 0 0 0;
  padding: 120px 0 120px 0;
  overflow: hidden;
}

.haccp-img .haccp-img-content {
  float: right;
  width: 72%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.haccp-img .haccp-img-content span {
  font-size: 1.15em;
  padding: 50px 0 50px 160px;
  margin: 0 30px 0 0;
  background: url(../images/substitute-img-8.png) no-repeat left center;
}

.haccp-img .haccp-img-content span b {
  display: block;
  font-weight: normal;
  font-size: 1.4em;
  letter-spacing: 2px;
  margin: 8px 0 0 0;
}

@media (max-width: 1450px) {
  .haccp-img .haccp-img-content span {
    margin: 0 0 0 80px;
    padding: 40px 0 45px 160px;
  }
}

@media (max-width: 1200px) {
  .haccp-img .haccp-img-content span {
    display: block;
    width: 440px;
    margin: 0 auto 10px auto;
  }
}

@media (max-width: 750px) {
  .haccp-img .haccp-img-content span {
    background-size: 130px;
    padding: 30px 0 30px 140px;
    margin: 0 auto;
  }
}

@media (max-width: 568px) {
  .haccp-img .haccp-img-content span {
    width: 90%;
    font-size: 1em;
  }
}

@media (max-width: 460px) {
  .haccp-img .haccp-img-content span {
    background: url(../images/substitute-img-8.png) no-repeat center top;
    padding: 160px 0 30px 0;
    text-align: center;
  }
}

@media (max-width: 1450px) {
  .haccp-img .haccp-img-content img.si9-img {
    display: block;
    width: 530px;
    margin: 0 auto;
  }
}

@media (max-width: 750px) {
  .haccp-img .haccp-img-content img.si9-img {
    width: 440px;
  }
}

@media (max-width: 568px) {
  .haccp-img .haccp-img-content img.si9-img {
    width: 85%;
  }
}

@media (max-width: 1450px) {
  .haccp-img .haccp-img-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 1200px) {
  .haccp-img .haccp-img-content {
    float: inherit;
    display: block;
    width: 100%;
  }
}

@media (max-width: 1450px) {
  .haccp-img {
    padding: 20px 0 20px 0;
  }
}

@media (max-width: 1200px) {
  .haccp-img {
    padding: 0;
    margin: 80px 0 0 0;
    background: url(../images/substitute-bg-3.png) no-repeat left top;
    background-size: contain;
    padding: 50px 0 70px 0;
  }
}

@media (max-width: 1000px) {
  .haccp-img {
    margin: 60px 0 0 0;
    padding: 0 0 50px 0;
  }
}

@media (max-width: 750px) {
  .haccp-img {
    background: url(../images/substitute-bg-3.png) no-repeat left 15px;
    background-size: contain;
  }
}

@media (max-width: 460px) {
  .haccp-img {
    background: url(../images/substitute-bg-4.png) no-repeat center;
    background-size: contain;
    margin: 80px 0 0 0;
  }
}

.cooperation-all h2 {
  background: url(../images/title-2.png) no-repeat center;
}

@media (max-width: 800px) {
  .cooperation-all h2 {
    background-size: 154px;
  }
}

@media (max-width: 750px) {
  .cooperation-all h2 {
    background-size: 144px;
  }
}

.cooperation-all h3 {
  font-size: 2em;
  color: #A37601;
  font-weight: normal;
}

@media (max-width: 1000px) {
  .cooperation-all h3 {
    font-size: 1.75em;
  }
}

@media (max-width: 460px) {
  .cooperation-all h3 {
    font-size: 1.5em;
    padding: 20px 0 10px 0;
  }
}

.cooperation-all ul li {
  display: inline-block;
  vertical-align: top;
  width: 49.5%;
}

.cooperation-all ul li:nth-child(odd) {
  padding: 0 30px 70px 0;
}

@media (max-width: 1200px) {
  .cooperation-all ul li:nth-child(odd) {
    padding: 0 0 70px 0;
  }
}

.cooperation-all ul li:nth-child(even) {
  padding: 0 0 70px 30px;
}

@media (max-width: 1200px) {
  .cooperation-all ul li:nth-child(even) {
    padding: 0 0 70px 0;
  }
}

.cooperation-all ul li .cooper-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.15em;
  line-height: 32px;
  padding: 60px 0 0 0;
}

@media (max-width: 800px) {
  .cooperation-all ul li .cooper-info img {
    width: 42%;
  }
}

@media (max-width: 460px) {
  .cooperation-all ul li .cooper-info img {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
}

@media (max-width: 568px) {
  .cooperation-all ul li .cooper-info {
    font-size: 1.1em;
  }
}

@media (max-width: 460px) {
  .cooperation-all ul li .cooper-info {
    display: block;
  }
}

.cooperation-all ul li .cooper-introduce {
  padding: 0 0 0 30px;
  width: 55%;
}

.cooperation-all ul li .cooper-introduce a {
  display: inline-block;
  font-weight: 300;
  color: #fff;
  font-size: 1.1em;
  letter-spacing: 2px;
  border-radius: 5px;
}

@media (max-width: 1450px) {
  .cooperation-all ul li .cooper-introduce a {
    letter-spacing: 0;
    font-size: 1em;
    line-height: 26px;
  }
}

.cooperation-all ul li .cooper-introduce a.cust-btn-a {
  padding: 10px 20px 10px 78px;
  background: #F2B90A url(../images/cooperation-icon-2.png) no-repeat 20px center;
}

.cooperation-all ul li .cooper-introduce a.cust-btn-a:hover {
  background: #C49401 url(../images/cooperation-icon-2.png) no-repeat 20px center;
}

@media (max-width: 460px) {
  .cooperation-all ul li .cooper-introduce a.cust-btn-a {
    display: block;
    width: 100%;
  }
}

.cooperation-all ul li .cooper-introduce a.cust-btn-b {
  padding: 10px 20px 10px 74px;
  background: #F2B90A url(../images/cooperation-icon-3.png) no-repeat 20px center;
}

.cooperation-all ul li .cooper-introduce a.cust-btn-b:hover {
  background: #C49401 url(../images/cooperation-icon-3.png) no-repeat 20px center;
}

@media (max-width: 460px) {
  .cooperation-all ul li .cooper-introduce a.cust-btn-b {
    display: block;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .cooperation-all ul li .cooper-introduce {
    padding: 0;
    width: 60%;
  }
}

@media (max-width: 1000px) {
  .cooperation-all ul li .cooper-introduce {
    width: 50%;
  }
}

@media (max-width: 460px) {
  .cooperation-all ul li .cooper-introduce {
    width: 90%;
    margin: 0 auto;
  }
}

.cooperation-all ul li .cooper-cust {
  font-size: 0.95em;
}

.cooperation-all ul li .cooper-cust span {
  display: block;
  margin: 0 0 10px 0;
}

.cooperation-all ul li b {
  font-size: 1.125em;
  display: block;
  font-weight: normal;
  color: #4F2118;
  font-size: 1.1em;
}

.cooperation-all ul li i {
  display: block;
  font-style: normal;
  color: #1A5581;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cooperation-all ul li .cooper-info-bg-a {
  background: url(../images/cooperation-bg-4.png) no-repeat center top;
}

.cooperation-all ul li .cooper-info-bg-b {
  background: url(../images/cooperation-bg-5.png) no-repeat center top;
}

.cooperation-all ul li .cooper-info-bg-c {
  background: url(../images/cooperation-bg-6.png) no-repeat center top;
}

@media (max-width: 460px) {
  .cooperation-all ul li .cooper-info-bg-c {
    background: url(../images/cooperation-bg-6.png) no-repeat center -15px;
  }
}

.cooperation-all ul li .cooper-info-bg-d {
  background: url(../images/cooperation-bg-7.png) no-repeat center top;
}

@media (max-width: 460px) {
  .cooperation-all ul li .cooper-info-bg-d {
    background: url(../images/cooperation-bg-7.png) no-repeat center -30px;
  }
}

@media (max-width: 1200px) {
  .cooperation-all ul li {
    display: block;
    width: 100%;
  }
}

.cooper-slogan {
  font-size: 1.15em;
  text-align: center;
}

.cooper-slogan h1 {
  display: block;
  font-style: normal;
  font-size: 1.4em;
  font-weight: normal;
  color: #A37601;
  line-height: 40px;
  margin: 0 0 10px 0;
}

@media (max-width: 750px) {
  .cooper-slogan h1 {
    font-size: 1.2em;
    line-height: 36px;
  }
}

@media (max-width: 568px) {
  .cooper-slogan h1 {
    font-size: 1.1em;
    line-height: 28px;
    margin: 0 0 20px 0;
  }
}

@media (max-width: 460px) {
  .cooper-slogan h1 {
    line-height: 30px;
  }
}

.cooper-slogan p {
  display: block;
  letter-spacing: 2px;
}

@media (max-width: 568px) {
  .cooper-slogan p {
    line-height: 28px;
  }
}

@media (max-width: 460px) {
  .cooper-slogan {
    text-align: left;
    padding: 0 15px;
  }
}

.cooper-type {
  margin: 60px 0 100px 0;
  text-align: center;
}

.cooper-type img {
  margin: 0 35px;
}

@media (max-width: 1200px) {
  .cooper-type img {
    margin: 0 20px;
    height: 60px;
    width: auto;
  }
}

@media (max-width: 1000px) {
  .cooper-type img {
    height: 50px;
  }
}

@media (max-width: 750px) {
  .cooper-type img {
    height: 60px;
    margin: 0 20px 20px 20px;
  }
}

@media (max-width: 460px) {
  .cooper-type img {
    height: 50px;
  }
}

@media (max-width: 750px) {
  .cooper-type {
    margin: 60px 0 60px 0;
  }
}

.cooper-way {
  width: 800px;
  margin: 30px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4em;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100px;
  letter-spacing: 1px;
}

.cooper-way span {
  background: #C90505;
  color: #fff;
  border-radius: 100px;
  padding: 15px 30px 15px 30px;
}

@media (max-width: 750px) {
  .cooper-way span {
    display: block;
    width: 45%;
    margin: 0 auto;
    padding: 13px 10px 13px 10px;
    text-align: center;
  }
}

@media (max-width: 460px) {
  .cooper-way span {
    width: 60%;
  }
}

.cooper-way p {
  padding: 15px 0 15px 60px;
  margin: 0;
  background: url(../images/cooperation-icon-1.png) no-repeat left center;
}

@media (max-width: 750px) {
  .cooper-way p {
    background: none;
    text-align: center;
    padding: 15px 30px;
  }
}

@media (max-width: 1000px) {
  .cooper-way {
    width: 95%;
    font-size: 1.1em;
  }
}

@media (max-width: 750px) {
  .cooper-way {
    display: block;
  }
}

@media (max-width: 460px) {
  .cooper-way {
    border-radius: 10px;
    margin: 0 auto;
  }
}

.cooper-bg-a {
  position: relative;
}

.cooper-bg-a img.cbga-img-a {
  width: 100%;
  height: auto;
}

.cooper-bg-a img.cbga-img-b {
  position: absolute;
  top: -100px;
  left: -20px;
}

@media (max-width: 1600px) {
  .cooper-bg-a img.cbga-img-b {
    width: 20%;
    top: -80px;
  }
}

@media (max-width: 1200px) {
  .cooper-bg-a img.cbga-img-b {
    width: 25%;
  }
}

@media (max-width: 1000px) {
  .cooper-bg-a img.cbga-img-b {
    top: -60px;
  }
}

@media (max-width: 568px) {
  .cooper-bg-a img.cbga-img-b {
    width: 30%;
    top: -40px;
  }
}

.cooper-bg-b {
  background: url(../images/cooperation-bg-3.jpg);
  padding: 0 0 80px 0;
}

@media (min-width: 1920px) {
  .cooper-bg-b {
    background-size: cover;
  }
}

@media (max-width: 1000px) {
  .cooper-bg-b {
    padding: 50px 0 80px 0;
  }
}

.cooper-bg-c {
  background: #FDF9ED;
}

.cooper-bg-c img {
  width: 100%;
  height: auto;
}

.customized-all {
  padding: 130px 0 60px 0;
  background: #FDF9ED;
}

.customized-all h2 {
  background: url(../images/title-3.png) no-repeat center;
}

@media (max-width: 800px) {
  .customized-all h2 {
    background-size: 352px;
  }
}

@media (max-width: 750px) {
  .customized-all h2 {
    background-size: 322px;
  }
}

@media (max-width: 460px) {
  .customized-all h2 {
    background-size: 300px;
  }
}

@media (max-width: 568px) {
  .customized-all {
    padding: 90px 0 60px 0;
  }
}

.customized-slogan {
  font-size: 1.25em;
  text-align: center;
}

.customized-slogan i {
  display: block;
  font-style: normal;
  margin: 0 0 10px 0;
}

.customized-slogan p {
  display: block;
  color: #A37601;
}

@media (max-width: 1200px) {
  .customized-slogan {
    width: 95%;
    margin: 0 auto;
  }
}

@media (max-width: 750px) {
  .customized-slogan {
    font-size: 1.15em;
  }
}

@media (max-width: 460px) {
  .customized-slogan {
    width: 90%;
    text-align: left;
  }
}

.about-all {
  background: #ffffff;
  padding: 0 0 100px 0;
}

.about-all h2 {
  margin: 40px 0 90px 0;
  background: url(../images/title-4.png) no-repeat center;
}

@media (max-width: 800px) {
  .about-all h2 {
    background-size: 154px;
    margin: 40px 0 70px 0;
  }
}

@media (max-width: 750px) {
  .about-all h2 {
    background-size: 144px;
  }
}

@media (max-width: 460px) {
  .about-all h2 {
    margin: 40px 0 50px 0;
  }
}

.cust-bg-a {
  position: relative;
  background: #ffffff;
}

.cust-bg-a img.cbga-img-c {
  width: 100%;
  height: auto;
}

.cust-bg-a img.cbga-img-d {
  position: absolute;
  top: -20px;
  right: -80px;
}

@media (max-width: 1600px) {
  .cust-bg-a img.cbga-img-d {
    width: 20%;
  }
}

@media (max-width: 1200px) {
  .cust-bg-a img.cbga-img-d {
    width: 25%;
  }
}

@media (max-width: 1000px) {
  .cust-bg-a img.cbga-img-d {
    width: 30%;
  }
}

@media (max-width: 568px) {
  .cust-bg-a img.cbga-img-d {
    width: 38%;
  }
}

@media (max-width: 460px) {
  .cust-bg-a img.cbga-img-d {
    width: 43%;
  }
}

img.about-img-a {
  border-radius: 15px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1000px) {
  img.about-img-a {
    width: 100%;
  }
}

@media (max-width: 460px) {
  img.about-img-a {
    border-radius: 5px;
  }
}

.about-info {
  position: relative;
}

.about-info img.about-img-b {
  position: absolute;
  top: -120px;
  left: 20px;
}

@media (max-width: 1000px) {
  .about-info img.about-img-b {
    width: 140px;
  }
}

@media (max-width: 750px) {
  .about-info img.about-img-b {
    display: none;
  }
}

.about-text {
  float: right;
  width: 72%;
  font-size: 1.2em;
  line-height: 36px;
  margin: 50px 0 0 0;
  padding: 0 10px 0 0;
}

@media (max-width: 750px) {
  .about-text {
    float: inherit;
    width: 100%;
    font-size: 1.1em;
    margin: 30px 0 0 0;
    padding: 0 10px 0 10px;
  }
}

.contact-all h2 {
  background: url(../images/title-5.png) no-repeat center;
}

@media (max-width: 800px) {
  .contact-all h2 {
    background-size: 154px;
  }
}

@media (max-width: 750px) {
  .contact-all h2 {
    background-size: 144px;
  }
}

.contact-bg-a {
  position: relative;
}

.contact-bg-a img.cbga-img-e {
  width: 100%;
  height: auto;
}

.contact-bg-a img.cbga-img-f {
  position: absolute;
  top: -130px;
  left: -10px;
}

@media (max-width: 1600px) {
  .contact-bg-a img.cbga-img-f {
    width: 18%;
  }
}

@media (max-width: 1200px) {
  .contact-bg-a img.cbga-img-f {
    width: 22%;
    top: -30px;
  }
}

@media (max-width: 1000px) {
  .contact-bg-a img.cbga-img-f {
    top: -60px;
  }
}

@media (max-width: 568px) {
  .contact-bg-a img.cbga-img-f {
    width: 30%;
  }
}

.contact-bg-b {
  background: #FDF6E2;
  padding: 30px 0 0 0;
}

.contact-form {
  font-size: 1.1em;
  padding: 0 0 100px 0;
}

.contact-form label {
  width: 100%;
  margin: 0 0 20px 0;
}

.contact-form input.text-input {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #F2B90A;
  background: none;
  padding: 0 10px 10px 10px;
}

.contact-form textarea {
  width: 100%;
  margin: 15px 0 0 0;
  border: 2px solid #F2B90A;
  padding: 15px;
  height: 180px;
}

.contact-form .check span {
  display: block;
  margin: 10px 0 10px 0;
  font-size: 1.1em;
}

.contact-form .check input {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}

.contact-form .check label {
  display: inline-block;
  width: 49%;
  padding: 0 0 0 5px;
  margin: 0 0 10px 0;
}

.contact-form b {
  font-weight: normal;
  color: #FC0000;
}

.contact-form .verify input {
  border: 1px solid #D8C16A;
  width: 175px;
  padding: 3px 8px;
  border-radius: 4px;
  margin: 0 10px 0 0;
}

@media (max-width: 460px) {
  .contact-form .verify span {
    display: block;
    margin: 0 0 5px 0;
  }
}

.contact-form button {
  width: 100%;
  font-size: 1.25em;
  background: none;
  border: 2px solid #F2B90A;
  color: #F2B90A;
  text-align: center;
  letter-spacing: 10px;
  padding: 10px 0 8px 0;
  border-radius: 100px;
  margin: 30px 0 0 0;
  outline: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.contact-form button:hover {
  background: #F2B90A;
  color: #fff;
}

@media (max-width: 460px) {
  .contact-form {
    padding: 0 10px 100px 10px;
  }
}

.contact-form ::-webkit-input-placeholder {
  color: #555;
  font-size: 1em;
}

.contact-form :-ms-input-placeholder {
  color: #555;
  font-size: 1em;
}

.contact-form ::-ms-input-placeholder {
  color: #555;
  font-size: 1em;
}

.contact-form ::placeholder {
  color: #555;
  font-size: 1em;
}

footer {
  background: #339121;
  color: #fff;
}

footer .foot .foot-info-content {
  border-bottom: 1px solid #2F7B1C;
}

footer .foot .foot-info-content .foot-info-content-wd {
  width: 1450px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1450px) {
  footer .foot .foot-info-content .foot-info-content-wd {
    width: 1200px;
  }
}

@media (max-width: 1200px) {
  footer .foot .foot-info-content .foot-info-content-wd {
    width: 1000px;
  }
}

@media (max-width: 1000px) {
  footer .foot .foot-info-content .foot-info-content-wd {
    width: 95%;
  }
}

footer .foot .foot-info-content .foot-company-info {
  width: 90%;
  border-left: 1px solid #2F7B1C;
  border-right: 1px solid #2F7B1C;
  padding: 15px 0 15px 45px;
  font-size: 1.05em;
  font-family: "微軟正黑體";
  font-weight: 300;
}

footer .foot .foot-info-content .foot-company-info img.fci-img {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 460px) {
  footer .foot .foot-info-content .foot-company-info img.fci-img {
    width: 200px;
  }
}

footer .foot .foot-info-content .foot-company-info a.foot-fb-mob {
  display: none;
}

@media (max-width: 1450px) {
  footer .foot .foot-info-content .foot-company-info a.foot-fb-mob {
    display: inline-block;
    vertical-align: middle;
    margin: 3px 0 0 20px;
  }
}

footer .foot .foot-info-content .foot-company-info br.foot-br-mob {
  display: none;
}

@media (max-width: 1450px) {
  footer .foot .foot-info-content .foot-company-info br.foot-br-mob {
    display: inline-block;
  }
}

footer .foot .foot-info-content .foot-company-info span {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 800px) {
  footer .foot .foot-info-content .foot-company-info span {
    display: block;
  }
}

footer .foot .foot-info-content .foot-company-info .foot-tel {
  padding: 0 0 0 20px;
  margin: 10px 40px 0 40px;
  background: url(../images/foot-tel-icon.png) no-repeat left 4px;
}

@media (max-width: 1450px) {
  footer .foot .foot-info-content .foot-company-info .foot-tel {
    margin: 18px 40px 0 0;
  }
}

@media (max-width: 1000px) {
  footer .foot .foot-info-content .foot-company-info .foot-tel {
    margin: 18px 20px 0 0;
  }
}

@media (max-width: 800px) {
  footer .foot .foot-info-content .foot-company-info .foot-tel {
    padding: 0 0 0 30px;
  }
}

footer .foot .foot-info-content .foot-company-info .foot-fax {
  padding: 0 0 0 30px;
  margin: 10px 40px 0 0;
  background: url(../images/foot-fax-icon.png) no-repeat left center;
}

@media (max-width: 1450px) {
  footer .foot .foot-info-content .foot-company-info .foot-fax {
    margin: 18px 40px 0 0;
  }
}

@media (max-width: 1000px) {
  footer .foot .foot-info-content .foot-company-info .foot-fax {
    margin: 18px 20px 0 0;
  }
}

@media (max-width: 568px) {
  footer .foot .foot-info-content .foot-company-info .foot-fax {
    margin: 13px 20px 0 0;
  }
}

footer .foot .foot-info-content .foot-company-info .foot-mail {
  padding: 0 0 0 30px;
  margin: 10px 40px 0 0;
  background: url(../images/foot-mail-icon.png) no-repeat left center;
}

@media (max-width: 1450px) {
  footer .foot .foot-info-content .foot-company-info .foot-mail {
    margin: 18px 40px 0 0;
  }
}

@media (max-width: 1000px) {
  footer .foot .foot-info-content .foot-company-info .foot-mail {
    margin: 18px 0 0 0;
  }
}

@media (max-width: 568px) {
  footer .foot .foot-info-content .foot-company-info .foot-mail {
    margin: 13px 0 0 0;
  }
}

@media (max-width: 1450px) {
  footer .foot .foot-info-content .foot-company-info {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  footer .foot .foot-info-content .foot-company-info {
    width: 95%;
    border-left: 0;
    border-right: 0;
    padding: 15px;
  }
}

footer .foot .foot-info-content .foot-fb {
  width: 10%;
  border-right: 1px solid #2F7B1C;
  text-align: center;
  padding: 15px 0 0 0;
}

@media (max-width: 1450px) {
  footer .foot .foot-info-content .foot-fb {
    display: none;
  }
}

footer .foot .foot-product-link {
  width: 1450px;
  margin: 0 auto;
  padding: 40px 45px 40px 45px;
}

footer .foot .foot-product-link .fpl-title span {
  background: #D9BC47;
  color: #fff;
  padding: 8px 20px;
  border-radius: 100px;
  font-weight: 300;
}

footer .foot .foot-product-link .fpl-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 0 13px;
}

footer .foot .foot-product-link .fpl-list section {
  margin: 20px 0 0 0;
}

footer .foot .foot-product-link .fpl-list section:nth-child(1) {
  width: 18%;
}

@media (max-width: 1450px) {
  footer .foot .foot-product-link .fpl-list section:nth-child(1) {
    width: 33%;
  }
}

@media (max-width: 800px) {
  footer .foot .foot-product-link .fpl-list section:nth-child(1) {
    width: 48%;
  }
}

@media (max-width: 460px) {
  footer .foot .foot-product-link .fpl-list section:nth-child(1) {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  footer .foot .foot-product-link .fpl-list section:nth-child(3) {
    padding: 0 0 0 50px;
  }
}

@media (max-width: 800px) {
  footer .foot .foot-product-link .fpl-list section:nth-child(3) {
    padding: 0;
  }
}

footer .foot .foot-product-link .fpl-list section h4 {
  font-size: 1.1em;
  font-weight: normal;
}

footer .foot .foot-product-link .fpl-list section span {
  display: block;
}

footer .foot .foot-product-link .fpl-list section span a {
  display: block;
  color: #fff;
  font-family: "微軟正黑體";
  font-weight: 300;
}

footer .foot .foot-product-link .fpl-list section span a:hover {
  text-decoration: underline;
}

@media (max-width: 1450px) {
  footer .foot .foot-product-link .fpl-list section {
    width: 33%;
    margin: 20px 0 20px 0;
  }
}

@media (max-width: 1000px) {
  footer .foot .foot-product-link .fpl-list section {
    padding: 0 15px 0 0;
  }
}

@media (max-width: 800px) {
  footer .foot .foot-product-link .fpl-list section {
    width: 48%;
  }
}

@media (max-width: 460px) {
  footer .foot .foot-product-link .fpl-list section {
    width: 100%;
    padding: 0;
  }
}

footer .foot .foot-product-link .fpl-list section.foot-plist-two span {
  display: inline-block;
  vertical-align: top;
  width: 47%;
}

footer .foot .foot-product-link .fpl-list section.foot-plist-two span:nth-child(3) {
  padding: 0 0 0 15px;
}

@media (max-width: 1450px) {
  footer .foot .foot-product-link .fpl-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 1450px) {
  footer .foot .foot-product-link {
    width: 1200px;
  }
}

@media (max-width: 1200px) {
  footer .foot .foot-product-link {
    width: 1000px;
  }
}

@media (max-width: 1000px) {
  footer .foot .foot-product-link {
    width: 95%;
  }
}

@media (max-width: 800px) {
  footer .foot .foot-product-link {
    padding: 40px 15px 40px 15px;
  }
}

footer .copyright {
  background: #197515;
  text-align: center;
  font-size: 0.9em;
  padding: 16px 20px 15px 20px;
  font-family: "微軟正黑體";
  font-weight: 300;
}

.cust-modal-bg {
  background: url(../images/cust-modal-bg.png) center;
  background-size: cover;
  border: none;
  border-radius: 15px;
}

.cust-modal-bg .modal-header {
  border-bottom: none;
}

.cust-modal-bg .modal-header .close {
  opacity: 1;
  padding: 2rem 2rem 0 0;
}

@media (max-width: 750px) {
  .cust-modal-bg .modal-header .close img {
    width: 30px;
    height: auto;
  }
}

@media (max-width: 750px) {
  .cust-modal-bg .modal-header .close {
    padding: 1.5rem 1.5rem 0 0;
  }
}

.cust-modal-bg .modal-body {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 60px 0;
  line-height: 36px;
}

.cust-modal-bg .modal-body h5 {
  text-align: center;
  font-size: 1.65em;
  font-weight: 400;
  margin: 0 0 60px 0;
  letter-spacing: 2px;
}

.cust-modal-bg .modal-body h5 b {
  font-size: 1.25em;
  font-weight: 400;
  color: #A37601;
  padding: 0 3px 0 50px;
  background: url(../images/cust-modal-icon-a.png) no-repeat left center;
}

.cust-modal-bg .modal-body h5 b.cust-modal-titlebg-a {
  background: url(../images/cust-modal-icon-a.png) no-repeat left center;
}

.cust-modal-bg .modal-body h5 b.cust-modal-titlebg-b {
  background: url(../images/cust-modal-icon-b.png) no-repeat left center;
}

@media (max-width: 750px) {
  .cust-modal-bg .modal-body h5 {
    margin: 40px 0 40px 0;
    font-size: 1.5em;
  }
}

.cust-modal-bg .modal-body h6 {
  display: inline-block;
  font-size: 1.25em;
  background: #E5AB15;
  color: #fff;
  border-radius: 100px;
  font-weight: 300;
  padding: 10px 25px;
  margin: 0 0 30px 0;
}

@media (max-width: 750px) {
  .cust-modal-bg .modal-body h6 {
    margin: 0 15px 30px 15px;
  }
}

.cust-modal-bg .modal-body .cust-modal-content {
  margin: 0 0 70px 0;
  padding: 0 0 0 20px;
  font-size: 1.2em;
}

.cust-modal-bg .modal-body .cust-modal-content .cust-modal-table ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 3px 0;
  line-height: 30px;
}

.cust-modal-bg .modal-body .cust-modal-content .cust-modal-table ul li span {
  background: rgba(255, 255, 255, 0.8);
  padding: 13px 15px;
}

@media (max-width: 750px) {
  .cust-modal-bg .modal-body .cust-modal-content .cust-modal-table ul li span {
    background: none;
    padding: 0;
  }
}

.cust-modal-bg .modal-body .cust-modal-content .cust-modal-table ul li span.series {
  width: 18%;
  margin: 0 0.3% 0 0;
}

@media (max-width: 1000px) {
  .cust-modal-bg .modal-body .cust-modal-content .cust-modal-table ul li span.series {
    margin: 0 0.4% 0 0;
  }
}

@media (max-width: 750px) {
  .cust-modal-bg .modal-body .cust-modal-content .cust-modal-table ul li span.series {
    display: none;
  }
}

.cust-modal-bg .modal-body .cust-modal-content .cust-modal-table ul li span.detail {
  width: 80%;
}

@media (max-width: 750px) {
  .cust-modal-bg .modal-body .cust-modal-content .cust-modal-table ul li span.detail {
    display: block;
    width: 100%;
  }
}

.cust-modal-bg .modal-body .cust-modal-content .cust-modal-table ul li p {
  width: 98.3%;
  margin: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 13px 15px;
}

@media (max-width: 750px) {
  .cust-modal-bg .modal-body .cust-modal-content .cust-modal-table ul li p {
    background: none;
    padding: 0;
  }
}

.cust-modal-bg .modal-body .cust-modal-content .cust-modal-table ul li:nth-child(2) span {
  background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 750px) {
  .cust-modal-bg .modal-body .cust-modal-content .cust-modal-table ul li:nth-child(2) span {
    background: none;
  }
}

@media (max-width: 750px) {
  .cust-modal-bg .modal-body .cust-modal-content .cust-modal-table ul li:nth-child(2) {
    background: rgba(255, 255, 255, 0.3);
  }
}

@media (max-width: 750px) {
  .cust-modal-bg .modal-body .cust-modal-content .cust-modal-table ul li span.rice-detail-a::before {
    content: '白米系列：';
    color: #1A5581;
  }
}

@media (max-width: 750px) {
  .cust-modal-bg .modal-body .cust-modal-content .cust-modal-table ul li span.rice-detail-b::before {
    content: '黑米、糙米系列：';
    color: #1A5581;
  }
}

@media (max-width: 750px) {
  .cust-modal-bg .modal-body .cust-modal-content .cust-modal-table ul li span.sugar-detail-a::before {
    content: '海燕窩系列(珊瑚草添加)：';
    color: #1A5581;
  }
}

@media (max-width: 750px) {
  .cust-modal-bg .modal-body .cust-modal-content .cust-modal-table ul li span.sugar-detail-b::before {
    content: '養生茶飲系列：';
    color: #1A5581;
  }
}

@media (max-width: 750px) {
  .cust-modal-bg .modal-body .cust-modal-content .cust-modal-table ul li {
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
  }
}

@media (max-width: 750px) {
  .cust-modal-bg .modal-body .cust-modal-content {
    padding: 0 20px;
    font-size: 1.1em;
  }
}

@media (max-width: 1200px) {
  .cust-modal-bg .modal-body {
    width: 95%;
  }
}

.cust-modal-bg .modal-header .close {
  outline: none;
}

.inside-banner {
  position: relative;
}

.inside-banner img.inside-banner {
  width: 100%;
  height: auto;
}

@media (max-width: 1200px) {
  .inside-banner img.inside-banner {
    display: none;
  }
}

.inside-banner img.inside-title {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -80px 0 0 -105px;
  z-index: 10;
}

@media (max-width: 1000px) {
  .inside-banner img.inside-title {
    margin: -70px 0 0 -105px;
    width: 190px;
    height: auto;
  }
}

@media (max-width: 568px) {
  .inside-banner img.inside-title {
    width: 170px;
    margin: -50px 0 0 -85px;
  }
}

@media (max-width: 1200px) {
  .inside-banner {
    height: 400px;
    background: url(../images/inside-banner.png) no-repeat center;
  }
}

@media (max-width: 1000px) {
  .inside-banner {
    height: 300px;
  }
}

.inside-series {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  margin: 95px auto 80px auto;
  font-size: 1.3em;
  background: #F2F0F0;
  border-bottom: 1px solid #E5AB15;
}

.inside-series a {
  width: 50%;
  color: #222;
  text-align: center;
  padding: 15px 0;
  margin: 0 0 0 1px;
}

.inside-series a:hover {
  background: #E5AB15;
  color: #fff;
}

.inside-series a.act {
  background: #E5AB15;
  color: #fff;
}

@media (max-width: 1000px) {
  .inside-series {
    width: 300px;
    margin: 70px auto 60px auto;
    font-size: 1.2em;
  }
}

.inside-list {
  padding: 0 0 100px 0;
}

.inside-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.inside-list ul li {
  width: 20%;
  padding: 0 15px;
  margin: 0 0 40px 0;
}

.inside-list ul li a {
  display: block;
  border: 1px solid #DDDDDD;
}

.inside-list ul li a:hover {
  border: 1px solid #E5AB15;
}

.inside-list ul li a .il-img-out {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.inside-list ul li a .il-img-out .il-img-in {
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  position: relative;
}

.inside-list ul li a .il-img-out .il-img-in img {
  width: auto;
  height: 100%;
  position: absolute;
}

.inside-list ul li a .il-img-out .il-img-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  color: #fff;
  font-size: 1.1em;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.inside-list ul li a .il-img-out .il-img-mask b {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  top: 50%;
  margin: -7px 0 0 0;
  letter-spacing: 1px;
  font-family: "微軟正黑體";
  font-weight: 300;
}

.inside-list ul li a:hover .il-img-out .il-img-mask {
  display: block;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.inside-list ul li a .list-text {
  background: url(../images/inside-bg-a.png) no-repeat;
  background-size: cover;
  padding: 15px 15px 5px 15px;
}

.inside-list ul li a .list-text b {
  border-radius: 100px;
  font-weight: normal;
  padding: 3px 10px;
  background: #E5AB15;
  color: #fff;
  font-size: 0.9em;
  letter-spacing: 1px;
  font-family: "微軟正黑體";
  font-weight: 300;
}

.inside-list ul li a .list-text h3 {
  font-size: 1.1em;
  font-weight: normal;
  color: #222;
  padding: 10px 0 0 0;
  line-height: 26px;
  height: 65px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .inside-list ul li {
    width: 25%;
  }
}

@media (max-width: 1000px) {
  .inside-list ul li {
    width: 33%;
  }
}

@media (max-width: 750px) {
  .inside-list ul li {
    width: 50%;
  }
}

.inside-list-detail {
  margin: 95px 0 100px 0;
}

.inside-list-detail h1 {
  font-size: 1.5em;
  font-weight: normal;
  margin: 40px 0 0 0;
  padding: 0 15px 15px 15px;
  border-bottom: 1px solid #CCCCCC;
}

@media (max-width: 568px) {
  .inside-list-detail h1 {
    font-size: 1.25em;
  }
}

.inside-list-detail .ild-date {
  padding: 0 15px;
}

.inside-list-detail .ild-date .ild-series {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #222;
  padding: 3px 10px;
  margin: 0 10px 0 0;
}

.inside-list-detail .ild-date .ild-time {
  display: inline-block;
  vertical-align: top;
  background: #E5AB15;
  color: #fff;
  padding: 4px 13px;
  border-radius: 100px;
  font-family: "微軟正黑體";
  font-weight: 300;
}

.inside-list-detail .ild-content {
  padding: 40px 15px;
  font-size: 1.2em;
  line-height: 36px;
}

.inside-list-detail .ild-content img {
  max-width: 100%;
}

@media (max-width: 568px) {
  .inside-list-detail .ild-content {
    font-size: 1.1em;
  }
}

.inside-list-detail a.back {
  display: block;
  padding: 0 0 0 15px;
  margin: 50px 0 0 0;
}

.inside-list-detail a.back:hover {
  padding: 0;
}

@media (max-width: 1200px) {
  .modal-lg, .modal-xl {
    max-width: 95%;
  }
}

body.body-mob-menu {
  overflow-y: hidden;
}

#pagetop {
  position: fixed;
  bottom: 25px;
  right: 30px;
  z-index: 105;
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */