/* /products/approved/biologics: Name / INN / More Information = 1:1:3 */
.cpnt_divtable.biologics-ratio .thead > *,
.cpnt_divtable.biologics-ratio .tbody > div > * {
  flex-shrink: 0;
}

.cpnt_divtable.biologics-ratio .thead > *:nth-child(1),
.cpnt_divtable.biologics-ratio .tbody > div > *:nth-child(1) {
  flex-basis: 20%;
}

.cpnt_divtable.biologics-ratio .thead > *:nth-child(2),
.cpnt_divtable.biologics-ratio .tbody > div > *:nth-child(2) {
  flex-basis: 20%;
}

.cpnt_divtable.biologics-ratio .thead > *:nth-child(3),
.cpnt_divtable.biologics-ratio .tbody > div > *:nth-child(3) {
  flex: 1;
}

/*
 * More Information 열: 버튼은 칸 전체 너비, 글+아이콘은 한 덩어리로 가운데 배치 (::after를 absolute 해제해 글 바로 옆에 붙임)
 */
html.en .cpnt_product_table .cpnt_divtable.biologics-ratio .tbody > div > dd:last-child {
  align-items: stretch;
}

html.en .cpnt_product_table .cpnt_divtable.biologics-ratio .tbody > div > dd:last-child a.btn_gconfirm {
  align-self: stretch;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  min-width: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0.25rem 10px;
  text-align: center;
}

html.en .cpnt_product_table .cpnt_divtable.biologics-ratio .tbody > div > dd:last-child a.btn_gconfirm span {
  text-align: center;
  flex: 0 1 auto;
  min-width: 0;
}

/* common.css의 absolute right 때문에 아이콘이 칸 끝으로 감 → flex 흐름으로 붙임 */
html.en .cpnt_product_table .cpnt_divtable.biologics-ratio .tbody > div > dd:last-child a.btn_gconfirm::after {
  position: static;
  right: auto;
  top: auto;
  transform: none;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  html.en .cpnt_product_table .cpnt_divtable.biologics-ratio .tbody > div > dd:last-child a.btn_gconfirm {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* /products/approved/biologics reference note box */
.cpnt_product_table .referenceMark {
  margin-top: 2rem;
  padding: 1.25rem 1.5rem;
  border: 2px solid #e8e8e8;
  border-radius: 0;
  background-color: #fff;
}

.cpnt_product_table .referenceMark p {
  margin: 0;
  color: #666;
  font-size: 0.95rem;
  line-height: 1.7;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}

.cpnt_product_table .referenceMark p + p {
  margin-top: 0.75rem;
}

.cpnt_product_table .referenceMark a {
  color: #2f6fed;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* 컨테이너 별표는 비활성 유지 */
.cpnt_product_table .cpnt_subscript .referenceMark::before {
  content: none;
  display: none;
}
