@CHARSET "EUC-KR";

.notice_list_wrap {
	width: 100%;
}

.notice_header_wrap_bar{
	width: 100%;
	height: 76px;
	background-color: #2c5885;
}

.notice_header_wrap{
	position: relative;
	top: 10px;
	left: 1.5%;
	width: 97%;
	height: 55px;
}

.notice_top_info{
	position: relative;
	top: 5px;
	width:85%;
	height: 55px;
	float: left;
}

.notice_top_info>p{
	color:#a4e9ff;
	font-size: 25px;
}

.notice_top_info span{
	position: relative;
  	top: 10px;
	color:#fff;
	font-size: 15px;
}

.notice_top_icon{
	width: 15%;
	height: 55px;
	text-align: right;
	float: left;
}

.notice_top_icon>img{
	width: 55px;
	height: 55px;
	cursor:pointer;
	float:right;
}

.notice_list_area {
	width: 100%;	
}

.notice_title_wrap {
	width: 100%;
	height:80px;
	border-bottom: 1px solid #c1c4d6;
}

.notice_content_wrap {
	width: 100%;
	height: 250px;
	border-bottom: 1px solid #c1c4d6;
}

.notice_content_wrap textarea {
	width: 100%;
	height: 250px;
	font-size:18px;
	padding: 0px 1.5%;
	color:#2e2e2e;
	background-color: #f1f1f1;
	border: 1px red solid;
}

.notice_title_area {
	position: relative;
	top: 2.5px;
	left: 1.5%;
	width: 97%;
	height: 63px;
	cursor: pointer;
}

.notice_title_img {
	width: 10%;
	height: 63px;
	float: left;
	text-align: left;
}

.notice_title_img_icon {
	width: 28px;
	height: 63px;
	background-image: url("/resources/images/mobile/btn_m_notice.png");
	background-size:11px 26px;
	background-position:center;
	background-repeat: no-repeat;
}

.notice_title_img_icon.open {
	/* 2017-08-09Ãß°¡[START] */
	background-size:28px 63px;
	background-position:center;
	/* 2017-08-09Ãß°¡[END] */
	background-image: url("/resources/images/mobile/notice_arrow_on.png");
	background-repeat: no-repeat;
}

.notice_title {
	width: 90%;
	height: 63px;
	float: left;
	display: table;
	
	
}
/* 2017-08-09Ãß°¡[START] */
.notice_title:after{
	content:"";
	display:block;
	clear:both;
}
/* 2017-08-09º¯°æ[END] */
/* .notice_title p { */
.notice_title .title {
	/* width: 100%; */
	/* font-size: 18px; */
	color: #4a4f70;
  	display: table-cell;
  	vertical-align: middle;
  	
  	/* 2017-08-09º¯°æ[START] */
  	width: 80%;
  	max-width:80%;
  	overflow:hidden;
  	
  	font-size: 16px;
  	/* 2017-08-09º¯°æ[END] */
}

.notice_title.open p {
	color: #f65b1e !important;
}

/* .notice_title>p>.regDate {
	color:#686b70;
	font-size:12px;
} */
/* 2017-08-09º¯°æ[START] */
.notice_title .regDate {
	color:#686b70;
	font-size:12px;
	line-height:12px;
	height:12px;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
  	width: 20%;
  	
	
}
/* 2017-08-09º¯°æ[END] */


