@charset "UTF-8";
/*-------------------------------------------*\
	DetContent.scss

  - 1.編輯器文字行高連結
  - 2.項目符號
  - 3.表格
\*-------------------------------------------*/
.kf-det-content {
  font-size: 1.125em;
  line-height: 1.75;
  word-wrap: break-word;
}
.kf-det-content p {
  margin-bottom: 1rem;
}
.kf-det-content a {
  color: #0D65D9;
  transition: all 0.3s ease-in-out;
}
.kf-det-content a:hover, .kf-det-content a:focus {
  color: #0c5ecb;
  background: rgba(13, 101, 217, 0.125);
}
.kf-det-content > ul, .kf-det-content > ol {
  margin-bottom: 1rem;
}
.kf-det-content ul li, .kf-det-content ol li {
  padding: 0.125rem 0;
  line-height: 1.5;
}
.kf-det-content ul {
  margin-left: 1.75rem;
}
.kf-det-content ul li {
  position: relative;
}
.kf-det-content ul li:before {
  display: block;
  content: "";
  background: #292929;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 0.55em;
  left: -1.25rem;
}
.kf-det-content ul li ul li:before {
  width: 6px;
  height: 6px;
  border: 1px solid #292929;
  background: transparent;
  top: 0.55em;
}
.kf-det-content ol {
  counter-reset: number;
  margin-left: 1.75rem;
}
.kf-det-content ol > li:before, .kf-det-content ol > li > ol > li:before {
  counter-increment: number;
  content: counter(number) ". ";
  margin-left: -1.5rem;
  padding-right: 0.25rem;
  color: #292929;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
}
.kf-det-content ol li ul li:before {
  content: "";
  margin-left: auto;
  padding-right: 0;
}
.kf-det-content ul li ol li:before {
  width: auto;
  height: auto;
  margin-left: 0rem;
  padding-right: initial;
  top: auto;
  background: transparent;
}
.kf-det-content ul li ol li ul li:before {
  width: 6px;
  height: 6px;
  top: 0.6666666667em;
}
.kf-det-content table {
  width: 100%;
  margin-bottom: 1rem;
  color: #292929;
  border: 1px solid #C2C2C2;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
.kf-det-content table th {
  color: #fff;
  background-color: #0D65D9;
  border-color: #0D65D9;
  border-right: 1px solid #2D88FF;
}
.kf-det-content table th p {
  margin-bottom: 0;
}
.kf-det-content table th,
.kf-det-content table td {
  padding: 0.3rem 0.75rem;
  vertical-align: top;
  border-top: 1px solid #C2C2C2;
}
.kf-det-content table td {
  border-right: 1px solid #C2C2C2;
}
.kf-det-content table thead th {
  vertical-align: middle;
  border-bottom: 0;
}
.kf-det-content table tbody + tbody {
  border-top: 2px solid #C2C2C2;
}
.kf-det-content table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

body, html {
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: #C2C2C2;
}

img {
  vertical-align: bottom;
}

.wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background-color: #F5F5F5;
}

.common_wrap {
  padding: 0 16px;
}
@media (min-width: 576px) {
  .common_wrap {
    padding: 0 32px;
  }
}

.sm-px-16px {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.sm-pl-16px {
  padding-left: 16px !important;
}

.EpaperTitle {
  text-align: center;
  font-weight: bold;
  margin: 32px 0;
}

.kf-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn.EpCommonBtn {
  width: 150px;
  background-color: #FFBC00;
  color: #292929;
}
.btn.EpCommonBtn:hover, .btn.EpCommonBtn:focus {
  text-decoration: underline;
}

.BadgeGroup {
  padding-bottom: 0.5rem;
}
.BadgeGroup .badge {
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 0.25rem;
  text-align: left;
  white-space: initial;
  max-width: 200px;
  line-height: 1.2;
}

.truncate-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.EpaperBorder {
  border-bottom: dashed 1px #8F8F8F;
  margin: 0 16px;
}
@media (min-width: 576px) {
  .EpaperBorder {
    margin: 0 32px;
  }
}

.ctaBtn {
  width: 260px;
  margin: 0 auto;
  background-color: #FFBC00;
  color: #292929;
  border-radius: 0;
}
.ctaBtn:hover, .ctaBtn:focus {
  text-decoration: underline;
}

/*-------------------------------------------*\
	_header.scss

\*-------------------------------------------*/
.Header-Wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.Header-Wrap h1 {
  padding-top: 0.5rem;
}
@media (min-width: 576px) {
  .Header-Wrap {
    flex-direction: row;
    padding: 0 24px;
    height: 90px;
  }
}
.Header-Txt {
  padding-bottom: 0.5rem;
}
.Header-Txt .date {
  font-size: 0.875em;
}
.Header-Txt .ALink-Wrap {
  padding-top: 0.75rem;
}
.Header-Txt .alink {
  color: #292929;
}
@media (min-width: 576px) {
  .Header-Txt {
    text-align: right;
    padding-bottom: 0;
  }
}

/*-------------------------------------------*\
	_banner.scss

\*-------------------------------------------*/
.banner .content {
  padding: 32px;
  background: #000;
  color: #fff;
}
.banner .content .date {
  font-size: 0.875em;
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 1rem;
}
.banner .content .title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1rem;
}
.banner .content .subtitle {
  font-size: 1em;
  line-height: 1.2;
  margin: 0.75rem 0;
}
.banner .content .txt {
  line-height: 1.5;
  margin-bottom: 1rem;
  height: 3rem;
}

