.thema_10_wrap {
  position: relative;
  height: 700px;
  /* background: #f5f5f5; */
  margin: 0 auto;
  overflow: hidden;
}

.thema_10_wrap .background_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.thema_10_wrap .background_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thema_10_wrap .bottom_content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 26px;
  z-index: 3;
}

.thema_10_wrap .date_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #000000;
}

.thema_10_wrap .date_info span {
  font-family: 'Pre-M' !important;
}

.thema_10_wrap .svg_title svg {
  width: 280px;
  left: 50%;
  transform: translateX(-50%);
  top: 65%;
  position: absolute;
  z-index: 10;
}

.thema_video_style{
  width: 100%;
  min-height: 550px;      /* 네가 원한 최소 700 유지 */
  overflow: hidden;
}

.thema_video_style #card_main_video{
  width: 100%;
  height: 100%;
  display: block;
  /* object-fit: cover; */
}
