.news_list .t_0 {
  font-family: var(--font-bold);
  font-size: 18px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .news_list .t_0 {
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .ingredient .container {
    width: 1065px;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  .ingredient .top_1 .container {
    width: 1230px;
  }
}

.news_detail .top_2 .content {
  margin: 30px 0px;
}

.news_detail .top_2 .content img {
  max-width: 100% !important;
  height: auto !important;
}

.news_detail .top_2 .content table {
  width: 100% !important;
}

.news_detail .top_2 .content iframe {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .news_detail .top_2 .content iframe {
    max-width: 100% !important;
  }
}

@media (min-width: 1200px) {
  .news_detail .top_3 .container {
    width: 1230px;
  }
}

.bl_ingr {
  position: relative;
  margin-bottom: 40px;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 20px;
}

.bl_ingr .img_1 {

  width: 100%;
  height: 308px;
  object-fit: cover;

}

@media only screen and (max-width: 767px) {
  .bl_ingr .img_1 {
    height: 56vw;
  }
}

.bl_ingr .t_1 {
  font-size: 18px;
  font-family: var(--font-bold);
  color: #4285F4;
  margin: 0px;
  padding: 15px 30px;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: rgb(255 255 255 / 80%);
  bottom: 0px;
  left: 0px;
  width: 100%;
  border-radius: 0px 0px 20px 20px;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .bl_ingr .t_1 {
    padding: 15px;
    font-size: 14px;
  }
}

.bl_ingr:hover .t_1 {
  background-color: #fff;
}

/* .bl_ingr .t_1::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #4285F4;
} */