<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#wrap {
  max-width: 500px;
  background: #f7f7f7;
}

body {
  background: #f7f7f7;
  font-family: "Noto Sans KR";
}

/*********************************************************************************************************************
헤드라인 / 기사리스트 / 배너 영역 시작 - 헤드라인 / 기사리스트 
class 명칭
헤드라인 .hdl_001 ~ 
기사탑 .top
기사탑제목 h2.head_title
기사더보기 .more
기사목록 .arl_001 ~ 
기사제목 .title
기사본문내용 .body 
기사카테고리 .cate
기사썸네일 .thumb a img 
**********************************************************************************************************************/
/* 헤드라인 001 시작 */
.hdl_001 ul li .thumb {
  position: relative;
  width: 100%;
  height: 243px;
}

.hdl_001 ul li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}

.hdl_001 ul li .thumb .title {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  font-size: 25px;
  line-height: 34px;
  max-height: 68px;
  overflow: hidden;
  z-index: 5;
  padding: 0 25px;
}

.hdl_001 ul li .thumb .title a {
  color: #fff;
}

.hdl_001 ul li .thumb .mask {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(http://www.busan.com/nas/wcms/public/m/images/new/hdl_001_mask.png) left bottom repeat-x;
}

/* 헤드라인 001 끝 */
/* 기사리스트 001 시작 */
.arl_001 {
  padding: 0 20px;
}

.arl_001 ul li {
  line-height: 60px;
  border-bottom: 1px solid #ddd;
}

.arl_001 ul li .title {
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.arl_001 ul li .title a {
  color: #000;
}

/* 기사리스트 001 끝 */
/* 기사리스트 002 시작 */
.arl_002 {
  padding: 0 20px;
}

.arl_002 ul {
  margin: 0 -7px;
}

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

.arl_002 ul li {
  float: left;
  width: 50%;
  padding: 0 7px;
}

.arl_002 ul li .thumb {
  width: 100%;
  height: 140px;
  overflow: hidden;
}

.arl_002 ul li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}

.arl_002 ul li .title {
  margin: 7px 0 2px 0;
  font-size: 20px;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
}

.arl_002 ul li .title a {
  color: #000;
}

/* 기사리스트 002 끝 */
/* 기사리스트 003 시작 */
.arl_003 ul li:after {
  content: '';
  clear: both;
  display: block;
}

.arl_003 ul li .thumb {
  position: relative;
  float: right;
  width: 220px;
  height: 140px;
  overflow: hidden;
  margin-left: 15px;
}

.arl_003 ul li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}

.arl_003 ul li .title {
  font-size: 18px;
  line-height: 27px;
  max-height: 81px;
  overflow: hidden;
}

.arl_003 ul li .title a {
  color: #000;
}

.arl_003 ul li .body {
  margin-top: 14px;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  max-height: 42px;
  overflow: hidden;
}

.arl_003 ul li .body a {
  color: #000;
}

/* 기사리스트 003 끝 */
/* 기사리스트 004 시작 */
.arl_004 {
  padding: 0 20px;
}

.arl_004 ul li {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.arl_004 ul li:after {
  content: '';
  clear: both;
  display: block;
}

.arl_004 ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.arl_004 ul li .thumb {
  float: left;
  width: 105px;
  height: 105px;
  overflow: hidden;
  margin-right: 15px;
}

.arl_004 ul li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}

.arl_004 ul li .title {
  font-size: 20px;
  line-height: 29px;
  max-height: 58px;
  font-weight: 500;
  overflow: hidden;
}

.arl_004 ul li .title a {
  color: #000;
}

.arl_004 ul li .body {
  font-size: 16px;
  line-height: 25px;
  max-height: 50px;
  overflow: hidden;
}

.arl_004 ul li .body a {
  color: #838383;
}

/* 기사리스트 004 끝 */
/* 기사리스트 005 시작 */
.arl_005 {
  padding: 0 20px;
}

.arl_005 h2.head_title {
  font-size: 23px;
  color: #000;
  margin-bottom: 17px;
}

.arl_005 h2.head_title a {
  color: #000;
}

.arl_005 ul {
  position: relative;
  counter-reset: arl_005;
}

.arl_005 ul li {
  margin-bottom: 15px;
}

.arl_005 ul li:before {
  content: '';
  position: absolute;
  left: 22px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e3e3e3;
}

.arl_005 ul li:last-child {
  margin-bottom: 0;
}

