@charset "utf-8";



.view {
    margin: auto;
    width: 1100px;
  
    padding: 20px;
}

table.noticeView {
    width: inherit;
}

.view h1 {
    font-size: 30px;
    float: left;
    color: #FFA600;
    margin: 20px;
}

table.noticeView tr {
    width: inherit;
    border-top: 1px solid gray;

}

table.noticeView tr th {
    text-align: left;
    width: inherit;
    font-size: 13px;
    color: #222;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-left: none;
    border-right: none;
    padding-left: 10px;


}



table.noticeView tr th:first-child {
    width: 140px;
    line-height: 30px;
}


table.noticeView tr td {
    border: 1px solid rgba(0, 0, 0, 0.3);

    border-left: none;
    border-right: none;
    font-size: 13px;
    text-align: left;
    padding-left: 10px;

}

table.noticeView tr td:first-child {
    width: 140px;
    text-align: left;
    line-height: 30px;

}




table.next_btn tr:last-child td {
    text-align: left;
    width: inherit;
    font-size: 13px;
    color: #222;
    border: 1px solid rgba(0, 0, 0, 0.3);
    
    border-left: none;
    border-right: none;
    padding-left: 10px;


}

table.next_btn {
    width: inherit;
}

table.next_btn tr:last-child td{
    text-align:left;
}
table.next_btn tr:last-child td:last-child {
    padding-right: 10px;
    text-align: right;
    
}

table.next_btn tr td:last-child{
    width:inherit;
    line-height: 30px;
    
    
}

table.noticeView tr .contents {
    height: 450px;

}
.contents >.contents_img {
    display: block;
    
}
.btn1 {
    height: 30px;
    background-color: #FFA600;
   cursor: pointer;
    border-radius: 3px;
    margin: 10px;
    color: #fff;
    font-size: 14px;
    float: left;
}
.btn_img{
    margin-top: 10px;
    padding: 10px;
    display: block;
}
.btn1_img {
   margin: 30px;
}

.btn_img>img {
    display: block;
    width: 500px;
    image-resolution: 300dpi; 
    
}

.btn2_position {
    margin-top: 20px;
    height: 50px;
}

.btn2 {
  
    float: right;
    line-height: 35px;
    width: 70px;
    height: 35px;
    font-size: 14px;
    font-weight: lighter;
    border: none;
    border-radius: 3px;
    color: #fff;
    background-color: #FFA600;
    cursor: pointer;
}