@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "微軟正黑體";
}

.story_row img {
  display: block;
  max-width: 100%;
}

.story_row .top-secs {
  background-image: url(../img/story_bg_top.png);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}

.story_row .bottom-secs {
  background-image: url(../img/story_bg_bottom.png);
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
.story_row  .bottom-secs {
    background-image: url(../img/story_bg_bottom-m.png);
  }
}

.story_row .banner {
  margin-bottom: 30px;
}

.story_row .from {
  padding-bottom: 60px;
}

.story_row .from_title {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 30px;
}

.story_row .from p {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 55px;
}

.story_row .from_content {
  max-width: 700px;
  margin: 0 auto;
}

.story_row .from_video {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}

.story_row .from_video iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .story_row .from {
    padding: 0 15px 40px;
  }
  .story_row .from_title {
    margin-bottom: 12px;
  }
  .story_row .from p {
    margin-bottom: 15px;
  }
}

.story_row .text {
 font-size: 18px;
    color: #3E444B;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .story_row .text {
    font-size: 16px;
  }
}

.story_row .farm {
  max-width: 1070px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 160px;
  position: relative;
}

.story_row .farm_text {
  width: 42%;
  padding-top: 190px;
}

.story_row .farm_text img {
  max-width: 400px;
  width: 100%;
  margin: 0 auto 30px;
}

.story_row .farm_text p {
  width: 100%;
}

.story_row .farm_pic {
  width: 90%;
  position: absolute;
  top: 0;
  left: 42%;
}

.story_row .farm-grid {
  max-width: 1400px;
  width: 100%;
  padding: 65px 15px;
  margin: 0 auto 175px;
}

.story_row .farm-grid .row {
  margin-left: -6px;
  margin-right: -6px;
}

.story_row .farm-grid .row > div {
  padding-left: 6px;
  padding-right: 6px;
}

.story_row .farm-grid_item {
  position: relative;
  width: 100%;
  padding-bottom: 96%;
}

.story_row .farm-grid_item > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .story_row .farm {
    padding: 0 15px 20px;
  }
  .story_row .farm_text {
    width: 100%;
    padding: 0;
  }
  .story_row .farm_text img {
    margin-bottom: 10px;
  }
  .story_row .farm_pic {
    position: static;
    width: 100%;
  }
  .story_row .farm-grid {
    padding: 0px 15px;
    margin-bottom: 25px;
  }
  .story_row .farm-grid .row {
    margin-left: -2px;
    margin-right: -2px;
  }
  .story_row .farm-grid .row > div {
    padding-left: 2px;
    padding-right: 2px;
  }
}

.story_row .nutrition {
  background: -webkit-gradient(linear, right top, left top, from(#1D90C7), color-stop(35%, #439FD3), color-stop(70%, transparent));
  background: linear-gradient(to left, #1D90C7 0%, #439FD3 35%, transparent 70%);
  position: relative;
}

.story_row .nutrition_inner {
  max-width: 1070px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}

.story_row .nutrition_text {
  width: 50%;
  padding: 0 50px;
  margin-left: auto;
  padding: 75px 0;
}

.story_row .nutrition_text img {
  max-width: 445px;
  width: 100%;
  margin: 0 auto 45px;
}

.story_row .nutrition_text p {
  color: #fff;
}

.story_row .nutrition_pic {
  position: absolute;
  width: 52%;
  top: 50%;
  left: -4%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .story_row .nutrition {
    padding: 17px 15px;
    background: -webkit-gradient(linear, right top, left top, from(#1D90C7), color-stop(40%, #439FD3), color-stop(95%, transparent));
    background: linear-gradient(to left, #1D90C7 0%, #439FD3 40%, transparent 95%);
  }
  .story_row .nutrition_title {
    width: 130px;
    margin: 0 auto 17px;
  }
  .story_row .nutrition_inner {
    padding: 0;
    width: 100%;
  }
  .story_row .nutrition_text {
    width: 52%;
  }
  .story_row .nutrition_pic {
    width: 56%;
    left: -10%;
    top: 20px;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 575px) {
  .story_row .nutrition_text {
    padding: 0;
  }
  .story_row .nutrition_pic {
    top: 20%;
  }
  .story_row .nutrition_title {
    margin-bottom: 40px;
  }
}

.story_row .map {
    max-width: 1070px;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 70px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.story_row .map_main {
  width: 90%;
  margin-left: auto;
}

.story_row .map_text {
  margin-top: -190px;
  width: 65%;
  background-color: #CB9C37;
  padding: 50px 30px;
}

.story_row .map_text img {
  width: 100%;
  margin-bottom: 45px;
}

.story_row .map_text p {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .story_row .map {
    padding: 30px 15px 65px;
  }
  .story_row .map_text {
    margin-top: -70px;
    background-color: transparent;
    padding: 0;
  }
  .story_row .map_text img {
    width: 140px;
    margin: 0 auto 15px;
  }
  .story_row .map_text p {
    padding: 15px 10px;
    background-color: #CB9C37;
  }
}

.story_row .produce {
  padding-bottom: 75px;
  max-width: 1070px;
  width: 100%;
  position: relative;
  z-index: 0;
  margin: 0 auto;
}

.story_row .produce_bg {
  position: absolute;
  width: 86%;
  right: -16%;
  bottom: 0;
  z-index: -1;
}

.story_row .produce_text {
  width: 50%;
  margin-left: auto;
  padding: 0 30px;
}

.story_row .produce_text > img {
  margin-bottom: 45px;
  width: 100%;
}

.story_row .produce_main {
  position: absolute;
  width: 42vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 50%;
}

@media screen and (max-width: 767px) {
  .story_row .produce {
    padding: 0 15px 30px;
  }
  .story_row .produce_bg {
    width: 84%;
    top: -50vw;
    right: -19vw;
    display: none;
  }
  .story_row .produce_text {
    width: 100%;
    padding: 0 0 15px;
  }
  .story_row .produce_text > img {
    margin-bottom: 15px;
  }
  .story_row .produce_main {
    position: static;
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}

.story_row .btns {
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 155px;
    padding-top: 100px;
}



@media screen and (max-width: 767px) {
  .story_row .btns {
    /* padding: 0 45px 45px; */
    padding: 0;
  }
  .story_row .btns .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .story_row .btns .row > div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .story_row .top-secs {
    background-image: url(../img/story_bg_top.png);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 60px 0 0;
}
}

main {
  overflow: hidden;
}

.footer {
    position: relative;
    min-height: inherit;
    background-color: #004796;
    margin-top: inherit;
    background-image: inherit;
    background-position: inherit;
    background-repeat: inherit;
    text-align: center;
}
@media screen and (max-width: 767px) {
  .footer {
    position: relative;
    min-height: inherit;
    background-color: #004796;
    margin-top: inherit;
    background-image: inherit;
    background-position: inherit;
    background-repeat: inherit;
    text-align: center;
}
.story_row{
  padding-bottom: 50px;
}
}
/*# sourceMappingURL=style.css.map */