@charset "utf-8";
    /*
        author : jinwoo.jace, front-developer

        info: 
                    
        ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

        changes
        - 20210316 : initially created
    */

input{ border: 0; outline: 0 }
input::-moz-placeholder{ color: #999; }
input:-ms-input-placeholder { color: #999; }
.ml11{
	margin-left: 11px;
}

.news_board{
	margin-top: -16px;
}
.view_service{
	display: flex;
	justify-content: space-between;
	height: 38px;
	margin-bottom: 10px;
}
.filter_list{
	display: flex;
	height: 100%;
}
.filter_list li{	
	height: 38px;
	line-height: 38px;
	padding: 0 22px;	
	font-size: 15px;
	letter-spacing: -0.066em;
	color: #999;
	border: solid 1px #a3a7ae;
    background-color: #fff;
    text-align: center;    
    cursor: pointer;
}
.filter_list li + li{
	margin-left: -1px;
}
.filter_list li:hover{
	font-weight: bold;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.filter_list li.selected, .filter_list li:active{
	position: relative;
	font-weight: bold;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    border-color: #666;
    color: #141414;
}



.search_bar{
	display: flex;
	align-items: center;
	width: 400px;
    height: 100%;  
    border: solid 1px #c4c4c4;
    background-color: #fff;
}
.search_bar input{
	flex-grow: 1;
	height: 100%;
}
.search_bar input::placeholder{
	font-size: 14px;
	font-weight: bold; 
    letter-spacing: -0.077em;
    color: #666;
}
.search_bar input::-ms-input-placeholder{
	font-size: 14px;
	font-weight: bold; 
    letter-spacing: -0.077em;
    color: #666;
}
.search_bar input:focus::placeholder{
	color: #000;
}
.btn_search{
	width: 38px;
	height: 38px;	
	cursor: pointer;
	background: url(/images/icn-news-serch-n.png) no-repeat center / 20px;	
}


/* 치과계동정 검색결과 */
.search_result_head{
	flex-grow: 1;
	display: flex;
	align-items: center;
	height: 38px;
	margin-bottom: 10px;	
}
.news_board .search_title{
	margin: 0;
	font-size: 22px;
	font-weight: bold;
	color: #111;
}
.search_count{
	margin: 3px 20px 0 10px;
	font-size: 15px;
	vertical-align: bottom;
}
.color_blue{
	color: #255dde;
	font-weight: bold;
}
.search_tabMenu{
	display: flex;
}
.search_tabMenu > button{
	height: 38px;
	padding: 0 22px;
	border: solid 1px #a3a7ae;
	background-color: #fff;
	font-size: 15px;  
	color: #333;
}
.search_tabMenu > button:first-child{ border-right: 0; }
.search_tabMenu > button:last-child{ border-left: 0; }
.search_tabMenu > button:hover{
	font-weight: bold;
	color: #205ad0;
}
.search_tabMenu > button.selected{
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
	background-color: #205ad0;	
	font-weight: bold;	
	color: #fff;
}
.search_result_head > .filter_list{
	margin: 0 6px 0 auto;
} 





/* 일일뉴스 검색결과 */
.daily_news{
	/* display: flex;
	flex-wrap: wrap; */	
	margin: 0 -8px;
	overflow: hidden;
}



/* 뉴스카드 삭제알림 팝업 */
.remove_news_card_popup{
	display: none;
	position: fixed;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	width: 420px;
	border-radius: 3px;
	box-shadow: 0 14px 30px 0 rgba(0, 0, 0, 0.6);
	border: solid 1px #9398a6;
	background-color: #f3f5f8;
}
.remove_news_card_popup .close_icon{	
	width: 28px;
	height: 28px;
	margin: 9px 9px 0 auto;	
	background: url(/images/btn-close-b-n.svg) no-repeat center;
}
.remove_news_card_popup > p {
	margin-top: 10px;
	font-size: 15px;
	font-weight: bold;	
	text-align: center;
	color: #333;
}
.remove_news_card_popup .wrap_btn{
	display: flex;
	justify-content: center;
	margin: 28px 0 40px;
}
.remove_news_card_popup .wrap_btn > button{
	width: 152px;
	height: 42px;	
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	background-color: #424242;
	font-size: 16px;
	font-weight: bold;	
	color: #fff;
}
.remove_news_card_popup .wrap_btn > button:last-child {
	margin-left: 4px;
	box-shadow: 0 4px 8px 0 rgba(12, 12, 94, 0.24);
	background-color: #5b5bee;
}

.remove_news_card_popup .wrap_btn > button:hover{
	background-color: #5f5f5f;
}
.remove_news_card_popup .wrap_btn > button:last-child:hover {
    background-color: #7878fe;
}


