.post-content{
	overflow:hidden;
}

.post-content .sign p{
	padding-bottom:5px;
	margin-bottom:5px;
	font-size:12px;
	
}

/* 목록 스킨 */

.bbs-list{
	
}
.bbs-list span+span{
	padding-left: 5px;
	padding-right: 5px;
	
}

/* 목록 스킨 마침 */


.button.small{
	font-size:11px !important;
}

.exForm input{
	border-radius: 0;
    box-shadow: none !important;
    height: auto;
    line-height: 1.33333;
    padding: 6px 9px;
	border: 1px solid #e3e3e3;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.exForm td ul{
	list-style:none;
	padding-left:0;
	overflow:hidden;
	margin-bottom:0;
}
.exForm td ul li{
	float:left;
	margin-right:10px;
}

.exForm td ul li input[type="radio"], .exForm td ul li input[type="checkbox"] {
    margin: 4px 3px 0;
    margin-top: 1px \9;
    line-height: normal;
	display:inline-block;
	float:left;
}

.exForm td textarea{
	border: 1px solid #e3e3e3;
	width:100%;
	
}

.exForm td input[type="text"]:disabled {
    background: #f1f1f1;
}

#comments .comment-replied{
	padding-left:70px;
}



.KW_progressContainer {
  left:0;
  width: 100%;
  height: 3px;
  margin-bottom: 0px;
  position: absolute;
  bottom: 0px;
  overflow: hidden;
  background-color: white;
  content: "";
	display: table;
	table-layout: fixed;
}

.KW_progressBar {
  width: 0%;
  float: left;
  height: 100%;
  z-index:99;
  max-width: 100%;
  background-color:orange;
  -webkit-transition: width .2s ease;
  -o-transition: width .2s ease;
  transition: width .2s ease;
}