/* 공지사항 게시판 css */

h2 {
    font-weight: bolder;
    font-size: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (max-width:768px) {
    h2 {
        text-align: center;
        font-size: 30px;
    }
}

@media screen and (max-width:768px) {
    .txt-center {
        display: block;
        text-align: center;
    }
}

.hr1 { border: 0;
    height: 2px;
    background:  #d3d3d3;}
.grey {
    color: #727272;}

span{
    padding-bottom: 50px;
    font-size: 17px;
}

select{
    width: 200px;
    height: 34px;
    margin-right: 5px;
}

input{
    width: 400px;
    height: 30px;
    background-image: url(/resources/images/ico_search.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 370px;
    border: 1px solid gray;
}

table {
    width: 100%;
    border-top: 1px solid #d3d3d3;
    border-collapse: collapse;
}
th { background-color: hsl(0, 5%, 92%) ;
    border-top: 3px solid #727272;
    font-size: 17px;
}
th, td {
    border-bottom: 1px solid #d3d3d3;
    padding: 15px;
    font-size: 17px;
    padding-left: 50px;
}
td > span{
    color:#f00;
    margin-left: 20px;
}

.greylist {
    width: 80px;
    height: 40px;
    font-weight: 900;
    color: white;
    text-align: center;
    background: grey;
    border: solid 2px white;
    cursor: pointer;
}
.gradient {
    width: 80px;
    height: 40px;
    font-weight: 900;
    color: white;
    text-align: center;
    background: linear-gradient( to bottom, grey, black );
    border: solid 2px white;
    cursor: pointer;
}

.left{
    text-align: left;
}
.right {
    float: right;
}
.center {
    padding-top: 15px;
    text-align: center;
    font-size: 17px;
    padding-bottom: 15px;
}

.num{
    padding-top: 50px;
    text-align: center;
    font-size: 15px;
}

@media screen and (max-width:768px) {
    .num {
        padding-bottom: 50px;
    }
}
a {
    color:black;
    margin: 0 10px;
    text-decoration-line : none;}

section.post{
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    position: relative;
}

section > div{
    width: 1200px;
    height: 400px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding-top: 50px;
    font-size: 17px;
}

section > div > p{
    margin-left: 50px;
}

button {
    position: absolute;
    left: 40%;
    top: 90%;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    text-align: center;
    color:#fff;
    background-color: #000;
}

@media screen and (max-width:768px) {
    button {
        left: 25%;
    }
}
