@charset "utf-8";

/* 내용관리 */
.ctt_admin { display: none !important;}
#ctt_con img {max-width: 100%; height: auto;}

.table_wrap table {
  border-top: 2px solid var(--pri-1);
}

.table_wrap table tbody th {
  background: var(--gs100);
}

.table_wrap table tbody th, .table_wrap table tbody td {
  padding: 10px 30px;
}