/* 공통 */
.ma-search{
	display:block;
	width:100%;
	margin-bottom:20px;
	
}
.more-cl{
	cursor:pointer;
}

.ma-search .h5{
	font-size:1.2rem;
	font-weight:bold;
	padding:10px;
	border:1px solid #ccc;
	background-color:#fff;
}

.ma-search .h5 .right{
	float:right;
	font-weight:normal;
	font-size:1.5rem;
	line-height: 1rem;
	cursor:pointer;
}

.ma-search .ul{
	list-style-type:none;
	margin-top:20px;
	display:none;
}

.ma-search .ullist{
	display:none;
}

.ma-search .ul li{
	font-size:1rem;
	width:100%;
	border-bottom:1px solid #ccc;
	padding:10px 0 10px 10px;
	display:block;
}

.ma-search .ul li:last-of-type{

	border-bottom:none;
}

.ma-search .ul li .title{
	display:inline-block;
	float:left;
	width:auto;
	font-weight:bold;
}

.ma-search .ul li .date{
	display:inline-block;
	float:right;
	width:auto;
}

.ma-search .ul li .cont::before{
	content:"*";
	display:block;
	color:white;
}
.ma-search .ul li .cont{
	display:block;
	width:100%;
	padding:10px;
}

.ma-search .ul li .cont .cont-main{
	display:inline-block;
	width:80%;
}

.ma-search .ul li .cont .cont-img{
	display:inline-block;
	text-align:right;
	width:18%;
	vertical-align:top;
}

.ma-search .ul li .cont .cont-img img{
	width:80%;
}

.ma-search-tab {
    list-style-type: none;
    width: 100%;
    margin: 0;
    display: table;
    box-sizing: border-box;
    table-layout: fixed;
	margin-bottom:40px;
}

.ma-search-tab li {
    background-color: #575757;
    display: table-cell;
    line-height: 100%;
    text-align: center;
    border-left: 1px solid #ebeff2;
    cursor: pointer;
    font-size: 1.0rem;
    letter-spacing: -1.5px;
    color: #fff;
    font-weight: 300;
	padding:10px;
}

/* 반응형 처리*/
@media screen and (max-width: 1146px) {

}

@media screen and (max-width: 950px) {

		
}

@media screen and (max-width: 800px) {

}

@media screen and (max-width: 640px){

}
