@charset "UTF-8";
@import url(../css/button.css);

/* basic skin */
.bbs {
	float:none;
	clear:both;
}

.none {
    display: none;
}
/* 게시판 다음, 이전 */
	.bbs_pr_ne {
		clear:both;
		width:100%;
		background-color:#fcfcfc;
	}
	.bbs_pr_ne strong {
		padding-right:10px;
	}
	.bbs_pr {
		border-top:1px solid #ddd;
		text-align:left;
		padding:10px 10px 7px;
	}
	.bbs_ne {
		border-top:1px solid #ddd;
		text-align:left;
		padding:10px 10px 7px;
	}

/* Total Page */
.totalpage {
	float:none;
	clear:both;
	position:relative;
	padding-top:10px;
	padding-bottom:10px;
	font-size:.95em;
	letter-spacing:-.05em;
	font-family:"Dotum", "verdana", sans-serif;
	*zoom:1;
}
.totalpage.normal {
	font-size:1em;
	font-family:normal;
	padding-top:0;
	padding-bottom:0;
}
.totalpage * {
	margin:0;
	padding:0;
}
.totalpage:after {
	content:"";
	display:block;
	float:none;
	clear:both;
}
.totalpage em {
	color:#ff6600;
}
.totalpage strong {
	color:#ff6600;
	font-size:1em;
	font-family:"trebuchet", "Helvetica", sans-serif;
	font-weight:700;
	letter-spacing:.0em;
	padding-right:5px;
}
.totalpage .infoleft {
	float:left;
}
.totalpage.normal .infoleft {
	letter-spacing:.0em;
}
	.totalpage.two .infoleft {
		padding-top:20px;
		padding-bottom:10px;
	}
.totalpage .inforight {
	float:right;
}
.totalpage .inforight a {
	float:left;
	display:block;
	width:58px;
	height:14px;
	overflow:hidden;
	text-indent:-9999px;
	background:url('../images/common/icon.png') no-repeat 0 -922px;
}
.totalpage .inforight a.rss10 {
	width:43px;
	background-position: 1px -948px;
}
.totalpage .inforight a.atom03 {
	width:49px;
	background-position: 0 -970px;
}

/* Common - 글목록 */
.board-list-form {
	float:none;
	clear:both;
	margin:0;
	letter-spacing:-.05em;
}
.board-list-form fieldset {
	border:0;
	position:relative;
	clear:both;
}
.board-list-form fieldset:after {
	content:"";
	display:block;
	float:none;
	clear:both;
}

.board-list-form em,
.board-list-form strong {
	font-style:normal;
	color:#ff6600;
}
.board-list {
	border:0;
	border-left:0px;
	border-top:2px solid #ddd;
	border-bottom:2px solid #ddd;
	width:100%;
}
.board-list tr.notice {
	background:#f8f9fb;
}
.board-list tr.loop-bg1 {
	background:#fff;
}
.board-list tr.loop-bg2 {
	background:#fbfbfb;
}
.board-list th {
	border:0;
	border-left:0px solid #ccc;
	border-bottom:1px solid #ddd;
	padding:9px;
	white-space:nowrap;
	text-align:center;
	color:#4e4e4e;
	text-shadow:#fff 0 1px 0;
	background:#fff url('../images/common/bgthdefault.gif') repeat-x 0 100%;
}
	.board-list th:first-child {
		border-left:0;
	}
.board-list th.no {
	padding-left:13px;
	padding-right:13px;
}
.board-list td {
	border:0;
	border-left:0px solid #ccc;
	border-top:1px solid #eee;
	padding:9px;
	white-space:nowrap;
	text-align:center;
}
	.board-list td:first-child {
		border-left:0;
	}
