@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: "NotoSansCJKtc-Bold";
  src: local("NotoSansCJKtc"), url("fonts/NotoSansCJKtc-Bold.otf") format("OpenType");
  font-display: swap;
}
@font-face {
  font-family: "DMSans-Bold";
  src: local("NotoSansCJKtc"), url("fonts/DMSans-Bold.ttf") format("OpenType");
  font-display: swap;
}
.title-bg {
  position: relative;
  background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
  padding: 0 4px;
  color: #030303;
}
.title-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
  -webkit-animation: boxout 0.8s 0.4s forwards ease-in;
          animation: boxout 0.8s 0.4s forwards ease-in;
}

.active {
  display: block;
}

@-webkit-keyframes boxout {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

@keyframes boxout {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
body::before {
  content: "";
  width: 100%;
  height: 600px;
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}

.nowrap {
  white-space: nowrap;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col-md-6 {
  width: 50%;
}

.page-bannner {
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 60px;
}
.page-bannner .marquee .marquee--group::after {
  content: "";
  background-size: cover;
  width: 120px;
  height: 120px;
  display: block;
  position: absolute;
  top: 25px;
}
.page-bannner .marquee span {
  color: #111;
  font-size: 200px;
}
.page-bannner .banner-text {
  position: absolute;
  bottom: 0;
  padding: 80px 60px 20px;
  width: 100%;
  text-align: center;
  background-image: unset;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: unset;
          animation: unset;
}
.page-bannner .banner-text h1 {
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  opacity: 1;
}
.page-bannner .banner-text .banner-text-bottom {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 5px;
}
.page-bannner .banner-text .banner-text-bottom .JP {
  font-size: 64px;
}
.page-bannner .scrollDown {
  background-color: #030303;
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

.page-wrap {
  padding-bottom: 120px;
  position: relative;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.side-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 360px;
  padding-left: 50px;
  padding-top: 16px;
}
.side-menu.fixed {
  position: fixed;
  top: 120px;
}
.side-menu > li {
  position: relative;
  margin-right: 16px;
}
.side-menu > li a {
  padding: 8px 16px;
  display: block;
}
.side-menu > li a:hover {
  text-decoration: none;
}
.side-menu > li .svg {
  width: 14px;
  margin-left: 16px;
  position: absolute;
  top: 13px;
  right: 8px;
}
.side-menu > li.active a {
  font-weight: bold;
  background: #fff;
}
.side-menu .sub {
  list-style: none;
  padding-left: 10px;
}
.side-menu .sub li:last-child {
  border-bottom: 0;
}
.side-menu .sub li a {
  font-size: 16px;
  padding: 4px 16px;
}

.page-content {
  width: calc(100% - 420px);
  padding: 0 16px;
  margin-top: 24px;
  margin-left: 420px;
}
.page-content::before {
  content: "";
  -webkit-filter: blur(3rem);
  filter: blur(15rem);
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
}
.page-content .en {
  font-family: "DMSans-Bold", "NotoSansCJKtc-Bold", "微軟正黑體";
  position: absolute;
  font-size: 144px;
  right: 0;
  top: 0;
  color: #fff;
  z-index: -1;
  line-height: 1;
}

h3 .jp-text {
  display: block;
}

@-webkit-keyframes changeImg {
  0% {
    background-image: url(../images/2019-1209-112158.JPG);
  }
  50% {
    background-image: url(../images/主視覺OK_PlanB-1.png);
  }
  100% {
    background-image: url(../images/2019-1209-112158.JPG);
  }
}

@keyframes changeImg {
  0% {
    background-image: url(../images/2019-1209-112158.JPG);
  }
  50% {
    background-image: url(../images/主視覺OK_PlanB-1.png);
  }
  100% {
    background-image: url(../images/2019-1209-112158.JPG);
  }
}
.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 16px;
  margin: auto;
}
.box:first-child {
  border-top: 0px solid #555;
}
.box .text {
  width: 55%;
  padding: 0 36px;
}
.box .text p {
  text-align: justify;
  line-height: 1.8;
}
.box .img {
  width: 45%;
  text-align: center;
}
.box .img img {
  border-radius: 20px;
  max-width: 450px;
  border: 10px solid #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(17, 17, 17, 0.1215686275);
          box-shadow: 0 0 15px rgba(17, 17, 17, 0.1215686275);
}
.box .img:hover img {
  -webkit-transform: rotateZ(9deg);
          transform: rotateZ(9deg);
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

.exImg {
  width: 100%;
  max-width: 768px;
  display: block;
  margin-bottom: 16px;
  margin: auto;
  border-radius: 12px;
}

.exTxt {
  max-width: 600px;
  display: block;
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 32px;
  margin: 12px auto;
}
.exTxt span {
  position: relative;
}
.exTxt span:before {
  content: "";
  position: absolute;
  background: #ddd;
  border-radius: 4px;
  width: 104%;
  height: 100%;
  -webkit-transform: translateY(4px) translateX(-2px);
          transform: translateY(4px) translateX(-2px);
  z-index: -1;
}

.aboutPage {
  position: relative;
}
.aboutPage .page-content {
  padding: 0;
}
.aboutPage .title-bg {
  background-image: linear-gradient(120deg, #24dfb1 0%, #eecf1f 100%, #FBA2CC 100%);
  color: #fff;
  text-shadow: 0 0 10px rgba(17, 17, 17, 0.2745098039);
}
.aboutPage .box-a1 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.aboutPage .box-a1::before {
  content: "";
  background-color: #fff;
  height: 100%;
  width: 125%;
  position: absolute;
  right: -50%;
  border-radius: 25px;
  z-index: -1;
  -webkit-box-shadow: 0 0 15px hsla(0deg, 0%, 41%, 0.253);
          box-shadow: 0 0 15px hsla(0deg, 0%, 41%, 0.253);
  margin-bottom: 40px;
}
.aboutPage .box-a1 .img img {
  border-radius: 25px;
  border: 10px solid #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(17, 17, 17, 0.1215686275);
          box-shadow: 0 0 15px rgba(17, 17, 17, 0.1215686275);
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
  max-height: 550px;
  width: auto;
  margin: auto;
}
.aboutPage .box-a1 .img:hover img {
  -webkit-transform: rotateZ(5deg);
          transform: rotateZ(5deg);
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
.aboutPage .box-a1 .text sup {
  color: #24dfb1;
}
.aboutPage .box-a2 {
  max-width: 1400px;
  position: relative;
}
.aboutPage .box-a2::before {
  content: "";
  background-image: linear-gradient(120deg, #53ecc6 30%, #f7e16a 100%);
  height: 80%;
  width: 80%;
  position: absolute;
  left: -50%;
  border-radius: 25px;
  z-index: -1;
}
.aboutPage .noteBox {
  color: #5d5d5d;
  padding: 32px 40px;
  width: 90%;
  margin: auto;
  border-radius: 20px;
}
.aboutPage .noteBox ol, .aboutPage .noteBox ul {
  padding-left: 2.5em;
}
.aboutPage .noteBox b {
  color: #000;
}
.aboutPage .noteBox .note-title {
  border-radius: 3px;
  background-color: #333;
  color: #fff;
  padding: 2px 8px;
  margin-bottom: 16px;
}

.d1 .era60 {
  background-image: linear-gradient(60deg, #f8e7ff 0%, #f5bfe9 100%);
}
.d1 .era70 {
  background-color: #E5FAAA;
  background-image: linear-gradient(-120deg, #d4fcee 0%, #f1eab9 100%);
}
.d1 .era80 {
  background-color: #B6F3FA;
  background-image: linear-gradient(-120deg, #d8f8fc 0%, #c8def7 100%);
}
.d1 .era90 {
  background-image: linear-gradient(236deg, #ffb4ba 0%, #ffd9ac 100%);
}
.d1 table {
  width: 100%;
  padding: 8px;
  border-bottom: 1px solid;
}
.d1 table:last-child {
  border-bottom: 0px solid;
}
.d1 table td {
  padding: 15px;
  word-break: break-word;
  text-align: left;
}
.d1 table td:nth-child(1) {
  width: 10%;
  text-align: center;
  white-space: nowrap;
}
.d1 table td:nth-child(2) {
  width: 32%;
}
.d1 table td:nth-child(3) {
  width: 36%;
}
.d1 table td:nth-child(4) {
  width: 22%;
  text-align: center;
}
.d1 table tr:last-child {
  border-bottom: 0;
}
.d1 table .th td:first-child {
  text-align: left;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.4196078431);
}

#myModal {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background: rgba(1, 50, 113, 0.95);
  -webkit-transition: 2s;
  transition: 2s;
}
#myModal.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

#myModal.show {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}

.toPost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 56px;
  height: 56px;
  top: 24px;
  right: 24px;
  background-color: #dadada;
  -webkit-box-shadow: 3px 4px #111;
          box-shadow: 3px 4px #111;
  border: 1px solid #111;
  border-radius: 100%;
}
.toPost img {
  -webkit-filter: brightness(7);
          filter: brightness(7);
  width: 50%;
}
.toPost:hover {
  background-color: #FD9264;
}

.FB-dialog {
  width: 75vw;
  margin: 30px auto;
  max-width: unset;
  pointer-events: unset;
}
.FB-dialog .modal-header {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.FB-dialog .modal-header h3 {
  width: 100%;
}
.FB-dialog .modal-header img {
  width: 20px;
}
.FB-dialog .modal-header .tofbPost {
  font-weight: 400;
  padding: 2px 8px;
  background-color: #c8e4f3;
  color: #111;
  border-radius: 6px;
  white-space: nowrap;
  font-family: "微軟正黑體";
  height: 30px;
  margin-right: 8px;
}
.FB-dialog .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  overflow: hidden;
}
.FB-dialog .modal-body .modal-img {
  width: 40%;
}
.FB-dialog .modal-body .modal-img .modal-cover {
  position: relative;
  max-width: 496px;
  margin: auto;
}
.FB-dialog .modal-body .modal-img .modal-cover .top-label {
  position: absolute;
  width: 181px;
  top: -12px;
  left: -4%;
}
.FB-dialog .modal-body .modal-img .modal-cover .bottom-label {
  position: absolute;
  width: 122px;
  bottom: -18px;
  right: -22px;
}
.FB-dialog .modal-body .modal-img .modal-cover .CD {
  border-radius: 10px;
}
.FB-dialog .modal-body .modal-img .modal-img-note {
  font-size: 14px;
  color: #888;
  margin-top: 20px;
  padding: 0 40px;
}
.FB-dialog .modal-body .modal-info {
  width: 60%;
  padding: 0 30px;
  height: 68vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: scroll;
}
.FB-dialog .modal-body .modal-info::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.075);
  background-color: #eee4de;
}
.FB-dialog .modal-body .modal-info::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(0, 0, 0, 0.356);
}
.FB-dialog .modal-body .modal-info::-webkit-scrollbar-thumb {
  background-color: #555;
}
.FB-dialog .modal-body .modal-info .time h3 {
  text-align: left;
}
.FB-dialog .modal-body .modal-info .note {
  color: #858585;
  font-size: 14px;
}
.FB-dialog .modal-body .modal-info a {
  color: #2769B3;
  word-break: break-all;
}
.FB-dialog .modal-body .modal-info.col-12 {
  width: 100%;
}
.FB-dialog .modal-body .modal-info.col-12 thead {
  background-color: #e5e7ec;
  text-align: center;
}
.FB-dialog .modal-body .modal-info.col-12 td {
  padding: 4px;
  border: 1px solid #e5e7ec;
}
.FB-dialog .modal-body .modal-info.col-12 td:nth-child(1), .FB-dialog .modal-body .modal-info.col-12 td:nth-child(3) {
  text-align: center;
}
.FB-dialog .modal-body .modal-info.col-12 .text-center {
  background-color: aliceblue;
  position: relative;
  border-left: 3px solid #607D8B;
  padding: 12px;
  font-weight: bold;
}
.FB-dialog .modal-body .modal-info .modal-info-content {
  text-align: justify;
}
.FB-dialog .modal-body .modal-info b {
  font-size: larger;
}
.FB-dialog .modal-body .modal-info .toPost {
  top: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 28px;
  height: 28px;
  position: unset;
  background: transparent;
  opacity: 0.5;
}
.FB-dialog .modal-body .modal-info .td-num {
  font-weight: bold;
}
.FB-dialog .modal-body ul {
  list-style: inherit;
  padding-left: 2.5em;
}
.FB-dialog .modal-body ul.nav-tabs {
  border-bottom: 1px solid #111;
  padding-left: 0;
  list-style: none;
}
.FB-dialog .modal-body .nav-tabs > li {
  width: 25%;
  text-align: center;
  margin-bottom: -1px;
}
.FB-dialog .modal-body .nav-tabs > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  padding: 10px;
}
.FB-dialog .modal-body .nav-tabs > li:nth-child(1) a.active {
  background-color: #f7cff2;
}
.FB-dialog .modal-body .nav-tabs > li:nth-child(2) a.active {
  background-color: #dcf6de;
}
.FB-dialog .modal-body .nav-tabs > li:nth-child(3) a.active {
  background-color: #d5f3fb;
}
.FB-dialog .modal-body .nav-tabs > li:nth-child(4) a.active {
  background-color: #ffb4ba;
}
.FB-dialog .modal-body .nav-tabs > li a.active {
  border: 1px solid #111;
  border-bottom: 1px solid transparent;
}
.FB-dialog .modal-body .tab-content {
  margin-bottom: 32px;
  border: 1px solid;
  border-top: 0;
}
.FB-dialog .modal-content {
  border-radius: 0 10px 10px 10px;
  border: 1px solid #111;
}
.FB-dialog .modal-footer {
  color: #858585;
  font-size: 14px;
}
.FB-dialog button.close {
  border: 1px solid #000;
  position: absolute;
  left: -55px;
  top: -1px;
  background: #fff;
  padding: 10px 15px;
  border-radius: 8px 0 0 8px;
  font-size: 32px;
  z-index: -1;
  opacity: 1;
}
.FB-dialog button.close:hover {
  background-color: #030303;
  color: #fff;
}

.in .modal-content {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}

#nextPost, #prevPost {
  position: absolute;
  top: 50%;
  cursor: pointer;
}
#nextPost:hover, #prevPost:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#nextPost {
  right: -10%;
}

#prevPost {
  left: -10%;
}

.fbPage {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#dfe9f3), to(white));
  background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
}
.fbPage::before {
  background-image: url(../images/fb_bg.png);
}
.fbPage .page-bannner .marquee .marquee--group::after {
  background-image: url(../images/fb_light.png);
}
.fbPage .page-content {
  padding: 0;
}
.fbPage .title-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#00c6fb), to(#005bea));
  background-image: linear-gradient(to right, #00c6fb 0%, #005bea 100%);
  color: #fff;
}

.fbPost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fbPost .fbPost-card {
  width: 32.3%;
  padding: 32px;
  margin: 0%;
  margin-right: 1%;
  margin-bottom: 1%;
  -webkit-box-shadow: 0 0 15px hsla(0deg, 0%, 41%, 0.253);
          box-shadow: 0 0 15px hsla(0deg, 0%, 41%, 0.253);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 15px;
  background-color: #fff;
}
.fbPost .fbPost-card .fb-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: justify;
}
.fbPost .fbPost-card .fb-post, .fbPost .fbPost-card .fb-post-title, .fbPost .fbPost-card .top-label, .fbPost .fbPost-card .bottom-label, .fbPost .fbPost-card .fb-img-note {
  display: none;
}
.fbPost .fbPost-card .fb-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #e5e7ec;
  border-radius: 8px;
  padding: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
  font-size: smaller;
}
.fbPost .fbPost-card .fb-author .author::before {
  content: "/";
  color: #888;
}
.fbPost .fbPost-card .more-btn {
  text-align: right;
  color: #888;
  cursor: pointer;
}
.fbPost .fbPost-card:hover .fb-cover img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
}
.fbPost .fbPost-card:hover .more-btn {
  color: #FD9264;
}

