@charset "utf-8";

/*기본 초기화*/
*{ margin:0; padding:0; color:inherit; box-sizing: border-box; }
li{ list-style:none; }
a{ text-decoration:none; }
img{ border:0; vertical-align:middle; }
body{ font-family: Verdana, Geneva, Tahoma, sans-serif,'맑은 고딕'; color:#182730; font-size: 14px; }
table{ border-collapse: collapse; }


.container {
    max-width: 960px;
    margin: auto;
    padding-bottom: 50px;
}

div.buttonWrap {
    margin: 60px 0 26px 32px;
}

button.c-button {
    cursor: pointer;
    width: 87px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    background-color: #d7dadc;
    border: none;
    outline: none;
    margin-right: 15px;
}

table {
    width: 100%;
}

table#postTable tr td {
    border: 2px solid #e2e7ea;
    padding: 10px 30px;
}

table tr td:nth-child(1) {
    width: 131px;
    text-align: center;
    border-left: 0 !important;
}

table#postTable tr td:nth-child(2) {
    border-right: 0;
}

table#commentWrap tr td:nth-child(4) {
    border-right: 0;
}

table tr.postContent td .postContent-con {
    height: 285px;
}

span.check {
    display: inline-block;
    width: 14px;
    height: 14px;
    text-align: center;
    border-radius: 50%;
    border: none;
    color: #fff;
    outline: none;
    line-height: 14px;
    font-size: 10px;
    background-color: #666f74;
    vertical-align: 1px;
}

h2.title {
    margin: 36px 0 40px 34px;
    font-weight: normal;
}

h2.title-in {
    margin: 0;
}

table#commentWrite tr td{
    border-top: 2px solid #e2e7ea;
    border-bottom: 2px solid #e2e7ea;
    padding: 10px 5px;
}

table#commentWrap tr td {
    border: 2px solid #e2e7ea;
    padding: 10px 5px;
}

table#commentWrap tr td:nth-child(3) {
    width: 168px;
}

table#commentWrite tr td:nth-child(2),
table#commentWrap tr td:nth-child(4) {
    width: 82px !important;
}

table#commentWrap thead tr:nth-child(1) td {
    border: 0;
    text-align: center;
}

table#commentWrite button.c-button,
table#commentWrap button.c-button {
    margin: 0;
}

table#commentWrite {
    margin-top: 15px;
    text-align: left;
}

table#commentWrite input[type="text"] {
    width: 100%;
    height: 32px;
    border: solid 1px #e2e7ea;
    outline: none;
}

table#recentWrap {
    margin-top: 50px;
}

table#recentWrap th{
    border-top: 2px solid #e2e7ea;
    border-bottom: 2px solid #e2e7ea;
}

table#recentWrap th h2.title-in {
    float: left;
    margin-left: 10px;
}

table#recentWrap th div.search {
    float: right;
    margin-right: 10px;
}

table#recentWrap th div.search input{
    background: url('./img/Search.png') 10px 6px no-repeat;
    background-size: 17px;
    padding-left: 35px;
    outline: none;
    border: none;
    width: 350px;
    height: 30px;
    border-radius: 3px;
    background-color: #e2e7ea;
}

table#recentWrap tr th,
table#recentWrap tr td {
    padding: 10px 5px;
}

table#recentWrap tr:nth-child(2) td {
    text-align: center;
}


table#recentWrap tr:nth-child(odd) td {
    background-color: #f2f4f6;
}

span.lock {
    float: right;
    margin-right: 20px;
    width: 10px;
}

span.lock img{
    width: 100%;
}

.recentTitle:hover {
    text-decoration: underline;
    cursor: pointer;
}