.board-list td.num,
.board-list td.check,
.board-list td.vcount,
.board-list td.rcount,
.board-list td.date,
.board-list td .replynum {
	color:#666;
	font-size:0.9em;
	letter-spacing:.0em;
}
.board-list span.date {
	color:#666;
	font-size:0.9em;
	letter-spacing:.0em;
	display:inline-block;
	margin-left:4px;
	margin-bottom:11px;
}
.board-list td span {
	display:block;
	float:left;
}
.board-list td em {
	display:block;
	float:left;
	width:11px;
}

.board-list td.file div.relative {
	position:relative;
}
.board-list td.file img {
	border:1px solid #c2c2c2;
}
.board-list td.file .noimg {
	display:block;
	border:1px solid #c2c2c2;
	background:#fbfbfa url('../images/common/noimg.png') no-repeat 50% 50%;
	width:96px;
	height:50px;
}
/*.board-list td.file a.file_on,*/
.board-list td.file span.file_off,
.board-list td span.notice,
.board-list td span.arrow {
	display:block;
	float:none;
	margin:0 auto;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-9999px;
	background:url('../images/common/icon.png') no-repeat 0 -497px;
}
.board-list td span.arrow {
	margin-top:-1px;
	width:7px;
	height:5px;
	overflow:hidden;
	background:#fc2a00 url('../images/common/icon.png') no-repeat 0 -6px;
}
.board-list td.file a.file_on {
	margin-top:-1px;
	margin-left:3px;
	width:16px;
	height:16px;
	overflow:hidden;
}
.board-list td.file span.file_off {
	margin-top:-1px;
	width:16px;
	height:13px;
	overflow:hidden;
	background:url('../images/common/icon.png') no-repeat 0 -303px;
}
	.board-list td.file ul li.file a {
		display:block;
		padding-left:10px;
		background:url('../images/common/icon.png') no-repeat 3px -176px;
	}
	.board-list td.file ul.file_show {
		display:block;
		position:absolute;
		z-index:20;
		top:-30px;
		right:-30px;
		border:1px solid #888;
		padding:10px;
		background:#fff;
	}
	.board-list td.file li em {
		display:inline;
		float:none;
		width:40px;
		padding-left:4px;
	}
.board-list td.file span.file_off {
	background:url('../images/common/icon.png') no-repeat 0 -277px;
}
.board-list td span.secret {
	width:10px;
	height:14px;
	overflow:hidden;
	text-indent:-9999px;
	margin-top:-1px;
	margin-left:5px;
	background:url('../images/common/icon.png') no-repeat 0 -844px;
}
.board-list td span.new {
	width:25px;
	height:11px;
	overflow:hidden;
	text-indent:-9999px;
	margin-top:2px;
	margin-left:5px;
	background:#fc2a00 url('../images/common/icon.png') no-repeat 0 -172px;
}
.board-list td span.gab {
	width:14px;
	height:16px;
	overflow:hidden;
	text-indent:-9999px;
	margin-top:-1px;
	background:url('../images/common/icon.png') no-repeat 0 -645px;
}
.board-list td span.category {
	color:#2b2b2b;
	font-weight:700;
	padding-left:3px;
	float:left;
	display:inline-block;
	_display:inline;
	overflow:hidden;
}
	.board-list td span.category_none {
		width:auto !important;
		height:auto !important;
		text-indent:0 !important;
		background:none !important;
	}
.board-list span.replynum {
	padding-left:26px;
	float:left;
	overflow:hidden;
	background:url('../images/common/icon.png') no-repeat 8px -356px;
}
.board-list a {
	float:left;
}
.board-list td.author {
	color:#4c4b4b;
}
	.board-list td.author span {
		display:block;
		float:none;
		margin:0 auto;
		margin-top:2px;
	}
