/* list.skin.php */

/* 분류 */
#list-skin > ul{
	margin-bottom: 20px;
}
#list-skin > ul:after{
	display: block;
	clear: both;
	content: '';
}
#list-skin > ul > li{
	float: left;
	width: 25%;
}
#list-skin > ul > li > a{
	display: block;
	overflow: hidden;
	margin: 1px;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#list-skin > ul > li.on > a{
	border: 1px solid #333333;
	background-color: #333333;
	color: #FFFFFF;
}

/* 총계 */
#list-skin > h1{
	position: relative;
	margin-bottom: 5px;
	font-weight: normal;
}
#list-skin > h1 > a{
	display: inline-block;
	position: absolute;
	bottom: 0px;
	right: 20px;
}
#list-skin > h1 > a:first-child{
	right: 0px;
}

/* 목록 */
#list-skin > form > table{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #E1E1E1;
}
#list-skin > form > table > tbody > tr.notice{
	background-color: #F5F5F5;
}
#list-skin > form > table > tbody > tr > td{
	padding: 10px 0px;
	border-bottom: 1px solid #E1E1E1;
	text-align: center;
}
#list-skin > form > table > tbody > tr > td.checkbox{
	width: 40px;
}
#list-skin > form > table > tbody > tr > td.checkbox > input{
	width: 20px;
	height: 20px;
	outline: none;
}
#list-skin > form > table > tbody > tr > td.image{
	width: 60px;
}
#list-skin > form > table > tbody > tr > td.image > img{
	width: 60px;
}
#list-skin > form > table > tbody > tr > td.subject{
	padding: 10px;
	text-align: left;
}
#list-skin > form > table > tbody > tr > td.subject > h1{
	font-weight: normal;
}
#list-skin > form > table > tbody > tr > td.subject > h1 > strong{
	color: #FF0000;
	font-size: 14px;
	font-weight: normal;
}
#list-skin > form > table > tbody > tr > td.subject > h1 > a{
	font-size: 14px;
}
#list-skin > form > table > tbody > tr.notice > td.subject > h1 > a{
	font-weight: bold;
}
#list-skin > form > table > tbody > tr > td.subject > h1 > a > i{
	font-size: 18px;
	vertical-align: -1px;
}
#list-skin > form > table > tbody > tr > td.subject > h2{
	margin-top: 5px;
	color: #999999;
	font-weight: normal;
}
#list-skin > form > table > tbody > tr > td.subject > h2 > i{
	color: #999999;
	margin-left: 10px;
}
#list-skin > form > table > tbody > tr > td.subject > h2 > i:first-child{
	margin-left: 0px;
}
#list-skin > form > table > tbody > tr > td.subject > h2 > span{
	color: #999999;
	font-weight: normal;
}
#list-skin > form > table > tbody > tr > td.hit{
	width: 60px;
}
#list-skin > form > table > tbody > tr > td.hit > strong{
	display: block;
	margin-top: 2px;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
}
#list-skin > form > table > tbody > tr > td.hit > span{
	display: block;
	margin-top: 1px;
	color: #999999;
}

/* 버튼 */
#list-skin > form > div > p{
	margin-top: 5px;
}
#list-skin > form > div > p:first-child{
	margin-top: 20px;
}
#list-skin > form > div > p:after{
	display: block;
	clear: both;
	content: '';
}
#list-skin > form > div > p > button{
	float: left;
	width: 25%;
	height: 40px;
	border: 1px solid #E1E1E1;
	border-left: none;
	background-color: #FFFFFF;
	outline: none;
}
#list-skin > form > div > p > button:first-child{
	border-left: 1px solid #E1E1E1;
}
#list-skin > form > div > p > a{
	display: block;
	width: 100%;
	background-color: #333333;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
}

/* 페이지 */
#list-skin > nav{
	margin: 20px 0px 0px 0px;
}
#list-skin > nav > span > a{
	min-width: 30px;
	border: 1px solid #E1E1E1;
	border-radius: 0px;
	background-color: #FFFFFF;
	line-height: 30px;
}
#list-skin > nav > span > strong{
	min-width: 30px;
	border: 1px solid #333333;
	border-radius: 0px;
	background-color: #333333;
	font-weight: normal;
	line-height: 30px;
}

