﻿.reporter_b { 
	
}
.content { padding-top:0;}
.top_n { display: flex; justify-content: end; }
.top_n { display:flex; justify-content:end; }
.top_n a { display: blcok; width:115px; text-align:center; line-height:47px; font-weight: 400; font-size: var(--font16); background: var(--col-f7f7f7); color: var(--col-999); border: 1px solid var(--col-f7f7f7); }
.top_n a.active { background:var(--col-fff); color:var(--col-000); border:1px solid var(--col-afafaf); }
.top_n a:hover {text-decoration:none;}
.reporter_b { display: flex; flex-wrap: wrap; }
.reporter_b .li { width:30%; margin-right:5%; margin-top:50px; position:relative;}
.reporter_b .li:nth-of-type(3n+3) { margin-right:0;}
.reporter_b .li .editor_b{ display:block; position:relative; padding:30px; border:1px solid var(--col-c6c6c6); box-shadow:0 5px 0 var(--col-e5e5e5); z-index:1;}
.reporter_b .li .editor_b .info { display:flex; align-items:center; line-height:1.2;}
.reporter_b .li .editor_b .info .img {width:75px; height:75px; display:block; margin-right:10px; margin-bottom:0; overflow:hidden; border:1px solid var(--col-afafaf); border-radius:var(--radius); flex-shrink:0;}
.reporter_b .li .editor_b .info .img img { width: 100%; }
.reporter_b .li .editor_b .info .txt strong { display:block; margin-bottom:0; font-size:var(--font14); color:var(--col-004caa);}
.reporter_b .li .editor_b .info .txt span { display:block; font-size:var(--font18);color:var(--col-000); word-break:keep-all; }
.reporter_b .li .editor_b .info .txt .talk_b {margin-top:7px;}
.reporter_b .li .editor_b:hover .info .txt span { color:#a3a3a3;}
.reporter_b .li .editor_b .note {height:48px; max-height:3.2em; margin-top: 13px; font-size: var(--font15); color: var(--col-5a5a5a); font-weight: 300; line-height: 1.6; }
.reporter_b .li .editor_b:hover {text-decoration:none;}
.reporter_b .talk_b { display:flex; position:relative; top:0;margin-top:7px;}
.reporter_b .talk_b a { display:block; flex-shrink:0; width:20px; height:20px; margin-left:0; margin-right:6px; overflow:hidden; text-indent:-300px; color:transparent;}
.reporter_b .talk_b a.t_mail { background:url('//img.nocutnews.co.kr/nocut/common/ico_sns_s1.gif') no-repeat center;}
.reporter_b .talk_b a.t_kakao { background:url('//img.nocutnews.co.kr/nocut/common/ico_sns_s2.gif') no-repeat center;}
.reporter_b .talk_b a.t_naver { background:url('//img.nocutnews.co.kr/nocut/common/ico_sns_s3.gif') no-repeat center;}
.reporter_b .li a:hover {text-decoration:none;}
.reporter_b .li .article { padding:20px; background: var(--col-f7f7f7); display:flex; align-items:center; position:relative;}
.reporter_b .li .article span {width:107px; height:76px; overflow:hidden; display:block; flex-shrink:0; margin-right:17px;}
.reporter_b .li .article span img {width:100%; min-height:100%;}
.reporter_b .li .article p{ font-size:var(--font15); color:var(--col-000); font-weight:400; line-height: 1.5em; max-height: 4.5em; }
.reporter_b .li .article:hover p{ text-decoration:underline;}
.reporter_b .li .article b { font-size: var(--font15); color: var(--col-5a5a5a); font-weight: 300; }
div.container .li .btn_subscribe { position:absolute; top:-15px; right:20px; z-index:10;}


