body {
  font-size: 16px;
  color: #000000d8;
}
a,
a:visited,
a:active {
  color: #000000d8;
  text-decoration: none;
}

/* Detail Page */
.detail-title {
  font-size: 18px;
}
.detail-meta {
  font-size: 12px;
  color: #00000072;
}
.detail-source {
  margin-right: 8px;
}
.detail-content {
  font-size: 14px;
}
.detail-content p {
  text-indent: 28px;
}

/* Contents Page */
.contents-header {
  padding: 40px 18px;
  color: #fff;
  position: relative;
  height: 150px;
}
.contents-header-bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.contents-header-disctrict {
  font-size: 16px;
  line-height: 30px;
}
.contents-header-title {
  font-size: 30px;
  line-height: 48px;
}
.contents-tabs {
  padding-top: 20px;
}
.contents-tabs .nav-tabs::-webkit-scrollbar {
  display: none;
}
.contents-tabs .nav-tabs {
  height: 50px;
  position: relative;
  display: flex;
  overflow: scroll;
  flex-wrap: nowrap;
  overflow-y: hidden;
  border: none;
}
.contents-tabs .nav-item {
  /* width: 33%; */
  flex-shrink: 0;
  width: 120px;
  /* #todo */
}
.contents-tabs .nav-link {
  text-align: center;
  border: none;
  font-size: 18px;
  line-height: 30px;
  padding: 5px;
}
.contents-tabs .nav-link.active {
  color: #0f8cfb;
  font-size: 21px;
}
.nav-tabs .nav-underline {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100px;
  height: 5px;
  border-radius: 100px;
  background-color: #0f8cfb;
  will-change: left, width;
}
.contents-tab-panel {
  margin-top: 20px;
}

.contents-entry-wrapper {
  padding: 20px 0;
  border-bottom: 1px solid #e2e2e3;
}
.contents-entry {
  display: flex;
}
.contents-entry-img {
  object-fit: cover;
  width: 116px;
  height: 86px;
}
.contents-entry-info-wrapper {
  padding: 0 10px;
}
.contents-entry-meta {
  padding-top: 15px;
  font-size: 12px;
  color: #00000072;
}
.contents-entry-title a {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
