@charset "utf-8";

/**************************************************************************************** 서브컨텐츠영역 ****************************************************************************************/
/* 기본리스트 */
.basicList {
  padding: 20px 20px;
  border: 1px solid #ddd;
}

.basicList ul li {
  padding: 20px 0;
  margin: 0 10px;
  border-top: 1px solid #ccc;
  *zoom: 1;
}

.basicList ul li:first-child {
  border-top: none;
}

.basicList ul li:after {
  content: "";
  display: block;
  clear: both;
}

.basicList ul li .image {
  float: left;
  display: block;
  width: 112px;
  height: 84px;
}

.basicList ul li .image img {
  display: block;
  width: 112px;
  height: 84px;
}

.basicList ul li dl {
  float: left;
  padding: 0 15px;
  width: 500px;
}

.basicList ul li.imageLess dl {
  width: 630px;
  padding: 0 15px 0 0;
}

.basicList ul li .title a {
  display: block;
  font: bold 17px "Nanum Gothic";
  color: #333;
  line-height: 30px;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.basicList ul li .content {
  height: 32px;
  overflow: hidden;
}

.basicList ul li .registDate {
  padding-top: 8px;
  color: #999;
}

/* 한줄리스트 */
.lineList {
  padding: 20px 20px;
  border: 1px solid #ddd;
}

.lineList ul {
  padding-top: 20px;
}

.lineList ul li {
  padding: 8px 0;
  margin: 0 10px;
  *zoom: 1;
}

.lineList ul li:after {
  content: "";
  display: block;
  clear: both;
}

.lineList ul li.on {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.lineList ul li.on+li {
  padding-top: 15px;
}

.lineList ul li .left {
  float: left;
  width: 360px;
}

.lineList ul li .left .title {
  display: inline-block;
  width: 90%;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lineList ul li .left .title a {
  font: bold 14px/20px "dotum";
  letter-spacing: -1px;
  color: #333;
}

.lineList ul li .left img {
  margin-top: -12px;
}

.lineList ul li .right {
  float: right;
  width: 270px;
  *zoom: 1;
}

.lineList ul li .right:after {
  content: "";
  display: block;
  clear: both;
}

.lineList ul li .right .open {
  float: left;
  width: 52px;
  text-align: center;
}

.lineList ul li .right .writer {
  float: left;
  width: 138px;
  text-align: center;
}

.lineList ul li .right .regidate {
  float: left;
  width: 80px;
  text-align: center;
}

/* 갤러리리스트 */
.galleryList {
  padding: 20px 20px;
  border: 1px solid #ddd;
}

.galleryList ul {
  padding: 20px 10px;
}

.galleryList ul:after {
  content: "";
  display: block;
  clear: both;
}

.galleryList ul li {
  float: left;
  width: 32%;
  margin-left: 2%;
  margin-bottom: 30px;
}

.galleryList ul li a {}

.galleryList ul li .image {
  display: block;
  width: 100%;
  height: 160px;
}

.galleryList ul li .title {
  display: block;
  padding-top: 10px;
  overflow: hidden;
  font: bold 16px / 21px "Nanum Gothic";
  color: #383838;
  overflow: hidden;
  height: 42px;
}

.galleryList ul li .content {
  display: block;
  height: 16px;
  padding-top: 5px;
  font: normal 14px "Nanum Gothic";
  color: #797979;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.else-area {
  padding-left: 30px;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 16px;
}

/*
.galleryList ul li{float:left;width:160px;height:220px;margin:10px 0 10px 10px;border:1px solid #ccc;}
.galleryList ul li a{display:block;width:132px;padding:10px;*zoom:1;}
.galleryList ul li .image{display:block;width:130px;height:103px;border:1px solid #ccc;}
.galleryList ul li .title{display:block;height:34px;padding-top:10px;overflow:hidden;font:bold 14px "Nanum Gothic";color:#333;}
.galleryList ul li .content{display:block;padding-top:10px;margin-bottom:15px;height:80px;overflow:hidden;}
.galleryList ul li .writer{display:block;padding-top:10px;font-size:11px;color:#888;}
.galleryList ul li .registDate{display:block;padding:4px;border-top:1px solid #ccc;font-weight:bold;color:#999;text-align:right;background:#f3f3f3;}
*/
/* 핫리스트 */
.listHot {
  padding: 20px;
  font-family: "Nanum Gothic";
  border: 1px solid #ccc;
}

.listHot h3 {
  font-size: 25px;
  font-weight: bold;
  color: #383838;
}

.listHot ol {
  margin: 8px 0 0 0;
}

.listHot ol li {
  padding: 20px 0;
  margin: 0 15px;
  border-top: 1px solid #ccc;
}

.listHot ol li:first-child {
  border-top: 0;
}

.listHot ol li a {
  display: table-row;
  text-decoration: none;
  letter-spacing: -1px;
}

.listHot ol li .imageWrap {
  position: relative;
  display: table-cell;
  width: 112px;
  height: 84px;
  margin: 15px 0;
}

.listHot ol li .imageWrap .image {
  display: block;
  width: 100%;
  height: 100%;
}

.listHot ol li .imageWrap .num {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 22px;
  height: 23px;
  line-height: 25px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #f08200;
}

.listHot ol li .textWrap {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}

.listHot ol li .textWrap .title {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 17px;
  color: #383838;
  overflow: hidden;
  font-family: "Dotum"
}

.listHot ol li .textWrap .content {
  display: block;
  max-height: 32px;
  line-height: 17px;
  font-size: 13px;
  color: #797979;
  overflow: hidden;
  font-family: "Dotum";
  margin: 0 0 7px 0;
}

.listHot ol li .textWrap .time {
  color: #999;
  font-family: "Dotum";
}

/* 기본뷰 */
.basicView {
  font-family: "Malgun Gothic", Verdana, Arial, Helvetica, sans-serif
}

.basicView .titleWrap {
  padding: 5px 10px 0 10px;
  /* border-bottom:1px solid #c3c3c3; */
  /*background-image:-webkit-linear-gradient(top, #fff 0%, #f7f7f7 100%);*/
  /* chrome, safari */
  /*background-image:   -moz-linear-gradient(top, #fff 0%, #f7f7f7 100%);*/
  /* ff */
  /*background-image:    -ms-linear-gradient(top, #fff 0%, #f7f7f7 100%);*/
  /* ie10 */
  /*background-image:     -o-linear-gradient(top, #fff 0%, #f7f7f7 100%);*/
  /*opera */
  /* background-image:        linear-gradient(top, #fff 0%, #f7f7f7 100%); */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f7f7f7); */
  /* ie9 이하 버전 */
}

.basicView .titleWrap strong {
  display: block;
  padding: 10px 0 10px;
  margin-left: 30px;
  font-size: 27px;
  line-height: 31px;
  color: #333;
  letter-spacing: -0.15rem;
}

.basicView .titleWrap span {
  display: block;
  margin-left: 30px;
  font-size: 20px;
  line-height: 27px;
  color: #7a7b7b;
  letter-spacing: -0.05rem;
  font-family: "Nanum Gothic";
}

.basicView .titleWrap span:last-of-type {
  margin-bottom: 15px;
}

.registModifyDate {
  padding: 15px;
  font-size: 12px;
}

.registModifyDate li {
  display: inline-block;
  margin-right: 10px;
}

/*
.basicView .registModifyDate{padding-left:20px;}
.basicView .registModifyDate ul{padding:5px 0;*zoom:1;}
.basicView .registModifyDate ul:after{content:"";display:block;clear:both;}
.basicView .registModifyDate ul li{float:left;padding:0 10px;background:url(../img/division_bar_gray.gif) 0 50% no-repeat;}
.basicView .registModifyDate ul li:first-child{padding-left:0;background:none;}


*/
.basicView .viewContentWrap {
  margin-bottom: 30px;
}

.basicView .viewContentWrap .viewContent {
  min-height: 200px;
  color: #333;
  overflow: hidden;
  font-size: 17px;
  line-height: 27px;
}

/* 박스포인트색상 */
.boxPointColor {
  border-top: 3px solid #02aac9;
  border-bottom: 1px solid #ccc;
  background: #f8f8f8;
}

/* 현재위치 */
.listTitleWrap:after {
  content: "";
  display: block;
  clear: both;
}

.listTitleWrap h3 {
  float: left;
  font-family: "Nanum Gothic";
  font-size: 25px;
  color: #383838;
}

.listTitleWrap .bcWrap {
  float: right;
}

.listTitleWrap .bcWrap>* {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}

.listTitleWrap .bcWrap .bc {
  padding-right: 8px;
}

.listTitleWrap .bcWrap .bc a {
  display: inline-block;
  padding: 0 6px 0 12px;
  font-size: 12px;
  color: #545454;
  background: url(../img/bullet_arrow.png) 0 50% no-repeat;
}

.listTitleWrap .bcWrap .bc a:first-child {
  font-weight: bold;
  background: none;
}

.listTitleWrap .bcWrap .ls a {
  display: inline-block;
}

.breadCrumbs {
  margin-bottom: 5px;
}

.breadCrumbs:after {
  content: "";
  display: block;
  clear: both;
}

.breadCrumbs li {
  float: left;
  padding-left: 15px;
  background: url(../img/bullet_arrow.png) 6px 50% no-repeat;
}

.breadCrumbs li:first-child {
  background: none;
}

.breadCrumbs li a {
  text-decoration: none;
  color: #666;
}

.breadCrumbs li.thisPage a {
  font-weight: bold;
}

.else-area:after {
  content: '';
  display: block;
  clear: both;
}

.else-area>p {
  line-height: 40px;
  letter-spacing: -0.1rem;
}

.else-area>p img {
  margin-right: 10px;
}

.else-area>.snsWrap {
  float: right;
}

.else-area>.snsWrap .pageControl {
  float: right;
}

.else-area>.snsWrap .sns {
  float: left;
}

.else-area>.snsWrap .sns .else-area>.snsWrap:after, .else-area>.snsWrap .sns:after {
  content: '';
  display: block;
  clear: both;
}

.else-area>.snsWrap .sns li {
  float: left;
  margin-right: 4px;
}

.else-area>.snsWrap .sns li a, .else-area>.snsWrap .sns li button {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999em;
  background-color: #333;
  border: 0;
}

.else-area>.snsWrap .sns li a.facebook {
  background: url(../img/sns/facebook.png) no-repeat center center / cover;
}

.else-area>.snsWrap .sns li a.twitter {
  background: url(../img/sns/twitter.png) no-repeat center center / cover;
}

.else-area>.snsWrap .sns li a.googleplus {
  background: url(../img/sns/google.png) no-repeat center center / cover;
}

.else-area>.snsWrap .sns li a.kakaotalk {
  background: url(../img/sns/kakaotalk.png) no-repeat center center / cover;
}

.else-area>.snsWrap .sns li a.kakaostory {
  background: url(../img/sns/kakaostory.png) no-repeat center center / cover;
}

.else-area>.snsWrap .sns li a.line {
  background: url(../img/sns/naverline.png) no-repeat center center / cover;
}

.else-area>.snsWrap .sns li a.naverblog {
  background: url(../img/sns/naverblog.png) no-repeat center center / cover;
}

.else-area>.snsWrap .sns li a.naverband {
  background: url(../img/sns/naverband.png) no-repeat center center / cover;
}

.btn-wrap {
  margin: 15px 0 0;
}

.share-btn {
  float: left;
}

.else-btn {
  float: right;
}

.share-btn li {
  cursor: pointer;
  display: inline-block;
  width: 42px;
  height: 38px;
  background: silver;
  text-indent: -9999em;
}

.share-btn li.twitter {
  background-position: -42px 0;
}

.share-btn li.naver {
  background-position: -126px 0;
}

.share-btn li.google {
  background-position: -168px 0;
}

.share-btn li.kakao {
  background-position: -84px 0;
}

.else-btn li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.else-area .btn-wrap .else-btn li a, .else-area .btn-wrap .else-btn li span {
  cursor: pointer;
  display: block;
  line-height: 38px;
  margin: 0
}

.else-btn li img {
  vertical-align: top;
}

.else-btn li.goList.inFoot a {
  padding-right: 0;
}

.else-btn li.goList a {
  font-weight: bold;
  font-family: fantasy;
  padding-right: 8px;
}

.else-btn li.goList a:hover, .else-btn li.goList a:focus {
  text-decoration: none;
}

.else-btn li.changeFont span {
  float: left;
}

.else-btn li.changeFont span:first-child {
  border-right: 1px solid #ccc;
}

.else-btn li b {
  position: absolute;
  left: -200px;
  right: -200px;
  top: 46px;
  text-align: center;
}

.else-btn li:hover b:before {
  display: inline-block;
}

.else-btn li b:before {
  content: '';
  display: none;
  ;
  width: 60px;
  height: 24px;
}

.else-btn li.co b:before {
  background-position: 0 -24px;
}

.else-btn li.pr b:before {
  background-position: 0 -48px;
}

.else-btn li.goList b:before {
  background-position: 0 -72px;
}

/*
sns, 페이지컨트롤버튼
.snsWrap{float:right;*zoom:1;}
.snsWrap:after{content:"";display:block;clear:both;}
.sns{float:left;padding-right:10px;*zoom:1;}
.sns:after{content:"";display:block;clear:both;}
.sns li{float:left;padding-right:2px;}
.sns li a{display:block;width:20px;height:20px;text-indent:-9999px;overflow:hidden;background:url(../img/bg_sns_new.png) no-repeat;}
.sns li a.facebook{background-position:0 0;}
.sns li a.twitter{background-position:-20px 0;}
.sns li a.googleplus{background-position:-40px 0;}
.sns li a.cyworld{background-position:-60px 0;}
.sns li a.mypeople{background-position:-80px 0;}
.sns li a.naverBookmark{background-position:-100px 0;}
.sns li a.kakaotalk{background-position:-120px 0;}
.sns li a.kakaostory{background-position:-140px 0;}
.sns li a.naverband{background-position:-160px 0;}
.sns li a.line{background-position:-180px 0;}
.sns li a.naverblog{background-position:-200px 0;}
.sns li a.nateon{background-position:-220px 0;}
.sns li a.googlebookmark{background-position:-240px 0;}

*/
.pageControl {
  margin: 7px 0 0 10px;
}

.pageControl:after {
  content: "";
  display: block;
  clear: both;
}

.pageControl li {
  float: left;
}

.pageControl li a {
  display: block;
  width: 21px;
  height: 18px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/bg_page_control.png) no-repeat;
}

.pageControl li a.scrap {
  background-position: 0 0;
}

.pageControl li a.print {
  background-position: -21px 0;
}

.pageControl li a.email {
  background-position: -42px 0;
}

.pageControl li a.sizeup {
  background-position: -63px 0;
}

.pageControl li a.sizedown {
  width: 22px;
  background-position: -84px 0;
}

.iconListStyle {
  float: right;
  padding-right: 10px;
  overflow: hidden;
}

.iconListStyle:after {
  content: "";
  display: block;
  clear: both;
}

.iconListStyle a {
  display: block;
  float: left;
  padding: 2px;
  border: 1px solid #a2a2a2;
  border-radius: 5px;
  margin-left: 2px;
}

.iconListStyle a.on {
  border: 1px solid #36c3cc;
}

.bgGradiant {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f7f7f7 100%);
  /* chrome, safari */
  background-image: -moz-linear-gradient(top, #fff 0%, #f7f7f7 100%);
  /* ff */
  background-image: -ms-linear-gradient(top, #fff 0%, #f7f7f7 100%);
  /* ie10 */
  background-image: -o-linear-gradient(top, #fff 0%, #f7f7f7 100%);
  /*opera */
  background-image: linear-gradient(top, #fff 0%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f7f7f7);
  /* ie9 이하 버전 */
}

/* 기사 좋아요 */
.likeContentWrap {
  text-align: center;
  padding: 0 0 20px;
}

.likeContent {
  display: inline-block;
  padding: 0 30px;
  height: 48px;
  border: 1px solid #ccc;
  border-radius: 3px;
  /* border-radius:5px;box-shadow:1px 1px 2px #ccc; */
  /* background-image:-webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%); */
  /* chrome, safari */
  /* background-image:-moz-linear-gradient(top, #fff 0%, #f0f0f0 100%); */
  /* ff */
  /* background-image:-ms-linear-gradient(top, #fff 0%, #f0f0f0 100%); */
  /* ie10 */
  /* background-image:-o-linear-gradient(top, #fff 0%, #f0f0f0 100%); */
  /*opera */
  /* background-image:linear-gradient(top, #fff 0%, #f0f0f0 100%); */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f0f0f0); */
  /* ie9 이하 버전 */
}

.likeContent span {
  display: block;
  padding-left: 35px;
  line-height: 48px;
  font-size: 13px;
  color: #666;
  font-weight: bold;
  background: url(../img/icon_hand_like.png) 0 50% no-repeat;
}

.nolikeContent {
  display: inline-block;
  padding: 0 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 3px;
  /* border-radius:5px;box-shadow:1px 1px 2px #ccc; */
  /* background-image:-webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%); */
  /* chrome, safari */
  /* background-image:-moz-linear-gradient(top, #fff 0%, #f0f0f0 100%); */
  /* ff */
  /* background-image:-ms-linear-gradient(top, #fff 0%, #f0f0f0 100%); */
  /* ie10 */
  /* background-image:-o-linear-gradient(top, #fff 0%, #f0f0f0 100%); */
  /*opera */
  /* background-image:linear-gradient(top, #fff 0%, #f0f0f0 100%); */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f0f0f0); */
  /* ie9 이하 버전 */
}

.nolikeContent span {
  display: block;
  padding-left: 35px;
  line-height: 30px;
  font-size: 13px;
  color: #666;
  font-weight: bold;
  background: url(../img/icon_hand_nolike.png) 0 50% no-repeat;
}

/* 기자프로필 */
.writerProfile {
  margin-bottom: 30px;
  /* border:1px solid #e1e1e1; */
}

.writerProfile dt {
  padding: 7px 0 7px 15px;
  font-size: 14px;
  font-weight: bold;
  color: #383838;
  /* border-bottom:1px solid #c1c1c1; */
  /* background-image:-webkit-linear-gradient(top, #fff 0%, #f7f7f7 100%); */
  /* chrome, safari */
  /* background-image:   -moz-linear-gradient(top, #fff 0%, #f7f7f7 100%); */
  /* ff */
  /* background-image:    -ms-linear-gradient(top, #fff 0%, #f7f7f7 100%); */
  /* ie10 */
  /* background-image:     -o-linear-gradient(top, #fff 0%, #f7f7f7 100%); */
  /*opera */
  /* background-image:        linear-gradient(top, #fff 0%, #f7f7f7 100%); */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f7f7f7); */
  /* ie9 이하 버전 */
}

.writerProfile dd {
  padding: 20px;
  *zoom: 1;
  border: 1px solid #e1e1e1;
}

.writerProfile dd:after {
  content: "";
  display: block;
  clear: both;
}

.writerProfile dd .profileImage {
  float: left;
  display: block;
  width: 63px;
  height: 78px;
  border: 1px solid #dfdfdf;
}

.writerProfile dd .profileContent {
  float: right;
  width: 610px;
}

.writerProfile dd .profileContent.noImg {
  width: 100%;
}

.writerProfile dd .profileContent li.name {
  padding: 0 5px 5px;
  border-bottom: 1px dotted #ccc;
  color: #333;
}

.writerProfile dd .profileContent li.name a {
  text-decoration: none;
}

.writerProfile dd .profileContent li.profile {
  padding: 5px 5px 0;
}

/* 나도 한마디 */
.replyWrite {
  /* margin-bottom:30px; */
}

.replyWrite dt {
  padding: 7px 0 7px 15px;
  font-weight: bold;
}

.replyWrite dt strong {
  padding-right: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #383838;
}

.replyWrite dd {
  padding: 20px;
  background: #ebebeb;
  border: 1px solid #e1e1e1;
}

.replyWrite dd .noticeWrap {
  padding-bottom: 10px;
  *zoom: 1;
}

.replyWrite dd .noticeWrap:after {
  content: "";
  display: block;
  clear: both;
}

.replyWrite dd .noticeWrap .notice {
  float: left;
  font-weight: bold;
  font-family: "Nanum Gothic";
}

.replyWrite dd .noticeWrap .checkTextNum {
  float: right;
}

.replyWrite dd .noticeWrap .checkTextNum em {
  padding-right: 5px;
  font-weight: bold;
  font-style: normal;
}

.replyWrite dd .writeWrap {
  *zoom: 1;
}

.replyWrite dd .writeWrap:after {
  content: "";
  display: block;
  clear: both;
}

.replyWrite dd .writeWrap textarea {
  float: left;
  width: 600px;
  height: 62px;
  padding: 5px;
  padding-right: 0;
  font-family: Dotum;
  font-size: 12px;
  border: 1px solid #ccc;
  overflow-y: auto;
  resize: none;
}

.replyWrite dd .writeWrap input[type="image"] {
  float: right;
}

/* 현재의견(댓글) */
.replyListWrap {
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
}

.replyListWrap dt {
  padding: 7px 0 7px 15px;
  font-weight: bold;
  border-bottom: 1px solid #c1c1c1;
  display: none;
  background-image: -webkit-linear-gradient(top, #fff 0%, #f7f7f7 100%);
  /* chrome, safari */
  background-image: -moz-linear-gradient(top, #fff 0%, #f7f7f7 100%);
  /* ff */
  background-image: -ms-linear-gradient(top, #fff 0%, #f7f7f7 100%);
  /* ie10 */
  background-image: -o-linear-gradient(top, #fff 0%, #f7f7f7 100%);
  /*opera */
  background-image: linear-gradient(top, #fff 0%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f7f7f7);
  /* ie9 이하 버전 */
}

.replyListWrap dt strong {
  padding-right: 10px;
  font-size: 14px;
  color: #7f858a;
}

.replyListWrap dd {
  padding: 20px 0;
  font-family: "Nanum Gothic";
}

.replyListWrap dd .memberProfile {
  *zoom: 1;
}

.replyListWrap dd .memberProfile:after {
  content: "";
  display: block;
  clear: both;
}

.replyListWrap dd .memberProfile .imageProfile {
  float: left;
  width: 50px;
  height: 50px;
  border: 1px solid #dedede;
  border-radius: 50px;
  overflow: hidden;
  background-size: cover;
  margin-right: 15px;
}

.replyListWrap dd .memberProfile em {
  position: relative;
  float: left;
  display: block;
  width: 550px;
  padding-bottom: 10px;
  font-weight: bold;
  color: #333;
  font-style: normal;
}

.replyListWrap dd .memberProfile em img {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  border: 1px solid #ccc;
}

.replyListWrap dd .memberProfile em span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 11px;
  font-weight: normal;
  color: #666;
}

.replyListWrap dd .memberProfile .replyButton {
  float: right;
  *zoom: 1;
}

.replyListWrap dd .memberProfile .replyButton:after {
  content: "";
  display: block;
  clear: both;
}

.replyListWrap dd .memberProfile .replyButton li {
  float: left;
}

.replyListWrap dd .memberProfile .replyButton li a {
  display: block;
  padding: 0 7px 0 5px;
  /* border:1px solid #ccc; */
  font-weight: bold;
  color: #888;
  text-decoration: none;
  /* background-image:-webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%); */
  /* chrome, safari */
  /* background-image:   -moz-linear-gradient(top, #fff 0%, #f0f0f0 100%); */
  /* ff */
  /* background-image:    -ms-linear-gradient(top, #fff 0%, #f0f0f0 100%); */
  /* ie10 */
  /* background-image:     -o-linear-gradient(top, #fff 0%, #f0f0f0 100%); */
  /*opera */
  /* background-image:        linear-gradient(top, #fff 0%, #f0f0f0 100%); */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f0f0f0); */
  /* ie9 이하 버전 */
}

.replyListWrap dd .memberProfile .replyButton li:first-child a {
  background: url(../img/division_bar_gray.gif) 100% 50% no-repeat;
  background-size: 1px 11px;
}

.replyListWrap dd p {
  padding-bottom: 10px;
  width: 550px;
}

.replyListWrap dd .replyVote {
  text-align: right;
}

.replyListWrap dd .replyVote a {
  display: inline-block;
  height: 18px;
  padding-left: 22px;
  text-decoration: none;
  /* background:url(../img/bg_raise_fall.png) 0 1px no-repeat; */
}

.replyListWrap dd .replyVote .agree {
  /* color:#c40109; */
  /* background-position:0 1px; */
  background: url(../img/icon_hand_like.png) 0 0 no-repeat;
  background-size: 18px 18px;
  color: #e54e53;
  padding-right: 10px;
}

.replyListWrap dd .replyVote .disagree {
  /* color:#2070a8; */
  /* background-position:0 -18px; */
  background: url(../img/icon_hand_nolike.png) 0 0 no-repeat;
  background-size: 18px 18px;
  color: #666667;
}

.replyListWrap .replyList>li {
  border-top: 1px solid #e1e1e1;
  padding: 10px 20px;
}

.replyListWrap .replyList>li:first-child {
  border-top: none;
  padding: none;
}

/* 페이징 */
.pagingWrap {
  padding: 50px 0;
  width: 100%;
  text-align: center;
}

.paging {
  display: inline-block;
  padding-top: 3px;
  *display: inline;
  *zoom: 1;
}

.paging:after {
  content: "";
  display: block;
  clear: both;
}

.paging li {
  float: left;
  background: url(../img/division_bar_gray.gif) 0 50% no-repeat;
}

.paging li:first-child {
  background: none;
}

.paging li a {
  display: block;
  padding: 2px 10px 0;
  color: #666;
}

.paging li a.on {
  font-weight: bold;
  color: #333;
}

.pagingWrap>a {
  display: inline-block;
  vertical-align: top;
  padding: 0 3px;
}

/**************************************************************************************** 서브우측영역 ****************************************************************************************/
/* 기본 */
.listContent {
  border: 1px solid #e2e2e2;
}

.besideContent {
  min-height: 500px;
  /* border:1px solid #ccc; */
  border-bottom: none;
  /* background:#f8f8f8; */
  padding-left: 10px;
}

.besideContent>div {
  padding-top: 30px;
}

/* 이미지,플래시 배너 */
.besideImage img {
  width: 252px;
  border: 1px solid #ccc;
  overflow: hidden;
}

/* 리스트 */
.besideOlList {}

.besideOlList dt {
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

.besideOlList dd {
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
}

.besideOlList li {
  padding: 2px 0;
  margin: 0 auto;
  *zoom: 1;
}

.besideOlList li:after {
  content: "";
  display: block;
  clear: both;
}

.besideOlList li a {
  float: left;
  display: block;
  width: 85%;
  padding: 3px 0 0 7px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: -1px;
}

.besideOlList li .rankBox {
  float: left;
  display: block;
  min-width: 12px;
  height: 12px;
  padding: 2px 3px 5px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -1px;
  text-indent: -1px;
}

.besideOlList li.ranking01 .rankBox {
  border: 1px solid #e6515c;
  color: #e6515c;
  background: #ffeef1;
}

.besideOlList li.ranking02 .rankBox {
  border: 1px solid #e6515c;
  color: #e6515c;
  background: #ffeef1;
}

.besideOlList li.ranking03 .rankBox {
  border: 1px solid #e6515c;
  color: #e6515c;
  background: #ffeef1;
}

.besideOlList li.ranking04 .rankBox {
  border: 1px solid #bebebe;
  color: #908f94;
  background: #ffeef1;
}

.besideOlList li.ranking05 .rankBox {
  border: 1px solid #bebebe;
  color: #908f94;
  background: #ffeef1;
}

.besideOlList li.ranking06 .rankBox {
  border: 1px solid #bebebe;
  color: #908f94;
  background: #fff;
}

.besideOlList li.ranking07 .rankBox {
  border: 1px solid #bebebe;
  color: #908f94;
  background: #fff;
}

.besideOlList li.ranking08 .rankBox {
  border: 1px solid #bebebe;
  color: #908f94;
  background: #fff;
}

.besideOlList li.ranking09 .rankBox {
  border: 1px solid #bebebe;
  color: #908f94;
  background: #fff;
}

.besideOlList li.ranking10 .rankBox {
  border: 1px solid #bebebe;
  color: #908f94;
  background: #fff;
}

/* 롤링이미지 */
.besideRollingImage {
  width: 254px;
  height: 192px;
}

.besideRollingImage dt {
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

.besideRollingImage dd {
  position: relative;
}

.besideRollingImage dd .imageWrap {
  position: relative;
}

.besideRollingImage dd .imageWrap li {
  position: absolute;
  left: 0;
  top: 0;
}

.besideRollingImage dd .imageWrap a {
  position: relative;
  display: block;
  width: 254px;
  height: 169px;
}

.besideRollingImage dd .image {
  width: 252px;
  height: 169px;
  border: 1px solid #ccc;
}

.besideRollingImage dd .title {
  position: absolute;
  left: 1px;
  bottom: -1px;
  display: block;
  width: 234px;
  padding: 5px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  background: url(../img/bg_transparent_black.png);
}

.besideRollingImage dd .indicator {
  position: absolute;
  right: 10px;
  top: 10px;
  *top: 60px;
  *zoom: 1;
}

.besideRollingImage dd .indicator:after {
  content: "";
  display: block;
  clear: both;
}

.besideRollingImage dd .indicator li {
  float: left;
  padding-left: 5px;
}

.besideRollingImage dd .indicator li:first-child {
  padding-left: 0;
}

.besideRollingImage dd .indicator a {
  display: block;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 -2px 2px #999 inset;
}

.besideRollingImage dd .indicator a.on {
  background: #02aac9;
  box-shadow: 0 -2px 2px #333 inset;
}

/**************************************************************************************** 하단메뉴영역 ****************************************************************************************/
/* 기본 */
input[type="image"].btnNormal {
  padding: 5px 10px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 2px 2px 2px #20aac9;
  background: #405060;
}

/* 사이트영역 */
#siteLnb {
  float: left;
  width: 220px;
  margin-top: 30px;
  border: 1px solid #d0d0d0;
}

#siteContents {
  float: right;
  width: 780px;
  margin-top: 30px;
}

/* 좌측메뉴 */
#siteLnb {
  font-family: "Nanum Gothic";
}

#siteLnb>h3 {
  padding: 30px 0;
  margin-bottom: 10px;
  text-align: center;
  font-size: 25px;
  color: #fff;
  letter-spacing: -1px;
  background: url(../img/bg_lnb_title.png);
}

#siteLnb>ul {
  min-height: 450px;
  padding-bottom: 64px;
}

#siteLnb>ul>li>a {
  display: block;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: bold;
  color: #505050;
  text-decoration: none;
}