span.type_Y {
	display:block;
	width:53px;
	height:16px;
	text-indent:-9999px;
	background:url('../images/btn/type_N.gif') no-repeat 0 0;
}
span.type_N {
	display:block;
	width:43px;
	height:16px;
	text-indent:-9999px;
	margin-left:2px;
	background:url('../images/btn/type_Y.gif') no-repeat 0 0;
}
span.type_ing {
	display:block;
	width:34px;
	height:16px;
	text-indent:-9999px;
	margin-left:7px;
	_margin-left:4px;
	background:url('../images/btn/type_ing.gif') no-repeat 0 0;
}
span.type_std {
	display:block;
	width:34px;
	height:16px;
	text-indent:-9999px;
	margin-left:7px;
	_margin-left:4px;
	background:url('../images/btn/type_std.gif') no-repeat 0 0;
}
.board-list td.title {
	width:100%;
	white-space:normal;
	text-align:left;
	text-shadow:#fff 0 1px 0;
	vertical-align:top;
}
.board-list td.title2 {
	width:60%;
	white-space:normal;
	text-align:left;
	text-shadow:#fff 0 1px 0;
}
.board-list td.title2 strong {
	color:#ff1800;
	font-weight:400;
	font-size:11px;
	font-family:"Dotum", "verdana", sans-serif;
	padding-left:10px;
}
.board-list td.title .litype,
.board-list td.title2 .litype {
	color:#fff;
}

/* faq_list */
#FAQ_frame {
	clear:both;
	margin-top:30px;
}
.FAQ_frame {
	width:100%;
	border-top:1px solid #000;
	border-bottom:2px solid #ddd;
}
.toogle_box {
	position:relative;
	width:auto;
	text-decoration:none;
	border-top:1px dashed #E9E9E9;
}
.trigger {
	margin:0px;
	background-image:url("../images/common/ico-q.gif");
	background-position:0px 2px;
	background-repeat:no-repeat;
}
	.trigger.active a {
		color:#fe5900;
	}
	.trigger a {
		color:#666666;
		display: inline-block;
		font-weight:bold;
		padding:12px 0px 12px 25px;
		text-decoration:none;
	}
	.toogle_text .revise {
		float:right;
		margin-top:10px;
	}
		.toogle_text .revise li{
		float:left;
	}
.toogle_text {
	position:relative;
	clear:both;
	line-height:19px;
	overflow:hidden;
	padding:15px 20px 20px 25px;
	border-top:1px solid #E9E9E9;
	background-image:url("../images/common/ico-q.gif");
	background-position:0px -52px;
	background-repeat:no-repeat;
}

/* Album - 글목록 */
#album .album {
	width:100%;
	border-top:2px solid #66747e; 
	border-bottom:1px solid #c5d0d7;
}
	#album .allSelect{
		position:relative;
		overflow:hidden; 
		padding-bottom:5px;
	}
	#album .album ul {
		position:relative;
		overflow:hidden; 
		padding-bottom:10px;
		margin-top:10px;
	}
	#album .album .loop {
		position:relative;
		display:block;
		float:left; 
		width:25%;
		padding:20px 0;
		margin:-1px 0 0 0;
		border-top:1px solid #e0e6ea;
	}
	#album .album .loop a {
		cursor:pointer; 
	}
		#album .album .loop a .pic {
			display:block; 
			margin:0 auto;
			width:150px;
			height:130px;
			border:1px solid #d1d1d1;
			padding:1px;
		}
		#album .album .loop a .tit {
			display:block;
			margin:0 auto; 
			width:150px;
			padding-top:5px; 
			font-weight:bold;
			text-align:center;
		}
		#album .album .loop a .noimg {
			display:block;
			background:url('../images/common/noimg.gif') no-repeat 50% 50%;
			width:150px;
			height:130px;
		}
		#album .album .loop .check {
			position:absolute;
			top:20px;
			left:0px;
		}


/*Photonews_List*/
#photonews .photonews {
	width:100%;
	border-top:2px solid #66747e; 
	border-bottom:1px solid #c5d0d7;
}

.photonews ul li{
	clear:both; 
	padding:20px 15px;
	border-bottom:1px solid #e0e6ea; 
	overflow:hidden
}
.photonews ul li a .news_pic{
	display:block;
	float:left;
	width:120px;
	margin-right:20px;
	border:1px solid #d1d1d1;
}
.photonews ul li a .noimg {
		display:block;
		background:url('../images/common/noimg.gif') no-repeat 50% 50%;
		width:120px;
		height:90px;
	}
