﻿@charset "utf-8";
/* CSS Document */

/*List*/
table.bbs_Table {
	width: 100%;
}
table.bbs_Table td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eaeaea;	
}
th.head_left {
	background-image: url(../img_new/bbs_new/t_head_L.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	color:#fff;
	letter-spacing: -1px;
}
th.head_middle {
	background-image: url(../img_new/bbs_new/t_head_M.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 34px;
	color:#fff;
	letter-spacing: -1px;
}
th.head_right {
	background-image: url(../img_new/bbs_new/t_head_R.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 34px;
	color:#fff;
	letter-spacing: -1px;	
}

tr.bgLblue td, tr.bgLblue th, td.bgLblue, th.bgLblue  {
	background-color:#f1f7fb;
}
tr.lineGray td, tr.lineGray th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eaeaea;	
}
tr.endGray td, tr.endGray th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6c6c6;
} 

/*View*/
table.bbs_View {
	width: 100%;
}
table.bbs_View td{
	padding: 5px 10px;
}
table.bbs_View td.main_contents{
	padding: 15px 10px;
}
table.bbs_View th{
	padding: 5px 10px;
	font-size: 14px;
	color:#000;
}

tr.blue_line2_top td, tr.blue_line2_top th {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #41acff;	
}
td.blue_line, th.blue_line, tr.blue_line td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #41acff;	
}

/*Write*/
table.bbs_Write {
	width: 100%;
}

table.bbs_Write th{
	padding: 5px 0 5px 20px;
	font-size: 12px;
	color:#000;
	background-image: url(../img_new/bbs_new/icon_write_title.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	text-align: left;
}

/*Reply*/
table.reply_contents {
	width:100%;
	margin-bottom: 20px;
}
table.reply_contents th, table.reply_contents td {
	width:100%;
	background-color: #f6f6f6;
	font-size:12px;
	color:#888;
	border: none;
}
table.reply_contents th {
	width:75%;
}
table.reply_contents td {
	width:25%;
}

/*Special theme */
table.bbs_special_contents td{
	padding-bottom:20px;
	border:none;
}
table.bbs_special_contents p{
	font-family:dotum;
	line-height:160%;
	margin-top:5px;
	margin-bottom:5px;
	color:#888;
}
table.bbs_special_contents p.all_comment{
	color:#555;
}
table.bbs_special_contents li{
	color:#333;
	padding-left:15px;
	background-image: url(../img/icon_green_dot.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	font-family:dotum;
}

table.bbs_special_contents li a:link	{font-size:12px;text-decoration:underline;color:#333;}
table.bbs_special_contents li a:hover	{font-size:12px;text-decoration:underline;color:#31b300;background-color:#ebffcb;}
table.bbs_special_contents li a:active	{font-size:12px;text-decoration:underline;color:#31b300;background-color:#ebffcb;}
table.bbs_special_contents li a:visited	{font-size:12px;text-decoration:underline;color:#333;}

table.bbs_special_contents img{
	padding-bottom:10px;
	padding-top:5px;
}

table.bbs_special_contents img.photoLeft{
	float:left;
	margin-right:10px;
}
table.bbs_special_contents img.photoRight{
	float:right;
	margin-left:10px;
}
table.bbs_special_contents h2{
	font-weight:bold;
	color:#000;
	margin-top:5px;
	margin-bottom:10px;
	font-size: 14px;
}

table.bbs_special_contents h1{
	font-weight:bold;
	color:#e34500;
	margin-top:5px;
	margin-bottom:10px;
	font-size:16px;
}
table.bbs_special_contents h1.txtBk {	color:#000;}

span.txtHiNum{
	padding:2px 6px;
	color:#fff;
	font-weight:bold;
	background-color:#c09be3;
	margin-right:5px;
}

/*0711*/
table.bbs_View td.event_contents {
	padding: 0px;
	margin:0px;
}