@charset "UTF-8";
body {
  background: #ebebeb;
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.kf-detail-content a {
  color: #0099FF;
}

.kf-detail-content a:hover {
  text-decoration: underline;
  color: #0066FF;
}

/*============================================================================================
*
* 影片專區
*
============================================================================================*/
/*============================================================
* 影片專區 > 選單設定
============================================================*/
/*--增加開啟所有影集按鈕--*/
.open-all-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0 2em;
  height: 50px;
  line-height: 48px;
  margin: 0 0 1rem 0.5rem;
  border-radius: 5px;
  background-color: transparent;
  outline: 0;
  border: 0;
  color: #5ea4f4;
  border: 1px solid #5ea4f4;
}

.open-all-btn:hover, .open-all-btn:focus {
  color: white;
  background: #5ea4f4;
}

/*--增加開啟所有影集按鈕--*/
.st-container {
  width: 100%;
  z-index: 9999;
  pointer-events: none;
}

.st-menu-open {
  pointer-events: auto;
}

#st-trigger-effects, .video-menu {
  pointer-events: auto;
}

.video-live {
  padding: 40px;
}

.video-menu-wrap, .video-menu, .video-menu-ul li a, .submenu {
  display: block;
}

.video-menu-wrap {
  height: 100%;
  position: absolute;
  background-color: white;
  z-index: 9999;
  width: 350px;
  padding: 0;
  left: -350px;
  border-right: 2px solid #d84349;
}

.video-menu-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 2em 0 3.75em;
  height: 50px;
  margin: 0 0 1rem 0;
  border-radius: 5px;
  background-color: transparent;
  outline: 0;
  border: 0;
  color: #d84349;
  border: 1px solid #d84349;
}

.video-menu-link:hover {
  background-color: #d84349;
  color: white;
}

.video-menu-link > i, .video-menu-link > i:before, .video-menu-link > i:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #d84349;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  left: 0;
}

.video-menu-link:hover > i,
.video-menu-link:hover > i:before,
.video-menu-link:hover > i:after {
  background-color: white;
}

.video-menu-link > i {
  top: 25px;
  left: calc(50% - 4em);
}

.video-menu-link > i:before {
  top: -3px;
}

.video-menu-link > i:after {
  top: 3px;
}

.video-menu-link:hover > i:before {
  top: -5px;
}

.video-menu-link:hover > i:after {
  top: 5px;
}

.video-menu-ul > li {
  padding: 10px 0;
}

.video-menu-ul li a {
  padding: 20px 15px 20px 50px;
  font-size: 1.2rem;
  position: relative;
}

.video-menu-ul li a:after {
  position: absolute;
  left: 50px;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 2em;
  height: 1px;
  background-color: #d84349;
}

.submenu {
  padding: 5px 0 18px 0;
  border-bottom: 1px solid #ebebeb;
}

.video-menu-ul > li:first-child {
  padding: 20px 0 10px 0;
}

.video-menu-ul li a ~ .submenu a {
  font-size: 1rem;
  padding: 20px 15px 20px 70px;
  color: #3a3a3a;
}

.video-menu-ul li a ~ .submenu a:after {
  display: none;
}

.video-menu-ul li a:hover {
  color: #d84349;
}

.video-menu-ul li a ~ .submenu a:hover, .video-menu-ul li a ~ .submenu a.current {
  color: #fff;
  background-color: #d84349;
}

/*---開合---*/
.video_open {
  left: 0 !important;
  -webkit-box-shadow: 10px 5px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 10px 5px 30px rgba(0, 0, 0, 0.25);
}

.video_open .video-menu-link > i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.video_open .video-menu-link > i:before {
  -webkit-transform: rotate(90deg);
  left: calc(50% - 10px);
  top: calc(50% - 1px);
}

.video_open .video-menu-link > i:after {
  display: none;
}

@media (max-width: 900px) {
  .video-menu-wrap {
    top: 0;
    min-height: 100%;
  }
}
@media (max-width: 544px) {
  .video-menu-link {
    width: 100%;
    background-color: #d84349;
    color: white;
  }

  .video-menu-link > i, .video-menu-link > i:before, .video-menu-link > i:after {
    background-color: white;
  }

  .video-menu-wrap {
    top: 0;
    min-height: 100%;
  }

  .open-all-btn {
    display: block;
    background-color: #5ea4f4;
    color: white;
    margin-left: 0;
  }

  .open-all-btn:hover {
    background-color: #2a57a6;
    border: 1px solid #2a57a6;
  }
}
@media (max-width: 380px) {
  .video-menu-wrap {
    width: 290px;
    left: -290px;
  }
}
/*============================================================
* 影片專區 > 內容區設定
============================================================*/
.media-wrapper, .video-bar {
  position: relative;
}

.media-wrapper img {
  width: 100%;
}

.video-bar, .video-description-wrap, .video-download-wrap ul, .video-download-wrap li, .video-download-wrap li a, .video-list-wrap, .video-list-wrap ul, .video-list-wrap li a, .video-list-wrap li figure, .video-list-text, .video-list-wrap h2 {
  display: block;
}

.video-bar {
  padding: 1em 0;
}

.video-title {
  font-size: 1.5em;
  padding-right: 5em;
}

.video-tag {
  top: 15px;
  left: 15px;
  display: inline-block;
  color: white;
  position: absolute;
  z-index: 900;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 5px 10px;
}

.watch-view-data {
  color: #999999;
}

.watch-view-data span {
  margin-right: 1rem;
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif;
  display: inline-block;
}

.view-count:before, .view-online:before {
  margin-right: 10px;
  font: normal normal normal 14px/1 FontAwesome;
}

.view-count:before {
  font: normal normal normal 15px/1 FontAwesome;
}

.video-pusher {
  border: 8px solid #ececec;
  padding: 1em 2em;
}

.video-top-btn {
  display: block;
  border-bottom: 1px solid #ebebeb;
}

.video-top-btn a {
  padding: 1em;
  display: inline-block;
  margin-bottom: -1px;
}

.video-top-btn a:hover {
  color: #2a57a6;
}

