:root {
    --primary:#333333;
    --primary-dark:#333333;
    --gray-50:#eef2f5;
    --gray-300:#8a9aa0;
    --gray-400:#5a6b70;
    --gray-500:#333333;
    --gray-600:#7d8e95;
    --gray-700:#f6f6f6;
    --loading-color :#ffffff;
    --plyr-color-main :#ffffff;
    --selection-color :;
    --all-gray:#333333;
}
img.tiny_img_full{
				width:100%;
				height: auto
			}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap');

:root {
  --primary: #1d1d1f;
  --primary-dark: #000000;
  --index-gray: #f5f5f7;
  --gray-50: #f5f5f7;
  --gray-300: rgba(0,0,0,0.4);
  --gray-400: rgba(0,0,0,0.6);
  --gray-500: rgba(0,0,0,0.7);
  --gray-600: rgba(0,0,0,0.5);
  --gray-700: rgba(0,0,0,0.85);
  --loading-color: var(--primary);
  --plyr-color-main: var(--primary);
  --selection-color: rgba(0,0,0,0.1);
}

.logo_link img {
  width: auto !important;
  height: 20px;
}
.logo{
  position: relative;
    top: 2px;
}



.fr-view *{
    font-family: 'Noto Sans TC', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif !important;
}
.fr-view iframe{
  width: 100%;
}
.fr-view h1{
  font-size: 32px;
  font-weight: 700;
  margin: 16px 0px;
  color: #1d1d1f;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
.fr-view h2{
  font-size: 22px;
  font-weight: 500;
  margin: 20px 0px;
  color: rgba(0,0,0,0.85);
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.fr-view h3{
  text-align: justify; 
  border-left: 3px solid rgba(0,0,0,0.15); 
  padding-left: 10px;
  color: rgba(0,0,0,0.7);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin: 28px 0px;
  padding: 4px 0px 4px 16px;
  line-height: 1.5;
}
.fr-view p,.fr-view div{
  color: rgba(0,0,0,0.55);
  white-space: normal!important;
  line-height: 1.9em;
  margin: 12px 0px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  word-break: break-word;
  overflow-wrap: break-word;
}
.fr-view span{
  white-space: normal!important;
}
.fr-view a{
  color: rgba(0,0,0,0.6);
  transition: color 0.25s ease;
}
.fr-view a:hover{
  color: #000000;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

.fr-view ul, .fr-view ol{
  padding-left: 30px;
  color: rgba(0,0,0,0.55);
  margin: 12px 0px;
}
.fr-view ol > li{
 list-style: decimal;
 margin-bottom: 8px;
 line-height: 1.8;
}
.fr-view ul > li{
  list-style: disc;
  margin-bottom: 8px;
  line-height: 1.8;
}

img.fr-rounded,
.fr-img-caption.fr-rounded img {
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box
}

img.fr-bordered {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.fr-img-caption.fr-bordered img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

img.fr-shadow,
.fr-img-caption.fr-shadow img {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .08), 0 1px 3px rgba(0, 0, 0, .06);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, .08), 0 1px 3px rgba(0, 0, 0, .06);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08), 0 1px 3px rgba(0, 0, 0, .06)
}


.fr-view strong {
  font-weight: 700;
  color: rgba(0,0,0,0.9);
}

.fr-view table {
  border: 0;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
  table-layout: fixed
}

.fr-view table td {
  min-width: 5px
}

.fr-view table.fr-dashed-borders td,
.fr-view table.fr-dashed-borders th {
  border-style: dashed
}

.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: rgba(0,0,0,0.02)
}

.fr-view table td,
.fr-view table th {
  border: 1px solid rgba(0,0,0,0.08);
  color: rgba(0,0,0,0.55);
  padding: 10px 12px;
}

.fr-view table td:empty,
.fr-view table th:empty {
  height: 20px
}

.fr-view table td.fr-highlighted,
.fr-view table th.fr-highlighted {
  border: 1px double rgba(0,0,0,0.5)
}

.fr-view table td.fr-thick,
.fr-view table th.fr-thick {
  border-width: 2px
}

.fr-view table th {
  background: rgba(0,0,0,0.03);
  color: rgba(0,0,0,0.85);
  font-weight: 500;
}

.fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  page-break-after: always;
  margin-top: 24px;
  margin-bottom: 24px;
  border-color: rgba(0,0,0,0.08);
}

.fr-view .fr-file {
  position: relative
}

