.main_news_right_left {
  position: relative;
  padding-top: 50px;
}
.main_news_right_left img {
  width: 240px;
  height: 339px;
  border-radius: 20px;
}
.main_news_right_left .main_news_vol_365 {
  display: flex;
  width: 60px;
  height: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 10px;
  transform: translateY(30%);
  border-radius: 999px;
  background: linear-gradient(159deg, #355B94 13.89%, #0B5B66 121.67%);
  color: #FFF;
  text-align: center;
  font-family: "Paperlogy";
}
.main_news_right_left .main_news_vol_365 span:first-child {
  font-size: 0.6rem;
  font-weight: 700;
}
.main_news_right_left .main_news_vol_365 span:last-child {
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: -0.8px;
}