#pageNewsDetail .dataRow {
  font-weight: 500;
  display: flex;
  align-items: baseline;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
#pageNewsDetail .dataRow .date {
  color: #B3B3B3;
}
#pageNewsDetail .dataRow .category {
  color: #0F4A2E;
}
#pageNewsDetail .postTitle {
  font-weight: bold;
  color: #0F4A2E;
  line-height: 140%;
  border-bottom: solid 2px #0F4A2E;
}
#pageNewsDetail .backBtnWrap {
  width: 220px;
  margin: 0 auto;
}
#pageNewsDetail .backBtnWrap .backBtn {
  border: solid 2px #0F4A2E;
  border-radius: 100px;
  background: #ffffff;
  width: 100%;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 7px;
       column-gap: 7px;
  transition: background-color 0.3s;
  height: 42px;
}
#pageNewsDetail .backBtnWrap .backBtn:hover {
  background-color: #4EAB88;
}
#pageNewsDetail .backBtnWrap .backBtn .icon {
  width: 10px;
  height: 10px;
  background: #EEE136;
  border-radius: 50px;
}
#pageNewsDetail .backBtnWrap .backBtn .text {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #0F4A2E;
}

@media only screen and (max-width: 767px) {
  #pageNewsDetail .dataRow .date {
    font-size: 13px;
  }
  #pageNewsDetail .dataRow .category {
    font-size: 14px;
  }
  #pageNewsDetail .postTitle {
    font-size: clamp(14px, 5.64vw, 22px);
    padding: 12px 0 6px 0;
  }
  #pageNewsDetail .postDetail {
    padding: 40px 0 24px 0;
  }
  #pageNewsDetail .backBtnWrap {
    padding: 0 0 80px 0;
  }
}
@media print, screen and (min-width: 768px) {
  #pageNewsDetail .dataRow .date {
    font-size: 14px;
  }
  #pageNewsDetail .dataRow .category {
    font-size: 14px;
  }
  #pageNewsDetail .postTitle {
    font-size: clamp(20px, 2.66vw, 34px);
    padding: 20px 0 8px 0;
  }
  #pageNewsDetail .postDetail {
    padding: 40px 0 32px 0;
  }
  #pageNewsDetail .backBtnWrap {
    padding: 0 0 120px 0;
  }
}/*# sourceMappingURL=style.css.map */