@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
.pc {
  display: block !important;
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

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

.editor-text,
.fr-view {
  color: #5c5c5c;
}
@media (max-width: 767px) {
  .editor-text,
  .fr-view {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .editor-text,
  .fr-view {
    padding: 0px 6vw;
  }
}
.editor-text .t-blue,
.fr-view .t-blue {
  color: #347eab;
}
.editor-text h1,
.fr-view h1 {
  font-size: 30px;
  line-height: 1.2;
}
.editor-text h2,
.fr-view h2 {
  font-size: 28px;
  line-height: 1.2;
}
.editor-text h3,
.fr-view h3 {
  font-size: 26px;
  line-height: 1.2;
}
.editor-text h4,
.fr-view h4 {
  font-size: 24px;
  line-height: 1.2;
}
.editor-text .fr-video,
.fr-view .fr-video {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: block;
  padding-bottom: 55%;
}
.editor-text .fr-video iframe,
.fr-view .fr-video iframe {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.editor-text img,
.fr-view img {
  max-width: 100%;
}
.editor-text p,
.fr-view p {
  font-size: 18px;
  color: #666666;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 767px) {
  .editor-text p,
  .fr-view p {
    font-size: 3.5vw;
  }
}
@media (min-width: 1521px) {
  .editor-text p,
  .fr-view p {
    font-size: 18px;
  }
}
.editor-text a,
.fr-view a {
  font-size: 1vw;
  line-height: 1.3;
  color: #f29627;
}
@media (max-width: 767px) {
  .editor-text a,
  .fr-view a {
    font-size: 3.5vw;
  }
}
@media (min-width: 1521px) {
  .editor-text a,
  .fr-view a {
    font-size: 18px;
  }
}
.editor-text .w-100,
.fr-view .w-100 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.editor-text .w-100 .w-50,
.fr-view .w-100 .w-50 {
  -ms-flex: 0 50%;
      flex: 0 50%;
  min-width: 50%;
}
@media (max-width: 767px) {
  .editor-text .w-100 .w-50,
  .fr-view .w-100 .w-50 {
    -ms-flex: 0 100%;
        flex: 0 100%;
    min-width: 100%;
  }
}
.editor-text .w-100 .w-full,
.fr-view .w-100 .w-full {
  -ms-flex: 0 100%;
      flex: 0 100%;
  min-width: 100%;
}
.editor-text .mb-0,
.fr-view .mb-0 {
  margin-bottom: 0 !important;
}
.editor-text .pic-part,
.fr-view .pic-part {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 100px 0;
  background-color: #f0f0f2;
}
@media (max-width: 767px) {
  .editor-text .pic-part,
  .fr-view .pic-part {
    padding: 15vw 0;
  }
}
.editor-text .pic-part .pic,
.fr-view .pic-part .pic {
  position: relative;
  -ms-flex: 0 50%;
      flex: 0 50%;
  min-width: 50%;
  padding-right: 100px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .editor-text .pic-part .pic,
  .fr-view .pic-part .pic {
    -ms-flex: 0 100%;
        flex: 0 100%;
    min-width: 100%;
    padding-right: 30px;
    margin-bottom: 50px;
  }
}
.editor-text .pic-part .pic .pic-more,
.fr-view .pic-part .pic .pic-more {
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
.editor-text .pic-part .pic .more-btn,
.fr-view .pic-part .pic .more-btn {
  position: absolute;
  border-radius: 15px;
  overflow: hidden;
  right: 145px;
  bottom: -35px;
}
@media (max-width: 767px) {
  .editor-text .pic-part .pic .more-btn,
  .fr-view .pic-part .pic .more-btn {
    right: 14vw;
    bottom: -25px;
  }
}
.editor-text .pic-part .pic .more-btn a,
.fr-view .pic-part .pic .more-btn a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  font-size: 0.9vw;
  color: #666666;
  padding: 1.4vw 5vw 1.4vw 3vw;
  border-radius: 15px;
  font-weight: 700;
  box-sizing: border-box;
  font-style: italic;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .editor-text .pic-part .pic .more-btn a,
  .fr-view .pic-part .pic .more-btn a {
    padding: 4vw 6vw 4vw 8vw;
    font-size: 3vw;
    border-radius: 10px;
  }
}
@media (min-width: 767px) {
  .editor-text .pic-part .pic .more-btn a:hover,
  .fr-view .pic-part .pic .more-btn a:hover {
    color: #fff;
  }
  .editor-text .pic-part .pic .more-btn a:hover::before,
  .fr-view .pic-part .pic .more-btn a:hover::before {
    transform: translateY(-50%) scale(25);
    transition: 0.5s ease all;
  }
  .editor-text .pic-part .pic .more-btn a:hover::after,
  .fr-view .pic-part .pic .more-btn a:hover::after {
    width: 15px;
    height: 2px;
    transition: 0.3s ease all;
  }
}
.editor-text .pic-part .pic .more-btn a::before,
.fr-view .pic-part .pic .more-btn a::before {
  content: "";
  position: absolute;
  width: 1.2vw;
  height: 1.2vw;
  background-color: #f29627;
  border-radius: 50%;
  left: 1vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  transition: 0.3s ease all;
}
@media (max-width: 767px) {
  .editor-text .pic-part .pic .more-btn a::before,
  .fr-view .pic-part .pic .more-btn a::before {
    width: 4vw;
    height: 4vw;
    left: 3vw;
  }
}
.editor-text .pic-part .pic .more-btn a::after,
.fr-view .pic-part .pic .more-btn a::after {
  content: "";
  position: absolute;
  width: 0.2vw;
  height: 0.2vw;
  background-color: #fff;
  border-radius: 5px;
  left: 1.5vw;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease all;
}
@media (max-width: 767px) {
  .editor-text .pic-part .pic .more-btn a::after,
  .fr-view .pic-part .pic .more-btn a::after {
    width: 0.8vw;
    height: 0.8vw;
    left: 4.8vw;
  }
}
.editor-text .pic-part .w-50,
.fr-view .pic-part .w-50 {
  -ms-flex: 0 50%;
      flex: 0 50%;
  min-width: 50%;
}
@media (max-width: 767px) {
  .editor-text .pic-part .w-50,
  .fr-view .pic-part .w-50 {
    -ms-flex: 0 100%;
        flex: 0 100%;
    min-width: 100%;
  }
}
.editor-text .content,
.fr-view .content {
  width: 1520px;
  max-width: 100%;
  padding: 100px 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .editor-text .content,
  .fr-view .content {
    width: 100%;
    padding: 15vw 0;
  }
}
.editor-text .content .two_pic,
.fr-view .content .two_pic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 767px) {
  .editor-text .content .two_pic,
  .fr-view .content .two_pic {
    padding: 0 20px;
  }
}
.editor-text .content .two_pic .pic,
.fr-view .content .two_pic .pic {
  -ms-flex: 0 48%;
      flex: 0 48%;
  min-width: 48%;
  border-radius: 20px;
  overflow: hidden;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.editor-text .content .two_pic .pic:nth-child(2),
.fr-view .content .two_pic .pic:nth-child(2) {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .editor-text .content .two_pic .pic:nth-child(2),
  .fr-view .content .two_pic .pic:nth-child(2) {
    margin-top: 15vw;
  }
}
.editor-text .text-center,
.fr-view .text-center {
  text-align: center;
}
.editor-text .bold,
.fr-view .bold {
  font-weight: bold;
}
.editor-text .red,
.fr-view .red {
  color: #e22e2f;
}
.editor-text .orange,
.fr-view .orange {
  color: #f29627;
}/*# sourceMappingURL=editor_fr_style.css.map */