/* 레이어 팝업 */
.layer-popup-wrap{position:relative;}
.layer-popup-wrap .layer-popup-box{position:absolute;top: 106px;left: 5%;z-index: 100;}
.layer-popup-wrap .layer-popup-box .layer-popup{display:block;}
.layer-popup-wrap .layer-popup-box .layer-popup img{width:100%;}
.layer-popup-wrap .layer-popup-box .btn-pop-close{position:absolute;top:8px;right:6px;width:26px;height:26px;background:url(/_res/ajou/ibio/img/main/btn-pop-close02.png) no-repeat 50% 50%;}

@media screen and (max-width:768px) {
	/* 레이어 팝업 */
	.layer-popup-wrap .layer-popup-box{top:60px;right: unset;left: 50%;width:100%;transform: translateX(-50%);}
	.layer-popup-wrap .layer-popup-box .btn-pop-close{width:20px;height:20px;}
}
@media screen and (max-width:480px) {
	.layer-popup-wrap .layer-popup-box .btn-pop-close{width:15px;height:15px;}
}