.arl_005 ul li .title {
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  position: relative;
  z-index: 5;
  background: #fff;
  font-size: 16px;
  line-height: 53px;
  padding-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.arl_005 ul li .title:hover {
  border: 1px solid #34373c;
}

.arl_005 ul li .title:before {
  display: inline-block;
  width: 45px;
  line-height: 53px;
  font-weight: 600;
  font-size: 20px;
  vertical-align: top;
  text-align: center;
  counter-increment: arl_005;
  content: counter(arl_005);
}

.arl_005 ul li .title a {
  color: #000;
  line-height: 53px;
  vertical-align: top;
}

/* 기사리스트 005 끝 */
/* 기사리스트 006 시작 */
.arl_006 {
  padding: 0 20px;
}

.arl_006 h2.head_title {
  font-size: 23px;
  color: #000;
}

.arl_006 h2.head_title a {
  color: #000;
}

.arl_006 ul li {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
}

.arl_006 ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.arl_006 ul li:after {
  content: '';
  clear: both;
  display: block;
}

.arl_006 ul li .thumb {
  float: right;
  width: 94px;
  height: 94px;
  overflow: hidden;
  margin-left: 15px;
}

.arl_006 ul li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}

.arl_006 ul li .box {
  overflow: hidden;
  display: table;
}

.arl_006 ul li .box .title {
  font-size: 22px;
  height: 94px;
  display: table-cell;
  vertical-align: middle;
}

.arl_006 ul li .box .title a {
  display: block;
  color: #000;
  line-height: 33px;
  max-height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 기사리스트 006 끝 */
/* 기사리스트 007 시작 */
.arl_007 ul li:after {
  content: '';
  clear: both;
  display: block;
}

.arl_007 ul li .thumb {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.arl_007 ul li .thumb img,
.arl_007 ul li .thumb iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.arl_007 ul li .box {
  padding: 15px 25px;
  background: #fff;
}

.arl_007 ul li .box .title {
  font-size: 23px;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
}

.arl_007 ul li .box .title a {
  color: #000;
}

/* 기사리스트 007 끝 */
.thumb img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 3000px) {
  .hdl_001 ul li .thumb {
    height: 200px;
  }
  .hdl_001 ul li .thumb .title {
    font-size: 20px;
    line-height: 26px;
    max-height: 52px;
    padding: 0 15px;
    bottom: 15px;
  }
  .arl_001 {
    padding: 0 15px;
  }
  .arl_001 ul li {
    line-height: 45px;
  }
  .arl_001 ul li .title {
    font-size: 17px;
  }
  .arl_002 {
    padding: 0 15px;
  }
  .arl_002 ul li .thumb {
    height: 110px;
  }
  .arl_002 ul li .title {
    margin: 7px 0 2px 0;
    font-size: 16px;
    line-height: 22px;
    height: 44px;
  }
  .arl_003 ul li:after {
    content: '';
    clear: both;
    display: block;
  }
  .arl_003 ul li .thumb {
    width: 170px;
    height: 110px;
    margin-left: 10px;
  }
  .arl_003 ul li .title {
    font-size: 14px;
    line-height: 22px;
    max-height: 66px;
  }
  .arl_003 ul li .body {
    margin-top: 10px;
    font-size: 11px;
    line-height: 16px;
    max-height: 32px;
  }
  .arl_004 {
    padding: 0 15px;
  }
  .arl_004 ul li .thumb {
    float: left;
    width: 85px;
    height: 85px;
  }
  .arl_004 ul li .title {
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
  }
  .arl_004 ul li .body {
    font-size: 13px;
    line-height: 21px;
    max-height: 42px;
  }
  .arl_005 {
    padding: 0 15px;
  }
  .arl_005 h2.head_title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .arl_005 ul li .title {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    position: relative;
    z-index: 5;
    background: #fff;
    font-size: 14px;
    line-height: 43px;
    padding-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .arl_005 ul li .title:hover {
    border: 1px solid #34373c;
  }
  .arl_005 ul li .title:before {
    display: inline-block;
    width: 40px;
    line-height: 43px;
    font-weight: 600;
    font-size: 16px;
    vertical-align: top;
    text-align: center;
    counter-increment: arl_005;
    content: counter(arl_005);
  }
  .arl_005 ul li .title a {
    color: #000;
    line-height: 43px;
    vertical-align: top;
  }
  .arl_006 {
    padding: 0 15px;
  }
  .arl_006 h2.head_title {
    font-size: 18px;
  }
  .arl_006 ul li .thumb {
    width: 75px;
    height: 75px;
    margin-left: 15px;
  }
  .arl_006 ul li .box .title {
    font-size: 17px;
    height: 75px;
    display: table-cell;
    vertical-align: middle;
  }
  .arl_006 ul li .box .title a {
    display: block;
    color: #000;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .arl_007 ul li .thumb {
    width: 100%;
    height: 200px;
  }
  .arl_007 ul li .box {
    padding: 15px 20px;
  }
  .arl_007 ul li .box .title {
    font-size: 18px;
    line-height: 25px;
    height: 50px;
  }
}
</pre></body></html>