#siteLnb>ul>li.on>a {
  color: #fff;
  background: #f08200;
}

#siteLnb>ul>li>ul {
  padding: 10px 30px;
}

#siteLnb>ul>li>ul>li>a {
  display: block;
  padding: 3px 12px;
  font-family: "Malgun Gothic";
  font-size: 13px;
  font-weight: bold;
  color: #797979;
  background: url(../img/bullet_circle.png) 0 50% no-repeat;
}

#siteLnb>ul>li>ul>li.on>a {
  color: #f08200;
  background: url(../img/bullet_circle.png) 0 50% no-repeat, url(../img/arrow_pink.png) 100% 50% no-repeat;
}

/* 우측내용 */
#siteContents dl {
  font-family: "Nanum Gothic";
}

#siteContents dl dt {
  height: 60px;
  line-height: 60px;
  font-size: 25px;
  color: #545454;
  border-bottom: 1px solid #cdcdcd;
}

#siteContents dl dd {
  font-size: 13px;
  color: #666667;
}

#siteContents dl dd.con {
  padding: 30px 0;
}

/* 언론사소개, 대표인사말, 연혁, 조직도, 오시는길 */
.introduce {}

/* 취재요청 */
.privacyPolicy {}

.privacyPolicy strong {
  display: block;
  padding-top: 20px;
}

