.notice #header {
	text-align: center;
	line-height: 70px;
}
.notice #header h2 {
	font-weight: 500;
	font-size: 16px;
}
.notice #header .close {
	position: absolute;
	top: 25px;
	right: 30px;
    line-height: 1;
    width: 20px;
    height: 20px;
}
.notice #header .close img {
	width: 13px;
	margin: 5px 0;
}



.notice .list {
	padding: 20px;
}
.notice .list h3  {
	font-size: 14px;
	font-weight: 700;
	color: #00632E;
	border-bottom: 1px solid #c4c4c4;
	height: 50px;
	line-height: 48px;
}
.notice .list ul li a {
	position: relative;
	display: block;
	border-bottom: 1px solid #c4c4c4;
	height: 50px;
	line-height: 48px;	
}
.notice .list ul li a strong {
	display: block;
	font-size: 14px;
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
	font-weight: 500;
	padding-right: 120px;
}
.notice .list ul li a span {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	color: #7D7D7D;
}


.notice-read {
  padding: 20px;
}
.notice-read .subject {
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  padding-right: 10%;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.notice-read .subject strong {
  display: block;
  font-size: 15px;
  word-break: keep-all;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.notice-read .subject span {
  color: #7d7d7d;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.5px;
  display: block;
  margin-top: 2px;
}
.notice-read .contents {
  font-size: 12px;
  word-break: keep-all;
}