/* CSS Document */
.ib_history_000 .contentBox:not(.ins) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 40px;
}
@media (max-width: 1180px) {
  .ib_history_000 .contentBox:not(.ins) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .ib_history_000 .contentBox:not(.ins) {
    gap: 0;
  }
}
.ib_history_000 .classBox {
  width: 20%;
}
@media (max-width: 1180px) {
  .ib_history_000 .classBox {
    width: 100%;
  }
}
.ib_history_000 .historyInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}
.ib_history_000 .historyInfoBox .dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.ib_history_000 .historyInfoBox .dateBox .left {
  white-space: nowrap;
}
.ib_history_000 .historyInfoBox .dateBox .month, .ib_history_000 .historyInfoBox .dateBox .day {
  color: #202020;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1440px) {
  .ib_history_000 .historyInfoBox .dateBox .month, .ib_history_000 .historyInfoBox .dateBox .day {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .ib_history_000 .historyInfoBox .dateBox .month, .ib_history_000 .historyInfoBox .dateBox .day {
    font-size: 16px;
  }
}
.ib_history_000 .historyInfoBox .dateBox .slash {
  display: inline-block;
  width: 12px;
  height: 20px;
  clip-path: polygon(91.6666666667% 0%, 100% 0%, 8.3333333333% 100%, 0% 100%);
  background: #222222;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media (max-width: 768px) {
  .ib_history_000 .historyInfoBox .dateBox .slash {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    width: 8px;
    height: 20px;
    clip-path: polygon(87.5% 0%, 100% 0%, 12.5% 100%, 0% 100%);
  }
}
.ib_history_000 .historyInfoBox .dateBox .year, .ib_history_000 .historyInfoBox .dateBox .weekday {
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.64px;
}
@media (max-width: 1440px) {
  .ib_history_000 .historyInfoBox .dateBox .year, .ib_history_000 .historyInfoBox .dateBox .weekday {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ib_history_000 .historyInfoBox .dateBox .year, .ib_history_000 .historyInfoBox .dateBox .weekday {
    font-size: 12px;
  }
}
.ib_history_000 .historyInfoBox .dateBox .year {
  color: #202698;
}
.ib_history_000 .historyInfoBox .dateBox .weekday {
  color: #222222;
}
.ib_history_000 .historyInfoBox .dateBox, .ib_history_000 .historyInfoBox .classTitle {
  padding: 5px 0;
}
.ib_history_000 .historyInfoBox .dateBox .date {
  line-height: 1;
}
.ib_history_000 .historyInfoBox .classTitle {
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #ffffff;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.56px;
  padding: 5px 15px;
  margin-right: 20px;
}
.ib_history_000 .historyInfoBox .classTitle .text {
  padding: 0 10px;
}
.ib_history_000 .historyInfoBox .classTitle::before {
  width: 100%;
  height: inherit;
  content: "";
  position: absolute;
  background: #202698;
  border: 1px #202698 solid;
  z-index: -1;
  border-radius: 38px;
}
@media (max-width: 680px) {
  .ib_history_000 .historyInfoBox .classTitle {
    height: 25px;
    font-size: 12px;
    padding: 2px 10px;
    margin-right: 10px;
  }
}
.ib_history_000 .historyList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ib_history_000 .historyList .historyItem {
  width: 100%;
  padding: 0 15px;
  border-bottom: 2px solid #fafafa;
}
@media (max-width: 768px) {
  .ib_history_000 .historyList .historyItem {
    padding: 0;
  }
}
.ib_history_000 .historyList .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
}
.ib_history_000 .historyList .Img {
  width: 100%;
  max-width: 200px;
  margin-right: 10px;
}
.ib_history_000 .historyList .Img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  .ib_history_000 .historyList .Img {
    width: 50%;
    max-width: 200px;
  }
}
@media (max-width: 375px) {
  .ib_history_000 .historyList .Img {
    display: none;
  }
}
.ib_history_000 .historyList .Txt {
  width: 100%;
  padding-left: 20px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .ib_history_000 .historyList .Txt {
    padding-left: 10px;
  }
}
.ib_history_000 .historyList .Txt .historyInfoBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ib_history_000 .historyList .Txt .title a {
  display: block;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1180px) {
  .ib_history_000 .historyList .Txt .title a {
    font-size: 20px;
  }
}
.ib_history_000 .historyList .Txt .text, .ib_history_000 .historyList .Txt .textEditorBox {
  color: #4c4c4c;
  font-size: 16px;
  padding-top: 10px;
}
@media (max-width: 1180px) {
  .ib_history_000 .historyList .Txt .text, .ib_history_000 .historyList .Txt .textEditorBox {
    font-size: 15px;
  }
}
.ib_history_000 .historyList .Txt .text.ellipsis, .ib_history_000 .historyList .Txt .textEditorBox.ellipsis {
  height: 100px;
}
.ib_history_000 .shareBox {
  float: right;
}
.ib_history_000 .shareBox .btn-fb {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.ib_history_000 .shareBox .back {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  background: rgb(174, 66, 51);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(174, 66, 51)), to(rgb(196, 76, 76)));
  background: linear-gradient(to bottom, rgb(174, 66, 51) 0%, rgb(196, 76, 76) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae4233", endColorstr="#c44c4c", GradientType=0);
  /* IE6-9 */
  cursor: pointer;
}
@media (min-width: 1181px) {
  .ib_history_000 .shareBox .back:hover {
    background: #398cb1;
  }
}