@charset "utf-8";

/* 게시판 검색 폼 */
.tbl_sch {
	margin-bottom: 10px;
	overflow: hidden;
	zoom: 1;
}
.tbl_sch .totalSearchArea {
	display: inline;
	float: right;
}
.totalSearchArea .srch_inputText2 {
	width: 168px;
	height: 16px;
	margin: 0 -2px 0 0;
	border: 1px solid #CCC;
	background: white;
}
/* 게시판 리스트 */
.tbl_list2 {
	margin-bottom: 35px;
	border-top: 3px solid #5758a6;
}
.tbl_list2 th {
	padding: 8px 0 7px 0;
	border-bottom: 1px solid #E5E5E5;
	background: #F8F8F8;
	color: #444;
	text-align: center;
}
.tbl_list2 td {
	padding: 8px 0 7px 0;
	border-bottom: 1px solid #E5E5E5;
	color: #666;
	text-align: center;
}
.tbl_list4 td {
	padding: 4px 0 3px 0;
	border-bottom: 1px solid #E5E5E5;
	color: #666;
	text-align: center;
}
/* 게시판 리스트2 */
.tbl_list5 {
	margin-bottom: 35px;
}
.tbl_list5 th {
	padding: 8px 0 7px 0;
	border-top: 2px solid #595959;
	border-bottom: 2px solid #595959;
	background: #E0E0E0;
	color: #2E2E2E;
	text-align: center;
	height:30px;
}
.tbl_list5 td {
	padding: 8px 0 7px 0;
	border-bottom: 1px solid #E5E5E5;
	color: #666;
	text-align: center;
}
/* 게시판 보기 */
.tbl_view.tbl_mb10 {
	margin-bottom: 10px;
}
.tbl_view {
	margin-bottom: 40px;
	border-top: 3px solid #5758a6;
}
.tbl_view th {
	padding: 12px 0 11px 15px;
	text-align: left;
	border-bottom: 1px solid #E5E5E5;
	background: #F8F8F8;
	color: #444;
	vertical-align: top;
}
.tbl_view td {
	padding: 12px 0 11px 10px;
	text-align: left;
	border-bottom: 1px solid #E5E5E5;
	color: #666;
	vertical-align: middle;
}
.tbl_view td img{
	max-width:673px;
}
/* 게시판 목록보기 */
.tbl_btn_right {
	text-align: right;
}
.tbl_btn_center {
	text-align: center;
}

/** 리스트 **/
.helpdesk_tbl_title{
	margin:20px 0 10px 17px;
	width:842px;
	text-align:left;
	margin-top:20px;
	display:block;
}
#helpdesk_tbl{
	margin-left:17px;
	border-top-width:0;
	width:842px;
}
#helpdesk_tbl a{
	text-decoration:none;
}
#helpdesk_tbl th{
	font-size:12px;
	height:26px;
	border-bottom:1px #cccccc solid;
	border-left:1px #cccccc solid;
}
#helpdesk_tbl th:first-child{
	border-left-width:0;
}

#helpdesk_tbl th.th1{
	border-top:2px #D72B37 solid;
}
#helpdesk_tbl th.th2{
	border-top:2px #5C9425 solid;
}
#helpdesk_tbl th.th3{
	border-top:2px #878787 solid;
}
#helpdesk_tbl th.th4{
	border-top:2px #157CBF solid;
}
#helpdesk_tbl th.th5{
	border-top:2px #67449E solid;
}
#helpdesk_tbl th.th6{
	border-top:2px #27989C solid;
}
#helpdesk_tbl th.th7{
	border-top:2px #E35024 solid;
}
#helpdesk_tbl th.th8{
	border-top:2px #CEAE01 solid;
}
#helpdesk_tbl td{
	height:42px;
	border-bottom:1px #cccccc dotted;
	font-size:12px;
}
#helpdesk_tbl td.left{
	text-align:justify;
}
#helpdesk_me{
	margin-left:17px;
	background:url('/images/helpdesk/helpdesk_bg.png') no-repeat;
	width:845px;
	height:251px;
	display:block;
	position:relative;
}
/** 공지사항 min **/
#min_notice{
	width:238px;
	height:110px;
	position:absolute;
	left:569px;
	top:89px;
}
#min_notice li{
	height:22px;
	line-height:22px;
	/*background: transparent url('/images/common/icon_news_arr_min.png') no-repeat 10px center;*/
	overflow: hidden; 
	text-overflow: ellipsis;
	word-wrap:break-word;
	text-align:left;
}
#min_notice li a{
	color:#ffffff;
	text-decoration:none;
	font-size:11px;
}
#helpdesk_banner{
	text-align:left;
	margin-left:5px;
}
#helpdesk_banner img{
	margin:12px;
}

/** FAQ 레이어 **/
#layer_lec_tomonth{
	position:absolute; display:none; width:680px; top:240px; left:50%; margin-top:0px; margin-left:-340px; z-index:2051;
}
.ellipsis {
	width: 650px;
	height: 680px;
	overflow: scroll;
	text-align:left;
}
#desc_content img{
	max-width:100%;
}
#desc_content ul li{
	margin-left:0px;
}
#desc_content ul li div{
	margin:5px 0 20px 20px;
}