/*=====style==================================================*/
.asidenav{    
	background-color: #ececec;
}
.asidenav header{
    background-color: #fff;
    padding: 12px 10px;
    position: relative;
	width: initial;
}
/*
.asidenav header h1{
    text-indent:0; font-size:15px; color:transparent;
    width: 100px;
    height: 26px;
    opacity: .5;
    background-image: url(http://ojsimg.ohmynews.com/images/mobile_2017/ohmynews_w.svg);
    display: block;
    margin: 0 auto;
}
*/


/* 검색폼*/
.asidenav header h1{
    text-indent:0; font-size:15px; color:transparent;
    background-image: url(http://m.businesspost.co.kr/image/common/bp_logo_menu3.svg);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    padding-top:-10px;
    padding-bottom:16px;
    width: 168px;
    height:26px;
}

.asidenav header h1 a{
    display: block;
    height: inherit;
	text-indent:0; font-size:15px; color:transparent;
}
.asidenav header .close_w{
    position: absolute;
    right: 10px;
    top: 10px;
    text-indent:0; font-size:15px; color:transparent;
    width: 30px;
    height: 30px;
    background-size: 56%;
}
.asidenav header form{
    margin-top: 10px;
    overflow: hidden;
}
.asidenav header .box_search{	/* 검색박스 */
    background-color: #000;
    border-radius: 8px;
    padding: 5px 38px 0 0;
    overflow: hidden;
    height: 42px;
    position: relative;
}
.asidenav header .box_search .search{
	position: absolute;
	left: 0;
	display: inline-block;
    background-image: url(http://m.businesspost.co.kr/image/common/ico_search_w.svg);
    width: 35px;
    height: 35px;
    text-indent:0; font-size:15px; color:transparent;
    background-size: 50%;
}
.asidenav header .box_search input{
    color: #fff;
    background-color: transparent;
    border: 0;
    padding: 9px 10px 11px 35px;
    font-size: 1.4rem;
    width: 100%;
    white-space: nowrap;
    -webkit-appearance: none;
    outline: 0;
}
.asidenav header .box_search input::-webkit-placeholder { color:#dedede; }
.asidenav header .box_search input::placeholder { color:#dedede; }
.asidenav header .box_search input::placeholder { color:#dedede; }
.asidenav header .box_search .btn_delete{	/* 검색버튼 */
    position: absolute;
    top: 5px;
    right: 5px;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-indent:0; font-size:15px; color:transparent;
    background-image: url(http://m.businesspost.co.kr/image/common/ico_search_w.svg);
    background-size: 60%;
}
.ct{
    letter-spacing: -0.05em;
}
.ct .user{
    display: block;
    position: relative;
    padding: 20px 20px 18px;
    border-bottom: 1px solid #c9c9c9;
}
.ct .user .name{
    display: block;
    font-size: 1.3rem;
    font-weight: normal;
    margin-bottom: 2px;
}
.ct .user .name b{
    font-size: 1.6rem;
}
.ct .user em{
    font-size: 1.1rem;
    color: #777;
}
.ct .user .myroom{
    width: 36px;
    padding-top: 26px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 16px;
    color: #777;
    font-size: 1rem;
    background-size: 23px;
    background-position: center top;
	background-image: url(http://m.businesspost.co.kr/image/common/my_c_app.svg);
}
.ct ul{
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-right: 0;
}
.ct .topnav{}
.ct .topnav li{
    float: left;
    width: 33.333%;
    text-align: center;
}
.ct .topnav li a{
    display: inline-block;
    padding: 15px;
    position: relative;
}
.ct .topnav li a strong{    
    font-size: 1.4rem;
    font-weight: bold;
}
.ct .topnav li .on strong{
    color: #db0000;
    padding-bottom: 4px;
    border-bottom: 1px solid #db0000; 
}
.ct .topnav li span.icon{
    position: absolute;
    top: 14px;
    left: -12px;
    display: inline-block;
    text-indent:0; font-size:15px; color:transparent;
    width: 24px;
    height: 12px;    
}
.ct .topnav li .hot{
    background-image: url(http://m.businesspost.co.kr/image/common/hot.svg);
}
.ct .topnav li .live{
    background-image: url(http://m.businesspost.co.kr/image/common/live.svg);
}
section{
    background-color: #fff;
    margin-bottom: 10px;
}
section h2{
    border-bottom: 1px solid #e1e1e1;
    padding: 14px 16px;
    position: relative;
}
section h2 strong{
    font-size: 1.4rem;
}
section h2 strong.fold{
    color: #000;
}
section h2 .icon{
    text-indent:0;
}
section h2 .site{
    width: 18px;
    height: 16px;
    background-size: 78%;
    margin-left: 5px;
	display: inline-block;
	background-image: url(http://m.businesspost.co.kr/image/common/site_l.svg);
	overflow: hidden;
    color: transparent;
}
section h2 button.icon{
    width: 30px;
    height: 30px;    
    position: absolute;
    background-size: 50%;
    right: 10px;
    top: 6px;
	overflow: hidden;
    color: transparent;
}
.news{
    padding: 0 10px;
}
.news ul{
    border-top: 0;
    padding: 3px 0;
}
.news li{
    float: left;
    width: 50%;
}
.news li a{
    display: block;
    padding: 10px;
}
.news li a strong{
    font-size: 1.4rem;
    font-weight: normal;
}
.news li .on strong{
    font-weight: bold;
    padding-bottom: 4px;
    border-bottom: 2px solid #db0000;
}
.news .sns{
    border-bottom: 0;
}
.news .sns li{
    float: left;
    width: 33.333%;
}
.news .sns li a{
    padding: 10px 5px;
}
.news .sns li .icon{
    border: 1px solid #aaa;
    border-radius: 3px;
    width: 24px;
    height: 24px;
    background-size: 50%;  
    text-indent:0; font-size:15px; color:transparent;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}
.news .sns li strong{
    display: inline-block;
    margin-left: 0px;
    color: #777;
    font-size: 1rem;
    line-height: 1.2em;
    vertical-align: middle;
}
.local .news ul{border-bottom: 0;}
.local h2 strong{color: #db0000}
.photo h2 strong, .tv h2 strong{color: #4783ff}
.star h2 strong{color: #7bb90e}
.club h2 strong{color: #fe8900}
.photo .news .on strong, .tv .news .on strong {
    border-bottom: 2px solid #4783ff;
}
.star .news .on strong {
    border-bottom: 2px solid #7bb90e;
}
.club .news .on strong {
    border-bottom: 2px solid #fe8900;
}
.asidenav footer{
	background-color: transparent;
}
footer > ul{
    display: block;
    border-top: 1px solid #c4c4c4;
    margin-bottom: 20px;
}
footer > ul li{
    float: left;
    width: 33.33%;
    background-color: #f7f7f7;
}
footer > ul li a{
    font-size: 1.1rem;
    padding: 10px 0;
    display: block;    
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    text-align: center;
}
footer > ul li:nth-child(3) a, footer > ul li:nth-child(6) a{
    border-right: 0;
}
footer > ul li a.blue{
    color: #006fbc;
    font-weight: bold;
}
footer .btns{
    text-align: center;
    margin-bottom: 30px;
}
footer .btns a{
    border: 1px solid #999;
    border-radius: 3px;
    background-color: #fff;
    display: inline-block;
    margin: 0 2px;
}
footer .btns strong{   
    display: inline-block;
    font-size: 1.1rem;
    padding: 8px 7px;
}
footer .btns a span{
    display: inline-block;
    background-color: #d3d3d3;
    color: #767676;
    font-weight: bold;
    font-size: 1.2rem;
    width: 26px;
    height: 31px;
    vertical-align: top;
    line-height: 2.4em;
}
footer .sns_box{
    background-color: #333;
    padding: 10px 20px;
    text-align: center;
}
footer .sns_box span{
    font-size: 1rem;
    color: #fff;
    margin-right: 9px;
    display: inline-block;
    margin-top: 7px;
    letter-spacing: -0.05em;
    vertical-align: top;
}
footer .sns_box ul{
    display: inline-block;
    width: 110px;
}
footer .sns_box ul li{
    float:left;
}
footer .sns_box ul li a{
    display: inline-block;
    width: 28px;
    height: 28px;
    text-indent:0; font-size:15px; color:transparent;
    border: 1px solid #bfbfbf;
    border-radius: 3px;    
    margin-right: 9px;
    background-color: transparent;
    background-size: 60%;
}
footer .sns_box ul li:last-child a{
    margin-right: 0;
}
@media only screen and (max-width: 320px){ 
    footer .btns a { margin: 5px; width: 40%;}  
    footer .sns_box ul { display: block; margin: 0 auto; margin-top: 10px;}
}

/*해상도별 가로값 조정 171010*/
@media only screen and (max-width: 320px){.news li{float: left;width: 50%;}}
@media only screen and (min-width: 321px){.news li{float: left;width: 33.333%;}}

/*앱추가*/
.ct .user .myroom_app{
    width: 36px;
    padding-top: 26px;
    text-align: center;
    position: absolute;
    right: 120px;
    top: 16px;
    color: #777;
    font-size: 1rem;
    background-size: 23px;
    background-position: center top;
	background-image: url(http://m.businesspost.co.kr/image/common/my_c_app.svg);
}
.ct .user .notice{
    width: 36px;
    padding-top: 26px;
    text-align: center;
    position: absolute;
    right: 70px;
    top: 16px;
    color: #777;
    font-size: 1rem;
    background-size: 22px;
    background-position: 7px -1px;
    background-image: url(http://m.businesspost.co.kr/image/common/bell.svg);    
	background-color: transparent;
}
.ct .user .set{
    width: 36px;
    padding-top: 26px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 16px;
    color: #777;
    font-size: 1rem;
    background-size: 24px;
    background-position: center -2px;
    background-image: url(http://m.businesspost.co.kr/image/common/set.svg);
}
.ct .user .notice .n_num {
	letter-spacing: normal;
    background-color: #db0000;
	border-radius: 22px;
    color: #fff;
    position: absolute;
	right: 2px;
    top: -5px;    
	padding: 5px;
    font-size: 1rem;
    line-height: 6px;
}

.news .app{
    border-bottom: 0;
}
.news .app li{
    float: left;
    width: 50%;
}
.news .app li a{
    padding: 10px 5px;
}
.news .app li .icon{
    border-radius: 3px;
    width: 20px;
    height: 20px;
    background-size:100%;
    text-indent:0; font-size:15px; color:transparent;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}
.news .app li strong{
    display: inline-block;
    margin-left: 0px;
    color: #231f20;
    font-size: 1.4rem;
    line-height: 1.2em;
    vertical-align: middle;
    font-weight:600
}
.news .app .omnapp{background-image: url(http://m.businesspost.co.kr/image/common/omn_app.jpg);}
.news .app .moiapp{background-image: url(http://m.businesspost.co.kr/image/common/icon_moi.png);}