/*------------------------------------*\
    ALERT
\*------------------------------------*/
.popupAlert {
  width:100%;
  max-width:600px;
}

.noticeBody {
  width:100%;
  padding:0 2.5%;
}
.popupAlert .popupImg {
  padding:10px 5px;
}
.popupAlert .popupImg img {
  width:100%
}
.popupAlert .noticeText {
  padding:10px 5px;  
  width:100%;
  float:none;
  color:#fff;
}
.popupAlert .noticeText .button {
  color:#000;
}
.popupAlert .noticeText *{
  max-width:100%;
}
.popupAlert .noticeText .popTitle{
    margin: 0px 0 20px;
    color:#fff;
}
.page .popupAlert.fancybox__content>.f-button.is-close-btn {
  color:#fff!important;
}

.popupAlert.hasBG {
	text-align:center;
	background-size:cover;
	background-position:center;
    width: 765px; 
}
.popupAlert.hasBG .alertText {
	margin-left:auto;
	margin-right:auto;
}