@font-face {
    font-family: 'Pretendard-Light';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Medium';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-SemiBold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}


/************ 서브헤더 ************/
#b_header { 
	color:#222222; 
	box-shadow:0px 0px 5px rgb(0,0,0,0.2);
	padding:22px 50px;
	background-color:#fff;
}


#b_header > ul li a{color:#222222; }
#b_header > ul li.b_menu_1{ 
	color:#fff;
	position:relative;
	}
#b_header > ul li.b_menu_1 a{ 
	color:#fff;
	border:2px solid #04305e; 
	background-color: #04305e; 
}

#b_header > ul li:hover a{ 
	color: #888;
}

#b_header .b_toggle-btn1 button span{ 
	background-color: #222222; 
}

#b_header.fixed{ 
	color:#fff;
	/*padding:22px 3%;*/
}
#b_header.fixed > ul li a{ 
	color:#fff;
	transition:all 0.2s;
}
#b_header.fixed > ul li a:hover{ 
	color:#ccc;
	transition:all 0.2s;
}

#b_header.fixed .b_toggle-btn1 button span{ 
	background-color: #fff; 
}

#b_header.fixed > ul li.b_menu_1 a{ 
	background-color: transparent; 
	border:2px solid #fff; 
}
#b_header.fixed > ul li.b_menu_1:hover a{ 
	background-color:#fff;
	color:#04305e;
}

.b_sub .b_inner{
	width:94%;
	max-width: 1280px;
	margin: 0 auto;
}



/***********서브01 형사범죄 영역*************/
.b_sub01{
  padding-top:177px;
}
.b_sub01 .b_inner{
  position:relative;
}

.b_sub01 .b_title h1{
	font-family: 'Pretendard-SemiBold';
	font-size:3.125rem;
	color:#161616;
}
.b_sub01 .b_title p{
	color:#161616;
	padding-top: 22px;
	line-height:1.5;
}
.b_sub01 .b_title .b_hide{display:none;}
.b_sub01 .b_title span{
	position:absolute;
	right:0px; top:30px;
	font-family: 'Pretendard-Light';
	font-size:0.938rem;
	color:#989898;
}
.b_sub01 .b_list-box{
	width:100%; 
	height:270px;
	border:1px solid #d4d4d4;
	border-radius: 7px;
	margin-top:35px;
	padding:50px 30px 0 30px;
	overflow: auto;
}
.b_sub01 .b_list-box::-webkit-scrollbar{ /*스크롤바의 너비*/
  width:8px;
}
.b_sub01 .b_list-box::-webkit-scrollbar-thumb{ /*스크롤바의 색상*/
	background-color: #d4d4d4; 
	border-radius: 7px;
}
.b_sub01 .b_list-box::-webkit-scrollbar-track{ /*스크롤바 트랙 색상*/
	background-color: #f7f7f7; 
	border-radius: 7px;
}

.b_sub01 .b_list-box ul{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.b_sub01 .b_list-box ul li{
	width:calc((100% - 80px) / 5);
	margin-bottom:50px;
	text-align: center;
}

.b_sub01 .b_list-box ul li:nth-child(5n){
  margin-right:0px;
}
.b_sub01 .b_list-box ul li a{
	display: block;
	color:#6f6f6f;
	padding:5px;
	font-family: 'Pretendard-Medium';
	font-size:1.125rem;
	transition: all 0.2s;
}
.b_sub01 .b_list-box ul li a:hover{ 
	color:#111;
	transition: all 0.2s;
}


/*************모달 영역**************/
.b_sub01 .b_modal-list{ 
	display: none; 
	position:fixed; 
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.7); 
	z-index:1500; 
}
.b_close-btn{ 
	width:21px; 
	height:21px; 
	z-index:2000;
	position:absolute;
	right:15px;
	top:15px;
}
.b_close-btn button{ 
	display: inline-block;
	width:100%; 
	height:100%;
	position:relative;
}
.b_close-btn button span{ 
	display: block; 
	width:100%; 
	height:2px;
	position:absolute;
	left:0px;
	background-color: #000;
}

.b_close-btn button span:first-child{
	top:50%;
	transform:translateY(-50%) rotate(45deg);
}
.b_close-btn button span:last-child{
	top:50%;
	transform:translateY(-50%) rotate(-45deg);
}
.b_close-btn button:hover span{ 
	transform: rotate(0);
	transition:all 0.3s;
}

.b_sub01 .b_modal-list .b_modal{ 
	width:480px; 
	height:300px; 
	background-color:#fff;
	position:fixed; 
	left:50%; 
	top:50%; 
	transform:translate(-50%,-50%);
	z-index:2000;
	display:flex;
	padding:30px;
	flex-flow:column;
}

.b_sub01 .b_modal-list .b_modal .b_all-box{ 
	width:100%; 
}
.b_sub01 .b_modal-list .b_modal .b_top-box{ 
	display:flex;
	height:60%;
}
.b_sub01 .b_modal-list .b_modal .b_bot-box{ 
	height:40%;
}

.b_sub01 .b_modal-list .b_modal .b_img-box img{ 
	width:120px;
}

.b_sub01 .b_modal-list .b_modal .b_txt-box{ 
	margin-left:15px;
}
.b_sub01 .b_modal-list .b_modal .b_txt-box h5{ 
	font-size:1.625rem;
	font-family:'Pretendard-Semibold';
	padding-bottom:10px;
}
.b_sub01 .b_modal-list .b_modal .b_txt-box em{ 
	color:#04305e;
	font-family:'Pretendard-Medium';
	margin-right:15px;
	display:inline-block;
	vertical-align:middle;
}
.b_sub01 .b_modal-list .b_modal .b_txt-box em:last-child{ 
	margin-right:0; 
	margin-top:15px;
}
.b_sub01 .b_modal-list .b_modal .b_txt-box img{ 
	margin-right:5px; 
	vertical-align:baseline;
}

.b_sub01 .b_modal-list .b_modal .b_txt-box ul{ 
	margin-top:10px;
}
.b_sub01 .b_modal-list .b_modal .b_txt-box ul li{ 
	float:left; 
	padding-right:7px;
	font-size:0.938rem;
	color:#777;
}

.b_sub01 .b_modal-list .b_modal .b_bot-box p{ 
	color:#ccc;
	font-size:0.875rem;
	font-family:'Pretendard-Light';
	line-height:1.5;
}
.b_sub01 .b_modal-list .b_modal .b_go-btn{ 
	width: 100%;
	height:50px;
	background-color:#04305e;
	margin-top:10px;
}
.b_sub01 .b_modal-list .b_modal .b_go-btn a{ 
	width:100%;
	text-align:center;
	color:#fff;
	font-family:'Pretendard-Medium';
	display:block;
	line-height:50px;
}
.b_sub01 .b_modal-list .b_modal .b_go-btn img{ 
	margin-left:5px; 
}








