@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap");
p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #666;
  font-weight: 400;
}
@media (max-width: 991px) {
  p {
    font-size: 1.15rem;
  }
}
@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: #f9ded9;
}

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

/*---user story---*/
.us_w {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0% auto;
}
@media (max-width: 991px) {
  .us_w {
    width: 100%;
    margin: 5% auto 0;
  }
}
@media (max-width: 767px) {
  .us_w {
    width: 100%;
    margin: 15% auto 0;
  }
}
.us_w .topbanner_photo {
  margin: 2% auto;
}
.us_w h2 {
  width: 100%;
  position: relative;
  font-family: "Noto Serif TC", "Noto Sans TC", sans-serif, "微軟正黑體", "新細明體", "細明體";
  font-size: 1.6vw;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 5% auto;
}
@media (max-width: 991px) {
  .us_w h2 {
    font-size: 2.5vw;
  }
}
@media (max-width: 767px) {
  .us_w h2 {
    font-size: 4.5vw;
  }
}
.us_w h2 .title01 {
  display: inline-block;
  width: auto;
  font-size: 2.5vw;
  font-weight: bold;
  color: #d353b5;
}
@media (max-width: 991px) {
  .us_w h2 .title01 {
    font-size: 3vw;
  }
}
@media (max-width: 767px) {
  .us_w h2 .title01 {
    font-size: 6vw;
  }
}
.us_w h2 .title02 {
  display: inline;
  font-size: 2.5vw;
  font-weight: bold;
}
@media (max-width: 991px) {
  .us_w h2 .title02 {
    font-size: 3vw;
  }
}
@media (max-width: 767px) {
  .us_w h2 .title02 {
    font-size: 6vw;
  }
}
.us_w h2 .title03 {
  display: inline;
  font-size: 1.35vw;
  font-weight: bold;
}
@media (max-width: 991px) {
  .us_w h2 .title03 {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .us_w h2 .title03 {
    font-size: 3.8vw;
  }
}

.story_list {
  width: 77.6%;
  position: relative;
  margin: 0 auto;
  background: url(../images/user_story/line_bg.png) repeat-y top left;
  background-size: 100%;
}
@media (max-width: 991px) {
  .story_list {
    width: 100%;
    margin: 5% auto 0;
  }
}
@media (max-width: 767px) {
  .story_list {
    width: 100%;
  }
}

.story_g {
  width: 87.1%;
  margin: 5% 0% 5% 10%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .story_g {
    width: 95%;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.story_g .user_photo {
  width: 35.5%;
  order: 2;
}
@media (max-width: 767px) {
  .story_g .user_photo {
    width: 65%;
    order: 1;
  }
}
.story_g .story_box {
  width: 64.5%;
  order: 1;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .story_g .story_box {
    width: 80%;
    order: 2;
  }
}
.story_g .story_box .story_content {
  width: 90.2%;
  position: relative;
  background: rgba(202, 170, 152, 0.75);
  border-radius: 2vw;
  padding: 5%;
}
@media (max-width: 767px) {
  .story_g .story_box .story_content {
    width: 100%;
    margin: 15% auto;
  }
}
.story_g .story_box .story_content::after {
  display: block;
  content: "";
  width: 8.2%;
  height: 100%;
  background: url(../images/user_story/triangle.png) no-repeat left center;
  background-size: 100%;
  position: absolute;
  right: -8.2%;
  top: 0%;
}
@media (max-width: 767px) {
  .story_g .story_box .story_content::after {
    width: 90%;
    height: 100%;
    right: 0;
    top: -10.5vw;
    background: url(../images/user_story/triangle_m.png) no-repeat left top;
    background-size: 22%;
  }
}
.story_g .story_box .story_content .piano {
  display: inline-block;
  width: auto;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.25vw 1vw;
  background: #fff;
  border: 1px solid #333;
  border-radius: 5vw;
  position: absolute;
  right: 2vw;
  top: -1vw;
  z-index: 2;
}
@media (max-width: 991px) {
  .story_g .story_box .story_content .piano {
    font-size: 1.15rem;
  }
}
@media (max-width: 767px) {
  .story_g .story_box .story_content .piano {
    top: -2.5vw;
    padding: 0.25vw 2vw;
  }
}
.story_g .story_box .story_content .story {
  position: relative;
  text-align: left;
}
.story_g .story_box .story_content .story span {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}
.story_g .story_box .story_content .story span img.good {
  display: inline;
  width: 3.5vw;
  margin-bottom: 3.5%;
}
@media (max-width: 991px) {
  .story_g .story_box .story_content .story span img.good {
    width: 5vw;
  }
}
@media (max-width: 767px) {
  .story_g .story_box .story_content .story span img.good {
    width: 10vw;
  }
}
.story_g .story_box .story_content .story p {
  color: #333;
  text-align: justify;
}
.story_g .story_box .story_content .story p .ps {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.story_g:nth-child(even) {
  flex-flow: row-reverse wrap;
}
@media (max-width: 767px) {
  .story_g:nth-child(even) {
    width: 95%;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.story_g:nth-child(even) .story_box {
  justify-content: flex-end;
}
.story_g:nth-child(even) .story_box .story_content::after {
  right: 0%;
  left: -8.2%;
  transform: rotateY(180deg);
}
@media (max-width: 991px) {
  .story_g:nth-child(even) .story_box .story_content::after {
    left: -8.2%;
  }
}
@media (max-width: 768px) {
  .story_g:nth-child(even) .story_box .story_content::after {
    left: 8.2%;
    transform: rotateY(0deg);
  }
}

.media_w {
  position: relative;
  background: url(../images/user_story/meida_bg.png) no-repeat top right;
  background-size: 54%;
  padding: 10% 0;
}
.media_w .media_info {
  display: inline;
  font-size: 2.3vw;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .media_w .media_info {
    font-size: 4vw;
  }
}
.media_w .media_info .fb {
  display: inline-block;
  width: 6.8%;
  vertical-align: bottom;
}
.media_w .media_info .ig {
  display: inline-block;
  width: 6.8%;
  vertical-align: bottom;
}
.media_w .music_line {
  position: relative;
}
.media_w .media_text {
  font-family: "Noto Serif TC", "Noto Sans TC", sans-serif, "微軟正黑體", "新細明體", "細明體";
  font-size: 1.8vw;
  font-weight: 600;
  line-height: 1.5;
  color: #d353b5;
  text-align: center;
}
@media (max-width: 991px) {
  .media_w .media_text {
    font-size: 2.5vw;
  }
}
@media (max-width: 767px) {
  .media_w .media_text {
    font-size: 3.5vw;
    letter-spacing: 0;
  }
}/*# sourceMappingURL=user_story.css.map */