.pdf-popup{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000; background:rgba(0,0,0,0.8)}.pdf-popup-content{position:relative;width:100%;height:100%; display:flex; align-items:center; justify-content:center}.pdf-popup-wrap{background-color: #F6F6F6;padding: 15px;border-radius: 15px}.mobile-image-header{display: flex;justify-content:center;position: relative;margin: 15px 0}.close-popup{position: absolute;background: transparent;right: 0;top: 0;cursor: pointer}.pdf-iframe{border:none;width: 100%;}.pdf-iframe-wrap{width:80vw; height:65vh;overflow: auto;}.mobile-image-wrap{overflow: auto;max-height:50vh;border-radius: 15px}.mobile-image{width:100%;max-width: 90vw;border-radius: 15px}@media (max-width:991px){.pdf-iframe{display:none}.mobile-image{display:block}.mobile-image-wrap{    max-height:80vh}.pdf-popup-wrap{box-sizing: border-box; background-color: #F6F6F6;padding: 15px;border-radius: 15px;width:95%}}