a.img_pop {
    text-decoration: underline wavy;
    cursor: alias;
}
#img_pop {
	position: absolute;
	border: 3px solid #ccc;
	background: #aaa;
	padding: 5px;
	display: none;
	color: #fff;
	box-shadow: 4px 4px 3px rgba(103, 115, 130, 1);
    z-index: 5;
    overflow: hidden;
}
#img_pop img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}
#img_pop_cover {
    position:fixed;
    padding:0;
    margin:0;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(255,255,255,0.8);
    z-index: 684;
}
#img_pop_cover img {
    position: absolute;
    max-width: 90%;
    max-height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
	box-shadow: 4px 4px 3px rgba(103, 115, 130, 1);
}
.body_noscroll {
    overflow: hidden;
}
