<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


.articleMain {
  border-bottom: 1px solid #828282;
}

.articleLeft {
  margin: 0 0 40px 0;
}

.articleRight {
  margin: 0 0 40px 0;
}

.articleHead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
  padding: 0 0 7px 0;
  margin: 0 0 3px 0;
}

.articleCategory {
  display: inline-block;
  padding: 3px 16px;
  font-weight: bold;
  border-radius: 8px;
  border: 1px solid #888;
  font-size: 12px;
  background: linear-gradient(#fff, #eee 70%, #fff);
  margin: 0 0 5px 0;
}

.articleDate {
  margin: 0 0 0 12px;
}

.articleTitle {
  font-size: 21px;
  font-weight: normal;
  margin: 0 0 15px 0;
}

.articleText {
  margin: 0 0 10px 0;
  min-height: 300px;
  word-break: break-all;
}

.articleImg {
  margin: 0 0 10px 0;
  text-align: center;
}
.articleFooter {
	margin-top: 10px;
}
.articleFooterPDFLink {
  color: #333;
  text-decoration: none;
}
a.articleFooterPDFLink {
	color: #00f;
	text-decoration: underline;
}
.newsList {
  padding: 25px 0;
  border-bottom:3px solid #000;
  margin: 0 0 10px 0;
}

.newsListTitle {
  font-family: 'Noto Sans CJK KR', 'Noto Sans KR', sans-serif;
  background-color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  align-items: baseline;
  margin: 0 0 25px 0;
}

.newsListTitle span {
  padding: 0 10px 0 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}

.newsListTitle::after {
  content: '';
  height: 3px;
  width: 100%;
  background: #000;
  display: block;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}

.newsItemWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;

  max-width: 642px;
  margin: 0 auto;
}

.newsItemWrapper:after {
  content: '';
  width: 32.584269662921%;
  display: block;
}

.newsItem {
  width: 49%;
  border: 1px solid #999;
  margin: 0 0 6px;
  display: block;
  color: #000;
  text-decoration: none;
}

.newsItem:hover {
  color: #000;
  opacity: 0.7;
}

.newsItemPhoto {
  position: relative;
  padding-top: 68.18%;
  background-size: cover;
  background-position: center center;
  margin: 3px 3px 8px;
  background-color: #C0E5E9;
}
.newsItemNew {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  border: 20px solid transparent;
  border-top: 20px solid red;
  border-left: 20px solid red;
}

.newsItemNew span {
  color: #fff;
  display: inline-block;
  transform: rotate(-45deg);
  font-size: 1rem;
  position: absolute;
  top: -12px;
  left: -18px;
  font-weight: bold;
}

.newsItemBody {
  padding: 0 6px 6px;
}

.newsItemCategory {
  display: inline-block;
  padding: 3px 16px;
  font-weight: bold;
  border-radius: 8px;
  border: 1px solid #888;
  font-size: 12px;
  background: linear-gradient(#fff, #eee 70%, #fff);
  margin: 0 0 5px 0;
}

.newsItemDate {
  padding: 2px 0;
  border-bottom: 1px solid #999;
  margin: 0 0 2px 0;
}

.newsItemTitle {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.9;
}

.newsListFooter {
  text-align: right;
}

.moreBtn {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  padding: 6px;
  display: inline-block;
  border-radius: 5px;
  font-weight: bold;
}


@media print, screen and (min-width : 768px) {
  .articleMain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .articleLeft {
    padding: 0 20px 0 0;

    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
  }

  .articleRight {
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    max-width: 320px;
  }

  .newsListTitle {
    font-size: 1.8rem;
  }

  .newsItem {
  width: 210px;
  }

}

@media print, screen and (min-width : 960px) {

  .newsListTitle {
    font-size: 1.8rem;
  }

}

</pre></body></html>