@charset "UTF-8";
/*********************************************************************************************************************
헤드라인 / 기사리스트 / 배너 영역 시작 - 헤드라인 / 기사리스트 
**********************************************************************************************************************/
/* 헤드라인 001 시작 */
.hdl_001 {
  position: relative;
}
.hdl_001 ul li .thumb {
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.hdl_001 ul li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.hdl_001 ul li .title {
  margin: 13px 0 0 0;
  font-size: 38px;
  color: #111;
  font-weight: 600;
  line-height: 57px;
  /*max-height: 114px;*/
  overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.hdl_001 ul li .title a {
  display: block;
  width: 100%;
  color: #111;
}
.hdl_001 .controls .btn_prev {
  position: absolute;
  left: 30px;
  top: 187px;
  cursor: pointer;
}
.hdl_001 .controls .btn_next {
  position: absolute;
  right: 30px;
  top: 187px;
  cursor: pointer;
}

/* 헤드라인 001 끝 */
/* 헤드라인 002 시작 */
.hdl_002 ul {
  border-top: 1px solid #ededed;
}
.hdl_002 ul li {
  border-bottom: 1px solid #ededed;
  padding: 20px 0;
}
.hdl_002 ul li:after {
  content: "";
  clear: both;
  display: block;
}
.hdl_002 ul li .thumb {
  float: left;
  width: 490px;
  height: 315px;
  overflow: hidden;
  margin-right: 20px;
}
.hdl_002 ul li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.hdl_002 ul li .title {
  font-size: 36px;
  line-height: 54px;
  max-height: 108px;
  font-weight: 500;
  margin-bottom: 17px;
  overflow: hidden;
}
.hdl_002 ul li .title a {
  color: #111;
}
.hdl_002 ul li .body {
  font-size: 16px;
  line-height: 24px;
  max-height: 120px;
  margin-bottom: 45px;
  overflow: hidden;
}
.hdl_002 ul li .body a {
  color: #999;
}
.hdl_002 ul li .byline {
  color: #999;
  font-size: 14px;
}

/* 헤드라인 002 끝 */
/* 헤드라인 003 시작 */
.hdl_003 {
  border-bottom: 1px solid #f7aa55;
}
.hdl_003 ul {
  margin: 0 -10px;
  padding-bottom: 27px;
}
.hdl_003 ul:after {
  content: "";
  clear: both;
  display: block;
}
.hdl_003 ul li {
  float: left;
  width: 33.333%;
  padding: 0 10px;
}
.hdl_003 ul li .thumb {
  width: 100%;
  height: 174px;
  margin-bottom: 13px;
  overflow: hidden;
}
.hdl_003 ul li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.hdl_003 ul li .title {
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  font-weight: 500;
  overflow: hidden;
}
.hdl_003 ul li .title a {
  color: #111;
}

/* 헤드라인 003 끝 */
/* 기사리스트 001 시작 */
.arl_001 h2 {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin-bottom: 17px;
}
.arl_001 ul {
  counter-reset: arl_001;
}
.arl_001 ul li {
  counter-increment: arl_001;
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.arl_001 ul li:after {
  content: "";
  clear: both;
  display: block;
}
.arl_001 ul li:nth-child(n+4):before {
  color: #111;
}
.arl_001 ul li:last-child {
  margin-bottom: 0;
}
.arl_001 ul li:before {
  float: left;
  width: 30px;
  text-align: left;
  content: counter(arl_001);
  font-size: 28px;
  font-weight: 600;
  padding-top: 2px;
  color: #f89931;
}
.arl_001 ul li .title {
  float: right;
  width: calc(100% - 30px);
  font-size: 16px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
}
.arl_001 ul li .title a {
  color: #333;
}

/* 기사리스트 001 끝 */
/* 기사리스트 002 시작 */
.arl_002 ul {
  margin: 0 -10px;
}
.arl_002 ul li {
  float: left;
  width: 33.333%;
  padding: 0 10px;
}
.arl_002 ul li .thumb {
  width: 100%;
  height: 173px;
  overflow: hidden;
}
.arl_002 ul li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.arl_002 ul li .title {
  margin: 10px 0 20px 0;
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
.arl_002 ul li .title a {
  color: #111;
}

/* 기사리스트 002 끝 */
/* 기사리스트 003 시작 */
.arl_003 {
  border: 1px solid #ededed;
  padding: 17px 20px 6px;
}
.arl_003 h2 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}
.arl_003 h2 a {
  color: #333;
}
.arl_003 ul li {
  padding: 11px 0;
  border-bottom: 1px solid #ededed;
}
.arl_003 ul li:last-child {
  border-bottom: 0;
}
.arl_003 ul li .title {
  line-height: 22px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.arl_003 ul li .title a {
  color: #666;
}

/* 기사리스트 003 끝 */
/* 기사리스트 004 시작 */
.arl_004 {
  position: relative;
}
.arl_004 h2 {
  font-size: 22px;
  font-weight: 500;
  color: #111;
  margin-bottom: 28px;
}
.arl_004 ul {
  margin: 0 -10px;
}
.arl_004 ul:after {
  content: "";
  clear: both;
  display: block;
}
.arl_004 ul li {
  float: left;
  padding: 0 10px;
  width: 16.666%;
}
.arl_004 ul li .box_wrap {
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid #ededed;
}
.arl_004 ul li .box_wrap .thumb {
  width: 100%;
  height: 148px;
  overflow: hidden;
}
.arl_004 ul li .box_wrap .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.arl_004 ul li .box_wrap .box {
  background: #fff;
  padding: 15px 20px 17px;
  border-top: 1px solid #ededed;
}
.arl_004 ul li .box_wrap .box .title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  height: 81px;
  margin-bottom: 15px;
  overflow: hidden;
}
.arl_004 ul li .box_wrap .box .title a {
  color: #333;
}
.arl_004 ul li .box_wrap .box .bottom:after {
  content: "";
  clear: both;
  display: block;
}
.arl_004 ul li .box_wrap .box .bottom .cate {
  float: left;
  font-size: 18px;
  color: #0070bd;
  font-weight: 600;
}
.arl_004 ul li .box_wrap .box .bottom .cate a {
  color: #0070bd;
}
.arl_004 ul li .box_wrap .box .bottom .btn_more {
  float: right;
}
.arl_004 .controls .btn_prev {
  position: absolute;
  left: -60px;
  top: 50%;
  cursor: pointer;
}
.arl_004 .controls .btn_next {
  position: absolute;
  right: -60px;
  top: 50%;
  cursor: pointer;
}

/* 기사리스트 004 끝 */
/* 기사리스트 005 시작 */
.arl_005 ul li {
	position:relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  /*border-bottom: 2px solid #dcdcdc;*/
}
.arl_005 ul li:after {
  content: "";
  clear: both;
  display: block;
}
.arl_005 ul li:before {
	position: absolute;
	content:'';
	bottom:0;
	left:25px;
	width:calc(100% - 50px);
	height:2px;
	background:#dcdcdc;
}
/*
.arl_005 ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
*/
.arl_005 ul li .thumb {
  float: left;
  width: 175px;
  height: 103px;
  border-radius: 7px;
  overflow: hidden;
  margin-right: 15px;
}
.arl_005 ul li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.arl_005 ul li .title {
  font-size: 20px;
  line-height: 30px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  margin-bottom: 5px;
}
.arl_005 ul li .title a {
  color: #111;
}
.arl_005 ul li .body {
  font-size: 14px;
  line-height: 21px;
  height: 42px;
  overflow: hidden;
  margin-bottom: 5px;
}
.arl_005 ul li .body a {
  color: #666;
}
.arl_005 ul li .date {
  font-size: 14px;
  color: #999;
}
.arl_005.half ul {margin:0 -15px;}
.arl_005.half ul:after {content:''; clear:both; display:block;}
.arl_005.half ul li {float:left; width:50%; padding:0 15px 15px;}
/* 기사리스트 005 끝 */
/* 기사리스트 006 시작 */
.arl_006 h2 {
  font-size: 22px;
  color: #111;
  margin-bottom: 33px;
}
.arl_006 ul:after {
  content: "";
  clear: both;
  display: block;
}
.arl_006 ul li {
  float: left;
  width: 50%;
  margin-bottom: 30px;
  padding-right: 20px;
}
.arl_006 ul li:after {
  content: "";
  clear: both;
  display: block;
}
.arl_006 ul li .thumb {
  float: left;
  width: 200px;
  height: 118px;
  overflow: hidden;
  margin-right: 15px;
}
.arl_006 ul li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.arl_006 ul li .title {
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin-bottom: 25px;
}
.arl_006 ul li .title a {
  color: #111;
}
.arl_006 ul li .date {
  font-size: 14px;
  color: #999;
}
.arl_006 ul li .body {
  font-size: 14px;
  line-height: 21px;
  height: 63px;
  overflow: hidden;
}
.arl_006 ul li .body a {
  color: #999;
}

/* 기사리스트 006 끝 */
/* 기사리스트 007 시작 */
.arl_007 {
  border: 1px solid #ededed;
  padding: 20px;
}
.arl_007 h2 {
  font-size: 18px;
  color: #111;
  font-weight: 600;
  margin-bottom: 20px;
}
.arl_007 h2 span {
  color: #3a87c7;
}
.arl_007 ul li {
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 15px;
}
.arl_007 ul li:after {
  content: "";
  clear: both;
  display: block;
}
.arl_007 ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.arl_007 ul li .thumb {
  float: left;
  width: 70px;
  height: 51px;
  overflow: hidden;
  margin-right: 15px;
}
.arl_007 ul li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.arl_007 ul li .title {
  transform: translateY(1px);
  font-size: 16px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
}
.arl_007 ul li .title a {
  color: #111;
}

/* 기사리스트 007 끝 */
/* 기사리스트 008 시작 */
.arl_008 {
  border: 1px solid #ededed;
  padding: 20px;
}
.arl_008 .top:after {
  content: "";
  clear: both;
  display: block;
}
.arl_008 .top h2 {
  float: left;
  font-size: 18px;
  color: #111;
  font-weight: 600;
  margin-bottom: 20px;
}
.arl_008 .top h2 span {
  color: #3a87c7;
}
.arl_008 .top .ddtube {
  float: right;
}
.arl_008 ul li {
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 15px;
}
.arl_008 ul li:after {
  content: "";
  clear: both;
  display: block;
}
.arl_008 ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.arl_008 ul li .thumb {
  float: left;
  width: 70px;
  height: 51px;
  overflow: hidden;
  margin-right: 15px;
}
.arl_008 ul li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.arl_008 ul li .title {
  transform: translateY(1px);
  font-size: 16px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
}
.arl_008 ul li .title a {
  color: #111;
}

/* 기사리스트 008 끝 */
/* 기사리스트 009 시작 */
.arl_009 {
  background: #f7f7f7;
  padding: 20px;
}
.arl_009 h2 {
  font-size: 18px;
  color: #111;
  font-weight: 600;
  margin-bottom: 20px;
}
.arl_009 h2 span {
  color: #3a87c7;
}
.arl_009 ul li {
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 15px;
}
.arl_009 ul li:after {
  content: "";
  clear: both;
  display: block;
}
.arl_009 ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.arl_009 ul li .thumb {
  float: left;
  width: 70px;
  height: 51px;
  overflow: hidden;
  margin-right: 15px;
}
.arl_009 ul li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.arl_009 ul li .title {
  transform: translateY(1px);
  font-size: 16px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
}
.arl_009 ul li .title a {
  color: #111;
}

/* 기사리스트 009 끝 */
/* 기사리스트 010 시작 */
.arl_010 {
  border: 1px solid #ededed;
  padding: 20px;
}
.arl_010 h2 {
  font-size: 18px;
  color: #111;
  font-weight: 600;
  margin-bottom: 20px;
}
.arl_010 h2 span {
  color: #f7aa55;
}
.arl_010 ul li {
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 15px;
}
.arl_010 ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.arl_010 ul li .title {
  font-size: 16px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
}
.arl_010 ul li .title a {
  color: #111;
}

/* 기사리스트 010 끝 */
/* 기사리스트 011 시작 */
.arl_011 {
  border: 1px solid #ededed;
  padding: 20px;
}
.arl_011 h2 {
  font-size: 18px;
  color: #111;
  font-weight: 600;
  margin-bottom: 20px;
}
.arl_011 h2 span {
  color: #3a87c7;
}
.arl_011 ul li {
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 15px;
}
.arl_011 ul li:after {
  content: "";
  clear: both;
  display: block;
}
.arl_011 ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.arl_011 ul li .thumb {
  float: left;
  width: 70px;
  height: 51px;
  overflow: hidden;
  margin-right: 15px;
}
.arl_011 ul li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.arl_011 ul li .cate {
  position: relative;
  color: #0070bd;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 9px;
}
.arl_011 ul li .cate .more {
  position: absolute;
  top: 0;
  right: 0;
}
.arl_011 ul li .title {
  transform: translateY(1px);
  font-size: 16px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
}
.arl_011 ul li .title a {
  color: #111;
}

/* 기사리스트 011 끝 */
/* 기사리스트 012 시작 */
.arl_012 {
  background: #f7f7f7;
  padding: 20px;
  border: 1px solid #ededed;
}
.arl_012 h2 {
  font-size: 18px;
  color: #111;
  font-weight: 600;
  margin-bottom: 20px;
}
.arl_012 h2 span:nth-child(1) {
  color: #f89931;
}
.arl_012 h2 span:nth-child(2) {
  color: #3a87c7;
}
.arl_012 ul li .thumb {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.arl_012 ul li .thumb > img {
  display: block;
  width: 100%;
  height: 100%;
}
.arl_012 ul li .thumb .more {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  text-align: right;
}
.arl_012 ul li .thumb .more a {
  display: block;
  line-height: 40px;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.arl_012 ul li .thumb .more img {
  display: inline-block;
  line-height: 40px;
  vertical-align: baseline;
  margin-left: 6px;
}

/* 기사리스트 012 끝 */
/* 기사리스트 013 시작 */
.arl_013 ul li {
  padding: 20px 0;
  border-bottom: 1px solid #ededed;
}
.arl_013 ul li:after {
  content: "";
  clear: both;
  display: block;
}
.arl_013 ul li:first-child {
  border-top: 1px solid #ededed;
}
.arl_013 ul li .thumb {
  float: left;
  width: 210px;
  height: 117px;
  margin-right: 20px;
  overflow: hidden;
}
.arl_013 ul li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.arl_013 ul li .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.arl_013 ul li .title a {
  color: #111;
}
.arl_013 ul li .body {
  font-size: 14px;
  line-height: 21px;
  max-height: 42px;
  overflow: hidden;
  margin-bottom: 10px;
}
.arl_013 ul li .body a {
  color: #999;
}
.arl_013 ul li .byline {
  font-size: 14px;
  color: #999;
}

/* 기사리스트 013 끝 */
/* 기사리스트 014 시작 */
.arl_014 {
  border: 1px solid #ededed;
  padding: 20px;
}
.arl_014 h2 {
  font-size: 18px;
  color: #111;
  font-weight: 600;
  margin-bottom: 20px;
}
.arl_014 h2 span {
  color: #3a87c7;
}
.arl_014 ul li {
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 15px;
}
.arl_014 ul li:after {
  content: "";
  clear: both;
  display: block;
}
.arl_014 ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.arl_014 ul li .thumb {
  float: left;
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin-right: 15px;
}
.arl_014 ul li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.arl_014 ul li .title {
  transform: translateY(1px);
  font-size: 16px;
  line-height: 24px;
  max-height: 48px;
  margin-bottom: 5px;
  overflow: hidden;
}
.arl_014 ul li .title a {
  color: #111;
}
.arl_014 ul li .date {
  font-size: 14px;
  color: #999;
}

/* 기사리스트 014 끝 */
/* 기사리스트 015 시작 */
.arl_015 {
  position: relative;
}
.arl_015 h2 {
  position: relative;
  margin-bottom: 30px;
}
.arl_015 h2 span {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  padding-left: 15px;
  border-left: 3px solid #f7aa55;
  display: inline-block;
  padding-right: 10px;
  z-index: 5;
  background: #fff;
}
.arl_015 h2:after {
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
  width: 100%;
  height: 1px;
  background: #dcdcdc;
}
.arl_015 ul {
  margin: 0 -10px;
}
.arl_015 ul:after {
  content: "";
  clear: both;
  display: block;
}
.arl_015 ul li {
  float: left;
  padding: 0 10px;
  width: 33.333%;
}
.arl_015 ul li .thumb {
  position: relative;
  width: 100%;
  height: 236px;
  overflow: hidden;
}
.arl_015 ul li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.arl_015 ul li .thumb .cate {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  line-height: 25px;
  font-size: 14px;
  padding: 0 10px;
  color: #fff;
  background: #fb794b;
}
.arl_015 ul li .thumb .bg_color1 {
  background: #fb794b;
}
.arl_015 ul li .thumb .bg_color2 {
  background: #ffba00;
}
.arl_015 ul li .thumb .bg_color3 {
  background: #1ebad9;
}
.arl_015 ul li .thumb .bg_color4 {
  background: #1d3686;
}
.arl_015 ul li .thumb .bg_color5 {
  background: #6fc31d;
}
.arl_015 ul li .box {
  border: 1px solid #ededed;
  padding: 15px 20px;
}
.arl_015 ul li .box .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
}
.arl_015 ul li .box .title a {
  color: #111;
}
.arl_015 ul li .box .info {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #555;
  overflow: hidden;
}
.arl_015 ul li .box .info a {
  color: #555;
}
.arl_015 .controls .btn_prev {
  position: absolute;
  left: -24px;
  top: 50%;
  cursor: pointer;
}
.arl_015 .controls .btn_next {
  position: absolute;
  right: -24px;
  top: 50%;
  cursor: pointer;
}

/* 기사리스트 015 끝 */
/* 기사리스트 016 시작 */
.arl_016 {
  position: relative;
}
.arl_016 h2 {
  position: relative;
  margin-bottom: 30px;
}
.arl_016 h2 span {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  padding-left: 15px;
  border-left: 3px solid #f7aa55;
  display: inline-block;
  padding-right: 10px;
  z-index: 5;
  background: #fff;
}
.arl_016 h2:after {
  position: absolute;
  left: 0;
  top: 17px;
  content: "";
  width: 100%;
  height: 1px;
  background: #dcdcdc;
}
.arl_016 ul {
  margin: 0 -10px;
}
.arl_016 ul:after {
  content: "";
  clear: both;
  display: block;
}
.arl_016 ul li {
  float: left;
  padding: 0 10px;
  width: 25%;
}
.arl_016 ul li .thumb {
  position: relative;
  width: 100%;
  height: 174px;
  overflow: hidden;
}
.arl_016 ul li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.arl_016 ul li .thumb .cate {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  line-height: 25px;
  font-size: 14px;
  padding: 0 10px;
  color: #fff;
  background: #fb794b;
}
.arl_016 ul li .thumb .bg_color1 {
  background: #fb794b;
}
.arl_016 ul li .thumb .bg_color2 {
  background: #ffba00;
}
.arl_016 ul li .thumb .bg_color3 {
  background: #1ebad9;
}
.arl_016 ul li .thumb .bg_color4 {
  background: #1d3686;
}
.arl_016 ul li .thumb .bg_color5 {
  background: #6fc31d;
}
.arl_016 ul li .box {
  padding: 13px 0 26px;
}
.arl_016 ul li .box .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  height: 81px;
  overflow: hidden;
}
.arl_016 ul li .box .title a {
  color: #111;
}
.arl_016 .controls .btn_prev {
  position: absolute;
  left: -24px;
  top: 50%;
  cursor: pointer;
}
.arl_016 .controls .btn_next {
  position: absolute;
  right: -24px;
  top: 50%;
  cursor: pointer;
}

/* 기사리스트 016 끝 */
/* 기사리스트 017 시작 */
.arl_017 h2 {
  font-size: 22px;
  color: #111;
  margin-bottom: 33px;
  padding-left: 10px;
  border-left: 3px solid #f89931;
}
.arl_017 ul:after {
  content: "";
  clear: both;
  display: block;
}
.arl_017 ul {
	margin:0 -20px;
}
.arl_017 ul li {
  float: left;
  width: 50%;
  margin-bottom: 30px;
  padding:0 20px;
}
.arl_017 ul li:after {
  content: "";
  clear: both;
  display: block;
}
.arl_017 ul li .thumb {
  width: 100%;
  height: 195px;
  overflow: hidden;
  margin-right: 15px;
}
.arl_017 ul li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.arl_017 ul li .title {
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 0;
}
.arl_017 ul li .title a {
  color: #111;
}
.arl_017 ul li .date {
  display: none;
  font-size: 14px;
  color: #999;
}
.arl_017 ul li .body {
  display: none;
  font-size: 14px;
  line-height: 21px;
  height: 63px;
  overflow: hidden;
}
.arl_017 ul li .body a {
  color: #999;
}

/* 기사리스트 017 끝 */
/* 분야별기사 시작 */
.arl_group .top {
  padding-bottom: 30px;
}
.arl_group .top:after {
  content: "";
  clear: both;
  display: block;
}
.arl_group .top h2 {
  float: left;
  font-size: 22px;
  font-weight: 600;
  color: #111;
}
.arl_group .top .tab_menu {
  float: right;
}
.arl_group .top .tab_menu:after {
  content: "";
  clear: both;
  display: block;
}
.arl_group .top .tab_menu .tab_menu_prev {
  float: left;
  padding-top: 5px;
  cursor: pointer;
}
.arl_group .top .tab_menu .tab_menu_next {
  float: left;
  padding-top: 5px;
  cursor: pointer;
}
.arl_group .top .tab_menu .tab_menu_wrap {
  float: left;
  position: relative;
  width: 490px;
  height: 30px;
  overflow: hidden;
}
.arl_group .top .tab_menu ul {
  position: absolute;
}
.arl_group .top .tab_menu ul:after {
  content: "";
  clear: both;
  display: block;
}
.arl_group .top .tab_menu ul li {
  float: left;
  width: 100px;
  border-radius: 15px;
  border: 1px solid #999;
  height: 30px;
  line-height: 28px;
  color: #999;
  font-size: 14px;
  font-weight: 600;
  color: #999;
  cursor: pointer;
  margin: 0 10px;
  text-align: center;
}
.arl_group .top .tab_menu ul li.on, .arl_group .top .tab_menu ul li:hover {
  background: #0070bd;
  color: #fff;
  border: 1px solid #0070bd;
}
.arl_group .article_box .box {
  position: relative;
  display: none;
}
.arl_group .article_box .box:after {
  content: "";
  clear: both;
  display: block;
}
.arl_group .article_box .box ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 350px;
}
.arl_group .article_box .box ul li {
  margin-bottom: 15px;
}
.arl_group .article_box .box ul li:after {
  content: "";
  clear: both;
  display: block;
}
.arl_group .article_box .box ul li:nth-child(-n+3) {
  width: 410px;
  margin-right: 20px;
}
.arl_group .article_box .box ul li:nth-child(n+4) {
  width: 300px;
  padding-bottom: 11px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 11px;
}
.arl_group .article_box .box ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.arl_group .article_box .box ul li:nth-child(n+4) .thumb {
  display: none;
}
.arl_group .article_box .box ul li:nth-child(n+4) .title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  transform: none;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.arl_group .article_box .box ul li:nth-child(n+4) .title a {
  color: #111;
}
.arl_group .article_box .box ul li:nth-child(n+4) .body {
  display: block;
  font-size: 14px;
  line-height: 21px;
  max-height: 42px;
  overflow: hidden;
}
.arl_group .article_box .box ul li:nth-child(n+4) .body a {
  color: #666;
}
.arl_group .article_box .box ul li:first-child {
  padding-bottom: 11px;
  border-bottom: 1px solid #ededed;
}
.arl_group .article_box .box ul li:first-child .thumb {
  float: left;
  width: 200px;
  height: 118px;
  overflow: hidden;
  margin-right: 15px;
}
.arl_group .article_box .box ul li:first-child .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.arl_group .article_box .box ul li:first-child .title {
  font-size: 18px;
  line-height: 27px;
  max-height: 81px;
  font-weight: 500;
  transform: translateY(-5px);
  overflow: hidden;
}
.arl_group .article_box .box ul li:first-child .title a {
  color: #111;
}
.arl_group .article_box .box ul li:first-child .body {
  display: block;
  font-size: 14px;
  line-height: 21px;
  max-height: 42px;
  overflow: hidden;
}
.arl_group .article_box .box ul li:first-child .body a {
  color: #999;
}
.arl_group .article_box .box ul li .thumb {
  width: 100px;
  height: 59px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
.arl_group .article_box .box ul li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.arl_group .article_box .box ul li .title {
  font-size: 16px;
  line-height: 24px;
  max-height: 48px;
  font-weight: 500;
  transform: translateY(4px);
  overflow: hidden;
}
.arl_group .article_box .box ul li .title a {
  color: #111;
}
.arl_group .article_box .box ul li .body {
  display: none;
}
.arl_group .article_box .box .btn_more {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 410px;
  height: 50px;
  background: #f7f7f7;
  text-align: center;
  font-size: 16px;
  color: #666;
}
.arl_group .article_box .box .btn_more a {
  color: #666;
  display: block;
  line-height: 50px;
}

/* 분야별기사 끝 */
/* 메인 페이퍼 라이브러리 시작 */
.main_paper {
  background: #f7f7f7;
  border: 1px solid #ededed;
  padding: 38px 30px 18px;
}
.main_paper h2 {
  font-size: 30px;
  font-weight: 600;
  color: #111;
  margin-bottom: 27px;
}
.main_paper h2 span {
  display: block;
  color: #f89931;
  font-size: 22px;
  margin-bottom: 8px;
}
.main_paper ul li {
  margin-bottom: 20px;
}
.main_paper ul li .thumb {
  width: 100%;
  height: 165px;
  overflow: hidden;
}
.main_paper ul li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.main_paper .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.main_paper .slick-dots {
  width: auto;
  bottom: inherit;
  top: -46px;
  right: 0;
}
.main_paper .slick-dots li {
  width: 10px;
  height: 10px;
}
.main_paper .slick-dots li.slick-active {
  width: 30px;
}
.main_paper .slick-dots li.slick-active button {
  width: 30px;
  background: #7b7b7b;
}
.main_paper .slick-dots li.slick-active button:before {
  opacity: 1;
}
.main_paper .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #c6c6c6;
  border-radius: 5px;
}
.main_paper .slick-dots li button:before {
  width: 10px;
  height: 10px;
  display: none;
  opacity: 1;
}

/* 메인 페이퍼 라이브러리 끝 */
/* 썸네일 16:9 시작 
  .thumb {position:relative; width: 100% !important; height:0 !important; overflow: hidden;  padding-top: 56.25%; background: #f1efef;}
  .thumb img {width:100%; height: auto; position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
  /* 썸네일 16:9 끝 */
/* 이미지 background cover 처럼 만들기 ie는 사용불가 */
.thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}

/* 익스플로러까지 가운데 정렬하는방법
.thumb {
	position:relative;
	overflow:hidden;
}
.thumb img {
     position:absolute;
     -webkit-transform: translateX(-50%) translateY(-50%); 
    -moz-transform: translateX(-50%) translateY(-50%); 
    -ms-transform: translateX(-50%) translateY(-50%); 
    -o-transform: translateX(-50%) translateY(-50%); 
    transform: translateX(-50%) translateY(-50%); 
    top: 50%; 
    left: 50%; 
    min-width: 100%; 
    min-height: 100%; 
    width: auto !important; 
    height: auto !important;
}
*/
.article_more {
  position: relative;
  height: 80px;
  margin-top: 30px;
}

.article_more a {
  position: relative;
  z-index: 5;
  display: block;
  width: 90px;
  margin: 0 auto;
  text-align: center;
}

.article_more span {
  margin-top: 15px;
  display: block;
  font-size: 14px;
  color: #000;
}

.article_more .line {
  position: absolute;
  top: 25px;
  width: 100%;
  height: 1px;
  background: #d7d7d7;
}

#wrap #container .inner .section .title a:hover {
	color:#888;
}