.notice_cetner_wrap {
    position: relative;
    z-index: 100;
}
.notice_overlay_title{
	text-align: center;
	font-size: 32px;
} 
.notice_overlay_text{
	font-size: 16px;
	padding: 20px;
}
.notice_overlay_wrap{ 
	padding: 5px;
} 
.notice_cetner__bell{
	position: fixed;
	top: 119px;
	right: 20px;
	border-radius: 10px;
	background: #f4900e;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	opacity: 0.4;
	cursor: pointer;
	z-index: 10;
}
.notice_cetner__bell-cnt{
	display: none;
	width: 20px;
	height: 20px;
	line-height: 18px;
	border-radius: 50%;
	background: #dc4040;
	color: #fff;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	font-size: 0.53em;
	border: 1px solid #fff;
}

.notice_cetner__bell.notice-has-new, .notice_cetner__bell.notice-list-open, .notice_cetner__bell:hover{
	opacity: 1;
}
.notice_cetner__bell .icon--ei-envelope{
	width: 40px;
	height: 40px;
	fill: #fff!important;
}


.notice__center__list{
	color: #222!important;
	display: none;
	position: fixed;
	top: 187px;
	max-height: 400px;
	border-radius: 10px;
	background: #fff;
	font-size: 12px;
	z-index: 12;
	padding: 0;
	box-shadow: 1px 1px 10px rgba(0,0,0,.5);
	max-width: calc(100vw - 20px)!important;
	
}
.notice__center__items{
	position: relative;
	background-color: #fff;
	max-height: 354px;
	min-height: 80px;
	overflow-y: auto;
	border-radius: 10px;
}

	.notice__center__emptiness-output {
		position: relative;
		height: 100px;
		width: 290px;
		padding: 0 40px;
		display: none;
		justify-content: center;
		align-items: center;
		font-size: 16px;
		line-height: 20px;
		background-color: #fff;
		border-radius: 10px;
	}

	.notice__center__list_empty .notice__center__emptiness-output {
		display: flex;
	}

	.notice__center__list_empty .notice__center__items {
		display: none;
	}

.notice__center__list-arrow{
	width: 15px;
	height: 15px;
	position: absolute;
	background: #fff;
	border-radius: 3px 0px 50px 0;
	top: -6px;
	right: 17px;
	transform: rotate(45deg);
	box-shadow: -2px -2px 10px rgba(0,0,0,.2);
}

.notice__center__item{
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}

.notice__center__item.new {
	background: #fff9e0;
}

.notice__center__item:hover,
.notice__center__item.new:hover {
	background-color: #fafafa;
}


.notice__center__item-content {
	display: flex;
	padding: 5px 10px;
}

.notice__center__item-title{
	font-weight: 500;
	min-height: 17px;
}

.notice__center__item-text {
	min-height: 17px;
}

.notice__center__item-image{
	display: inline-block;
	padding: 5px;
	vertical-align: top;
}
.notice__center__item-image-img{
	width: 50px;
	height: 50px;
	border-radius: 50px;
}

.notice__center__item-image-pseudo{
	background: #b2e1ff;
    line-height: 50px;
    width: 50px;
    text-align: center;
    font-size: 32px;
    border-radius: 50%;
    color: #292929;
}
.notice__center__item-body{
	display: inline-block;
	width: 311px;
	padding: 4px 0 4px 8px;
}
.notice__center__item-date{
	margin-top: -3px;
	font-size: 10px;
	font-style: italic;
	text-align: right;
}