.gPage {
  background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
}
.gPage::before {
  background-image: url(../images/G_bg.png);
}
.gPage .page-bannner .marquee .marquee--group::after {
  background-image: url(../images/G_light.png);
}
.gPage .FB-dialog .modal-header h3 {
  padding-right: 0;
  font-size: 24px;
  margin: 8px;
}
.gPage .title-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#e4afcb), color-stop(0%, #b8cbb8), color-stop(0%, #b8cbb8), color-stop(30%, #e2c58b), color-stop(64%, #c2ce9c), to(#7edbdc));
  background-image: linear-gradient(to right, #e4afcb 0%, #b8cbb8 0%, #b8cbb8 0%, #e2c58b 30%, #c2ce9c 64%, #7edbdc 100%);
  color: #000;
}
.gPage .fbPost {
  border-bottom: 0;
  margin-bottom: 24px;
}
.gPage #myModal {
  background-image: -webkit-gradient(linear, left top, right top, from(#e4afcb), color-stop(0%, #b8cbb8), color-stop(0%, #b8cbb8), color-stop(30%, #e2c58b), color-stop(64%, #c2ce9c), to(#7edbdc));
  background-image: linear-gradient(to right, #e4afcb 0%, #b8cbb8 0%, #b8cbb8 0%, #e2c58b 30%, #c2ce9c 64%, #7edbdc 100%);
}
.gPage #myModal .j-txt {
  color: #018c7f;
}
.gPage #myModal .CD {
  -webkit-box-shadow: 3px 4px #dfc68d;
          box-shadow: 3px 4px #dfc68d;
  border: 1px solid #dfc68d;
}

