@charset "UTF-8";

.detail_news section h4 {
  padding: 7px 10px;
  padding-right: 0;
  border-bottom: 1px solid #666;
  border-left: 5px solid #666;
  margin-bottom: 30px;
}

.detail_news section .text {
  padding: 0 5px;
}

.detail_news section .text a {
  color: #6565F4;
  text-decoration: underline;
}

.detail_news section .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.detail_news section .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.detail_news section .img_1 {
  width: 900px;
}
.detail_news section .img_2 {
  width: 700px;
}
.detail_news section .img_3 {
  width: 400px;
}

@media (max-width: 720px) {
  .detail_news section .img_1 {
    width: 300px;
  }
  .detail_news section .img_2 {
    width: 200px;
  }
  .detail_news section .img_3 {
    width: 100px;
  }
}