.privacyPolicy p {
  padding-left: 20px;
}

.privacyPolicy ul li {
  padding-left: 40px;
  background: url(../img/bullet_square.png) 20px 7px no-repeat;
}

/* 메일폼 */
.mailForm {}

.mailForm table {
  width: 100%;
}

.mailForm table th {
  padding: 10px 5px;
  border: 1px solid #ccc;
  background: #efefef;
}

.mailForm table td {
  padding: 10px 5px;
  border: 1px solid #ccc;
  background: #fff;
}

.mailForm table td.askKind {
  text-align: right;
}

.mailForm table td.askKind input[type="radio"] {
  margin-right: 5px;
  margin-top: -2px;
}

.mailForm table td.askKind label {
  padding-right: 10px;
}

.mailForm table td input[type="text"],
.mailForm table td input[type="input"],
.mailForm table td input[type="password"] {
  border: 1px solid #ccc;
  padding: 3px;
}

.mailForm table td textarea {
  border: 1px solid #ccc;
  width: 98%;
  height: 150px;
  padding: 5px;
  padding-right: 0;
  resize: none;
  overflow-y: scroll;
}

.mailForm table td .message {
  padding-left: 10px;
}

.mailForm .input30 {
  width: 30px;
}

.mailForm .input50 {
  width: 50px;
}

