.table-detail .board-wrap--fc .webzine-board-list--fc li {
  border-bottom: 1px solid #f7f7f7;
}
.table-detail .board-wrap--fc .webzine-board-list--fc li:hover {
  background-color: #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
}
.table-detail .board-wrap--fc a {
  display: block;
  font-size: 0.75rem;
  padding: 2.5rem;
  color: #414141;
  text-decoration: none;
  transition: all 0.3s ease;
}
.table-detail .board-wrap--fc .webzine-board-list--fc li a > div {
  text-align: center;
  font-size: 0;
  /* min-width: 318px;
  min-height: 195px; */
  min-width: 300px;
  min-height: 187px;
  width: 300px;
  height: 187px;
}
.table-detail .board-wrap--fc .webzine-board-list--fc li a p {
  padding: 2.5rem 3rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: var(--line-ht-2);
}
.tech-detail .board-wrap--fc .gallery-list--fc {
  display: flex;
  font-size: 0;
  flex-wrap: wrap;
  margin: 0 -15px; /* 음수 마진은 layout 보정용 px 유지 */
}
.tech-detail .board-wrap--fc .gallery-list--fc figure {
  width: 33.3333%;
  padding: 0 0.9375rem;
  vertical-align: top;  
  display: inline-block;
  margin-bottom: 1.5625rem;
}
.tech-detail .board-wrap--fc .gallery-list--fc figure:hover .gallery-title--fc{
  text-decoration: underline;
}
.tech-detail .board-wrap--fc .gallery-list--fc figure a {
  display: block;
  height: 100%;
  padding: 1.875rem 1.875rem 1.25rem;
  background-color: #f7f7f7;
}
.tech-detail
  .board-wrap--fc
  .gallery-list--fc
  figure
  a
  .thumb-wrap--fc.embed-responsive-16by9 {
  padding-bottom: 60.25%;
}
.tech-detail .board-wrap--fc .gallery-list--fc figure a .thumb-wrap--fc {
  display: block;
  overflow: hidden;
  position: relative;
  height: 0;
}
.tech-detail .board-wrap--fc .gallery-list--fc figure a figcaption {
  padding: 1.25rem 0 0;
  background: none;
}
.tech-detail .gallery-title--fc {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: var(--line-ht-1);
  color: var(--fc-dark);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 2.66em;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tech-detail .gallery-category--fc {
  font-size: 0.75rem;
  color: #888;
  margin-top: 1.25rem;
}

/* ---------- Webinar Detail ---------- */
.webinar_detail .board-content--fc {
  margin-top: 2.5rem;
}
.webinar_detail .board-content--fc h5{
  font-size: var(--fs-h5);
}
.webinar_detail .board-content--fc p {
  text-wrap: auto;
}
.webinar_detail .board-content--fc h4{
  font-size: var(--fs-p);
  margin-top: 3.125rem;
}

/* ---------- Customer Story Detail ---------- */
.customer_story_detail .d-flex {display: flex; gap: 3.125rem}
.customer_story_detail h6 {font-size: 1.125rem;}
.customer_story_detail .fs_14 {font-size: 0.875rem;}
.customer_story_detail .mt20 {margin-top: 1.25rem !important;}
.customer_story_detail .mt30 {margin-top: 1.875rem !important;}
.customer_story_detail .mt50 {margin-top: 3.125rem !important}
.customer_story_detail .mt60 {margin-top: 3.75rem !important;}
.customer_story_detail .mt90 {margin-top: 5.625rem !important;}
.cs__top {
  background: url(/img/sub/resources/bg_resources_customer_01.png) no-repeat center center / cover;
  padding: 2.5rem 1.25rem;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.cs__top:before {
  content: url(/img/sub/resources/img_quote.png);
  display: block;
  margin-bottom: 2.5rem;
  font-size: 0;
}
.cs__bottom__left__info--customer {
  padding: 1.25rem;
  border-radius: 0.1875rem;
  background-color: rgba(235, 236, 240, 0.5);
}
.cs__bottom__left__info--customer li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.ul--bullet li {
  position: relative;
  padding-left: 1rem;
}
.cs__bottom__left__info--customer li {
  padding-left: 0.875rem;
}
.ul--bullet.base li:before {
  color: rgb(55, 158, 159);
}
.ul--bullet li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}
.cs__bottom__left__info--customer li:before {
  transform: scale(1.6);
}
.cs__bottom__left__info--customer dl {
  display: flex;
}
.cs__bottom__left__info--customer dl dt {
  width: 120px;
}
.cs__bottom__left__info--customer dl dd {
  width: calc(100% - 120px); /* calc 값 유지 */
  font-weight: 700;
}
.cs__bottom__left__info--product li {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.cs__bottom__left__info--product li > div {
  font-size: 0;
}
.cs__bottom__left__info--product li > p {
  width: calc(100% - 60px); /* calc 값 유지 */
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.43;
}
p {
  line-height: 1.8;
  font-weight: 300;
}
.cs__bottom__left__info--product li > p strong {
  display: block;
  font-weight: 700;
}
.cs__bottom__right h5, .cs__bottom__right p {
  font-size: 1.063rem;
  line-height: 1.41;
}
.cs__bottom__right p {
  font-weight: 400;
  font-size: 1.063rem;
  line-height: 1.41;
}
.cs__bottom__right h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.2px; /* letter-spacing px 유지 */
}
.cs__bottom__right h5 {
  font-weight: 700;
  font-size: 1.125rem;
}

/* -------- Responsive refinement -------- */
@media (min-width: 768px) {
  .table-detail .board-wrap--fc .webzine-board-list--fc li a {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 1280px) {
  .tech-detail .board-wrap--fc .gallery-list--fc figure {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .table-detail .board-wrap--fc .webzine-board-list--fc li a > div {
    min-width: 240px;
    min-height: 150px;
  }
  .table-detail .board-wrap--fc a {
    padding: 1.5rem;
  }
}

@media (max-width: 768px) {
  .tech-detail .board-wrap--fc .gallery-list--fc {
    margin: 0;
  }
  .tech-detail .board-wrap--fc .gallery-list--fc figure {
    width: 100%;
    padding: 0;
  }
  .table-detail .board-wrap--fc .webzine-board-list--fc li a > div {
    min-width: 0;
    width: 100%;
    min-height: 0;
  }
  .table-detail .board-wrap--fc .webzine-board-list--fc li a p {
    padding: 1rem 0 0;
    text-wrap-style: auto;
  }
  .board-content--fc .cs__bottom > .d-flex {
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .cs__top {
    padding: 5.375rem 5rem 3.75rem;
  }
  .cs__bottom__left {
    width: 320px;
  }
}

/* TODO: 원본 코드에 `(min-width: 768)` 단위 누락 — 동작하지 않는 미디어 쿼리. 의도 확인 필요 */
@media (min-width: 768) {
  .cs__bottom__right {
    width: calc(100% - 320px); /* calc 값 유지 */
    padding-bottom: 3.125rem;
    padding-left: 3.75rem;
  } 
}
