@charset "UTF-8";

@media screen and (min-width: 768px) {
  .banner {
    text-align: center;
  }

  .banner_label {
    text-align: left;
  }
}
.banner {
  margin-bottom: 80px;
}

.single_content_area {
  margin-bottom: 145px;
}
.single_content {
  margin-bottom: 150px;
}
.news-date {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2.88px;
  line-height: 55px;
  margin-right: 60px;
}
.news_label {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.9px;
  line-height: 55px;
  padding: 1px 14px;
  text-transform: uppercase;
}


.label-1 {
  background-color: #C2980C;
}

.label-2 {
  background-color: #0099DB;
}

.label-3 {
  background-color: #399D26;
}

.news_label.check_label {
  color: #394b81;
  border: 1px solid #394b81;
}

.page_main_title_text h1 {
  font-size: 32px;
  letter-spacing: 2.56px;
  line-height: 55px;
  font-weight: bold;
  border-bottom: 1px solid #394b81;
  width: 60%;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.single_content {
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 34px;
  font-weight: bold;
}
.direction-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prev-btn,
.next-btn {
  border: 1px solid #394b81;
  font-size: 15px;
  letter-spacing: 1.8px;
  color: #394b81;
  font-weight: bold;
  position: relative;
}
.prev-btn::before,
.next-btn::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.prev-btn {
  text-align: right;
  padding: 5px 18px 5px 95px;
}
.prev-btn::before {
  border-top: 6px solid transparent;
  border-right: 10px solid #394b81;
  border-bottom: 6px solid transparent;
  margin-left: 18px;
  left: 0;
}
.next-btn {
  text-align: left;
  padding: 5px 95px 5px 18px;
}
.next-btn::before {
  border-top: 6px solid transparent;
  border-left: 10px solid #394b81;
  border-bottom: 6px solid transparent;
  right: 0;
  transform: translate(0%, -50%);
  margin-right: 18px;
}

.to_list_btn {
  border: 1px solid #394b81;
  font-size: 15px;
  letter-spacing: 1.8px;
  color: #394b81;
  font-weight: bold;
  padding: 20px 30px;
}

.tolist_icon {
  margin-right: 36px;
}

.single_content p img {
  margin: 2em 0;
}

.prev-btn[href='/news/'],
.next-btn[href='/news/'] {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .page_main_title_text h1 {
    width: 100%;
  }
  .single_content_area {
    margin-bottom: 100px;
  }
  .single_content {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .single_content_area {
    margin-bottom: 180px;
  }
  .single_content {
    margin-bottom: 60px;
  }
  .news-date {
    font-size: 11px;
    letter-spacing: 0.8px;
    margin-right: 19px;
  }
  .news_label {
    font-size: 10px;
    padding: 1px 10px;
  }
  .page_main_title_text h1 {
    width: 100%;
    font-size: 16px;
    letter-spacing: 1.3px;
    line-height: 25px;
  }
  .direction-btn {
    position: relative;
  }
  .to_list_btn {
    position: absolute;
    left: 50%;
    margin-left: -118px;
    top: 65px;
    padding: 10px 15px;
    font-size: 14px;
  }
  .prev-btn {
    padding: 1px 18px 1px 68px;
    font-size: 14px;
  }
  .next-btn {
    padding: 1px 68px 1px 18px;
    font-size: 14px;
  }
  .tolist_icon {
    margin-right: 18px;
  }
  .single_content p img {
    margin: 1em 0;
  }
}
