.Popup_notice .none {display: none;}
.Popup_notice .Popup_top {
	text-align: center;
	padding: 50px 20px 70px;
	background : #355ee5 url(//career.baeoom.com/career_upload_files/editor_images/pattern01.png) repeat;
}
.Popup_notice .Popup_top h2{
	font-family: 'NanumSquare';
	font-size : 28px;
	font-weight: normal;
	line-height: 1.6;
	color : #fff;
	margin-top : 10px;
}
.Popup_notice .Popup_contents {
	background : #ededed;
	padding : 50px;
}
.Popup_notice .Popup_whiteBox {
	margin : -100px auto 0;
	padding : 30px 50px;
	background: #fff;
	text-align: center;
}
.Popup_notice .Popup_whiteBox p {
	line-height: 1.6;
	margin-bottom: 20px;
}
.Popup_notice .Popup_whiteBox .date {
	display: block;
	font-family: 'NanumSquare';
	font-size : 18px;
	font-weight : bold;
	color : #355ee5;
	margin-bottom: 30px;
}
.Popup_notice .Popup_whiteBox a {
	display: inline-block;
	font-family: 'NanumSquare';
	font-size : 16px;
	padding : 10px 50px;
	background : #5a80ff;
	color : #fff !important;
	text-decoration: none;
	border-radius: 30px;
}
@media (max-width: 600px) {
	.Popup_notice .none {display: block}
	.Popup_notice .Popup_contents {
		padding : 10px;
	}
	.Popup_notice .Popup_whiteBox {
		margin : -80px auto 0;
		padding : 30px 20px;
	}
}
