﻿@import url(/board/css/b_write.css);
@import url(/board/css/common.css);
/* board style ---------------------------------------------------------------- */
/* board_list */
.board_list,
.board_read{
	width:100%;
	float:left;
}
.board_list ol{
	background:url("http://ttimg.tworld.co.kr/together/board/board_line_bg.gif") no-repeat 0px -165px;
	width:665px;
	padding:21px 10px 10px;
	float:left;
	border-bottom:solid 2px #d6d6d6;
}
.board_list ol li{
	width:100%;
	float:left;
	padding:10px 0px; 
	border-bottom:solid 1px #ededed;
}
.board_list ol li.last{border-bottom:0px;}
.board_list ol li dl{
	width:100%;
	float:left;
}
.board_list ol li dl *{float:left; }
.board_list ol li dl dt,
.board_list ol li dl dd{width:600px;}

.board_list ol li dl dt{line-height:2.3;}
.board_list ol li dl dt a{
	color:#ff7270;
	font-weight:bold;
}
.board_list ol li dl dt span{
	color:#fe7028;
	font-size:90%;
	padding-top:2px;
}
.board_list ol li dl dt b{
	font-weight:normal;
	padding:0px 8px;
}

.board_list ol li dl dd,
.board_list ol li dl dd a{line-height:1.6;}
	/* 이미지 추가 된 경우 */
	.board_list ol li dl dt.w490,
	.board_list ol li dl dd.w490{width:490px;}

	.board_list ol li dl dd.img{
		background:url("http://ttimg.tworld.co.kr/together/board/board1_imgbg.gif") no-repeat 0px 0px;
		width:129px;
		height:85px;
		padding-right:15px;
	}
	.board_list ol li dl dd.img img{
		width:125px;
		height:80px;
		overflow:hidden;
	}


/* board_read */
.board_read dl.data_read{
	background:url("http://ttimg.tworld.co.kr/together/board/board_line_bg.gif") no-repeat 0px -165px;
	width:665px;
	padding:12px 10px 10px;
	float:left;
}
.board_read dl.data_read dt{
	width:100%;
	color:#ff7270;
	font-weight:bold;
	line-height:2.3;
	padding:10px 0px 7px;
	border-bottom:solid 1px #dcdcdc;
}
.board_read dl.data_read dt span{
	color:#fe7028;
	font-size:90%;
	padding-top:2px;
	font-weight:normal;
}
.board_read dl.data_read dt b{
	font-weight:normal;
	padding:0px 8px;
}
.board_read dl.data_read dd{
	width:100%;
	padding:30px 0px 0px;
	line-height:1.6;
}
.board_read dl.data_read dd p.img{
	width:100%;
	text-align:center;
}
.board_read dl.data_read dd p.img img{
	border:solid 1px #cccccc;
	margin:3px 3px 20px;
	width:auto;
	height:213px;
	float:none;}
.board_read dl.data_read dd p.txt{
	width:90%;
	padding:0px 10px;
	float:left;
}

/* btn_box */
.board_read .btn_box a.btn_list{
	background-position:0px -263px;
	width:39px;
	float:right;
}

