@charset "utf-8";
.article_header{   
    padding: 16px 15px 25px;
    background-color: #fff;
    position: relative;
}

/* tts 추가 190916 */
.article_header .tts{ position: absolute;right: 15px;top: 16px;font-size: 11px;overflow: hidden; display: inline-block;height: 26px;padding: 0 10px 0 32px;line-height: 26px; border: solid 1px #ccb8f4; background-position: 8px 2px;background-image: url(http://ojsimg.ohmynews.com/images/ohmynews/common/tts.svg); background-color: #f7f4fe; background-size: 20px 20px; background-repeat: no-repeat;}
.article_header .tts.on{border: solid 1px #ccb8f4; background-position: 8px 2px;background-image: url(http://ojsimg.ohmynews.com/images/ohmynews/common/tts_on.gif); background-color: #5152ea; border-color: #5152ea;color: #fff;}


.article_header .section_tit{
}
.article_header .section_tit li{
    float: left;
    margin-right: 6px;
}
.article_header .section_tit li a{
    display: inline-block;
    font-size: 1.1rem;
    color: #333;
    border: 1px solid #d9d9d9;
    padding: 5px 8px;
}

/* tts 기능추가_190911 
.article_header .section_tit li.rt{float:right;margin-left: 6px;margin-right: 0;}
.article_header .section_tit .tts_ico{background-image: url(http://ojsimg.ohmynews.com/images/ohmynews/common/tts.svg) ; background-repeat: no-repeat;background-color: #f7f4fe; background-size: 18px;background-position: 5px;padding-left: 27px;}
.article_header .section_tit .tts_ico.on{background-color: #5729ff;background-image: url(http://ojsimg.ohmynews.com/images/ohmynews/common/tts_on.gif);color: #c4bfde;}
*/

/* 시리즈 카테고리 표시 */
.article_header > .category{color: #333;margin-top: 15px; font-size: 12px;line-height: 25px; word-break: keep-all;/*display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;*/}
.article_header > .category a{color: #333;vertical-align: top;}
.article_header > .category .lis-srtit{color: #32A5D8;font-size: 13px;letter-spacing: -.75px;font-weight: 500;}
.article_header > .category .lis-srtit:hover{text-decoration: underline;}
.article_header > .category .lis-bar {font-weight: 100;color: #999;padding-right: 2px;}
.article_header > .category .lis-srnum { font-size: 12px; color: #333; text-decoration: underline; vertical-align: top; padding-right: 10px;}
.icon-prm {font-size: 10px;padding: 2px 8px;color: #FFF; border: solid #00cbff 1px; border-radius: 10px;margin-right: 6px;vertical-align: middle;font-weight: 400;}


.article_header .article_tit{
    font-size: 2.5rem;
	font-weight: 500;
    line-height: 1.2em;
    letter-spacing: -0.08em;
    margin-top: 14px;
}
.article_header .article_subtit{
    font-size: 1.4rem;
	font-weight: 400;
    line-height: 1.3em;
    color: #666;
    letter-spacing: -0.06em;
    margin-top: 8px;
}
.article_header .reporter{
    margin: 10px 0;
}
.article_header .reporter a{
    display: inline;
    margin-right: 5px;
}
.article_header .reporter .job{
    font-size: 1.1rem;
    color: #888;
    margin-right: 3px;
}
.article_header .reporter b{
    font-size: 1.2rem;
    line-height: 1.5em;
    color: #333;
}
.article_header .reporter .id{
    color: #888;
    margin-left: 1px;
}
.article_header .date{
	font-weight: 400;
    color: #888;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 15px;
}
.article .article_header .buttons{
    position: relative;
    padding: 0;
}
.article_header .buttons button:active, .article_header .buttons a:active{
    background-color: #f3f3f3;
}
.article_header .buttons button, .article_header .buttons a{
    border-radius: 20px;
    border: 1px solid #d9d9d9;
    font-size: 1.4rem;
	font-weight: normal;
    margin-right: 5px;
    line-height: 15px;
    padding: 9px 10px;
    display: inline-block;
    vertical-align: middle;
	box-sizing: border-box;
	height: 36px
}
.button_left .icon{
    width: 14px;
    height: 14px;
    margin-right: 5px;
	vertical-align: inherit;
}
.button_left .btn_rec .number{font-size: 1.4rem; font-weight: normal;}
.button_left .btn_rec.on{
    color: #db0000;
    border: 1px solid #db0000;
}
.button_left .btn_more{
    width: 36px;
    height: 36px;
    background-size: 17px;
}
.article_header .icon.btn_font_b{
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 0;
    width: 36px;
    height: 36px;
    background-image: url(http://ojsimg.ohmynews.com/images/mobile_2017/font_big.svg);
    text-indent:0; font-size:15px; color:transparent;
}
.article_header .icon.btn_font_s{
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 0;
    width: 35px;
    height: 35px;
    background-image: url(http://ojsimg.ohmynews.com/images/mobile_2017/font_small.svg);
    text-indent:0; font-size:15px; color:transparent;
}
.article_body{
    position: relative;
    padding: 0 18px;
    font-size: 1.6rem;
    line-height: 1.8em;
	font-weight: 400;
    color: #333;
    letter-spacing: -0.04em;
    background-color: #fff;
}
.article_body blockquote{
    padding: 15px;
    border-left-color: rgb(204, 204, 204);
    border-left-width: 5px;
    border-left-style: solid;
}
.article_body .photo_box{
    position: relative;
    margin: 0 -18px;
    text-align: center;
    margin-bottom: 20px;
}
.article_body .photo_box img{
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

.article_body .photo_box .btn_zoomin{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 32px;
    height: 32px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    text-indent:0; font-size:15px; color:transparent;
    background-size: 56%;
}
.article_body .photo_box .desc {
    text-align: left;
    padding: 6px 10px;
    font-size: 1.2rem;
	font-weight: 400;
    color: #a0a0a0;
    line-height: 1.4em;
    margin-bottom: 10px;
}

.article_body .photo_box .link_thumb {
    position: relative;
    display: block;
}

.article_body .photo_box .link_thumb .play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    display: inline-block;
    width: 70px;
    height: 70px;
    text-indent:0; font-size:15px; color:transparent;
    background-color: rgba(0,0,0,0.50);
    border-radius: 50%;
}

.article_body .hashtag{
	margin-top: 20px;
	margin-bottom: 20px;
}
.article_body .hashtag a{  	
    display: inline-block;
    font-size: 1.6rem;
    color: #227dc5;
    margin-right: 6px;
    line-height: 100%;
    font-weight: normal;
}
.article_body .copyright {
    margin: 15px 0 0;
	/* 카카오친구버튼추가로 인해 여백 변경중
	margin: 10px 0 40px;
    */
	display: block;
}
.article_body .copyright p{
    font-size: 13px;
    color: #666;
    line-height: 1.3em;
    letter-spacing: -0.05em;
}
.article_body .copyright p > a{
    color: #3F51B5;
	font-weight: 600;
}

/*이기사 한눈에*/ 
.high_list{ 
	width:100%; 
	position:relative; 
	margin-bottom:20px;
}
.high_list .t_p{color:#db0000;}
.high_list ul{
	margin-top:10px; 
    margin-bottom:10px; 
	border-top:2px solid #e1e1e1;
	border-bottom:2px solid #e1e1e1; 
	padding:14px 0px 5px 0px;
}
.high_list h2{
	font-size: 1.4rem;
	padding-bottom:5px; 
	position:absolute; 
	top:-14px; 
	background-color:#fff; 
	padding-right:5px;
}
.high_list li{
	font-size: 1.3rem;
    color: #666;
}
.high_list .v_line{
	border-top:1px solid #f3f3f3;
	border-bottom:1px solid #f3f3f3;
}
.high_list li:before{
	content: "·";
	color: #db0000;
	font-size: 1em;
	font-weight: bold;
	display: inline-block;
	margin-right: 3px;
}
.high_list li span{
	display: inline-block;
    background-color: #db0000;
    border-radius: 3px;
    font-size: 1rem;color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-right: 3px;
	font-weight: bold;
    letter-spacing: -0.03em;
	padding: 2px 6px 3px;
    line-height: initial;
	/*line-height: 15px; padding: 0 6px; height: 17px;*/
}

/*편집자의 말*/
.editor_text {
    font-size: 1.4rem;
	font-weight: 400;
    color: #666;
}
/*박스기사*/
.article #BoxTable {
	width: 100%;
    height: 100px;
    border: 1px solid #d6d6d6;
    margin: 0px 0px 10px;
}
.article #BoxTr{
	font-size: 1.4rem;
    color: #999;
    padding: 10px;
    background-color: #efefef;
    text-align: center;
    font-weight: bold;
}
.article .article_box {
	font-size: 1.4rem;
    color: #666;
    line-height: 1.5em;
    padding: 10px 14px 12px;
    text-align: justify;
}


/*덧붙이는 글, 첨부파일*/
.article_body .add-comment, .article_body .add-clip {
    padding: 20px 0 10px 0;
    font-size: .9em;
    line-height: 1.5em;
    margin: 0 auto;
    
}
.article_body .add-comment .tit, .article_body .add-clip .tit {
    color: #444;
    font-weight: bold;
    vertical-align: bottom;
	padding-right: 7px;
}
.article_body .add-comment .txt{
    color: #7c7c7c;
}
.article_body .alliance{
    padding-bottom: 10px;
}
.article_body .alliance a{
    color: #529c95;
    font-size: 13px;
    background-color: #e8f9f0;
    line-height: 140%;
}
.article_body .add-clip .clips a{
    color: #71ad00;
    font-size: 1.2rem;
    margin-right: 8px;
    border-bottom: 1px solid;
    padding-bottom: 1px;
}
.article_body .add-clip .clips a:after{
	content: ",";
}
.article_body .add-clip .clips a:last-child:after{
	content: none;
}
.photoslide_out .jssorazoom{right: 8px;}

.article_btns{
	margin: 0 auto;
	background-color: #fff;
	margin-bottom: 10px;
	text-align: center;
/*	padding-bottom:10px;*/
}

/* s: UI 정리 170427 */
.article_btns .btn_box{
	margin: 0 auto;
	display: block;
    text-align: center;
	padding: 25px 0;
}
.article_btns .btn_box .btn_out {
    height: 40px;
    border-radius: 20px;
    border: 1px solid #d9d9d9;
    margin: 0 4px;
    padding: 9px;
    display: inline-block;
    vertical-align: middle;
	box-sizing: border-box;
}
.article_btns .btn_box .btn_out.on{
    color: #db0000;
    border: 1px solid #db0000;
}
.article_btns .btn_box .btn_out .icon{
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.article_btns .btn_box .btn_out .icon.rec{
    background-image: url(http://ojsimg.ohmynews.com/images/mobile_2017/rec.svg);
	background-size: 18px;
}
.article_btns .btn_box .btn_out.on .icon.rec{
    background-image: url(http://ojsimg.ohmynews.com/images/mobile_2017/rec_on.svg);
	background-size: 18px;
}
.article_btns .btn_box .btn_out .icon.reply{
    background-image: url(http://ojsimg.ohmynews.com/images/mobile_2017/reply.svg);
}
.article_btns .btn_box .btn_out.on .icon.reply{
    background-image: url(http://ojsimg.ohmynews.com/images/mobile_2017/reply_on_r.svg);
}
.article_btns .btn_box .btn_out .icon.scrap{
    background-image: url(http://ojsimg.ohmynews.com/images/mobile_2017/scrap.svg);
}
.article_btns .btn_box .btn_out.on .icon.scrap{
    background-image: url(http://ojsimg.ohmynews.com/images/mobile_2017/scrap_on.svg);
}
.article_btns .btn_box .btn_out .icon.more{
    background-image: url(http://ojsimg.ohmynews.com/images/mobile_2017/more.svg);
}
.article_btns .btn_box .btn_out .text{
    margin-left: 5px;
    display: inline-block;
    font-size: 1.2rem;
	color: #999;
	vertical-align: middle;
}
.article_btns .btn_box .btn_out.on .text{
	color: #db0000;
}
.article_btns .btn_box .btn_out .number{
    margin-left: 5px;
    display: inline-block;
    font-size: 1.5rem;
	vertical-align: middle;
}
.article_btns .btn_box .btn_out.on .number{
    color: #db0000;
}
.article_btns .clubbt_box{
	text-align: center;
	padding-bottom: 20px;
	display: block;
}
.article_btns .clubbt_box h1{
	font-size: 1.5rem;
	font-weight: normal;
	margin-bottom: 8px;
}
.article_btns .clubbt_box .bt{
	display: block;
}
/* s:애니메이션 무한반복 class */
.infinite{-webkit-animation-iteration-count:infinite;}
/* e:애니메이션 */

.article_btns .clubbt_box .bt img{
	width: 200px;
}

/* 시작: 원고료 후원 같은라인 레이아웃 171103 */
.article_btns .payclub_box{
	height: 122px;
	border-top: solid 1px #e5e5e5;	
}
.article_btns .payclub_box h1.title{
	font-size: 15px;
    font-weight: normal;
    width: 100%;
    padding: 7px 0 5px 0;
    background: #f4f4f4;
    border-bottom: solid 1px #e5e5e5;
}
.article_btns .payclub_box .lt_pay{
	float: left;
    width: 50%;
    height: 65px;
    position: relative;
    padding: 15px 0 15px 0;
    text-align: right;
}
.article_btns .payclub_box .lt_pay .amount{
	float: right;
    text-align: center;
    /*width: 150px;*/
    height: 65px;
    display: block;
    position: relative;
    vertical-align: bottom;
    font-size: 12px;
}
.article_btns .payclub_box .lt_pay .amount .give_mess {
	height: 30px;
}
.article_btns .payclub_box .lt_pay .amount .give_mess .nott{
	display: none;
}
.article_btns .payclub_box .lt_pay .amount .give_mess .yestt{
	display: block;
}
.article_btns .payclub_box .lt_pay .amount .give_mess.no .nott{
	display: block;
}
.article_btns .payclub_box .lt_pay .amount .give_mess.no .yestt{
	display: none;
}
.article_btns .payclub_box .lt_pay .amount span{
    font-size: 12px;
    color: #666;
	line-height: 30px;
}

.article_btns .payclub_box .lt_pay .amount span em{
    font-size: 20px;
    color: #000;
    font-weight: 600;
	font-style: normal;
	padding-right: 2px;
}
.article_btns .payclub_box .lt_pay .amount span.won{
	padding-left: 4px;
    font-size: 12px;
    color: #000;
}

.article_btns .payclub_box .rt_club{
	float: left;
    width: 50%;
    height: 65px;
    position: relative;
    padding: 15px 0 15px 0;
    text-align: left;
}
.article_btns .payclub_box .rt_club .amount{
	float: left;
    text-align: center;
    /*width: 150px;*/
    height: 65px;
    display: block;
    position: relative;
    vertical-align: bottom;
    font-size: 12px;
}
.article_btns .payclub_box .rt_club .amount span{
    font-size: 12px;
    color: #666;
    line-height: 30px;
    padding-left: 28px;
    position: relative;
}
.article_btns .payclub_box .rt_club .amount i.icon{
    top: -16px;
    left: 0px;
    position: absolute;
    width: 25px;
    height: 30px;
    text-indent:0; font-size:15px; color:transparent;
    background-image: url(http://ojsimg.ohmynews.com/images/mobile_2017/icon_myroom_club.svg);
    background-repeat: no-repeat;
    background-size: 29px;
}
.article_btns .payclub_box .rt_club .amount span em.won{
	font-size: 20px;
    color: #000;
    font-weight: 600;
	padding-right: 2px;
}
.article_btns .payclub_box .rt_club .amount .give_mess {
	height: 30px;
}

.article_btns .payclub_box .bt_give{
    /*width: 130px;*/
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 11px;;
    padding: 10px 15px;
    vertical-align: middle;
    margin: 0 10px;
}
.article_btns .payclub_box .bt_give.pay{
    background-color: #2bb4bb;
}
.article_btns .payclub_box .bt_give.club{
    background-color: #fb683d;
}

.article_btns .payclub_box .amount .menu_arrow_box {
    position: absolute;
    background: #dcdcdc;
    border-radius: 4px;
    top: -22px;
    right: 43px;
}
.article_btns .payclub_box .amount .menu_arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(79, 213, 150, 0);
	border-top-color: #dcdcdc;
	border-width: 5px;
	margin-left: -5px;
}
.article_btns .payclub_box .amount .menu_arrow_box a{
	display: block;
}
.article_btns .payclub_box .amount .menu_arrow_box .tit_text{
    color: #000;
    text-align: center;
    font-size: 9px;
	padding: 4px 10px;
    text-transform: uppercase;
}
/* 끝: 원고료 후원 같은라인 레이아웃 171103*/

.article_btns .payment_box{
	height: 30px;
	position: relative;
	vertical-align: bottom;
	border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
	margin-bottom: 40px;
	padding: 14px 100px 14px 170px;	
}
@media (max-width: 320px){.article_btns .payment_box{
	height: 30px;
	position: relative;
	vertical-align: bottom;
	border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
	margin-bottom: 40px;
	padding: 14px 90px 14px 130px;	
	}
}
.article_btns .payment_box.no{
	background-color: #f4f4f4;
}
.article_btns .payment_box .title{
    position: absolute;
    left: 16px;
    top: 15px;
	text-align: left;
    letter-spacing: -.071rem;
    overflow: hidden;
}
.article_btns .payment_box .title h1{
    font-size: 1.5rem;
    margin-bottom: 3px;
    font-weight: normal;
}
.article_btns .payment_box .title h2{
    font-size: 1.2rem;
    font-weight: normal;
    color: #2bb4bb;
}

@media (max-width: 320px){.article_btns .payment_box .title{
    position: absolute;
    left: 10px;
    top: 15px;
	text-align: left;
    letter-spacing: -.071rem;
    overflow: hidden;
	}
}
@media (max-width: 320px){.article_btns .payment_box .title h1{
    font-size: 1.2rem;
	line-height: 1.4rem;
    margin-bottom: 0;
    font-weight: normal;
	}
}
@media (max-width: 320px){.article_btns .payment_box .title h2{
    font-size: 1rem;
    font-weight: normal;
    color: #2bb4bb;
	}
}
.article_btns .payment_box .amount{
	position: relative;
    padding-top: 12px;
    font-size: 1.9rem;
    color: #000;
    vertical-align: bottom;
    text-align: right;
}
.article_btns .payment_box.no .amount{
	display: none;
}
.article_btns .payment_box .amount span.won{
	padding-left: 4px;
    font-size: 1.2rem;
    color: #000;
}
.article_btns .payment_box .amount .menu_arrow_box {
	position: absolute;
	background: #dcdcdc;
	border-radius: 4px;
	top: -25px;
	right: 0;
}
.article_btns .payment_box .amount .menu_arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(79, 213, 150, 0);
	border-top-color: #dcdcdc;
	border-width: 5px;
	margin-left: -5px;
}
.article_btns .payment_box .amount .menu_arrow_box a{
	display: block;
}
.article_btns .payment_box .amount .menu_arrow_box .tit_text{
    color: #000;
    text-align: center;
    font-size: 9px;
	padding: 4px 10px;
    text-transform: uppercase;
}
.article_btns .payment_box .bt_give{
	position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 10px 15px;
    vertical-align: middle;
    background-color: #2bb4bb;
}
.article_btns .payment_box .bt_give .nott{
	display: none;
}
.article_btns .payment_box .bt_give .yestt{
	display: block;
}
.article_btns .payment_box.no .bt_give .nott{
	display: block;
}
.article_btns .payment_box.no .bt_give .yestt{
	display: none;
}
/* e: UI 정리 170427 */



.article_btns .btn_rec{
    margin: 0 auto;
    display: block;
    background-color: #fdfdfd;
    border: 1px solid #d9d9d9;    
    padding: 10px 20px;
    margin-bottom: 20px;    
    min-width: 70px;
}
.article_btns .btn_rec .icon{
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
}
.article_btns .btn_rec .number{
    margin-top: 8px;
    display: block;
    font-size: 1.5rem;
}
.article_btns .btn_rec.on .number{
    color: #db0000;
}
.article_btns .payment{
    padding: 15px 0;
    margin: 0 auto;
    margin-bottom: 8px;
    width: 281px;
    background-color: #f0f0f0;
    border: 1px solid #d9d9d9;
}
.article_btns .payment .amount{
    font-size:  1.3rem;
    color: #888;
    margin-bottom: 8px;
}
.article_btns .payment .amount span{
    font-size: 1.9rem;
    color: #ffa11b;
    vertical-align: bottom;
}
.article_btns .payment button{
    padding: 8px 14px 10px;
    border-radius: 5px;
    margin: 0 3px;
    font-size: 1.4rem;
    line-height: 1.2em;
}
.article_btns .payment .give{
    color: #fff;
    background-color: #ffa11b;
}
.article_btns .payment .cheer{
    color: #707070;
    border: 1px solid #b3b3b3;
}
.article_btns .btn_reply, .article_btns .btn_scrap, .article_btns .btn_more{
	display: inline-block;
    border: 1px solid #d9d9d9;
    padding: 10px 14px 11px;
    font-size: 1.1rem;
    color: #777;
    margin: 0 3px;
}
.article_btns .btn_reply .icon, .article_btns .btn_scrap .icon, .article_btns .btn_more .icon{
    width: 16px;
    height: 16px;
    margin-right: 5px;
	vertical-align: middle;
}
.article_btns .btn_reply .number , .article_btns .btn_scrap .number, .article_btns .btn_more .number{
    font-size: 1.4rem;
    color: #000;
}
.article_btns .btn_reply{
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.arc_list{    
    padding: 20px 15px;
    background-color: #fff; 
    overflow: hidden;
}

.arc_list.inblock{
    padding: 40px 13px 30px 13px;
}
.list_tit{	
	font-size: 1.5rem;
    margin-bottom: 12px;
    font-weight: normal;
}
.list_tit a{
	font-size: 1.5rem;
    font-weight: bold;
    }
.arc_list li a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px 0;
    font-size: 1.5rem;
    line-height: 1.15em;
    color: #333;
    font-weight: normal;
    letter-spacing: -0.08em;
}
.arc_list li a:before{
    content: "·";
    color: #7d7d7d;
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 5px;
}
iframe .widget .title{
	font-weight: normal;
	font-size: 15px;
    font-family: initial;    
	border-bottom: 0;
    margin-bottom: 12px;
    padding-bottom: 0;
}
iframe .widget .title b{
	font-weight: normal;
	color: #000;
}
.cssEtc.mostview{
    padding: 20px 13px 10px 13px;
    background-color: #fff; 
}
.thumb_list li{
    float: left;
    width: 50%;
    margin-bottom: 6px;
}
.thumb_list li a{
    display: inline-block;
    margin: 0 3px;
    background-color: #fff;
}
.thumb_list li a strong{
    font-weight: normal;
    color: #333;
    display: block;
    font-size: 1.4em;
    line-height: 1.3em;
    overflow: hidden;
    height: 37px;
}
.thumb_list a{
    position: relative;
}
.thumb_list .thumb{
    display: inline-block;
    overflow: hidden;
    height: 150px;
}
.thumb_list .thumb:before{
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 23%,rgba(0,0,0,1) 91%);
    width: 100%;
    height: 150px;
    z-index: 1;
    position: absolute;
}
.thumb_list .thumb img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center top;
}
.thumb_list .tit {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;padding: 14px 12px;
    display: inline-block;
    margin-top: 6px;
    font-weight: normal;
}
.thumb_list .tit strong{
	height: inherit;
    font-size: 1.5rem;
    letter-spacing: -0.06em;
    color: #fff;    
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    word-wrap:break-word; 
}
.mostview .swiper-pagination{
    margin: 5px 0 3px;
}
.swiper-pagination-bullets.initial {
    position: initial;
    width: 100%;
    padding: 10px 0px;
}
main .swiper-pagination-bullet-active {
    background: #db0000;
}
.ad{
    background-color: #fff;  
	padding: 10px 13px;
}
.ad iframe{
    margin-bottom:0!important;
}
.ad #liverePlugIn {
    padding: 5px;
}
.ad_box_outline{position:relative;}
.ad_box_outline h2.titl {
    width: 23px;
    height: 16px;
    background: #ccc;
    text-align: center;
    font-size: 1rem;
    line-height: 16px;
    color: #FFF;
    position: absolute;
    right: -13px;
    top: -10px;
}

.article .txt_article{
    background-color: #fff;
    padding: 20px 13px 10px 13px;
}
.article .txt_article ol li{
    display: table;
    margin: 0 0 6px 0;
    width: 100%;
    padding: 0;
    border: 0;
}
.article .txt_article ol li a{
    position: relative;
    display: table-row;
}
.article .txt_article ol li a .number{
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    color: #a5a5a5;
    display: table-cell;
    vertical-align: text-bottom;
    padding: 18px 0;
    margin-right: 5px;
    width: 23px;
}
.article .txt_article ol li a .tit{
    display: table-cell;
    padding: 0 18px 0 8px;
    vertical-align: middle;
    height: 57px;
}
.article .txt_article ol li a strong{
    white-space: normal;
    font-size: 1.5rem;
    line-height: 1.3em;
    color: #333;
    font-weight: normal;
    letter-spacing: -0.08em;    
    height: 37px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
.article .txt_article ol li a .thumb{
    display: table-cell;
    vertical-align: middle;
    width: 90px;
    height: 57px;
}
.article .txt_article ol li a .thumb img{
    vertical-align: middle;
    width: 100%;
	height: 100%;
}

.article .card_list{
    padding: 20px 13px 10px 13px;
}
.article .card_list a{
    margin: 0 2px;
}
.card_list ul li strong {    
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
.series_list{
    background-color: #fff;
    padding: 20px 15px;
}
.series_list .top_tit{
    display: block;
    margin-bottom: 5px;
    white-space: nowrap;
}
.series_list .top_tit .blit{
    font-size: 1.1rem;    
    padding: 2px 8px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    background-color: #4783ff;
    margin-right: 2px;
}
.series_list .top_tit .list_tit{
    margin-bottom: 0;
    line-height: 1.3em;
    letter-spacing: -0.06em;
    color: #4783ff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    max-width: 74%;
}
.series_list .top_tit .list_tum{
	border: 1px solid #e6e6e6;
    background: #fff;
    padding: 4px;
    margin: 4px 0 10px 0;
    font-size: 1px;
    color: transparent;
    line-height: 10px;	
}
.series_list .top_tit .list_tum img{
	width: 100%;
}
.series_list .top_tit .more{
    font-size: 1.1rem;
    display: inline-block;
    vertical-align: top;
    color: #888;
    margin: 2px 0 5px 3px;
}
.series_list ul li{
}
.series_list ul li a{
    display: block;
    font-size: 1.5rem;
    color: #888;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.1em;
    letter-spacing: -0.07em;
    padding: 5px 0 9px;
}
.series_list ul li a span{
    display: inline-block;
    margin-right: 4px;
    font-size: 11px;
}
.series_list ul li a em{
    display: inline-block;
	padding-right: 4px;
    margin-right: 5px;
	border-right: solid 1px #ddd;
    font-size: 11px;
}
.series_list ul li .icon{
    background-image: url(http://ojsimg.ohmynews.com/images/mobile_2017/bul_list.gif);
    background-size: 5px;
}
.series_list ul li .series_1{
    background-position: 0 0px;
}
.series_list ul li .series_2{
    background-position: 0 -62px;
}
.series_list ul li .series_3{
    background-position: 0 -129px;
}
.series_list ul li .series_4{
    background-position: 0 -150px;
}

.series_list ul li .pre4{margin: 0 8px; background-position: 0 0px} 
.series_list ul li .pre3{margin: 0 8px; background-position: 0 -21px} 
.series_list ul li .pre2{margin: 0 8px; background-position: 0 -42px} 
.series_list ul li .pre{margin: 0 8px;  background-position: 0 -62px} 
.series_list ul li .next{margin: 0 8px; background-position: 0 -109px} 
.series_list ul li .next2{margin: 0 8px; background-position: 0 -129px} 
.series_list ul li .next3{margin: 0 8px; background-position: 0 -150px} 
.series_list ul li .next4{margin: 0 8px; background-position: 0 -171px} 



.series_list ul li.now a{ 
    padding: 7px 8px 10px;
    background-color: #ececec;
    color: #333;
}
.rec_series{
    padding: 20px 13px 15px 13px;
    background-color: #fff;
}

.rec_series .list_tit, .card_list .list_tit, .mostview .list_tit{
    padding: 0 2px;
}
.rec_series .tit em{
    color: rgba(255,255,255,.7);
    font-size: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 2px;
}
.sticky_bar{
    background-color: #fff;
    border-bottom: 1px solid #d9d9d9;
    padding: 8px 0;
	max-width: 768px;
	width: 100%;  
	position: fixed;    
    z-index: 101;
	-webkit-animation-name: opacity-box;
	-webkit-animation-duration: .3s;
	animation-name: opacity-box;
	animation-duration: .3s;
}
.sticky_bar ul li{
    float: left;
}
.sticky_bar .share{
    margin-left: 10px;
}
.sticky_bar .share li{
    margin-right: 5px;
}
.sticky_bar .share li button{
    display: inline-block;
    width: 32px;
    height: 32px;
    text-indent:0; font-size:15px; color:transparent;
    border: 1px solid #bfbfbf;
    border-radius: 16px;
    background-color: transparent;
    background-size: 56%;
}

/* 카카오친구 버튼 추가 */
.sticky_bar .share li .btn_kko{display: inline-block; width: 70px;height: 30px; border-radius: 30px;font-size: 11px;line-height: 30px; color: #252525; border: 1px solid #fcc900; background-color: #feeb00; text-align: center; letter-spacing: -1px;}
.sticky_bar .share li .btn_kko .frd_c{width: 20px; height: 20px; margin: 5px 0 0 0; display: inline-block; overflow: hidden; font-size: 1px; line-height: 0; color: transparent; background: url(http://ojsimg.ohmynews.com/images/mobile_2017/kafriend_c.svg) no-repeat 0 0; vertical-align: top;}

/* 채널구독 버튼 추가 */
.sticky_bar .share li .btn_naver{display: inline-block; width: 70px;height: 30px; border-radius: 30px;font-size: 11px;line-height: 30px; color: #FFF; border: 1px solid #319529; background-color: #4bb543; text-align: center; letter-spacing: -1px;}
.sticky_bar .share li .btn_naver .ch_w{width: 18px; height: 18px; margin: 4px 0 0 0; display: inline-block; overflow: hidden; font-size: 1px; line-height: 0; color: transparent; background: url(http://ojsimg.ohmynews.com/images/mobile_2017/naver_w.svg) no-repeat 0 0; vertical-align: top;}


.sticky_bar ul li .fb_c{
    border: 1px solid #415ea7;
}
.sticky_bar ul li .tw_c{
    border: 1px solid #1da1f2;
}
.sticky_bar ul li .kt_cc {border: 1px solid #3b1e1e; background-size:65%;}

.sticky_bar ul li .more_s{
    opacity: .5;
    border: 1px solid #000;
}
.sticky_bar .state{
    float: right;
    margin-right: 10px;
}

.sticky_bar .state li{
    text-align: center;
    margin-left: 5px;
}
.sticky_bar .state li .icon{
    width: 16px;
    height: 16px;
    display: block;
    margin: 0 auto;
    margin-bottom: 3px;
}
.sticky_bar .state li .number{
    font-size: 1.1rem;
    color: #333;
    display: block;
}
.sticky_bar .state li button, .sticky_bar .state li a{
    font-size: 1rem;
    color: #666;
	min-width: 32px;
    display: inline-block;
}
.sticky_bar .state li .btn_give{
    
}
.sticky_bar .state li .btn_rec.on .number{
    color: #db0000;
}
.club_box{
	width: 100%;
	max-width: 768px;
	position: fixed; 
	top: 51px;
    z-index: 101;
	background-color: rgba(0,0,0,.7);
	text-align: center;
	padding: 13px 0 15px;
	/*-webkit-animation-name: opacity-box;
	-webkit-animation-duration: .5s;
	animation-name: opacity-box;
	animation-duration: .5s;*/
}
@-webkit-keyframes opacity-box { 
    from {opacity: 0;} to {opacity: 1.0;} 
}
@keyframes opacity-box { 
    from {opacity: 0;} to {opacity: 1.0;} 
}

.club_box p{
	color: #fff;
	font-size: 1.3rem;
	margin-bottom: 10px;
	letter-spacing: -0.03em;
}
.club_box a{
	display: inline-block;
	padding: 6px 11px 8px;
	line-height: 1em;
	font-weight: bold;
	font-size: 1.3rem;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
}


.layer_reporter{
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 4;
    background-color: #f9f9f9;
}
.layer_reporter .contents{    
    padding: 15px 15px 12px;
}
.layer_reporter .contents .profile{
    position: relative;
    margin-bottom: 5px;
}
.layer_reporter .contents .profile .profile_club{position:absolute; top: -10px; left: -15px; z-index: 100; width: 40px; height: 40px; text-indent:0; font-size:15px; color:transparent; background-image: url(http://ojsimg.ohmynews.com/images/mobile_2017/icon_myroom_club.svg); background-repeat:no-repeat; background-position:center; display: inline-block;}
.layer_reporter .contents .profile .face{
    width: 65px;
    height: 65px;
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 33px;
    overflow: hidden;
    vertical-align: top;
    margin-right: 5px;
}
.layer_reporter .contents .profile .face img{
    width: 100%;
    object-fit: cover;
	min-height: 67px;
}
.layer_reporter .contents .profile .txt{
    display: inline-block;
    line-height: 1.3em;
    margin-top: 4px;
}
.layer_reporter .contents .profile .txt em{
    display: block;
    color: #808080;
    margin-bottom: 3px;
}
.layer_reporter .contents .profile .txt .name{
    display: block;
    font-size: 1.7rem;
    color: #000;
    margin-bottom: 3px;
    line-height: 1.3em;    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.layer_reporter .contents .profile .txt .id{
    display: block;
    font-size: 1.4rem;
    color: #888;
}
.layer_reporter .contents .profile .zzim{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border: 1px solid #888;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    background: none;
}

.layer_reporter .contents .profile .zzim .icon{
    width: 27px;
    height: 25px;
    display: block;
    margin: 0 auto;
    margin-bottom: 2px;
    background-position: right;
    opacity: .5;
}
.layer_reporter .contents .profile .zzim strong{
    font-size: 1.1rem;
    color: #888;
}
.layer_reporter .contents .profile .zzim.on{
    border: 1px solid #db0000;    
}
.layer_reporter .contents .profile .zzim.on .icon{
    opacity: 1;
}
.layer_reporter .contents .profile .zzim.on strong{
    font-size: 1.1rem;
    color: #db0000;
}
.layer_reporter .contents ul{
    margin: 0 0 5px 64px;
}
.layer_reporter .contents li{
    float: left;
    margin: 0 4px;
}
.layer_reporter .contents li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    opacity: .4;
    background-size: 60%;
}
.layer_reporter .contents li .fb_b{    
    background-size: 55%;
}
.layer_reporter .contents li .ob_b{    
    background-size: 80%;
}
.layer_reporter .contents p{
    font-size: 1.3rem;    
    line-height: 1.5em;
    color: #666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
}
.layer_reporter .contents .btn_atc{    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 1.4rem;
    color: #000;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 10px 12px;
    margin-top: 10px;
}
.layer_reporter .contents .btn_atc span{    
    font-size: 1.1rem;
    color: #888;
    display: inline-block;
    margin-right: 4px;
}
.layer_reporter .contents .btn_atc strong{    
    font-weight: normal;
}
.layer_reporter .close{
    text-align: center;
    border-top: 1px solid #e4e4e4;
    font-size: 1.7rem;
    color: #555;
    padding: 8px 0 12px;
    line-height: 1.3em;
    width: 100%;
}
.layer_reporter .close:active{
	background-color: #e2e2e2;
}

@-webkit-keyframes slideIn { 
	from{ transform:translateX(154px); opacity:0; }
	to{ transform:translateX(0px); opacity:1; }
}
@keyframes slideIn { 
	from{ transform:translateX(154px); opacity:0; }
	to{ transform:translateX(0px); opacity:1; }
}
.ly_relative{
	position: relative;
	height: 100%;
}
.layer_moreatc{
    position: absolute;
    width: 120px;
    height: 100%;
    right: 0;
    z-index: 4;
    background-color: #fff;
    padding: 15px 17px;  
    -webkit-animation-name: slideIn;
    -webkit-animation: slideIn .3s ease ; 
    animation-name: slideIn;
    animation: slideIn .3s ease ; 
}
.layer_moreatc h2{
	font-size: 1.3rem;
    letter-spacing: -0.06em;
}
.ly_relative button, .moreatc.popular, .moreatc.series{
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -30px;
    width: 30px;
    height: 60px;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-indent:0; font-size:15px; color:transparent;
    background-size: 74%;
    background-position: center;
}
.ly_relative button{
	right: 154px;
    left: inherit;	
    -webkit-animation-name: slideIn; 
    animation-name: slideIn;
    -webkit-animation: slideIn .3s ease ; 
    animation: slideIn .3s ease ; 
}
.moreatc.popular,.moreatc.series{
    right: 0;
    left: inherit;
	z-index: 41;
	position: fixed;
}
.ly_relative.popular button, .moreatc.popular{
    background-color: #db0000;
}
.ly_relative.series button, .moreatc.series{
    background-color: #2090d7;
}
.layer_moreatc ul{
    margin-top: 10px;
	overflow-x: hidden;
}
.layer_moreatc ul li{
    margin-bottom: 10px;
}
.layer_moreatc ul li a{
    display: block;
    position: relative;
}
.layer_moreatc ul li a .tit{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    font-size: 1.3rem;
    line-height: 1.4em;
    margin-top: 3px;
    letter-spacing: -0.06em;
    max-height: 36px;
    font-weight: normal;
}
.layer_moreatc ul li a .tit em{font-size: 11px;font-size: 11px;padding-right: 4px;margin-right: 5px;border-right: 1px solid #ccc;color: #333;}
.layer_moreatc ul li .on{
    text-decoration: underline;
}
.layer_moreatc ul li .on .thumb:before{
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: .5;
}
.layer_moreatc ul li a .thumb{
    position: relative;  
    border: 1px solid #cecece;
    background-color: #cbcbcb;
    background-size: 50%;
    background-position: center;
    background-image: url(http://ojsimg.ohmynews.com/images/mobile_2017/ohmynews_w.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 72px;
    overflow: hidden;
}
.layer_moreatc.popular ul li .on .thumb:before{
    background-color: #db0000;   
}
.popular .layer_moreatc{
    border-left: 1px solid #db0000;
}
.popular h2, .popular ul li .on{
    color: #db0000;
}
.layer_moreatc.series ul li .on .thumb:before{
    background-color: #2090d7;   
}
.series .layer_moreatc{
    border-left: 1px solid #2090d7;
}
.series h2, .series ul li .on{
    color: #2090d7;
}

.article_body .atc_state{
    font-size: 1.4rem;
    color: #333;
}
.atc_notice{
    margin: 20px 0;
    border-radius: 4px;
    /*
    border: 1px solid #e1e1e1;
    background-color: #fff;
    */
    padding: 13px 16px;
    width: 82%;
    text-align: left;     
    display: inline-block;

    background-image: linear-gradient(-90deg, #1C717D, #136a8a);
    position: relative;
    color: #fff;
}
.atc_notice .ico_info{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 4px;
    background-size: 10px;
    vertical-align: middle;
}
.atc_notice p{
    font-size: 1.2rem;
    color: #ddd;
    line-height: 1.5em;
    letter-spacing: -0.07em;
    margin-bottom: 3px;
}
.atc_notice span{
    font-size: 1.1rem;
    color: #ccc;
    letter-spacing: -0.07em;
}
.article_body .atc_notice{
    display: block;
    margin: 20px 0;
    width: inherit;
    border-radius: 8px;
    background-color: #f4f4f4;   
}
.article_btns .rec_txt{
    font-size: 1.2rem;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
    padding-top:10px;
}

@media (min-width: 320px) and (max-width: 359px){
    .layer_reporter .contents .profile .txt {
        max-width: 53%;
		overflow: hidden;
    }
}
@media (max-width: 320px){
    .article_header .article_tit {font-size: 2.0rem;}
}

/* s:실글 선거기간 문구변경 */
.atc_notice .tit01{font-size: 12px; margin-bottom: 5px; letter-spacing: -.75px; }
.atc_notice .tit02{font-size: 11px; letter-spacing: -.75px; }
.atc_notice > ul {padding-top: 5px;}
.atc_notice > ul li{background: url(http://ojsimg.ohmynews.com/images/ohmynews/main/bul_sq.gif) 0px 5px no-repeat; line-height: 130%; word-break: keep-all; font-size: 11px; color: #ddd; padding-left: 8px; padding-bottom: 4px;}
.atc_notice a.tlink01{text-decoration: underline; color: #fff9cc;}
.atc_notice .tcolor01{color: #ffe970;}
.atc_notice .tcolor02{color: #ff8d70;}
/* e:실글 선거기간 문구변경 */

/*--------좋은 기사 원고료-------------------------------*/
/*댓글쓰기레이어창*/
.article_reply { 
    position: fixed;top: 0px;left: 0px;width: 100%;height: 100%;z-index: 600;text-align: center;
}
.article_reply   > .box {
    position: relative;max-width:100%;;width: 100%;height: 100%;background-color: rgba(1,1,1,0.6); margin: 0px auto 0px auto;
}
.article_reply   > .box   > .reply {
    position: absolute;top: 0px;width: 100%;
}
.article_reply   > .box > .reply   > .close {
    position: absolute;top: 0px;right: 0px;width: 44px;height: 44px;cursor: pointer;background: url(http://ojsimg.ohmynews.com/images/mobile_2013/news/m-icon-all.png) -116px -295px ;background-size: 150px;   background-repeat: no-repeat;z-index: 605;    background-color: #000;    opacity: .6;
}
.article_reply   > .box   > .reply00  {
    overflow-x: hidden;overflow-y: scroll;height: 100%;
}
.article_reply   > .box   > .reply00 > .padding {
    height: 50px;
}    

@media screen and (-webkit-min-device-pixel-ratio:1.5){
    .article_reply   > .box > .reply   > .close {
        position: absolute;top: 0px;right: 0px;width: 44px;height: 44px;cursor: pointer;background: url(http://ojsimg.ohmynews.com/images/mobile_2013/news/m-icon-all.png) -116px -295px ;background-size: 150px;   background-repeat: no-repeat;z-index: 605;
    }
}

/*원고료 레이어 팝업 160510 추가, 210216 수정*/
/*점수&원고료주기 */
.atc_action_fee{width:100%; height:85%;padding-bottom:30px; border-top:solid 1px #FFF; position:relative;background: #efefef;overflow: auto;}
.atc_action_fee .titl{padding:30px 10px 0px 20px;font-size:20px;line-height:25px;color:#252c38;font-weight:bold;text-align:left; letter-spacing:-1px;margin: 0;}
.atc_action_fee .btn_atc_pay { border: 1px solid #c8c8c8; width: 80px; line-height: 22px; background: #f4f4f4; position: absolute; top: 27px; right: 10px; font-size: 12px; color: #1B1B1B; font-weight: bold;}
.atc_action_fee .outbox{padding:10px; line-height: 1em;}
/*원고료 보기*/
.atc_action_fee .outbox .cmt_box {padding: 15px 15px 15px 15px;background: #fff;margin-bottom:2px;text-align:left;position: relative;}
.atc_action_fee .outbox .cmt_box dl{margin: 0;}
.atc_action_fee .outbox .cmt_box dd{margin-left:0;}
.atc_action_fee .outbox .cmt_box .name{color: #333;margin: 0;margin-bottom: 5px;font-size: 14px;font-weight: 600;}
.atc_action_fee .outbox .cmt_box .comment{color:#848484;letter-spacing: -0.5px;font-size: 13px;margin:8px 0;line-height: 18px;}
.atc_action_fee .outbox .cmt_box .comment span {font-size:11px;color:#9ea2a7;letter-spacing:0px;/* margin-left:5px; */display: block;line-height: 1.8em;}
.atc_action_fee .outbox .cmt_box .paysum{color: #bbb;font-size: 12px;font-weight: bold;margin: 0;position: absolute;right: 15px;top: 15px;line-height:16px;}
.atc_action_fee .outbox .cmt_box .paysum span{ color: #db0000; margin-left: 5px; font-weight: bold; font-size: 14px;}
.atc_action_fee .outbox .cmt_box .paysum span.payment{color: #999999;font-size:11px;font-weight:normal;padding:2px 5px;display: inline-block;border: 1px solid #ccced1;vertical-align:middle;margin-right: 3px;border-radius:50px;line-height:13px;}

/*원고료*/
.atc_action_fee .outbox .moneytotal{width:100%; clear:both; font-size:16px;margin-bottom:25px; overflow:hidden; color:#666; line-height:20px; text-align:left; padding:15px 0 0 10px; letter-spacing:-0.5px }
.atc_action_fee .outbox .moneytotal .rd_text{color:#db0000; font-family:Arial;font-weight:bold; letter-spacing:-0.5px;}

/*공통*/
.atc_action_fee .outbox .select{width:100%; height:42px; border:solid 1px #ddd; text-align:center; font-size:16px; color:#333; text-indent:0.5em;margin-bottom:10px;}
.atc_action_fee .outbox .rd_bt {width:100%; height:50px; background:#d1262c; margin-top:10px; text-align:center; font-size:17px; font-weight:bold; color:#FFF; line-height:50px; border:0;}
.atc_action_fee .outbox .rd_bt a{display:block;}
.atc_action_fee .outbox .input_out {border: 1px solid #ddd; padding:5px 10px; margin-bottom:10px; line-height:40px; background:#FFF; font-size:14px; color:#999; overflow:hidden;}
.atc_action_fee .outbox .input_out .name{width:100%; height:40px; outline:none; border-style:none; background:none; font-size:16px; color:#000; }
.atc_action_fee .outbox .input_out .hphone{width:100%; height:40px; outline:none; border-style:none; background:none; font-size:16px; color:#000;}
@media screen and (-webkit-min-device-pixel-ratio:1.5){.atc_action_fee .outbox .input_out .hphone{width:100%; height:40px; outline:none; border-style:none; background:none; font-size:16px; color:#000; }}
.atc_action_fee .outbox .input_out .textarea{width:100%; height:120px; outline:none; border-style:none; background:none; font-size:14px; color:#000; letter-spacing:-0.5px}
@media screen and (-webkit-min-device-pixel-ratio:1.5){.atc_action_fee .outbox .input_out .textarea{width:100%; height:120px; outline:none; border-style:none; background:none; font-size:14px; color:#000;letter-spacing:-0.5px}}
.atc_action_fee .outbox .explain{margin-top:25px; width:100%;list-style-type: none; padding: 0;}
.atc_action_fee .outbox .explain li{padding-left:10px; font-size:11px; color:#666; line-height:120%; letter-spacing:-1px; padding-bottom:10px; position:relative; text-align:left}
.atc_action_fee .outbox .explain li .bl{position:absolute; left:0; top:6px; width:10px; height:5px; font-size:0; background:url(http://ojsimg.ohmynews.com/images/mobile_2013/news/list_bl_s.png) 0 0 no-repeat; background-size:10px;}
@media screen and (-webkit-min-device-pixel-ratio:1.5){.atc_action_fee .outbox .explain li .bl{position:absolute; left:0; top:6px; width:10px; height:5px; font-size:0; background:url(http://ojsimg.ohmynews.com/images/mobile_2013/news/list_bl.png) 0 0 no-repeat; background-size:10px;}}
.atc_action_fee .mb_40 {margin-bottom:40px;width:100%; clear:both;}

/*기사최종면 좋은기사 응원글 댓글추가 210216*/
.reply-tool {line-height: 35px;margin:10px 0 5px 0;}
.reply-tool.none{display: none}
.reply-tool .btn-reply{border: 1px solid #ccced1;background-color:#f0f2f5;line-height: 35px;padding:6px 0;border-radius:2px}
.reply-tool .btn-reply:hover{background-color:#e6e9ed;}
.reply-tool .reply-txt{display: inline-block;padding: 0 8px;font-size: 12px;color: #666;}
.reply-area.none{display: none}
.write-wrap fieldset {border: none;
	display: block;
    margin-inline-start:0;
    margin-inline-end:0;
    padding-block-start: 0;
    padding-inline-start:0;
    padding-inline-end:0;
    padding-block-end:0;
    min-inline-size: min-content;
    border-width:0;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
}
.write-area{}
.write-wrap.none{display: none}
.write-area .textarea-text{resize: vertical;background: 0 0;border: 1px solid #ccced1;border-radius: 3px;box-sizing: border-box;background-color:#f4f4f4;color:#333333;width: 100%;font-size:13px;height:50px;padding: 16px 10px;line-height: 17px;letter-spacing: -0.5px;}

.write-inner .alert{margin-top: 5px;font-size: 12px;}
.write-inner .alert .alert-txt{color: #d6101a;}
.write-inner .alert .guide-txt{color: #999999;}
.write-inner .upload{text-align: right;}
.write-inner .upload button.btn_upload {border:none;background-color:#f0f2f5;color: #a1a1a1; line-height:28px;width:70px;border-radius:2px}
.write-inner .upload button.btn_upload.on{background-color:#8c8c8c;color:#ffffff;}
.write-inner .upload .secret-tag{text-decoration: none;background-image: url(http://ojsimg.ohmynews.com/images/ohmynews/popup/btn_secret_chk_none.png);width:80px;height:30px;background-size: 100%;background-repeat: no-repeat;background-position: center;display: inline-block;vertical-align: middle;margin-right: 5px}
.write-inner .upload .secret-tag.on{background-image: url(http://ojsimg.ohmynews.com/images/ohmynews/popup/btn_secret_chk.png);}
.write-inner .upload .secret-tag:hover{opacity: .8}
.write-inner .upload .secret-tag .txt {color: transparent;}

.comment-wrap{background-color: #fafafa;position: relative;}
.comment-wrap.none{display: none}
.comment-inner{padding: 10px;}
.comment-inner .ico_reply{position: absolute;top: 10px;left: 12px;width: 10px;height: 10px;text-indent: -9999px;border-width: 0 0 1px 1px;border-style: solid;opacity: .4;}
.comment-inner .ico_lock {background-image: url(http://ojsimg.ohmynews.com/images/ohmynews/popup/ico_lock.svg);width:11px;height:11px;background-size: 100%;background-repeat: no-repeat;background-position: center;display: inline-block;vertical-align:top;margin-right: 5px;opacity: 0.5}
.comment-inner:before{position: absolute;left: 0;right: 0;bottom: 0;border-width: 0 0 1px;opacity: .2;content: '';}
.comment-inner .comment-stit{padding: 5px 0 0 20px;font-size:11px;color:#333333;}
.comment-area {padding: 5px 0 0 20px;font-size: 13px;color: #666666;line-height: 17px;display: block;}
.comment-inner .date{display: block;padding: 5px 0 0 20px;color: #9ea2a7;font-size: 11px;}
.comment-area.none{display: none}


/* 팩트체크 170208 */
.contain {display: block;width:100%;min-width: 320px;border:none;padding: 20px 0px;text-align: left;vertical-align: top;border-top: 2px solid #dbdbdb;border-bottom: 2px solid #dbdbdb;}

.factchecktitle{padding: 12px 12px 10px;}
.factchecktitleh1{font-size: 16px; font-family: Nanum Gothic, '나눔고딕', dotum, '돋움', Helvetica, sans-serif, Apple-Gothic;color: #000;font-weight: normal;background-color: #fff; }
.factchecktitlesub{font-size:12px;}
  
.pinocchio-box{width:100%;overflow: hidden; text-align:center;padding:5px 0;display:inline-block;margin:0 auto 0;} 

.pinocchio-box .pinocchio{border-radius: 20px;height: 90px;display:inline-block;width: 90px; margin:10px 3px; background-color:#fff;text-decoration:none;}
.pinocchio-box .pinocchio .count-p{color: #000;font-weight: 700;font-size: 16px;margin:10px 0 30px;text-decoration:none;} 

.pinocchio-box .pinocchio1_off{border-radius: 20px; height:90px; text-decoration:none;  background-image:url(http://ojsimg.ohmynews.com/images/ohmynews/special_site/factcheck/1level_off.png); background-size:100%;}
.pinocchio-box .pinocchio1_on{border-radius: 20px;width:90px; height:90px; text-decoration:none; background-color: #ffdd00; background-image:url(http://ojsimg.ohmynews.com/images/ohmynews/special_site/factcheck/1level_on.gif); background-size:100%;}
.pinocchio-box .pinocchio2_off{border-radius: 20px; height:90px; text-decoration:none;  background-image:url(http://ojsimg.ohmynews.com/images/ohmynews/special_site/factcheck/2level_off.png); background-size:100%;}
.pinocchio-box .pinocchio2_on{border-radius: 20px;width:90px; height:90px; text-decoration:none; background-color: #ffdd00; background-image:url(http://ojsimg.ohmynews.com/images/ohmynews/special_site/factcheck/2level_on.gif); background-size:100%;}
.pinocchio-box .pinocchio3_off{border-radius: 20px; height:90px; text-decoration:none;  background-image:url(http://ojsimg.ohmynews.com/images/ohmynews/special_site/factcheck/3level_off.png); background-size:100%;}
.pinocchio-box .pinocchio3_on{border-radius: 20px;width:90px; height:90px; text-decoration:none; background-color: #ffdd00; background-image:url(http://ojsimg.ohmynews.com/images/ohmynews/special_site/factcheck/3level_on.gif); background-size:100%;}
.pinocchio-box .pinocchio4_off{border-radius: 20px; height:90px; text-decoration:none;  background-image:url(http://ojsimg.ohmynews.com/images/ohmynews/special_site/factcheck/4level_off.png); background-size:100%;}
.pinocchio-box .pinocchio4_on{border-radius: 20px;width:90px; height:90px; text-decoration:none; background-color: #ffdd00; background-image:url(http://ojsimg.ohmynews.com/images/ohmynews/special_site/factcheck/4level_on.gif); background-size:100%;}
.pinocchio-box .pinocchio5_off{border-radius: 20px; height:90px; text-decoration:none;  background-image:url(http://ojsimg.ohmynews.com/images/ohmynews/special_site/factcheck/5level_off.png); background-size:100%;}
.pinocchio-box .pinocchio5_on{border-radius: 20px;width:90px; height:90px; text-decoration:none; background-color: #ffdd00; background-image:url(http://ojsimg.ohmynews.com/images/ohmynews/special_site/factcheck/5level_on.gif); background-size:100%;}

.pinocchio-box .pinocchio6_off{border-radius: 20px; height:90px; text-decoration:none;  background-image:url(http://ojsimg.ohmynews.com/images/ohmynews/special_site/factcheck/6level_off.png); background-size:100%;}
.pinocchio-box .pinocchio6_on{border-radius: 20px;width:90px; height:90px; text-decoration:none; background-color: #ffdd00; background-image:url(http://ojsimg.ohmynews.com/images/ohmynews/special_site/factcheck/6level_on.gif); background-size:100%;}

/* 170421 10만인클럽 후원하기 버튼 추가*/
.support_bn{ padding: 30px 0 20px 0;}
.support_bn a{ display: inline-block;}
.support_bn a img{width: 193px;}


/*170721 실시간글 최종면 추천버튼 */
.article_btns .btn_rec_round{
    margin: 0 auto;
    display: block;
    background-color: #fdfdfd;
    border: 1px solid #d9d9d9;
    padding: 10px 20px;
    /* margin-bottom: 20px; */
    min-width: 70px;
    min-height:70px;
    border-radius:50px;
}
.article_btns .btn_rec_round .icon{
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}
.article_btns .btn_rec_round .number{
    margin-top: 8px;
    display: block;
    font-size: 1.3rem;
    color: #db0000;
}
.article_btns .btn_rec_round.on .number{
    color: #db0000;
}
.btn_rec_round .icon{background-image: url(http://ojsimg.ohmynews.com/images/mobile_2017/rec_on.svg);}
.btn_rec_round.on .icon{background-image: url(http://ojsimg.ohmynews.com/images/mobile_2017/rec_on.svg);}

.article_btns .btn_rec_round.on {border: 1px solid #db0000;} 


/*170717 최종면 기자리스트 추가*/
.repoter {text-align:left; position:relative;}
.reporter_box{background-color: #fff;border-top: 1px solid #dedede;}
.reporter_box li{
    position: relative;
    padding: 10px 13px;
}
.reporter_box li .profile_club{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 25px;
    height: 25px;
    text-indent:0; font-size:15px; color:transparent;
    background-image: url(http://ojsimg.ohmynews.com/images/mobile_2017/icon_myroom_club.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}	
.reporter_box .face{
    display: inline-block; 
    vertical-align: middle;
}
.reporter_box .text{
    width: 75px;
    vertical-align: middle;
    display: inline-block;
}
.reporter_box li .face{       
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    overflow: hidden;
    margin-right: 6px;
}
.reporter_box li .face img{max-width: 100%;width: 100%;height: 36px;object-fit: cover;object-position: center top;}

.reporter_box li .name{
    font-size: 1.2rem;
    color: #333;
    display: block;
	letter-spacing:-0.5px
}
.reporter_box li .id{
    display: block;
    font-size: 1.1rem;
    color: #888;
}
.reporter_box .btns{
    display: inline-block;
    vertical-align: middle;
    width: 152px;
    margin-left: 3px;
}
.reporter_box .icon{
    width: 28px;
    height: 28px;
    border: 1px solid #999;
    border-radius: 15px;
    margin: 0 3px;
    text-indent:0; font-size:15px; color:transparent;
    display: inline-block;
    vertical-align: middle;
    background-size: 60%;
    opacity: .5;
}
.reporter_box .icon.arrow_unfold{
    border: 0;
    opacity: .6;
    background-size: 65%;
    border-radius: 0;    
    display: inline-block;
    position: absolute;
    right: 6px;
    top: 29%;
}

.reporter_box .btns .icon.zzim.on{
    border: 1px solid #db0000;
    opacity: 1;    
}
.reporter_box .btns .icon.site{
    opacity: 1;    
    border: 1px solid #cecece;
}

.reporter_box .btns a:last-child{
    margin-right: 0;   
}

.repoter .fold {
    position: absolute;
    top: 22px;
    right: 15px;
    width: 20px;
    height: 20px;
    text-indent:0; font-size:15px; color:transparent;
    background-color: transparent;
    border: 0;
    background-image: url(http://ojsimg.ohmynews.com/images/star/2016/fold.svg);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: .8;
}
.repoter .unfold {
    position: absolute;
    top: 13px;
    right: 15px;
    width: 20px;
    height: 20px;
    text-indent:0; font-size:15px; color:transparent;
    background-color: transparent;
    border: 0;
    background-image: url(http://ojsimg.ohmynews.com/images/star/2016/unfold.svg);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: .8;
}

.zzim{background-image: url(http://ojsimg.ohmynews.com/images/mobile_2017/zzim_off.svg);}
.zzim.on{background-image: url(http://ojsimg.ohmynews.com/images/mobile_2017/zzim_on.svg); opacity: 1;}

/*170717 관련기사*/
.scon_thumb_list li{
    float: left;
    width: 33.3%;
    margin-bottom: 6px;
}
.scon_thumb_list li a{
    display: inline-block;
    margin: 0 3px;
    background-color: #fff;
    overflow: hidden;
    color: #333;
}

.scon_thumb_list a{
    position: relative;
}
.scon_thumb_list .thumb{
    display: inline-block;
    overflow: hidden;
}
.scon_thumb_list .thumb:before{
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
}
.scon_thumb_list .thumb img {
    width: 100%;
    height: 75px;
    object-fit: cover;
    object-position: center top;
}
.scon_thumb_list .tit {
    z-index: 2;
    position: relative; 
    bottom: 0;
    left: 0;
    padding: 5px 4px 0 5px;
    display: inline-block;
    margin-top: 6px;
    font-weight: normal;
}
.scon_thumb_list .tit strong{
	height: inherit;
	font-size: 1.5rem;
	letter-spacing: -0.06em;
	color: #222;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap:break-word;
	line-height: 1.2em;
    font-weight: normal;
}

@media only screen and (max-width: 320px){
	.scon_thumb_list li a .thumb img{height: 70px;}
}
@media only screen and (min-width: 374px) and (max-width: 375px){
	.scon_thumb_list li a .thumb img{height: 75px;}
}
@media only screen and (min-width: 424px) and (max-width: 425px){
	.scon_thumb_list li a .thumb img{height: 100px;}
}

/*170717 많이본뉴스*/
.small_thumb {width:100%;}
.small_thumb_list {background: #fff;}
.small_thumb_list li{
	position:relative;
	border-bottom: 1px solid #f5f5f5; 
}
.small_thumb_list li a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px 5px 10px;
}

.small_thumb_list li strong{
    font-size: 1.5rem;
    line-height: 1.3em;
    color: #333;
    font-weight: normal;
    letter-spacing: -0.08em;
}

.small_thumb_list .thumb{
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    /* height: 60px; */
}

.small_thumb_list .tit{
    display: table-cell;
    padding: 0 10px;
	vertical-align: middle;
}

.small_thumb_list .tit strong{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-right: 1px;
    color: #222;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 2rem;
    white-space: normal;
    word-wrap: break-word;
}

.swiper-pagination-bullet{cursor:pointer;margin: 0 5px;}

.swiper-pagination-bullets.initial {
    position: initial;
    width: 100%;
    padding: 5px 0px;
}

.mostview .list_tit {font-weight:bold;}
.mostview .list_tit .blue {font-weight:bold;}


/*170718 원고료주기 버튼 추가*/
.article_header .btn_money{
    position: absolute;
    right: -10px;
    top: 0;
    margin-right: 0;
    background-image: url(http://ojsimg.ohmynews.com/images/mobile_2017/pay_c.png);
    background-repeat:no-repeat;
    background-size:18px;
    background-position: left 5px top 7px;
    display:inline-block;
    vertical-align: inherit;
    -webkit-background-size: 18px;
    -moz-background-size: 18px;
}

.article_header .btn_money .icon {
	width: 14px;
	margin-right: 5px;
}
	
.article_header .btn_money .number {
	font-size: 1.2rem;
	line-height: 1.4em;
	color: #333;
	font-weight:bold;
	}

@media (max-width: 320px){
	.article_header .buttons button, .article_header .buttons a{font-size: 1.2rem; margin-right: 0;} .article_header .btn_money .number {font-size: 1rem;}
}

/*170718 글씨크게보기 버튼 위치변경*/
.article_header .text_size {position:relative; display:inline-block}
.article_header .icon.btn_font_large{
    margin-right: 0;
    width: 36px;
    height: 36px;
    background-image: url(http://ojsimg.ohmynews.com/images/mobile_2017/font_big.svg);
    text-indent:0; font-size:15px; color:transparent;
}
.article_header .icon.btn_font_small{
    margin-right: 0;
    width: 35px;
    height: 35px;
    background-image: url(http://ojsimg.ohmynews.com/images/mobile_2017/font_small.svg);
    text-indent:0; font-size:15px; color:transparent;
}

/*글자 크기 조절 레이어*/
.article_header .font_level{
	z-index: 45;
	position: absolute;
	top:52px;
	right:0;
	left:-70px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px;
	width:150px;
}
.article_header .font_level:after{
    position: absolute;
	top: -10px;
    right: 73px;
	content: "";
	background-image: url(http://ojsimg.ohmynews.com/images/mobile_2017/font_arrow.svg);
	width: 20px;
	height: 10px;
	background-position: center;
	background-repeat: no-repeat;
}
.article_header .font_level h2{
	text-align: center;
	font-weight: normal;
	font-size: 1.2rem;
	margin-bottom: 8px;
}
.article_header .font_level ol li{
	float: left;
	display: inline-block;
	margin: 0 3px;	
}
.article_header .buttons .font_level ol li button{
	background-image: url(http://ojsimg.ohmynews.com/images/mobile_2017/font_icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
	background-color: #ccc;
	border-radius: 15px;
	border: none;
    padding: 0;
	margin: 0;
    text-indent:0; font-size:15px; color:transparent;
}
.article_header .font_level ol li button.on{
	background-color: #666666;
}
.article_header .font_level ol li:nth-child(1) button{
	background-size: 32%;
}
.article_header .font_level ol li:nth-child(2) button{
	background-size: 38%;
}
.article_header .font_level ol li:nth-child(3) button{
	background-size: 44%;
}
.article_header .font_level ol li:nth-child(4) button{
	background-size: 50%;
}


/*개인정보 이용동의 추가*/
.agree_wrap{text-align: left;}
.agree_wrap .info_agree_box{padding:20px 0px;}
.agree_wrap .lab_check{margin-right: 5px;vertical-align: middle;}
.agree_wrap .agree_tit{position: relative;padding: 0px 0px 10px 0px;}
.agree_wrap .agree_tit .open{ position: absolute; top:0px; right: 0px;display: inline-block;background-image: url(http://ojsimg.ohmynews.com/images/mobile_2017/arrow_dw.svg); text-indent:0; font-size:15px; color:transparent;width: 22px;height: 12px;background-size: 80%;background-repeat: no-repeat;background-position: center;}
.agree_wrap .agree_tit .close{position: absolute; top:0px; right: 0px;display: inline-block;background-image: url(http://ojsimg.ohmynews.com/images/mobile_2017/arrow_up.svg);text-indent:0; font-size:15px; color:transparent;width: 22px;height: 12px;background-size: 80%;background-repeat: no-repeat;background-position: center;}
.agree_wrap .agree_txt{font-weight: 700;color: #1f2733;letter-spacing: -1px;font-size: 14px;}
.agree_wrap .info_agree_box .ps{color: #8a9099;font-size: 11px;line-height: 120%;letter-spacing: -1px;}
.agree_wrap .info_agree_box th{ border: 1px solid #ccc; width: 33.3%;background-color: #f4f4f4;padding: 8px;text-align: center;color: #1f2733; font-weight: 700;font-size: 11px;    line-height: 120%;}
.agree_wrap .info_agree_box td{ border: 1px solid #ccc; width: 33.3%;padding: 10px; background-color: #fff;font-size: 11px;line-height: 120%;}

/*리포트배너영역_펀딩*/
.report-banner{overflow: hidden;}
.report-banner .rbox{ display:block;}
.report-banner .rbox .banner-box{/*background-color:#fb673d;*/}
.report-banner .rbox .banner-img{margin:0 auto;width: 320px;text-align: center;}
.report-banner .pund{border-top: 1px solid #c7cbce;padding: 0px 20px;position:relative;letter-spacing: -0.5px;height:60px;background-color: #fff;}
.report-banner .pund .man{margin: 5px 0px 5px 0px;text-align: center;font-size:11px;  font-weight: 400;position: relative;}
.report-banner .pund .man .goal{ font-size:11px; font-weight:normal;position: absolute;right: 0px;}
.report-banner .pund .bar_progress{display:block;overflow:hidden;position:relative;height:5px;border-radius:4px;background-color:#e2e2e2;}
.report-banner .pund .bar_support{position:absolute;top:0;left:0;border-radius:2px;background: #ffeb3b; /* Old browsers */background: -moz-linear-gradient(left, #ffc107 0%, #22ffcc 100%); /* FF3.6-15 */background: -webkit-linear-gradient(left, #ffc107 0%,#22ffcc 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to right, #ffc107 0%,#22ffcc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc107', endColorstr='#22ffcc',GradientType=1 ); /* IE6-9 */float: left;height: 100%;width: 100%;}
.report-banner .pund .wonbox{margin: 5px 0px 5px 0px;text-align: center;position:relative;}
.report-banner .pund .wonbox .per{position: absolute;left: 0px; top:0px;font-size:11px;}
.report-banner .pund .wonbox .won{font-size:11px;}
.report-banner .pund .wonbox .won .swon{font-size:18px; font-weight:700; letter-spacing:-1.8px;padding-right: 3px;}
.report-banner .pund .wonbox .day00{ position: absolute;right: 0px; top:0px; font-size:11px;}
.report-banner .pund .btn-box{background-color: #ff7625; padding:8px 6px; color:#fff;font-size: 14px;font-weight: 700;border-radius:50px; text-align:center;width: 200px;margin: 5px auto 0px auto;}

/*4대강 다큐펀딩 주소 추가*/
.atc_action_fee .outbox .input_out_add {position:relative;border: 1px solid #ddd; padding:5px 10px; margin-bottom:10px; line-height:40px; background:#FFF; font-size:14px; color:#999; overflow:hidden;}
.atc_action_fee .outbox .input_out_add .add{width:100%; height:40px; outline:none; border-style:none; background:none; font-size:16px; color:#000; }
.zipcode {position:absolute;right:10px;top:10px;height:35px;padding:0 10px;font-size:11px;border:1px solid #ccc;z-index:999;}
.atc_action_fee .outbox .notice{padding-left:10px; font-size:11px; color:#666; line-height:120%; letter-spacing:-0.5px; position:relative; text-align:left}
.agree_wrap .agree_txt_notice{color: #666;font-size: 12px;letter-spacing: -0.5px;}

/*북미정상회담 2019*/
.article > .nk-usa-summit-wrap{margin: 0}

/*190403 수상한 집 후원하기 모바일 원고료창*/
.reward-wrap{margin: 20px 0;padding: 2px;letter-spacing: -0.02em}
.reward-wrap > strong{display: block;font-weight: normal;color: #dd0000;font-size: 12px;margin-bottom: 20px}
.reward-wrap > h2{color: #000;font-size: 16px;margin-bottom: 8px;text-decoration: underline}
.reward-wrap > ol{margin: 0;padding: 0;list-style: none}
.reward-wrap > ol > li{position: relative;font-size: 13px;margin-bottom: 5px;padding-left: 10px;line-height: 22px}
.reward-wrap > ol > li:last-child{margin: 0}
.reward-wrap > ol > li::before{position: absolute;top: 9px;left: 0;content: "";width: 4px;height: 4px;border-radius: 50%;background-color: #777}

/*2019 책동네 */
.book-info-wrap{position: relative;display: block;height: 100px;border: 1px solid #d9d9d9;padding: 11px 11px 11px 100px;margin-top: 35px;letter-spacing: -0.025em}
.book-info-wrap *{box-sizing: border-box}
.book-info-wrap > .book-cover{position: absolute;left: 11px;display: inline-block;width: 69px;height: 100px;background-repeat: no-repeat;background-position: center top;background-size: cover}
.book-info-wrap > .book-cover::after{content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;border: 1px solid rgba(0,0,0,0.1)}
.book-info-wrap > .book-txt{position: relative;height: inherit;display: block}
.book-info-wrap > .book-txt > *{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-wrap: break-word;}
.book-info-wrap > .book-txt > h1{font-size: 18px;font-weight: 600;height: 44px;line-height: 1.2em}
.book-info-wrap > .book-txt > p{position: absolute;bottom: 11px;font-size: 13px;font-weight: 400;color: #8f8f8f;line-height: 1.2em}
.book-rec-list{margin-top: 23px;}
.book-rec-list > .title-wrap{position: relative;margin-bottom: 12px}
.book-rec-list > .title-wrap > h2{font-size: 15px;font-weight: 600}
.book-rec-list > .title-wrap > .more{position: absolute;top: 0;right: 0;display: inline-block;font-size: 12px;border: 1px solid #ccc;border-radius: 20px;padding: 0 13px;height: 24px;line-height: 24px;text-align: center;}
.book-rec-link{position: relative;display: block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size: 16px;background-color: #f1f1f1;padding: 5px 15px 5px 20px;}
.book-rec-link::after{content: "";position: absolute;top: 20px;left: 12px;display: inline-block;width: 2px;height: 2px;border-radius: 50%;background-color: #333;}
/*2019 책동네 - 하단*/
.atc-bottom-book{margin-top: 15px;text-align: left;padding: 0 15px}
.atc-bottom-book *{box-sizing: border-box}
.atc-bottom-book > .title-wrap{position: relative;margin-bottom: 12px;padding: 0 66px 0 50px;height: 25px}
.atc-bottom-book > .title-wrap > .category{position: absolute;left: 0;top: 2px;font-size: 12px;color: #fff;padding: 0 7px;background-color: #ac8959;height: 20px;line-height: 20px;}
.atc-bottom-book > .title-wrap > h2{font-size: 15px;font-weight: 600;margin-left: 3px;line-height: 24px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;overflow: hidden}
.atc-bottom-book > .title-wrap > h2 > strong{font-size: 19px;color: #000;font-weight: 700}
.atc-bottom-book > .title-wrap > .more{position: absolute;top: 0;right: 0;display: inline-block;font-size: 12px;border: 1px solid #ccc;border-radius: 20px;padding: 0 13px;height: 24px;line-height: 24px;text-align: center;}
.atc-bottom-book > .book-article{margin-top: 15px}
.atc-bottom-book > .book-article > .atc-link{display: block;margin-bottom: 10px}
.atc-bottom-book > .book-article > .atc-link > *{display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.atc-bottom-book > .book-article > .atc-link > h2{font-size: 16px;font-weight: 400;margin-bottom: 10px}
.atc-bottom-book > .book-article > .atc-link > h2::before{content: "·";margin-right: 4px}
.atc-bottom-book > .book-article > .atc-link > strong{font-size: 14px;font-weight: 400;color: #ac8959;padding-left: 8px}
.swiper-book-wrap{text-align: left;margin-top: 25px}
.swiper-book-wrap > .title-wrap{margin-bottom: 10px;padding: 0 15px}
.swiper-book-wrap > .title-wrap > h2{height: 25px;line-height: 25px}
/*2019 책동네 - 스와이퍼*/
.swiper-book{position: relative;padding: 25px 0 35px;background: rgba(110,107,129,1);background: -moz-linear-gradient(left, rgba(110,107,129,1) 0%, rgba(144,132,117,1) 100%);background: -webkit-gradient(left top, right top, color-stop(0%, rgba(110,107,129,1)), color-stop(100%, rgba(144,132,117,1)));background: -webkit-linear-gradient(left, rgba(110,107,129,1) 0%, rgba(144,132,117,1) 100%);background: -o-linear-gradient(left, rgba(110,107,129,1) 0%, rgba(144,132,117,1) 100%);background: -ms-linear-gradient(left, rgba(110,107,129,1) 0%, rgba(144,132,117,1) 100%);background: linear-gradient(to right, rgba(110,107,129,1) 0%, rgba(144,132,117,1) 100%);}
.swiper-book .book-info-wrap{border: none;background-color: #fff;margin: 0;padding: 25px 15px 25px 100px;}
.swiper-book .book-info-wrap .book-cover{left: 15px}
.swiper-book .book-info-wrap .book-txt{height: 85px}
.swiper-book .book-info-wrap .book-txt > h1{font-weight: 400;font-size: 16px;margin-top: 10px}
.swiper-book .book-info-wrap .book-txt > p{font-size: 14px;color: #ac8959}
.swiper-book .swiper-pagination{bottom: 15px;top: unset}
.swiper-book .swiper-pagination .swiper-pagination-bullet{width: 9px;height: 9px}
.swiper-book .swiper-pagination .swiper-pagination-bullet-active{background-color: #fff;}

/*100대뉴스*/
.date-box{margin: 0px 0 5px 0;}
.date-box .date{color: #888;display: inline-block;margin-right: 8px;font-size: 10px;letter-spacing: -0.2px;}
.hundred-box{background-color: #86b2d0;padding: 23px 10px;}
.hundred-box > h1 a {color: #fff;}
.hundred-box > * {margin: 0 auto;}
.hundred-box > h1 {display: inline-block;font-size: 14px;font-weight: 400;margin: 0 0 8px 5px;}
.hundred-box > ul {overflow: hidden;}
.hundred-box > ul > li {float: left;width: 50%;}
.hundred-box > ul > li > a {display: block;margin: 3px;overflow: hidden;background-color: #fff;}
.hundred-box > ul > li > a > .thumb {display: block;height: 106px;background-repeat: no-repeat;max-width: 100%;background-size: cover;}
.hundred-box > ul > li > a > strong {background-color: #fff;margin: 12px;font-size: 12px;color: #333;font-weight: 400;text-align: left;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;word-break: break-word;height: 32px;}
.ranking{font-size: 11px;font-weight: 400;color: #c39825;padding-right: 4px;}
.date-box > .name{display: inline;margin-right: 5px;}
.date-box > .name > b{font-size: 1.2rem;line-height: 1.5em;color: #333;}
.date-box > .name > id{color: #888;margin-left: 1px;}


/* 200115 생나무글 최종면 */
/* 최종면 생나무 상단*/
.link_tree {display: block;text-decoration: none;margin: 10px 0;border-radius: 3px;padding: 20px 18px 10px 32px; border: solid 1px #009588;background: #f4f9ef;color: #795548;font-size: 12px;}
.link_tree li.box_titl{font-size: 15px; font-weight: 500; padding: 0 0 12px 0;list-style: none;}
.link_tree li{list-style: outside;color: #000;font-size: 12px; padding-bottom: 5px;}
.link_tree li span.text { color: #009588;font-weight: 500;}
.link_tree a.btn_list{padding: 5px 10px; background-color: #009688;font-size: 11px;color: #fff;text-decoration: none; margin: 5px 0; display: inline-block;}
.link_tree a.btn_list:hover{background-color: #1e867c;}
/* 최종면 생나무 하단*/
.atc_tree_bt{ margin: 15px 0; border-radius: 3px;padding: 20px 18px 15px 25px;background: #009688;color: #fff;font-size: 12px; display: block; clear: both;}
.atc_tree_bt li{color: #fff; font-size: 12px; padding-bottom: 5px; line-height: 120%;}
.atc_tree_bt li.box_titl{color: #fff; font-size: 15px; padding: 0 0 7px 0;}
.atc_tree_bt li span.text{color: #f2ff25; font-weight: 500;}
/* 최종면 생나무 검토 상태*/
.article_header .reporter .tree_con{ float: right; width: 70px;text-align: center;box-sizing: border-box;border: solid 1px #ddd;color: #999;background: #f1f1f1;padding: 2px 7px 2px 20px;display: inline-block;margin-right: 12px;background-size: 12px;background-position: 7px;background-repeat: no-repeat;background-image: url(http://ojsimg.ohmynews.com/images/ohmynews/common/ic_tree_before_24dp.png);}
.article_header .reporter .tree_con.ok{text-align: left;border: solid 1px #8994ce;color: #3F51B5;background: #fff;padding: 2px 7px 2px 22px;background-size: 16px;background-position: 5px;background-repeat: no-repeat;background-image: url(http://ojsimg.ohmynews.com/images/ohmynews/common/ic_tree_ok_24dp.png);}


/* 최종면 하단 그룹소개박스 */
.group-box-wrap {border-top:4px solid #329065;border-bottom:1px solid #329065;border-left:1px solid #329065;border-right:1px solid #329065;position: relative;color:#000;padding:5px 10px;background: #f9f9f9;margin-top:20px}
.group-box-wrap .group-box-top {font-size:16px;color:#000; padding:5px 0;}
.group-box-wrap .group-tit {font-size: 16px;font-weight:bold;color: transparent;font-family:serif;background-image: url(http://ojsimg.ohmynews.com/images/ohmynews/group/logo_group.png);background-size: contain;background-repeat: no-repeat;vertical-align: middle;padding-right: 5px;}
.group-box-wrap .group-name {font-size:14px;font-weight:bold;color:#333;margin-left: 8px;}
.group-box-wrap .group-URL {font-size: 12px;color:#6f6f6f;letter-spacing: 0.007em;line-height: 14px;margin-left:3px;display:block;font-weight: 300;}
.group-box-wrap .group-intro {font-size:14px;color:#333;padding:5px 0 10px 0;letter-spacing:-0.5px;line-height: 16px;}
.group-box-wrap .notice {font-size:12px;color:#666;padding: 10px 5px;letter-spacing:-0.5px;line-height: 16px;}