.photonews ul li .list{
	float:left; 
	width:78%;
}
.photonews ul li .list a{
	display:block;
	padding:5px 0px; 
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
}
	.photonews ul li .list h6.tit{
		display:block;
		font-weight:bold; 
		font-size:1.2em; 
	}
.photonews ul li .list p.txt{
	line-height:1.4em;
}
.photonews ul li .list .info{
	display:block;
	padding-top:7px; 
	text-align:right;
	font-size:0.9em
}
.photonews ul li .list dl{
	clear:both;
	white-space:nowrap;
	position:relative;
}
	.photonews ul li .list dt {
		display:inline-block;
		font-weight:700;
		width:65px;
		height:10px;
		padding:5px 0;
		float:left;
	}
	.photonews ul li .list dd {
		padding:5px 0;
		height:10px;
	}
.photonews ul li .list .btn{
	padding-top:7px; 
	text-align:right;
}
	.photonews ul li .list .btn a{
		display:block;
		padding:2px 5px; 
		overflow:hidden; 
		text-overflow:ellipsis; 
		white-space:nowrap;
	}

/* 글목록 하단 버튼 및 페이징 */
.boardnavigation {
	float:none;
	clear:both;
	position:relative;
	padding:0px 0;
	*zoom:1;
	text-align:center;
}
.boardnavigation:after {
	content:"";
	display:block;
	float:none;
	clear:both;
}
.boardnavigation .pagination {
	padding:5px 0;
}
.boardnavigation .buttonleft {
	float:left;
	text-align:left;
}
.boardnavigation .buttonright {
	float:right;
	text-align:right;
}


/* 글목록 하단 검색 */
.boardsearchform {
	margin:10px;
}
.boardsearchform fieldset {
	border:0;
	position:relative;
	clear:both;
	text-align:center;
}
.boardsearchform fieldset.right {
	text-align:right;
}
.boardsearchform fieldset:after {
	content:"";
	display:block;
	float:none;
	clear:both;
}
.boardsearchform fieldset * {
	vertical-align:middle;
}
.boardsearchform legend {
	position:absolute;
	width:0;
	height:0;
	overflow:hidden;
	font:0/0 sans-serif;
	visibility:hidden;
}
.boardsearchform select {
	font-size:12px;
	height:23px;
}
.boardsearchform .type_text {
	border:1px solid #ddd;
	width:140px;
	height:15px;
	padding:4px 4px 2px 4px;
	font-size:12px;
	*margin:-1px 0;
}

/* 글보기 */
.boardview {
	float:none;
	clear:both;
	margin-top:10px;
	border-top:2px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
}

.boardviewheader {
	border-bottom:1px solid #ebebeb;
	*zoom:1;
	text-shadow:#fff 0 1px 0;
	background:#fff url('../images/common/bgthdefault.gif') repeat-x 0 100%;
}
.boardviewheader:after {
	content:"";
	display:block;
	float:none;
	clear:both;
}

.boardviewheader .title {
	display:block;
	float:left;
	font-size:1.0em;
	padding-top:10px;
	padding-bottom:10px;
	letter-spacing:-.05em;
}
	.boardviewheader .title span {
		display:block;
		float:left;
		width:16px;
		height:16px;
		padding-left:15px;
		margin-top:-2px;
		background:url('../images/common/icon.png') no-repeat 12px -199px;
	}
	.boardviewheader .title strong {
		color:#2b2b2b;
	}
.boardviewheader em {
	display:block;
	float:right;
	color:#42559c;
	font-style:normal;
	text-shadow:#fff 0 1px 0;
	height:16px;
	margin-top:10px;
	*margin-top:9px;
	padding-top:1px;
	*padding-top:2px;
	padding-left:20px;
	padding-right:10px;
	background:url('../images/common/icon.png') no-repeat 1px -413px;
}

