.footer-wrap {
	border-top: 0;
}

.main-wrap {
	box-sizing: border-box;
	padding: 80px 0;
	margin: auto;
	min-width: 1440px;
	width: 100%;
	background-color: #fff;
}

.mechanic-title {
	width: 100%;
}
.mechanic-title .mechanic-text-wrap{
	max-width: 1060px;
	margin:0 auto;
	padding-bottom: 54px;
}
.mechanic-title .mechanic-text-wrap h4{
	color: var(--color-static-black, #11151C);
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	padding-bottom: 12px;
}
.mechanic-title .mechanic-text-wrap h6{
	margin: 0;
	color: var(--Color-Text-black, #11151C);
	font-size: var(--font-size-lg, 20px);
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}

/**
*  PAGE NAVIGATOR
*/
.page-wrap {
  text-align: center;
  padding-top: 80px;
}

.paginate {
	font-size: 0;
  display: flex;
  align-items: center;
  justify-content:center;
  gap: 8px;
}

.paginate li,
.paginate span {
	display: inline-block;
	vertical-align: top;
}

.paginate li a,
.paginate span a {
	box-sizing: border-box;
	border-right: 0;
	display: block;
	width: 32px;
  height: 32px;
  line-height: 32px;
	font-family: 'Pretendard';
	color: #626974;
	font-size: 14px;
	text-align: center;
  font-weight: 400;
  border-radius: 4px;
}

.paginate .page-arrow{
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.paginate .page-arrow.prev-label a{
  background:url('https://images.carvazo.com/carvazo/common/pagination/icon_arrow_prev.svg') center center / auto no-repeat;
}
.paginate .page-arrow.next-label a{
  background:url('https://images.carvazo.com/carvazo/common/pagination/icon_arrow_next.svg') center center / auto no-repeat ;
}
.paginate .page-arrow.prev-label a.disabled{
  background:url('https://images.carvazo.com/carvazo/common/pagination/icon_arrow_prev_disabled.svg') center center / auto no-repeat;
	pointer-events: none;
}
.paginate .page-arrow.next-label a.disabled{
  background:url('https://images.carvazo.com/carvazo/common/pagination/icon_arrow_next_disabled.svg') center center / auto no-repeat ;
	pointer-events: none;
}
.paginate .page-arrow a {
	padding: 0;
	width: 100%;
  height: 100%;
}


.paginate .first-label img,
.paginate .last-label img {
	width: 15px;
}

.paginate .first-label img,
.paginate .prev-label img {
	transform: rotate(-180deg);
}
/* .paginate li:first-child a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.paginate li:last-child a {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-right: 0;
} */


.paginate .active a{
	background:#00CC83;
  color:#fff;
  font-weight: 700;
	pointer-events: none;
}

/* .paginate li:hover a {
	background-color: #eceff2;
	color: #626974;
} */

/* .paginate .disabled:hover a {
	background-color: #fff;
} */
/* .paginate li:first-child a{
	background-image: url('/CARVAZO_IMG/web_main/mDetail/left.png');
	margin-right:10px;
}

.paginate li:last-child a{
	background-image: url('/CARVAZO_IMG/web_main/mDetail/right.png');
	margin-left:10px;
} */



/* .paginate li:last-child,
.paginate li:first-child{
	width: 35px;
	height: 35px;
	margin-top:0;
}

.paginate li:last-child a,
.paginate li:first-child a{
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 100%;
	box-sizing: border-box;
	border: 1px solid #dee1e4;
	font-size:0;
	display: block;
	width: 35px;
	height: 35px;
	text-indent: 0;
}

.paginate li:last-child:hover a,
.paginate li:first-child:hover a{
	border: 1px solid #00cc83;
}

.paginate li a{

	display: block;
	width: 100%;
	height: 22px;
	text-indent: 0;
	font-family: 'Kaleko205-Book';
	color: #626974;
	text-align: center;
	font-size: 15px;

}

.paginate li.active a{
	border-bottom: 2px solid #00cc83;
	color: #00cc83;
}

*/

.paginate li.disabled a {
	color: #a9adb4;
}


/**
*  End Of PAGE NAVIGATOR
*/


.search-box{
}
.search-box .method-wrap{
	width: 1060px;
	margin: 0 auto;
}
.method-wrap .filter-button .filter-reset{
	width: 16px;
	height: 16px;
	min-width: 16px;
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4874 5.24513C14.2361 4.97597 13.8143 4.96142 13.5451 5.21264L7.99999 10.3881L2.45487 5.21264C2.18571 4.96142 1.76385 4.97597 1.51263 5.24513C1.2614 5.5143 1.27595 5.93616 1.54512 6.18738L7.54511 11.7874C7.80125 12.0264 8.19873 12.0264 8.45487 11.7874L14.4549 6.18738C14.724 5.93616 14.7386 5.5143 14.4874 5.24513Z' fill='%23C1C9D6'/%3E%3C/svg%3E");
}
.method-wrap .filter-button.active .filter-reset{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.99998 15.1667C11.6819 15.1667 14.6666 12.1819 14.6666 8.50004C14.6666 4.81814 11.6819 1.83337 7.99998 1.83337C4.31808 1.83337 1.33331 4.81814 1.33331 8.50004C1.33331 12.1819 4.31808 15.1667 7.99998 15.1667ZM4.83612 11.481C4.58035 11.2162 4.58772 10.7941 4.85257 10.5384L7.0403 8.42571L4.85247 6.31295C4.58761 6.05718 4.58025 5.63514 4.83601 5.37028C5.09178 5.10543 5.51382 5.09806 5.77868 5.35383L8 7.49894L10.2213 5.35381C10.4862 5.09805 10.9082 5.10542 11.164 5.37027C11.4198 5.63512 11.4124 6.05717 11.1476 6.31293L8.95971 8.42571L11.1474 10.5384C11.4123 10.7942 11.4197 11.2162 11.1639 11.4811C10.9081 11.7459 10.4861 11.7533 10.2212 11.4975L8 9.35249L5.77878 11.4975C5.51393 11.7533 5.09188 11.7459 4.83612 11.481Z' fill='%2300B277'/%3E%3C/svg%3E");
}
.method-wrap .filter-button input{
	color: var(--color-neutral-600, #717D8E);
	text-align: center;
	font-size: var(--font-size-md, 18px);
	font-style: normal;
	font-weight: 500;
	height: 48px;
	line-height: 48px;
	width: 83px;
}
.method-wrap .filter-button.has-reset input{
	width: calc(100% - 20px);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden; 
}
.method-wrap .filter-button.active{
	border-bottom: 2px solid #11151C;
}
.method-wrap .filter-button.active input{
	color: var(--color-static-black, #11151C);
	font-weight: 700;
}
.applied-filter{
	background: #F5F8FC;
}
.applied-filter > ul{
	width: 1060px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
}
.applied-filter > ul > li{
	margin: 16px 0;
	border-radius: 100px;
	background: var(--color-static-white, #FFF);
	padding: 6px 12px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	color: var(--color-static-black, #11151C);
	text-align: left;
	font-size: var(--font-size-xs, 15px);
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	cursor: default;
	display: none;
}
.applied-filter > ul > li button{
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12.3145 2.90723C12.5792 2.65156 13.001 2.65831 13.2568 2.92285C13.5126 3.18771 13.5051 3.61044 13.2402 3.86621L8.95898 8L13.2402 12.1338C13.5051 12.3896 13.5126 12.8123 13.2568 13.0771C13.0011 13.3417 12.5792 13.3492 12.3145 13.0938L7.99902 8.92676L3.68555 13.0938C3.42081 13.3493 2.99892 13.3416 2.74316 13.0771C2.4874 12.8123 2.49394 12.3896 2.75879 12.1338L7.03906 8L2.75879 3.86621C2.49399 3.61044 2.48741 3.18769 2.74316 2.92285C2.99897 2.65843 3.42084 2.6516 3.68555 2.90723L7.99902 7.07324L12.3145 2.90723Z' fill='%2311151C'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
}
.filter-inner{
	width: 1060px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 48px;
	padding-top: 42px;
}

.filter-left{
	width: 691px;
	flex: 0 0 691px;
}
.count-sort-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 16px;
}
.count-sort-wrap .mec-count,
.count-sort-wrap .mec-count span{
	color: var(--color-static-black, #11151C);
	font-size: var(--font-size-sm, 16px);
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
}
/* 정렬 */
.sort-filter{
  box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sort-filter .sort-wrap{
	display: flex;
	align-items: center;
	justify-content:flex-end;
	gap: 37px;
}
.sort-filter .sort-wrap button{
  padding: 2px;
	position: relative;
	color: var(--color-neutral-400, #A9B4C4);
	font-size: var(--font-size-xs, 15px);
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}
.sort-filter .sort-wrap button::after{
	content: '';
	width: 1px;
	height: 16px;
	background: #EDF4FC;
	position: absolute;
	right: -18px;
	top: 50%;
	transform: translateY(-50%);
}
.sort-filter .sort-wrap button:last-child::after{
	display: none;
}
.sort-filter .sort-wrap .active {
	color: var(--color-static-black, #11151C);
	font-weight: 600;
}
/* !정렬 */


/* 검색 */
/* 기타 필터 */
.filter-right{
	width: 321px;
	flex:0 0 321px;
}
.filter-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 32px;
}
.filter-title h4{
	color: var(--color-static-black, #11151C);
	font-size: var(--font-size-lg, 20px);
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
}
.act-reset{
	padding: 4px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 4px;
	color: var(--color-neutral-600, #717D8E);
	text-align: center;
	font-size: var(--size-font-body-body-1, 14px);
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	cursor: pointer;
}
.filter-list > li{
	padding: 24px 0;
	border-bottom: 1px solid #EDF4FC;
}
.filter-list > li:first-of-type{
	padding-top: 0;
}
.filter-list > li:last-of-type{
	border-bottom: none;
	padding-bottom: 0;
}
.filter-list .filter-name{
	margin: 0;
	padding-bottom: 16px;
	color: var(--color-static-black, #11151C);
	font-size: var(--font-size-sm, 16px);
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
}

/* 전문 분야 */
.segment-list li{
	margin-bottom: 8px;
	padding: 4px 0 4px 28px;
	cursor: pointer;
}
.segment-list li:last-of-type{
	margin-bottom: 0;
}
.segment-list li span{
	position: relative;
	color: var(--color-static-black, #11151C);
	font-size: var(--font-size-md, 16px);
	font-weight: 500;
	line-height: 150%; /* 24px */
}
.segment-list li span::before{
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: -26px;
	top: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M9.99976 2.16675C14.3259 2.16675 17.8336 5.67367 17.8337 9.99976C17.8337 14.326 14.326 17.8337 9.99976 17.8337C5.67367 17.8336 2.16675 14.3259 2.16675 9.99976C2.16692 5.67378 5.67378 2.16692 9.99976 2.16675Z' stroke='%23D9E1EE'/%3E%3C/svg%3E");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.segment-list .active span::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.00016 1.25903C11.6821 1.25903 14.6668 4.2438 14.6668 7.9257C14.6667 11.6075 11.682 14.5924 8.00016 14.5924C4.31832 14.5924 1.33358 11.6075 1.3335 7.9257C1.3335 4.2438 4.31826 1.25903 8.00016 1.25903ZM11.9058 5.205C11.6634 4.97907 11.2841 4.99208 11.0581 5.23429L6.98844 9.59953L4.92204 7.58911C4.68453 7.35804 4.3048 7.36332 4.07373 7.60083C3.84268 7.83834 3.84795 8.21807 4.08545 8.44914L6.59066 10.8866C6.70626 10.9991 6.86237 11.0604 7.0236 11.0566C7.18489 11.0526 7.33805 10.9838 7.44808 10.8658L11.9357 6.05265C12.1616 5.81028 12.1481 5.43094 11.9058 5.205Z' fill='%2300CC88'/%3E%3C/svg%3E");
}
/* !전문 분야 */

/* 검수 지역 */
.filter-list .filter-place{
	position: relative;
	width: 100%;
	height: 48px;
	border-radius: var(--radius-size-md, 8px);
	border: 1px solid var(--color-neutral-200, #D9E1EE);
	background-color: #fff;
	background-size: 16px;
	background-position: right 16px center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M5.23042 2.26557C5.49077 2.00523 5.91278 2.00523 6.17313 2.26557L11.4361 7.5286C11.6965 7.78895 11.6965 8.21096 11.4361 8.4713L6.17313 13.7343C5.91278 13.9947 5.49077 13.9947 5.23042 13.7343C4.97007 13.474 4.97007 13.052 5.23042 12.7916L10.0221 7.99995L5.23042 3.20828C4.97008 2.94794 4.9701 2.52593 5.23042 2.26557Z' fill='%23C1C9D6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
}
.filter-list .filter-place > input{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	color: var(--color-neutral-400, #A9B4C4);
	text-align: left;
	font-size: var(--font-size-xs, 15px);
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	padding: 0 32px 0 16px;
}
/* !검수 지역 */

/* 지역 선택 목록 뱃지 */
.city-li{
	position: relative;
}
.city-li input{
	position: relative;
}
.city-li.disabled input{
	pointer-events: none;
	cursor: default;
	color: #C1C9D6;
}
.city-li .badge-container{
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 4px;
}
.city-li .badge-container .badge{
	color: var(--color-neutral-300, #C1C9D6);
	font-size: var(--font-size-2xs, 12px);
	font-style: normal;
	font-weight: 600;
	padding: 2px 6px;
	/* height: 22px; */
	line-height: 150%;
	border-radius: 2px;
	background: var(--color-neutral-100, #EDF4FC);
	/* display: none; */
}
.city-li .badge-container .badge.dispatch.active{
	color: #00B277;
	background: #EAFBF2;
}
.city-li .badge-container .badge.center.active{
	color: #1589D6;
	background: #E4F7FF;
}
.city-li .badge-container .badge.non-active{
	display: none;
}
/* !지역 선택 목록 뱃지 */

/* 검수일 */
.filter-list .calendar-container .calendar{
	padding: 0;
}
.filter-list .calendar-notice{
	display: none;
}
.filter-list .date-box .active{
	border-color: #0c8;
	background: var(--color-green-500, #0C8);
}
.filter-list .date-box li.active .month_1, 
.filter-list .date-box li.active .month_2{
	color: #fff !important;
}
.filter-list .date-box li:first-of-type .month_2{
	color: #717D8E;
}
/* !검수일 */

/* 이름 검색 */
.mechanic-name-input{
	position: relative;
	width: 100%;
	height: 48px;
	border-radius: var(--radius-size-md, 8px);
	border: 1px solid var(--color-neutral-200, #D9E1EE);
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.mechanic-name-input input[type="text"]{
	padding-left: 16px;
	width: calc(100% - 48px);
	color: #11151C;
	text-align: left;
	font-size: var(--font-size-xs, 15px);
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}
.mechanic-name-input input[type="text"]::placeholder{
	color: var(--color-neutral-400, #A9B4C4);
	text-align: left;
	font-size: var(--font-size-xs, 15px);
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}
.mechanic-name-input input[type="button"]{
	width: 48px;
	height: 48px;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.51758 1.33337C10.7643 1.33346 13.3965 3.96558 13.3965 7.21228C13.3965 8.68033 12.8579 10.0226 11.9681 11.0528L14.4714 13.556C14.7317 13.8164 14.7317 14.2384 14.4714 14.4987C14.211 14.7591 13.789 14.7591 13.5286 14.4987L10.9876 11.9577C10.0151 12.6701 8.81546 13.0912 7.51758 13.0912C4.27088 13.0912 1.63874 10.459 1.63867 7.21228C1.63867 3.96553 4.27083 1.33337 7.51758 1.33337ZM7.51758 2.80017C5.08085 2.80017 3.10547 4.77555 3.10547 7.21228C3.10554 9.64895 5.08089 11.6244 7.51758 11.6244C9.95419 11.6243 11.9296 9.6489 11.9297 7.21228C11.9297 4.7756 9.95424 2.80025 7.51758 2.80017Z' fill='%23C1C9D6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
} 
/* !이름 검색 */
.mec-form {
	display: block;	
}

.mec-form .data-wrap {
	display: inline-block;
	vertical-align: top;
}

.method-wrap{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 32px;
	border-bottom: 1px solid #EDF4FC;
}

/* !검색 */


/* 정비사 리스트 */
.list-wrap {
	box-sizing: border-box;
	width: 100%;
	min-width: 690px;
	text-align: center;
}

.mechanic-ul {
	width: 690px;
}
.mechanic-li {
	position: relative;
	border-radius: 12px;
	border: 1px solid var(--color-neutral-200, #D9E1EE);
	background: var(--color-static-white, #FFF);
	margin-bottom: 16px;
}
.mechanic-li:last-of-type {
	margin-bottom: 0;
}

.mechanic-li.closed {
	opacity: 0.4;
}

.mechanic-li .reservation-closed {
	position: relative;
	z-index: 2;
	padding: 15px 0;
	text-align: center;
}

.mechanic-li .reservation-closed p {
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	letter-spacing: -1px;
	color: #303841;
}

.mechanic-li .reservation-closed span {
	color: #0fae6f;
}

.reservation-closed .closed-text,
.reservation-closed img {
	margin-top: -6px;
	display: inline-block;
	vertical-align: middle;
}
.mechanic-li:hover {
	box-shadow: 0px 3px 12px rgba(44, 44, 44, 0.1);
}
.mechanic-li > a {
	display: block;
	position: relative;
	padding: 24px;
}
.line-banner{
  background: #F0F6FF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 6px;
  line-height: 150%;
  padding: 4px 0;
  margin-bottom: 24px;
}
.line-banner-wrap .line-banner:last-of-type{
  margin-bottom: 16px;
}
.mechanic-li:not(:first-child) .brand-exp-banner{
  display: none;
}
.line-banner .banner-text{
  color: #434D71;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.line-banner.discount-banner{
  background: #F6F0FF;
  color: #A061F2;
}
.line-banner.discount-banner .banner-text{
  color: #A061F2;
}
.mechanic-li .mechanic-img {
	width: 88px;
	height: 99px;
	border-radius: 8px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	border: 0.5px solid var(--color-neutral-200, #D9E1EE);
}
.verify-label{
	background: rgba(0, 178, 119, 0.70);
	padding: 2px 4px;
	color: var(--color-static-white, #FFF);
	text-align: center;
	text-shadow: 0 0 2px rgba(13, 48, 91, 0.70);
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}
.show-verify-label .verify-label{
	display: block;
}
.mechanic-top{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	padding-bottom: 24px;
}
.mechanic-top .mechanic-info{
	flex: 0 0 calc(100% - 104px);
}

/*출장비*/
.charge-wrap {
  position: relative;
}

.charge-box {
}

.charge-inform {
  position: absolute;
  top: 28px;
  left: 0;
  box-sizing: border-box;
  padding: 16px 24px 20px 20px;
  width: 320px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 5;
  display: none;
  opacity: 0;
  transition: 0.3s;
}
.charge-inform.on {
  display: block;
  opacity: 1;
}
.charge-inform p {
  width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.8px;
  color: #626974;
}
/*!출장비*/

.service-type-badge{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 4px;
	padding-bottom: 8px;
}
.service-type-badge .service-badge{
	border-radius: 4px;
  background: #F5F8FC;
  color: #A9B4C4;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  line-height: 150%;
  padding: 2px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.service-type-badge .service-badge.visiting{
  color: #3194EA;
  background: #EBF5FF;
}
.service-type-badge .service-badge.dispatch{
  color: #00B277;
  background: #EAFBF2;
}

.profile-line {
	text-align: center;
}
.profile-line .profile-name {
	color: var(--Color-Text-black, #11151C);
	font-size: var(--font-size-lg, 20px);
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 2px;
}

.profile-line dd {
	width: 100%;
	overflow: hidden;
	color: var(--color-neutral-600, #717D8E);
	text-overflow: ellipsis;
	font-size: var(--font-size-sm, 16px);
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	text-align: left;
	padding-top: 4px;
}

.area-lines {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 8px 12px;
	border-radius: 8px;
	background: var(--color-neutral-50, #F5F8FC);
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 4px;
	box-sizing: border-box;
}

.area-lines > p {
	color: var(--Color-Text-black, #11151C);
	font-size: var(--font-size-xs, 15px);
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}
.bottom-lines {
	box-sizing: border-box;	
}
/* 카바조 내부 정비사 */
.carvazo-mechanic{
  background-color: #EAFBF2;
  border-radius: 8px;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin: 0 20px;
  box-sizing: border-box;
  text-align: left;
}
.carvazo-mechanic .certification_mechanic{
	width: 40px;
	height: 40px;
}
.carvazo-mechanic .certification_mechanic img{
	width: 100%;
}
.carvazo-mechanic *{
  font-family: 'Pretendard';
}
.carvazo-mechanic h3{
  color:#00cc88;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.5px;
}
.carvazo-mechanic h6{
  color: #454B54;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.5px;
  word-break: keep-all;
  margin: 0;
}
.mechanic-mid {
	margin-bottom: 24px;
}
.mechanic-mid ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.mechanic-mid ul > li {
	/* flex: 1; */
	width: 33.33%;
	text-align: center;
	position: relative;
}
.mechanic-mid ul > li::after {
	content: '';
	position: absolute;
	width: 1px;
	background-color: #EDF4FC;
	right: 0;
	top: 4.5px;
	bottom: 4.5px;
}
.mechanic-mid ul > li:last-of-type:after {
	display: none;
}
.new-list{
  width: 66.66%;
  flex: 0 0 66.66%;
	font-size: var(--font-size-sm, 16px);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.list-title {
	color: var(--Color-Text-gray-01, #717D8E);
	text-align: center;
	font-size: var(--font-size-xs, 15px);
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	padding-bottom: 2px;
}
.list-text {
	color: var(--Color-Text-black, #11151C);
	text-align: center;
	font-size: var(--font-size-sm, 16px);
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
}
.list-text.star-text {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2px;
}
.ability-title {
	margin-bottom: 8px;
	width: auto;
	letter-spacing: -0.5px;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	color: #626974;
}

.ability-text {
	box-sizing: border-box;
	padding-right: 2px;
	font-size: 36px;
	font-family: 'Kaleko205-Bold';
	letter-spacing: -1px;
}

.brand-box > ul > li {
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: -0.5px;
	text-align: center;
}

.brand-box > ul > li:last-child {
	margin-bottom: 0;
}
.no-result {
	margin-bottom: 100px;
}
/* !정비사 리스트 */


/* datepicker */
#ui-datepicker-div td {
	padding: 2px 4px;
	line-height: 27px;
}

/* dummy */


.dummy-box::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	width: 100px;
	height: 100%;
	background: linear-gradient(to right, transparent, rgba(255,255,255,0.3), transparent);
	animation: shine 2.5s infinite;
}

@keyframes shine {
	from {
		left: 0;
	}
	to {
		left: 90%;
	}
}

.dummy-box .dummy-bg {
	background-color: #dee1e4;
}

#dummy{

}
#dummy ul{
	width: 690px;
}
#dummy > ul > li{
	position: relative;
	box-sizing: border-box;
	background-color: #fff;
	padding: 24px;
	border-radius: 12px;
	border: 1px solid var(--color-neutral-200, #D9E1EE);
	background: var(--color-static-white, #FFF);
	margin-bottom: 16px;
}
#dummy > ul > li:last-of-type {
	margin-bottom: 0;
}
#dummy ul li .dummy-top{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
}
#dummy ul li .mec-img{
	width: 88px;
	height: 99px;
	border-radius: 8px;
	background-color: #dee1e4;
}
#dummy ul li .name{
	width: 100%;
	height: 99px;
}
#dummy ul li .dummy-mid{
	text-align: center;
	padding:0 20px;
}
#dummy ul li .area{
	width: 100%;
	height: 40px;
	margin: 24px 0 0;
}
#dummy ul li .dummy-mid{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 24px;
}
#dummy ul li .dummy-mid > div{
	width: 30%;
	height: 50px;
}
.no-search {
	float: none;
	margin: auto;
	margin-bottom: 50px;
	background-color: #fff;
	width: auto;
}
