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

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

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

.thema_12_wrap .top_text {
  position: absolute;
  top: 4%;
  left: 11%;
  z-index: 2;
  width: 208px;
  transform: rotate(-15deg);
  text-align: center;
}

.thema_12_wrap .bottom_text {
  position: absolute;
  width: 270px;
  top: 75%;
  left: 22%;
  transform: rotate(-11deg);
  z-index: 2;
}

.thema_12_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_12_wrap .date_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #000000;
}

#pro_mode .thema_12_wrap .date_info span {
  font-family: 'Pre-M' !important;
}

.thema_12_wrap .day {
  text-align: left;
  color: #000000;
}

.thema_12_wrap .month {
  text-align: center;
  color: #000000;
}

.thema_12_wrap .year {
  text-align: right;
  color: #000000;
}

.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; */
}