.boardview div.trackback {
	clear:both;
	color:#333;
	font-size:.86em;
	line-height:1.1em;
	text-align:right;
	font-family:"Tahoma", sans-serif;
	padding:8px;
	overflow:hidden;
}
.boardview div.trackback a {
	padding-left:16px;
	background:url('../images/common/icon.png') no-repeat 1px -384px;
}

.boardviewbody {
	clear:both;
	width:100%;
	margin:0 auto;
	padding:10px;
	border-top:1px dashed #ebebeb;
	line-height:1.6em;
	text-align:justify;
	max-width:720px;
	text-overflow:clip;
	overflow:hidden;
	word-break:break-all;
	background:#fff;
}
	.boardviewbody table {
		width:100% !important;
		margin:0 !important;
		padding:0 !important;
	}
	.boardviewbody .aligncenter {
		position:relative;
		margin:20px auto;
		display:block;
		border:1px solid #eee;
		padding:3px;
		background-color:#fff;
	}
	.boardviewbody .alignleft {
		position: relative;
		float:left;
		margin:3px 20px 5px 0;
		border:1px solid #eee;
		padding:3px;
		background-color:#fff;
	}
	.boardviewbody .alignright {
		float:right;
		position:relative;
		margin:0 0 5px 20px;
		border:1px solid #eee;
		padding:3px;
		background-color:#fff;
	}

.boardviewfooter {
	padding:10px 0 0 0;
	*zoom:1;
	color:#333;
	line-height:1em;
	font-size:.9em;
	font-family:"Tahoma", sans-serif;
}
.boardviewfooter:after {
	content:"";
	display:block;
	float:none;
	clear:both;
}
.boardviewfooter a {
	color:#333;
}
.boardviewfooter .footerleft {
	float:left;
}
.boardviewfooter .footerright {
	float:right;
}
.boardviewfooter dl {
	clear:both;
	white-space:nowrap;
	padding-top:3px;
	padding-bottom:3px;
}
.boardviewfooter dt {
	display:inline-block;
	font-weight:700;
}
.boardviewfooter dd {
	padding:5px 0;
	height:50px;
}
.boardviewfooter dd.tag {
	font-size:1.06em;
}
.boardviewfooter dd.tag a:link,
.boardviewfooter dd.tag a:visited,
.boardviewfooter dd.tag a:active {
	font-size:1.06em;
	padding-right:9px;
	padding-left:10px;
	color:#a88f4d;
	background:url('../images/common/linevr11.gif') no-repeat 0 -1px;
}
.boardviewfooter dd.tag a:hover {
	color:#a66742;
}

.boardviewfooter dd.tag a.first {
	background:none;
}

.boardviewfooter dd.tag strong {
	display:block;
	float:left;
	width:16px;
	height:20px;
	overflow:hidden;
	text-indent:-9999px;
	margin-top:-2px;
	background:url('../images/common/icon.png') no-repeat 0 -330px;
}

.boardviewfooter dd span {
	color:#a1a1a1;
	font-weight:700;
	padding-left:5px;
}

.boardviewfooter dd {
	display:inline;
}
.boardviewfooter .footerright dl {
	float:right;
}
.boardviewfooter .footerright dl.nobr {
	position:relative;
	left:5px;
	float:right;
	clear:both;
	overflow:hidden;
	white-space:nowrap;
}
.boardviewfooter .footerright dl.nobr dd {
	position:relative;
	left:-1px;
	padding-left:10px;
	margin-right:5px;
	background:url('../images/common/linevr11.gif') no-repeat 0 50%;
}

.boardview .boardnavigation {
	border-top:1px solid #ddd;
}

/* 글보기 추가필드 및 파일 */
.boardviewfooter .file_view,
.boardviewfooter .link_view {
	float:none;
	clear:both;
	margin-top:0px;
	border-top:1px dashed #ddd;
}

