/*case.css*/
.case-bg {
	background-color: #fff;
	min-width: 1440px;
}

.case-wrap {
	margin: auto;
	box-sizing: border-box;
	padding-top: 100px;
	width: 1222px;
	padding-bottom: 90px;
	background-color: #fff;
}


.case-text > h2 {
	font-size: 50px;
	letter-spacing: -2px;
	line-height: 1;
}

.case-text > p {
	margin-top: 16px;
	letter-spacing: -1px;
	color: #a9adb4;
	text-align: left;
}

.list-box {
	margin-top: 60px;
}

.list-box > ul,
.list-box .case-list {
	float: left;
	width: 790px;
}

.list-box > ul.video-list {
	width: 1200px;
}

.list-box > ul > li {
	float: left;
	margin-right: 30px;
	margin-bottom: 80px;
	width: 380px;
}

.list-box > ul:not(.video-list) > li:nth-child(2n) {
	margin-right: 0;
}

.list-box > ul.video-list > li:nth-child(3n) {
	margin-right: 0;
}

.list-box li a {
	display: block;
}

.car-img {
	position: relative;
	width: 100%;
	height: 210px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.bgdark::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(16, 24, 32, 0.5);
}

.bgdark .mechanic-info {
	position: absolute;
	top: 15px;
	left: 15px;
	height: 50px;
	z-index: 2;
}

.mc-img {
  display: inline-block;
  vertical-align: middle;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-size: cover;
}

.mc-name {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.5px;
}

.car-wrap {
	position: relative;
	box-sizing: border-box;
	padding-top: 8px;
	width: 100%;
}

.brand {
	position: absolute;
	top: 10px;
	left: 0;
	width: 18px;
	height: 18px;
}

.brand img {
	width: 100%;
	height: 100%;
}

.car-text {
	box-sizing: border-box;
	padding-left: 24px;
	font-size: 12px;
	color: #626974;
	letter-spacing: -0.5px;
	line-height: 22px;
}

.car-text span {
	font-weight: 300;
}

.car-text::before {
	content: " ";
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
}

.case-text {
	margin-top:5px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	letter-spacing:-0.5px;
	text-align:left;
}

.car-refuse {
	position: absolute;
	top: -30px;
	right: 10px;
	width: 90px;
	height: 20px;
}

.car-refuse img {
	width: 100%;
	height: 100%;
}


/* 검색결과 없음*/
.no-search {
	box-sizing: border-box;
	padding: 115px 85px 75px 85px;
	width: 780px;
	background-color: #fafbff;
}
.no-search-img{
	width:48px;
}
.no-search-text {
}

.no-search-text span {
	position: relative;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 160%;
	color: #102810;
	text-align: center;
}
.no-search-text p {
	margin-top: 12px;
	font-weight: 300;
	text-align: center;
	line-height: 150%;
	letter-spacing: -1px;
	color: #626974;
}


/* !검색결과 없음*/


/* 필터검색 */
.filter {
	position: relative;
	float: right;
	width: 345px;
	height: auto;
}

.filter-box {
	box-sizing: border-box;
	border: 1px solid #dee1e4;
	padding: 22px;
	width: 100%;
	height: auto;
}

.filter-text {
	position: relative;
	box-sizing: border-box;
	padding-left: 24px;
	width: 100%;
	height: 30px;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
}

.filter-text::before {
	content: " ";
	position: absolute;
	top: 5px;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url("/CARVAZO_IMG/web_main/case/filter.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.filter-form {
	margin-top: 40px;
}

.filter-li {
	box-sizing: border-box;
	border-top: 1px solid #dee1e4;
	padding-top: 18px;
	padding-bottom: 40px;
	width: 100%;
}

.filter-li .input-wrap {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 60px);
}

.title {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-top: 2px;
	line-height: 24px;
}


.input-wrap input {
	float: left;
	margin-right: 4px;
	box-sizing: border-box;
	border-radius: 15px;
	border: 1px solid #dee1e4;
	padding: 4px 12px;
	color: #303841;
	cursor: pointer;
	font-size: 14px;
	line-height: 20px;
}

.input-wrap input:last-of-type {
	margin-right: 0;
}

.input-wrap input.focus {
	font-weight: bold;
	border: 1px solid #00df8f;
	background-color: #e9fff6;
	color: #0fae6f;
}

.filter-3 input {
	margin-bottom: 6px;
}

.filter-form .filter-submit {
	width: 100%;
	height: 56px;
	background-color: #0fae6f;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

/* dummy */
.dummy-box {
	position: relative;
	overflow: hidden;
}

.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-box .car-text {
	width: 100px;
	height: 20px;
}

.dummy-box .case-text {
	width: 100%;
	height: 24px;
}
/* !dummy */
