.month_select label:before {
  display: block;
  content: "";
  position: absolute;
}

.month_select {
  width: 50%;
  min-width: 200px;
  max-width: 300px;
  padding: 10px 0;
}

.month_select label {
  line-height: 1;
}

.month_select label:before {
  width: 6px;
  height: 6px;
  top: 50%;
  right: 16px;
  margin-top: -3px;
  border-bottom: 2px solid #8C6928;
  border-right: 2px solid #8C6928;
  transform: rotate(45deg);
}

.month_select select {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 15px 40px 15px 15px;
  color: #191919;
  font-size: 1.6rem;
  line-height: 1.4;
  text-decoration: none;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #8C6928;
  border-radius: 26px;
}

@media print, screen and (min-width: 1180px) {
  .month_select {
    width: 100%;
  }
}

.pagination {
  margin-top: 30px;
  text-align: center;
}

.pagination strong, .pagination a {
  display: inline-block;
  width: 40px;
  height: 36px;
  margin: 4px;
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif;
  line-height: 36px;
  text-align: center;
}

.pagination a {
  background-color: #e6e6e6;
  transition: background-color 0.2s ease;
}

.pagination strong {
  font-weight: normal;
  background-color: #8C6928;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .pagination {
    margin-top: 40px;
  }
  .pagination a:hover {
    background-color: #AE9668;
  }
}

.news_detail_wrap {
  max-width: 835px;
  margin: 0 auto;
}

.news_detail_wrap .page_btn_default {
  margin-top: 40px;
}

.news_detail_head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.news_detail_tag {
  min-width: 50px;
  margin-right: 10px;
  padding: 10px;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #8C6928;
}

.news_detail_tag.category1 {
  background-color: #8C6928;
}

.news_detail_tag.category2 {
  background-color: #C8141E;
}

.news_detail_date {
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
}

.news_detail_date .newest {
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
  line-height: 1;
  color: #8C6928;
}

.news_detail_title {
  width: 100%;
  margin-top: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.news_thumbnail {
  margin-top: 25px;
}

.news_contents {
  margin-top: 25px;
  line-height: 2;
}

.news_contents a {
  color: #8C6928;
  text-decoration: underline;
}

.youtube_wrap2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news_img {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .news_detail_wrap .page_btn_default {
    margin-top: 80px;
  }
  .news_detail_tag {
    min-width: 70px;
    margin-right: 20px;
    padding: 10px;
    font-size: 1.3rem;
  }
  .news_detail_date {
    font-size: 1.5rem;
  }
  .news_detail_title {
    margin-top: 20px;
    font-size: 2.2rem;
  }
  .news_thumbnail {
    margin-top: 40px;
  }
  .news_contents {
    margin-top: 40px;
  }
  .news_contents a:hover {
    text-decoration: none;
  }
  .news_img {
    margin-top: 40px;
  }
}
