.pdfTitle {
  padding: 45px 0 20px;
  *zoom: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.pdfTitle strong {
  font: bold 24px "Nanum Gothic";
}

.pdfTitle strong img {
  width: 27px;
  height: 25px;
  margin: -5px 8px 0 0;
}

.pdfTitle strong em {
  color: #d0040a;
  font-style: normal;
}

.pdfTitle .rightTit {
  display: block;
  padding: 0 1em;
  line-height: 2;
  border: 1px solid #333;
  color: #fff;
  background-color: #333;
  cursor: pointer;
  transition: 0.6s;
}

.pdfTitle .rightTit:hover {
  background: #fff;
  color: #333;
  text-decoration: none;
}

.pdfTitleSub {
  padding: 7px 20px;
  margin-bottom: 30px;
  border: 1px solid #d5d5d5;
  text-align: right;
  background: #ebebeb;
}

.pdfTitleSub a {
  display: inline-block;
  padding: 3px 12px;
  border: 1px solid #ccc;
  border-radius: 20px;
  letter-spacing: -0.05em;
  font-family: "Dotum";
  color: #797979;
  background: #fff;
}

.pdfTitleSub a img {
  margin-right: 4px;
}

.pdfList {
  width: 100%;
}

.pdfList thead th {
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f8f8f8;
}

.pdfList tbody td {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.pdfList tbody td .showPdf {
  color: #0000ee;
}

.pdfList tbody td .showPdf img {
  width: 13px;
  height: 13px;
  margin: -2px 0 0 5px;
}

.pdf_date {
  border: 1px solid rgba(0, 0, 0, .2);
  text-align: center;
  line-height: 21px;
  padding: 15px 0;
  margin-bottom: 30px;
}

.pdf_date form p {
  display: inline-block;
  font-size: 14px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.pdf_date form button {
  font-family: Dotum;
  background: #323232;
  color: #fff;
  text-align: center;
  line-height: 32px;
  border: 0;
  padding: 0 10px;
  border-radius: 3px;
  margin-left: 20px;
}

.pdf_date a {
  font-family: Dotum;
  display: inline-block;
  text-decoration: none;
  background: #999;
  color: #fff;
  text-align: center;
  line-height: 32px;
  border: 0;
  padding: 0 10px;
  border-radius: 3px;
  margin-left: 20px;
  margin-bottom: 10px;
}

.pdf_date .basic {
  height: 30px;
  margin-right: 5px;
}

.pdfListWrap:after {
  content: '';
  display: block;
  clear: both;
}

.pdfListWrap li {
  float: left;
  width: 182px;
  text-align: center;
  box-sizing: border-box;
  padding: 15px 15px 5px;
  background: #ebebeb;
  border: 1px solid rgba(0, 0, 0, .2);
  margin-right: 20px;
  margin-bottom: 20px;
}

.pdfListWrap li:nth-child(5n) {
  margin-right: 0;
}

.pdfListWrap li a {
  display: block;
}

.pdfListWrap li a:hover {
  text-decoration: none;
}

.pdfImgWra {
  width: 150px;
  height: 180px;
  overflow: hidden;
}

.pdfListWrap li img {
  width: 100%;
}

.pdfListWrap li .desc {
  padding-top: 5px;
}

.pdfListWrap li .desc span {
  display: block;
  line-height: 21px;
}

.pdfListWrap li .desc span:last-child {
  font-size: 14px;
  font-weight: bold;
}

.pdf_pager {
  word-spacing: 3px;
  text-align: center;
  margin: 50px 0;
}

.pdf_pager a.current {
  font-weight: bold;
}

#contents {
  width: 860px;
}

.pdfPre_top {
  display: flex;
  justify-content: space-between;
}

.pdfPre_top .leftBox {
  aspect-ratio: 4/5;
  width: 60%;
  border: 1px solid #efefef;
  padding: 10px;
  box-sizing: border-box;
}

.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 {
  width: calc(40% - 50px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333;
  line-height: 1;
  letter-spacing: -1px;
}

.pdfPre_top .rightBox h3 {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 900;
  color: #000;
}

.pdfPre_top .rightBox .subtit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
}

.pdfPre_top .rightBox .date {
  font-size: 20px;
  color: #555;
  margin-bottom: 45px;
}

.pdfPre_top .rightBox .btnWrap {}

.pdfPre_top .rightBox .btn {
  display: inline-block;
  font-size: 16px;
  padding: 0.8em 2em;
  border-radius: 1.3em;
  border: 1px solid #333;
}

.pdfPre_top .rightBox .btn.black {
  background: #333;
  color: #fff;
  margin-right: 10px;
}
