@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%;
}

.main {
  background-image: url(../img/bg.png);
  overflow: hidden;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
    padding: 60px 0 0;

}

.st_kv {
  width: 100%;
}

.st_kv img {
  width: 100%;
}

.st_row {
  width: 1070px;
  margin: 0 auto;
  padding: 80px 0 0;
}

.st_grid {
  width: 100%;
  padding: 0 0 40px;
}

.st_title {
  width: 100%;
  padding: 0 0 25px;
}

.st_title img {
  width: 100%;
}

.st_text {
  font-size: 18px;
  color: #3e444b;
  line-height: 1.5;
}

.st_img {
  width: 100%;
  margin: 35px 0;
  position: relative;
}

.st_img img {
  width: 100%;
}

.st_content_list {
  padding: ;
}

.st_content_item {
  display: flex;
  width: 100%;
  padding: 15px;
  /* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#bdbdbd+0,bdbdbd+100&0+67,0+67,0.4+100 */
  background: linear-gradient(to right, rgba(189, 189, 189, 0) 0%, rgba(189, 189, 189, 0) 67%, rgba(189, 189, 189, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.st_content_item_bg {
  /* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#bdbdbd+0,bdbdbd+100&0.4+0,0.4+0,0+29 */
  background: linear-gradient(to right, rgba(189, 189, 189, 0.4) 0%, rgba(189, 189, 189, 0) 29%, rgba(189, 189, 189, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.st_content_icon {
  flex: 0 0;
  flex-basis: 50px;
  align-content: center;

}

.st_content_text {
  padding: 0 15px 0;
  flex-grow: 2;
  font-size: 18px;
 
  align-content: center;
}

.st_btns {
  text-align: center;
  padding: 0px 0 50px;
  /* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+50 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.st_btns a {
  display: inline-block;
}

.st_btns_text {
  max-width: 1070px;
  margin: 0 auto;
  padding: 40px 0 40px;
  text-align: left;
  color: #868080;
  font-size: 10px;
}

.st_img_g {
 max-width: 454px;
    position: absolute;
    right: -275px;
    top: 0px;
    z-index: 0;
}

.st_img_g img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .st_title {
  width: 100%;
  padding: 0 0 15px;
}
  .st_row {
    width: 100%;
    margin: 0 auto;
    padding: 30px 15px 0;
  }

  .st_text {
    font-size: 16px;

    color: #3e444b;
    line-height: 1.5;
  }

  .st_grid {
    width: 100%;
    padding: 0 0 0px;
  }

  .st_content_text {
    padding: 0 15px 0;
    flex-grow: 2;
    font-size: 16px;

    align-content: center;
  }

  .st_content_icon {
    flex: 0 0;
    flex-basis: 25px;
    align-content: center;
  }

  .st_btns a {
    display: inline-block;
    width: 50%;
  }

  .st_btns_box {
    padding: 35px 0 0;
    font-size: 0;
  }

  .st_btns_text {
    max-width: 1070px;
    margin: 0 auto;
    padding: 15px;
    text-align: left;
    color: #868080;
    font-size: 10px;
  }

  .main {
    background-image: url(../img/bg-m.png);
    overflow: hidden;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .st_img {
    width: 100%;
    margin: 15px 0  20px 0;
  }

  .st_img_g {
    max-width: 496px;
    position: absolute;
    right: -275px;
    top: -45px;
    display: none;
  }

  .st_kv {
    width: 100%;
    padding: 0px 0 0;
  }
}