.video-top-btn a.current {
  border-bottom: 3px solid #2a57a6;
  color: #2a57a6;
}

.video-description-wrap, .video-download-wrap {
  padding: 1em 0;
}

.video-download-wrap li a {
  padding: 1em;
  border-bottom: 1px solid #ececec;
}

.video-download-wrap li a:hover {
  background-color: #f4f4f4;
  color: #2a57a6;
}

.video-list-wrap {
  padding: 2em 0;
  overflow: hidden;
}

.video-list-wrap h4 {
  font-size: 1.5em;
  padding: 1em 0;
}

.video-list-wrap li {
  width: calc(25% - 15px);
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
}

.video-list-wrap li:nth-child(4n+1) {
  clear: left;
  margin-left: 0px;
}

.video-list-wrap li figure {
  position: relative;
  overflow: hidden;
}

.video-list-wrap li figure img {
  width: 100%;
  float: left;
}

.video-latest, .video-time, .video-related {
  position: absolute;
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
}

.video-latest {
  border: 1px solid rgba(255, 255, 255, 0.5);
  top: 10px;
  left: 10px;
  padding: 5px 10px;
  font-size: 0.9em;
}

.video-time {
  bottom: 10px;
  right: 10px;
  padding: 4px 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.video-related {
  display: none;
  bottom: 10px;
  right: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 23px;
  font-size: 1.5em;
  font: normal normal normal 15px/1 FontAwesome;
}

.video-related:hover {
  color: #fbe251;
  border: 1px solid rgba(255, 235, 0, 0.5);
}

.video-list-text {
  padding: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*=======================================================================
* 影片專區 > 影片內容頁_2019.3.11擴充(加入最愛、分享、跳過片頭曲、重新整理)
=======================================================================*/
.video_operation {
  position: relative;
  margin-top: 1rem;
}

.collect_btn, .share_btn, .operation_btn {
  display: inline-block;
  border: 1px solid #999999;
  padding: 8px 15px;
  border-radius: 3px;
  margin-bottom: 5px;
}

.collect_btn {
  border: 1px solid #f64e56;
  color: #f64e56;
}

.share_btn {
  border: 1px solid #2a57a6;
  color: #2a57a6;
}

.collect_btn:hover {
  color: #ffffff;
  background-color: #f64e56;
  border: 1px solid #f64e56;
}

.share_btn:hover, .operation_btn:hover, .sb-open {
  color: #ffffff;
  background-color: #2a57a6;
  border: 1px solid #2a57a6;
}

.collect_btn em, .share_btn em, .operation_btn em {
  font-style: normal;
  font-family: "微軟正黑體";
  padding-left: 0.25rem;
}

.operation_btn {
  padding: 8px 15px;
  border-radius: 3px;
  background: transparent;
  text-align: left;
  color: #585858;
}

.video-bar > .is-active {
  color: #cacaca;
  border: 1px solid #cacaca;
}

.video-bar > .is-active:hover {
  color: #ffffff;
  border: 1px solid #cacaca;
  background-color: #cacaca;
}

@media (max-width: 544px) {
  .collect_btn, .share_btn, .operation_btn {
    width: calc(50% - 2px);
    text-align: center;
  }
}
/*--展開後的(分享連結)框--*/
.video-sharelink {
  visibility: hidden;
  position: relative;
  margin: 0;
  height: 0px;
  padding: 0rem;
  background: #fff;
  border-radius: 8px;
  -webkit-filter: drop-shadow(0 10px 20px rgba(33, 37, 41, 0.35));
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.sharelink-open {
  visibility: visible;
  margin: 1rem 0;
  padding: 2rem;
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.video-sharelink:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 155px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
}

.video-sharelink-title {
  color: #2a57a6;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.copy-bar {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
}

.copy-url {
  padding: 0.5rem 7rem 0.5rem 1rem;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #ebebeb;
  background: #f4f4f4;
}

.copy-btn {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0.4rem 1rem;
  background: #f4f4f4;
  color: #1279ef;
}

.set-time-ck {
  margin-right: 1rem;
}

.set-time input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.set-time input[type=checkbox] + label {
  position: relative;
  padding-left: 2rem;
  margin-right: 0.25rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.set-time input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  padding-left: 2px;
  border: 2px solid #909090;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 0rem;
}

.set-time input[type=checkbox]:checked + label:before {
  content: "✔";
  background: #2a57a6;
  color: white;
  border: 2px solid #2a57a6;
  line-height: 1rem;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
}

.set-at {
  max-width: 75px;
  padding: 0.25rem;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #9e9e9e;
  pointer-events: none;
  outline: 0;
}

.set-time input[type=checkbox]:checked + label + .set-at {
  position: relative;
  color: #555555;
  border-bottom: 1px solid #555555;
  pointer-events: auto;
}

.set-time input[type=checkbox]:checked + label + .set-at:focus {
  border-bottom: 2px solid #555555;
  margin-bottom: -1px;
}

/*再增加分享LINE、FB的功能*/
.share-social {
  padding: 0 0 1rem;
}

.share-social a {
  display: inline-block;
  margin-right: 0.5rem;
  text-align: center;
}

.share-social a:hover, .share-social a:focus {
  color: #2a57a6;
}

.share-social a figure {
  /*margin-bottom: .75rem;*/
  width: 60px;
  height: 60px;
}

.share-social a span {
  white-space: normal;
  font-size: 0.85rem;
}

@media (max-width: 900px) {
  .video-sharelink {
    margin: 0 0 1rem;
  }

  .no-overflow {
    overflow: inherit !important;
  }

  /*--給影片分享連結框js用的，勿動--*/
}
@media (max-width: 544px) {
  .set-at {
    max-width: 50px;
  }

  .sharelink-open {
    margin: 1rem 0;
  }

  .sharelink-open:before {
    left: calc(50% - 10px);
  }

  .share-social a {
    margin-right: 0.25rem;
  }

  .share-social a figure {
    width: 48px;
    height: 48px;
  }

  .share-social a span {
    display: none;
  }
}
@media (max-width: 400px) {
  .sharelink-open {
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 374px) {
  .set-time-ck {
    display: block;
  }
}
/*---第二階段開啟
.video-list-wrap li a:hover .video-time {display: none;}
.video-list-wrap li a:hover .video-related {display: block;}
第二階段開啟---*/
@media (max-width: 900px) {
  .video-live {
    padding: 0;
  }

  .video-latest, .video-time {
    font-size: 0.75em;
  }

  .video-latest {
    top: 5px;
    left: 5px;
  }

  .video-time, .video-related {
    bottom: 5px;
    right: 5px;
  }
}
@media (max-width: 650px) {
  .video-list-wrap li {
    width: calc(33.3333333333% - 14px);
  }

  .video-list-wrap li:nth-child(4n+1) {
    clear: none;
    margin-left: 20px;
  }

  .video-list-wrap li:nth-child(3n+1) {
    clear: left;
    margin-left: 0px;
  }

  .video-pusher {
    padding: 1em;
  }

  .video-top-btn a {
    padding: 10px;
    width: calc(50% - 4px);
    text-align: center;
  }
}
@media (max-width: 600px) {
  .video-list-wrap li {
    width: calc(50% - 11px);
  }

  .video-list-wrap li:nth-child(3n+1) {
    clear: none;
    margin-left: 20px;
  }

  .video-list-wrap li:nth-child(2n+1) {
    clear: left;
    margin-left: 0px;
  }
}
@media (max-width: 544px) {
  .video-list-wrap li {
    width: 100%;
    margin-left: 0px;
  }

  .video-list-wrap li:nth-child(2n+1), .video-list-wrap li:nth-child(3n+1) {
    clear: none;
    margin-left: 0px;
  }

  .collect_btn {
    top: 12px;
  }
}
@media (max-width: 500px) {
  .video-title {
    font-size: 1.2em;
  }
}
/*============================================================
* 影片專區 > 影片首頁
============================================================*/
.video-index-search {
  background-color: #f4f4f4;
  padding: 1.5em;
}

.video-index-search-txt, .video-index-search-btn {
  height: 2.375em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0.625em;
  font-size: 0.9375em;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  vertical-align: bottom !important;
  color: #9f9f9f;
  border: 1px solid silver;
  outline: none;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.video-index-search-txt {
  width: 300px;
}

.video-index-search-btn {
  background-color: #2a57a6;
  border: 0;
  color: white;
  padding: 0 20px;
}

.video-index-search input.video-index-search-btn:hover {
  background-color: #5ea4f4;
}

.video-index-wrap {
  display: block;
}

.video-index-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 15px;
}

.video-index-box:first-child {
  margin-left: 0;
}

.video-index-title {
  margin: 1.5rem 0 1rem;
  padding: 10px 0;
  background: url(../../images/gold-point.svg) no-repeat left 1.2em center;
  font-size: 1.5em;
}

.video-index-box figure {
  position: relative;
}

.video-index-box figure img {
  display: block;
  width: 100%;
}

/*--2020-04-15新增--*/
.life-video-Channel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lv-ul {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-y: scroll;
  /* padding-bottom: 10px; */
}

.lv-ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  white-space: nowrap;
}

.lv-ul::-webkit-scrollbar {
  height: 5px;
}

.lv-ul::-webkit-scrollbar-thumb {
  background: #545454;
  border-radius: 10px;
}

.lv-tab-btn {
  display: block;
  white-space: nowrap;
  margin: 0 0.25rem 1rem 0;
  min-width: 129px;
  padding: 0 0.75rem;
  /* background: url(../../images/life-video-tab.svg)no-repeat center top; 
  background-size: 129px 60px;  */
  color: #666666;
  font-size: 1.125rem;
  line-height: 40px;
  text-align: center;
}

.lv-tab-btn.active {
  /* background: url(../../images/life-video-tab_.svg)no-repeat center top;  */
  color: #fff;
  background: #2a57a6;
}

.lv-ul li:not(:last-child):after {
  content: "/";
  margin: 0 5px;
  color: #666666;
  font-size: 1.125rem;
  line-height: 40px;
}

/*--給捲軸時使用--*/
.items {
  position: relative;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  will-change: transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.items.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

/*--給捲軸時使用--*/
@media (max-width: 900px) {
  .video-index-wrap, .video-index-box {
    display: block;
  }

  .video-index-box {
    margin-left: 0;
  }

  .video-index-box figure img {
    width: 100%;
  }

  .life-video-Channel {
    margin-bottom: 1rem;
  }
}
@media (max-width: 544px) {
  .video-index-search-txt {
    width: 69%;
  }

  .video-index-search-btn {
    width: calc(30% - 4px);
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .video-index-box h1 {
    font-size: 1.2em;
  }
}
/*============================================================
* 影片專區 > 影片內容頁
============================================================*/
.video-wrap {
  padding: 40px;
  overflow: hidden;
}

.video-slice {
  width: 70%;
  float: left;
}

.video-wrap > .video-pusher {
  width: 30%;
  float: left;
  height: 426px;
  overflow-x: auto;
  padding: 1.5em;
}

.video-wrap > .video-pusher .video-top-btn a {
  float: left;
}

.video-wrap > .video-pusher .video-top-btn a:first-child {
  width: calc(100% - 97px);
}

.video-top-btn {
  overflow: hidden;
}

.video-type, .video-type h4, .video-bookmark, .video-search-album, .video-favorite {
  display: block;
}

.video-type {
  padding: 15px 30px;
}

.video-type h4, .video-type p {
  font-size: 1.5em;
  padding: 10px;
}

.video-type h4 {
  background: url(../../images/gold-point.svg) no-repeat left 1.65em center;
}

.video-type h4 i {
  display: inline-block;
  margin-left: 1em;
  color: #2a57a6;
}

.video-type figure {
  position: relative;
}

.video-type a.item {
  margin: 0 10px;
  float: left;
  width: 100%;
  max-width: calc(100% - 20px);
}

.video-type a.item img {
  width: 100%;
}

.video-type .owl-guide .owl-nav {
  padding: 0;
}

.video-type .owl-prev,
.video-type .owl-next {
  position: absolute;
  width: 49px;
  height: 49px;
  top: calc(50% - 49px);
  background-position: center center;
  font-size: 0;
}

.video-type .owl-prev {
  left: 0 !important;
  margin-left: -40px !important;
  background: url(../../images/video-type-prv.svg) no-repeat;
}

.video-type .owl-next {
  right: 0 !important;
  margin-right: -40px !important;
  background: url(../../images/video-type-next.svg) no-repeat;
}

.video-type .owl-prev:hover {
  margin-left: -33px !important;
}

.video-type .owl-next:hover {
  margin-right: -33px !important;
}

.subscribe {
  display: block;
}

.subscribe-btn {
  float: left;
  width: 50%;
  height: 40px;
  text-align: center;
  background: #d84349;
  color: white;
  border: 0;
  outline: 0;
}

.subscribe-btn:hover {
  background: #366fc4;
}

.subscribe-num {
  float: left;
  width: 50%;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background: #ebebeb;
}

.video-sections li a {
  display: block;
  padding: 5px 0;
  line-height: 1.2;
}

.video-sections li a time {
  color: #2a57a6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.video-sections li a:hover time, .video-sections li a:focus time, .video-sections li a.current time {
  color: white;
  padding-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.video-sections li a:hover, .video-sections li a:focus, .video-sections li a.current {
  color: white;
  background-color: #2a57a6;
}

.video-search-bar {
  border: 0;
  padding: 1em;
  margin: 0;
  background-color: #f4f4f4;
}

.video-search-bar input[type=text], .video-search-bar input[type=submit], .video-search-bar input[type=button] {
  height: 2.375em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0.625em;
  font-size: 0.9375em;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  vertical-align: bottom !important;
  color: #9f9f9f;
  border: 1px solid silver;
  outline: none;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.video-search-bar input[type=text] {
  width: 30%;
}

.video-search-bar input[type=submit], .video-search-bar input[type=button] {
  border: 0;
  color: white;
  padding: 0 0.925em;
  background-color: #5ea4f4;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

.video-search-bar input[type=submit]:hover, .video-search-bar input[type=button]:hover {
  background-color: #1279ef;
}

.video-bookmark {
  border-bottom: 1px solid #eaeaea;
  padding: 25px 0;
}

.video-bookmark a {
  background-color: #5ea4f4;
  border-radius: 4px;
  padding: 0.5em 0.925em;
  color: white;
  text-align: center;
  display: inline-block;
  margin: 5px 0;
}

.video-bookmark a:hover, .video-bookmark a.is-active {
  background-color: #2a57a6;
  color: #fbe251;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
}

.video-search-album {
  padding: 1em 0;
}

.video-search-album em {
  color: #d84349;
  font-style: normal;
}

/*=============================
* 影片專區 > 瀏覽記錄(我的最愛)
===============================*/
.f-editor-btn, .f-selectall-btn, .f-delete-btn, .f-cancel-btn {
  display: inline-block;
  border: 0;
  background-color: #5ea4f4;
  color: white;
  border-radius: 4px;
  padding: 0.75em 1em 0.75em 42px;
  font-family: "微軟正黑體";
  background-position: 1em center;
  background-repeat: no-repeat;
}

.video-favorite a:before {
  margin-right: 7px;
  font: normal normal normal 15px/1 FontAwesome;
}

.f-editor-btn {
  background-image: url(../../images/new-message.svg);
}

.f-selectall-btn {
  background-image: url(../../images/notification.svg);
}

.f-delete-btn {
  background-image: url(../../images/circle-with-cross.svg);
  background-color: #d84349;
}

.f-cancel-btn {
  background-image: url(../../images/cycle.svg);
  background-color: #6dc334;
}

.f-editor-btn:hover, .f-selectall-btn:hover {
  background-color: #2a57a6;
}

.f-delete-btn:hover {
  background-color: #b8191f;
}

.f-cancel-btn:hover {
  background-color: #3e8e09;
}

/*編輯瀏覽記錄-選取按鈕*/
.video-checkbtn {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.video-box li > a {
  position: relative;
}

.video-checkbtn label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.video-checkbtn input {
  position: absolute;
  top: 0;
  opacity: 0;
}

.video-checkbtn label:before {
  content: "\f14a";
  color: white;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.5em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.video-checkbtn input:checked ~ label {
  background-color: rgba(255, 255, 255, 0.3);
}

.video-checkbtn input:checked ~ label:before {
  color: #5ea4f4;
}

@media (max-width: 1250px) {
  .video-slice, .video-wrap > .video-pusher {
    width: 100%;
  }

  .video-wrap > .video-pusher {
    float: inherit;
    height: inherit;
    overflow: none;
    margin-bottom: 20px;
  }

  .video-wrap > .video-pusher .video-top-btn a:first-child {
    width: inherit;
  }

  .video-type h4 {
    padding: 10px 0;
  }
}
@media (max-width: 900px) {
  .video-wrap, .video-type {
    padding: 0;
  }

  .video-type a.item {
    margin: 0;
    max-width: 100%;
  }

  .video-type .owl-nav {
    display: none;
  }

  .video-search-bar input[type=text] {
    width: 50%;
  }
}
@media (max-width: 544px) {
  .video-search-bar input[type=text] {
    width: calc(100% - 64px);
  }
}
@media (max-width: 500px) {
  .video-type h4 {
    font-size: 1.2em;
  }

  .watch-view-data span.view-speaker {
    display: block;
  }
}
@media (max-width: 480px) {
  .video-type h4 i {
    display: block;
    margin-left: 0;
  }
}
@media (max-width: 370px) {
  .video-wrap > .video-pusher .video-top-btn a:nth-child(2) {
    width: calc(100% - 135px);
  }
}
@media (max-width: 330px) {
  .video-wrap > .video-pusher {
    padding: 1.2em;
  }

  .video-bookmark a {
    font-size: 0.95em;
  }
}
/*============================================================
* 影片專區 > 影集內容頁
============================================================*/
.video-album {
  width: 100%;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #ececec;
  padding-bottom: 35px;
}

.video-album > .media-wrapper {
  width: 60%;
  float: left;
}

.album-text {
  width: 40%;
  display: inline-block;
  padding-left: 25px;
}

.album-text em {
  font-style: normal;
  color: #2196f3;
}

.album-text li {
  display: block;
  padding: 0 0 10px 0;
}

.album-text i {
  color: #d84349;
}

@media (max-width: 1250px) {
  .video-album > .media-wrapper {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  .album-text {
    width: 100%;
    padding-left: 0;
  }
}
/*============================================================================================
*
* 會員專區
*
============================================================================================*/
/*============================================================
* 會員專區 > 會員登入
============================================================*/
.login {
  width: 420px;
  background-color: #f1f1f1;
  padding: 40px;
  margin: 10% auto;
  position: relative;
  overflow: hidden;
}

.fb-google {
  display: block;
}

.fb-google a {
  display: block;
  color: white;
  border-radius: 4px;
  line-height: 49px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
}

.use-facebook-login {
  background-color: #3b5998;
}

.use-google-login {
  background-color: #cf4332;
}

.fb-google a i {
  width: 45px;
  line-height: 38px;
  margin-top: 1px;
  text-align: center;
  margin-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.2);
}

.fb-google a.use-facebook-login i {
  -webkit-box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.4);
}

.fb-google a:hover {
  color: #fbe251;
}

.login h4 {
  font-size: 32px;
  font-family: "微軟正黑體";
  line-height: 35px;
  padding-left: 95px;
  background-image: url(../../images/login.svg);
  background-repeat: no-repeat;
  background-position: left 4px;
  color: #6aa2ee;
  padding-bottom: 25px;
}

.login-bar {
  padding-left: 1.2em;
  font-family: "微軟正黑體";
  color: #7a7a7a;
  background: #fff;
  border-radius: 4px;
  border: 1px none #FFF;
  line-height: 49px;
  margin-bottom: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.login-forgot {
  display: block;
  color: #969696;
  padding-bottom: 20px;
  text-align: center;
}

.login-forgot i {
  font: normal normal normal 16px/1 FontAwesome;
  margin-right: 5px;
}

.login-forgot:hover, .login-forgot:focus {
  color: #7eaded;
  text-decoration: underline;
  outline: none;
}

.login-join, .login-login, .logout-logout {
  background-color: transparent;
  border: 3px solid #908ed9;
  line-height: 49px;
  float: left;
  margin: 0px;
  font-family: "微軟正黑體";
  width: calc(50% - 5px);
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: center;
  color: #908ed9;
  font-size: 1.2em;
  border-radius: 0px;
  -webkit-appearance: none;
}

input[type=submit].login-login, input[type=submit].logout-logout {
  float: right;
  color: #7eaded;
  border: 3px solid #7eaded;
}

input[type=submit].logout-logout {
  float: inherit;
}

.login-join:hover, .login-join:focus {
  color: #FFFFFF;
  background-color: #908ed9;
}

input[type=submit].login-login:hover, input[type=submit].login-login:focus,
input[type=submit].logout-logout:hover, input[type=submit].logout-logout:focus {
  color: #FFFFFF;
  background-color: #7eaded;
}

@media (max-width: 500px) {
  .login {
    width: 100%;
  }

  .fb-google {
    display: block;
  }

  .fb-google a {
    display: block;
    margin: 15px 0;
  }
}
@media (max-width: 400px) {
  .login {
    padding: 8%;
    margin: 0;
  }

  .login h4 {
    padding-bottom: 10px;
  }
}
/*============================================================
* 會員專區 > 加入會員、編輯會員資料、變更密碼
============================================================*/
.member-join-wrap {
  display: block;
}

.member-join-wrap {
  background: #ebebeb;
  padding: 2em;
}

.member-join-wrap input[type=text], .member-join-wrap input[type=email], .member-join-wrap select, .member-join-wrap textarea, .member-join-wrap input[type=password] {
  height: 2.75em;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.625em;
  font-size: 0.9375em;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  border: 0px solid silver;
  /*outline: none; */
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* -webkit-appearance: none; */
  border-radius: 4px;
  /* box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); */
  vertical-align: middle;
}

.member-join-wrap input[type=text] {
  width: 50%;
}

.member-join-wrap input[type=text].short {
  width: 25%;
}

.member-join-wrap input[readonly] {
  background-color: #e0e0e0;
}

.member-join-wrap li {
  display: block;
  padding: 0.5em 0;
}

.member-join-wrap li > label {
  width: 7em;
  display: inline-block;
  text-align: right;
}

.member-join-wrap .note {
  color: #e22356;
  display: inline-block;
  padding: 5px 0;
}

label i {
  color: #e22356;
  display: inline-block;
  padding: 5px;
  font-style: normal;
}

.form-btn {
  text-align: center;
  display: block;
  overflow: hidden;
  margin: 2em 0 0 0;
}

.form-back {
  display: block;
  width: 100%;
  float: left;
  margin-top: -63px;
  margin-bottom: 20px;
}

.form-btn input, .form-btn a, .form-back input, .form-back a {
  background-color: #505050;
  color: #FFFFFF;
  border: 1px none #FFFFFF;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 30px;
  padding-left: 30px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
  text-align: center;
  height: 43px;
  display: inline-block;
  vertical-align: middle;
}

.form-btn a {
  line-height: 43px;
}

.form-back input, .form-back a {
  float: right;
  margin-right: 3px;
  width: 115px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 0px;
}

.form-btn input:hover, .form-btn input:focus, .form-btn a:hover, .form-btn a:focus,
.form-back input:hover, .form-back input:focus, .form-back a:hover, .form-back a:focus {
  background-color: #2a57a6;
  color: #fbe251;
}

.member-code-btn {
  display: inline-block;
  background-color: #3b3b3b;
  color: white;
  padding: 5px 20px;
  border-radius: 4px;
}

.member-code-btn:hover {
  background-color: #d84349;
}

@media (max-width: 768px) {
  .member-join-wrap input[type=text], .member-join-wrap input[type=email], .member-join-wrap select, .member-join-wrap textarea {
    width: calc(100% - 8em);
  }

  .member-join-wrap input[type=text].short {
    width: calc(70% - 8em);
  }
}
@media (max-width: 544px) {
  .member-join-wrap input[type=text].short {
    width: calc(100% - 8em);
  }
}
@media (max-width: 480px) {
  .member-join-wrap {
    padding: 1em;
  }

  .member-join-wrap input[type=text], .member-join-wrap input[type=email], .member-join-wrap select, .member-join-wrap textarea, .member-join-wrap input[type=text].short {
    width: 100%;
  }

  .member-join-wrap li > label {
    width: inherit;
  }
}
@media (max-width: 350px) {
  .form-btn input, .form-btn a, .form-back input, .form-back a {
    padding: 0 20px;
    font-size: 0.9em;
  }
}
/*============================================================
* 會員專區 > 個人消息列表
============================================================*/
.msgbar, .delete-btn {
  display: block;
}

.msgbar {
  border: 0;
  margin-bottom: 1em;
}

.msgbar input[type=text], .msgbar input[type=button], .delete-btn input[type=button], .msgbar select,
.msgbar input[type=submit], .delete-btn input[type=submit] {
  height: 2.375em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.925em;
  font-size: 0.9375em;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  border: 1px solid silver;
  outline: none;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* -webkit-appearance: none; */
  border-radius: 4px;
  /*  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); */
  vertical-align: middle;
}

.msgbar select {
  color: #9f9f9f;
}

.msgbar input[type=button], .delete-btn input[type=button],
.msgbar input[type=submit], .delete-btn input[type=submit] {
  border: 0;
  color: white;
  background-color: #5ea4f4;
}

.msgbar input[type=button]:hover, .msgbar input[type=submit]:hover {
  background-color: #1279ef;
}

.delete-btn input[type=button], .delete-btn input[type=submit] {
  background-color: #d84349;
  margin: 1em 0 0 1em;
}

.delete-btn input[type=button]:hover, .delete-btn input[type=submit]:hover {
  background-color: #c42f35;
}

.member-msglist {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.member-msglist label {
  cursor: pointer;
}

.msgthead, .msgtbody {
  display: table-header-group;
}

.msgtr {
  display: table-row;
  border-bottom: 1px dashed silver;
}

.msgth, .msgtd {
  display: table-cell;
  padding: 1.25em 1%;
  text-align: center;
  line-height: 1.2;
}

.msgthead {
  border-top: 1px solid #5ea4f4;
  border-bottom: 1px solid #5ea4f4;
  color: #5ea4f4;
}

.msgtbody .msgtr:hover {
  background-color: #eef6ff;
}

.msgtd a {
  display: block;
  max-width: 22em;
  text-align: left;
}

.msgtd a:hover {
  color: #1279ef;
}

.haveread {
  background-color: #f4f4f4;
}

.msgtbody > .current, .msgtbody > .current:hover {
  background-color: #ffffcb;
}

@media (max-width: 1002px) {
  .msgtd a {
    max-width: 18em;
  }
}
@media (max-width: 700px) {
  .msgbar {
    background: #ebebeb;
    padding: 1em;
    float: left;
    width: 100%;
    margin: 0px;
  }

  .msgthead, .msgtr .msgtd:nth-child(5) {
    display: none;
  }

  .msgtr .msgtd:nth-child(2) {
    background-color: #5ea4f4;
    padding: 0.5em 1em;
    position: absolute;
    top: 1em;
    pointer-events: none;
    left: 60px;
    color: #fff;
  }

  .msgtr {
    display: block;
    overflow: hidden;
    padding-top: 1.25em;
    position: relative;
  }

  .msgtd {
    float: left;
    padding: 0;
  }

  .msgtd a {
    max-width: 96%;
    padding-right: 1em;
  }

  .msgtr .msgtd:nth-child(3) {
    float: left;
    padding-left: 60px;
    padding-top: 3em;
  }

  .msgtr .msgtd:nth-child(4) {
    width: 100%;
    padding: 1.25em 0;
    padding-left: 60px;
  }

  /*checkbox*/
  .msgtr .msgtd:nth-child(1) {
    position: absolute;
    top: calc(50% - 0.5em);
  }

  .delete-btn input[type=button] {
    margin: 1em 0 0 0;
  }
}
@media (max-width: 544px) {
  .msgbar select {
    width: 35%;
  }

  .msgbar input[type=text] {
    width: calc(65% - 70px);
  }

  .msgtr .msgtd label {
    font-size: 0;
  }

  .msgtr .msgtd:nth-child(1) input[type=checkbox] {
    width: 0;
    height: 0;
    border: 0;
  }

  .msgtr .msgtd input[type=checkbox] ~ label:after {
    content: "";
    margin-left: 12px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #c8c8c8;
    background: url(../../images/checked_bg.svg) no-repeat center center #c8c8c8;
    background-size: 50%;
    border-radius: 3px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }

  .msgtr .msgtd input[type=checkbox]:checked ~ label:after {
    border: 2px solid #d84349;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWcluWxpF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjE4cHgiIGhlaWdodD0iMThweCIgdmlld0JveD0iMCAwIDE4IDE4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxOCAxOCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBmaWxsPSIjRkZGRkZGIiBwb2ludHM9IjIuMDMxLDguOTIgNi45MTcsMTQuMTU2IDE1LjkxMyw1LjA5IDE0LjUsMy42ODUgNy4wMzEsMTEuMDMxIDMuNDA0LDcuNTUgIi8+DQo8L3N2Zz4NCg==) no-repeat center center #d84349;
    background-size: 100%;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
}
/*============================================================================================
*
* 客製系統
*
============================================================================================*/
/*============================================================
* 會歌
============================================================*/
.audio-wrap, .audio-top, .tabs, .tab_container {
  display: block;
  overflow: hidden;
}

.audio-top {
  margin: 2em 0;
}

.audio-top audio {
  width: 100%;
}

.tabs {
  border-bottom: 1px solid #eaeaea;
}

.tabs li {
  float: left;
}

.tabs li a {
  display: inline-block;
  background-color: #eaeaea;
  padding: 10px 30px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-right: 1px;
}

.tabs li.current a {
  background-color: #4285f4;
  color: white;
}

.tab_container {
  width: 100%;
  padding: 2em 0;
}

#tab1 {
  text-align: center;
}

#tab2 figure {
  float: left;
  width: 30%;
}

#tab2 figure img {
  width: 100%;
}

.michel-details {
  float: left;
  width: 65%;
  margin-left: 25px;
}

.michel-details p, #tab3 p {
  padding: 10px 0;
}

#tab3 {
  padding: 2em;
}

.michel-details em {
  font-style: normal;
  font-size: 1.1em;
  display: block;
  color: #4285f4;
}

.michel-details i {
  display: block;
  color: #999999;
}

@media (max-width: 600px) {
  #tab2 figure {
    width: 100%;
    text-align: center;
  }

  .michel-details {
    clear: left;
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
  }

  .tabs li {
    width: 33.33333%;
  }

  .tabs li a {
    width: calc(100% - 1px);
    text-align: center;
    padding: 10px 0;
  }

  #tab3 {
    padding: 0;
  }
}
/*============================================================
* 修真語錄
============================================================*/
.quotations-bar {
  border: 0;
  padding: 1em;
  margin: 0;
  background-color: #f4f4f4;
}

.quotations-bar input[type=text], .quotations-bar input[type=submit], .quotations-bar input[type=button], .quotations-bar select, .quotations-bar a {
  height: 2.375em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0.625em;
  font-size: 0.9375em;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  vertical-align: bottom !important;
  color: #9f9f9f;
  border: 1px solid silver;
  outline: none;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.quotations-bar a {
  display: inline-block;
  line-height: 35px;
  text-align: center;
}

.quotations-bar input[type=submit], .quotations-bar input[type=button], .quotations-bar a {
  border: 0;
  background-color: #5ea4f4;
  color: white;
  padding: 0 0.925em;
}

.quotations-bar input[type=submit]:hover, .quotations-bar input[type=button]:hover, .quotations-bar a:hover {
  background-color: #1279ef;
}

.quotations-wrap {
  display: block;
  padding: 2em 0;
}

.quotations, .quotations-top, .quotations-mark, .quotations-top span {
  display: block;
}

.quotations {
  margin-bottom: 2em;
  border-bottom: 1px solid #dedede;
  padding: 2em 0;
  background-color: #f4f4f4;
}

.quotations-wrap > .quotations:last-child {
  margin-bottom: 0;
}

.quotations-top h4 {
  display: inline-block;
  padding: 0.5em 1.5em;
  background-color: #2a57a6;
  color: white;
  border-radius: 20px;
  margin-left: 1.5em;
}

.quotations-top span {
  font-size: 1.2em;
  padding: 1em 1.5em 0 1.5em;
  color: #2a57a6;
  /*background-color: #f4f4f4;*/
}

.quotations p {
  padding: 1em 1.5em;
}

.quotations-mark {
  padding: 0 1.5em;
}

.quotations-mark span {
  display: inline-block;
  padding: 0.5em 1em;
  color: #999999;
  background: #fbe251;
  border-radius: 4px;
  margin-bottom: 4px;
}

@media (max-width: 500px) {
  .quotations-bar input[type=text], .quotations-bar input[type=submit], .quotations-bar input[type=button], .quotations-bar select, .quotations-mark span {
    margin-bottom: 4px;
  }

  .quotations-bar input[type=submit], .quotations-bar input[type=button], .quotations-bar a {
    width: calc(50% - 2.75px);
    margin-bottom: 0;
  }

  .quotations-mark span {
    width: calc(50% - 2.75px);
    text-align: center;
  }

  .quotations-bar select, .quotations-bar input[type=text], .quotations-mark span:last-child {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .quotations-mark span {
    width: 100%;
  }
}
/*============================================================================================
*
* 經書手稿
*
============================================================================================*/
.manuscript_wrap {
  padding: 0 0 2rem;
  background: url(../../images/print_logo.svg) repeat center top/contain;
  background-attachment: scroll;
}

.manuscript_wrap hr {
  margin-top: 2rem;
  opacity: 0.5;
}

/*@media print {
  .manuscript_wrap {
    background-repeat: repeat;
  }
}*/
/*手稿名稱*/
.manuscript_title {
  padding: 1rem 0.25rem;
  font-size: 1.5em;
}

/*本文*/
.mt_title {
  margin-bottom: 1rem;
  color: #2b2b2b;
  font-size: 2.25em;
  font-weight: bolder;
  text-shadow: 1px 0px 0px #2b2b2b;
}

/*本文說明*/
.mt_description {
  margin: 1rem 0 0;
  padding: 1rem 1.25rem;
  background: #eeeeee;
  border-radius: 10px;
  color: #2a57a6;
  font-size: 1rem;
  text-indent: 0;
}

/*.mt_note .mt_description {
  background: #fff;
}*/
/*主要(注)解*/
.mt_annotate {
  margin: 1rem 0 0;
  color: #2b2b2b;
  font-size: 1.5em;
  overflow: hidden;
}

.mt_annotate_tit {
  margin: 0;
}

.mt_annotate_text {
  padding-left: 2em;
}

.mt_annotate > .mt_description {
  margin-left: 3em;
}

/*主要(注)解---的標記(注一 ~ 注九十九...)*/
.mt_mark, .mt_mark_s, .mt_mark_su, .mt_mark_fu, .mt_mark_sf, .mt_mark_uf, .mt_mark_ju, .mt_mark_o {
  display: inline-block;
  margin: 0 0.25rem;
  min-width: 3rem;
  border-radius: 50px;
  color: white;
  font-size: 0.75rem;
  text-align: center;
  vertical-align: super;
  text-indent: 0;
  padding: 0 0.75rem;
  line-height: 20px;
}

.mt_mark {
  background: #d62734 !important;
  /*注*/
}

.mt_mark_s, .mt_mark_fu {
  background: #2a57a6 !important;
  /*註*/
  /*附*/
}

.mt_mark_su {
  background: #ff8439 !important;
  /*疏*/
}

.mt_mark_sf {
  background: #920783 !important;
  /*附(顏色不同1)*/
}

.mt_mark_uf {
  background: #bc6449 !important;
  /*附(顏色不同2)*/
}

.mt_mark_ju {
  background: #079287 !important;
  /*附(顏色不同)*/
}

.mt_mark_o {
  background: transparent;
}

/*(注)解*/
.mt_note {
  position: relative;
  margin: 0;
  padding: 2rem 0 0;
  font-size: 1.125rem;
}

/*調整緊臨的第一組上方的距離*/
.mt_annotate + .mt_note {
  margin: 0;
}

.mt_note + .mt_note {
  margin: 0;
}

.mt_note > i.mt_mark, .mt_note > i.mt_mark_s, .mt_note > i.mt_mark_su, .mt_note > i.mt_mark_fu, .mt_note > i.mt_mark_o {
  margin-top: 0.2rem;
  min-width: 4.5rem;
  vertical-align: top !important;
}

.mt_note > i.mt_mark_fu, .mt_note > i.mt_mark_ju {
  position: absolute;
  left: 1rem;
  top: 3rem;
}

.mt_note > i.mt_mark_ju {
  min-width: auto;
  font-size: 0.95rem;
}

.mt_note > i.mt_mark_fu + .mt_note_inner, .mt_note > i.mt_mark_ju + .mt_note_inner {
  width: 100%;
  margin: 0;
  padding: 3rem 1.25rem 1rem;
  background: #fbe251;
  border-radius: 10px;
  color: #2b2b2b;
  font-size: 1rem;
  text-indent: 0;
}

.mt_note > i.mt_mark_ju + .mt_note_inner {
  background: #d3deff;
}

.mt_note_inner {
  display: inline-block;
  width: calc(100% - 6rem);
  padding-left: 0.25rem;
}

.mt_note_text {
  padding-left: 2em;
}

.mt_note_text + .mt_note_tit {
  margin-top: 2rem;
}

.mt_directions {
  margin: 1rem 0 0;
  padding: 1rem 1.25rem;
  background: #fbe251;
  border-radius: 10px;
  color: #2b2b2b;
  font-size: 1rem;
  text-indent: 0;
}

.mt_ds_head {
  display: inline-block;
  padding: 0 0.75rem;
  margin-bottom: 1rem;
  border-radius: 50px;
  color: white;
  background: #2a57a6;
}

.mt_ds_text {
  padding-left: 2em;
}

/*註---文字顏色改變*/
.mt_mark_s + .mt_note_inner {
  color: #666666;
}

/*疏---文字顏色改變*/
.mt_mark_su + .mt_note_inner {
  color: #989898;
}

/*手稿下載*/
.mt_download {
  margin-top: 2rem;
  padding: 2rem 1rem;
  text-align: center;
}

.mt_download input {
  padding: 0.75rem 1.5rem 0.75rem 3rem;
  border: 0;
  border-radius: 4px;
  color: white;
  background: url(../../images/download.svg) no-repeat left 1rem center #2a57a6;
}

.mt_download input:hover, .mt_download input:focus {
  background-color: #1c4388;
}

@media (max-width: 450px) {
  .mt_note_text {
    padding-left: 0;
  }
}
/*-------------------------------------------------------------------------------*/
/*    $search_results 搜尋結果                                                    */
/*-------------------------------------------------------------------------------*/
.search_results_tip {
  padding: 0.5rem 0;
  color: #777;
}

.search_results_item {
  margin: 1rem 0;
  line-height: 1.2;
}

.search_results_link {
  display: block;
  padding: 0.5rem 0;
}

.search_results_link:hover .search_results_tit, .search_results_link:focus .search_results_tit {
  text-decoration: underline;
}

.search_results_tit {
  padding: 0.25rem 0;
  color: #15C;
  font-size: 1.2em;
}

.search_results_url {
  display: block;
  color: #006621;
  font-size: 0.9em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search_results_description {
  color: #3C4043;
  font-size: 0.9em;
}

.search_results_description em {
  color: #dd4b39;
  font-style: normal;
  font-weight: bold;
}

.search_results_description .ti {
  color: #999;
}

/*============================================================
*
*  $分頁項目-暫放，程式介接完成後刪除
*
============================================================*/
.kf-paginator {
  font: 0.9375em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.kf-paginator_btn,
.kf-paginator_number {
  color: #555555;
  font: 0.9375em "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.kf-paginator_btn font,
.kf-paginator_number font {
  font: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.kf-pagination a {
  color: #555555;
  border: 1px solid silver;
  border-radius: 4px;
}

.kf-pagination a:hover {
  background-color: #eeeeee;
}

.kf-pagination .kf-current {
  background-color: #5ea4f4;
  border-color: transparent;
  color: #fff;
}

.kf-paginator {
  position: relative;
  padding: 2.5em 0;
}

.kf-pagination {
  width: 100%;
  text-align: center;
}

.kf-pagination li {
  display: inline-block;
  margin-right: 0.05em;
}

.kf-pagination a {
  display: inline-block;
  padding: 0.5em 0.7em;
}

.kf-paginator_number {
  display: block;
  width: 100%;
  padding: 1rem;
  text-align: center;
}

/*--------------------------------$ 672以下---------------------------------*/
@media only screen and (max-width: 42em) {
  nav[role=navigation] {
    width: 100%;
    text-align: center;
  }
}
/*-----------------------------$ 行動版480以下------------------------------*/
@media only screen and (max-width: 30em) {
  .kf-paginator_number {
    display: none;
  }

  .kf-pagination {
    width: 100%;
  }

  .kf-pagination li {
    display: none;
  }

  .kf-pagination li.kf-paginator_btn {
    display: inline-block;
  }

  .kf-pagination a {
    padding: 0.7em 0.5em;
    font-size: 0.9em;
  }

  .kf-pagination .kf-paginator_btn:first-of-type a::before {
    content: "« ";
  }

  .kf-pagination .kf-paginator_btn:last-of-type a::after {
    content: " »";
  }
}