.content-notice-wrapper{
	max-width:1280px;
	margin:0 auto;
}

.overlay {
  position:fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7) ;
  transition: opacity 500ms;
  /*visibility: hidden;
  opacity: 0;*/
  z-index:2000;
  overflow:hidden;
  overflow-y: scroll;
  display:none;

  
}

.hidden-scroll {
    overflow: hidden;
}

.popup { 
  background: #fff;
  transition: all 5s ease-in-out;

}

.row-flex{
	display:flex;
	flex-wrap:wrap;
}
	
.notice-title-bg{
	background-color:#8d64aa;
	color:#fff;
}

.notice-title{
	color:#492362;
}

.text-grey70{
	color:#6d6e71;
}

.text-grey50{
	color:#939598;
}

.font15{
	font-size:15px;
}

.bg-grey{
	background-color:#f2f2f2;
}

.close-icon{
	right:0;
	top:0;
	position:absolute;
	cursor:pointer;
}

.highlight{
	background-color:#fffac2;
}