
.pdfviewer {
	margin:1% 0;
	border:1px solid #aaa;
	height:1400px;
	width:990px;
}
@media (max-width:767px){ 
	.pdfviewer { 
		height:350px;
	}
}
table {
	height: auto !important;
}






/* 이미지 모달 스타일 */
.board-image-zoomable {
	cursor: zoom-in !important;
	transition: opacity 0.2s ease;
}

.board-image-zoomable:hover {
	opacity: 0.85;
}

.board-image-modal-content {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background: transparent;
}

.board-image-modal-content img {
	width: auto;
	height: auto;
	border-radius: 4px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	pointer-events: cursor;
	width: 100%;
}

/* 모달 크기 조정 */
.mxds-modal[data-mxds-size="large"] {
	max-width: 95vw;
	max-height: 95vh;
	overflow-x: hidden;
}