.G-title {
  font-size: 48px;
  padding: 8px 12px;
  background-repeat: repeat-x;
  background-position: left center;
  background-size: contain;
  color: transparent;
  scroll-padding-top: 80px;
}
.G-title:not(:first-child) {
  border-top: 0;
}

#g1960, #y1960 {
  background-image: url(../images/1960.png);
}

#g1970, #y1970 {
  background-image: url(../images/1970.png);
}

#g1980, #y1980 {
  background-image: url(../images/1980.png);
}

#g1990, #y1990 {
  background-image: url(../images/1990.png);
}

#g2000, #y2000 {
  background-image: url(../images/2OOO年代.png);
}

#g2010, #y2010 {
  background-image: url(../images/2O1O年代.png);
}

#gjpop {
  background-image: url(../images/jpop.png);
}

.poetryPage {
  background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
}
.poetryPage::before {
  background-image: url(../images/p_bg.png);
}
.poetryPage .page-bannner .marquee .marquee--group::after {
  background-image: url(../images/p_light.png);
}
.poetryPage .FB-dialog .modal-header h3 {
  padding-right: 0;
}
.poetryPage .title-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#f77062), to(#fe5196));
  background-image: linear-gradient(to right, #f77062 0%, #fe5196 100%);
  color: #fff;
}
.poetryPage #myModal {
  background-image: -webkit-gradient(linear, left top, right top, from(#f77062), to(#fe5196));
  background-image: linear-gradient(to right, #f77062 0%, #fe5196 100%);
}
.poetryPage #myModal .j-txt {
  color: #fe5196;
}

.eraPage::before {
  background-image: url(../images/era_bg.png);
}
.eraPage .page-bannner .marquee .marquee--group::after {
  background-image: url(../images/era_light.png);
}
.eraPage .jp-text {
  color: #6654F1;
}
.eraPage .title-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#69EACB), color-stop(48%, #EACCF8), to(#6654F1));
  background-image: linear-gradient(-270deg, #69EACB 0%, #EACCF8 48%, #6654F1 100%);
  color: #000;
}
.eraPage #myModal {
  background-image: linear-gradient(-210deg, #69EACB 0%, #EACCF8 48%, #6654F1 100%);
}
.eraPage #myModal .CD {
  -webkit-box-shadow: 3px 4px #b6f7d2;
          box-shadow: 3px 4px #b6f7d2;
  border: 1px solid #b6f7d2;
}
.eraPage #myModal .modal-info .j-txt {
  color: #3F51B5;
}
.eraPage #myModal .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.eraPage .G-title {
  font-size: 24px;
}
.eraPage .time span {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.eraPage .fbPost-card {
  width: 49%;
  position: relative;
  overflow: hidden;
}
.eraPage .fbPost-card .fb-cover {
  position: absolute;
  right: 0;
  width: 50%;
  opacity: 0.1;
}
.eraPage .fbPost-card:hover .fb-cover {
  opacity: 0.8;
  mix-blend-mode: multiply;
}
.eraPage .time-box {
  position: relative;
  border-radius: 25px;
  padding: 30px;
  margin-bottom: 40px;
  width: 100%;
}
.eraPage .time-box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.eraPage .time-box .text {
  width: 60%;
  text-align: justify;
}
.eraPage .time {
  font-size: 100px;
  font-family: "DMSans-Bold", "NotoSansCJKtc-Bold", "微軟正黑體";
  padding-right: 20px;
}
.eraPage .time span {
  font-size: 36px;
}

.collectPage {
  background-image: linear-gradient(120deg, #a6c0fe 0%, #ffc6e1 100%);
}
.collectPage .nav-tabs > li {
  width: 50%;
  text-align: center;
}
.collectPage .page-content {
  max-width: 1320px;
}
.collectPage .box .img {
  width: 60%;
}
.collectPage .box .img img {
  width: 60%;
}
.collectPage .nav-tabs {
  margin-bottom: 20px;
}
.collectPage .nav-tabs > li a {
  display: block;
  padding: 10px;
}
.collectPage .nav-tabs > li a h2 {
  margin-bottom: 0;
}
.collectPage .nav-tabs > li a.active {
  background-color: #fff;
}

.cooperationP {
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}
.cooperationP .jp-text {
  color: #2769B3;
}
.cooperationP .box {
  border-bottom: 1px solid #69410c;
}
.cooperationP .box .text {
  width: 100%;
}
.cooperationP .toPost {
  top: 64px;
}

.reportPage {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffecd2), to(#fce7e0));
  background-image: linear-gradient(to right, #ffecd2 0%, #fce7e0 100%);
}
.reportPage .title-bg {
  color: #fff;
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
}
.reportPage h3 {
  text-align: center;
}
.reportPage .page-content {
  padding: 0;
  border: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52vh;
  overflow: hidden;
}
.reportPage .text {
  text-align: justify;
  width: 60%;
  overflow-y: scroll;
  padding-top: 12px;
}
.reportPage .text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.075);
  background-color: #eee4de;
}
.reportPage .text::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(0, 0, 0, 0.356);
}
.reportPage .text::-webkit-scrollbar-thumb {
  background-color: #13547a;
}
.reportPage .text p {
  margin: auto;
  margin-bottom: 25px;
  padding: 0 60px;
}
.reportPage .text .note {
  color: #858585;
  font-size: 14px;
  text-align: center;
}
.reportPage .Img {
  position: relative;
  width: 40%;
  border-right: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/p0017_m.jpg);
}
.reportPage .Img img {
  width: 80%;
  border-radius: 25px;
}
.reportPage .swiper-container {
  text-align: center;
  padding-bottom: 36px;
}

