/*------------------------------------*\
    ALERT
\*------------------------------------*/
.popupAlert {
	width:880px;
	--body_colour: #fff;
	--title_colour: #fff;
	--alt_colour: #A4152D;
	--link_colour: #fff;
	--link_colour_hover: #fff;
	--button_bg: #fff;
	--button_colour: var(--theme_red);
	--button_border: transparent;
	--button_bg_hover: var(--theme_dark_red);
	--button_colour_hover: #fff;
	--button_border_hover: transparent;
	background-color: var(--theme_red);
	--bg_colour: var(--theme_red);
	color: var(--body_colour);
    padding: 0;
}
.popupAlert .fancybox__content>.f-button.is-close-btn {
	top:0;
	right:0;
	opacity:1;
	width:48px;
	height:48px;
}
.noticeBody {
	width:100%;
    display: flex;
	flex-direction:column;
}
.popupAlert .popupImg {
	max-height:395px;
	min-height:200px;
	height:40%;
}
.popupAlert .popupImg img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.noticeBody .noticeText {
	padding:60px 7.5%;
}