.mailForm .input100 {
  width: 100px;
}

.mailForm .input200 {
  width: 200px;
}

.mailForm .input300 {
  width: 300px;
}

.mailForm .input400 {
  width: 400px;
}

.mailForm .input500 {
  width: 500px;
}

.mailForm .input600 {
  width: 600px;
}

.mailForm .input700 {
  width: 700px;
}

.mailForm .input800 {
  width: 800px;
}

.mailForm .inputFull {
  width: 99%;
}

.mailForm .message {
  padding-top: 5px;
}

.mailForm .btnWrap {
  padding: 10px 0;
  text-align: right;
}

/**************************************************************************************** 리스트페이지 추출기사 ****************************************************************************************/
.extractArticle {
  padding-top: 20px;
  border-bottom: 1px solid #ccc;
}

.extractArticle .type001 {
  padding: 18px 17px;
  margin-bottom: 33px;
  border: 1px solid #ccc;
  background: #f8f8f8;
  *zoom: 1;
}

.extractArticle .type001:after {
  content: "";
  display: block;
  clear: both;
}

.extractArticle .type001 .image {
  float: left;
  width: 189px;
  height: 156px;
  margin-right: 20px;
}

.extractArticle .type001 .image img {
  width: 100%;
  height: 100%;
}

.extractArticle .type001 .content strong {
  display: block;
  margin: 10px 0;
  font: bold 25px/35px "Nanum Gothic";
  color: #333;
  letter-spacing: -0.05rem;
  max-height: 70px;
  overflow: hidden;
}

