@charset "UTF-8";
/* CSS Document */
.mainArea .bread {
  margin-bottom: 60px;
}

.contentBox h3.articleTitle {
  margin-top: -30px;
}

/*--共用設定--*/
.textInnerBox {
  padding-left: 20px;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.textInnerBox h5 {
  font-size: 15px;
}

.textInnerBox .Txt {
  font-size: 14px;
  line-height: 25px;
  color: #555;
  letter-spacing: .05em;
}

.textInnerBox .Txt img {
  display: block;
  margin: 0 auto;
}

.textInnerBox .ImgR {
  float: left;
  width: 410px;
}

.classNote {
  padding-left: 20px;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.classNote h5 {
  font-size: 18px;
}

.classNote .Txt {
  font-size: 14px;
  line-height: 25px;
  color: #555;
  letter-spacing: .05em;
}

.classNote .Txt img {
  display: block;
  width: 100%;
}

.classNote p.left {
  float: left;
  width: 430px;
  padding-right: 30px;
  box-sizing: border-box;
}

.classNote .ImgR {
  display: block;
  overflow: hidden;
}

.noteTxt {
  padding: 15px 0 0 20px;
  color: #747474;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: .05em;
}

.horizontalTable02 {
  position: relative;
}

.horizontalTable02 .horizontalTableInner02 {
  overflow-x: auto;
  cursor: move;
}

.horizontalTable02 table {
  min-width: 830px;
}

.horizontalTable02 table th, .horizontalTable02 table td {
  border: 1px solid #000;
  padding: 5px;
}

.m_horizontalTable02 {
  position: absolute;
  left: 0;
  top: 0;
}

.m_horizontalTable02 .cloned {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px;
  box-sizing: border-box;
  letter-spacing: .05em;
  border: 1px solid #000;
  border-right: none;
  border-bottom: none;
  background: #fff;
  box-shadow: 1px 0 #000;
    word-break: break-all;
}

/*-- 證書下載 --*/
ul.classLink {
  text-align: left;
}

ul.classLink li:last-child a {
  border-right: 1px solid #e5e5e5;
}

ul.classLink li a {
  margin: 0 -4px 0 0;
  border: 1px solid #e5e5e5;
  border-right: none;
  border-bottom: none;
  color: #444;
  background: #f3f3f3;
}

ul.classLink li a.current {
  border-bottom: 1px solid #fff;
  background: #fff;
  color: #444;
}

ul.classLink li a:hover {
  background: #444;
  color: #fff;
}

.reportDownload {
  margin-top: -1px;
  border: 1px solid #e5e5e5;
  padding: 25px;
  box-sizing: border-box;
}

.textInnerList {
  letter-spacing: .05em;
}

.textInnerList .topTitle {
  background: #cfb094;
  color: #fff;
  font-size: 14px;
  padding: 16px 20px;
  box-sizing: border-box;
}

.textInnerList .topTitle .left {
  float: left;
  width: calc(100% - 110px);
}

.textInnerList .topTitle .right {
  float: left;
  width: 110px;
  text-align: center;
}

.textInnerList ul h3 {
  float: left;
  width: calc(100% - 110px);
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.textInnerList ul h3 a {
  font-size: 14px;
  font-family: "微軟正黑體";
}

.textInnerList ul .btnPdf {
  float: left;
  width: 110px;
  text-align: center;
}

.textInnerList ul .btnPdf a {
  display: inline-block;
  width: 24px;
}

.textInnerList ul .btnPdf a img {
  display: block;
  width: 100%;
}

.textInnerList ul li {
  padding: 18px 20px;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}

.yearBox02 {
  margin-bottom: 20px;
}

.yearLink02 li {
  display: inline-block;
}

.yearLink02 li a {
  display: block;
  color: #555;
  font-family: "Roboto", sans-serif;
  padding: 5px 12px;
  box-sizing: border-box;
  border-radius: 15px;
}

.yearLink02 li a.current {
  font-weight: 500;
  background: #d74b00;
  color: #fff;
}

.yearLink02 li a:hover {
  background: #d74b00;
  color: #fff;
}

.m_yearLink02 {
  display: none;
  border: 1px solid #2e363a;
}

.m_yearLink02.open a.main {
  background: #2e363a;
  color: #fff;
}

.m_yearLink02 a.main {
  display: inline-block;
  padding: 8px 13px;
  box-sizing: border-box;
}

.m_yearLink02 a.main b {
  margin-right: 8px;
  font-weight: normal;
}

.m_yearLink02 ul {
  display: none;
  border-top: 1px solid #2e363a;
  padding-top: 10px;
}

.m_yearLink02 ul li {
  text-align: center;
  margin-bottom: 5px;
}

@media (max-width: 1180px) {
  .yearLink02 {
    display: none;
  }
  .m_yearLink02 {
    display: inline-block;
  }
}

@media (max-width: 480px) {
  .reportDownload {
    border: none;
    padding: 15px 0;
  }
}
