﻿#page_title {
	position: relative;
	background-image: url(/images/main/bighardinfo/title.png);
	height: 112px;
}
#page_title > #page_title_text {
	position: absolute;
	top: 30%;
	left: 8%;
	 
	font-size: 24pt;
	font-weight: bold;
}

#notice_wrap {
	height: 100%;
	overflow: hidden;
}

#notice_wrap > #aside {
	width: 210px;
	float: left;

	padding-top: 20px;
	padding-left: 30px;

	font-size: 12pt;
	line-height: 40px;
}

#notice_wrap > #section {
	width:790px;
	float: left;

	padding-top: 25px;
	padding-bottom: 5px;

	padding-left: 35px;
	/*
	border-style: solid;
	border-width: 1px;
	border-color: #ff0000;
	*/
}

#notice_wrap > #section > .title {
	font-size: 12pt;
	font-weight: bold;

	padding-left: 10px;
}
#notice_wrap > #section > .line {
	width: 755px;
	height: 3px;

	margin-top: 13px;
	margin-bottom: 5px;
	background-color: #dae3f3; 
}


/* 공지사항 > List */
#notice_wrap > #section > #notice_list {
	margin-top: 15px;

	padding-left: 5px;
	padding-bottom: 60px;

	/*
	border-style: solid;
	border-width: 1px;
	border-color: #ff0000;
	*/
}


/* 공지사항 > 내용 보기 */
#notice_wrap > #section > #notice_content {
	width: 744px;

	margin-top: 15px;
	margin-left: 5px;

	border-style: solid;
	border-width: 1px;
	border-color: #a6a6a6;
}
#notice_wrap > #section > #notice_content > #header {
	position: relative;
	overflow: hidden;

	height: 36px;

	background: #f2f2f2;

	border-style: solid;
	border-width: 1px;
	border-color: #a6a6a6;
	border-top: none;
	border-left: none;
	border-right: none;
}
#notice_wrap > #section > #notice_content > #header > #title {
	float: left;
	padding-left: 20px;
	padding-top: 6px;
}
#notice_wrap > #section > #notice_content > #header > #ins_date{
	float: right;
	padding-right: 20px;
	padding-top: 6px;
}

#notice_wrap > #section > #notice_content > #content {
	line-height: 25px;
	padding: 20px;
}
#notice_wrap > #section > #btn_area {
	position: relative;
	overflow: hidden;

	padding-top: 20px;
	padding-bottom: 60px;
}
#notice_wrap > #section > #btn_area > .left {
	float: left;
	padding-left: 10px;
}
#notice_wrap > #section > #btn_area > .right {
	float: right;
	padding-right: 10px;
}

/* write, modify */
#notice_wrap > #section > #notice_wm {
	width: 744px;

	margin-top: 15px;
	margin-left: 5px;

	border-style: solid;
	border-width: 1px;
	border-color: #a6a6a6;
}
#notice_wrap > #section > #notice_wm > #header {
	position: relative;
	overflow: hidden;

	height: 45px;

	background: #f2f2f2;

	border-style: solid;
	border-width: 1px;
	border-color: #a6a6a6;
	border-top: none;
	border-left: none;
	border-right: none;
}
#notice_wrap > #section > #notice_wm > #header > #title {
	float: left;
	padding-left: 20px;
	padding-top: 10px;
}
#notice_wrap > #section > #notice_wm > #content {
	padding: 15px;
}

#notice_wrap > #section > #notice_wm .input {
	line-height: 20px;
}
