@charset "UTF-8";
p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #666;
  font-weight: 400;
}
@media (max-width: 767px) {
  p {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.pc {
  display: block;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.mob {
  display: none;
}
@media (max-width: 767px) {
  .mob {
    display: block;
  }
}

/* topbanner */
.top_banner {
  margin-top: 135px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .top_banner {
    margin-top: 110px;
  }
}

.top_banner_photo_g {
  display: flex;
  width: 100%;
  height: 337px;
  position: relative;
  justify-content: flex-start;
  align-items: center;
}
.top_banner_photo_g .title_box_white {
  width: auto;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  z-index: 3;
}
.top_banner_photo_g .title_box_white h3 {
  font-family: Arial, "Arial Black", "Noto Sans TC", sans-serif, "微軟正黑體", "新細明體", "細明體";
  color: #fff;
}
.top_banner_photo_g .title_box_white .hr_red {
  width: 2rem;
  border: 2px solid #f00;
  margin: 1rem 0;
}
.top_banner_photo_g .title_box_white .title_text {
  color: #fff;
}
.top_banner_photo_g .title_box_black {
  width: auto;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  z-index: 3;
}
.top_banner_photo_g .title_box_black h3 {
  font-family: Arial, "Arial Black", "Noto Sans TC", sans-serif, "微軟正黑體", "新細明體", "細明體";
  color: #333;
}
.top_banner_photo_g .title_box_black .hr_red {
  width: 2rem;
  border: 2px solid #f00;
  margin: 1rem 0;
}
.top_banner_photo_g .title_box_black .title_text {
  color: #333;
}
.top_banner_photo_g .top_banner_photo {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-position: top center;
  background: rgba(0, 0, 0, 0.35);
}

.topbanner_aboutus {
  background: url(../images/aboutus/topanner_aboutus.jpg) no-repeat;
  background-position: right;
}

.main-w {
  margin-left: 0;
}
@media (max-width: 767px) {
  .main-w {
    margin-left: auto;
    margin-right: auto;
  }
}

.main_bg {
  background: url(../images/NF15/main_bg.png) no-repeat top center;
  background-size: cover;
}

.btn_fixed {
  width: 7.1%;
  position: fixed;
  right: 2%;
  bottom: 10%;
  z-index: 3;
}
@media (max-width: 767px) {
  .btn_fixed {
    width: 20%;
  }
}
.btn_fixed .btn_reserve {
  position: relative;
  margin-bottom: 15%;
}
.btn_fixed .btn_reserve::after {
  display: block;
  content: "";
  width: 113.6%;
  height: 113.6%;
  position: absolute;
  left: -10%;
  top: 2.5%;
  z-index: -1;
  background: url(../images/NF15/btn_shadow.png) no-repeat left top;
  background-size: 100%;
}

/*---N15---*/
.NF15_w {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0% auto;
}
@media (max-width: 991px) {
  .NF15_w {
    width: 100%;
    margin: 5% auto 0;
  }
}
@media (max-width: 767px) {
  .NF15_w {
    width: 100%;
    margin: 15% auto 0;
  }
}
.NF15_w .NF15_photo {
  margin: 2% auto;
}
.NF15_w .reasons_box {
  position: relative;
  margin: 5% auto;
}
.NF15_w .reasons_box h2 {
  width: 40.3%;
  text-align: center;
  margin: 2% auto;
}
@media (max-width: 767px) {
  .NF15_w .reasons_box h2 {
    width: 80.3%;
    margin: 5% auto;
  }
}
.NF15_w .reasons_box .reasons_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}
.NF15_w .reasons_box .reasons_list .reasons {
  width: 30%;
  position: relative;
  display: flex;
  flex-flow: column wrap;
}
@media (max-width: 767px) {
  .NF15_w .reasons_box .reasons_list .reasons {
    width: 100%;
  }
}
.NF15_w .reasons_box .reasons_list .reasons .book_content {
  position: relative;
  background: url(../images/NF15/book_bg.png) repeat-y top center;
  background-size: contain;
  padding: 2.5% 10%;
  box-sizing: border-box;
  flex: 1;
}
.NF15_w .reasons_box .reasons_list .reasons .book_content p {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: justify;
}
@media (max-width: 991px) {
  .NF15_w .reasons_box .reasons_list .reasons .book_content p {
    font-size: 1.15rem;
  }
}
@media (max-width: 767px) {
  .NF15_w .reasons_box .reasons_list .reasons .book_content p {
    font-size: 1.25rem;
  }
}

.good_box {
  position: relative;
  margin: 5% auto;
  overflow: hidden;
}
.good_box h2 {
  width: 40.3%;
  text-align: center;
  margin: 2% auto;
}
@media (max-width: 767px) {
  .good_box h2 {
    width: 80.3%;
    margin: 5% auto;
  }
}
.good_box .good_list {
  position: relative;
  margin: 10% 0;
}

.good {
  position: relative;
}
.good .good_info {
  width: 80%;
  position: relative;
  margin: -10% auto 5%;
  z-index: 2;
  background: #f7f6cd;
  padding: 5%;
}
.good .good_info p {
  text-align: justify;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .good .good_info p {
    font-size: 1.15rem;
  }
}
@media (max-width: 767px) {
  .good .good_info p {
    font-size: 1.25rem;
  }
}
.good .good_info span {
  width: 15%;
  position: relative;
  margin: -16.2% auto 8.5%;
  z-index: 3;
}
.good .good_info::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #938e3b;
  position: absolute;
  left: -0.2vw;
  top: 0.25vw;
  z-index: 2;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  transform-origin: center;
  transform: scale(0.75);
  opacity: 0.6;
  overflow: hidden;
}
.swiper-slide .good .good_info {
  height: 0;
  transform-origin: 50% 0%;
  transform: scale(0.2);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.swiper-slide-active, .swiper-slide-duplicate-active {
  transform: scale(1.25);
  opacity: 1;
  z-index: 2;
}
@media (max-width: 1023px) {
  .swiper-slide-active, .swiper-slide-duplicate-active {
    transform: scale(1);
  }
}
.swiper-slide-active .good .good_info, .swiper-slide-duplicate-active .good .good_info {
  display: block;
  height: auto;
  transform: scale(1);
  opacity: 1;
}

.sw01 {
  color: #492222;
}

.share_box {
  position: relative;
  margin: 5% auto;
}
.share_box h2 {
  width: 49.4%;
  text-align: center;
  margin: 2% auto;
}
@media (max-width: 767px) {
  .share_box h2 {
    width: 100%;
    margin: 5% auto;
  }
}
.share_box p {
  font-size: 1.75rem;
  text-align: justify;
}
@media (max-width: 991px) {
  .share_box p {
    font-size: 1.15rem;
  }
}
@media (max-width: 767px) {
  .share_box p {
    font-size: 1.25rem;
  }
}
.share_box .share_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 5% auto;
}
.share_box .share_list .share {
  width: 40.5%;
  position: relative;
  margin: 2.5% auto;
  box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.35);
  border-radius: 10%;
}
@media (max-width: 767px) {
  .share_box .share_list .share {
    width: 90%;
    margin: 5% auto;
  }
}/*# sourceMappingURL=NF15.css.map */