.secNews .metaArea {
  color: #858585;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.secNews .metaArea .date {
  width: 80px;
  border-right: solid 1px #858585;
  font-size: 12px;
}
.secNews .metaArea .category {
  width: calc(100% - 80px);
  padding-left: 15px;
  font-size: 14px;
}
.secNews .infoAreaWrap .infoArea .infoItem {
  display: flex;
}
.secNews .infoAreaWrap .infoArea .infoItem .infoTitle {
  width: 80px;
  border-right: solid 1px #858585;
  font-size: 14px;
}
.secNews .infoAreaWrap .infoArea .infoItem .infoData {
  width: calc(100% - 80px);
  font-size: 14px;
}
.secNews .backBtnWrap {
  text-align: right;
}
.secNews .backBtnWrap .backBtn {
  color: #858585;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .secNews .metaArea {
    padding: 0 0 12px 0;
  }
  .secNews .infoAreaWrap {
    padding: 0 0 32px 0;
  }
  .secNews .infoAreaWrap .infoArea {
    padding: 0 0 24px 0;
  }
  .secNews .infoAreaWrap .infoArea .infoItem .infoTitle {
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 1.8;
  }
  .secNews .infoAreaWrap .infoArea .infoItem .infoData {
    padding-left: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 1.8;
  }
  .secNews .infoAreaWrap .infoArea .infoItem:first-of-type .infoTitle {
    padding-top: 0;
  }
  .secNews .infoAreaWrap .infoArea .infoItem:first-of-type .infoData {
    padding-top: 0;
  }
  .secNews .infoAreaWrap .infoArea .infoItem:last-of-type .infoTitle {
    padding-bottom: 0;
  }
  .secNews .infoAreaWrap .infoArea .infoItem:last-of-type .infoData {
    padding-bottom: 0;
  }
  .secNews .infoAreaWrap .reserveArea {
    margin: 0 0 0 auto;
    width: 107px;
  }
  .secNews .backBtnWrap .backBtn {
    font-size: clamp(14px, 3.85vw, 15px);
  }
}
@media print, screen and (min-width: 768px) {
  .secNews .metaArea {
    padding: 0 0 14px 0;
  }
  .secNews .infoAreaWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 0 32px 0;
  }
  .secNews .infoAreaWrap .infoArea {
    width: calc(100% - 120px);
  }
  .secNews .infoAreaWrap .infoArea .infoItem .infoTitle {
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 1.8;
  }
  .secNews .infoAreaWrap .infoArea .infoItem .infoData {
    padding-left: 36px;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 1.8;
  }
  .secNews .infoAreaWrap .infoArea .infoItem:first-of-type .infoTitle {
    padding-top: 0;
  }
  .secNews .infoAreaWrap .infoArea .infoItem:first-of-type .infoData {
    padding-top: 0;
  }
  .secNews .infoAreaWrap .infoArea .infoItem:last-of-type .infoTitle {
    padding-bottom: 0;
  }
  .secNews .infoAreaWrap .infoArea .infoItem:last-of-type .infoData {
    padding-bottom: 0;
  }
  .secNews .infoAreaWrap .reserveArea {
    width: 107px;
  }
  .secNews .backBtnWrap .backBtn {
    font-size: clamp(14px, 1.04vw, 15px);
  }
}
.secForm .formTitle {
  border-bottom: solid 1px #2c2c2c;
}
.secForm .inputBox .inputRow textarea:-moz-read-only {
  border: none;
  padding-left: 0;
  font-weight: bold;
  font-size: 1.1em;
  resize: none;
  overflow: hidden;
}
.secForm .inputBox .inputRow textarea:read-only {
  border: none;
  padding-left: 0;
  font-weight: bold;
  font-size: 1.1em;
  resize: none;
  overflow: hidden;
}
.secForm .inputBox .inputRow textarea:-moz-read-only:focus {
  outline: none;
}
.secForm .inputBox .inputRow textarea:read-only:focus {
  outline: none;
}

@media only screen and (max-width: 767px) {
  .secForm {
    padding: 24px 0 40px 0;
  }
  .secForm .formTitle {
    font-size: clamp(14px, 4.62vw, 18px);
    padding-bottom: 18px;
    margin-bottom: 20px;
  }
  .secForm .inputBox .inputRow textarea:-moz-read-only {
    max-height: 80px;
  }
  .secForm .inputBox .inputRow textarea:read-only {
    max-height: 80px;
  }
}
@media print, screen and (min-width: 768px) {
  .secForm {
    padding: 24px 0 70px 0;
  }
  .secForm .formTitle {
    font-size: 18px;
    padding-bottom: 24px;
    margin-bottom: 30px;
  }
  .secForm .inputBox .inputRow textarea:-moz-read-only {
    max-height: 60px;
  }
  .secForm .inputBox .inputRow textarea:read-only {
    max-height: 60px;
  }
}/*# sourceMappingURL=style.css.map */