.extractArticle .type001 .content span {
  display: block;
  height: 60px;
  margin-bottom: 10px;
  font: normal 12px/20px "Dotum";
  color: #999;
  overflow: hidden;
}

.extractArticle .type001 .involve li a {
  display: block;
  text-indent: 15px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../img/arrow.png) 0 4px no-repeat;
}

.extractArticle .type002 {
  margin-bottom: 30px;
}

.extractArticle .type002 ul {
  *zoom: 1;
}

.extractArticle .type002 ul:after {
  content: "";
  display: block;
  clear: both;
}

.extractArticle .type002 ul li {
  float: left;
  width: 22%;
  margin-left: 4%;
}

.extractArticle .type002 ul li:first-child {
  margin-left: 0;
}

.extractArticle .type002 ul li img {
  display: block;
  width: 100%;
  height: 85px;
  margin-bottom: 5px;
}

.extractArticle .type002 ul li strong {
  display: block;
  height: 32px;
  overflow: hidden;
  color: #666;
}

.else-area>.snsWrap .sns li .copy-url {
  background: url(../img/copy-url.png?v=181207) no-repeat center center / cover;
}

/* 댓글창 */
.comt {
  background: #fcfcfc;
  padding: 10px;
  border-radius: 5px;
}

.comt .soso {
  margin-bottom: 5px;
}

