@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900");
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
}

* {
  box-sizing: border-box;
}

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

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

.fr-view.editor-text {
  color: #414141;
}
.fr-view.editor-text img {
  width: 100%;
  max-width: 100%;
}
.fr-view.editor-text .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .fr-view.editor-text .row {
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
  }
}
.fr-view.editor-text .row img {
  width: auto;
  height: auto;
}
.fr-view.editor-text .row .text-center {
  text-align: center;
}
.fr-view.editor-text .row .col-100 {
  width: 100%;
}
.fr-view.editor-text .row .col-50-text {
  width: 49%;
}
@media (max-width: 767px) {
  .fr-view.editor-text .row .col-50-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fr-view.editor-text .row .col-50-text.z_order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
}
@media (max-width: 767px) {
  .fr-view.editor-text .row .col-50-text.z_order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
}
.fr-view.editor-text .row .col-50 {
  width: 49%;
}
@media (max-width: 767px) {
  .fr-view.editor-text .row .col-50 {
    width: 49%;
    margin-bottom: 1%;
  }
}
.fr-view.editor-text .row .col-30 {
  width: 32%;
}
@media (max-width: 767px) {
  .fr-view.editor-text .row .col-30 {
    width: 32%;
    margin-bottom: 1%;
  }
}
.fr-view.editor-text .row .col-25 {
  width: 23.25%;
}
@media (max-width: 767px) {
  .fr-view.editor-text .row .col-25 {
    width: 49%;
    margin-bottom: 1%;
  }
}
.fr-view.editor-text .row .col-20 {
  width: 18.6%;
}
@media (max-width: 767px) {
  .fr-view.editor-text .row .col-20 {
    width: 32%;
    margin-bottom: 1%;
  }
}
.fr-view.editor-text .row .fr-video {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: block;
  padding-bottom: 49.7%;
  margin-bottom: 10px;
}
.fr-view.editor-text .row .fr-video.pb-0 {
  padding-bottom: 0;
}
.fr-view.editor-text .row .fr-video iframe {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.fr-view.editor-text .row .fr-video video {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.fr-view.editor-text .row .video-text {
  padding: 10px 0;
  text-align: left;
}
@media (max-width: 767px) {
  .fr-view.editor-text .row .video-text {
    padding: 5px 0;
  }
}
.fr-view.editor-text .row img {
  margin-bottom: 15px;
  box-shadow: 0px 0px 6px #d9d9d9;
}
.fr-view.editor-text .row h3 {
  font-size: 30px;
  margin-bottom: 5px;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 767px) {
  .fr-view.editor-text .row h3 {
    font-size: 4.5vw;
  }
}
.fr-view.editor-text .row h4 {
  font-size: 22px;
  margin-bottom: 5px;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 767px) {
  .fr-view.editor-text .row h4 {
    font-size: 4vw;
  }
}
.fr-view.editor-text .row h5 {
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 767px) {
  .fr-view.editor-text .row h5 {
    font-size: 3.7vw;
  }
}
.fr-view.editor-text .row h6 {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 767px) {
  .fr-view.editor-text .row h6 {
    font-size: 3.5vw;
  }
}
.fr-view.editor-text .row p {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .fr-view.editor-text .row p {
    font-size: 4vw;
  }
}
.fr-view.editor-text .row p.photo-text {
  font-size: 18px;
  margin-top: 0;
}
.fr-view.editor-text .row ul {
  padding-left: 25px;
  margin: 0;
}
.fr-view.editor-text .row ul li {
  font-size: 18px;
  list-style-position: outside;
  line-height: 1.5;
  list-style-type: disc;
}

/*
 表格最上層設定，進階設定則用"table.XXX"定義
*/
table {
  border-collapse: collapse;
}

table th {
  vertical-align: top;
  border: 0px;
  font-weight: bold;
  /*text-align: center;*/
  padding: 3px;
  font-size: 1.2em;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
}

table td {
  border: 0px;
  padding: 0px;
  vertical-align: top;
}

/*
有線的表格
*/
table.line th {
  border: 1px solid #aaa;
  font-weight: bold;
  /*text-align: center;*/
  padding: 3px;
  background-color: #efefef;
  color: #3333cc;
}

table.line tr {
  border: 0px;
  padding: 0px;
}

table.line td {
  border: 1px solid #aaa;
  padding: 3px;
}/*# sourceMappingURL=editor_fr_style.css.map */