.boardview dl.field,
.boardview dl.file,
.boardview dl.link {
	float:none;
	clear:both;
	overflow:hidden;
	padding:0;
	margin:0;
	letter-spacing:-.05em;
}
.boardview dl.file,
.boardview dl.link {
	letter-spacing:.0em;
}
.boardview dl.field dt,
.boardview dl.file dt,
.boardview dl.link dt{
	display:block;
	float:left;
	width:100px;
	height:21px;
	padding-top:10px;
	padding-bottom:0;
	padding-right:10px;
	color:#6E6E6E;
	font-weight:700;
	text-align:right;
	border-bottom:1px dashed #ddd;
	border-right:1px dashed #ddd;
	text-shadow:#fff 0 1px 0;
	background-color:#fcfcfc;
}
.boardview dl.file dt{
	letter-spacing:-.05em;
	background:#fcfcfc url('../images/common/icon.png') no-repeat 41px -295px;
}
.boardview dl.link dt {
	letter-spacing:-.05em;
	background:#fcfcfc url('../images/common/icon.png') no-repeat 42px -863px;
}
.boardview dl.field dd,
.boardview dl.file dd,
.boardview dl.link dd {
	display:block;
	float:left;
	width:100%;
	height:21px;
	text-overflow:clip;
	overflow:hidden;
	word-break:break-all;
	padding-top:10px;
	padding-bottom:0;
	padding-left:10px;
	padding-right:10px;
	margin-right:-132px;
	border-bottom:1px dashed #ddd;
	border-left:1px dashed #fff;
	text-shadow:#fff 0 1px 0;
	background-color:#fcfcfc;
}

.boardview div.file_list strong {
	display:inline-block;
	float:left;
	width:120px;
	padding:10px 10px 15px 0px;
	color:#6E6E6E;
	font-size:12px;
	font-weight:700;
	text-align:right;
	text-shadow:#fff 0 1px 0;
	letter-spacing:-.05em;
}
.boardview div.file_list div {
	display:block;
	overflow:hidden;
	float:left;
	width:500px;
	padding:10px 0px 10px 10px;
	font-size:11px;
	border-left:1px dashed #ddd;
}
.file_view dl  {
	display:block;
	float:none;
	clear:both;
	background:#fdfdfd;
	border-bottom:1px solid #ecebeb;
}
.file_view dl:after {
	display:block;
	float:none;
	clear:both;
	border-bottom:1px solid #ecebeb;
}
.file_list dt {
	float:left;
	display:inline-block;
	width:105px;
	padding-right:10px;
	margin-right:-105px;
	font-weight:700;
	text-align:right;
	padding-top:10px;
	background:#fdfdfd;
}

.file_list dd {
	padding-top:4px;
	padding-bottom:5px;
	margin-left:115px;
	padding-left:10px;
	clear:right;
	background:#fdfdfd;
	border-left:1px solid #ecebeb;
}

/* 글보기 하단 코멘트 보기 */
.comment {
	float:none;
	height:26px;
	line-height:24px;
	margin-bottom:10px;
	padding:0;
}
.comment label {
	float:right;
	position:static;
	cursor:pointer;
	letter-spacing:-.05em;
	color:#fc7013;
}
.c_check {
	width:13px;
	height:13px;
	margin:1px 4px 0 0;
	padding:0;
	vertical-align:middle;
}
.comment_area {
	float:none;
	margin:0;
	line-height:1.4;
}
.comment_area.open {
	display:block;
}


