
.notice-list {list-style: none; padding: 0;}
.notice-list li { margin: 0.8em 0; }
.notice-list a { text-decoration: none; color: #333; }



.view_wrapper{
  position:relative;
  width:900px;
  margin:0 auto;
}

.view_wrapper h1{
  display:block;
  font-size:14px;
  line-height:1.25;
  color:#651716;
  border-bottom:0px solid #ebebeb;
  padding:0;
  margin:0;
}

.view_wrapper h2{
  display:block;
  background:#fff;
  padding:0 0 10px 0;
  margin:10px 0 0 0;
  font-size:24px;
}

.view_wrapper .date{
  position:absolute;
  top:35px;
  right:0;
  font-size:16px;
  line-height:1.25;
  text-align:right;
  padding:0 10px;
  margin: 10px 0 10px 0;
}

.content { 
  font-size:14px;
  margin-top: 1em; 
  line-height: 1.6em;
  border-top:1px solid #ebebeb;
  border-bottom:1px solid #ebebeb;
}

.notice-list {
  list-style: none;
  padding: 0;
}

.notice-item {
  overflow:hidden;
  background:#f5f5f5;
  padding: 15px 20px;
  cursor: pointer;
}

.notice-item a{
  overflow:hidden;
  display:block;
  font-size: 16px;
  line-height:1.75; 
  font-weight:bold;
}


.notice-item .date {
  float: right; 
  font-size: 14px;
  line-height:1.75; 
  font-weight:bold; 
  color: #333; 
}

.notice-content {
  margin-top: 8px;
  color: #444;
  line-height: 1.5;
  display: none;
}






table.location {
  display: table;
  border-collapse:collapse; /* 기본은 'separate' (셀 사이에 간격 존재) */
  border-spacing: 5px;     /* 셀 사이 여백 */
  border-color: gray;
  border:1px solid #ebebeb;
  font-size:13px;
}

table.location thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

table.location tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

table.location tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

table.location th, table.location td {
  display: table-cell;
  vertical-align: inherit;
  padding: 5px 10px;              /* 브라우저별로 1~2px 정도 */
  text-align: inherit;       /* 상속 (왼쪽 정렬이 일반적) */  
  border:1px solid #ccc;
}

table.location th {
  font-weight: bold;
  text-align: center;
  background:#f5f5f5;      /* 대부분 브라우저는 중앙 정렬 */
}

table.location th:nth-child(1){
  background:#ebebeb;
}

table.location th:nth-child(2){
  background:#ffcccc;
}

.listbtn a{
  display:inline-block;
  font-size:14px;
  text-decoration: none;
  color:#333;
  border:1px solid #ccc;
  border-radius:50px;
  padding:5px 10px;
}

.listbtn a:hover{
  background:#333;
  color:#fff;
  border:1px solid #333;
}