.videoPage {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffecd2), to(#fce7e0));
  background-image: linear-gradient(to right, #ffecd2 0%, #fce7e0 100%);
}
.videoPage .title-bg {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#30cfd0), to(#330867));
  background-image: linear-gradient(to right, #30cfd0 0%, #330867 100%);
}
.videoPage .jp-text {
  color: #2769B3;
}
.videoPage #myModal {
  background: rgba(197, 183, 170, 0.95);
}
.videoPage .fbPost-card {
  width: 49%;
  padding: 0;
}
.videoPage #nextPost {
  right: -10%;
  z-index: 100;
}
.videoPage #prevPost {
  left: -10%;
  z-index: 100;
}

.videobox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: contain;
}

.videobox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width: 1440px) {
  .aboutPage .box-a1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .aboutPage .box-a1 .img, .aboutPage .box-a1 .text {
    width: 100%;
  }
  .aboutPage .box-a1:before {
    right: -27%;
  }
  .box2 .img img {
    height: 500px;
  }
  .fbPost .fbPost-card {
    width: 46%;
    padding: 16px;
    margin: 2%;
  }
  .fbPost .fbPost-card .fb-txt {
    font-size: 16px;
  }
  .video-outer .fbPost-card {
    padding: 0;
  }
  .gPage .fbPost .fbPost-card {
    width: 29.3%;
  }
  .eraPage .time {
    font-size: 72px;
  }
  .eraPage .time span {
    font-size: 20px;
  }
  .side-menu {
    width: 300px;
  }
  .page-content {
    width: calc(100% - 330px);
    margin-left: 330px;
  }
}
@media screen and (max-width: 1200px) {
  .page-bannner .banner-text {
    padding: 80px 20px 20px;
  }
  #myModal.show {
    display: block !important;
  }
  .box2 .img img {
    height: 450px;
  }
  .box2::before {
    height: 100%;
  }
  .banner-text h1, .banner-text .banner-text-bottom {
    display: none;
  }
  .banner-text .mb-banner-text {
    display: block;
  }
  .side-menu {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0px;
    padding-left: 20px;
  }
  .side-menu li {
    border-bottom: 0;
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .side-menu li a {
    font-weight: bold;
    background: #fff;
    font-size: 16px;
    -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1490196078);
            box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1490196078);
    padding-right: 25px;
  }
  .side-menu .sub {
    list-style: none;
    padding-left: 10px;
    width: 100%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 14px;
  }
  .gPage .side-menu > li:nth-child(1) {
    width: 100%;
  }
  .page-content {
    margin-left: 0;
    width: 100%;
  }
  .FB-dialog .modal-header h3 {
    margin: 0;
  }
  .FB-dialog .G-title {
    padding: 0;
    margin: 0;
  }
  .FB-dialog .modal-body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .FB-dialog .modal-body .modal-img {
    margin-bottom: 15px;
    padding-top: 35px;
    width: 100%;
  }
  .FB-dialog .modal-body .modal-img .modal-cover {
    width: 50%;
  }
  .FB-dialog .modal-body .modal-img .modal-cover .top-label {
    width: 166px;
    top: -13px;
    left: -7%;
  }
  .FB-dialog .modal-body .modal-img .modal-cover .bottom-label {
    width: 107px;
    bottom: -18px;
    right: -44px;
  }
  .FB-dialog .modal-body .modal-info {
    width: 100%;
    height: auto;
    overflow: auto;
  }
  #nextPost, #prevPost {
    position: absolute;
    top: 28vh;
  }
  #nextPost {
    right: 10%;
  }
  #prevPost {
    left: 10%;
  }
}
@media screen and (max-width: 992px) {
  .box1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .box1 .img, .box1 .text {
    width: 100%;
  }
  .box2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .box2::before {
    width: 130%;
  }
  .box2 .text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .box2 .img {
    width: 100%;
  }
  .box2 .img img {
    height: 270px;
    position: absolute;
    -webkit-transform: translateY(-100px) translateX(141px);
            transform: translateY(-100px) translateX(141px);
  }
  .box {
    padding: 20px;
  }
  .box3, .box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .box3 .img, .box3 .text, .box .img, .box .text {
    width: 100%;
  }
  .box3 .text:first-child, .box .text:first-child {
    padding-bottom: 0;
  }
  .box3 .text:nth-child(2), .box .text:nth-child(2) {
    padding-top: 0;
  }
  .page-bannner {
    height: 280px;
  }
  .page-bannner .marquee span {
    font-size: 104px;
  }
  .page-bannner .banner-text h1 {
    font-size: 24px;
  }
  .page-bannner .banner-text .banner-text-bottom .JP {
    font-size: 32px;
  }
  .page-bannner .banner-text .banner-text-bottom h2 {
    font-size: 18px;
  }
  .FB-dialog .modal-body .nav-tabs > li {
    width: auto;
  }
  .G-title {
    font-size: 24px;
  }
  .d1 table td {
    padding: 4px;
  }
  #nextPost {
    right: -6%;
  }
  #prevPost {
    left: -6%;
  }
  .aboutPage .box-a1::before {
    right: -30%;
  }
  .reportPage .page-content {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 0;
    overflow: auto;
  }
  .reportPage .Img, .reportPage .text {
    width: 100%;
  }
  .reportPage .Img {
    background-image: unset;
    padding-top: 20px;
    border: 0;
  }
  .reportPage .text {
    overflow: auto;
  }
}
@media screen and (max-width: 768px) {
  body::before {
    height: 300px;
  }
  .banner-text {
    padding: 80px 24px 20px;
  }
  .box2 .img {
    display: none;
  }
  #nextPost, #prevPost {
    width: 85px;
    top: 24vh;
  }
  .video-box {
    padding: 16px;
  }
  .video-box .Img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .video-box .Text {
    width: 100%;
    padding-left: 0;
    display: block;
  }
  .video-box .Text .txt {
    width: 100%;
  }
  .page-bannner .marquee .marquee--group::after {
    width: 80px;
    height: 80px;
    top: 0px;
  }
  .collectPage h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .FB-dialog {
    margin: auto;
    margin-top: 15px;
    width: 85vw;
  }
  .FB-dialog button.close {
    left: -25px;
    padding: 4px 4px;
  }
  .FB-dialog .modal-header .G-title {
    height: 45px;
    margin-left: 17px;
    width: 95%;
  }
  .FB-dialog .modal-footer {
    font-size: 14px;
  }
  .FB-dialog .modal-body .nav > li {
    width: 50%;
  }
  .FB-dialog .modal-body .modal-info {
    padding: 0;
  }
  .FB-dialog .modal-body .modal-img .modal-cover {
    width: 80%;
  }
  .FB-dialog .modal-body .modal-img .modal-cover .top-label {
    width: 124px;
  }
  .FB-dialog .modal-body .modal-img .modal-cover .bottom-label {
    width: 90px;
  }
  .FB-dialog .modal-body .modal-img .modal-img-note {
    padding: 0;
  }
  .FB-dialog .modal-body .nav-tabs {
    margin-bottom: 8px;
    border-bottom: 0;
  }
  .FB-dialog .modal-body .nav-tabs > li > a.active {
    border-bottom: 1px solid;
  }
  .FB-dialog table, .FB-dialog tbody, .FB-dialog tr {
    display: block;
  }
  .FB-dialog .nav > li > a {
    border-radius: 4px;
  }
  .reportPage .text p {
    padding: 0 16px;
  }
  .aboutPage .box-a1 .img img {
    max-height: 330px;
  }
  .aboutPage .noteBox {
    padding: 32px 12px;
  }
  .page-bannner .banner-text {
    padding: 80px 20px 20px;
  }
  .page-bannner .banner-text .banner-text-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-bannner .marquee span {
    font-size: 72px;
  }
  .side-menu {
    padding-left: 16px;
  }
  .toPost {
    width: 48px;
    height: 48px;
  }
  .cooperationP .box .text {
    padding-left: 0;
    padding-right: 50px;
  }
  .reportPage .text .note, .reportPage h3 {
    text-align: left;
    padding: 0 15px;
  }
  .d1 table {
    border-top: 1px solid;
  }
  .d1 table .th td {
    display: block;
    width: 100% !important;
  }
  .d1 table h3 span {
    display: block;
    font-size: small;
  }
  .d1 table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px dashed #737373;
  }
  .d1 table td {
    display: block;
    padding: 4px;
  }
  .d1 table td:nth-child(2)::after, .d1 table td:nth-child(3)::after {
    content: "，";
  }
  .d1 table td:nth-child(1) {
    width: 32px;
  }
  .d1 table td:nth-child(2) {
    width: calc(100% - 32px);
  }
  .d1 table td:nth-child(3) {
    width: calc(100% - 76px);
    padding-left: 36px;
  }
  .d1 table td:nth-child(4) {
    width: 76px;
  }
  .fbPost .fbPost-card, .gPage .fbPost .fbPost-card {
    width: 90%;
    padding: 16px;
    margin: 2.5% 5%;
  }
}
/*# sourceMappingURL=page.css.map */