.feedbacklist {
	float:none;
	clear:both;
	position:relative;
	overflow:hidden;
	padding-top:5px;
	margin-bottom:10px;
	color:#333;
}
.feedbacklist .title {
	display:block;
	position:relative;
	color:#333;
	font-size:1em;
	font-weight:400;
	letter-spacing:-.05em;
	margin-bottom:10px;
}
.feedbacklist .title strong {
	color:#ff7800;
}
.feedbacklist .title strong span {
	color:#ff3c00;
}
.feedbacklist dl {
	position:relative;
	padding-top:10px;
	margin-bottom:10px;
	border-top:1px solid #eee;
}
.feedbacklist dt.author {
	font-weight:700;
	color:#000;
	letter-spacing:-.05em;
	margin-bottom:5px;
}
	.feedbacklist dt span {
		float:left;
		padding-left:20px;
		background:url('../images/common/icon.png') no-repeat 1px -411px;
	}
	.feedbacklist dt span.re  {
		padding-left:14px;
		background:url('../images/common/icon.png') no-repeat 2px -897px;
	}
	.feedbacklist dt em {
		float:left;
		padding-left:11px !important;
	}
	
.feedbacklist dd {
	line-height:1.5em;
}
.feedbacklist dd.text {
	float:none;
	clear:both;
	color:#8a8a8a;
	padding:4px;
	line-height:1.6em;
	text-align:justify;
	overflow:hidden;
}
	.feedbacklist dd.text div {
		float:left;
	}
		.feedbacklist dd.text div.left{
			display:block;
			float:left;
		}
		.feedbacklist dd.text div.right {
			position:absolute;
			color:#8a8a8a;
			top:35px;
			right:0;
		}
		.feedbacklist dd.text div.right a{
			color:#ddd;
		}
.feedbacklist dd.time {
	position:absolute;
	color:#8a8a8a;
	top:13px;
	right:0;
	height:16px;
	overflow:hidden;
	font-family:"trebuchet", "Helvetica", sans-serif;
	padding-left:23px;
	background:url('../images/common/icon.png') no-repeat 1px -440px;
}
	.feedbacklist dd.time a {
		letter-spacing:-.05em;
		color:#aaa;
		text-decoration:none;
		padding-left:10px;
		padding-right:2px;
		background:url('../images/common/linevr11.gif') no-repeat 0 -2px;
	}
	.feedbacklist dd.time a:hover,
	.feedbacklist dd.time a:active,
	.feedbacklist dd.time a:focus {
		color:#333;
		text-decoration:underline;
	}


/* 글보기 하단 코멘트 쓰기 */
.replyform {
	float:none;
	clear:both;
	padding:13px;
	color:#333;
	margin-top:10px;
	margin-bottom:20px;
	background:#fdfdfd;
	border:1px solid #eeeff0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-shadow:#fff 0 1px 0;
}
.replyform fieldset {
	position:relative;
}
.replyform fieldset:after {
	content:"";
	display:block;
	float:none;
	clear:both;
}
.replyform .title {
	display:block;
	height:18px;
	font-size:1.0em;
	color:#525252;
	font-weight:700;
	letter-spacing:-.05em;
	padding-top:2px;
	padding-left:24px;
	margin-top:3px;
	margin-bottom:7px;
	background:url('../images/common/icon.png') no-repeat 2px -467px;
}
.replyform textarea {
	width:96% !important;
	height:60px;
	margin-bottom:10px;
}
.replyform .type_text {
	margin-bottom:3px !important;
	margin-right:10px !important;
}
.replyform dl {
	float:right;
	margin-bottom:5px;
}
.replyform label {
	padding-left:13px;
	padding-right:8px;
	font-weight:700;
	letter-spacing:-.05em;
}
.replyform label.satisfyform {
	float:left;
	cursor:pointer;
	font-weight:400;
	letter-spacing:-.1em;
}
	.replyform label.satisfyform input {
		float:left;
		margin-left:-12px;
		margin-top:-6px;
	}
	.replyform label.satisfyform span {
		float:left;
		padding-right:1px;
	}
	.replyform label.satisfyform em {
		float:left;
		font-style:normal;
		padding-right:2px;
	}

	#score .replyform label.satisfyform input {
		float:left;
		margin-left:-12px;
		margin-top:2px;
	}
	#score .replyform label.satisfyform span {
		float:left;
		padding-right:1px;
		margin-top:4px;
		_margin-top:8px;
		height:10px;
		_height:9px;
		overflow:hidden;
	}
		#score .replyform label.satisfyform span span {
			margin-top:0;
		}
	#score .replyform label.satisfyform em {
		float:left;
		font-style:normal;
		padding-right:2px;
		padding-top:2px;
		_padding-top:5px;
	}

