/* case-detail */
.case-detail {
	background-color: #fff;
	min-width: 1440px;
}

.detail-wrap {
	margin: auto;
	width: 1222px;
}

.detail-box {
	position: relative;
	width: 100%;
}

.detail-box {
  display: inline-block;
  vertical-align: top;
  margin-right: 90px;
	width: 780px;
}

.title-box {
	position: relative;
	box-sizing: border-box;
	padding-top: 80px;
	width: 780px;
}


.title {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -1px;
}

/* .date {
	margin-top: 6px;
	width: 100%;
	height: auto;
	font-size: 17px;
	color: #626974;
	font-family: 'Kaleko205-Book', 'Noto Sans KR';
} */

.title-info {
	box-sizing: border-box;
	border-bottom: 1px solid #dee1e4;
	padding-bottom: 18px;
	margin-top: 48px;
	width: auto;
}
.title-info dl{
	margin-bottom: 14px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 14px
}
.title-info dl:last-of-type{
	margin-bottom: 0
}
.title-info dl dt,
.title-info dl dd{
	line-height: 150%;
	font-size: 16px;
	text-align: left;
}
.title-info dl dt{
	font-weight: bold;
	color: #0fae6f;
	width: 60px;	
	flex: 0 0 60px;
}
.title-info dl:first-of-type dt,
.title-info dl:first-of-type dd{
	padding-top: 18px;
}
.title-info dl:first-of-type dt{
	border-top: 1px solid #00cc83;
}
.card-btn {
	position: absolute;
	bottom: 15px;
	right: 0;
}

.card-btn-1 {
	box-sizing: border-box;
	padding-left: 30px;
	font-size: 16px;
	color: #626974;
	line-height: 24px;
	letter-spacing: -0.5px;
}

.card-btn-1::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 25px;
	height: 25px;
	background-image: url("/CARVAZO_IMG/web_main/caseDetail/share_icon.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

#myForm {
	width: 0;
	height: 0;
}


.detail-text {
	box-sizing: border-box;
	padding-top: 60px;
	width: 100%;
}

.detail-text > p {
	margin-bottom: 30px;
	font-weight: 300;
	text-align: left;
	line-height: 160%;
}

.detail-text > p:last-of-type {
	margin-bottom: 0;
}

.detail-img {
	margin-bottom: 30px;
	width: 100%;
}


/*mechanic-box*/
.mechanic-box {
	position: relative;
	display: inline-block;
  vertical-align: top;
	box-sizing: border-box;
	padding-top: 80px;
	width: 346px;
}

.mechanic-card {
	width: 346px;
	height: auto;
	border-radius: 30px;
	background-color: #fff;
	box-shadow: 0 2px 20px 0 rgba(39, 43, 52, 0.15);
}

.card-title {
	height: 60px;
}

.mc-detail-btn .mc-name {
	position: relative;
	padding-left: 45px;
	float: left;
	margin-top: 18px;
	letter-spacing: -1px;
	line-height: 27px;
}

.mc-detail-btn .mc-name::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 16px;
	width: 26px;
	height: 26px;
	background-image: url("/CARVAZO_IMG/web_main/caseDetail/m_icon.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

.mc-detail-btn > a {
	position: relative;
	box-sizing: border-box;
	padding-right: 32px;
	float: right;
	margin-top: 22px;
	display: inline-block;
	font-size: 14px;
	color: #626974;
	line-height: 20px;
}

.mc-detail-btn > a::before {
	content: " ";
	position: absolute;
	top: 2px;
	right: 14px;
	display: inline-block;
	width: 20px;
	height: 20px;
	opacity: 0.5;
	background-image: url("/CARVAZO_IMG/web_main/caseDetail/go.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

.mechanic-info {
	box-sizing: border-box;
	padding: 28px 0;
	padding-left: 15px;
	background-color: #0fae6f;
}

.card-mc-img {
	width: 64px;
	height: 64px;
	border-radius: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	display: inline-block;
	vertical-align: middle;
}

.mechanic-info > dl {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
	width: 240px;
}

.mechanic-info > dl > dt {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -0.5px;
}

.mechanic-info > dl > dd {
	font-size: 14px;
	letter-spacing: -1px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.brand-info {
	box-sizing: border-box;
	padding: 0 15px;
}

.brand-info > span {
	display: block;
	margin: 15px 0 8px 0;
	font-size: 14px;
	text-align: center;
}

.brand-info > ul {
	min-width: 70px;
	margin: auto;
	box-sizing: border-box;
	padding-bottom: 15px;
	border-bottom: 1px solid #dee1e4;
	text-align: center;
}

.brand-info > ul > li {
	box-sizing: border-box;
	padding: 2px 8px;
	padding-bottom: 1px;
	border: 1px solid #00df8f;
	display: inline-block;
	border-radius: 15px;
	color: #0fae6f;
	font-size: 12px;
	line-height:20px;
	letter-spacing: -0.5px;
	text-align: center;
}

.card-bottom {
	box-sizing: border-box;
	padding-bottom: 10px;
	width: 100%;
}

.card-bottom > ul > li {
	float: left;
	box-sizing: border-box;
	padding-bottom: 5px;
	width: 50%;
	height: auto;
}

.card-bottom > ul > li:first-child {
	border-right: 1px solid #dee1e4;
}

.m-li-1 {
	margin-top: 12px;
	margin-bottom: 6px;
	font-size: 14px;
	text-align: center;
}

.m-li-2 {
	height: auto;
	font-family: 'Kaleko205-Bold';
	color: #0fae6f;
	font-size: 20px;
	text-align: center;
}



/* similar-box 관련사례 */
.similar-box {
	margin-top: 140px;
	box-sizing: border-box;
	border-top: 1px solid #dee1e4;
	padding-bottom: 170px;
	width: 100%;
}

.similar-box > h3 {
	padding-top: 20px;
	letter-spacing: -1px;
	font-size: 30px;
}

.similar-case {
	margin-top: 40px;
}

.similar-case > li {
	float: left;
	margin-right: 20px;
	width: 290px;
}

.similar-case > li:last-child {
	margin-right: 0;
}

.similar-case > li > a {
	display: block;
	width: 100%;
}

.similar-case .car-img {
	position: relative;
	box-sizing: border-box;
	padding-top: 18px;
	padding-left: 18px;
	width: 100%;
	height: 190px;
	background-size: 100% 100%;
}

.similar-case .car-img::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(16, 24, 32, 0.5);
}

.similar-case .car-img > div {
	position: absolute;
	z-index: 2;
}

.car-img .mc-img {
	top: 15px;
	left: 15px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-size: cover;
}

.car-img .mc-name {
	top: 30px;
	left: 75px;
	width: auto;
	height: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.5px;
}

.car-info {
	position: relative;
	padding-top: 8px;
}

.car-brand {
	position: absolute;
	top: 9px;
	left: 0;
	width: 16px;
	height: 16px;
}

.car-brand > img {
	width: 100%;
	height: 100%;
}

.car-check {
	box-sizing: border-box;
	padding-left: 24px;
	margin-bottom: 4px;
	width: 100%;
	font-size: 12px;
	letter-spacing: -0.5px;
	color: #626974;
	line-height: 19px;
}

.car-check > span {
	font-weight: 300;
}

.car-title {
	letter-spacing: -0.5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


.iframe-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 55;
	margin-top: 135%;
	transition: all 700ms ease;
	background-color: #fff;
}