.fr-view .fr-file::after {
  position: relative;
  content: "\1F4CE";
  font-weight: 400
}

.fr-view pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: visible;
  background: #f5f5f7;
  color: rgba(0,0,0,0.7);
  margin: 12px 0px;
  padding: 16px;
  border-radius: 8px;
}

.fr-view blockquote {
  border-left: solid 3px rgba(0,0,0,0.12);
  margin-left: 0;
  padding-left: 5px;
  font-size: 15px;
  margin: 24px 0;
  line-height: 1.8;
  color: rgba(0,0,0,0.6);
  background-color: #f5f5f7;
  padding: 16px 20px;
  border-radius: 0 8px 8px 0;
}
.fr-view blockquote p{
  font-size: 15px;
  margin: 0;
  color: rgba(0,0,0,0.6);
}


.fr-view span.fr-emoticon {
  font-weight: 400;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;
  display: inline;
  line-height: 0
}

.fr-view span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -.1em .1em .1em;
  line-height: 1;
  vertical-align: middle
}

.fr-view .fr-text-gray {
  color: rgba(0,0,0,0.35) !important
}

.fr-view .fr-text-bordered {
  padding: 16px;
  background: #f5f5f7;
  color: rgba(0,0,0,0.7);
  line-height: 1.7;
  border-radius: 8px;
}

.fr-view .fr-text-spaced {
  letter-spacing: 2px
}

.fr-view .fr-text-uppercase {
  text-transform: uppercase
}

.fr-view img {
  position: relative;
  max-width: 100%;
  margin-bottom: 5px;
}

.fr-view img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top
}

.fr-view img.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left
}

.fr-view img.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right
}

.fr-view img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
}

.fr-view img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px)
}

.fr-view img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px)
}

.fr-view span.fr-img-caption {
  position: relative;
  max-width: 100%
}

.fr-view span.fr-img-caption.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top
}

.fr-view span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left
}

.fr-view span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right
}

.fr-view span.fr-img-caption.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px))
}

.fr-view span.fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px)
}

.fr-view span.fr-img-caption.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px)
}

.fr-view .fr-video {
  text-align: center;
  position: relative;
  width: 100%;
}

.fr-view .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: 0
}

.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both
}

.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left
}

.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right
}

.fr-view .fr-video.fr-dvi {
  display: inline-block
}

.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left
}

.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right
}

.fr-view a.fr-strong {
  font-weight: 700
}

.fr-view a.fr-green {
  color: rgba(0,0,0,0.85)
}

.fr-view .fr-img-caption {
  text-align: center
}

.fr-view .fr-img-caption .fr-img-wrap {
  padding: 0;
  display: inline-block;
  margin: auto;
  text-align: center;
  width: 100%
}

.fr-view .fr-img-caption .fr-img-wrap img {
  display: block;
  margin: auto;
  width: 100%
}

.fr-view .fr-img-caption .fr-img-wrap > span {
  margin: auto;
  display: block;
  padding: 8px 5px 12px;
  font-size: 13px;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-opacity: .9;
  -moz-opacity: .9;
  opacity: .9;
  -ms-filter: "alpha(Opacity=0)";
  width: 100%;
  text-align: center;
  color: rgba(0,0,0,0.35);
}

.fr-view button.fr-rounded,
.fr-view input.fr-rounded,
.fr-view textarea.fr-rounded {
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box
}

.fr-view button.fr-large,
.fr-view input.fr-large,
.fr-view textarea.fr-large {
  font-size: 24px
}

a.fr-view.fr-strong {
  font-weight: 700
}

a.fr-view.fr-green {
  color: rgba(0,0,0,0.85)
}

img.fr-view {
  position: relative;
  max-width: 100%
}

img.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top
}

img.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left
}

img.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right
}

img.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px))
}

img.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px)
}

img.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px)
}

span.fr-img-caption.fr-view {
  position: relative;
  max-width: 100%
}

span.fr-img-caption.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top
}

span.fr-img-caption.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left
}

span.fr-img-caption.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right
}

span.fr-img-caption.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px))
}

span.fr-img-caption.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px)
}

span.fr-img-caption.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px)
}

@media screen and (max-width: 959px){
  .fr-view img.fr-dii {
    width: auto!important;
  }   
}
.fr-blog p, .fr-blog div,.fr-blog ul,.fr-blog li{
      line-height: 1.6;
  }
  