.replyform dd {
	float:left;
}
.replyform p {
	margin-top:8px;
}
	.replyform p .type_text {
		width:450px;
		margin-left:6px;
		margin-top:4px;
	}

/* 글쓰기 */
.boardwrite {
	float:none;
	clear:both;
	margin-top:10px;
	letter-spacing:-.05em;
	border-top:2px solid #ddd;
	border-bottom:2px solid #ddd;
}
.boardwrite fieldset {
	border:0;
	position:relative;
}
.boardwrite dl {
	display:block;
	float:none;
	clear:both;
	background:#fdfdfd;
	border-bottom:1px solid #ecebeb;
}
.boardwrite dl:after {
	display:block;
	float:none;
	clear:both;
	border-bottom:1px solid #ecebeb;
}
.boardwrite dt {
	float:left;
	display:inline-block;
	width:105px;
	padding-right:10px;
	margin-right:-105px;
	font-weight:700;
	text-align:right;
	padding-top:10px;
	background:#fdfdfd;
}
.boardwrite dt label {
	padding-right:8px;
	margin:0 auto;
}
.boardwrite dd {
	padding-top:4px;
	padding-bottom:5px;
	margin-left:115px;
	padding-left:10px;
	clear:right;
	background:#fdfdfd;
	border-left:1px solid #ecebeb;
}
.boardwrite .boardwriteheader .type_text {
	*margin:-1px 0;
}
.boardwritebody textarea {
	width:100%;
}

.boardwrite .boardwriteheader strong {
	color:#ff6600;
	padding-right:4px;
}

.boardwrite .boardwritebody {
	border-bottom:0px solid #ecebeb;
	padding:0px 0px;
	width:100%;
}
.boardwrite .boardwritebody .plaintext,
.boardwrite .boardwritebody .smarttext {
	display:none;
}
.boardwrite .boardwritebody textarea {
	width:98% !important;
	height:300px;
	margin-bottom:10px;
	border:1px solid #ccc;
}
.boardwrite .boardwritebody textarea.note {
	width:95% !important;
	height:150px;
	margin-bottom:10px;
}
.boardwrite .boardwritebody .plaintext textarea {
	margin-left:5px;
}
.boardwrite .boardwritebody .active {
	display:block;
}

.boardwrite .boardwritebody div.tab {
	float:none;
	clear:both;
	margin-top:10px;
	text-align:right;
}
.boardwrite .boardwritebody div.tab a {
	width:100px;
	text-align:center;
	display:inline-block;
	text-decoration:none;
	color:#607aa5;
	height:20px;
	padding:9px 15px 0;
	letter-spacing:-.05em;
	background:#f2f4f6;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
	margin-left:3px;
}
.boardwrite .boardwritebody div.tab a.active {
	color:#405d9e;
	font-weight:700;
	background:#eaeef6;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
}

.boardwrite ul.file_info {
	margin-top:6px;
	margin-bottom:8px;
	margin-left:94px;
}
.boardwrite ul.file_info li {
	padding-left:12px;
	text-shadow:#fff 0 1px 0;
	background:url('../images/common/icon.png') no-repeat 2px -174px;
}

.boardwrite .boardnavigation {
	padding:10px 0;
	clear:both;
}

.boardwrite .boardwriteetc {
	margin-top:10px;
}
.boardwrite .boardwritefooter.first {
	border-top:1px solid #ecebeb;
}
.boardwrite .boardwritefooter label.red {
	color:#ff4e00;
	margin:0 auto;
}

.boardwrite .boardwritefooter .kcaptcha_image {
	border:1px solid #ecebeb;
}
.boardwrite .boardwritefooter input{
	border:0px;
}


