@charset "utf-8";

.hidden{display: block; position: absolute;
    width: 1px; height: 1px; overflow: hidden;
        color: #FFF7F7; left: -1000px; top: 0;}

#content {width: 1400px; margin: 0 auto; border: 10px solid #FFF7F7; border-top: none; border-bottom: none;}

.logo_text{position: relative; margin-bottom: 50px;}
.logo_text img{position: absolute; width: 100px; left: 50%; transform: translate(-50%);  bottom: 5px; z-index: -1;}
.logo_text h4 {font-size: 42px; text-align: center; }

.content_area{width: 1400px; margin: 0 auto; position: relative; overflow: hidden; text-align: center;
    font-size: 16px; gap: 20px;}
.content_area>ul{display: flex; width: 400px; gap: 20px; margin-left: 100px; position: absolute;}

.content_area>ul li a{ padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #ddd;
    background-color: #f1f1f1;
    margin-right: 5px;
    border-radius: 5px 5px 0 0;
    transition: background-color 0.3s;}
    
.content_area a.active {
    background-color: #2e86de;
    color: white;
    font-weight: bold;
  }
.content_area .tableSearch{display: flex; right: 100px; position: absolute;}
.content_area .tableSearch a{margin-left: 20px; border: 1px solid green;
    width: 80px; background: green; color: #fff; border-radius: 5px;}

    /* 새소식 */

.content_area table.table{width: 1200px; margin: 0 auto; margin: 100px auto; }
.content_area table.table:eq(2){display: none;}
.content_area table thead th{padding: 10px 30px; border-top: 3px solid green;
    border-bottom: 3px solid green; font-size: 1.1rem;}
table tbody td{border-bottom: 1px solid skyblue; padding: 10px 30px; text-align: left;}
table tbody tr td:eq(2){text-align: left;}



