#pageNewsDetail .postTitle {
  color: #1B71B4;
  line-height: 1.2;
}
#pageNewsDetail .dataRow {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
#pageNewsDetail .dataRow .date {
  color: #777777;
  font-family: "Roboto Condensed", sans-serif;
}
#pageNewsDetail .backBtnWrap .backBtn {
  font-size: 15px;
  border-bottom: solid 1px #262626;
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (max-width: 767px) {
  #pageNewsDetail .postTitle {
    font-size: clamp(14px, 4.62vw, 18px);
    padding: 0px 0 6px 0;
  }
  #pageNewsDetail .dataRow .date {
    font-size: 14px;
  }
  #pageNewsDetail .postDetail {
    padding: 40px 0 24px 0;
  }
  #pageNewsDetail .backBtnWrap {
    padding: 0 0 40px 0;
  }
}
@media print, screen and (min-width: 768px) {
  #pageNewsDetail .postTitle {
    font-size: clamp(16px, 2.03vw, 26px);
    padding: 0px 0 8px 0;
  }
  #pageNewsDetail .dataRow .date {
    font-size: clamp(14px, 1.25vw, 16px);
  }
  #pageNewsDetail .postDetail {
    padding: 40px 0 32px 0;
  }
  #pageNewsDetail .backBtnWrap {
    padding: 0 0 60px 0;
  }
}/*# sourceMappingURL=style.css.map */