@charset "UTF-8";
.pdf-viewer-wrap::after{content:""; display: table; clear: both;}
.pdf-viewer-info{float: right; width: 30%; padding-left: 60px;}
.pdf-viewer-download a{display: block; width: 100%; height: 100%; font-size: 18px; font-family: "Noto Medium"; padding: 17px 30px; transition: all .3s; margin-bottom: 10px;}
.pdf-viewer-download a:last-child{margin-bottom: 0;}
.pdf-viewer-download a.hwp-download{border: 2px solid #076e83; background: #076e83 url(../images/down_on.png) no-repeat right 30px center; color: white;}
.pdf-viewer-download a.hwp-download:hover{background: url(../images/down_1.png) no-repeat right 30px center; color: #076e83;}
.pdf-viewer-download a.pdf-download{border: 2px solid #0e4d9d; background: #0e4d9d url(../images/down_on.png) no-repeat right 30px center; color: white;}
.pdf-viewer-download a.pdf-download:hover{background: url(../images/down_2.png) no-repeat right 30px center; color: #0e4d9d;}
.pdf-viewer-index{margin-top: 30px; text-align: center;}
.pdf-viewer-index > h1 {display: block; margin-bottom: 30px; color:#333; font-size:22px; font-family:'Dream Medium'; line-height:20px;}
.pdf-viewer-index > h1 span {display: block; margin-top: 5px; color:#333; font-size:15px; font-family:'Dream Light'; line-height: 25px; letter-spacing: -.05em;}
.pdf-viewer-index ul{border-top: 1px solid #000; border-bottom: 1px solid #000;}
.pdf-viewer-index li{border-bottom: 1px solid #d7d7d7;}
.pdf-viewer-index li:last-child{border-bottom: 0;}
.pdf-viewer-index li a{padding-left: 10px; text-align: left; font-size: 16px; font-family: "Dream Regular"; color: #000; padding: 12px 5px; display: block;}
.pdf-viewer-index li.selected{border-bottom: 1px solid #0e4d9d;}
.pdf-viewer-index li.selected a{color: #0e4d9d;}
.pdf-viewer-index li:hover a{color: #0e4d9d;}
.pdf-viewer-content{float: right; width: 70%;}
.pdf-viewer-content > div{height: 1100px;}

@media all and (max-width: 1024px){
	.pdf-viewer-info{width: 40%;}
	.pdf-viewer-content{width: 60%;}
	.pdf-viewer-download a{font-size: 16px;}
	.pdf-viewer-index li a{font-size: 16px;}
	.pdf-viewer-content > div{height: 730px;}
}

@media all and (max-width: 768px){
	.pdf-viewer-info{width: 100%; float: none; padding-left: 0;}
	.pdf-viewer-index{margin-top: 30px;}
	.pdf-viewer-index ul::after{content:""; display: table; clear: both;}
	.pdf-viewer-index li a{overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 8px;}
	.pdf-viewer-content{width: 100%; float: none; margin-top: 30px;}
	.pdf-viewer-content > div{height: 730px;}
}