/*PDF 뷰어*/
.contents:has(#pdfContents){padding:70px 0;}
#pdfContents { max-width:1000px; margin:0 auto; width:100%; height:110vh;}
/* 상단 타이틀 디자인 */
.pdf_head{margin-bottom:30px; text-align: center;
	& h4{font-size:var(--size-36); color:#515151;}
	& h4 span{font-size:var(--size-36)!important;  color:var(--main-color);}
	& p{font-size:var(--size-20); line-height: 1.4;}
}
