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

.noticeBody {
  width:100%;
}
.popupAlert .popupImg {
    padding: 0;
    margin-right: -3.25rem;
}
.popupAlert .popupImg img {
  width:100%;
  height:100%;
  object-fit:cover;
}
.popupAlert .noticeText {

}
.popupAlert .noticeText *{
  max-width:100%;
}
.popupAlert .noticeText .popTitle{
    margin: 0px 0 20px;
	font-size:1.5625rem;
	font-weight:700;
	color:#66635E;
}
@media (min-width:1200px){
.popupAlert {
    padding: 4rem;
}
}