/* 검색 */
#list-skin > form > p{
	position: relative;
	margin-top: 20px;
	padding: 0px 39px 0px 79px;
}
#list-skin > form > p > select{
	position: absolute;
	width: 80px;
	height: 40px;
	top: 0px;
	left: 0px;
	padding-left: 5px;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	outline: none;
}
#list-skin > form > p > input{
	width: 100%;
	height: 40px;
	padding: 0px 5px;
	border: 1px solid #E1E1E1;
	background-image: none !important;
	outline: none;
}
#list-skin > form > p > button{
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0px;
	right: 0px;
	border: 1px solid #333333;
	background-color: #333333;
	outline: none;
}
#list-skin > form > p > button > i{
	color: #FFFFFF;
	font-size: 18px;
}

/* view.skin.php */

/* 정보 */
#view-skin > h1{
	padding: 10px;
	border-top: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
}
#view-skin > h1 > strong{
	margin-right: 5px;
}
#view-skin > h2{
	position: relative;
	padding: 10px;
	border-top: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	color: #999999;
	font-size: 10px;
	font-weight: normal;
}
#view-skin > h2 > span{
	color: #999999;
	font-weight: normal;
}
#view-skin > h2 > i{
	margin-left: 10px;
}
#view-skin > h2 > i:first-child{
	margin-left: 0px;
}
#view-skin > div{
	min-height: 250px;
	padding: 10px;
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	background-color: #FFFFFF;
}
#view-skin > div > p.thumb{
	margin-bottom: 10px;
	text-align: center;
}
#view-skin > h3{
	padding: 10px;
	border-bottom: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	color: #999999;
	font-weight: normal;
}
#view-skin > h3 > a{
	color: #999999;
}

/* 버튼 */
#view-skin > p{
	margin-top: 10px;
	text-align: center;
}
#view-skin > p:after{
	display: block;
	clear: both;
	content: '';
}
#view-skin > p > a{
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
}
#view-skin > p > a.left{
	float: left;
	margin-right: 5px;
}
#view-skin > p > a.right{
	float: right;
	margin-left: 5px;
}

/* view_comment.skin.php */

/* 타이틀 */
#view-comment-skin{
	margin-top: 20px;
}
#view-comment-skin > h1{
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
}

/* 폼 */
#view-comment-skin form > p{
	margin-top: 10px;
}
#view-comment-skin form > p:first-child{
	margin-top: 0px;
}
#view-comment-skin form > p:after{
	display: block;
	clear: both;
	content: '';
}
#view-comment-skin form > p > textarea{
	width: 100%;
	height: 100px;
	padding: 5px;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	outline: none;
}
#view-comment-skin form > p > label{
	cursor: pointer;
}
#view-comment-skin form > p > label > input{
	width: 15px;
	height: 15px;
	vertical-align: -3px;
}
#view-comment-skin form > p > button{
	float: right;
	width: 80px;
	height: 40px;
	border: 1px solid #333333;
	background-color: #333333;
	color: #FFFFFF;
	outline: none;
}
#view-comment-skin form > div{
	margin-top: 10px;
}
#view-comment-skin form > div:after{
	display: block;
	clear: both;
	content: '';
}
#view-comment-skin form > div > input{
	float: left;
	width: 50%;
	height: 40px;
	padding: 0px 5px;
	border: 1px solid #E1E1E1;
	border-left: none;
	background-color: #FFFFFF;
	background-image: none !important;
	outline: none;
}
#view-comment-skin form > div > input:first-child{
	border-left: 1px solid #E1E1E1;
}
#view-comment-skin form > div > fieldset{
	padding-top: 5px;
}

/* 자동등록방지 */
#captcha.m_captcha audio{
	display: block;
	width: 100%;
	height: 40px;
	margin: 0px;
	border: 1px solid #E1E1E1;
	border-radius: 0px;
	background-color: #F5F5F5;
}
#captcha #captcha_img{
	display: block;
	float: left;
	width: 44%;
	height: auto;
	height: 40px;
	margin: 5px 0px;
	border: 1px solid #E1E1E1;
}
#captcha #captcha_key{
	display: block;
	float: left;
	width: 44%;
	height: 40px;
	margin: 5px 0px;
	padding: 0px 10px;
	border: 1px solid #E1E1E1;
	border-left: none;
	border-radius: 0px;
	background-image: none !important;
	font-weight: normal;
}
#captcha #captcha_reload{
	display: block;
	float: left;
	width: 12%;
	height: 40px;
	margin: 5px 0px;
	border-radius: 0px;
	outline: none;
}
#captcha #captcha_info{
	color: #999999;
	letter-spacing: 0
}

