@charset "UTF-8";
/*********************************************************************************************************************
헤드라인 / 기사리스트 / 배너 영역 시작 - 헤드라인 / 기사리스트 
class 명칭
헤드라인 .hdl_001 ~ 
기사탑 .top
기사탑제목 h2.head_title
기사더보기 .more
기사목록 .arl_001 ~ 
기사제목 .title
기사본문내용 .body 
기사카테고리 .cate
기사썸네일 .thumb a img 
**********************************************************************************************************************/
/* 헤드라인 001 시작 */
.hdl_001 ul li:after {
  content: '';
  clear: both;
  display: block;
}

.hdl_001 ul li .thumb {
  float: left;
  width: 470px;
  height: 250px;
  margin-right: 35px;
}

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

.hdl_001 ul li .title {
  font-size: 40px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}

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

.hdl_001 ul li.rel_none .title {
  max-height: 110px;
  line-height: 55px;
  text-overflow: clip;
  white-space: inherit;
}

.hdl_001 ul li.rel_none .rel_list {
  display: none;
}

.hdl_001 ul li .body {
  font-size: 16px;
  line-height: 30px;
  max-height: 120px;
  overflow: hidden;
}

.hdl_001 ul li .body a {
  color: #555;
}

.hdl_001 ul li .rel_list {
  margin-top: 10px;
}

.hdl_001 ul li .rel_list li {
  height: 35px;
}

.hdl_001 ul li .rel_list li .title {
  font-size: 17px;
  line-height: 35px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
}

.hdl_001 ul li .rel_list li .title:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 35px;
  background: url(http://www.busan.com/nas/wcms/public/pc/images/new/hdl_001_rel.png) left center no-repeat;
  vertical-align: middle;
}

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

/* 헤드라인 001 끝 */
/* 기사리스트 001 시작 */
.arl_001 ul li {
  margin-bottom: 27px;
}

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

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

.arl_001 ul li .thumb {
  float: left;
  width: 130px;
  height: 80px;
  margin-right: 20px;
}

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

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

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

.arl_001 ul li .body {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  margin-top: 10px;
}

.arl_001 ul li .body a {
  color: #777;
}

.arl_001 ul li .label {
  border: 1px solid #3658b8;
  color: #3658b8;
  padding: 0 6px;
}

/* 기사리스트 001 끝 */
/* 기사리스트 002 시작 */
.arl_002 {
  border: 1px solid #e2e2e2;
  background: #fff;
  padding: 20px 24px 2px;
}

.arl_002 .top {
  padding-bottom: 20px;
}

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

