/* .experience_content_wrapper {
  padding: 20px 18px;
}

.experience_content {
  margin-bottom: 26px;
}

.experience_content .experience_image_area {
  position: relative;
  aspect-ratio: 324 /180;
  border-radius: 20px;
}

.experience_content .experience_image_area img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: contain;
}

.experience_content .experience_title {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  margin-top: 14px;
}

.experience_content .experience_date_area {
  margin-top: 8px;

  display: flex;
  align-items: center;
  gap: 6px;
}

.experience_info_wrapper {
  position: relative;
  padding-left: 10px;
}

.experience_info_wrapper .stick {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 2px;
  background: #e7e7e7;
  border-radius: 100px;
}

.experience_info_area {
  display: flex;
  align-items: center;
  margin-top: 12px;
  gap: 6px;
}

.experience_info_area .channel_img {
}

.experience_info_area .count {
  font-size: 12px;
  font-weight: 500;
}

.experience_calender {
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 500;
  border-radius: 100px;
}

.experience_dday {
  display: flex;
  gap: 5px;
  background: #000;
  color: #fff;
}

.experience_end {
  background: #e7e7e7;
  color: #5e5e5e;
}

.experience_soldout_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #00000099;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.experience_date {
  font-size: 11px;
  font-weight: 500;
  color: #838383;
}

.experience_empty_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

.experience_empty_wrapper img {
  width: 132px;
  height: 140px;
}

.experience_empty_wrapper p {
  margin-top: 20px;
  line-height: 22.5px;
  font-size: 15px;
  color: #acacac;
  text-align: center;
} */
