@charset "utf-8";
/* 팝업용 */
body {
	margin: 0px;
	border: 0px none;
	scrollbar-3dlight-color: #B4B4B4;
	scrollbar-arrow-color: #333333;
	scrollbar-base-color: #EEEEEE;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #EEEEEE;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #B4B4B4;
	background: #FFFFFF url(none);
}
td {
  font: 12px;
}
td.popupTitle, div.popupTitle {
	background: url(/images/pt/common/popuoTitle_bg.gif) repeat-x;
	height: 39px;
	padding-left: 8px;
	vertical-align: middle;
	line-height: 39px;
}
/*div.popupTitle {
	padding-top: 10px;
}
*/
.popupTitle span {
	background: url(/images/pt/common/popuoTitle_cir.gif) no-repeat 1px 1px;
	padding-left: 12px;
	color: #FFFFFF;
	font: bold 14px/39px Tahoma;
	vertical-align: middle;
}
.popupContents {
	margin: 10px;
	line-height: 20px;
}
div.popMsg, table.popMsg {
	height: 122px;
	width: 100%;
	background: url(/images/pt/common/bg_popup.gif) repeat-x;
	OVERFLOW: auto;
	vertical-align: middle;
}
.popupBottom {
	height: 30px;
	text-align: center;
	vertical-align: top;
	padding-top: 8px;
}
#button_default, div#button_default, td#button_default {
	text-align: center;
	margin-top: 10px;
}
#button_work {
	text-align: center;
}
.sch_box {
	width: 98%;
	margin: 0px 0px 8px;
}
.popupContents h2 {
	margin: 8px 0px 4px 10px;
	text-align: left;
	font: bold 12px Tahoma;
	color: #666666;
	background: url(/images/pt/common/title_chapter_bl.gif) no-repeat left center;
	padding-left: 14px;
	vertical-align: middle;
}
div.popupContents h2, div.popupContents .chapter_title {
	margin-left: 0px;
}
table.chapter_title {
	margin-bottom: 4px;
	margin-top: 12px;
	width: 95%;
}
td.chapter_title {
	font: bold 12px Tahoma;
	color: #666666;
	background: url(/images/pt/common/title_chapter_bl.gif) no-repeat left center;
	padding-left: 14px;
	vertical-align: middle;
}
table.grid {
	width: 100%;
	margin: 0px 0px 8px;
}
.thTitle {
	border: 1px solid #D3D3D3;
	color: #2D78AB;
	font-weight: bold;
	text-align: center;
	background: #F0F0F0;
	padding: 2px 8px;
	line-height: 18px;
}
.tdLabel {
	border: 1px solid #D3D3D3;
	color: #2D78AB;
	font-weight: bold;
	text-align: center;
	background: #F0F0F0;
	padding: 2px;
	line-height: 18px;
	width: 20%;
}
.tdData {
	border: 1px solid #D3D3D3;
	padding: 2px 8px;
	line-height: 18px;
}
.C {
	text-align: center;
}
.printBottom{
	height: 40px;
	text-align: center;
	padding-right: 10px;
}
.ment {
	margin-top: 16px;
	text-align: center;
}
.director {
	font: bold 12pt "Times New Roman", Times, serif;
}
p {
	margin-top: 4px;
	margin-bottom: 4px;
}
/* 통합검색 */
.sch_result_title {
	margin: 4px 0px 4px 10px;
	padding-left: 10px;
}
.sch_result_title a {
	font-weight: bold;
}
.sch_result_contents {
	margin-left: 20px;
	margin-top: 10px;
}
.sch_result_date {
	font-size: 11px;
	margin-left: 10px;
}
/* print */
td.printTitle {
	text-align: center;
	height: 30pt;
}
span.printTitle {
	color: #333;
	font: bold 15pt "Times New Roman", Times, serif;
	padding-right: 20px;
	padding-left: 20px;
	border-bottom-style: double;
}
td.printContents {
	vertical-align: top;
	padding: 10px;
}
.guideContents {
	margin-bottom: 8px;
	margin-left: 30px;
}
.subContents {
	margin-right: 10px;
	margin-left: 10px;
}
.subContents li {
	margin-left: 0px;
	padding-left: 0px;
}
.cate_box {
	margin-right: 0px;
	margin-left: 0px;
	width: 600px;
	padding-right: 0px;
	padding-left: 0px;
}
span.confirm {
	height: 80px;
}
/* 설문조사 */
#research .subContents {
	margin-left: 30px;
}
#research .subContents ul {
	margin: 0px;
}
#research li {
	list-style: none;
}
#research .poll_title {
	margin-top: -8px;
	padding-top: 29px;
}
/* 이원규 추가 필수입력 항목 */
.necessary {
	background: #F0F0F0 url(/images/common/icon/ic_necessary.gif) no-repeat left center;
}