.arl_002 .top h2.head_title {
  float: left;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.arl_002 .top .more {
  float: right;
  border: 1px solid #e2e2e2;
  background: #858585;
  line-height: 23px;
  padding: 0 15px;
}

.arl_002 .top .more a {
  color: #fff;
}

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

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

.arl_002 ul li {
  float: left;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

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

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

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

.arl_002 ul li .title {
  font-size: 16px;
  line-height: 23px;
  max-height: 46px;
  overflow: hidden;
}

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

.arl_002 ul li .byline {
  font-size: 12px;
  color: #999;
  margin-top: 2px;
}

.arl_002 ul li .byline .name:after {
  display: inline-block;
  width: 2px;
  height: 9px;
  background: #b8b8b8;
}

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

.arl_003 ul li .thumb {
  position: relative;
  float: right;
  width: 250px;
  height: 160px;
  overflow: hidden;
  margin-left: 20px;
}

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

.arl_003 ul li .thumb .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(http://www.busan.com/nas/wcms/public/pc/images/new/arl_003_mask.png) 0 0 no-repeat;
}

.arl_003 ul li .title {
  font-size: 20px;
  line-height: 30px;
  max-height: 90px;
  overflow: hidden;
}

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

.arl_003 ul li .body {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  max-height: 66px;
  overflow: hidden;
}

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

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

.arl_004 ul li .thumb {
  position: relative;
  float: right;
  width: 250px;
  height: 160px;
  overflow: hidden;
  margin-left: 20px;
}

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

.arl_004 ul li .title {
  font-size: 20px;
  line-height: 30px;
  max-height: 90px;
  overflow: hidden;
}

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

.arl_004 ul li .body {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  max-height: 66px;
  overflow: hidden;
}

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

/* 기사리스트 004 끝 */
/* 기사리스트 005 시작 */
.arl_005 h2.head_title {
  font-size: 20px;
  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 {
  height: 50px;
  margin-bottom: 10px;
}

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

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

.arl_005 ul li .title {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  position: relative;
  z-index: 5;
  background: #fff;
  font-size: 16px;
  line-height: 48px;
  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: 48px;
  font-weight: 600;
  font-size: 19px;
  vertical-align: top;
  text-align: center;
  counter-increment: arl_005;
  content: counter(arl_005);
}

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

/* 기사리스트 005 끝 */
/* 기사리스트 006 시작 */
.arl_006 {
  position: relative;
}

.arl_006 ul li {
  float: left;
}

.arl_006 .controls .arw_prev {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.arl_006 .controls .arw_next {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

/* 기사리스트 006 끝 */
/* 기사리스트 007 시작 */
.arl_007 {
  border-bottom: 2px solid #000;
}

.arl_007 h2.head_title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

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

.arl_007 ul li {
  border-bottom: 1px solid #e2e2e2;
}

.arl_007 ul li:first-child .thumb {
  display: block;
  width: 100%;
  height: 140px;
  overflow: hidden;
}

.arl_007 ul li:first-child .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}

.arl_007 ul li .thumb {
  display: none;
}

.arl_007 ul li .title {
  font-size: 16px;
  color: #000;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.arl_007 .more {
  text-align: center;
  font-size: 14px;
  line-height: 50px;
}

.arl_007 .more a {
  color: #555;
}

/* 기사리스트 007 끝 */
/* 기라리스트 008 시작 */
.arl_008 ul li {
  background: #fff;
  border: 1px solid #e5e5e5;
}

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

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

.arl_008 ul li .box {
  border-top: 1px solid #e5e5e5;
  padding: 15px 20px 20px;
}

.arl_008 ul li .box h2 {
  font-size: 20px;
  line-height: 23px;
  font-weight: 600;
  color: #000;
  margin-bottom: 13px;
}

.arl_008 ul li .box h2 a {
  color: #000;
}

.arl_008 ul li .box h2 .cate1 {
  color: #da298d;
}

.arl_008 ul li .box h2 .cate2 {
  color: #3569ec;
}

.arl_008 ul li .box h2 .cate3 {
  color: #bc7d0f;
}

.arl_008 ul li .box h2 .cate4:after {
  display: inline-block;
  content: '';
  width: 1px;
  margin: 0 0 0 8px;
  height: 10px;
  background: #d1d1d1;
  vertical-align: middle;
}

.arl_008 ul li .box .title {
  font-size: 18px;
  line-height: 27px;
  height: 54px;
  overflow: hidden;
  margin-bottom: 15px;
}

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

.arl_008 ul li .box .more {
  border: 1px solid #d7d7d7;
  height: 35px;
  font-size: 12px;
  color: #000;
  background: url(http://www.busan.com/nas/wcms/public/pc/images/new/arl_008_arw.png) calc(100% - 14px) 50% no-repeat;
}

.arl_008 ul li .box .more a {
  display: block;
  padding: 0 15px;
  line-height: 32px;
  color: #000;
}

/* 기사리스트 008 끝 */
/* 기사리스트 009 시작 */
.arl_009 {
  position: relative;
  background: #fff;
}

.arl_009 h2.head_title {
  position: absolute;
  z-index: 5;
  left: 0;
  width: 100%;
  top: 140px;
  font-size: 18px;
  line-height: 49px;
  font-weight: 600;
  color: #000;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  padding: 0 20px;
}

.arl_009 h2.head_title a {
  display: block;
  line-height: 49px;
  border-bottom: 1px solid #e5e5e5;
  color: #000;
}

.arl_009 ul {
  counter-reset: arl_009;
}

.arl_009 ul li {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.arl_009 ul li:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.arl_009 ul li:last-child .title {
  margin-bottom: 10px;
}

.arl_009 ul li:first-child .thumb {
  display: block;
  width: 100%;
  height: 140px;
  overflow: hidden;
}

.arl_009 ul li:first-child .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}

.arl_009 ul li:first-child .title {
  margin-top: 58px;
}

.arl_009 ul li .thumb {
  display: none;
}

.arl_009 ul li .title {
  background: #fff;
  font-size: 14px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.arl_009 ul li .title a {
  line-height: 33px;
  color: #000;
}

.arl_009 ul li .title a:before {
  counter-increment: arl_009;
  content: counter(arl_009);
  font-size: 18px;
  font-weight: 600;
  width: 24px;
  display: inline-block;
  line-height: 33px;
  vertical-align: top;
}

/* 기사리스트 009 끝 */
/* 기획 연재 시작 */
.plan_news:after {
  content: '';
  clear: both;
  display: block;
}

.plan_news .plan_left {
  position: relative;
  float: left;
  width: 280px;
  height: 275px;
}

.plan_news .plan_left h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 28px 0 14px 0;
}

.plan_news .plan_left h2 {
  font-size: 40px;
  font-weight: 600;
}

.plan_news .plan_left .tag_list {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 200px;
}

.plan_news .plan_left .tag_list li {
  display: inline-block;
  line-height: 35px;
  border: 1px solid #d7d7d7;
  padding: 0 20px;
  border-radius: 17px;
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}

.plan_news .plan_left .tag_list li a {
  color: #000;
}

.plan_news .plan_left .tag_list li:hover,
.plan_news .plan_left .tag_list li .on {
  background: #858585;
  color: #fff;
}

.plan_news .plan_left .tag_list li:hover a,
.plan_news .plan_left .tag_list li .on a {
  color: #fff;
}

.plan_news .plan_right {
  float: right;
  width: 890px;
  position: relative;
}

.plan_news .plan_right .plan_slider {
  margin: 0 -15px;
}

.plan_news .plan_right .plan_slider .plan_slide {
  padding: 0 15px;
  float: left;
  width: 33.333%;
}

.plan_news .plan_right .controls {
  position: absolute;
  z-index: 10;
  left: -120px;
  top: 60px;
  width: 90px;
  height: 45px;
}

.plan_news .plan_right .controls:after {
  content: '';
  clear: both;
  display: block;
}

.plan_news .plan_right .controls .arw_prev {
  float: left;
  cursor: pointer;
}

.plan_news .plan_right .controls .arw_next {
  float: left;
  cursor: pointer;
}

/* 기획 연재 끝 */
/* 기사리스트 010 시작 */
.arl_010 ul li {
  border: 1px solid #d7d7d7;
  border-top: 5px solid #b9bdc0;
  padding: 20px 22px 22px;
  background: #fff;
}

.arl_010 ul li .thumb {
  width: 100%;
  height: 80px;
  overflow: hidden;
}

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

.arl_010 ul li h2 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  color: #000;
  margin-bottom: 13px;
  text-align: center;
  background: #fff url(http://www.busan.com/nas/wcms/public/pc/images/new/arl_010_top_bg.png) center center repeat-x;
}

.arl_010 ul li h2 a {
  position: relative;
  padding: 0 10px;
  background: #fff;
  color: #000;
}

.arl_010 ul li .title {
  font-size: 13px;
  line-height: 19px;
  height: 38px;
  overflow: hidden;
  margin: 12px 0 17px 0;
}

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

.arl_010 ul li .more {
  border: 1px solid #d7d7d7;
  height: 35px;
  font-size: 12px;
  color: #000;
  background: url(http://www.busan.com/nas/wcms/public/pc/images/new/arl_008_arw.png) calc(100% - 14px) 50% no-repeat;
}

.arl_010 ul li .more a {
  display: block;
  padding: 0 15px;
  line-height: 32px;
  color: #000;
}

/* 기사리스트 010 끝 */
/* 기사리스트 011 시작 */
.arl_011 {
  border-top: 1px solid #6b6b6b;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  background: #fff;
  padding: 18px 20px 11px;
}

.arl_011 h2.head_title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 22px;
}

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

.arl_011 ul {
  counter-reset: arl_011;
}

.arl_011 ul li .title {
  font-weight: 300;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.arl_011 ul li .title:before {
  display: inline-block;
  width: 25px;
  line-height: 35x;
  font-weight: 600;
  font-size: 18px;
  vertical-align: top;
  counter-increment: arl_011;
  content: counter(arl_011);
}

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

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