@charset "utf-8";

/* page */
.page {
	text-align:center;
	padding-top:35px;
}
.page * {
	vertical-align:top;
}
.page span a {
	display:inline-block;
	box-sizing:border-box;
	width:20px;
	height:20px;
	line-height:20px;
	color:#525252;
	font-size:14px;
}
.page span a:hover,
.page span.on a {
	color:#008bcf;
	text-decoration:underline
}

/* 리스트 유형 */
.listType01 {
	border-top:#85b1d7 solid 2px;
	border-bottom:#85b1d7 solid 1px;
}
.listType01 th{
	background-color:#f3f7fb;
	color:#525252;
}
.listType01 th.bg {
	background-color:#e7eff7
}
.listType01 th, .listType01 td{
	padding:13px 15px;
	border-top:#bfbfbf solid 1px;
}
.listType01 td{
	padding:10px 15px;
	background-color:#fbfbfb;
	text-align:center;
}
.listType01 td.al{
	background-color:#fff;
}

.listType02 {
	border-top:#85b1d7 solid 2px;
	border-bottom:#85b1d7 solid 1px;
}
.listType02 th{
	background-color:#f3f7fb;
	color:#525252;
}
.listType02 th, .listType02 td{
	padding:13px 15px;
	border-top:#bfbfbf solid 1px;
	word-wrap:break-word;
}
.listType02 td{
	padding:10px 15px;
	text-align:center;
}
/* 상세페이지 유형 */
.viewType01 {
	border-top:#85b1d7 solid 2px;
	border-bottom:#85b1d7 solid 1px;
}
.viewType01 th{
	background-color:#f3f7fb;
	color:#525252;
}
.viewType01 th, .viewType01 td{
	padding:13px 20px;
	border-top:#bfbfbf solid 1px;
}
.viewType01.type2 {
	border-top:#bfbfbf solid 1px;
	border-bottom:#bfbfbf solid 1px;
}
.viewType01.type2 th, .viewType01.type2 td{
	padding:13px 10px;
}
.viewType01 td.p20 {
	line-height:24px
}
.viewType01.write th, .viewType01.write td{
	padding:8px 20px !important;
}
.viewType01.write td.writeP {padding:13px 20px !important;}
.viewType01.write td.p00 {padding:0px !important;}
/* 댓글달기 */
.reply {
	margin-top:5px
}
.reply textarea{
	width:681px;
	height:65px;
	float:left;
	display:block;
	box-sizing:border-box
}
.reply a.btn{
	box-sizing:border-box;
	width:68px;
	float:right;
	padding-left:0;
	padding-right:0;
	text-align:center;
	margin-left:0;
	height:65px;
}
/* 관련사이트 */
.siteList {
	float:left;
	width:33%;
	padding-top:10px
}
.siteList li a{
	background:url('/images/user/icon/dot2.png') 0 4px no-repeat;
	color:#525252;
	padding:0 0 7px 10px;
	display:block;
}
.siteList li a:hover{
	color:#008bcf;
	text-decoration:underline
}