/* 목록 */
#view-comment-skin > ul > li{
	padding-bottom: 10px;
	border-bottom: 1px solid #E1E1E1;
	background-color: #FFFFFF;
}
#view-comment-skin > ul > li:first-child{
	margin-top: 10px;
	border-top: 1px solid #E1E1E1;
}
#view-comment-skin > ul > li > h1{
	padding: 10px;
	color: #999999;
	font-size: 10px;
	font-weight: normal;
}
#view-comment-skin > ul > li > h1 > span{
	color: #999999;
}
#view-comment-skin > ul > li > h1 > i{
	margin-left: 5px;
}
#view-comment-skin > ul > li > h1 > i:first-child{
	margin-left: 0px;
}
#view-comment-skin > ul > li > h2{
	padding: 0px 10px;
	font-weight: normal;
}
#view-comment-skin > ul > li > p{
	padding: 10px 10px 0px 10px;
	text-align: right;
}
#view-comment-skin > ul > li > p > a{
	color: #999999;
}
#view-comment-skin > ul > li > p > span{
	margin-left: 5px;
	color: #999999;
	cursor: pointer;
}
#view-comment-skin > ul > li > div{
	padding: 10px 10px 0px 10px;
}

/* write.skin.php */

/* 필드 */
#write-skin > div{
	margin-top: 10px;
}
#write-skin > div:first-child{
	margin-top: 0px;
}
#write-skin > div > p{
	margin-top: 5px;
}
#write-skin > div > p:first-child{
	margin-top: 0px;
}
#write-skin > div > p.right{
	text-align: right;
}
#write-skin > div > textarea{
	width: 100%;
	height: 250px;
	padding: 10px;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	outline: none;
}
#write-skin > div > p > select{
	width: 100%;
	height: 40px;
	padding-left: 10px;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	outline: none;
}
#write-skin > div > p > input[type="text"],
#write-skin > div > p > input[type="password"]{
	width: 100%;
	height: 40px;
	padding: 0px 10px;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	background-image: none !important;
	outline: none;
}
#write-skin > div > p > input[type="file"]{
	outline: none;
}
#write-skin > div > p > input.full{
	width: 100%;
}
#write-skin > div > p > label{
	margin-left: 20px;
	cursor: pointer;
}
#write-skin > div > p > label:first-child{
	margin-left: 0px;
}
#write-skin > div > p > label > input{
	width: 17px;
	height: 17px;
	vertical-align: -4px;
}

/* 자동등록방지 */
#captcha.m_captcha audio{
	display: block;
	width: 100%;
	height: 40px;
	margin: 0px;
	border: 1px solid #E1E1E1;
	border-radius: 0px;
	background-color: #F5F5F5;
}
#captcha #captcha_img{
	display: block;
	float: left;
	width: 44%;
	height: auto;
	height: 40px;
	margin: 5px 0px;
	border: 1px solid #E1E1E1;
}
#captcha #captcha_key{
	display: block;
	float: left;
	width: 44%;
	height: 40px;
	margin: 5px 0px;
	padding: 0px 10px;
	border: 1px solid #E1E1E1;
	border-left: none;
	border-radius: 0px;
	background-image: none !important;
	font-weight: normal;
}
#captcha #captcha_reload{
	display: block;
	float: left;
	width: 12%;
	height: 40px;
	margin: 5px 0px;
	border-radius: 0px;
	outline: none;
}
#captcha #captcha_info{
	color: #999999;
	letter-spacing: 0px;
}

/* 버튼 */
#write-skin > p{
	margin-top: 20px;
	text-align: center;
}
#write-skin > p > button{
	width: 100px;
	height: 40px;
	margin: 0px 5px;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	font-size: 14px;
	outline: none;
}
#write-skin > p > a{
	display: inline-block;
	width: 100px;
	margin: 0px 5px;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	vertical-align: middle;
}