/*-------------------------------------------*\
	_Diagramtex.scss

  - 1.base
  - 2.card & list
\*-------------------------------------------*/
.kf-ep-Diagramtext-item {
  width: 100%;
}
.kf-ep-Diagramtext-item a {
  display: block;
  width: 100%;
}
.kf-ep-Diagramtext-item a:hover .title, .kf-ep-Diagramtext-item a:hover .btn, .kf-ep-Diagramtext-item a:focus .title, .kf-ep-Diagramtext-item a:focus .btn {
  text-decoration: underline;
}
.kf-ep-Diagramtext-item .img {
  text-align: center;
}
.kf-ep-Diagramtext-item .img img {
  width: 100%;
}
.kf-ep-Diagramtext-item .content {
  padding: 0.75rem 0;
}
.kf-ep-Diagramtext-item .title {
  color: #292929;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2;
  margin: 0.75rem 0;
}
.kf-ep-Diagramtext-item .subtitle {
  color: #292929;
  font-size: 1em;
  line-height: 1.2;
  margin: 0.75rem 0;
}
.kf-ep-Diagramtext-item .date {
  color: #292929;
  font-size: 0.875em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.kf-ep-Diagramtext-item .txt {
  color: #292929;
  font-size: 0.875em;
  line-height: 1.5;
  margin: 0.75rem 0 1.5rem;
}

.kf-ep-Diagramtext-card .title, .kf-ep-Diagramtext-list .title {
  height: 3.75rem;
}
.kf-ep-Diagramtext-card .txt, .kf-ep-Diagramtext-list .txt {
  height: 2.625rem;
}

.kf-ep-Diagramtext-card .kf-ep-Diagramtext-item {
  margin-bottom: 2.5rem;
}

.kf-ep-Diagramtext-list .kf-ep-Diagramtext-item {
  margin-bottom: 2.5rem;
}
.kf-ep-Diagramtext-list .kf-ep-Diagramtext-item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.kf-ep-Diagramtext-list .kf-ep-Diagramtext-item a .content {
  padding-left: 1.5rem;
}

.kf-ep-Diagramtext-list.full .kf-ep-Diagramtext-item {
  width: 100%;
  margin-bottom: 0;
}
.kf-ep-Diagramtext-list.full .kf-ep-Diagramtext-item a {
  background: #000;
  align-items: center;
}
.kf-ep-Diagramtext-list.full .kf-ep-Diagramtext-item a .content {
  padding: 0.5rem 32px 1rem;
}
.kf-ep-Diagramtext-list.full .kf-ep-Diagramtext-item a .content .title, .kf-ep-Diagramtext-list.full .kf-ep-Diagramtext-item a .content .txt {
  color: #fff;
}
.kf-ep-Diagramtext-list.full .kf-ep-Diagramtext-item a .kf-img {
  padding: 0;
}

/*-------------------------------------------*\
	_list.scss

  - 1.base
  - 2.card & list
\*-------------------------------------------*/
.kf-ep-List {
  margin-bottom: 4rem;
}
.kf-ep-List .item {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem 0.5rem;
  border-bottom: 1px dotted;
  border-bottom-color: #000;
}
.kf-ep-List .item span {
  padding-right: 1rem;
}
.kf-ep-List .item a {
  display: block;
  color: #000;
}
.kf-ep-List .item a:hover, .kf-ep-List .item a:focus {
  text-decoration: underline;
}

.kf-ep-ImgList .kf-ep-Diagramtext-item {
  border: 1px solid #C2C2C2;
  margin-bottom: 1rem;
  width: 100%;
}
.kf-ep-ImgList a {
  display: flex;
  background: #fff;
}
.kf-ep-ImgList .kf-img {
  width: 130px;
}
.kf-ep-ImgList .content {
  width: calc(100% - 130px);
  padding: 0 2rem;
  align-self: center;
}
.kf-ep-ImgList .content .title {
  margin-bottom: 0;
}

/*-------------------------------------------*\
	_footer.scss


  - 1.base
  - 2.card & list
\*-------------------------------------------*/
.Footer-Wrap {
  padding: 32px;
  background: #292929;
  text-align: center;
}
.Footer-Wrap .txt {
  color: #fff;
  line-height: 1.75;
}
.Footer-Wrap .alink {
  color: #fff;
}
.Footer-Wrap .alink:hover {
  text-decoration: underline;
}