@charset "UTF-8";
/*-------------------------
            var
-------------------------*/
/*-------------------------
          mixin
-------------------------*/
/*-------------------------
          extend
-------------------------*/
/*-------------------------
      function mixin
-------------------------*/
.show--mobile {
  display: none;
}

@media (max-width: 767px) {
  .show--mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  .hide--mobile {
    display: none;
  }
}

.show--mblg {
  display: none;
}

@media (max-width: 480px) {
  .show--mblg {
    display: block;
  }
}

main.cubre-o-main section {
  font-family: "Noto Sans TC","微軟正黑體", "Microsoft JhengHei", Arial;
  color: #000;
}

main img {
  max-width: 100%;
}

.container {
  width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1279px) {
  .container {
    width: 1100px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 1199px) {
  .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.green {
  color: #00994e;
}

.orange {
  color: #f45221;
}

.offset--y {
  -webkit-transform: translateY(-75px);
          transform: translateY(-75px);
}

.center {
  text-align: center;
}

.btn {
  width: 248px;
  height: 70px;
  line-height: 70px;
  background: #189243;
  font-size: 1.375em;
  font-weight: 500;
  color: white;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 6px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background,-webkit-transform,-webkit-box-shadow;
  transition-property: background,-webkit-transform,-webkit-box-shadow;
  transition-property: transform,box-shadow,background;
  transition-property: transform,box-shadow,background,-webkit-transform,-webkit-box-shadow;
}

.btn:hover {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-box-shadow: 0 0 30px rgba(24, 145, 66, 0.5);
          box-shadow: 0 0 30px rgba(24, 145, 66, 0.5);
}

@media (max-width: 1279px) {
  .btn {
    width: 210px;
    height: 60px;
    line-height: 60px;
    font-size: 1.25em;
  }
}

@media (max-width: 767px) {
  .btn {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 1em;
  }
}

.kv {
  position: relative;
  background: url("../images/kv/kv-bg.jpg"), #edecec;
  background-position: center bottom;
  background-size: auto;
  background-repeat: no-repeat;
  height: 674px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

@media (max-width: 1699px) {
  .kv {
    height: 600px;
    background-size: auto 100%;
  }
}

@media (max-width: 1279px) {
  .kv {
    height: 500px;
  }
}

@media (max-width: 1199px) {
  .kv {
    height: 420px;
  }
}

@media (max-width: 991px) {
  .kv {
    background-position: 58% bottom;
  }
}

@media (max-width: 767px) {
  .kv {
    padding-top: 46px;
    padding-bottom: 53%;
    text-align: center;
    height: auto;
    background: url("../images/kv/kv-bg-sm.jpg"), #0f2c57;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.kv__title {
  font-size: 3.75em;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.33em;
  padding-top: 100px;
  color: #ffffff;
}

@media (max-width: 1699px) {
  .kv__title {
    font-size: 3.5em;
    padding-top: 40px;
  }
}

@media (max-width: 1279px) {
  .kv__title {
    font-size: 3.125em;
  }
}

@media (max-width: 1279px) {
  .kv__title {
    font-size: 2.875em;
  }
}

@media (max-width: 991px) {
  .kv__title {
    font-size: 2.25em;
  }
}

@media (max-width: 767px) {
  .kv__title {
    font-size: 2.625em;
    padding-top: 0;
  }
}

@media (max-width: 480px) {
  .kv__title {
    font-size: 2.25em;
  }
}

@media (max-width: 413px) {
  .kv__title {
    font-size: 2em;
  }
}

@media (max-width: 374px) {
  .kv__title {
    font-size: 1.625em;
  }
}

.kv__text {
  font-size: 2em;
  font-weight: 500;
  letter-spacing: 0.025em;
  margin-top: 15px;
}

.kv__text br {
  display: none;
}

@media (max-width: 1279px) {
  .kv__text {
    font-size: 1.5em;
  }
}

@media (max-width: 991px) {
  .kv__text {
    font-size: 1.5em;
  }
  .kv__text br {
    display: block;
  }
}

@media (max-width: 767px) {
  .kv__text {
    font-size: 1.25em;
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .kv__text {
    font-size: 1.125em;
  }
}

@media (max-width: 374px) {
  .kv__text {
    font-size: 1em;
  }
}

.kv__btn {
  margin-top: 22px;
}

@media (max-width: 991px) {
  .kv__btn {
    margin-top: 20px;
  }
}

.intro {
  position: relative;
  padding-top: 130px;
  padding-bottom: 105px;
  background: url("../images/intro/intro-bg.jpg"), #e8eff3;
  background-position: center bottom;
  background-size: auto;
  background-repeat: no-repeat;
}

@media (max-width: 1199px) {
  .intro {
    padding-top: 60px;
    padding-bottom: 66px;
  }
}

.intro__wrap {
  background-color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .intro__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.intro__content {
  width: calc( 100% - 643px);
  padding: 0 60px 0 65px;
}

@media (max-width: 1279px) {
  .intro__content {
    width: 50%;
    padding: 10px 30px 10px 50px;
  }
}

@media (max-width: 991px) {
  .intro__content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .intro__content {
    width: 100%;
    padding-left: 20px;
    padding-bottom: 0;
    padding-top: 30px;
  }
}

.intro__content-title {
  color: #189243;
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 18px;
  letter-spacing: 1px;
}

@media (max-width: 1199px) {
  .intro__content-title br {
    display: none;
  }
}

@media (max-width: 991px) {
  .intro__content-title {
    font-size: 1.375em;
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

.intro__content-text {
  color: #535353;
  font-size: 1.125em;
}

@media (max-width: 767px) {
  .intro__content-text {
    font-size: 1em;
  }
}

.intro__img {
  width: 643px;
  height: 347px;
  background: url("../images/intro/intro-img.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 767px) {
  .intro__img {
    height: 270px;
  }
}

.intro__img::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 347px 64px 0 0;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .intro__img::before {
    border: 0;
    background: url("../images/intro/mask.png");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 40px;
  }
}

@media (max-width: 1279px) {
  .intro__img {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .intro__img {
    width: 100%;
  }
}

.s1 {
  position: relative;
  padding-top: 92px;
  padding-bottom: 265px;
  background: url("../images/s2/s2-bg-top.png"), url("../images/s1/s1-bg.png"), #fafaff;
  background-position: center bottom, center bottom;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}

@media (max-width: 1199px) {
  .s1 {
    padding-top: 60px;
    padding-bottom: 300px;
    background-position: center bottom, 20% bottom;
  }
}

@media (max-width: 991px) {
  .s1 {
    background: url("../images/s2/s2-bg-top-tb.png"), url("../images/s1/s1-bg.png"), #fafaff;
    padding-bottom: 160px;
    background-position: center bottom, 20% bottom;
    background-size: auto, auto;
    background-repeat: no-repeat, no-repeat;
  }
}

@media (max-width: 767px) {
  .s1 {
    padding-bottom: 20vw;
    background-size: 1866px auto, 207% auto;
  }
}

@media (max-width: 480px) {
  .s1 {
    background-size: 1513px auto, 207% auto;
  }
}

@media (max-width: 575px) {
  .s1 {
    padding-bottom: 32vw;
  }
}

.s1__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media (max-width: 1199px) {
  .s1__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 991px) {
  .s1__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 10%;
    padding-right: 10%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .s1__wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.s1__content {
  width: calc(100% - 615px);
  padding-top: 110px;
  padding-right: 64px;
}

@media (max-width: 1279px) {
  .s1__content {
    width: calc(100% - 520px);
  }
}

@media (max-width: 1199px) {
  .s1__content {
    width: calc(100% - 450px);
    padding-top: 0;
    padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .s1__content {
    width: 100%;
    padding-right: 0;
  }
}

.s1__title {
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin: 0;
  color: #189243;
}

@media (max-width: 1199px) {
  .s1__title {
    font-size: 2em;
  }
  .s1__title br {
    display: none;
  }
}

@media (max-width: 991px) {
  .s1__title {
    text-align: center;
  }
  .s1__title br {
    display: block;
  }
}

@media (max-width: 767px) {
  .s1__title {
    font-size: 1.75em;
  }
}

@media (max-width: 413px) {
  .s1__title {
    font-size: 1.5em;
  }
}

.s1__subtitle {
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.333;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .s1__subtitle {
    font-size: 1.5em;
  }
}

@media (max-width: 991px) {
  .s1__subtitle {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .s1__subtitle {
    font-size: 1.25em;
    letter-spacing: 0;
    margin-top: 8px;
    line-height: 1.4;
  }
}

@media (max-width: 413px) {
  .s1__subtitle {
    font-size: 1.125em;
  }
}

.s1__text {
  font-size: 1.125em;
  font-weight: 500;
  text-align: justify;
  color: #535353;
  line-height: 1.6;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .s1__text {
    font-size: 1em;
    margin-top: 8px;
  }
}

.s1__detail {
  font-size: 0.875em;
  font-weight: 500;
  text-align: justify;
  color: #757575;
  padding-left: 20px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .s1__detail {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 413px) {
  .s1__detail {
    font-size: 0.8125em;
  }
}

.s1__img {
  width: 615px;
}

@media (max-width: 1199px) {
  .s1__img {
    width: 450px;
  }
}

@media (max-width: 767px) {
  .s1__img {
    width: 100%;
    margin-top: 10px;
  }
}

.s2 {
  position: relative;
  background: url("../images/s2/s2-bg.jpg");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .s2 {
    padding-bottom: 80px;
    background-color: #e5e5e7;
  }
}

@media (max-width: 767px) {
  .s2 {
    padding-bottom: 40px;
    background-size: 1866px auto;
  }
}

@media (max-width: 480px) {
  .s2 {
    background-color: #efeff7;
    background-size: 1512px auto;
  }
}

.s2__mask {
  position: absolute;
  background: url("../images/s3/s3-bg-top.png");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 218px;
  z-index: 1;
}

@media (max-width: 991px) {
  .s2__mask {
    background: url("../images/s3/s3-bg-top-tb.png");
    height: 128px;
  }
}

.s2__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  position: relative;
  height: 660px;
}

@media (max-width: 1199px) {
  .s2__wrap {
    margin-top: -40px;
  }
}

@media (max-width: 991px) {
  .s2__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 10%;
    padding-right: 10%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .s2__wrap {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .s2__wrap {
    margin-top: 0px;
  }
}

.s2__img {
  position: absolute;
  left: -198px;
  top: -60px;
}

@media (max-width: 1199px) {
  .s2__img {
    left: 0;
    top: 40px;
  }
}

@media (max-width: 991px) {
  .s2__img {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 20px;
  }
}

.s2__content {
  width: 582px;
  position: relative;
  z-index: 3;
}

@media (max-width: 1279px) {
  .s2__content {
    margin-left: 40px;
  }
}

@media (max-width: 1199px) {
  .s2__content {
    width: 450px;
  }
}

@media (max-width: 991px) {
  .s2__content {
    padding-top: 0;
    text-align: center;
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .s2__content {
    width: 100%;
  }
}

.s2__title {
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin: 0;
  color: #189243;
}

@media (max-width: 1199px) {
  .s2__title {
    font-size: 2em;
  }
  .s2__title br {
    display: none;
  }
}

@media (max-width: 991px) {
  .s2__title {
    text-align: center;
  }
  .s2__title br {
    display: block;
  }
}

@media (max-width: 767px) {
  .s2__title {
    font-size: 1.75em;
  }
}

@media (max-width: 413px) {
  .s2__title {
    font-size: 1.5em;
  }
}

.s2__subtitle {
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.333;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .s2__subtitle {
    font-size: 1.5em;
  }
  .s2__subtitle br {
    display: none;
  }
}

@media (max-width: 991px) {
  .s2__subtitle {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .s2__subtitle {
    font-size: 1.25em;
    letter-spacing: 0;
    line-height: 1.4;
    margin-top: 8px;
  }
}

@media (max-width: 413px) {
  .s2__subtitle {
    font-size: 1.125em;
  }
}

.s2__text {
  font-size: 1.125em;
  font-weight: 500;
  text-align: justify;
  color: #535353;
  line-height: 1.6;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .s2__text {
    font-size: 1em;
    margin-top: 8px;
  }
}

.s2__detail {
  font-size: 0.875em;
  font-weight: 500;
  text-align: justify;
  color: #757575;
  position: absolute;
  left: 198px;
  bottom: 80px;
}

@media (max-width: 1199px) {
  .s2__detail {
    left: 0;
    bottom: 45px;
  }
}

@media (max-width: 991px) {
  .s2__detail {
    position: static;
    margin-top: -40px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .s2__detail {
    margin-top: 0;
  }
}

@media (max-width: 413px) {
  .s2__detail {
    font-size: 0.8125em;
  }
}

.s3 {
  position: relative;
  background: url("../images/s3/s3-bg.jpg") #fbfcfe;
  background-position: center bottom;
  background-size: auto;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .s3 {
    padding-top: 60px;
    height: auto;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .s3 {
    padding-top: 40px;
  }
}

.s3__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media (max-width: 1199px) {
  .s3__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 991px) {
  .s3__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 10%;
    padding-right: 10%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .s3__wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.s3__content {
  width: calc(100% - 600px);
  padding-top: 110px;
  padding-right: 64px;
}

@media (max-width: 1279px) {
  .s3__content {
    width: calc(100% - 520px);
  }
}

@media (max-width: 1199px) {
  .s3__content {
    width: calc(100% - 450px);
    padding-top: 0;
    padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .s3__content {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .s3__content {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

.s3__title {
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.05em;
  margin: 0;
  color: #189243;
}

@media (max-width: 1199px) {
  .s3__title {
    font-size: 2em;
  }
  .s3__title br {
    display: none;
  }
}

@media (max-width: 991px) {
  .s3__title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .s3__title {
    font-size: 1.75em;
  }
}

@media (max-width: 413px) {
  .s3__title {
    font-size: 1.5em;
  }
}

.s3__subtitle {
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.333;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .s3__subtitle {
    font-size: 1.5em;
  }
  .s3__subtitle br {
    display: none;
  }
}

@media (max-width: 991px) {
  .s3__subtitle {
    text-align: center;
  }
  .s3__subtitle br {
    display: block;
  }
}

@media (max-width: 767px) {
  .s3__subtitle {
    font-size: 1.25em;
    letter-spacing: 0;
    margin-top: 8px;
    line-height: 1.4;
  }
}

@media (max-width: 413px) {
  .s3__subtitle {
    font-size: 1.125em;
  }
}

.s3__text {
  font-size: 1.125em;
  font-weight: 500;
  text-align: justify;
  color: #535353;
  line-height: 1.6;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .s3__text {
    font-size: 1em;
    margin-top: 8px;
  }
}

.s3__detail {
  font-size: 0.875em;
  font-weight: 500;
  text-align: justify;
  color: #757575;
}

@media (max-width: 413px) {
  .s3__detail {
    font-size: 0.8125em;
  }
}

.s3__chart {
  width: 582px;
}

@media (max-width: 1199px) {
  .s3__chart {
    width: 450px;
  }
}

@media (max-width: 991px) {
  .s3__chart {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .s3__chart {
    width: 100%;
  }
}

.s3__chart-block {
  margin-bottom: 30px;
}

.s3__chart-title {
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .s3__chart-title {
    font-size: 1.125em;
  }
}

.s3__chart-table {
  position: relative;
}

.s3__chart-table::after {
  content: " ";
  background: url("../images/s3/table-shadow.png");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: -13px;
  left: 0;
}

.s3__chart-table table {
  border-radius: 10px;
  border: 2px solid #8da9d4;
  overflow: hidden;
}

.s3__chart-table th, .s3__chart-table td {
  padding: 10px 15px;
  text-align: center;
  font-weight: 500;
  border-left: 1px solid #e1e1e1;
}

@media (max-width: 767px) {
  .s3__chart-table th, .s3__chart-table td {
    padding: 4px 8px;
  }
}

.s3__chart-table th {
  background-color: #1ca06e;
  color: #ffffff;
  font-size: 1.25em;
}

@media (max-width: 1199px) {
  .s3__chart-table th {
    font-size: 1.125em;
  }
}

@media (max-width: 767px) {
  .s3__chart-table th {
    font-size: 1em;
  }
}

.s3__chart-table th:first-child {
  background-color: #e2ecfa;
}

.s3__chart-table td {
  background-color: #ffffff;
  color: #1ca06e;
  font-size: 1.875em;
}

@media (max-width: 1199px) {
  .s3__chart-table td {
    font-size: 1.5em;
  }
}

@media (max-width: 767px) {
  .s3__chart-table td {
    font-size: 1.25em;
  }
}

.s3__chart-table td span {
  font-size: 0.6em;
}

.s3__chart-table td:first-child {
  color: #535353;
  font-size: 1.125em;
  text-align: center;
  border-left: 0;
}

@media (max-width: 1199px) {
  .s3__chart-table td:first-child {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .s3__chart-table td:first-child {
    font-size: 0.9375em;
    padding: 4px;
  }
}

.s3 .fund {
  background: url("../images/s3/fund-bg.png");
  background-position: center top;
  background-size: auto;
  background-repeat: repeat;
  width: 1100px;
  margin: 40px auto;
  -webkit-box-shadow: 0px 0px 10px #bfcbd7;
          box-shadow: 0px 0px 10px #bfcbd7;
  text-align: center;
  padding: 50px 110px;
}

@media (max-width: 1360px) {
  .s3 .fund {
    width: 90%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .s3 .fund {
    width: 82%;
    padding: 30px 20px;
  }
}

@media (max-width: 767px) {
  .s3 .fund .jsfundWrap {
    overflow-x: scroll;
  }
}

.s3 .fund__title {
  color: #189243;
  font-size: 2.5em;
  font-weight: 500;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .s3 .fund__title {
    font-size: 2em;
  }
}

@media (max-width: 767px) {
  .s3 .fund__title {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
}

.s3 .fund__table {
  border: 1px solid #e1e1e1;
  overflow: hidden;
  border-radius: 10px;
  background-color: #ffffff;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .s3 .fund__table {
    width: 200%;
  }
}

.s3 .fund__table th, .s3 .fund__table td {
  padding: 18px 10px;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .s3 .fund__table th, .s3 .fund__table td {
    padding: 14px 10px;
  }
}

@media (max-width: 767px) {
  .s3 .fund__table th, .s3 .fund__table td {
    padding: 14px 4px;
  }
}

.s3 .fund__table th {
  font-size: 1.25em;
  background-color: #1ca06e;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .s3 .fund__table th {
    font-size: 1.125em;
  }
}

@media (max-width: 767px) {
  .s3 .fund__table th {
    font-size: 1em;
  }
}

.s3 .fund__table th:nth-child(odd) {
  background-color: #1b9869;
}

.s3 .fund__table td {
  font-size: 1.125em;
  color: #1b9869;
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}

@media (max-width: 1199px) {
  .s3 .fund__table td {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .s3 .fund__table td {
    font-size: 0.875em;
  }
}

.s3 .fund__table td:first-child {
  color: #535353;
}

.s3 .fund__table a {
  color: #e68c38;
  text-decoration: underline;
}

.banner {
  position: relative;
  background: url("../images/s3/banner.jpg");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  height: 385px;
}

@media (max-width: 1199px) {
  .banner {
    height: 300px;
    background-size: cover;
  }
}

@media (max-width: 991px) {
  .banner {
    height: 260px;
  }
}

@media (max-width: 767px) {
  .banner {
    height: 180px;
  }
}

.banner__wrap {
  margin-left: 90px;
  padding-top: 60px;
}

@media (max-width: 1199px) {
  .banner__wrap {
    padding-top: 40px;
  }
}

@media (max-width: 991px) {
  .banner__wrap {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .banner__wrap {
    margin-left: 0;
    padding-top: 20px;
  }
}

.banner__title {
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.2;
  color: #189243;
}

@media (max-width: 1199px) {
  .banner__title {
    font-size: 2.25em;
  }
}

@media (max-width: 991px) {
  .banner__title {
    font-size: 1.875em;
  }
}

@media (max-width: 767px) {
  .banner__title {
    font-size: 1.5em;
  }
}

.banner__subtitle {
  font-size: 1.75em;
  font-weight: 500;
  color: #000000;
  margin-top: 18px;
}

@media (max-width: 1199px) {
  .banner__subtitle {
    font-size: 1.5em;
    margin-top: 12px;
  }
}

@media (max-width: 991px) {
  .banner__subtitle {
    font-size: 1.25em;
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .banner__subtitle {
    font-size: 1.125em;
    margin-top: 4px;
  }
}

.banner__subtitle span {
  color: #189243;
}

.banner__text {
  font-size: 1.875em;
  font-weight: 700;
  color: #f48924;
  margin-bottom: 18px;
  font-style: italic;
}

@media (max-width: 1199px) {
  .banner__text {
    font-size: 1.75em;
    margin-bottom: 12px;
  }
}

@media (max-width: 991px) {
  .banner__text {
    font-size: 1.5em;
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .banner__text {
    font-size: 1.125em;
    margin-bottom: 6px;
  }
}

.banner__text span {
  font-size: 1.6em;
  line-height: 1;
}

.banner .btn {
  font-size: 1.125em;
  width: 200px;
  height: 56px;
  line-height: 56px;
}

@media (max-width: 1199px) {
  .banner .btn {
    font-size: 1em;
    width: 182px;
    height: 48px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .banner .btn {
    font-size: 0.9375em;
    width: 128px;
    height: 34px;
    line-height: 34px;
  }
}

.notice {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f1f1f1;
}

.notice__title {
  margin: 0;
  font-size: 1.5em;
  font-weight: 500;
}

@media (max-width: 991px) {
  .notice__title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .notice__title {
    font-size: 1.25em;
  }
}

.notice__list {
  font-size: 1em;
  font-weight: 500;
  color: #666666;
  line-height: 1.75;
  padding-left: 1.2em;
}

.notice__list a {
  color: #666666;
  text-decoration: underline;
  -webkit-transition: 0.3s ease color;
  transition: 0.3s ease color;
}

.notice__list a:hover {
  color: #000;
}