/***********섹션2 형사범죄 추천 변호사 영역*************/
.b_sub02{
	width:100%;
	padding-top:175px;
	padding-bottom:55px;
}
.b_sub02 h2{
	font-size:1.625rem;
	font-family: 'Pretendard-SemiBold';
	color:#161616;
}
.b_sub02 h3{
	padding-top: 9px;
	color: #6f6f6f;
}
.b_sub02 .b_rec-box{
	width:100%;
	margin-top:20px;
}
.b_sub02 .b_rec-box ul.b_rec-list>li{
	padding:50px 0;
	border-bottom:1px solid #d4d4d4;
	position:relative;
}
.b_sub02 .b_rec-box ul.b_rec-list>li:last-child{border:0px;}
.b_sub02 .b_rec-box ul.b_rec-list>li .b_img-box{float:left; position: relative;}
.b_sub02 .b_rec-box ul.b_rec-list>li .b_img-box input {
	position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    outline: 0;
    z-index: -1;
    overflow: hidden;
}
.b_sub02 .b_rec-box ul.b_rec-list>li .b_img-box input[type="checkbox"] + label span {   
		position: absolute;
		top: 8%;
    right: 8%;
    width: 24px;
    height: 24px;
    display: block;
    background: #fff;
    border: 1px solid #d0d4df;
    border-radius: 50%;
}
.b_sub02 .b_rec-box ul.b_rec-list>li .b_txt-box{
	float:left; 
	margin-left:60px;
}
.b_sub02 .b_rec-box ul.b_rec-list>li .b_img-box input[type="checkbox"]:checked + label span {
	background: url(../img/d_img/check24.png) no-repeat 50% 50% #222;
	background-color: #1c8bf2;
}
ul.b_rec-list>li .b_txt-box em{color:#8e8e8e; display:block;}
ul.b_rec-list>li .b_txt-box strong{
	color:#161616;
	font-family: 'Pretendard-Medium';
	font-size:1.563rem;
	display: block;
	padding-top:7px;
	transition:all 0.2s;
}
ul.b_rec-list>.d_chk_li.checked .b_txt-box strong,
ul.b_rec-list>li:hover .b_txt-box strong{ 
	color:#1c8bf2;
	transition:all 0.2s;
}
ul.b_rec-list>li .b_txt-box p{
	color:#4c4c4c; 
	font-size:1rem; 
	padding-top:20px;
	padding-bottom:20px;
}
ul.b_rec-list>li .b_txt-box ul.b_rec-title{
	color:#8b8b8b; 
	float:left;
}
ul.b_rec-list>li .b_txt-box ul.b_rec-cont{
	color:#4c4c4c; 
	float:left; 
	margin-left:15px;
}
ul.b_rec-list>li .b_txt-box ul.b_rec-menu li{
  padding-bottom: 8px;
}
ul.b_rec-list>li .b_txt-box ul.b_rec-menu li:last-child{
  padding-bottom:0px;
}

ul.b_rec-list>li .b_right-box{float:right;}
ul.b_rec-list>li ul.b_tag{
	position:absolute; 
	right:0px; 
	top:70px;
}
ul.b_rec-list>li ul.b_tag li{
	float:left; 
	color:#909090;
	font-family: 'Pretendard-Medium';
	border:1px solid #d4d4d4;
	border-radius: 16px;
	padding:4px 8px;
	margin-left:8px;
	transition:all 0.2s;
}
ul.b_rec-list>li ul.b_tag li:first-child{ 
	margin-left:0px; 
}
ul.b_rec-list>li.checked ul.b_tag li,
ul.b_rec-list>li:hover ul.b_tag li{ 
	color:#fff;
	border:1px solid #1c8bf2;
	background-color:#1c8bf2;
	transition:all 0.2s;
}


ul.b_rec-list>li .b_right-box .b_go-btn{
	width:240px; 
	height:47px;
	background-color: #04305e;
	position:absolute;
	right:0px;
	bottom:50px;
	transition:all 0.2s;
}
ul.b_rec-list>li .b_right-box .b_go-btn:hover{ 
	background-color: #1c8bf2;
	transition:all 0.2s;
}
ul.b_rec-list>li .b_right-box .b_go-btn a{
	color:#fff; 
	text-align: center;
	display: block;
	line-height: 47px;
}
ul.b_rec-list>li .b_right-box .b_go-btn img{ 
	margin-left:5px; 
}

.b_sub02 .b_look-all{float:right; margin-top: 24px;}
.b_sub02 .b_look-all a{display:flex; align-items:center;}
.b_sub02 .b_look-all p{ 
	color:#626262;
	display:inline-block;
	border-bottom:1px solid #626262;
	}
.b_sub02 .b_look-all .b_all-btn{ 
	width:13px;
	height:13px;
	border:1px solid #909090;
	display:inline-block;
	position:relative;
	margin-left:5px;
}
.b_sub02 .b_look-all .b_all-btn span{ 
	width: 7px;
	height:0.25px;
	background-color:#393939;
	position:absolute;
	left:2px;
	top:5px;

}
.b_sub02 .b_look-all .b_all-btn span:last-child{ 
	transform:rotate(90deg);
}



/***********섹션3 이용방법 / 자주묻는질문 영역*************/
.b_sub03{ 
	width:100%;
	background-color:#f4fbff;
	padding-top:80px;
	padding-bottom:145px;
}
.b_sub03 .b_area h2{ 
	font-size:1.625rem;
	font-family: 'Pretendard-SemiBold';
	color:#161616;
	text-align:center;
}
.b_sub03 .b_inner{ 
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.b_sub03 .b_area{ 
	width:calc((100% - 87px) / 2); 
	margin-right:87px;
}
.b_sub03 .b_area:last-child{ 
	margin-right:0; 
}

.b_sub03 .b_area .b_list{ 
	background-color:#fff;
	height:525px;
	margin-top:60px;
	border:1px solid #eaeaea;
}
.b_sub03 .b_use-area .b_use-list{ 
	text-align:center;
	padding:40px 0; 
}
.b_sub03 .b_use-area .b_use-list ul li{ 
	padding-bottom:90px;
	position:relative;
}

.b_sub03 .b_use-area .b_use-list ul li:after{ 
	content:''; 
	width:23px;
	height:13px;
	background:url(../img/b_img/arrow-down-02.png) no-repeat 0 0 / 100%;
	position:absolute;
	bottom:45px;
	left:50%;
	transform:translateX(-50%);
}
.b_sub03 .b_use-area .b_use-list ul li:last-child{ 
	padding-bottom:0px; 
}
.b_sub03 .b_use-area .b_use-list ul li:last-child:after{ 
	display:none;
}
.b_sub03 .b_use-area .b_use-list ul li span{ 
	display:inline-block;
	padding:2px 6px;
	font-family:'Pretendard-Medium';
	color:#2196f3;
	border:1px solid #2196f3;
}
.b_sub03 .b_use-area .b_use-list ul li p{ 
	padding-top: 15px;
	line-height:1.5;
	font-size:1.125rem;
	color:#222222;
}
.b_sub03 .b_ask-area .b_ask-list{ 
	padding:70px 65px; 
}

.b_sub03 .b_ask-area .b_ask-list ul li{ 
	padding-bottom:87px;
	position:relative;
}
.b_sub03 .b_ask-area .b_ask-list ul li:last-child{ 
	padding-bottom:0px; 
}
.b_sub03 .b_ask-area .b_ask-list ul li:after{ 
	content:'';
	width:110%;
	height:1px;
	background-color:#d4d4d4;
	position:absolute;
	left:50%;
	bottom:43px;
	transform:translateX(-50%);
}
.b_sub03 .b_ask-area .b_ask-list ul li:last-child:after{ 
	display:none;
}
.b_sub03 .b_ask-area .b_ask-list ul li strong{ 
	font-family:'Pretendard-Medium';
	font-size:1.875rem;
	color:#2196f3;
	vertical-align:middle;
	transition:all 0.2s;
}
.b_sub03 .b_ask-area .b_ask-list ul li p{ 
	display:inline-block;
	font-size:1.125rem;
	padding-left:5px;
	color:#222222;
	vertical-align:middle;
	transition:all 0.2s;
}
.b_sub03 .b_ask-area .b_ask-list ul li a:hover strong{ 
	color: #04305e;
	transition:all 0.2s;
}
.b_sub03 .b_ask-area .b_ask-list ul li a:hover p{ 
	color:#1c8bf2;
	transition:all 0.2s;
}

.b_sub03 .b_ask-area ul li .b_hide{display:none;}




/************ 서브02 견적의뢰 페이지 ************/
.b_cont1{ 
	width:100%;
	padding-bottom:100px;
}
.b_cont1 .b_top-banner{ 
	width:100%; 
	height:100px;
	background-color:#eaeff4;
	margin-top:78px;
	position:relative;
}
.b_cont1 .b_top-banner .b_banner-txt{ 
	width:100%;
	text-align:center;
	line-height:1.5;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.b_cont1 .b_top-banner .b_banner-txt strong{ 
	color:#222222;
	font-size:1.063rem;
}
.b_cont1 .b_top-banner .b_banner-txt p{ 
	font-size: 0.938rem;
	font-family:'Pretendard-Light';
}
.b_cont1 .b_title{ 
	width:100%;
	padding-top:50px;
	position:relative;
	padding-bottom:50px;
}
.b_cont1 .b_title:after{ 
	content:'';
	display:block;
	width:100%;
	height:1px;
	background-color:#e7e7e7;
	position:absolute;
	bottom:0px;
	left:0px;
	display: none;
}
.b_cont1 .b_title h1{ 
	font-family:'Pretendard-SemiBold'; 
	font-size:2.375rem;
}
.b_cont1 .b_title span{ 
	color:#989898;
	font-size:0.938rem;
	font-family:'Pretendard-Light';
	position:absolute;
	right:0px;
	top:60px;
}
.b_cont1 .b_title button{ 
	font-size:0.938rem;
	vertical-align:middle;
	color:#989898;
	display:block;
	padding-top:15px;
}
.b_cont1 .b_title button img{ 
	width:23px; 
	display:inline-block;
	padding-left:7px;
	opacity:50%;
}

.b_cont1 .b_qst-area{ 
	width:100%; 
}

.b_qst-area > ul > li{ 
	display:flex;
	padding:50px 0;
	position:relative;
}

.b_qst-area > ul > li:after{ 
	content:'';
	display:block;
	width:100%;
	height:1px;
	background-color:#e7e7e7;
	position:absolute;
	left:0px;
	bottom:0px;
}
.b_qst-area > ul > li:last-child:after{ 
	display:none;
}

.b_qst-area > ul > li h3{ 
	font-size:1.063rem;
	color:#222222;
	font-family:'Pretendard-SemiBold';
	width:40%;
	line-height:1.5;
}
.b_qst-area > ul > li h3 b{ 
	font-size: 1rem;
	font-family:'Pretendard-Regular';
	color:#989898;
	padding-top:10px;
	display:block;
	word-break:keep-all;
}
.b_qst-area > ul > li .b_right-box{ 
	width:60%; 
	position:relative;
}

.b_qst-area > ul > li .b_right-box .b_srh{ 
	width:100%;
	height:50px;
	border:1px solid #d2d2d2;
	padding:0 15px;
	box-sizing:border-box;
}
.d_lawyer_select {
	height:50px;
	border:1px solid #d2d2d2;
	padding:0 15px;
	box-sizing:border-box;
	color: #d2d2d2;
}
.d_lawyer_select::placeholder {color: #d2d2d2;}
.d_lawyer_info_label .d_lawyer_select {	width:100%;}
.d_lawyer_info_label .d_lawyer_select2 {width: 30%;}
.d_lawyer_select option {color: #000;}		
.b_qst-area > ul > li .b_right-box .b_srh:focus{ 
	border:1px solid #1c8bf2;
}
.b_qst-area > ul > li .b_right-box .b_srh::placeholder{ 
	color: #bbb;
	font-size: 1rem;
}

.b_qst-area > ul > li .b_right-box .b_txt-box{ 
	padding-top:15px; 
}
.b_qst-area > ul > li .b_right-box .b_txt-box p{ 
	font-size:0.938rem;
	color:#555555;
	padding-bottom:7px;
}
.b_qst-area > ul > li .b_right-box .b_txt-box span{ 
	font-size:0.906rem;
	line-height:1.3;
	color:#989898;
	font-family:'Pretendard-Light';
}
.d_lawyer_info_label > span{line-height:1.5; word-break:keep-all;}

.b_qst-area > ul > li .b_right-box .cont-02{ 
	height:300px;
	padding-top:15px;
	overflow:auto;
	resize: none;
	line-height: 140%;
}

.b_qst-area > ul > li .b_right-box .cont-02::placeholder{line-height: 160%;}


.b_qst-area > ul > li .b_right-box .b_loc-box .b_loc-title{ 
	width:100%;
	height:50px;
	border:1px solid #d2d2d2;
	padding:0 15px;
	margin-bottom:15px;
	line-height:50px;
	font-size:0.938rem;
	color:#989898;
	cursor:pointer;
	position:relative;
}

.b_qst-area > ul > li .b_right-box .b_loc-box .b_loc-title.line{ 
	border:1px solid #1c8bf2;
}

.b_qst-area > ul > li .b_right-box .b_loc-box .b_loc-title:after{ 
	content:'';
	display:block;
	width:5px;
	height:5px;
	border:5px solid #d2d2d2;
	border-left:5px solid transparent;
	border-bottom:5px solid transparent;
	transform:rotate(135deg);
	position:absolute;
	right:20px;
	top:15px;
	transition:all 0.3s;
}
.b_qst-area > ul > li .b_right-box .b_loc-box.rot .b_loc-title-01:after{ 
	transform:rotate(315deg);
	top:20px;
	transition:all 0.3s;
}

.b_qst-area > ul > li .b_right-box .b_loc-box .b_loc-title .b_loc-list{ 
	display:none;
	width:100%;
	height:500px;
	border:1px solid #d2d2d2;
	background-color:#fff;
	position:absolute;
	left:0px;
	top:48px;
	z-index:100;
	overflow:auto;
	padding-bottom:20px;
}


.b_qst-area > ul > li .b_right-box .b_loc-box .b_loc-title .b_loc-list li{ 
	padding:0 25px;
	height:35px;
}
.b_qst-area > ul > li .b_right-box .b_loc-box .b_loc-title .b_loc-list li:hover{ 
	color:#222222; 
	font-family:'Pretendard-Medium';
	transition:all 0.2s;
}

.b_qst-area > ul > li .b_right-box .b_loc-box .b_loc-title .b_loc-list::-webkit-scrollbar{ /*스크롤바의 너비*/
  width:8px;
}
.b_qst-area > ul > li .b_right-box .b_loc-box .b_loc-title .b_loc-list::-webkit-scrollbar-thumb{ /*스크롤바의 색상*/
	background-color: #d4d4d4; 
	border-radius: 7px;
}
.b_qst-area > ul > li .b_right-box .b_loc-box .b_loc-title .b_loc-list::-webkit-scrollbar-track{ /*스크롤바 트랙 색상*/
  background-color: #f7f7f7; 
}

.b_qst-area > ul > li .b_right-box p{ 
	font-size:0.938rem;
	color:#555555;
	line-height:1.5;
}

.b_qst-area > ul > li .b_right-box .b_upload{ 
	width:100%;
	height:50px;
	border:1px solid #d2d2d2;
	margin-bottom:15px;
	box-sizing:border-box;
}
.b_qst-area > ul > li .b_right-box .b_upload .up-btn{ 
	display:block;
	width:100%;
	height:100%;
	line-height:50px;
	padding-left:15px;
/*	box-sizing:border-box;*/
}
.b_qst-area > ul > li .b_right-box .b_upload .up-btn:focus{ 
	border:1px solid #1c8bf2;
}


.b_qst-area .b_send-box{ 
	width:80%;
	margin:0 auto;
	height:65px;
	text-align:center;
	margin-top:40px;
	
}
.b_qst-area .b_send-box .send-btn{ 
	display:block;
	width:100%;
	height:100%;
	color:#1c8bf2;;
	line-height:65px;
	font-size:1.125rem;
	border:1.3px solid #1c8bf2;
	background-color:#fff;
	transition:all 0.2s;
	cursor:pointer;
}
.b_qst-area .b_send-box:hover .send-btn{ 
	background-color:#1c8bf2;
	color:#fff;
	transition:all 0.2s;
}


.b_qst-area > ul > li h3 .b_hide{ 
	display:none;
}


/************* 서브03 변호사 프로필 페이지 **************/
.b_container{ 
	padding-top:170px; 
}
.b_container .b_inner{ 
	position:relative;
	display:flex;
}
.b_container .b_box-area{ 
	width:50%;
}
.b_container .b_box-area:last-child{ 
	margin-right:0; 
	order:1;
}

.b_container .b_right-area{ 
	position:sticky;
	right: 0;
	top: 0;
	width:40%;
	height:100%;
	padding-top:60px;
	padding-left:4%;
	margin-bottom:53px;
	order:2;
	top:50px;
}

.b_container .b_right-area .b_photo{ width:80%; height:600px; 
background:url(../img/b_img/lawyer.jpg) no-repeat 70% center / cover; 
position:relative; overflow: hidden; }

.b_container .b_right-area .b_photo .b_mask-top{ 
	width:100%;
	height:120px;
	top:0;
	opacity:5%;
	background-image:linear-gradient(0deg,transparent,#1e1a19);
}
.b_container .b_right-area .b_photo .b_mask-bottom{ 
	width:100%;
	height: 100%;
	bottom:0;
	opacity:20%;
	background-image:linear-gradient(180deg,transparent,#1e1a19);
}
.b_container .b_right-area .b_name{ 
	background-color:#202020;
	width:80%;
	height:120px;
	position:relative;
	left:0;
	top:0;
	text-align:center;
	padding-top:28px;
	 
}
.b_container .b_right-area .b_name p{ 
	font-size:1.875rem;
	color:#fff;
	padding-bottom:10px;
}
.b_container .b_right-area .b_name b{ 
	color: rgba(255,255,255,.5);
}


.b_container .b_right-area .b_photo .b_link{ 
	width: calc(100% - 32px );
	height: 56px;
	background-color:#1c8bf2;
	position:absolute;
	right:16px;
	bottom:16px;
	transition:all 0.3s;
}
.b_container .b_right-area .b_photo .b_link:hover{ 
	background-color:#0f76d6;
	transition:all 0.3s;
}
.b_container .b_right-area .b_photo .b_link a{ 
	color:#fff;
	width:100%;
	height:100%;
	text-align:center;
	display:block;
	line-height: 56px;
	position:relative;
	font-size: 1rem;
	font-weight: 600;
}
.b_container .b_right-area .b_photo .b_link img{ 
	width:14px;
	height:14px;
	vertical-align:middle;
	margin-left:5px;
	margin-top: -2px;
}


.b_container .b_right-area .b_photo p{ 
	font-size:0.938rem;
	position:absolute;
	right:15px;
	bottom:15px;
	color:#fff;
}
	






.b_container .b_left-area{ 
	margin-right:4%;
}


.b_container .b_left-area .b_title-box h2{ 
	font-size:2.375rem;
	font-family:'Pretendard-Bold';
	color:#222222;
	word-break: keep-all;
}
.b_container .b_left-area .b_title-box strong{ 
	font-size: 1.25rem;
	font-family:'Pretendard-Medium';
	color: #04305e;
	display:block;
	padding:20px 0 50px 0;
}

.b_container .b_left-area .b_title-box .b_title-list>li{ 
	padding-bottom:25px;
}

.b_container .b_left-area .b_title-box .b_title-list>li:last-child{padding-bottom: 0;}

.b_container .b_left-area .b_title-box .b_title-list>li em{ 
	font-family: 'Pretendard-bold';
	font-size:1.063rem;
	color: #1c8bf2;
}
.b_container .b_left-area .b_title-box .b_title-list>li p{ 
	color:#555555;
	padding-top:10px;
}
.b_container .b_left-area .b_title-box .b_title-list>li.b_category ul{ 
	padding-top:10px; 
}
.b_container .b_left-area .b_title-box .b_title-list>li.b_category ul li{ 
	float:left;
	padding: 8px 13px;
	border:1px solid #04305e3b;
	border-radius:20px;
	margin-right:10px;
	margin-bottom: 5px;
	color:#04305e;
	font-size: 1rem;
}
.b_container .b_left-area .b_title-box .b_title-list>li.b_category ul li:last-child{ 
	margin-right:0; 
}
.b_container .b_left-area .b_box{ 
	padding:50px 0 ;
	border-bottom:1px solid #e7e7e7;
}


.b_container .b_left-area .b_box h4{ 
	font-family: 'Pretendard-bold';
	font-size:1.25rem;
	color: #222;
	padding-bottom: 20px;
	line-height:1.5;
}

.b_container .b_left-area .b_intro p{
	line-height:1.5;
	color:#989898;
}

.b_container .b_left-area .b_info strong{ 
	font-family: 'Pretendard-bold';
	color: #1c8bf2;
	font-size:1.125rem;
	display:block;
	padding-bottom:10px;
}
.b_container .b_left-area .b_info .b_info-box{
	margin-bottom: 50px;
}
.b_container .b_left-area .b_info .b_info-box:last-child{ 
	margin-bottom:0;
}
.b_container .b_left-area .b_info ul li{
	padding-bottom:20px;
}

.b_container .b_left-area .b_info ul li b{ 
	font-family:'Pretendard-Medium';
	color:#333333;
}

.b_container .b_left-area .b_info ul li p{ 
	color:#777; 
	padding:8px 0 0 7px;
}
.b_container .b_left-area .b_info .b_test b{ 
	color:#555555; 
}

.b_container .b_left-area .b_place .b_place-txt strong{ 
	color:#222222;
	font-size:1.25rem;
	font-family:'Pretendard-Semibold';
	display:block;
	padding:25px 0 10px;
}
.b_container .b_left-area .b_place .b_place-txt p{ 
	color:#555;
}
.b_container .b_left-area .b_place .b_map{ 
	width:100%;
	padding-top:20px; 
}
.root_daum_roughmap{ 
	width:100%; 
}
.root_daum_roughmap .wrap_controllers{display:none;}

.b_container .b_left-area .b_svc .b_price{ 
	margin-top:10px; 
}
.b_container .b_left-area .b_svc .b_price strong{ 
	color:#04305e;
	font-size:1.125rem;
	display:block;
	font-family: 'Pretendard-Semibold';
}
.b_container .b_left-area .b_svc .b_price ul{ 
	margin-top:10px; 
	border:1px solid #e7e7e7;
}
.b_container .b_left-area .b_svc .b_price ul li{ 
	height:60px;
	padding:20px;
	position:relative;
}
.b_container .b_left-area .b_svc .b_price ul li:after{ 
	content:'';
	display:block;
	width:93%;
	height:1px;
	background-color:#e7e7e7;
	position:absolute;
	left:50%;
	bottom:0px;
	transform:translateX(-50%);
}
.b_container .b_left-area .b_svc .b_price ul li:last-child:after{ 
	display:none;
}
.b_container .b_left-area .b_svc .b_price ul li p{ 
	display:inline-block;
	padding-left:20px;
	float:left;
}

.b_container .b_left-area .b_svc .b_price ul li img{ 
	width:20px; 
	opacity:70%;
	vertical-align:text-bottom;
	float:left;
}
.b_container .b_left-area .b_svc .b_price ul li b{ 
	float:right; 
	font-family: 'Pretendard-Semibold';
	font-size:1.125rem;
	color:#081e36;
}







/************* 반응형 **************/
@media (max-width:1300px){ 
 .b_container .b_right-area .b_photo{ 
	width:100%; 
 }
 .b_container .b_right-area .b_name{ 
	width:100%; 
 }
}

@media (max-width:1100px){ 
	.b_sub03 .b_area{ 
		width:100%; 
		margin-right:0px;
	}

	.b_sub03 .b_area .b_list{ 
		margin-top:40px;
	}

	.b_sub03 .b_ask-area{ 
		margin-top:70px; 
	}
	.b_sub03 .b_ask-area .b_ask-list{ 
		padding:70px 40px;
	}
	.b_sub03 .b_ask-area .b_ask-list ul li:after{ 
		width:100%; 
	}

	.b_qst-area > ul > li h3 .b_hide{ 
		display:block;
	}

	.b_sub03{ 
		padding-bottom: 80px;
	}
}

@media (max-width:1023px){ 
 .b_container .b_right-area{ 
		padding-left:0; 
	}
}

@media (max-width:830px){ 
	.b_sub02 .b_rec-box ul.b_rec-list>li .b_txt-box{ 
		margin-left:20px; 
	}
}


@media (max-width:800px){ 
	.b_container{ 
		padding-top:0;
	}
	.b_container .b_inner{ 
		display:block;
	}
	.b_container .b_box-area{ 
		width:100%; 
	}
	.b_container .b_right-area{ 
		position:unset;
		margin-bottom:0px;
	}
	.b_container .b_right-area .b_photo{ 
		width:100%; 
		height:300px;
		background-position-x:50%;
		background-position-y:5%;
		background-size:cover;
	}
	.b_container .b_right-area .b_photo .b_mask-top{ 
		height:80px;
	}
	.b_container .b_right-area .b_photo .b_mask-bottom{ 
		height:220px;
	}
	.b_container .b_right-area .b_name{ 
		width:100%; 
		height:100px;
	}
	.b_container .b_left-area{ 
		width:100%;
	}
	.b_container .b_left-area .b_title-box h2{ 
		padding-top:15px; 
	}

	.b_container .b_left-area .b_box{ 
		padding:20px 0; 
	}
	.b_container .b_left-area .b_title-box .b_title-list>li:last-child{ 
		padding-bottom:0; 
	}
	.b_container .b_left-area .b_title-box strong{ 
		padding-bottom:20px;
	}
	.b_container .b_left-area .b_svc{ 
		margin-bottom:50px; 
		border-bottom:0;
	}
}

@media (max-width:767px){ 
	#b_header{ 
		padding:22px 3%;
	}
	.b_sub02 .b_rec-box ul.b_rec-list>li{
		padding:50px 0 97px 0;
	}
	ul.b_rec-list>li .b_right-box .b_go-btn{ 
		width:40%; 
		bottom:30px;
	}
	ul.b_rec-list>li .b_right-box ul.b_tag{ 
		top:45px; 
	}
	ul.b_rec-list>li .b_right-box ul.b_tag li{ 
		padding:3px 6px;
		margin-left:5px;
	}
}

@media (max-width:735px){ 
	.b_sub01 .b_list-box ul li{
		width:calc((100% - 60px) / 4);
		margin-right:0px;
	}
	
	.b_sub01 .b_list-box ul li:nth-child(5n){
		margin-right:0px;
	}
	.b_sub01 .b_list-box ul li:nth-child(4n){
		margin-right:0px;
	}
	ul.b_rec-list>li ul.b_tag li{ 
		margin-left:4px; 
	}
	ul.b_rec-list>li ul.b_tag li:first-child{ 
		margin-left:0px; 
	}
	ul.b_rec-list>li .b_right-box .b_go-btn img{ 
		width: 19px;
	}

	.b_sub02{ 
		padding-top:120px;
	}

	.b_sub02 .b_rec-box ul.b_rec-list>li .b_img-box img{ 
		width:80%; 
	}
	.b_sub02 .b_rec-box ul.b_rec-list>li .b_txt-box{ 
		margin-left:-20px; 
 }
	.b_sub02 .b_rec-box ul.b_rec-list>li .b_img-box input[type="checkbox"] + label span {top: 12%; right: 20%;}
}

@media (max-width:723px){ 
	.b_sub03 .b_area .b_list{ 
		height:525px; 
	}
}

@media (max-width:580px){ 
	.b_cont1 .b_qst-area > ul > li{ 
		display:block;
	}
	.b_cont1 .b_qst-area > ul > li h3{ 
		width:100%; 
	}
	.b_cont1 .b_qst-area > ul > li .b_right-box{ 
		width:100%; 
		margin-top:20px;
	}
	.b_qst-area > ul > li h3{ 
		font-size: 1.438rem;
	}
	.b_qst-area > ul > li .b_right-box .b_txt-box p{ 
		font-size:1.188rem;
	}
	 .b_qst-area > ul > li .b_right-box .b_txt-box span{ 
		font-size:1.188rem;
	}
	.b_qst-area > ul > li h3 b{ 
		font-size:1.188rem;
	}
	.b_qst-area > ul > li .b_right-box p{ 
		font-size:1.188rem;
	}
	.b_qst-area .b_send-box{ 
		width:100%; 
	}
	.b_container .b_right-area .b_photo .b_link{ 
		width:200px;
		height:40px;
	}
	.b_container .b_right-area .b_photo .b_link a{ 
		line-height:40px;
	}
	.b_container .b_right-area .b_photo .b_link a:after{ 
		width:10px;
		height:10px;
		right:50px;
	}
}

@media (max-width:530px){ 
	.b_sub01 .b_list-box{ 
		padding:20px 0 0 0; 
	}
	.b_sub01 .b_list-box ul{ 
		display:block;
	}
	.b_sub01 .b_list-box ul:after{ 
		content:''; 
		display:block; 
		clear:both;
	}
	.b_sub01 .b_list-box ul li{ 
		float:left; 
		width:33.333%;
		margin-right:0px;
		margin-bottom:25px;
	}
	.b_sub01 .b_list-box ul li:nth-child(5n){
    margin-right:0px;
	}
}

@media (max-width:490px){ 
	.b_sub01{ 
		padding-top:130px; 
	}
	.b_sub01 .b_title .b_hide{ 
		display:block; 
	}
	.b_sub01 .b_modal-list .b_modal{ 
		width:90%; 
		padding:15px;
	}
	.b_sub01 .b_modal-list .b_modal .b_go-btn img{ 
		width: 20px;
	} 

	.b_sub02 .b_rec-box ul.b_rec-list>li{ 
		padding-top:30px; 
	}
	.b_sub02 .b_rec-box ul.b_rec-list>li .b_img-box{ 
		float:none; 
		text-align:center;
	}
	.b_sub02 .b_rec-box ul.b_rec-list>li .b_img-box img{ 
		width:50%; 
	}
	.b_sub02 .b_rec-box ul.b_rec-list>li .b_txt-box{ 
		float:none;
		padding-left:20px; 
		margin-top:20px;
	}

	ul.b_rec-list>li ul.b_tag{ 
		position:unset;
		display:flex;
		margin-top:15px;
	}

	ul.b_rec-list>li .b_right-box .b_go-btn{ 
		width:100%;
	}

	.b_container .b_left-area .b_title-box .b_title-list>li.b_category ul li{ 
		margin-right:4px; 
	}
	.b_container .b_left-area .b_title-box .b_title-list>li.b_category ul li:last-child{ 
		margin-right:0; 
	}
	.b_sub02 .b_rec-box ul.b_rec-list>li .b_img-box input[type="checkbox"] + label span {
    top: 12%;
    right: 26%;
	}
}



@media (max-width:400px){ 
	.b_sub03 .b_ask-area ul li .b_hide{display:block;}

	.b_sub03 .b_ask-area .b_ask-list ul li p{ 
		vertical-align:text-top;
		line-height:1.5;
	}
}

@media (max-width:380px){ 
	ul.b_rec-list>li .b_right-box ul.b_tag{ 
		top:53%; 
	}
}

@media (max-width:374px){ 
	.b_sub01 .b_modal-list .b_modal .b_txt-box ul li:last-child{ 
		margin-top:3px;
	} 
}

/* LSY */
.b_sub02 .b_rec-box ul.b_rec-list>li:last-child {border: none; transition: .4s;}
.b_sub02 .b_rec-box ul.b_rec-list>li {padding: 50px 1%;}
ul.b_rec-list>li ul.b_tag,
ul.b_rec-list>li .b_right-box .b_go-btn {right: 1%;}

.b_cont1 .b_title button {padding-bottom: 15px;}
.d_law_profile_list {display: flex;}
.d_law_profile_list li {margin-right: 16px; text-align: center;}
.d_law_profile_list li:last-child {margin-right: 0;}
.b_img-box {position: relative;}
.b_img-box input {position: absolute; top: 5px; left: 5px;width: 15px;height: 15px;cursor: pointer;}
.d_law_name {font-size: 1rem; margin-top: 8px;font-weight: 600;}

/* View Page */
.b_cont1 .b_title.d_view_tit {display: flex; justify-content: space-between;align-items: flex-end;padding-top: 100px;}
.d_view_info {text-align: right;}
/* .d_view_info .d_name_date {display: flex;} */
.d_view_info li {text-align: right; margin-bottom: 4px;}
.d_view_info li:last-child {margin-bottom: 0;}
/* .d_name_date i:first-child {margin-right: 8px;} */
.d_area i:first-child {margin-right: 8px;} 

.d_view_file {display: flex; padding: 20px 5px; border-bottom: 1px solid #e7e7e7;}
.d_view_file_name {width: 150px;}

.d_content_con {padding: 65px 5px; border-bottom: 1px solid #e7e7e7;}
.d_content_con p {line-height: 1.5;}

.d_view_bot_con {display: flex; justify-content: space-between;  margin-top: 50px;}
.d_view_bot_con_law {justify-content: right;}

.d_view_controller {display: flex;}
.d_view_controller li {margin-right: 8px;}
.d_view_controller li:last-child {margin-right: 0;}
.d_view_controller li .d_view_controller_item {display: block; width: 80px; height: 36px; 
line-height: 36px; border: 1px solid #1c8bf2; text-align: center; color: #1c8bf2; transition: .4s;}
.d_view_controller li:hover .d_view_controller_item {color: #fff; background-color: #1c8bf2;}
.d_view_controller li .d_view_controller_item.d_law_open {display: none;}

.d_view_bot_con .b_img-box img {filter: grayscale(100%);}
.d_view_bot_con .d_answer_ok .b_img-box img {filter: none;}
.d_law_profile_list .d_answer_ck > span {display: none; font-size: 0.875rem; color: #939393; margin-top: 4px;}
.d_law_profile_list .d_answer_ck > span.d_answer_false {display: block;}
.d_law_profile_list .d_answer_ok .d_answer_ck > span.d_answer_true {display: block; color: #1c8bf2;}
.d_law_profile_list .d_answer_ok .d_answer_ck > span.d_answer_true + .d_answer_false {display: none;}

.b_selected{background-color: #1c8bf2; border: 1px solid #1c8bf2; color: #fff; display: block; width: 80px; height: 36px; 
line-height: 36px; border: 1px solid #1c8bf2; text-align: center; transition: .4s;}
.b_selected img{width:13px; vertical-align:baseline; margin-right:3px;}



@media (max-width: 768px) {
	.d_view_bot_con {
			display: flex;
			justify-content: space-between;
			align-items: flex-end;
			margin-top: 25px;
			gap: 25px;
			flex-direction: column;
	}
	.d_view_bot_con.d_view_bot_con_answer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    gap: 0;
    flex-direction: inherit;
	}
	.b_sub02 .b_rec-box ul.b_rec-list>li {
    padding: 50px 3%;
    display: flex;
    flex-direction: column;
	}
	ul.b_rec-list>li ul.b_tag {position: relative; top: 0; margin: 12px 0;}
	ul.b_rec-list>li .b_right-box .b_go-btn {position: relative; top: 0; right: 0; left: 0; width: 240px; margin-top: 16px;}
	ul.b_rec-list>li .b_txt-box p {padding-top: 0;}
}

/* 변호사 페이지 */
.db_right-box {display: flex; flex-wrap:wrap;}
.d_part_law {margin-right: 16px;}
.d_part_law:last-child {margin-right: 0;}
.db_qst-area > ul > li {padding: 25px 0;}
.d_lawyer_info {flex-direction: column;}
.d_lawyer_info_item {display: flex; margin: 16px 0;}
.d_lawyer_info_label {display: block; margin-bottom: 16px;}
.d_lawyer_info_label > span {margin-bottom: 8px; display: inline-block;}



.d_lawyer_info_add {text-align: right;}


/*제공서비스 및 비용*/
.b_qst-area > ul > .b_service .b_right-box span{display:block;}
.b_qst-area > ul > .b_service .b_right-box .b_top-box .b_srh{width:22%; margin-right:8px;}
.b_qst-area > ul > .b_service .b_right-box .b_top-box .cont-03{width:35%; margin-left:20px;}
.b_top-box{position: relative; padding-bottom:20px;}
.b_top-box:after{content: ''; display: block; width: 100%; height: 1px; background-color: #e7e7e7; position: absolute; left: 0px; bottom: 0px;}

.b_bot-box{padding-top:20px;}
.b_qst-area > ul > .b_service .b_right-box .b_bot-box .b_srh{width:55%;}
.b_qst-area > ul > .b_service .b_right-box .b_bot-box .cont-03{width:23%; margin-left:10px; margin-right:8px;}
.b_qst-area > ul > .b_service .b_right-box .b_bot-box button{float:right;}
.b_ser-list li{padding-bottom:15px;}


/*최종학력*/
.b_qst-area > ul > li .b_subject span{display:block;}
.b_qst-area > ul > li .b_subject .b_srh{width:22%; margin-right:0;}
.b_qst-area > ul > li .b_subject .cont-03{width:42%; margin-left:20px;}


@media (max-width: 580px) {
	.d_lawyer_info_item {display: block;}
	.d_part_law {margin-bottom: 8px;}
}


/* 변호사 채택하기 */
.choose_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(0,0,0,.7);
	display: block; 
}
.choose_wrap .choose_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 600px;
	width: 94%;
	background-color: #fff;
	border-radius: 5px;
}
.d_choose_ck {margin-top: 13px;}
.d_choose_ck a {display: block;}
.d_choose_ck a:first-child {margin-bottom: 4px;}
.d_choose_btn {
	font-size: 0.875rem;
  width: 100%;
  height: 24px;
  line-height: 24px;
  border: 1px solid #1c8bf2;
  text-align: center;
  color: #1c8bf2;
  transition: .4s;
}
.d_choose_btn:hover {color: #fff; background-color: #1c8bf2;}
.b_sub .ch_b_inner {width: 100%;}
.ch_b_inner .choose_pop_list li {display: flex; margin-bottom: 16px; align-items: center;}
.ch_b_inner .choose_pop_list li label {width: 145px; flex-shrink: 0;}
.ch_b_inner .choose_pop_list li input {
		width: 100%;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 2px;
    display: inline-block;
    box-sizing: border-box;
}
.ch_b_inner .d_view_bot_con {margin-top: 0;}
.ch_b_inner .d_content_con {border-bottom: none;}
.ch_b_inner .d_content_con h2 {font-size: 1.25rem; margin-bottom: 24px;}
.space_bar {margin: 0 8px;}
.d_view_bot_con .d_choose_ok .b_img-box img {filter: none;}
.d_content_con .d_view_controller {justify-content: center; margin-top: 24px;}
.d_content_con .d_view_controller li .d_view_controller_item { width: 240px; height: 42px; line-height: 42px;}

/* d_choose_wrt에 on이 붙으면 보임 */
.d_choose_wrt {display: none;}
.d_choose_wrt.on {display: block;}

@media (max-width: 768px) {
	.d_view_info {flex-direction: column;}
	.d_view_info li {text-align: left;}
}


/* 변호사 찾기 필드 추가 LSY*/
.d_search_law_detail_cont {border: 2px solid #e7e7e7; padding: 25px 30px; display:none;}
.d_sear_law_detail_box {display: flex; margin-bottom: 24px;}
.d_sear_law_detail_box:last-of-type {margin-bottom: 0;}
.d_sear_law_detail_box h3 {width: 10%; background-color: #04305e; color: #fff; padding: 8px 0 0 8px; font-weight: 500;}
.d_sear_law_detail_box h3 span {font-size: 0.875rem;}
.d_sear_law_detail_list {width: 90%; display: flex; flex-wrap: wrap;}
.d_sear_law_detail_list li {position: relative; width: 18%; text-align: center; border: 1px solid #e7e7e7; border-right: 0;}
.d_sear_law_detail_list li:nth-child(5n),
.d_sear_law_detail_list li:last-child{border-right: 1px solid #e7e7e7;}
.d_sear_law_detail_list li label {display: flex; padding: 16px 0; cursor: pointer; height: 100%; justify-content: center; align-items: center;}
.d_sear_law_detail_list li input[type="checkbox"], 
.d_sear_law_detail_list li input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    outline: 0;
    z-index: -1;
    overflow: hidden;
}
.d_sear_law_detail_list li input[type="checkbox"]:checked + label,
.d_sear_law_detail_list li input[type="radio"]:checked + label {
	background-color: #1c8bf2; color: #fff;
}
.d_law_detail_btn_con {text-align: center;}
.d_law_detail_btn_con .d_law_detail_btn {margin: 0 8px; padding: 8px 16px; border: 1px solid #1c8bf2; border-radius: 30px; color: #1c8bf2;}
.d_law_detail_btn_con .d_law_select_btn {background-color: #1c8bf2; color: #fff;}

.d_sear_law_detail_list::-webkit-scrollbar{ /*스크롤바의 너비*/
  width:8px;
}
.d_sear_law_detail_list::-webkit-scrollbar-thumb{ /*스크롤바의 색상*/
	background-color: #d4d4d4; 
	border-radius: 7px;
}
.d_sear_law_detail_list::-webkit-scrollbar-track{ /*스크롤바 트랙 색상*/
	background-color: #f7f7f7; 
	border-radius: 7px;
}
.d_law_reset_btn {display: flex; justify-content: center; align-items: center;}

@media (max-width: 1280px) {
/* 	.d_sear_law_detail_list li {width: 18%;}
	.d_sear_law_detail_list li:nth-child(5n) {border-right: 0;}
	.d_sear_law_detail_list li:nth-child(8n) {border-right: 1px solid #e7e7e7;} */
}
@media (max-width: 1024px) {
	.d_sear_law_detail_list li {width: 22.5%;}
	.d_sear_law_detail_list li:nth-child(8n) {border-right: 0;}
	.d_sear_law_detail_list li:nth-child(4n) {border-right: 1px solid #e7e7e7;}
/**/
/*	.b_hide01{display:block;}*/
/*	.b_qst-area > ul > .b_service .b_right-box .b_bot-box .cont-03{margin-left:0; margin-top:15px;}*/
}
@media (max-width: 768px) {
	.d_sear_law_detail_box h3 {width: 15%;}
	.d_sear_law_detail_list {height: 135px; overflow-y: scroll;}
	.d_sear_law_detail_list li {width: 25%;}
	.d_sear_law_detail_list li:nth-child(6n) {border-right: 0;}
	.d_sear_law_detail_list li:nth-child(4n) {border-right: 1px solid #e7e7e7;}
}
@media (max-width: 425px) {
	.d_sear_law_detail_box h3 {width: 15%;}
	.d_sear_law_detail_box {flex-direction: column;}
	.d_sear_law_detail_list {height: 135px; overflow-y: scroll; width: 100%;}
	.d_sear_law_detail_list li {width: 50%;}
	.d_sear_law_detail_list li:nth-child(4n) {border-right: 0;}
	.d_sear_law_detail_list li:nth-child(2n) {border-right: 1px solid #e7e7e7;}
	.d_sear_law_detail_box h3 {margin-bottom: 16px; width: 100%; padding: 16px 0; padding-left: 3%;}
	.d_search_law_detail_cont {padding: 25px 20px;}
	/* 팝업 */
	.choose_wrap .pop_sub {padding: 16px;}
	.ch_b_inner .choose_pop_list li label {width: 100px;}
}

/* 유의사항 추가 */
a.d_precaution {
		position: relative;
		bottom: -24px;
    display: flex;
    justify-content: flex-end;
		color: #1c8bf2;
}
.d_view_cont p {font-weight: 600; font-size: 1.125rem;}
.d_view_content {margin: 30px 0;}
.d_view_content p {display: flex; margin-bottom: 12px; color: #333;}
.d_view_content p i {margin-right: 4px;}
.caution_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0,0,0,.7);
    display: none;
}
.caution_wrap .caution_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1000px;
    height: 800px;
    width: 94%;
    background-color: #fff;
    border-radius: 5px;
    overflow-y: auto;
}
.caution_outside {position: absolute; width: 100%; height: 100%; z-index: -1;}
.caution_inner::-webkit-scrollbar{ /*스크롤바의 너비*/
  width:8px;
}
.caution_inner::-webkit-scrollbar-thumb{ /*스크롤바의 색상*/
	background-color: #d4d4d4; 
	border-radius: 7px;
}
.caution_inner::-webkit-scrollbar-track{ /*스크롤바 트랙 색상*/
	background-color: #f7f7f7; 
	border-radius: 7px;
}
.d_service_cont h5 {font-size: 1.125rem; margin-bottom: 10px;}
.counseli_payment {border: 1px solid #EBE9E5; padding: 12px 32px;}
.counseli_payment li {display: flex; justify-content: space-between; line-height: 2.5;}
.d_counseling_cont textarea {border: 1px solid #EBE9E5; width: 100%; resize: none; padding: 12px;}
.d_counseling_cont button {display: block; width: 100%; height: 40px; background-color: #1c8bf2; color: #fff;}
.d_counseling_cont:first-of-type {margin-bottom: 30px;}
.counseli_pay i {color: #1c8bf2;}
.d_sear_law_detail_part2 {display: none;}
.d_sear_law_detail_part2.on {display: flex;}
.d_sear_law_detail_box_wrap .d_sear_law_detail_box:last-child {margin-bottom: 24px;}

@media (max-width: 768px) {
	.caution_wrap .caution_inner {height: 550px; z-index: 9999;}
	.b_cont1 .b_title.d_view_tit {padding-top: 50px;}
	.d_sear_law_detail_part1 .d_sear_law_detail_list {height: auto;}

}


.b_srh-again{width:50%; height:50px; margin:0 auto; border:1px solid #e7e7e7; margin-bottom:10px;}
.b_srh-again button{width:100%; display:block; text-align:center; line-height:50px; color: #919191; font-size: 1.125rem;}

.choose_wrap .choose_inner{display:none;}
.choose_wrap{display:none;}


.b_hide01{display:none;}

@media (max-width: 1024px) {
	.b_hide01{display:block;}
	.b_qst-area > ul > .b_service .b_right-box .b_top-box .b_srh{width:41%;}
	.b_qst-area > ul > .b_service .b_right-box .b_top-box .cont-03{margin-left:0; margin-top:15px; width:92%;}

	.b_qst-area > ul > li .b_subject .b_srh{width:41%;}
	.b_qst-area > ul > li .b_subject .cont-03{margin-left:0; margin-top:15px; width:100%;}
}

.b_hide02{display:none;}

@media (max-width: 830px) { 
	.b_hide02{display:block;}
	.b_qst-area > ul > .b_service .b_right-box .b_bot-box .b_srh{width:100%;}
	.b_qst-area > ul > .b_service .b_right-box .b_bot-box .cont-03{margin-left:0; margin-top:15px; width:65%;}
	.b_qst-area > ul > .b_service .b_right-box .b_bot-box button{margin-top:15px;}


}

@media (max-width: 630px) { 
	.b_qst-area > ul > .b_service .b_right-box .b_top-box .b_srh{margin-right:1px;}
}

/*.b_list-on{display:none;}*/

.b_type-cont li{display:none;}
/*.b_type-cont.on li{display:block;}*/



.b_list-box .d_second_type_item{height:40px;}

.b_list-box .d_second_type_item5 label span{font-size:1rem;}



.b_right-box .d_search_law_detail_cont{width:100%; display:block; border:0; padding:0;}
.b_right-box .d_sear_law_detail_box h3{width:20%; color:#fff; }

.b_right-box .d_search_law_detail_cont .d_sear_law_detail_list li label{word-break: keep-all;}

@media (min-width: 425px) and (max-width: 580px) { 

	.b_right-box .d_sear_law_detail_box .b_h3{width:30%; }

}

@media (max-width: 425px) { 
	.b_right-box .d_sear_law_detail_box .b_h3{line-height:1; font-size:1.3rem; padding-top:10px; padding-bottom:10px;}
}

.b_cont1 .b_qst-area .b_line-before{position:relative; padding-top:25px;}
.b_cont1 .b_qst-area .b_line-before:before{ 
		content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
    position: absolute;
    left: 0px;
    top: 0px; 
}

/**/
/*.b_qst-area > li{position:relative;}*/
/*.b_selected{position:absolute; left:0; top:5%;}*/


.b_left-box{width:40%;}
.b_qst-area .b_left-box h3{width:100%; word-break:keep-all;}
.b_checked{display:flex; flex-wrap:wrap;}
.b_checked-list1, .b_checked-list5{padding-top:20px;}
.b_checked li{ display:none; border:1px solid #1c8bf2; border-radius:10px; padding:7px 15px; color:#1c8bf2; margin-bottom:7px; margin-right:7px;}

.b_checked li p{display:inline-block; margin-right:10px;}
.b_checked li button{}

@media (max-width: 580px) { 
	 .b_left-box{width:100%;}
}

/* ADD BAORD LSY */
	.d_board_sec {margin: 150px 0;padding-top: 74px;}
	.d_board_sec .d_inner {max-width: 1280px;}
	.d_bd_list_list {margin-bottom: 30px;}
	.ne_bo_img{overflow: hidden;}	
	.d_bd_list_item {float: left; width: calc((100% - 60px) / 3); margin-right: 30px; margin-bottom: 30px;}
	.d_bd_list_item img{display: block;max-width: 100%;}
	.d_bd_list_item:nth-child(3n) {margin-right: 0;}
	.d_bd_list_item_img img {display: block; width: 100%;}
	.d_bd_list_txt{margin-top: 15px;}
	.d_bd_list_tit {padding: 8px 0; font-size: 1.25rem; font-weight: 600;}
	.d_bd_list_date {text-align: right; display: block;color: #ccc;}
	.d_bd_tit {font-size: 2rem; font-weight: bold; margin-bottom: 30px;margin-top: 10px;}
	.d_bd_list_sort {margin-top: 12px;}
	.d_bd_list_sort span:first-child {margin-right: 12px;}
	.d_bd_list_desc {margin-bottom: 15px; height: 50px;line-height: 160%;color: #777;}

	/* d_bd_list_edit */
	.d_bd_list_edit {display: flex; justify-content: space-between;}
	.d_bd_edit_tool {padding: 8px 15px; border: 1px solid #333;display: inline-block;height: 37px;font-size: 0.95rem;}
	.d_bd_edit_wr {border-color: #04305e; background-color: #04305e; color: #fff;}


	/*.building_list*/
	.board_page{margin-top: 60px;text-align: center;}
	.board_page ul{display: inline-block;}
	.board_page ul:after{content: "";display: block;clear: both;}
	.board_page ul li{float: left;width: 40px;margin: 0 2px;}
	.board_page ul li a{line-height: 40px;display: block;height: 40px;color:#666;font-weight: 300;}
	.board_page ul li.first a{background: url(/img/icon/building_first.png) no-repeat center;}
	.board_page ul li.prev a{background: url(/img/icon/building_prev.png) no-repeat center;}
	.board_page ul li.next a{background: url(/img/icon/building_next.png) no-repeat center;}
	.board_page ul li.last a{background: url(/img/icon/building_last.png) no-repeat center;}
	.board_page ul li.active{border-radius: 50%;background-color: #f2f2f2;}
	.d_bd_list_item_img {height: 250px; overflow: hidden; position: relative;}

	/* bd_vw */
	.d_bd_vw_info {display: flex;}
	.d_bd_vw_info .d_bd_vw_date {margin-right: 12px;}
	.d_bd_vw_info .d_bd_vw_date span, .d_bd_vw_good span{color: #999;}
	.d_bd_content {padding: 30px 0;margin-top: 30px;border-top: 1px solid #eee;padding-bottom: 0;}
	.d_bd_cont_img {margin-bottom: 30px;}
	.d_bd_vw_lt {padding-bottom: 30px; border-bottom: 1px solid #ccc;}
	.d_bd_cont_txt p {line-height: 1.5;}
	.d_bd_content *{line-height: 180% !important;}

	@media only screen and (max-width:1024px) {
	.board_page{margin-top: 30px;}
	.board_page ul li{width:30px;height: 30px;margin: 0;}
	.board_page ul li a{line-height: 30px;height: 30px;}
	.d_bd_list_item img{display: block;width: 100%;}

		.d_board_sec {margin: 100px 0;padding-top: 67px;}
	}

	@media only screen and (max-width:768px) {
		.d_bd_list_item {float: left; width: calc((100% - 30px) / 2); margin-right: 30px; margin-bottom: 30px;}
		
		.d_bd_list_item:nth-child(3n) {margin-right: 30px;}
		.d_bd_list_item:nth-child(2n) {margin-right: 0;}

		.d_board_sec {margin: 75px 0;padding-top: 64px;}
	}

/* ADMIN LAWYER LIST */
.d_adm_lawyer_list_hd {display: flex;}
.d_adm_lawyer_list_hd .d_adm_lawyer_item {display: flex; width: 100%; text-align: center; padding: 12px 0; align-items: center;}
.d_adm_lawyer_item .d_adm_lawyer_item_1dep {display: flex;}
.d_adm_lawyer_item_2dep {background-color: #f8f8f8; display: none;}
.d_adm_lawyer_list_hd {border-top: 2px solid #333; border-bottom: 1px solid #333;}
.d_adm_lawyer_list_hd {background-color: #f6f6f6;}
/* width: 100%; */
.d_adm_lawyer_list_hd .d_adm_lawyer_item > span:nth-child(1) {width: 5%;}
.d_adm_lawyer_list_hd .d_adm_lawyer_item > span:nth-child(2) {width: 5%;}
.d_adm_lawyer_list_hd .d_adm_lawyer_item > span:nth-child(3) {width: 29%;}
.d_adm_lawyer_list_hd .d_adm_lawyer_item > span:nth-child(4) {width: 14%;}
.d_adm_lawyer_list_hd .d_adm_lawyer_item > span:nth-child(5) {width: 14%;}
.d_adm_lawyer_list_hd .d_adm_lawyer_item > span:nth-child(6) {width: 14%;}
.d_adm_lawyer_list_hd .d_adm_lawyer_item > span:nth-child(7) {width: 14%;}
.d_adm_lawyer_list_hd .d_adm_lawyer_item > span:nth-child(8) {width: 5%;}


.d_adm_lawyer_item .d_adm_lawyer_item_1dep span {display: flex; justify-content: center; align-items: center; text-align: center; padding: 12px 0; border: 1px solid #ccc; border-right: 0; border-top: 0;}
.d_adm_lawyer_item .d_adm_lawyer_item_1dep span:last-child {border-right: 1px solid #ccc;}
.d_adm_lawyer_item .d_adm_lawyer_item_1dep span:nth-child(1) {width: 5%;}
.d_adm_lawyer_item .d_adm_lawyer_item_1dep span:nth-child(2) {width: 5%;}
.d_adm_lawyer_item .d_adm_lawyer_item_1dep span:nth-child(3) {width: 29%;}
.d_adm_lawyer_item .d_adm_lawyer_item_1dep span:nth-child(4) {width: 14%;}
.d_adm_lawyer_item .d_adm_lawyer_item_1dep span:nth-child(5) {width: 14%;}
.d_adm_lawyer_item .d_adm_lawyer_item_1dep span:nth-child(6) {width: 14%;}
.d_adm_lawyer_item .d_adm_lawyer_item_1dep span:nth-child(7) {width: 14%;}
.d_adm_lawyer_item .d_adm_lawyer_item_1dep span:nth-child(8) {width: 5%;}


.d_adm_lawyer_item_flex {display: flex; align-items: center; width: 100%; border: 1px solid #ccc; border-top: 0; justify-content: center;}
.d_adm_lawyer_item_flex_list {text-align: center; padding: 12px 0;}
.d_adm_lawyer_item_flex_list:nth-child(1) {width: 10%;}
.d_adm_lawyer_item_flex_list:nth-child(2) {width: 15%;}
.d_adm_lawyer_item_flex_list:nth-child(3) {width: 15%;}
.d_adm_lawyer_item_flex_list:nth-child(4) {width: 15%;}
.d_adm_lawyer_item_flex_list:nth-child(5) {width: 15%;}
.d_adm_lawyer_item_flex_list:nth-child(6) {width: 15%;}
.d_adm_lawyer_item_flex_list:nth-child(7) {width: 15%;}

.d_adm_lawyer i {display: block;}
.d_adm_lawyer_list_wrap {margin-bottom: 30px;}
.d_adm_lawyer_item_flex_btn {display: flex; justify-content: center; gap: 12px; flex-direction: column;}
.d_adm_btn {
	display: block;
	border: 1px solid #ccc;
	padding: 4px 0;
	background-color: #fff;
	width: 67px;
  margin: 0 auto;
}
.d_adm_btn.d_adm_add {
	background-color: #04305e;
	color: #fff;
}

.d_adm_recom .d_adm_add_lawyer_btn {background-color: #04305e; color: #fff; padding: 4px 20px;}
.d_adm_lawyer_item_flex_list select {
    border: 1px solid #ccc;
    padding: 4px 8px;
    background: #fff;
}
span.d_adm_lawyer {flex-direction: column;}
.d_reco_lawyer input {
    border: 1px solid #ccc;
    padding: 4px 8px;
    background: #fff;
		width: 100%;
}
.d_reco_lawyer input::placeholder {color: #000; padding-left: 8px;}

@media (max-width: 1280px) {
	.d_adm_lawyer_item_flex_list:nth-child(1) {width: 8%;}
	.d_adm_lawyer_item_flex_list:nth-child(2) {width: 18%;}
	.d_adm_lawyer_item_flex_list:nth-child(3) {width: 18%;}
	.d_adm_lawyer_item_flex_list:nth-child(4) {width: 18%;}
	.d_adm_lawyer_item_flex_list:nth-child(5) {width: 18%;}
	.d_adm_lawyer_item_flex_list:nth-child(6) {width: 10%;}
	.d_adm_lawyer_item_flex_list:nth-child(7) {width: 10%;}
}
@media (max-width: 960px) {
	.d_adm_lawyer_item_flex {flex-direction: column;}
	.d_adm_lawyer_item_flex_list {width: 94% !important; margin: 0 auto;}
	.d_adm_lawyer_item_flex_list select {width: 100%;}
	.d_adm_lawyer_item_flex_btn {flex-direction: unset;}
	.d_adm_btn {width: 100%;}

	/* list */
	.d_adm_lawyer_list_hd .d_adm_lawyer_item > span:nth-child(1) {width: 10%;}
	.d_adm_lawyer_list_hd .d_adm_lawyer_item > span:nth-child(2) {width: 35%;}
	.d_adm_lawyer_list_hd .d_adm_lawyer_item > span:nth-child(3) {width: 20%;}
	.d_adm_lawyer_list_hd .d_adm_lawyer_item > span:nth-child(4) {width: 20%;}
	.d_adm_lawyer_list_hd .d_adm_lawyer_item > span:nth-child(5) {width: 20%;}

	.d_adm_lawyer_item .d_adm_lawyer_item_1dep span:nth-child(1) {width: 10%;}
	.d_adm_lawyer_item .d_adm_lawyer_item_1dep span:nth-child(2) {width: 35%;}
	.d_adm_lawyer_item .d_adm_lawyer_item_1dep span:nth-child(3) {width: 20%;}
	.d_adm_lawyer_item .d_adm_lawyer_item_1dep span:nth-child(4) {width: 20%;}
	.d_adm_lawyer_item .d_adm_lawyer_item_1dep span:nth-child(5) {width: 20%;}
}

/* ADM LAWYER SEARCH */
.recommend_wrap .d_content_con {height: 450px; overflow-y: scroll;}
.recommend_wrap .d_content_con::-webkit-scrollbar{ /*스크롤바의 너비*/
  width:8px;
}
.recommend_wrap .d_content_con::-webkit-scrollbar-thumb{ /*스크롤바의 색상*/
	background-color: #d4d4d4; 
	border-radius: 7px;
}
.recommend_wrap .d_content_con::-webkit-scrollbar-track{ /*스크롤바 트랙 색상*/
	background-color: #f7f7f7; 
	border-radius: 7px;
}


.recommend_lawyer_item {display: flex; align-items: center; 
justify-content: space-between; margin-bottom: 16px;
border-bottom: 1px solid #ccc;
    padding-bottom: 16px;

}
.d_recommend_info {line-height: 1.5;}
.recommend_lawyer_item_lt {display: flex; align-items: center;}
.d_recommend_info span {display: block;}
.recommend_lawyer_img {margin-right: 8px;}
.recommend_lawyer_btn {display: block; background-color: #04305e; color: #fff; padding: 4px 20px;}


/* ADD CSS */
.d_back_wrap {display: flex; gap: 20px;}
.d_back_wrap2 {gap: 10px;}
.d_back_wrap01 {margin-bottom: 10px;}
.d_back_box {position: relative; margin-bottom: 30px;}
.d_back_box .b_more-btn {position: absolute; top: 0; right: 0;}
.d_back_btn {width: 75px; height: 50px; background-color: #000; color: #fff;}
.d_back_wrap02 {display: none;}
.d_lawyer_sel_sch {width: 30%;}
.d_lawyer_sch_name {width: 40%;}
.d_lawyer_sel_into {width: 20%;}
.d_lawyer_sch_number {width: 20%;}

.d_select_com {display: none;}
.d_select_00 {display: block;}
.d_result_enter {line-height: 50px; color: #000; border: none;}

/* 추가 폼  */
.d_important {color: #ff0000;}
.d_law_regi_form_tit {font-size: 1.8rem; font-weight: 600; color: #1c8bf2; display: flex; margin-top: 20px;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;}
.d_law_regi_form_tit i {margin-right: 5px;}
.b_ck-list_wrap {display: flex;}
.b_checked li button {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
	.d_lawyer_sel_sch, .d_lawyer_sch_name {width: auto;}
	.d_lawyer_sel_into {width: auto;}
}

/*---new repair css---*/
#k_adm_lawyer_list_wrap .k_adm_lawyer_top{border-bottom: 1px solid #ccc;}
#k_adm_lawyer_list_wrap .k_adm_lawyer_top .d_adm_lawyer_item{padding: 0;}
#k_adm_lawyer_list_wrap .k_adm_lawyer_top .d_adm_lawyer_item span{font-weight: bold;padding: 20px 0;}

#k_adm_lawyer_list_wrap .k_adm_lawyer_body{font-size: 14px;}
#k_adm_lawyer_list_wrap .k_adm_lawyer_body .d_adm_tit{padding: 12px 15px;}
#k_adm_lawyer_list_wrap .k_adm_lawyer_body .d_adm_tit a{display: block;width: 100%;text-align: left;}

#k_adm_lawyer_list_wrap .d_adm_lawyer_item_1dep span:nth-child(1), #k_adm_lawyer_list_wrap .d_adm_lawyer_item span:nth-child(1){width: 4%;}
#k_adm_lawyer_list_wrap .d_adm_lawyer_item_1dep span:nth-child(2), #k_adm_lawyer_list_wrap .d_adm_lawyer_item span:nth-child(2){width: 5%;}
#k_adm_lawyer_list_wrap .d_adm_lawyer_item_1dep span:nth-child(3), #k_adm_lawyer_list_wrap .d_adm_lawyer_item span:nth-child(3){width: 24%;}
#k_adm_lawyer_list_wrap .d_adm_lawyer_item_1dep span:nth-child(4), #k_adm_lawyer_list_wrap .d_adm_lawyer_item span:nth-child(4){width: 15%;}
#k_adm_lawyer_list_wrap .d_adm_lawyer_item_1dep span:nth-child(5), #k_adm_lawyer_list_wrap .d_adm_lawyer_item span:nth-child(5){width: 10%;}
#k_adm_lawyer_list_wrap .d_adm_lawyer_item_1dep span:nth-child(6), #k_adm_lawyer_list_wrap .d_adm_lawyer_item span:nth-child(6){width: 10%;}
#k_adm_lawyer_list_wrap .d_adm_lawyer_item_1dep span:nth-child(7), #k_adm_lawyer_list_wrap .d_adm_lawyer_item span:nth-child(7){width: 10%;}
#k_adm_lawyer_list_wrap .d_adm_lawyer_item_1dep span:nth-child(8), #k_adm_lawyer_list_wrap .d_adm_lawyer_item span:nth-child(8){width: 7%;}
#k_adm_lawyer_list_wrap .d_adm_lawyer_item_1dep span:nth-child(9), #k_adm_lawyer_list_wrap .d_adm_lawyer_item span:nth-child(9){width: 7%;}
#k_adm_lawyer_list_wrap .d_adm_lawyer_item_1dep span:nth-child(10), #k_adm_lawyer_list_wrap .d_adm_lawyer_item span:nth-child(10){width: 8%;}

#k_adm_lawyer_list_wrap .d_adm_lawyer i{width: 100%;padding: 0 12px;line-height: 150%;color: #999;}
#k_adm_lawyer_list_wrap .d_adm_lawyer i b{display: inline-block;color: #000;}

#k_adm_lawyer_list_wrap .k_adm_lawyer_body .d_adm_recom_add{padding: 12px 12px;justify-content: flex-start;line-height: 150%;}
#k_adm_lawyer_list_wrap .k_adm_lawyer_body .d_adm_recom_add i{color: #999;}
#k_adm_lawyer_list_wrap .k_adm_lawyer_body .d_adm_recom_add i i{display: inline-block;color: #000;width: 60px;}
#k_adm_lawyer_list_wrap .k_adm_lawyer_body .d_adm_recom_add b{display: block;width: 100%;text-align: left;}
#k_adm_lawyer_list_wrap .d_adm_recom .d_adm_add_lawyer_btn, #k_adm_lawyer_list_wrap .d_adm_del .d_adm_add_lawyer_btn{white-space: nowrap;font-size: 14px;font-weight: bold;padding: 6px 20px;border-radius: 3px;}

.d_adm_add_lawyer_btn{font-size: 14px;font-weight: bold;padding: 6px 10px;border-radius: 3px;background-color: #c90a0a;color: #fff;}

#k_adm_lawyer_list_wrap .d_adm_add_lawyer_btn2{background-color: #bfbfbf;}
#k_adm_lawyer_list_wrap .d_adm_del .d_adm_add_lawyer_btn{background-color: #bfbfbf;}


/*---변호사 리스트---*/
#k_new_rec-item>a{width: 30%;}
#k_new_rec-item>div{width: 70%;margin-left: 30px;}

#k_new_rec-item>a>div{width: 100%;}

#k_new_rec-item .d_career_flex{font-size: .9rem;}

.b_container .b_left-area .b_info .b_info-box{display: flex;flex-direction: row;align-items: flex-start;justify-content: flex-start;}
.b_container .b_left-area .b_info .b_info-box strong{width: 150px;}
.b_container .b_left-area .b_info .b_info-box ul{margin-top: 2px;width: calc( 100% - 80px );position: relative;padding-left: 25px;}
.b_container .b_left-area .b_info .b_info-box ul::before{content: "";position: absolute;top: 0;left: 0;width: 1px;height: 100%;background: #e0e0e0;}
.b_container .b_left-area .b_info .b_info-box ul li{display: flex;flex-direction: row;align-items: center;justify-content: flex-start;padding-bottom: 15px;}
.b_container .b_left-area .b_info .b_info-box ul li:last-child{padding-bottom: 0;}
.b_container .b_left-area .b_info ul li p{padding: 0;color: #878787;}
.b_container .b_left-area .b_info ul li b{width: 200px;margin-right: 15px;}
.b_container .b_left-area .b_info ul li b.k_career_w100{line-height: 160%;width: 100%;}

#k_form_00 .d_view_tit{display: block;flex: none;padding-bottom: 30px;}
#k_form_00 .d_view_info{text-align: left;padding: 0 5px;padding-bottom: 20px;border-bottom: 1px solid #e7e7e7;}
#k_form_00 .d_view_info li{text-align: left;float: left;width: 50%;display: flex;}
#k_form_00 .d_view_info li h4, #k_form_00 .d_view_info li p{line-height: 40px;padding-left: 20px;}
#k_form_00 .d_view_info li h4{background: #eaeff4;width: 200px;}
#k_form_00 .d_view_info li p{width: calc( 100% - 200px );}

@media (max-width: 1023px){ 

	.b_cont1 .b_top-banner{margin-top: 67px;}
}

@media (max-width: 800px){ 

	.b_container .b_right-area .b_photo{height: 450px;}
	.b_container .b_right-area .b_photo .b_link{width: calc( 100% - 32px );}
	.b_container .b_left-area .b_title-box h2{padding-top: 10px;}

	.counseli_payment{padding: 12px 20px;}

	.b_container .b_left-area .b_box h4{padding-bottom: 10px;}

	.b_container .b_left-area .b_info .b_info-box strong{width: 80px;}
	.b_container .b_left-area .b_info .b_info-box ul{padding-left: 15px;}
	.b_container .b_left-area .b_info ul li b{width: 85px;}

	.b_container .b_left-area .b_info .b_info-box{margin-bottom: 30px;}

	#k_form_00 .d_view_info li{float: none;width: 100%;}
	#k_form_00 .d_view_info li h4, #k_form_00 .d_view_info li p{padding-left: 15px;}
	#k_form_00 .d_view_info li h4{width: 120px;}
	#k_form_00 .d_view_info li p{width: calc( 100% - 120px );}
}

/*---new ksh css---*/
.caution_inner .b_cont1{padding-bottom: 0;}
.caution_inner .b_cont1 .b_title h1{font-size: 1.8rem;}
.caution_inner .b_cont1 .b_title.d_view_tit{padding-top: 50px;padding-bottom: 0;}
.d_content_con{padding: 35px 0;}

.k_edu_box input, .k_edu_box select{color: #222;}

/*profile*/
#k_profile>.b_inner{width: 100%;justify-content: space-between;}
#k_profile .b_right-area{width: 40%;padding: 0;}
#k_profile .b_left-area{width: 60%;}

/*right*/
#k_profile .b_right-area{position: relative;top: auto;left: auto;bottom: auto;right: auto;margin: 0;padding: 0;height: 100%;}
#k_profile .b_right-area .b_name, #k_profile .b_right-area .b_photo{width: 100%;}
#k_profile .b_right-area .b_name{padding: 0;padding: 20px 0;height: auto;}
#k_profile .b_right-area .b_name p{font-weight: 500;}

#k_profile .b_mask-top, #k_profile .b_mask-bottom{display: none;}

.k_rgt_float{position: sticky;top: 50px;width: 100%;z-index: 1;}

/*left*/
#k_profile .b_left-area{padding-right: 5%;}
#k_profile .b_left-area .b_title-box{padding-top: 0;}

/*---견적---*/
.d_answer_ck{font-weight: 600;}

.pop_sub .b_title.d_view_tit{padding-bottom: 0;}
.ch_b_inner .d_content_con{padding-top: 10px;}
.ch_b_inner .d_content_con h2{font-size: 1rem;color: #555;}
.b_cont1 .b_title h1{font-size: 2rem;}
.ch_b_inner .choose_pop_list li{margin-bottom: 10px;}
.ch_b_inner .choose_pop_list li label{font-weight: 600;}

.d_view_controller li{width: 100%;}
.d_view_controller li button{width: 100% !important;}

/*---반응형 일괄 수정---*/
@media screen and (max-width: 720px){ 

	#k_profile .b_right-area, #k_profile .b_left-area{display: block;width: 100%;}
	#k_profile .b_right-area{padding-top: 65px;margin-bottom: 20px;}
	#k_profile .b_left-area{padding: 0 5%;}

	.b_container .b_left-area .b_info .b_info-box{display: block;flex: none;}
	.b_container .b_left-area .b_info .b_info-box strong{width: 100%;}
	.b_container .b_left-area .b_info .b_info-box ul{width: 100%;}


	.b_container .b_left-area .b_info .b_info-box ul li{display: block;flex: none;}
	.b_container .b_left-area .b_info ul li b{width: 100%;}
	.b_container .b_left-area .b_info ul li p{margin-top: 5px;}
}