/* 메인팝업 */
.main-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	overflow-y: auto;
	z-index: 30;
}

.main-popup::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.popup-box {
	position: relative;
  left: 50%;
  margin-left: -245px;
  display: inline-block;
  vertical-align: middle;
	box-sizing: border-box;
	padding: 60px 40px 45px 40px;
	width: 490px;
	background-color: #fff;
	border-radius: 15px;
}

.header-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
}

.popup-close button {
	display: block;
  width: 100%;
}

.popup-close button img {
	width: 100%;
}

.popup-logo {
	margin-bottom: 30px;
  text-align: center;
}

.popup-logo img {
  display: inline-block;
}

.direct-contents {
	text-align: center;
}

.direct-text {
	letter-spacing: -1px;
	word-break: keep-all;
  color: #303841;
}

.direct-noti {
	margin-top: 25px;
	font-size: 14px;
	letter-spacing: -1px;
	color: #ff786e;
}

.checkbox-wrap {
	position: relative;
	margin-top: 10px;
	display: inline-block;
}

.checkbox-wrap input[type="checkbox"] {
	display: none;
}

.checkbox-wrap input[type="checkbox"] + label {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding-left: 30px;
	display: inline-block;
	font-size: 14px;
	letter-spacing: -1px;
	color: #626974;
}

