/* 레이어 팝업 */

.layer-popup-wrap.popup-1{position:absolute; top: 40%;right:50%;z-index: 100;transform:translateY(-50%)}
.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/_share/img/common/btn-pop-close01.png) no-repeat 50% 50%;}

@media screen and (max-width:1024px) {
	/* 레이어 팝업 */
	.layer-popup-wrap .layer-popup-box{top:150px;right: unset;left: 50%;width:90%;transform: translateX(-50%); text-align:center;}
	.layer-popup-wrap .layer-popup-box img {max-width:100%; width:auto !important;}
	.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;}
}