
/* 일반 리스트게시판 */
.contents{ width: 1200px; margin:0 auto; min-height: 500px;}


.skin1{border-top:2px solid #717070; table-layout:fixed;}
.skin1 img{max-width:100%;}

#list .skin1 tr td:nth-child(2){ width:800px; text-align:center;}
#view_skin .skin1 div{ min-height: 500px;}

/* 리스트 */
#list .skin1 tbody tr:first-of-type td{background:#f4f4f4; text-align:center;}
#list .skin1 tbody tr:first-of-type td span{font-size:16px; color:#363636;}
#list .skin1 tr td{text-align:center;}
#list .skin1 tr td span{font-size:16px; margin-left:0; color:#7d7d7d;}
#list .skin1 tr td:nth-child(2) a{color:#7d7d7d;}
#list .skin1 tr td:nth-child(2) a:hover{text-decoration:underline;}
#list .btnArea button{font-weight:400; width:90px; height:40px; background:#328edc; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border:0; color:#fff; font-size:16px; transition:all 0.4s; margin-top:20px;}
#list .btnArea button:hover{background:#45637d;}

/* 글보기*/
#view_skin .skin1 th{width:150px; text-align:center; background:#f4f4f4;}
#view_skin .skin1 th span{font-size:16px; color:#363636; margin-left:0;}
#view_skin .skin1 td{color:#363636;}
#view_skin .btnArea button{font-weight:400; width:90px; height:40px; background:#328edc; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border:0; color:#fff; font-size:16px; transition:all 0.4s; margin-top:20px;}
#view_skin .btnArea button:nth-of-type(2){background:#b5b5b5;}
#view_skin .btnArea button:nth-of-type(3){background:#fff; color:#363636; border:1px solid #ccc;}
#view_skin .btnArea button:hover{background:#45637d; color:#fff; border:0;}

/* 글쓰기 */
#write .skin1 th{width:150px; text-align:center; background:#f4f4f4;}
#write .skin1 th span{font-size:16px; color:#363636; margin-left:0;}
#write .skin1 td{color:#363636;}
#write .skin1 .passSpan{font-size:14px;}
#write .btnArea button{font-weight:400; width:90px; height:40px; background:#328edc; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border:0; color:#fff; font-size:16px; transition:all 0.4s; margin-top:20px;}
#write .btnArea button:nth-of-type(2){background:#b5b5b5;}
#write .btnArea button:hover{background:#45637d;}

/* 넘버링 */
.contents .num{ text-align:center; margin: 20px 0;}
.contents .num a {
    border: 1px solid #ccc;
    padding: 4px 9px;
    font-size: 13px;
    color: #717070;
	margin-right:5px;
}
.contents .num ul li:nth-of-type(2) a:last-of-type{margin-right:0;}
.contents .num .active{
	border: 1px solid #328edc;
    color: white;
	background: #328edc;
}


/* 패스워드 체크  */
.pwck{    
	height: 800px;
    width: 1200px;
    position: relative;
    margin: 0 auto; 
}