@charset "UTF-8";
/*
@font-face{font-family:NanumGothic;src:url('/html/themes/_styled/images/custom/font/NanumGothic.eot');src:local('?'),url('/html/themes/_styled/images/custom/font/NanumGothic.woff') format('woff'),url('/html/themes/_styled/images/custom/font/NanumGothic.ttf') format('truetype')}
*/
@font-face {
  font-family: 'NanumGothic';
  font-style: normal;
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot?#iefix) format("embedded-opentype"), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.ttf) format("truetype"); }

body * {
  font-family: '나눔고딕',NanumGothic; }

body {
  font-size: 13px;
  margin: 0;
  padding: 0;
  background-color: #fff; }

img, fieldset {
  border: 0 none;
  vertical-align: baseline; }

dl, ul, ol, li {
  list-style: none; }

h1, h2, h3, h4, h5, dl, dt, dd, ul, li, ol, th, td, p, blockquote, form, fieldset, legend {
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

table {
  border-collapse: collapse; }

a {
  text-decoration: none; }

a:hover, a:active {
  text-decoration: underline; }

input, select {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: middle; }

legend, caption {
  display: none; }

body, th, td {
  font-size: 13px;
  color: #333; }

header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption {
  display: block;
  margin: 0;
  padding: 0; }

/* 게시판 상단 */
.list_title_top {
  margin: 0 0 13px;
  *zoom: 1; }

.list_title_top:after {
  content: '';
  clear: both;
  display: block; }

.list_title_top .page {
  float: left; }

.list_title_top .page ul {
  float: left; }

.list_title_top .page ul li {
  float: left;
  padding: 0 5px 0 0; }

.type_dku_news {
  clear: both;
  width: 100%;
  margin: 0 auto 15px;
  border-top: 2px solid #4485d5;
  border-collapse: collapse;
  table-layout: fixed; }

.type_dku_news .t_l {
  text-align: left; }

.type_dku_news .t_c {
  text-align: center; }

.type_dku_news .t_r {
  text-align: right; }

.type_dku_news thead th {
  height: 30px;
  vertical-align: middle;
  background: #f5f5f5;
  border-bottom: 1px solid #dfdfdf; }

.type_dku_news tbody td {
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
  vertical-align: top; }

.type_dku_news tbody td .news_subject {
  display: block;
  padding: 0 10px 5px;
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.type_dku_news tbody td .news_content {
  padding: 0 10px 0;
  color: #777;
  line-height: 20px; }

.type_dku_news tbody td .num {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.type_dku_news tbody td .poster {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.type_dku_news tbody td .date {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.type_dku_news .img_area {
  width: 100px; }

.type_dku_news .img_area .img {
  width: 100px;
  height: 69px;
  text-align: center;
  background: #f4f4f4;
  overflow: hidden; }

.type_dku_news .img_area .img img {
  width: 100%; }

.type_dku_news a {
  color: #4485d5; }

@media only screen and (max-width: 768px) {
  .type_dku_news, .type_dku_news thead, .type_dku_news tbody, .type_dku_news th, .type_dku_news td, .type_dku_news tr {
    display: block; }

  .type_dku_news thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .type_dku_news tr {
    min-height: 80px;
    border-bottom: 1px solid #dfdfdf; }

  .type_dku_news tr:nth-of-type(odd) {
    background: #f6f6f6; }

  .type_dku_news td {
    position: relative;
    min-height: 20px;
    padding: 5px 0 5px 50%;
    border: none;
    text-align: left !important; }

  .type_dku_news .img_area {
    width: auto;
    height: 69px; }

  .type_dku_news .img_area .img {
    width: auto;
    height: 69px;
    padding: 0 20px; }

  .type_dku_news .img_area .img img {
    width: auto;
    height: 69px; }

  .type_dku_news td:nth-of-type(1):before {
    content: '번호';
    padding-left: 10px;
    float: left;
    font-weight: 600; }

  .type_dku_news td:nth-of-type(3):before {
    content: '제목';
    padding-left: 10px;
    float: left;
    font-weight: 600; }

  .type_dku_news td:nth-of-type(4):before {
    content: '출처';
    padding-left: 10px;
    float: left;
    font-weight: 600; }

  .type_dku_news td:nth-of-type(5):before {
    content: '등록일';
    padding-left: 10px;
    float: left;
    font-weight: 600; }

  .num {
    padding: 0 10px; }

  .poster {
    padding: 0 10px; }

  .date {
    padding: 0 10px; }

  .input_search {
    display: block !important;
    padding: 10px 0 0 0; } }
.paging {
  position: relative;
  min-height: 30px;
  margin: 0 0 15px;
  text-align: center; }

.paging {
  position: relative;
  width: 100%;
  height: 30px;
  margin-top: 30px;
  text-align: center; }

.paging a {
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #fff; }

.paging strong {
  display: inline-block;
  *display: inline;
  border: 1px solid #6f9bc4;
  width: 28px;
  height: 28px;
  line-height: 28px;
  vertical-align: top;
  *zoom: 1; }

.paging a {
  font-weight: 600;
  color: #666;
  overflow: hidden; }

.paging a:hover {
  width: 28px;
  border: 1px solid #6f9bc4;
  border-radius: 2px;
  background: #fff;
  color: #4485d5;
  vertical-align: top; }

.paging strong {
  padding: 0;
  background: #6f9bc4;
  line-height: 28px;
  color: #fff; }

.paging a.btn {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0; }

.paging a.btn:hover {
  width: 28px;
  height: 28px;
  border: 1px solid #6f9bc4;
  border-radius: 2px;
  color: #4485d5; }

.paging a.prev1 {
  background: #fff;
  border: 1px solid #dbdbdb; }

.paging a.prev2 {
  margin-right: 6px;
  background: #fff;
  border: 1px solid #dbdbdb; }

.paging a.next1 {
  margin-left: 6px;
  background: #fff;
  border: 1px solid #dbdbdb; }

.paging a.next2 {
  background: #fff;
  border: 1px solid #dbdbdb; }

/* 검색창 */
.list-search {
  position: relative;
  padding: 16px 0 16px;
  background: #f6f6f6;
  margin: 0 0 15px; }

.list-search form {
  margin: 0; }

.list-search * {
  vertical-align: top; }

.list-search fieldset {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap; }

.list-search select {
  width: 98px;
  height: 31px;
  margin: 0 5px 0 0;
  padding: 0;
  border: 1px solid #d3d3d3; }

.list-search fieldset > div {
  display: inline-block;
  position: relative;
  height: 31px; }

.list-search input[type=text] {
  width: 170px;
  height: 29px;
  margin: 0;
  padding: 0 !important;
  border: 1px solid #d3d3d3; }

.list-search button {
  width: 40px;
  height: 31px;
  line-height: 28px;
  background: #d3d3d3;
  border: 1px solid #ccc;
  cursor: pointer;
  text-align: center; }

.list-search .popular_search {
  display: block;
  clear: both;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center; }

.list-search .popular_search > label {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 600; }

.list-search .popular_search > p {
  display: inline;
  margin: 0;
  padding: 0; }