.checkbox-wrap .today-close {
	position: absolute;
	top: 2px;
	left: 0;
	width: 24px;
	height: 24px;
	background-image: url("..//CARVAZO_IMG/mobile_main/report/checkbox_off.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.checkbox-wrap input[type="checkbox"]:checked ~ .today-close {
	background-image: url("..//CARVAZO_IMG/mobile_main/report/checkbox_on.svg");
}

.view-report {
	border-radius: 50px;
	background-color: #0fae6f;
}

.view-report button {
	box-sizing: border-box;
	padding: 15px 0;
	margin-top: 25px;
	display: block;
	width: 100%;
	font-size: 20px;
	font-family: 'Noto Sans KR';
	text-align: center;
	font-weight: bold;
	letter-spacing: -1px;
	color: #fff;
}
/* !메인팝업 */

/*report.css*/
.shadow {
	box-shadow: 0 2px 6px 0 rgba(67, 77, 113, 0.15);
}

.content_1 {
	margin-bottom: 20px;
	width: 100%;
	height: 300px;
}

.info_1 {
	float: left;
	width: 670px;
	height: 100%;
	background-color: #fff;
}

.r_car_1 {
	float: left;
	margin-top: 20px;
	margin-left: 40px;
	width: auto;
	height: auto;
}

.car_name {
	position: relative;
	box-sizing: border-box;
	padding-left: 35px;
	max-width: 500px;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: -2px;
	color: #00cc83;
}

.car_name::before {
	content: " ";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 25px;
	height: 25px;
	background-image: url("..//CARVAZO_IMG/web_main/report/honda.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.car-date {
  position: relative;
}

.msg-information {
	display: inline-block;
	vertical-align: middle;
}

.msg-information button {
	display: block;
}

.msg-information .msg-box {
	position: absolute;
	top: 42px;
	left: -22px;
	min-width: 250px;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 10px;
	background-color: rgba(39,43,52,0.9);
	text-align: left;
	display: none;
  z-index: 3;
}

.msg-information .msg-box::before {
	content: "";
	position: absolute;
	top: -14px;
	left: 25px;
	border: 10px solid transparent;
	border-top: none;
	border-bottom: 14px solid rgba(39,43,52,0.9);
	z-index: 1;
}

.msg-information .msg-box p {
	color: #fff;
	font-size: 14px;
	letter-spacing: -0.5px;
	font-weight: 300;
	word-break: keep-all;
}

.msg-information .msg-box .msg-title {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

.car-date .car-reservation {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #303841;
	font-family: 'Kaleko205-Book', 'Noto Sans KR';
}

.r_car_1>ul {
	margin-top: 10px;
  font-size: 0;
}

.r_car_1>ul>li {
	/* float: left; */
  display: inline-block;
  vertical-align: middle;
	text-align: center;
  font-size: 16px;
	font-weight: 300;
  font-family: 'Kaleko205-Book','Noto Sans KR';
}

/* .r_car_1>ul>li:first-child {
	width: 215px;
	height: 100%;
	font-size: 13px;
}

.r_car_1>ul>li>span {
	float: left;
	display: block;
}

.r_car_1>ul>li>span:first-of-type {
	margin-top: 2px;
	line-height: 20px;
}

.r_car_1>ul>li>span:last-of-type {
	margin-left: 10px;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Kaleko205-Book', 'Noto Sans KR';
} */

.r_car_1>ul>li:last-child {
  display: inline-block;
  vertical-align: middle;
	box-sizing: border-box;
	border-left: 1px solid #c3c5c8;
	margin-left: 14px;
	padding-left: 14px;
}

.r_car_info {
	float: right;
	margin-top: 35px;
	margin-right: 40px;
	width: auto;
	height: 258px;
}

.info_dl {
	box-sizing: border-box;
	border-top: 1px solid #c3c5c8;
	width: 100%;
	height: 86px;
}

.info_dl>dt {
	margin-top: 5px;
	font-size: 14px;
	color: #626974;
  letter-spacing: -0.5px;
}

.info_dl>dd {
	margin-top: 8px;
	width: 100%;
	font-family: 'Kaleko205-Book', 'Noto Sans KR';
	line-height: 22px;
}

.inform-distance dt {
	position: relative;
}

.inform-distance dt span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
  color: #626974;
	letter-spacing: -0.5px;
}

.msg-information .msg-distance {
  left: auto;
  right: -35px;
  top: 38px;
}

.msg-information .msg-distance::before {
  left: auto;
  right: 40px;
}

.r_mechanic {
	float: left;
	margin-top: 60px;
	margin-left: 40px;
	/* width:240px; */
	width: auto;
	height: 90px;
}

.r_mechanic>div {
	float: left;
}

.r_m_img {
	width: 90px;
	height: 90px;
	background: lightgrey;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.r_m_con {
	margin-top: 6px;
	margin-left: 12px;
	/* width:128px;  */
	width: auto;
	height: auto;
}

.r_m_con>ul {
	width: 100%;
	height: auto;
}

.con_1 {
	width: 100%;
	height: 18px;
	font-size: 13px;
	font-weight: 300;
}

.con_2 {
	margin-top: 2px;
	margin-left: 0;
	width: 100%;
	height: 30px;
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
}

.con_3 {
	margin-top: 8px;
	width: 100%;
	height: 18px;
}

.con_3>a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #00cc83;
	font-size: 13px;
	font-weight: 500;
}

.con_3>a::after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	right: 24px;
	width: 16px;
	height: 16px;
	background-image: url("..//CARVAZO_IMG/web_main/report/go.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}


/* .car_img {position:relative; float:left; width:460px; height:auto; overflow:hidden;} */

.car_img {
	position: relative;
	float: left;
	width: 460px;
	height: 100%;
	overflow: hidden;
}

.car_img::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 120px;
	height: 100%;
	/* z-index: 20; */
	background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.car_img::after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 120px;
	height: 100%;
	/* z-index: 20; */
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.car_img_li {
	width: 500%;
	height: 100%;
}

.car_img_li>li {
	float: left;
	width: 20%;
	height: 100%;
	max-width: 460px;
}

.car_img_li>li:first-child {
	background: orange;
}

.car_img_li>li:nth-child(2) {
	background: lightyellow;
}

.car_img_li>li:nth-child(3) {
	background: lightblue;
}

.car_img_li>li:nth-child(4) {
	background: pink;
}

.car_img_li>li:last-child {
	background: lightgreen;
}

.car_img_li>li img {
	max-width: 100%;
}

.btn {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: 15px;
	width: 430px;
	height: 0;
	z-index: 5;
}

.left {
	float: left;
	width: 20px;
	height: 34px;
	background: rgba(0, 0, 0, 0);
	background-image: url(/CARVAZO_IMG/mobile_main/report/left.svg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}

.right {
	float: right;
	width: 20px;
	height: 34px;
	background: rgba(0, 0, 0, 0);
	background-image: url(/CARVAZO_IMG/mobile_main/report/right.svg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}

.content_2 {
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
	height: 340px;
}

.total {
	position: relative;
	float: left;
	width: 670px;
	height: 100%;
	background-color: #fff;
}

.g_review {
	float: left;
	margin-top: 22px;
	margin-left: 40px;
	width: 284px;
	height: 288px;
}

.g_review>h3 {
	width: 68px;
	height: 54px;
	font-size: 36px;
	font-weight: 300;
	color: #4b515c;
	line-height: 54px;
}

.g_review>p {
	display: block;
	padding-bottom: 20px;
	margin-top: 24px;
	width: 100%;
	height: 210px;
	font-size: 18px;
	font-weight: 300;
	text-align: left;
	line-height: 1.67;
	color: #3d3e3f;
	overflow-y: auto;
	position: relative;
	/* overflow:hidden; text-overflow:ellipsis; white-space:nowrap;*/
}

.hexagon {
	float: left;
	margin-left: 22px;
	width: 323px;
	height: 100%;
}

.total_count {
	position: absolute;
	top: 145px;
	right: 130px;
	width: 80px;
	height: 60px;
	font-family: 'Kaleko205-Bold';
	font-size: 50px;
	text-align: center;
	z-index: 5;
}

.average {
	position: absolute;
	bottom: 34px;
	right: 32px;
	width: 26px;
	height: 26px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	color: #4b515c;
}

.average::before {
	content: " ";
	position: absolute;
	top: 4px;
	left: 0;
	display: block;
	margin-left: -20px;
	width: 15px;
	height: 17px;
	background-image: url("..//CARVAZO_IMG/web_main/report/hexagon.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.standard {
	float: right;
	position: relative;
	margin-left: 20px;
	width: 440px;
	height: 340px;
	background: white;
}

.information {
	position: absolute;
	top: 26px;
	right: 30px;
	width: 24px;
	height: 24px;
}

.information>img {
	width: 100%;
	height: 100%;
}

.s_title {
	box-sizing: border-box;
	padding-top: 26px;
	padding-left: 38px;
	width: 100%;
	height: 80px;
}

.s_title>h3 {
	width: 72px;
	height: 28px;
	font-size: 18px;
	font-weight: 300;
	color: #4b515c;
}

.basic_data {
	width: 100%;
	height: auto;
}

.basic_data>ul {
	width: 100%;
	height: 65px;
}

.background_1 {
	background-color: #f4f6fa;
}

.background_2 {
	background-color: #ffffff;
}

.basic_data>ul>li:first-child {
	float: left;
	margin-left: 38px;
	width: 165px;
	height: 100%;
	color: #3d3e3f;
	font-weight: bold;
	font-size: 18px;
	line-height: 65px;
}

.basic_data>ul>li:last-child {
	float: right;
	margin-right: 30px;
	width: 72px;
	height: 100%;
	text-align: right;
	font-weight: bold;
	font-size: 18px;
	line-height: 65px;
}

.yes {
	color: #ff786e;
}

.no {
	color: #00cc83;
}

.comment {
	position: relative;
	float: left;
	margin-left: 50px;
	margin-top: 17px;
	box-sizing: border-box;
	border: 1px solid #c3c5c8;
	padding-left: 20px;
	width: 80px;
	height: 32px;
	border-radius: 16px;
	text-align: center;
	line-height: 29px;
	font-size: 14px;
	color: #656769;
	cursor: pointer;
}

.comment::before {
	content: " ";
	display: block;
	position: absolute;
	top: 5px;
	left: 10px;
	width: 20px;
	height: 20px;
	background-image: url("..//CARVAZO_IMG/web_main/report/comment.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.content_3 {
	margin-bottom: 30px;
	width: 100%;
	height: 400px;
	background: white;
}

.content_3>h3 {
	box-sizing: border-box;
	padding-top: 30px;
	padding-left: 40px;
	width: auto;
	height: auto;
	font-size: 18px;
	font-weight: 300;
	color: #4b515c;
}

.content_3>ul {
	margin-top: 45px;
	box-sizing: border-box;
	padding: 0 50px;
	width: 100%;
	height: 260px;
}

.content_3>ul>li {
	float: left;
	margin-right: 80px;
	width: 140px;
	height: 100%;
}

.content_3>ul>li:last-child {
	margin-right: 0;
}

.consumables {
	width: 100%;
	height: 36px;
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	color: #3d3e3f;
}

.check_date {
	margin-top: 2px;
	width: 100%;
	height: 20px;
	font-size: 13px;
	font-weight: 300;
	text-align: center;
	color: #656769;
}

.check_graph {
	margin: auto;
	margin-top: 20px;
	box-sizing: border-box;
	padding: 24px 0;
	width: 128px;
	height: 128px;
	text-align: center;
	color: #00cc83;
	font-size: 14px;
	font-weight: 300;
}

.check_graph>span {
	font-size: 26px;
	font-family: 'Kaleko205-Bold', 'Noto Sans KR';
}

.c_comment {
	margin-left: 26px;
	margin-top: 18px;
	border: 0;
	width: 80px;
	height: 32px;
	background-color: #f3f4f6;
}


/* 직거래 슬라이드 */
.direct-slide {
	margin-bottom: 30px;
}

.direct-slide ul {
  font-size: 0;
}

.direct-lists {
	position: relative;
	margin-right: 35px;
	box-sizing: border-box;
	padding: 26px 35px 32px 35px;
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 35px) / 2);
	background-color: #fff;
	box-shadow: 0 2px 6px 0 rgba(67, 77, 113, 0.15);
}

.direct-lists:last-child {
	margin-right: 0;
}

.slide-title {
	box-sizing: border-box;
	padding-bottom: 20px;
  border-bottom: 2px solid #303841;
}

.slide-title p {
	letter-spacing: -1px;
	word-break: keep-all;
  font-size: 20px;
  font-weight: bold;
  color: #303841;
  text-align: left;
}

.slide-title button {
	position: absolute;
	top: 20px;
	right: 14px;
	width: 24px;
	height: 24px;
	background-image: url("..//CARVAZO_IMG/mobile_main/report/category_down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
	transition: all 400ms ease;
}

.slide-title .down {
	transform: rotate(-180deg);
}

/* .slide-contents {
	display: none;
} */

.slide-contents {
  margin-top: 25px;
}

.slide-contents li {
  margin-bottom: 30px;
}

.slide-contents li:last-child {
	margin-bottom: 0;
}

.slide-contents .slide-num {
	margin-bottom: 8px;
	letter-spacing: -1px;
	font-family: 'Kaleko205-Book', 'Noto Sans KR';
}

.slide-contents .slide-num span {
	color: #0fae6f;
	font-weight: bold;
}

.slide-contents .slide-text p {
	position: relative;
	box-sizing: border-box;
  padding-left: 20px;
	font-size: 14px;
	font-weight: 300;
  text-align: left;
	color: #303841;
	word-break: keep-all;
	letter-spacing: -1px;
}

.slide-contents .slide-text p::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 2px;
	width: 12px;
	height: 12px;
	background-image: url("..//CARVAZO_IMG/mobile_main/report/triangle_symbol.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.slide-notibox {
	margin-top: 30px;
}

.slide-notibox p {
  position: relative;
  box-sizing: border-box;
  padding-top: 15px;
	font-size: 14px;
	letter-spacing: -1px;
	word-break: keep-all;
	text-align: center;
}

.slide-notibox p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 20px;
  height: 1px;
  background-color: #a9adb4;
}

.slide-notibox p span {
	font-weight: bold;
	color: #0fae6f;
}
/* !직거래 슬라이드 */



.content_4 {
	box-sizing: border-box;
	padding-left: 14px;
	margin-bottom: 100px;
	border-left: 1px solid #b6b9bc;
	width: 100%;
	height: auto;
}

.content_4>p {
	width: 100%;
	height: auto;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.9px;
	text-align: left;
	color: #323741;
	line-height: 21px;
}


/* comment modal --------------------------------------------------------*/

.c_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	min-width: 1440px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 20;
	display: none;
}

.commentBox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	height: auto;
	border-radius: 20px;
	background-color: #fff;
}

.com_1 {
	position: relative;
	width: 100%;
	height: 128px;
	background-color: #f4f6fa;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.com_2 {
	box-sizing: border-box;
	padding: 26px 28px;
	width: 100%;
	height: auto;
	background-color: #fff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.com_img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: -30px;
	margin-left: -32px;
	box-sizing: border-box;
	border: 4px solid #00c88c;
	width: 64px;
	height: 64px;
	border-radius: 100%;
}

.com_text_1 {
	padding-top: 38px;
	width: 100%;
	height: auto;
	text-align: center;
	font-weight: 500;
	color: #00c88c;
}

.com_text_2 {
	margin-top: 10px;
	width: 100%;
	height: auto;
	text-align: center;
	font-weight: 900;
	font-size: 30px;
	color: #3d3e3f;
}

.com_2>p {
	box-sizing: border-box;
	padding-bottom: 24px;
	text-align: justify;
	border-bottom: 1px solid #dee2e5;
	width: 100%;
	height: auto;
}

.modal_close {
	display: block;
	margin: auto;
	margin-top: 22px;
	border-radius: 20px;
	box-sizing: border-box;
	border: 1px solid #dee2e5;
	padding-top: 12px;
	padding-left: 18px;
	width: 80px;
	height: 40px;
}

.modal_close>img {
	float: left;
	width: 14px;
	height: 14px;
}

.modal_close>span {
	float: left;
	width: auto;
	height: 100%;
	font-weight: 300;
	letter-spacing: -0.4px;
	color: #3d3e3f;
	line-height: 1.02;
}