.comt .soso:after {
  content: '';
  display: block;
  clear: both;
}

.comt .soso>div {
  float: left;
}

.comt .soso>div.imgWrap {
  width: 80px;
  margin-right: 10px;
}

.comt .soso>div.imgWrap img {
  width: 100%;
}

.comt .soso>div.comt_area {
  width: calc(100% - 90px);
}

#comt_cont {
  font-family: "Malgun Gothic";
  padding: 5px;
  margin: 0;
  width: 100%;
  resize: none;
  min-height: 95px;
  box-sizing: border-box;
  border: none;
  font-size: 15px;
}

.chkLength {
  text-align: right;
  font-size: 15px;
  line-height: 18px;
}

#chkLength {
  font-weight: bold;
}

.submitWrap {
  text-align: right;
  margin: 21px 0;
}

#btn_submit_1 {
  display: inline-block;
  border: none;
  color: #fff;
  line-height: 32px;
  width: 95px;
  height: 32px;
  padding: 2px 10px;
  border-radius: 5px 5px 5px 0;
  font-weight: bold;
  background: rgba(214, 0, 54, 0.7);
}

.beforeLogin {
  padding: 10px;
  vertical-align: top;
  border-radius: 8px 8px 0 8px;
  border: 2px solid #e5e5e5;
  margin-bottom: 30px;
}

