
.pdfTitle {
  font-size: 18px;
  font-weight: bold;
  color: #555;
  line-height: 1;
  padding: 0.5em 0 1em;
}

.pdfPre_top {
display: flex;
justify-content: space-between;
gap: 20px;
}

#container section.pdfPre_top {
  padding-top: 30px;
}

.pdfPre_top .leftBox {
aspect-ratio: 4/5;
width: 40%;
border: 1px solid #efefef;
padding: 10px;
box-sizing: border-box;
flex-shrink: 0;
}

.pdfPre_top .leftBox .imgBox {
width: 100%;
height: 100%;
overflow: hidden;
}

.pdfPre_top .leftBox img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

.pdfPre_top .rightBox {
display: flex;
flex-direction: column;
justify-content: center;
color: #333;
line-height: 1;
letter-spacing: -1px;
width: 100%;
}

.pdfPre_top .rightBox h3 {
font-size: 20px;
font-weight: 900;
color: #000;
}

.pdfPre_top .rightBox .subtit {
font-size: 16px;
font-weight: bold;
color: #333;
margin-bottom: 10px;
}

.pdfPre_top .rightBox .date {
font-size: 15px;
color: #555;
margin-bottom: 15px;
}

.pdfPre_top .rightBox .btnWrap {
  padding: 0;
  text-align: left;
}

.pdfPre_top .rightBox .btn {
display: inline-block;
font-size: 14px;
padding: 0.5em 1em;
border-radius: 1.3em;
border: 1px solid #333;
}

.pdfPre_top .rightBox .btn.black {
background: #333;
color: #fff;
margin-right: 5px;
}
.pdfList_table {
  font-size: 14px;
  line-height: 1.3;
  color: #333;
  margin-bottom: 150px;
}

.pdfList_table a {
  color: #333;
}

.pdfList_table tr {
  border: 1px solid #ccc;
  border-bottom: 1px solid #eee;
}

.pdfList_table tr:last-child {
  border-bottom-color: #ccc;
}

.pdfList_table td {
  padding: 8px 10px;
}

.pdfList_table .title {
  background: #efefef;
  border: 2px solid #ccc;
  font-weight: bold;
}

.pdfList_table .contTd {}

.pdfList_table .contTd::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #ccc;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0.5em;
}
