.medicalkepuBg {
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.medicalkepuShow {
  width: 100%;
  padding: 25px 0;
  background: #fff;
  display: flex;
  justify-content: space-between;
}

.medicalkepu-left {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  margin-right: 30px;
}

.kepuImgOrTextList {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.kepuListItem {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-decoration: none;
  margin-bottom: 14px;
}

.kepuListItem:last-child {
  margin-bottom: 0;
}

.kepuListBox {
  flex: 0 0 142px;
  width: 142px;
  height: 82px;
  border-radius: 4px;
  overflow: hidden;
}

.kepuListImg {
  width: 142px;
  height: 82px;
  transition: transform 0.3s ease;
}

.kepuListImg:hover {
  transform: scale(1.12);
}

.kepuListText {
  flex-grow: 1;
  margin-left: 18px;
  height: 60px;
  line-height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  text-align: left;
  font-style: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.medicalkepu-middle {
  width: 444px;
  height: 100%;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.kepuVideoList {
  width: calc(100% + 12px);
  height: 100%;
  margin-bottom: -10px;
  margin-left: 12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.kepuVideoItem {
  text-decoration: none;
  width: calc(50% - 12px);
  margin-right: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.kepuVideoBox {
  width: 100%;
  height: 132px;
  border-radius: 6px;
  overflow: hidden;
}

.kepuVideoImg {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  object-fit: cover;
}

.kepuVideoImg:hover {
  transform: scale(1.12);
}

.kepuVideoText {
  margin-top: 10px;
  width: 100%;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  color: black;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.medicalkepu-right {
  flex: 1;
  height: 100%;
  margin-right: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #F7F7F7;
  border-radius: 8px;
  padding: 0px 10px 28px;
  gap: 10px;
}

.medicalkepu-right .subChannelHeader {
  padding: 25px 0 4px;
}

.kepuClassListItem {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: flex-start;
  text-decoration: none;
}

.kepuClassListItemBox {
  width: 102px;
  height: 70px;
  margin-right: 20px;
  border-radius: 4px;
  overflow: hidden;
}

.kepuClassListItemImg {
  width: 102px;
  height: 70px;
  transition: transform 0.3s ease;
}

.kepuClassListItemImg:hover {
  transform: scale(1.12);
}

.kepuClassListItemText {
  flex-grow: 1;
  height: 70px;
  width: 197px;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  vertical-align: top;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