.beforeLogin #comt_cont {
  outline: none;
}

.comtList {
  margin-bottom: 42px;
}

.comtList header {
  padding: 15px 0;
}

.comtList header p {
  font-size: 15px;
  font-weight: bold;
  color: #666;
  line-height: 21px;
  height: 21px;
}

.comtList header p span {
  color: #e30000;
}

.comtList>ul>li {
  position: relative;
  padding: 15px 10px;
  color: #333;
  border-bottom: 2px solid #f5f5f5;
}

.comtList>ul>li:hover {
  background: #f9f9f9;
}

.comtList .clearfix>div {
  float: left;
}

.comtList .comt-img-wrap {
  width: 50px;
  margin-right: 15px;
}

.comtList .comt-img-wrap img {
  width: 100%;
}

.comtList .comt-text {
  width: calc(100% - 65px);
}

.comtList .comt-text strong {
  display: block;
  line-height: 16px;
  margin: 5px 0 10px;
  letter-spacing: 0.05rem;
}

.comtList .comt-text strong span {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ebebeb;
  font-weight: normal;
  font-size: 11px;
  color: #75746f;
}

.comtList .comt-vote-wrap {
  margin-top: 10px;
  text-align: right;
}

.comtList .comt-vote-wrap a:hover, .comtList .comt-vote-wrap a:focus {
  text-decoration: none;
}

.comtList .comt-vote-wrap a.agree {
  margin-right: 10px;
}

.comtList li .option {
  position: absolute;
  top: 15px;
  right: 10px;
}

.comtList li .option:hover {
  background: #e5e5e5;
  cursor: pointer;
}

.comtList li .option.on ul {
  display: block;
}

.comtList li .option ul {
  display: none;
  z-index: 10;
  position: absolute;
  border: 2px solid #e5e5e5;
  background: #fff;
  top: 27px;
  right: 0;
  width: 60px;
  border-radius: 5px 5px 0 5px;
}

.comtList li .option ul li {
  padding: 0 10px;
  line-height: 27px;
  height: 27px;
  text-align: center;
}

.comtList li .option ul li:hover {
  background: #e5e5e5;
}
