#pageNewsDetail .dataRow {
  display: flex;
  align-items: center;
  gap: 10px;
}
#pageNewsDetail .dataRow .date {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
#pageNewsDetail .dataRow .categoryTag {
  font-weight: bold;
  background: #6095CC;
  color: #ffffff;
  border-radius: 20px;
  font-size: 13px;
  text-align: center;
  padding: 2px 2px 3px;
  min-width: 66px;
}
#pageNewsDetail .postTitle {
  line-height: 1.4;
  border-bottom: solid 1px #BCBCBC;
  font-weight: 500;
}
#pageNewsDetail .backBtnWrap {
  margin: 0 auto;
}
#pageNewsDetail .backBtnWrap .backBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 2px #6095CC;
  border-radius: 50px;
}
#pageNewsDetail .backBtnWrap .backBtn .arrow {
  background: url(../../shared/images/arrow_left_blue.svg) center center no-repeat;
  width: 26px;
  aspect-ratio: 1/1;
}
#pageNewsDetail .backBtnWrap .backBtn .text {
  color: #6095CC;
}

@media only screen and (max-width: 767px) {
  #pageNewsDetail .dataRow {
    padding: 10px 0 10px 0;
  }
  #pageNewsDetail .dataRow .date {
    font-size: 14px;
  }
  #pageNewsDetail .postTitle {
    font-size: clamp(14px, 5.64vw, 22px);
    padding: 0 0 12px 0;
    margin: 0 0 32px 0;
  }
  #pageNewsDetail .backBtnWrap {
    width: min(90%, 240px);
  }
  #pageNewsDetail .backBtnWrap .backBtn {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  #pageNewsDetail .backBtnWrap .backBtn .text {
    font-size: clamp(14px, 4.36vw, 17px);
    padding: 8px 0;
  }
}
@media print, screen and (min-width: 768px) {
  #pageNewsDetail .dataRow {
    padding: 0 0 20px 0;
  }
  #pageNewsDetail .dataRow .date {
    font-size: 14px;
  }
  #pageNewsDetail .postTitle {
    font-size: clamp(17px, 7.18vw, 28px);
    padding: 0 0 24px 0;
    margin: 0 0 40px 0;
  }
  #pageNewsDetail .backBtnWrap {
    width: 240px;
  }
  #pageNewsDetail .backBtnWrap .backBtn {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  #pageNewsDetail .backBtnWrap .backBtn .text {
    font-size: 18px;
    padding: 8px 0;
  }
}/*# sourceMappingURL=style.css.map */