

.list-head {margin-bottom:30px!important;}
.list-head div {width:100%!important;}
.mb-board input[type="text"], .mb-board input[type="password"], .mb-board input[type="datetime"], .mb-board input[type="datetime-local"], .mb-board input[type="date"], .mb-board input[type="month"], .mb-board input[type="color"], .mb-board input[type="time"], .mb-board input[type="week"], .mb-board input[type="number"], .mb-board input[type="email"], .mb-board input[type="url"], .mb-board input[type="search"], .mb-board input[type="tel"] {width:60%!important; height:40px!important;}

.mb-board select, .mb-board .btn-search {height: 40px !important; width:12%!important;}
.mb-board #search_field option {text-align:center!important;}

.mb-board .board-list table.table-list th:first-child, .board-list table.table-list td:first-child{background:none;}
.mb-board .board-list table.table-list th{background-color:#fcfcfc !important;}
.mb-board .mb-style1 .search-text{width:180px !important;}
.mb-mobile .mb-board .mb-style1 .search-text{width:140px !important;}
.mb-board div.board-list .table-list>tbody>tr>td{border-bottom:solid 1px #eaeaea !important;}

.mb-desktop-large .list-head,.mb-desktop .list-head{min-height:0px;}

.mb-board .mb-style1 .table-view>tbody td.view-title-wrap{padding:15px 0px 4px !important; border:none !important;}
.mb-board .mb-style1 .view-td-titlebox{border-bottom: solid 1px #dbdbdb !important; margin-bottom:8px; padding:0px 11px 10px 13px;}
.mb-board .mb-style1 .view-td-userdatebox{ padding:0px 11px 0px 13px;}
.mb-board .mb-style1 .view-td-title{font-size:19px; font-weight:600;}
.mb-board .mb-style1 .view-td-date {font-size:11px; color:#C2C1BF;}

.mb-board .mb-style1 .view-td2-titlebox{border-bottom:solid 1px #dbdbdb !important; padding:0 10px 10px;}
.mb-board .mb-style1 .table-view tr .view-td2-title{padding-bottom:5px;}
.mb-board .mb-style1 .table-view tr .view-td2-title span{font-size:19px !important; font-weight:600; color:#676c73;  border:none; min-width:230px !important;}
.mb-board .mb-style1 .table-view tr .view-td2-date{font-size:12px; color:#777; text-align:left !important;}
.mb-board .mb-style1 .table-view tr .view-td2-hit{font-size:12px;color:#777}

.mb-board .list-head .mb-category{padding-bottom:0px !important; margin-bottom:0px;}
.mb-board .list-head .mb-category button{ margin-bottom:5px !important}
.mb-board .list-head .mb-category button:first-child {border-left:1px solid #dbdbdb; }
.mb-board .list-head .mb-category button { width:33.333%; margin: 0 0 0 0px!important; border:1px solid #dbdbdb; border-radius:0px; padding: 12px 0px !important;     font-size: 105%!important;}
.mb-board .tab-menu-on {background-color: #00478B !important;color: #FFF !important;}

.mb-board .btn-default {background-color: #fbfbfb !important;}
.mb-board .cmt-list-box {background-color: #FFF;}

.mb-board .cmt-list-item .cl_name_item{float:left;min-width:70px;line-height:18px;}
.mb-board .cmt-reply-item .cl_name_item{ min-width:86px !important;}
.mb-board .cmt-list-box .cmt-reply-item .cmt-name{ min-width:70px;}







/* 앨범형, 게시판형 상단 버튼 시작 */
.mb-board .gallery-go-btn{
	position:relative;
	padding-left:18px;
	border:0 !important; font-weight:500 !important;
	color:#808080 !important;
	font-size:12px;
}
.mb-board .gallery-go-btn:hover{
	background-color:rgba(255,255,255,0) !important;
}
.mb-board .gallery-go-btn:before{
	content:"";
	background:url('../images/ico-list-album2.gif');
	background-size: 13px 13px;
	display:inline-block;
	width:13px;
	height:13px;
	position:absolute;
	top:4px;
	left:2px;
}
.mb-board .gallery-go-btn:hover:before{
	content:"";
	background:url('../images/ico-list-album2-hover.gif');
	background-size: 13px 13px;
	display:inline-block;
	width:13px;
	height:13px;
	position:absolute;
	top:4px;
	left:2px;
}

.mb-board .list-go-btn{
	position:relative;
	padding-left:18px;
	border:0 !important;font-weight:500 !important;
	color:#808080 !important;
	font-size:12px;
}
.mb-board .list-go-btn:hover{
	background-color:rgba(255,255,255,0) !important;
}
.mb-board .list-go-btn:before{
	content:"";
	background:url('../images/ico-list-board2.gif');
	background-size: 13px 13px;
	display:inline-block;
	width:13px;
	height:13px;
	position:absolute;
	top:4px;
	left:2px;
}
.mb-board .list-go-btn:hover:before{
	content:"";
	background:url('../images/ico-list-board2-hover.gif');
	background-size: 13px 13px;
	display:inline-block;
	width:13px;
	height:13px;
	position:absolute;
	top:4px;
	left:2px;
}
/* 앨범형, 게시판형 상단 버튼 끝 */

/* 좋아요 싫어요 버튼 시작 */
.mb-board .btn-good, .mb-board .btn-bad{
	padding:7px 25px !important;
	border:1px solid #DDD;
}

.mb-board .btn-good > span > span, .mb-board .btn-bad > span > span{
	margin-left:6px;
	vertical-align:bottom;
	font-size:13px !important;
	color:#AAA; !important
}
/* 좋아요 싫어요 버튼 끝 */



.board-list table.table-list td.webzine-item-box .mb-hover-bg{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;

}
.board-list table.table-list td.webzine-item-box .webzine-item-img:hover .mb-hover-bg{
	transform:scale(1.05);
}

/*
.board-list table.table-list{ border-top:solid 1px #dbdbdb !important}
.board-list table.table-list td.webzine-item-box{padding:40px 10px 25px 25px !important; margin-left:17px !important;}
.board-list table.table-list td.webzine-item-box .webzine-item-title{ padding-bottom:20px !important; padding-top:5px !important;}
.board-list table.table-list td.webzine-item-box .webzine-item-title span{ font-size: 18px !important; font-weight:500 !important;}
.board-list table.table-list td.webzine-item-box .webzine-item-content{ font-size: 13px !important; line-height:22px !important; padding-bottom:10px !important;}
*/

.board-list table.table-list{ border-top:solid 1px #dbdbdb !important}

.board-list table.table-list td.webzine-item-box{padding:40px 10px 25px 20px !important; margin-left:17px !important;}
.mb-tablet .board-list table.table-list td.webzine-item-box{padding:30px 8px 15px 10px !important; margin-left:17px !important;}
.mb-mobile .board-list table.table-list td.webzine-item-box{padding:20px 5px 10px 10px !important; margin-left:17px !important;}

.board-list table.table-list td.webzine-item-box .webzine-item-title{ padding-bottom:10px !important; padding-top:5px !important;}
.mb-tablet .board-list table.table-list td.webzine-item-box .webzine-item-title{ padding-bottom:15px !important; padding-top:5px !important;}
.mb-mobile .board-list table.table-list td.webzine-item-box .webzine-item-title{ padding-bottom:5px !important; padding-top:5px !important;}

.board-list table.table-list td.webzine-item-box .webzine-item-title span{ color:#222; font-size: 18px !important; font-weight:700 !important;}
.board-list table.table-list td.webzine-item-box .webzine-item-title span.category1-text{ color:#222; font-size: 16px !important; font-weight:400 !important;}
										
.board-list table.table-list td.webzine-item-box .webzine-item-content{ font-size: 14px; line-height:22px !important; padding-bottom:18px !important; color:#222;}



/* .mb-board a:hover,.mb-board button:hover{text-decoration:none; cursor:pointer !important;color:#d85050 !important;background:none;} */

.mb-desktop-large .board-list table.table-list td.webzine-item-box .webzine-item-img,
.mb-desktop .board-list table.table-list td.webzine-item-box .webzine-item-img, 
.mb-tablet .board-list table.table-list td.webzine-item-box .webzine-item-img{
	float:left;
}

.board-list table.table-list td.webzine-item-box .webzine-item-img{
	width:250px !important;
	height:250px !important;
	border:1px solid #eee;
	overflow:hidden;
}

.mb-tablet .board-list table.table-list td.webzine-item-box .webzine-item-img{
	height:170px !important;
}

.mb-mobile .board-list table.table-list td.webzine-item-box .webzine-item-img{
	height:380px !important;
	width:100% !important;
}

.board-list table.table-list td.webzine-item-box .webzine-item-text, .list-service {
	margin-left:250px;
	padding-left:40px;
}

.mb-tablet .board-list table.table-list td.webzine-item-box .webzine-item-text{
	padding-left:20px !important;
}

.mb-mobile .board-list table.table-list td.webzine-item-box .webzine-item-text{
	padding-left:0px !important;
	margin-left:0px !important;
	padding-top:20px;
}

.board-list table.table-list td.webzine-item-box .webzine-item-info{ 
	text-align:left;
	
}



.directgo-button a { 
	display:inline-block;
	padding:5px 30px;
	background-color:#00478B;
	color:#fff!important;
	text-align:center;
	max-width:200px;
	vertical-align:middle;
	border-radius:10px;
}


.directgo-button a:hover { 
	background-color:#00B0EC;
	color:#fff!important;
}

.prev_next_style { 
	display:none!important;
}

.mb-mobile .directgo-button { 
	display:block;
	width:50%;
	float:left;
	text-align:right;
}

.mb-mobile .directgo-button a { 
	display:inline-block;
	margin:5px!important;
}

.mb-mobile .webzine-item-text { 
	width:50%;
	float:left;
}

.mb-mobile .lawyer-service-big-box, .mb-mobile .lawyer-service-box { 
	display:block;
	width:100%!important;
}

.lawyer-service-big-box, .lawyer-service-box { 
	display:block;

}

.lawyer-service-big-box { 
	margin-top:60px!important;
}

.mb-mobile .lawyer-service-big-box { 
	margin-top:0px!important;
	margin-bottom:20px!important;
	padding-top:0px!important;
}

.lawyer-service-box .lawyer-service { 	
	width:33.333%;
	border:1px solid #ddd;
	float:left;
	background-color:#f4f4f4;
	text-align:center!important;;
	padding:10px 0px!important;
}

.lawyer-service a { 
	text-align:center!important;;
	font-size:13px;
	color:#222!important;
}

.lawyer-service-big-box h5 { 
	font-size: 16px;
	line-height:22px!important;
	margin-bottom:5px!important;
}

.profile-view { 
	float:left;
	width:30%;
	text-align:left;
	margin-bottom:30px!important;
}

.profile-text { 
	float:left;
	width:70%;
	padding-left:30px!important;
}

.mb-mobile .profile-view, .mb-mobile .profile-text { 
	width:100%!important;
	padding-left:0px!important;
}

.profile-category { 
	font-size:16px;
	color:#00478B!important;
	line-height:25px;
}

.profile-name { 
	font-size:28px;
	line-height:40px;
	font-weight:400;
	color:#222!important;
}

.profile-email span { 
	display:inline-block;
	font-size:14px;
	color:#fff!important;
	line-height:25px;
	padding:2px 15px!important;
	background-color:#00478B;
	border-radius:20px;
	margin:15px 0px 15px 0px!important;
}

.profile-pro-services { 
	width:100%;
	display:inline-block;
	margin:30px 0 20px 0!important;
}

.pro-service .lawyer-service { 
	border:1px solid #ddd;
	background-color:#f4f4f4;
	text-align:center!important;;
	padding:10px!important;
}

.pro-service { 
	width:33.333%;
	float:left;
}

.profile-content, .lawyer-history { 
	display:block;
}

.profile-content h3 { 
	font-size:18px;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:5px solid #304C7A;
	padding: 4px 0px 4px 10px;
	margin:20px 0px 10px 0px!important;
	font-weight:400;
}

.profile-content ul { 
	margin-bottom:30px!important;
	padding-left:0px!important;
}

.profile-content li { 
	font-size:16px;
	color:#222;
	list-style-type : circle;
	line-height:24px
}

.mb-mobile #lawyers_form_board_search2 { 
	display:none;
}

