/* HTML elements */

* {
	-webkit-tap-highlight-color: transparent;
}

html {
	background-color: #CFD5D9;
}

html.error {
	background-color: #505C66;
	padding: 0px 0px 0px 0px;
	margin: auto
}

body {
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer */
	-khtml-user-select: none;
	/* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none;
	/* Chrome, Safari, and Opera */
	-webkit-touch-callout: none;
	/* Disable Android and iOS callouts*/
}

body {
	font-family: 'Pretendard';
	margin: auto;
	max-width: 768px;
}

strong {
	font-weight: 800;
}

a {
	text-decoration: none;
}

.scroll_contents_box{
	max-width: 768px;
	display: block;
	margin-top: -24px;
	background-color: white;
	border-radius: 24px 24px 0px 0px;
	overflow: hidden;
	box-shadow: 0px 4px 16px rgba(26, 33, 40, 0.12);
}

.scroll_contents_box.fixed {
	position: fixed;
	top: 56px;
	width: 100%;
	height: calc(100vh + 1px);
	overflow-y: scroll;
	margin: 0;
	animation: down 0.4s ease;
}

@keyframes down {
	0%{
		transform: translateY(-20px)
	}
	100%{
		transform: translateY(0px)
	}
}

.scroll_contents_box.fixed::-webkit-scrollbar {
	display: none;
}

/* top layout */

#cardHeaderTitle {
	padding-left: 8px;
}

#wave {
	position: absolute;
	width: 319px;
	height: 92px;
	margin-top: 246px;
	left: 50%;
	transform: translateX(-50%);
}

.header {
	margin: auto;
	padding-bottom: 16px;
	color: #1A2128;
}

.text_wrap {
	display: inline-block;
	padding-left: 16px;
}

.slide_container {
	width: 100%; 
	padding-top: 20px;
	overflow-x: hidden;
}

.swiper-wrapper .swiper-slide {
	width: 280px;
	height: 109px;
	background-color: #FFFFFF;
	border-radius: 16px;
	padding: 16px 20px;
	box-sizing: border-box;
	flex: none;
}

.swiper-slide p{
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #6D7882;
	margin: 0;
}

.swiper-slide .owner_count{
	padding-top: 14px; 
	color: #1A2128;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
}

.swiper-slide .owner_text{
	color: #1A2128;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
}

.swiper-slide .slide_img1{
	width: 40px;
	height: 40px;
	float: right;
	margin-top: -34px;
}

.swiper-slide .slide_img2{
	width: 40px;
	height: 40px;
	float: right;
	margin-top: -41px;
}

.swiper-slide .slide_img3{
	width: 40px;
	height: 40px;
	float: right;
	margin-top: -42px;
}

.swiper-slide .label{
	color: #6D7882;
	font-weight: 500;
	font-size: 14px;
	line-height: 26px;
	padding-top: 1px;
	margin-bottom: 4px;
	display: flex;
	margin-top: -3px;
}

.swiper-slide .img_arrow_right_black{
	background: url("https://macarong.net/resources/images/modoo/icon_arrow_right_black.svg") no-repeat;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	opacity: 40%;
}

.swiper-slide .average{
	margin-top: 2px;
}

.swiper-slide .average span{
	font-weight: normal;
	font-size: 18px;
	line-height: 32px;
	color: #6D7882;
}

.swiper-slide .average .value{
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #1A2128;
	margin-right: 3px;
}

.swiper-slide .icon_star_gray {
	display: inline-block;
	background: url(https://macarong.net/resources/images/modoo/icon_star_gray_16px.svg) no-repeat;
	width: 80px;
	height: 16px;
	background-size: 80px 100%;
	margin: auto;
	vertical-align: middle;
}

.swiper-slide .icon_star_yellow {
	display: inline-block;
	background: url(https://macarong.net/resources/images/modoo/icon_star_filled_16px.svg) no-repeat;
	height: 16px;
	background-size: 80px 100%;
	margin: auto;
	vertical-align: top;
}

.swiper-slide .insurance_text {
	margin-top: 14px;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #1A2128;
}

#insurance-img {
	float: right;
	margin-top: -34px;
	width: 36px;
	height: 36px;
}

span#ranking_fuel_type{
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #505C66;
}

.car_img img {
	width: 158px;
	height: 91px;
	position: absolute;
	top: 262px;
	left: 50%;
    transform: translateX(-50%);
}

#gradation {
	position: absolute;
	top: 303px;
    width: 319px;
    height: 92px;
    opacity: 50%;
	left: 50%;
	transform: translateX(-50%);
}

.header h1 {
	font-size: 14px;
	font-weight: normal;
}

.header h2 {
	color: #FFFFFF;
	font-size: 24px;
	margin: auto;
	padding-top: 16px;
	line-height: 29px;
	padding-bottom: 2px;
	padding-left: 16px;
}

.header h3 {
	font-size: 15px;
	font-weight: bold;
	opacity: 0.4;
	margin: auto;
	padding-top: 4px;
}

.header .logo {
	float: right;
	display: inline-block;
	position: absolute;
	right: 16px;
	top: 16px;
}

.logo img {
	width: 72px;
	height: 72px;
}

#cardAvgEfficiency {
	border: none;
	border-radius: 24px 24px 0px 0px;
}

#cardAvgEfficiency2 {
	padding-top: 0;
	padding-bottom: 0;
}

.fuel_text {
	padding-left: 8px;
	padding-top: 8px;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #1A2128;
}

.fuel_sub_text {
	margin-top: 6px;
    margin-left: 8px;
    color: #AEAEAE;
    font-size: 13px;
    font-weight: 400;
}

.fuel_sub_text span{
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	color: #8E98A0;
	margin-left: 8px;
	vertical-align: middle;
}

/* efficiency layout */

.price {
	padding-top: 16px!important;
	padding-bottom: 0px!important;
}

.efficiency {
	margin: auto;
    padding-top: 24px;
    display: flex;
}

.efficiency_layout {
	display: inline-block;
	background-color: #E0F5FF;
	border-radius: 8px;
	width: calc(50vw - 22px);
	height: 64px;
	box-sizing: border-box;
	flex: none;
	max-width: 362px;
}

.efficiency_layout2 {
	display: inline-block;
}

.official_layout {
	display: inline-block;
	background-color: #F2F4F6;
	border-radius: 8px;
	width: calc(50vw - 22px);
	height: 64px;
	box-sizing: border-box;
	margin-left: 10px;
	flex: none;
	max-width: 362px;
}

.official_text{
	display: inline-flex;
}

.average_efficiency_layout {
	display: inline-block;
	margin: auto;
	padding-left: 40px;
}

.average_wrap {
	display: inline-block;
}

.average_efficiency_layout2 {
	display: inline-block;
	margin: auto;
}

.efficiency .average {
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #1A2128;
	margin-left: 16px
}

.efficiency .average span {
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #505C66;
}

.efficiency .label {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #1A2128;
	margin-top: 10px;
	margin-left: 16px;
	margin-bottom: 6px;
}

.efficiency .label2 {
	font-size: 12px;
	opacity: 0.3;
	margin: auto;
	margin-top: -4px;
	padding-left: 40px;
}

.efficiency .divide_layout {
	height: 32px;
	width: 1px;
	border-left: 1px solid rgba(0, 0, 0, .1);
	margin-left: 24px;
	margin-right: 24px;
	display: inline-block;
}

.official_layout .user_count {
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #6D7882;
	margin-left: 16px;
}

.official_layout .user_count span {
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #8E98A0;
}

.official_layout .label {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #6D7882;
}

.card_img_question {
	background: url(https://macarong.net/resources/images/modoo/icon_question_gray_line.svg) no-repeat;
	position: relative;
	width: 16px;
	height: 16px;
	background-size: 100% 100%;
	margin: auto;
	display: inline-block;
	margin-left: 3px;
	vertical-align: top;
	margin-top: 11px;
}

.divide {
	height: 42px;
	padding: 0px 16px 0px 8px;
	display: inline-block;
}

.divide_layout2 {
	height: 36px;
	width: 1px;
	border-left: 1px solid rgba(0, 0, 0, .1);
	margin-top: 4px;
}


/* rating layout */

.rating {
	margin: auto;
	padding-bottom: 16px;
	color: white;
	display: inline-flex;
}

.average_layout {
	display: inline-block;
	margin: auto;
}

.rating .average {
	line-height: 24px;
	font-size: 24px;
	float: left;
	margin: auto;
}

.rating .img_star {
	float: left;
	margin: auto;
	padding-top: 2px;
	padding-left: 6px;
}

.img_star_gray {
	background: url("https://macarong.net/resources/images/car/icon_star_rate_gray_m.png") no-repeat;
	width: 100px;
	height: 20px;
	background-size: 100px 20px;
	margin: auto;
	float: left;
	opacity: 0.8;
}

.img_star_yellow {
	background: url("https://macarong.net/resources/images/car/icon_star_rate_yellow_m.png") no-repeat;
	position: absolute;
	width: 0px;
	height: 20px;
	background-size: 100px 20px;
	margin: auto;
}

.rating .label {
	font-size: 13px;
	opacity: 0.6;
	margin: auto;
}

.rating span {
	margin-left: 3px;
	opacity: 0.6;
}

.rating .divide_layout {
	height: 36px;
	width: 1px;
	border-left: 1px solid rgba(0, 0, 0, .4);
	margin-left: 24px;
	margin-top: 4px;
	margin-right: 24px;
	float: left;
}

.user_layout .user_count {
	font-size: 20px;
	line-height: 24px;
}

.user_layout .label {
	font-size: 13px;
	opacity: 0.6;
	margin: auto;
	padding-top: 4px;
}


/* insurance List */

.insurance_layout {
	padding-top: 12px;
	padding-bottom: 12px;
	display: block;
	margin: auto;
}

.insurance_list {
	padding-top: 6px;
	padding-bottom: 4px;
	display: block;
	margin: auto;
}

.insurance_list.line {
	padding-top: 14px;
	padding-bottom: 10px;
	display: block;
	margin: auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.insurance_list .company {
	min-width: 40px;
	font-size: 12px;
	color: #B0BAC1;
	display: inline-flex;
	float: left;
	margin-right: 12px;
}

.insurance_list .bar {
	float: left;
	height: 8px;
	font-weight: bold;
	background: #00AFFF;
	width: 60%;
	margin-top: 3px;
	margin-right: 8px;
}

.insurance_list .percent {
	font-size: 12px;
	font-weight: bold;
	color: #505C66;
	padding-left: 12px;
}

.insurance_list .percent span {
	font-size: 12px;
	font-weight: bold;
	color: #B0BAC1;
	padding-left: 2px;
}

.insurance_list .top {
	font-size: 14px;
	display: block;
	margin: auto;
	width: 100%;
}

.btn_more {
	font-size: 14px;
	margin: auto;
	line-height: 48px;
	color: #8E98A0;
}

.btn_more .count {
	padding-right: 6px;
	font-weight: bold;
}

.btn_cal {
	font-size: 15px;
	font-weight: bold;
	float: left;
	margin: auto;
}

.btn_cal.full {
	margin-top: 0px;
}

.btn_stroke {
	font-size: 15px;
	font-weight: normal;
	color: white;
	float: left;
	margin: auto;
	line-height: 48px;
	vertical-align: middle;
}

.btn_stroke span {
	color: rgba(255, 255, 255, .4);
}


/* Review List */

#cardCarReviewList {
	margin-top: 4px;
}

.review_text{
	padding: 8px 0px 16px 8px;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #1A2128;
}

.review_average{
	height: 118px;
	background-color: #F2F4F6;
	border-radius: 12px;
	margin-bottom: 21px;
}

.review_average .satisfaction {
	padding: 17px 0px 24px 27px;
	width: 80px;
	height: 77px;
	padding-left: calc(20.5% - 80px/2);
	display: flex;
}

.review_average .satisfaction .text{
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #1A2128;
	text-align: center;
}

.review_average .satisfaction .average{
	margin-top: 8px;
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	color: #1A2128;
}

.review_average .satisfaction .icon_star_gray {
	display: inline-block;
	background: url(https://macarong.net/resources/images/modoo/icon_star_gray_16px.svg) no-repeat;
	width: 80px;
	height: 16px;
	background-size: 80px 16px;
	margin: auto;
	vertical-align: middle;
}

.review_average .satisfaction .icon_star_yellow{
	display: inline-block;
	background: url(https://macarong.net/resources/images/modoo/icon_star_filled_16px.svg) no-repeat;
	height: 16px;
	background-size: 80px 16px;
	margin: auto;
	vertical-align: top;
}

#vertical_line {
	border-right: 1px solid #E3E7EA; 
	width: 0.1px; 
	height: 80px;
	margin-left: 27px;
}

.review_list {
	display: block;
	margin: auto;
}

.review_list.line {
	display: flex;
}

.review_list.line img{
	width: 36px;
	height: 36px;
	border-radius: 36px;
	margin-left: 8px;
}

.review_list .model {
	display: inline-block;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	color: #505C66;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	max-width: 70vw;
	margin-left: 16px;
}

.review_list .rate {
	font-size: 13px;
	line-height: 16px;
	color: #1A2128;
	display: inline-block;
	font-weight: bold;
	vertical-align: middle;
}

.star_rate {
	position: relative;
	top: -20px;
	left: 65px;
}

.star_rate .icon_star_gray{
	display: inline-block;
	background: url(https://macarong.net/resources/images/modoo/icon_star_gray_12px.svg) no-repeat;
	width: 68px;
	height: 12px;
	background-size: 68px 12px;
	margin: auto;
	vertical-align: middle;
	margin-left: -5px;
}

.star_rate .icon_star_yellow{
	display: inline-block;
	background: url(https://macarong.net/resources/images/modoo/icon_star_filled_12px.svg) no-repeat;
	height: 12px;
	background-size: 68px 12px;
	margin: auto;
	vertical-align: top;
}

.star_rate .rate{
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	color: #FBAA16;
	vertical-align: bottom;
}

.img_star_s {
	margin-left: 12px;
	padding-top: 1px;
	float: left;
}

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

.img_star_black_one {
	background: url("https://macarong.net/resources/images/car/icon_star_rate_black_s_one.png") no-repeat;
	width: 14px;
	height: 14px;
	background-size: 14px 14px;
	padding-top: 2px;
	margin: auto;
	opacity: 0.8;
}

.img_star_black {
	background: url("https://macarong.net/resources/images/car/icon_star_rate_black_s.png") no-repeat;
	width: 0px;
	position: absolute;
	height: 14px;
	background-size: 70px 14px;
	margin: auto;
	opacity: 0.8;
}

.img_star_stroke {
	background: url("https://macarong.net/resources/images/car/icon_star_rate_stroke_s.png") no-repeat;
	width: 70px;
	height: 14px;
	float: left;
	background-size: 70px 14px;
	margin: auto;
}

.review_list .top {
	display: block;
	padding-left: 16px;
}

.review_list .top .top_left {
	line-height: 14px;
}

.review_list .bottom {
	font-size: 14px;
	line-height: 18px;
	color: #505C66;
	margin: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 36px;
	margin-bottom: 7px;
	width: 100%;
}

.review_link .bottom {
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #1A2128;
	margin-left: 60px;
	margin-top: -11px;
	padding-right: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 34px;
	box-sizing: border-box;
	width: 77vw;
	margin-bottom: 26px;
	max-width: 650px;
}

.review_list .label_new {
	float: right;
	background: url("https://macarong.net/resources/images/car/icon_label_new.png") no-repeat;
	position: relative;
	width: 29px;
	height: 13px;
	background-size: 29px 13px;
	margin: auto;
	margin-top: 1px;
	margin-left: 6px;
}


/* card layout */

.section {
	padding-right: 18px;
}

.card {
	transition: 0.3s;
	border-radius: 8px;
	background-color: white;
	margin-bottom: 12px;
}

.icon_won {
	float: right;
	background: url("https://macarong.net/resources/images/modoo/icon_money_pocket_color.svg") no-repeat;
	width: 40px;
	height: 40px;
	background-size: 100% 100%;
	margin-top: -21px;
}

.card_line {
	position: relative;
	transition: 0.3s;
	background-color: #F2F4F6;
	border-radius: 16px;
	margin: 0px 16px 32px;
	padding: 17px 22px 17px 24px;
}

.card_line div {
	font-weight: 500;
	margin-bottom: 4px;
}

.card_line.review_more {
  padding: 0px;
  margin-top: 12px;
}

.card_line h1 {
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #505C66;
	margin: auto;
	padding-left: 48px;
}

.card_line h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	margin: auto;	
	padding-top: 4px;
	padding-left: 48px;
}

.card_line span {
	margin: auto;	
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #1A2128;
}

#money {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #00AFFF;
}

.card.rank_top {
	transition: 0.3s;
	border-radius: 8px;
	background-color: #F2F4F6;
	margin: 0px 16px 16px;
}

.full_card {
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.16);
	transition: 0.3s;
	background-color: white;
	margin-bottom: 10px;
}

.full_card.insurance {
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.16);
	transition: 0.3s;
	background-color: transparent;
	margin-bottom: 10px;
	margin-top: 10px;
	border-radius: 6px;
}


/* card_top layout */

.card_top {
	transition: 0.3s;
	background-color: white;
	margin-bottom: 0px;
	display: block;
	border-top: 8px solid #F2F4F6;
	padding: 12px 4px;
	position: relative;
}

.card_top.grey {
	padding: 4px 0px 0px;
}

.card_top.full {
	transition: 0.3s;
	background-color: white;
	margin-bottom: 0px;
	display: block;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
}



/* card_middle layout */

.card_middle {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
	transition: 0.3s;
	background-color: white;
	margin-bottom: 0px;
}

.card_middle_extra {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
	transition: 0.3s;
	border-top: 1px solid rgba(0, 0, 0, 0.16);
	background-color: white;
	margin-bottom: 0px;
}



/* card_bottom layout */

.card_bottom {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
	transition: 0.3s;
	background-color: #F2F4F6;
	margin-top: -1px;
}

.card_bottom_border {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
	transition: 0.3s;
	background-color: #F2F4F6;
}

.card_bottom:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
}

.card_bottom_extra {
	border-radius: 12px;
	margin: 16px;
}

.card_bottom_blank {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background: #fff;
	text-align: center;
}

.info_card_bottom_blank {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	margin-bottom: 12px;
	background: #fff;
	padding-bottom: 16px;
	text-align: center;
}

.card_bottom_blank_button {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background: #fff;
	text-align: center;
}

.container.blank {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100% - 40px);
	padding-top: 24px;
}

.container.blank img {
	width: 64px;
}

.container.blank h1 {
	font-size: 15px;
	font-weight: bold;
	color: #505C66;
	margin: auto;
	padding-bottom: 3px;
}

.container.blank .only {
	color: #666;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	margin-top: 16px;
	padding-bottom: 15px;
}

#no_review{
	display: block;
}

#no_defect{
	display: none;
}

#review_img{
	background: url("https://macarong.net/resources/images/modoo/icon_empty_repair_color.svg") no-repeat;
	width: 80px;
	height: 80px;
	background-size: 100% 100%;
	margin: auto;
	margin-bottom: 16px;
}

#defect_img{
	background: url("https://macarong.net/resources/images/modoo/icon_empty_recall_color.svg") no-repeat;
	width: 80px;
	height: 80px;
	background-size: 100% 100%;
	margin: auto;
	margin-bottom: 16px;
}

#score_img{
	background: url("https://macarong.net/resources/images/modoo/icon_empty_review_color.svg") no-repeat;
	width: 80px;
	height: 80px;
	background-size: 100% 100%;
	margin: auto;
	margin-bottom: 16px;
	margin-top: -20px;
}

.container.blank p {
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
	color: #505C66;
	text-align: center;
	margin: 0;
}

.container.blank .button {
	border-radius: 8px;
	padding: 6px 20px 10px 20px;
	text-decoration: none;
	background: #00AFFF;
	min-width: 140px;
	height: 44px;
	display: inline-block;
	box-sizing: border-box;
	padding: 13px 16px;
	margin-top: 24px;
	margin-bottom: 5px;
	position: relative;
	z-index: 90;
}

.icon_edit_white {
	display: inline-block;
	margin: auto;
	height: 18px;
	font-weight: 600;
	font-size: 15px;
	color: #ffffff;
}

.graph {
	display: none;
}

.container {
	padding: 16px 16px;
	display: block;
}

.container.graph {
padding: 0px 16px 16px 16px;
display: block;
}

.full_container {
	padding: 24px 16px 16px;
	display: block;
}

.container.top {
	padding: 16px 16px 0px 16px;
	padding-top: 14px;
	display: block;
}

.average_text {
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #505C66;
}

.average_text span {
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #505C66;
}

.container.bottom.button {
	padding: 15px 22px 17px 24px;
	height: 70px;
	box-sizing: border-box;
}

.container.bottom.button.full {
	padding: 0px 16px;
	height: 52px;
	background-color: #2BB774;
	border-radius: 6px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}

.container.bottom.more {
	padding: 0px 16px;
	height: 48px;
}

.container.top.button {
	padding: 0px 16px;
	height: 48px;
}

.container h1 {
	font-weight: normal;
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 3px;
	color: #8E98A0;
}

.card_bottom .container h1 {
	font-weight: normal;
	font-size: 13px;
	padding-top: 6px;
	padding-bottom: 3px;
	color: #8E98A0;
}

.card_bottom .container h2 {
	font-weight: normal;
	font-size: 13px;
	padding-top: 6px;
	padding-bottom: 3px;
	color: #0ec2b3;
}

.container h2 {
	font-weight: normal;
	font-size: 11px;
	margin: auto;
	padding-top: 6px;
	color: #0ec2b3;
}

.container h3 {
	font-weight: bold;
	font-size: 19px;
	color: #1A2128;
	margin: auto;
	word-break: keep-all;
	float: left;
}

.container h4 {
	font-weight: 700;
	line-height: 26px;
	font-size: 20px;
	color: #1A2128;
	word-break: keep-all;
	margin: 0px 16px 0px 8px;
}

.container h4 .red {
	font-weight: bold;
	font-size: 19px;
	color: #F84848;
	margin: auto;
	padding-right: 6px;
	word-break: keep-all;
}

.container h4 span {
	font-weight: normal;
	font-size: 13px;
	color: #B0BAC1;
	margin-left: 12px;
}

.container.top .car_label{
	margin-left: 8px;
    padding-top: 6px;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	color: #6D7882;
}

.container .sub {
	font-weight: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	color: #B0BAC1;
	white-space: nowrap;
	overflow: hidden;
	max-width: calc(100vw - 260px);
	padding-left: 10px;
	height: 22px;
	line-height: 16px;
	color: #8E98A0;
	display: inline-block;
	vertical-align: middle;
}

.fuel_sub_text .sub {
	font-weight: 500;
	font-size: 13px;
	line-height: 22px;
	color: #8E98A0;
	display: inline-block;
	margin: 0;
	padding: 0;
	max-width: 100%;
	padding-left: 8px;
}

.fuel_sub_text .line {
	border-left: 1px solid #8E98A0;
	height: 10px;
	float: left;
	position: relative;
	left: 48px;
	top: 6.5px;
}

.container p {
	font-weight: 800;
	font-size: 25px;
	line-height: 32px;
	color: #1A2128;
	margin: 4px auto auto auto;
}

.container h5 {
	font-weight: normal;
	font-size: 13px;
	color: #8E98A0;
	margin: auto;
	padding-top: 3px;
}

.container h6 {
	font-weight: normal;
	font-size: 11px;
	color: #8E98A0;
	margin: auto;
}

.card_img_cash {
	position: absolute;
	background: url("https://macarong.net/resources/images/car/icon_cash.png") no-repeat;
	width: 31px;
	height: 31px;
	background-size: 31px 31px;
	margin: auto;
	margin-top: 6px;
	margin-right: 8px;
}

.card_img_sign {
	float: left;
	background: url("https://macarong.net/resources/images/car/icon_highway_sign.png") no-repeat;
	position: relative;
	width: 31px;
	height: 31px;
	background-size: 31px 31px;
	margin: auto;
	margin-top: 6px;
	margin-right: 8px;
}

.card_img_creditcard_white {
	float: left;
	background: url("https://macarong.net/resources/images/car/shinhan_modoo_card.png") no-repeat;
	position: relative;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	margin: auto;
	margin-right: 16px;
	margin-top: 16px;
}

.card_img_won {
	float: left;
	background: url("https://macarong.net/resources/images/car/icon_won_blue.png") no-repeat;
	position: relative;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	margin: auto;
	margin-top: -4px;
	margin-right: 16px;
	margin-top: 12px;
}

.card_img_cal_black {
	float: right;
	background: url("https://macarong.net/resources/images/modoo/icon_calculator_color.svg") no-repeat;
	position: relative;
	width: 40px;
	height: 40px;
	background-size: 100% 100%;
	margin: auto;
}

.card_img_won_white {
	float: left;
	background: url("https://macarong.net/resources/images/car/icon_won_white.png") no-repeat;
	position: relative;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	margin: auto;
	margin-right: 16px;
	margin-top: 16px;
}

.card_img_cal {
	float: left;
	background: url("https://macarong.net/resources/images/car/icon_calculator_black.png") no-repeat;
	position: relative;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	margin: auto;
	margin-top: -4px;
	margin-right: 16px;
	margin-top: 12px;
}

.card_img_arrow_right_black {
	float: left;
	background: url("https://macarong.net/resources/images/modoo/icon_arrow_right_black.svg") no-repeat;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	opacity: 40%;
	margin-top: 17.7px;
}

.card_img_arrow_right_black2 {
	float: right;
	background: url("https://macarong.net/resources/images/car/icon_arrow_right_black_opacity.png") no-repeat;
	position: relative;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	margin: auto;
	opacity: 0.8;
	margin-top: 12px;
}

.icon_board_white {
	float: left;
	background: url("https://macarong.net/resources/images/car/icon_board_white.png") no-repeat;
	position: relative;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	margin: auto;
	margin-right: 16px;
	margin-top: 12px;
}

.icon_arrow_white {
	float: right;
	background: url("https://macarong.net/resources/images/car/icon_arrow_right_white.png") no-repeat;
	position: relative;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	margin: auto;
	margin-top: 12px;
}


/* graph label layout */

.graph_label {
	padding-top: 12px;
	padding-bottom: 24px;
	display: flex;
	justify-content: center;
}

.label_text {
	font-size: 11px;
	color: #8E98A0;
}

.label_color2 {
	width: 24px;
	height: 0px;
	margin-left: 6px;
	margin-top: 4.5px;
	border: 3px solid #E0F5FF;
}

.label_color1 {
	background-color: #00AFFF;
	width: 24px;
	height: 3px;
	margin: 6px 14px 4px 6px;
}

.label_color1 span.border {
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 8px;
	width: 8px;
	margin: -2.5px 8px;
	background: #FFFFFF;
	border: 1.5px solid #00AFFF;
	box-sizing: border-box;
}


/* card_ad */

.section_ad {
	border-top: 1px solid #0ca396;
	padding-top: 12px;
	display: none;
}

.card_ad {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
	transition: 0.3s;
	border-radius: 4px;
	background-color: #E0F5FF;
	margin-bottom: 8px;
	position: relative;
}

.container_ad {
	padding: 14px 16px 12px 16px;
}

.container_ad p {
	font-weight: bold;
	font-size: 17px;
	line-height: 22px;
	color: #1A2128;
	margin: auto;
	word-break: keep-all;
	padding-right: 76px;
	margin: 2px auto auto auto;
}

.container_ad h4 {
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #1A2128;
	opacity: 0.6;
	padding-right: 76px;
	margin: 4px auto auto auto;
}

.ad_bottom {
	position: relative;
	margin: 12px auto auto auto;
}

.container_ad .ad_bottom h1 {
	display: inline-block;
	font-size: 13px;
	color: #00D5E9;
	margin: auto 4px auto auto;
	font-weight: normal;
	font-weight: bold;
}

.container_ad .ad_bottom h2 {
	float: right;
	font-size: 13px;
	color: #1A2128;
	opacity: 0.4;
	margin: 2px 3px auto auto;
	padding-left: 16px;
	font-weight: bold;
}

.container_ad .ad_bottom h3 {
	float: right;
	font-size: 13px;
	color: #1A2128;
	opacity: 0.3;
	margin: 2px auto auto auto;
	font-weight: normal;
}

.card_img_ad {
	background: no-repeat;
	position: absolute;
	right: 16px;
	top: 16px;
	width: 60px;
	height: 40px;
	background-size: 60px 40px;
	margin: auto;
}

.card_img_arrow {
	display: inline-block;
	background: url(https://macarong.net/resources/images/car/icon_arrow_round_blue.png) no-repeat;
	margin: auto 4px auto auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background-size: 15px 15px;
}


/* 모달 */
.modalDialog {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 56px;
	width: 100%;
	height: calc(100% - 56px);
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.6);
	margin: auto;
	max-width: 768px;
	left: 50%;
    transform: translateX(-50%);
}

.modal-content {
	background-color: #ffffff;
	width: 280px;
	left: calc(50% - 290px/2);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	border-radius: 8px;
}

.modal-content h1 {
	font-size: 20px;
	font-weight: 600;
	padding: 24px 22px 16px;
	margin: auto;
	color: #1A2128;
}

.modal-content p {
	font-size: 15px;
	font-weight: 400;
	padding: 0px 22px 16px;
	color: #505C66;
	margin: auto;
	line-height: 20px;
}

.modal-content p span {
	font-size: 14px;
	font-weight: bold;
	color: #505C66;
	display: inherit;
	padding-bottom: 4px;
	margin: auto;
}

.modal-content .guide {
	font-size: 13px;
	font-weight: 400;
	color: #8E98A0;
	padding: 0px 22px 20px;
	margin: auto;
	padding-right: 21.5px;
}

.modal_button {
	float: right;
	width: 72px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	margin-right: 12px;
	margin-bottom: 12px;
}

.modal_button .select {
	float: right;
	width: 24px;
	height: 24px;
	background-color: #fff;
	margin-right: 2px;
	margin-top: -50px;
}

.modal_button .select_ok {
	font-weight: 500;
	color: #00AFFF;
	font-size: 15px;
}

.hidden {
	display: none;
}

.no_data {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #8E98A0;
	position: relative;
	top: -2px;
}

.car_bottom_car_label {
	display: inherit;
	margin: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 230px;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	color: #505C66;
	margin-bottom: 4px;
}

.car_bottom_btn_label {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #1A2128;
	padding-top: 2px;
}

.full_card_btn_label {
	line-height: 52px;
	color: #fff;
	font-weight: normal;
}

#no-insurance-img{
	width: 80px;
	height: 80px;
	margin-top: 4px;
	margin-bottom: 16px;
}

.insurance_btn {
	background-color: #E4F1FF;
}

.insurance_btn.full {
	background-color: #fff;
	padding: 3px 16px 16px;
	border-top: 0px solid rgba(0, 0, 0, 0.16);
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.16);
}

.carsell_btn {
	background-color: #5a98ff;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 16px;
	margin-top: 16px;
	
	border-radius: 8px;
}

.shinhan_btn {
	background-color: #8E98A0;
}

.card_btn_stroke {
	border: 2px solid rgba(255, 255, 255, .4);
	background-color: transparent;
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.16);
}

canvas#chartInsurance.graph {
	margin-bottom: -16px;
}

/* 상단 정비 후기, 결함리콜 데이터 */


.data_btn {
    display: block;
	position: relative;
	margin: 0px 16px 16px;
}

.card_data_btn {
	background-color: #F84848;
	margin: auto;
	position: relative;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}

.card_data_btn.left {
	background-color: #264e8f;
	margin: 0px 8px 0px 0px;
	width: calc(50vw - 22px);
	display: inline-block;
	max-width: 362px;
}

.card_data_btn.right {
	background-color: #3b4d4c;
	margin: 0px 0px 0px 8px;
	width: calc(50vw - 22px);
	display: inline-block;
	right: 0;
	position: absolute;
	max-width: 362px;
}

.card_data_btn h1 {
	font-size: 17px;
	color: #fff;
	margin: auto;
	font-weight: bold;
	line-height: 20px;
	padding: 12px 0px 3px;
}

.card_data_btn p {
	font-size: 15px;
	line-height: 16px;
	color: #00AFFF;
	margin: auto;
	font-weight: bold;
}

.icon_recall_faulty {
	display: inline-block;
	background: url("https://macarong.net/resources/images/car/icon_recall_faulty.png") no-repeat;
	width: 26px;
	height: 26px;
	background-size: 26px 26px;
	margin: auto;
	vertical-align: middle;
}

.icon_maintenance_review {
	display: inline-block;
	background: url("https://macarong.net/resources/images/car/icon_maintenance_review.png") no-repeat;
	width: 26px;
	height: 26px;
	background-size: 26px 26px;
	margin: auto;
	vertical-align: middle;
}

.icon_box_arrow_right {
	display: inline-block;
	background: url("https://macarong.net/resources/images/car/icon_box_arrow_right.png") no-repeat;
	width: 20px;
	height: 9px;
	background-size: 20px 9px;
	margin: auto;
	vertical-align: middle;
	position: absolute;
	bottom: 18px;
	right: 16px;
}


/* 커스텀 모델 안내 문구 */

.card_warning {
	background-color: #ff434a;
	margin: 0px 16px 16px;
}

.card_warning h1 {
	font-size: 16px;
	color: #fff;
	margin: auto;
	font-weight: bold;
	line-height: 20px;
	padding: 0px 0px 8px;
}

.card_warning p {
	font-size: 14px;
	line-height: 16px;
	color: rgba(0, 0, 0, .8);
	margin: auto;
	font-weight: normal;
}


/* 브라우저 기본 포커스 스트로크 없애기 */

:focus {
	outline: 0;
}


/* 광고 카드 */

.ad_divide_line {
	opacity: 0.3;
	border-bottom: 1px solid #fff;
	height: 1px;
	margin: auto;
	display: block;
	padding-top: 4px;
	margin-bottom: 16px;
}

.container.ad_card_l {
	border: 1px solid #CFD5D9;
	margin: 16px;
	border-radius: 8px;
}

.container.ad_card_l h4 {
	font-weight: bold;
	font-size: 19px;
	line-height: 20px;
	color: #1A2128;
	margin: auto;
	word-break: keep-all;
}

.container.ad_card_l p {
	font-weight: normal;
	font-size: 16px;
	line-height: 17px;
	color: #1A2128;
	margin-left: 0px;
	padding-top: 2px;
	display: block;
}

.container.ad_card_l h4 span {
	font-weight: normal;
	font-size: 13px;
	line-height: 17px;
	color: #1A2128;
	margin-left: 0px;
	padding-bottom: 4px;
	display: block;
}

.ad_card_l .label1 {
	font-size: 11px;
	line-height: 13px;
	color: #1A2128;
	padding-top: 6px;
}

.ad_card_l .label2 {
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	color: #1A2128;
	padding-top: 3px;
}

.ad_contents {
	padding-top: 14px;
	padding-bottom: 16px;
	margin: auto;
	display: block;
}

.three_div {
	text-align: center;
	width: 33%;
	/* as @passatgt mentioned in the comment*/
	width: calc(100% / 3 - 3px);
	display: inline-block;
}

.three_div_img_01 {
	background: url("https://macarong.net/resources/images/car/shinhan_ad_img_01.png") no-repeat;
	position: relative;
	width: 28px;
	height: 28px;
	background-size: 28px 28px;
	margin: auto;
	display: inline-block;
}

.three_div_img_02 {
	background: url("https://macarong.net/resources/images/car/shinhan_ad_img_02.png") no-repeat;
	position: relative;
	width: 28px;
	height: 28px;
	background-size: 28px 28px;
	margin: auto;
	display: inline-block;
}

.three_div_img_03 {
	background: url("https://macarong.net/resources/images/car/shinhan_ad_img_03.png") no-repeat;
	position: relative;
	width: 28px;
	height: 28px;
	background-size: 28px 28px;
	margin: auto;
	display: inline-block;
}

.three_div_img_04 {
	background: url("https://macarong.net/resources/images/car/shinhan_ad_img_04.png") no-repeat;
	position: relative;
	width: 260px;
	height: 44px;
	background-size: 260px 44px;
	margin: auto;
	display: block;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 6px;
}

.icon_arrow_blue {
	background: url("https://macarong.net/resources/images/car/icon_arrow_round_blue.png") no-repeat;
	position: relative;
	width: 18px;
	height: 18px;
	background-size: 18px 18px;
	margin: auto;
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
}

.ad_info {
	margin: auto;
	display: flow-root;
	height: 18px;
}

.ad_info .blue_text {
	float: left;
	color: #00AFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	vertical-align: middle;
	margin: auto;
}

.ad_info .spon {
	float: right;
	color: #1A2128;
	opacity: 0.3;
	font-size: 12px;
	padding-top: 4px;
}


/* 모바일웹 버전 추가 */

.header .info {
	font-size: 14px;
	font-weight: normal;
	opacity: 0.4;
	margin: auto;
	padding-top: 8px;
	display: block;
}

.header .company {
	display: inline-block;
}

.header .user_count {
	display: inline-block;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	margin: auto;
	color: #8E98A0;
}

.header .user_count .title {
	display: inline-block;
	margin-left: 6px;
}

.header .user_count .value {
	display: inline-block;
}

.icon_person_white {
	display: inline-block;
	background: url("https://macarong.net/resources/images/car/icon_person_white.svg") no-repeat;
	position: relative;
	width: 18px;
	height: 18px;
	background-size: 18px 18px;
	margin: auto;
	vertical-align: middle;
}

.left-border-radius {
	position: fixed;
	top: 56px;
	width: 24px;
	height: 24px;
	background-image: radial-gradient(circle at 100% 100%, transparent 0%, transparent 24px, black 24px);
	z-index: 10;
}

.right-border-radius {
	position: fixed;
	right: 0;
	top: 56px;
	width: 24px;
	height: 24px;
	background-image: radial-gradient(circle at 0 100%, transparent 0%, transparent 24px, black 24px);
	z-index: 10;
}

.header.web .logo {
	float: right;
	display: inline-block;
	position: absolute;
	right: 16px;
	top: 72px;
}

.header.web {
	margin: auto;
	padding-top: 56px;
	padding-bottom: 16px;
	color: #1A2128;
	max-width: 768px;
	width: 100vw;
}

.btn_more .ranking {
	padding-left: 6px;
	font-weight: bold;
}

.icon_rank_list_black {
	display: inline-block;
	background: url("https://macarong.net/resources/images/car/icon_rank_list_black.svg") no-repeat;
	position: relative;
	opacity: 0.3;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	margin: auto;
	margin-right: 12px;
	vertical-align: middle;
	padding-bottom: 3px;
}

.container.tight {
	padding: 12px 16px;
	display: block;
}

.container.scroll_hidden {
	overflow: hidden;
}

.icon_star_yellow {
	display: inline-block;
	background: url("https://macarong.net/resources/images/car/icon_star_yellow.svg") no-repeat;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	margin: auto;
	margin-right: 1px;
	margin-left: -2px;
	vertical-align: middle;
}

.icon_gasstation {
	display: inline-block;
	background: url("https://macarong.net/resources/images/car/icon_gasstation.svg") no-repeat;
	position: relative;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	margin: auto;
	margin-right: 1px;
	margin-left: -2px;
	vertical-align: middle;
}

.icon_evstation {
	display: inline-block;
	background: url("https://macarong.net/resources/images/car/icon_evstation.svg") no-repeat;
	position: relative;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	margin: auto;
	margin-right: 1px;
	margin-left: -2px;
	vertical-align: middle;
}

.icon_arrow_right_s {
	display: inline-block;
	background: url("https://macarong.net/resources/images/car/icon_arrow_right_s.png") no-repeat;
	width: 5px;
	height: 10px;
	background-size: 5px 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	margin-left: 4px;
	margin-bottom: 1px;
}

.icon_arrow_down_s {
	display: inline-block;
	background: url("https://macarong.net/resources/images/car/icon_arrow_down_s.png") no-repeat;
	width: 5px;
	height: 10px;
	background-size: 5px 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	margin-left: 4px;
}

.ranking .layout1 {
	display: inline-block;
	margin: auto;
	width: 44%;
}

.ranking .layout2 {
	border-left: 1px solid #CFD5D9;
	display: inline-block;
	margin: auto;
	width: 44%;
	padding-left: 16px;
}

.ranking .label {
	font-size: 14px;
	color: #6D7882;
	margin: auto;
}

.ranking .average {
	display: inline-block;
	margin: auto;
	margin-top: 4px;
}

.ranking .average .value {
	display: inline-block;
	font-size: 20px;
	color: #6D7882;
	font-weight: bold;
	vertical-align: bottom;
	margin: auto;
	line-height: 20px;
}

.ranking .average span {
	font-size: 12px;
	color: #B0BAC1;
	margin: auto;
	vertical-align: bottom;
	padding-left: 4px;
}

.ranking .average .score {
	display: inline-block;
	font-size: 12px;
	color: #505C66;
	margin-left: 4px;
	vertical-align: bottom;
	line-height: 14px;
}

.onclick-menu {
	position: relative;
	float: right;
	border-radius: 4px;
	font-weight: normal;
	font-size: 13px;
	line-height: 24px;
	color: #6D7882;
	height: 24px;
	box-sizing: border-box;
	bottom: 48.5px;
	cursor: pointer;
}

.onclick-menu::after {
	content: "";
    display: inline-block;
    background: url(https://macarong.net/resources/images/modoo/icon_arrow_down_gray.svg) no-repeat;
    width: 18px;
    height: 18px;
    background-size: 100% 100%;
    vertical-align: middle;
}

.onclick-menu:focus {
	/* clicking on label should toggle the menu */
	pointer-events: none;
}

.onclick-menu:focus .onclick-menu-content {
	/*  opacity is 1 in opened state (see below) */
	opacity: 1;
	visibility: visible;
	/* don't let pointer-events affect descendant elements */
	pointer-events: auto;
}

.onclick-menu-content {
	position: absolute;
	z-index: 1;
	/* use opacity to fake immediate toggle */
	opacity: 0;
	visibility: hidden;
	transition: visibility 0.5s;
}

.onclick-menu:before {
	padding: 5px 10px;
	color: #505C66;
	font-size: 13px;
}

.onclick-menu-content {
	background-color: #FFFFFF;
	border-radius: 4px;
	width: 68px;
	margin: 7px 0px;
	padding: 0;
	left: auto;
	right: 0;
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.06)) drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.12));
}

#myFuel {
	color: #00AFFF;
}

.onclick-menu-content li {
	list-style-type: none;
	white-space: nowrap;
}

.onclick-menu-content button {
	background: transparent;
	font-size: 13px;
	border: none;
	color: inherit;
	cursor: inherit;
	outline: 0;
	cursor: pointer;
	width: 100%;
	text-align: left;
	height: 32px;
	line-height: 32px;
	font-weight: normal;
	color: #6D7882;
}

.similar_model_title{
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: 8px;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #1A2128;
}

.similar_model_title div:last-child {
	margin-top: 2px;
}

.model_list {
	width: 100vw;
	margin: auto;
	position: relative;
	white-space: nowrap;
	margin-bottom: 16px;
}

.scrolls {
	padding-right: 30px;
	margin-top: 14px;
	overflow-x: scroll;
	overflow-y: hidden;
	display: flex;
}

.scrolls::-webkit-scrollbar {
	display: none;
}

.car_box {
	display: inline-block;
	width: 174px;
	height: 220px;
	background-color: #F2F4F6;
	border-radius: 16px;
	padding: 20px 16px 19px 16px;
	margin-right: 10px;
	box-sizing: border-box;
}

.car_box .similar_model img{
	width: 96px;
	height: 56px;
	padding: 0px 23px 0px;
}

.car_box .name {
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	padding-top: 16px;
	color: #1A2128;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.car_box .average {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 2px;
	height: 17px;
}

.car_box .average .value {
	display: inline-block;
	font-size: 14px;
	color: #505C66;
	vertical-align: bottom;
	line-height: 17px;
	font-weight: 400;
	margin-left: 2px;
}

.car_box .average .icon_star_gray {
	display: inline-block;
	background: url(https://macarong.net/resources/images/modoo/icon_star_gray_12px.svg) no-repeat;
	width: 68px;
	height: 12px;
	background-size: 68px 12px;
	margin: auto;
	vertical-align: middle;
}

.car_box .average .icon_star_yellow {
    display: inline-block;
    background: url(https://macarong.net/resources/images/modoo/icon_star_filled_12px.svg) no-repeat;
    height: 12px;
    background-size: 68px 12px;
    margin: auto;
    vertical-align: top;
}

.car_box .fuel_efficiency {
	border-top: 1px solid #E3E7EA;
	margin-top: 12px;
}

.fuel_efficiency .real {
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	color: #1A2128;
	padding-top: 12px;
}

.fuel_efficiency .official {
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	color: #6D7882;
	padding-top: 4px;
}

.ad_layout .card_top{
	transition: 0.3s;
    background-color: #F2F4F6;
    margin-bottom: 0px;
    display: block;
	padding: 18px 0px 0px;
    position: relative;
	border: none;
	height: 276px;
	box-sizing: border-box;
}

.topbar {
	height: 56px;
	background-color: #1A2128;
	margin: auto;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

.topbar .home {
	margin: auto;
	display: inline-block;
	margin-left: 14px;
	margin-right: 12px;
	line-height: 56px;
}

.home .logo {
	display: inline-block;
	background: url("https://macarong.net/resources/images/car/mcr_logo.png") no-repeat;
	position: relative;
	width: 34px;
	height: 34px;
	background-size: 34px 34px;
	vertical-align: middle;
}

.topbar .search {
	display: inline-block;
	line-height: 32px;
	vertical-align: middle;
}

.search .bar {
	display: inline-block;
	margin: auto;
	height: 34px;
	color: #505C66;
	font-size: 13px;
	line-height: 34px;
	background: #1A2128;
	border-radius: 34px;
	border: 1px solid #505C66;
	width: calc(100vw - 128px);
	vertical-align: middle;
}

.search .bar span {
	display: inline-block;
	background: url("https://macarong.net/resources/images/car/icon_search_white.svg") no-repeat;
	width: 22px;
	height: 22px;
	background-size: 22px 22px;
	vertical-align: middle;
	opacity: 0.5;
	margin-left: 12px;
	margin-right: 8px;
	padding-top: 1px;
}

.topbar .share {
	line-height: 56px;
	position: absolute;
	right: 0;
	top: 0;
	width: 56px;
	vertical-align: middle;
}

.topbar.type1 {
	display: none;
	background-color: transparent;
	border-bottom: 0px solid #1A2128;
	top: 0;
}

.topbar.type1 .search {
	display: inline-block;
	line-height: 56px;
	vertical-align: middle;
}

.topbar.type1 .search .bar {
	display: inline-block;
	margin: auto;
	height: 34px;
	color: rgba(255, 255, 255, .4);
	font-size: 13px;
	line-height: 34px;
	background: rgba(0, 0, 0, .4);
	border-radius: 34px;
	border: 0px solid #505C66;
	width: calc(100vw - 66px);
	vertical-align: middle;
	margin-left: 12px;
}

.topbar.type1 .share {
	line-height: 56px;
	position: absolute;
	right: 0;
	top: 0;
	width: 56px;
	vertical-align: middle;
	text-align: center;
}

.topbar.type1 .share .shraeround {
	background-color: rgba(0, 0, 0, .4);
	border-radius: 34px;
	line-height: 34px;
	width: 34px;
	text-align: center;
	margin: auto;
	display: inline-block;
	vertical-align: middle;
}

.topbar.type1 .share .sharebtn {
	margin: auto;
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	opacity: 0.5;
	background: url("https://macarong.net/resources/images/car/icon_share_white.svg") 0% 0% / 20px 20px no-repeat;
}

.topbar.type2 {
	display: none;
	background-color: transparent;
}

.topbar.type2 .share {
	line-height: 56px;
	position: absolute;
	right: 48px;
	top: 0;
	width: 44px;
	vertical-align: middle;
}

.topbar.type2 .search {
	line-height: 56px;
	position: absolute;
	right: 92px;
	top: 0;
	width: 44px;
	vertical-align: middle;
}

.topbar.type2 .close {
	line-height: 56px;
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	margin-right: 4px;
	vertical-align: middle;
}

.topbar.type2 .back {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 56px;
}

.topbar.type2 .topbar_title {
	line-height: 56px;
	position: absolute;
	padding-left: 56px;
	top: 0;
	vertical-align: middle;
	font-size: 15px;
	color: #fff;
	width: calc(100vw - 56px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.topbar.type2 .share .sharebtn {
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
	background: url("https://macarong.net/resources/images/car/icon_share_white.svg") no-repeat;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	vertical-align: middle;
	opacity: 1;
}

.topbar.type2 .close .icon_close_white {
	display: inline-block;
	background: url("https://macarong.net/resources/images/car/icon_close_white.svg") no-repeat;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	margin-right: 10px;
	margin-left: 10px;
	vertical-align: middle;
}

.topbar.type2 .search .icon_search_white {
	display: inline-block;
	background: url("https://macarong.net/resources/images/car/icon_search_white.svg") no-repeat;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	margin-right: 10px;
	margin-left: 10px;
	vertical-align: middle;
}

.up-scroll {
	position: fixed;
	height: 56px;
	width: 60%;
	margin-left: 15%;
}

.share .sharebtn {
	margin-right: 16px;
	margin-left: 12px;
	display: inline-block;
	background: url("https://macarong.net/resources/images/car/icon_share_white.svg") no-repeat;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	vertical-align: middle;
	opacity: 0.5;
}

.share_modal .btns {
	display: block;
	margin: auto;
	padding-bottom: 24px;
	vertical-align: middle;
	text-align: center;
}

.share_modal .text {
	font-size: 15px;
	color: #505C66;
	margin: auto;
	margin-left: 24px;
	padding-top: 0px;
	vertical-align: middle;
	padding-bottom: 24px;
}

.share_layout {
	background-color: #F2F4F6;
	height: 236px;
	box-sizing: border-box;
}

.share_layout .btns {
	display: block;
	margin: auto;
	padding-top: 32px;
	padding-bottom: 4px;
	vertical-align: middle;
	text-align: center;
}

.btns li {
	margin-right: 5px;
	margin-left: 5px;
	vertical-align: baseline;
	display: inline-block;
	list-style-type: none;
}

.btns img {
	width: 56px;
	height: 56px;
}

.share_layout .text {
	font-size: 18px;
    color: #505C66;
    margin: auto;
    padding-bottom: 40px;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    line-height: 18px;
    padding-top: 56px;
}

.share_layout .text.black {
	color: #1A2128;
}

.modal-content .btn_close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	-webkit-background-size: 12px 12px;
	background-size: 12px 12px;
	background-position: 50% 50%;
	background-image: url("https://macarong.net/resources/images/car/icon_close_line.png");
	display: block;
	position: absolute;
	font-size: 1px;
	color: transparent;
	background-repeat: no-repeat;
}

.modal-content h2 {
	font-size: 20px;
	font-weight: normal;
	padding: 24px 24px 16px;
	margin: auto;
	text-align: center;
}

.modal-content .down_btn {
	position: relative;
	height: 56px;
	margin: auto;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top: 1px solid #00D5E9;
	background: #00AFFF;
	vertical-align: middle;
	text-align: center;
}

.modal-content .down_btn span {
	display: inline-block;
	background: url("https://macarong.net/resources/images/car/mcr_logo.png") no-repeat;
	width: 32px;
	height: 32px;
	background-size: 32px 32px;
	margin-right: 12px;
	vertical-align: middle;
}

.modal-content .down_btn .text {
	display: inline-block;
	font-size: 16px;
	line-height: 56px;
	color: #fff;
	font-weight: normal;
	vertical-align: middle;
}

.modalDialog.share {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	margin: auto;
}

.modalDialog.down {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	margin: auto;
}

.modalDialog.down .modal-content {
	background-color: #F2F4F6;
	width: 240px;
	left: 50%;
	position: absolute;
	margin-left: -120px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	border-radius: 6px;
}

.topbar .back {
	position: fixed;
	left: 0;
	top: 0;
	line-height: 56px;
}

.icon_back_white {
	display: inline-block;
	background: url("https://macarong.net/resources/images/car/icon_back_white.svg") no-repeat;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	margin-right: 16px;
	margin-left: 16px;
	vertical-align: middle;
}

.topbar .text {
	display: inline-block;
	color: #fff;
	font-size: 14px;
}

.header h3 {
	font-size: 17px;
	font-weight: normal;
	margin: auto;
	padding-top: 12px;
	line-height: 24px;
	color: #1A2128;
}

body.search {
	background-color: #fff;
}

body.search_list {
	background-color: transparent;
	padding: 56px 0px 72px;
}

body.error {
	background-color: #505C66;
	padding: 0px 0px 0px 0px;
	margin: auto
}

.logo_box {
	display: inline-block;
	width: calc((100vw - 62px)/4 + 4px);
	text-align: center;
	margin-bottom: 13px;
	max-width: 148px;
}

.logo_box .logo {
	width: calc((100vw - 62px)/4 + 4px);
	margin: auto;
	max-width: 148px;
}

.logo_box .logo img {
	display: block;
	padding: 4px;
	max-height: calc((100vw - 84px)/4);
	max-width: calc((100vw - 84px)/4);
	margin: auto;
	text-align: center;
	vertical-align: middle;
	border-radius: calc((100vw - 62px)/4);
	background-color: #E3E7EA;
}

.logo_box .name {
    width: 120%;
	font-size: 13px;
	color: #B0BAC1;
	margin: auto;
	margin-top: 7px;
	margin-left: -10%;
}

.topbar.search_list .search {
	line-height: 32px;
	vertical-align: middle;
	position: absolute;
	left: 12px;
	margin-top: 10px;
}

.topbar.search_list .back {
	margin: auto;
	margin-left: 16px;
	line-height: 56px;
	position: absolute;
	left: 0;
	width: 56px;
}

.topbar.search_list .search .bar {
	display: inline-block;
	margin: auto;
	height: 34px;
	color: #505C66;
	font-size: 14px;
	line-height: 36px;
	background: #fff;
	border-radius: 34px;
	border: 1px solid #B0BAC1;
	padding-left: 8px;
	padding-right: 22px;
	width: calc(100vw - 56px);
	vertical-align: middle;
}

.topbar.search_list .search input {
	float: left;
	margin: auto;
	color: #505C66;
	font-size: 14px;
	line-height: 34px;
	height: 34px;
	margin-left: 5px;
	vertical-align: top;
	background-color: transparent;
	border: 0px solid;
	width: calc(100vw - 235px);
}

.topbar.search_list .search .bar span {
	float: left;
	background: url(https://macarong.net/resources/images/car/icon_back_black.svg) no-repeat;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	vertical-align: initial;
	line-height: 36px;
	opacity: 0.5;
	margin-top: 4px;
	margin-right: 8px;
	padding-top: 0px;
	margin-left: 3px;
}

.topbar.search_list .search .bar .company_round {
	float: left;
	margin-right: 8px;
	margin-top: 5px;
	padding-right: 12px;
	padding-left: 12px;
	height: 23px;
	font-size: 14px;
	color: rgb(102, 102, 102);
	border-radius: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(204, 204, 204);
	border-image: initial;
	background: rgb(221, 221, 221);
}

.topbar.search_list .search .bar .company_round .company_title {
	line-height: 24px;
}

.car_search_list {
	display: block;
	margin: auto;
	border-bottom: 1px solid #CFD5D9;
	background: #fff;
	height: 64px;
}

.car_search_list .logo {
	float: left;
	width: 40px;
	height: 40px;
	margin: auto;
	margin-left: 16px;
	margin-top: 12px;
	border-radius: 40px;
	background-color: #CFD5D9;
}

.car_search_list .number {
	text-align: center;
	float: left;
	width: 22px;
	height: 22px;
	margin: auto;
	margin-left: 22px;
	margin-top: 20px;
	margin-right: 4px;
	border-radius: 40px;
	background-color: transparent;
	border: 0px solid #e3c54b;
}

.number.first {
	background-color: #f5d553;
	border: 1px solid #e3c54b;
	color: white!important;
	font-size: 14px;
}

.number.second {
	background-color: #c6c4bd;
	border: 1px solid #b0aea8;
	color: white!important;
	font-size: 14px;
}

.number.third {
	background-color: #d9b77b;
	border: 1px solid #c8a871;
	color: white!important;
	font-size: 14px;
}

.number.normal {
	color: #aba9a2!important;
	font-size: 16px;
}

.car_search_list .number span {
	line-height: 22px;
	font-weight: bold;
}

.car_search_list .logo img {
	display: block;
	height: 34px;
	width: 34px;
	margin: auto;
	vertical-align: middle;
	padding-top: 3px;
}

.car_search_list .middle {
	float: left;
	color: #1A2128;
	margin: auto;
	margin-left: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: calc(100vw - 142px);
}

.car_search_list .middle .name {
	font-weight: bold;
	display: inline-block;
	font-size: 14px;
	color: #1A2128;
	margin: auto;
	padding-top: 16px;
	line-height: 16px;
}

.car_search_list .middle .data {
	font-size: 13px;
	color: #8E98A0;
	margin: auto;
	margin-top: 2px;
	line-height: 13px;
}

.car_search_list .middle .data .star {
	display: inline-block;
	font-size: 13px;
	line-height: 13px;
	color: #8E98A0;
	margin: auto;
	vertical-align: middle;
}

.car_search_list .middle .data .star span {
	display: inline-block;
	background: url("https://macarong.net/resources/images/car/icon_star_rate_black_s_one.png") no-repeat;
	width: 14px;
	height: 14px;
	line-height: 14px;
	background-size: 14px 14px;
	margin: auto;
	opacity: 0.5;
	vertical-align: middle;
	padding-top: 1px;
	padding-right: 2px;
}

.car_search_list .middle .data .person {
	display: inline-block;
	font-size: 13px;
	font-size: 13px;
	line-height: 13px;
	color: #8E98A0;
	margin: auto;
	margin-left: 8px;
}

.car_search_list .middle .data .person span {
	display: inline-block;
	background: url("https://macarong.net/resources/images/car/icon_person_black.svg") no-repeat;
	width: 14px;
	height: 14px;
	line-height: 14px;
	background-size: 14px 14px;
	margin: auto;
	opacity: 0.3;
	vertical-align: middle;
	padding-top: 1px;
	padding-right: 2px;
}

.car_search_list .middle .data .effic {
	display: inline-block;
	font-size: 13px;
	line-height: 13px;
	color: #8E98A0;
	margin: auto;
	margin-left: 8px;
}

.car_search_list .middle .data .effic .divide_line {
	display: inline-block;
	font-size: 13px;
	margin-right: 8px;
	color: #CFD5D9;
}

.car_search_list .middle .data .effic span {
	font-weight: bold;
	margin-right: 6px;
}

.car_search_list .view_btn {
	font-size: 14px;
	color: #B0BAC1;
	float: right;
	vertical-align: middle;
	padding: 4px 16px;
	border: 1px solid #CFD5D9;
	border-radius: 36px;
	margin-right: 12px;
	margin-top: 17px;
}

textarea:focus,
input:focus {
	outline: none;
}

.ranking_tab {
	height: 48px;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #CFD5D9;
}

nav {
	background: #fff;
	display: inline-block;
}

nav .nav_u {
	position: relative;
	margin: 0px;
	padding: 0;
	display: table;
	height: 48px;
	white-space: nowrap;
}

.nav_u .tab {
	display: inline-block;
	font-size: 14px;
	line-height: 48px;
	color: #B0BAC1;
	padding-left: 12px;
	padding-right: 12px;
	white-space: nowrap;
	text-align: center;
}

.nav_u .tab.tab_on {
	display: inline-block;
	font-size: 14px;
	line-height: 42px;
	color: #1A2128;
	padding-top: 3px;
	padding-left: 12px;
	padding-right: 12px;
	white-space: nowrap;
	text-align: center;
	border-bottom: 3px solid #1A2128;
}

.ranking_tab .filter_line {
	float: right;
	width: 1px;
	height: 48px;
	vertical-align: middle;
}

.ranking_tab .filter_line span {
	display: inline-block;
	width: 1px;
	background: #E3E7EA;
	height: 28px;
	vertical-align: middle;
	margin-top: 12px;
}

.filter_layout .filter {
	float: right;
	margin-top: 32px;
	color: #B0BAC1;
	display: inline-block;
	line-height: 36px;
	font-size: 14px;
	border-radius: 48px;
	border: 1px solid #B0BAC1;
	padding: 0px 14px;
}

.filter_layout span {
	display: inline-block;
	background: url("https://macarong.net/resources/images/car/icon_filter_black.svg") no-repeat;
	width: 24px;
	height: 24px;
	line-height: 24px;
	background-size: 24px 24px;
	margin: auto;
	opacity: 0.4;
	vertical-align: middle;
	padding-right: 6px;
	line-height: 48px;
}

.onclick-filter {
	position: relative;
	display: inline-block;
	float: right;
	color: #B0BAC1;
	font-size: 13px;
}

.onclick-filter::after {
	display: inline-block;
	width: 10px;
	height: 5px;
	background-size: 10px 5px;
	padding-top: 2px;
	padding-left: 3px;
}

.onclick-filter:focus {
	/* clicking on label should toggle the menu */
	pointer-events: none;
}

.onclick-filter:focus .onclick-filter-content {
	/*  opacity is 1 in opened state (see below) */
	opacity: 1;
	visibility: visible;
	/* don't let pointer-events affect descendant elements */
	pointer-events: auto;
}

.onclick-filter-content {
	position: absolute;
	z-index: 1;
	/* use opacity to fake immediate toggle */
	opacity: 0;
	visibility: hidden;
	transition: visibility 0.5s;
}

.onclick-filter:before {
	padding: 5px 10px;
	color: #505C66;
	font-size: 13px;
}

.onclick-filter-content {
	background-color: #E3E7EA;
	border-radius: 2px;
	-webkit-box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.16);
	width: auto;
	max-height: calc(100vh - 170px);
	margin-right: 8px;
	margin-top: 48px;
	margin-left: 0;
	margin-bottom: 32px;
	padding: 4px 12px;
	left: auto;
	right: 0;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

.onclick-filter-content::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}

.onclick-filter-content::-webkit-scrollbar-thumb {
	border-radius: 3px;
	border: 2px solid #E3E7EA;
	background-color: rgba(0, 0, 0, .2);
}

.onclick-filter-content:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
}

.onclick-filter-content li {
	color: #1A2128;
	list-style-type: none;
	white-space: nowrap;
}

.onclick-filter-content li.first {
	color: #1A2128;
	list-style-type: none;
	white-space: nowrap;
	border-bottom: 1px solid #CFD5D9;
	margin-bottom: 2px;
}

.onclick-filter-content button {
	background: transparent;
	font-size: 13px;
	line-height: 36px;
	border: none;
	color: inherit;
	cursor: inherit;
	outline: 0;
	cursor: pointer;
	width: 100%;
	text-align: left;
}


/* filter fuel type */

.onclick2-filter {
	position: relative;
	display: inline-block;
	color: #B0BAC1;
	font-size: 13px;
}

.onclick2-filter::after {
	display: inline-block;
	width: 10px;
	height: 5px;
	background-size: 10px 5px;
	padding-top: 2px;
	padding-left: 3px;
}

.onclick2-filter:focus {
	/* clicking on label should toggle the menu */
	pointer-events: none;
}

.onclick2-filter:focus .onclick2-filter-content {
	/*  opacity is 1 in opened state (see below) */
	opacity: 1;
	visibility: visible;
	/* don't let pointer-events affect descendant elements */
	pointer-events: auto;
}

.onclick2-filter-content {
	position: absolute;
	z-index: 1;
	/* use opacity to fake immediate toggle */
	opacity: 0;
	visibility: hidden;
	transition: visibility 0.5s;
}

.onclick2-filter:before {
	padding: 5px 10px;
	color: #505C66;
	font-size: 13px;
}

.onclick2-filter-content {
	background-color: #E3E7EA;
	border-radius: 2px;
	-webkit-box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.16);
	width: auto;
	max-height: calc(100vh - 170px);
	margin-right: 8px;
	margin-top: 8px;
	margin-left: 0;
	margin-bottom: 32px;
	padding: 4px 12px;
	left: auto;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

.onclick2-filter-content::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}

.onclick2-filter-content::-webkit-scrollbar-thumb {
	border-radius: 3px;
	border: 2px solid #E3E7EA;
	background-color: rgba(0, 0, 0, .2);
}

.onclick2-filter-content:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
}

.onclick2-filter-content li {
	color: #1A2128;
	list-style-type: none;
	white-space: nowrap;
}

.onclick2-filter-content li.first {
	color: #1A2128;
	list-style-type: none;
	white-space: nowrap;
	border-bottom: 1px solid #CFD5D9;
	margin-bottom: 2px;
}

.onclick2-filter-content button {
	background: transparent;
	font-size: 13px;
	line-height: 36px;
	border: none;
	color: inherit;
	cursor: inherit;
	outline: 0;
	cursor: pointer;
	width: 100%;
	text-align: left;
}


/* 미디어 쿼리 */

@media all and (min-width: 0px) and (max-width: 480px) {
	.header.web .logo {
		float: right;
		display: inline-block;
		position: absolute;
		right: 16px;
		top: 72px;
	}
}

@media all and (min-width: 0px) and (max-width: 360px) {
	.logo_box .name {
        width: 120%;
		font-size: 3.3vw;
		color: #B0BAC1;
		margin: auto;
		margin-top: 7px;
	    margin-left: -10%;
	}
}

@media all and (min-width: 481px) {
	.header.web .logo {
		float: right;
		display: inline-block;
		position: inherit;
		right: 16px;
		top: 72px;
	}
}


/* 에러페이지 */

.err {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}

.err img {
	display: inline-block;
	width: 60px;
}

.err .text_title {
	font-size: 17px;
	padding-top: 18px;
	font-weight: bold;
	color: #fff;
}

.err .text_desc {
	font-size: 14px;
	line-height: 18px;
	padding-top: 10px;
	color: #fff;
	opacity: 0.8;
}

.err .text_desc2 {
	font-size: 12px;
	line-height: 14px;
	padding-top: 20px;
	color: rgba(255, 255, 255, .4);
}

.err .text_desc2 span {
	font-size: 12px;
	line-height: 18px;
	padding-top: 10px;
	color: rgba(255, 255, 255, .6);
}

.err .btn_search {
	line-height: 36px;
	font-size: 14px;
	font-weight: bold;
	color: #CFD5D9;
	background: #1A2128;
	border: 1px solid #1A2128;
	border-radius: 36px;
	display: inline-block;
	padding: 0px 32px;
	margin-top: 24px;
}

.title_section {
	float: left;
}

.filter_layout {
	float: right;
}

.full_container.ranking {
	height: 72px;
}

.ranking_title {
	font-size: 20px;
	line-height: 22px;
	color: #1A2128;
}

.ranking_dsc {
	line-height: 15px;
	font-size: 13px;
	color: #B0BAC1;
	margin-top: 4px;
}

.ranking_list_fuel_type {
	color: #505C66;
	font-size: 14px;
	line-height: 17px;
	margin-top: 12px;
}

.ranking_list_fuel_type .fueltype {
	display: inline-block;
}

.ranking_list_fuel_type .arrow {
	display: inline-block;
	background: url("https://macarong.net/resources/images/car/icon_arrow_down_s.png") no-repeat;
	width: 10px;
	height: 5px;
	background-size: 10px 5px;
	top: 0;
	bottom: 0;
	margin: auto;
	margin-left: 4px;
	vertical-align: middle;
	line-height: 13px;
}

.full_card_btn_icon {
	margin-top: 12px;
}


/* 푸터 footer */

.footer {
	text-align: center;
	background-color: #1A2128;
	padding: 48px 10px;
	color: #fff;
}

.footer .logo {
	display: inline-block;
	background: url("https://macarong.net/resources/images/car/img_logotype.png") no-repeat;
	width: 150px;
	height: 32px;
	line-height: 34px;
	background-size: 150px 32px;
	margin: auto;
	opacity: 0.8;
}

.footer .down {
	left: 0;
	right: 0;
}

.down_mcr {
	display: inline-block;
	padding-left: 18px;
	padding-right: 18px;
	border: 1px solid;
	border-color: rgba(255, 255, 255, 0.5);
	background-color: rgba(0, 0, 0, .4);
	border-radius: 52px;
	line-height: 42px;
	color: #fff;
	font-size: 13px;
	margin-top: 12px;
}

.down_mcr span {
	display: inline-block;
	background: url("https://macarong.net/resources/images/car/icon_macarong_app.png") no-repeat;
	width: 28px;
	height: 28px;
	background-size: 28px 28px;
	margin: auto;
	vertical-align: middle;
	padding-right: 8px;
}

.footer .agree {
	color: #fff;
	font-size: 12px;
	margin-top: 24px;
	display: inline-block;
}

.textbtn {
	display: inline-block;
	color: rgba(255, 255, 255, .8);
}

.agree span {
	color: rgba(255, 255, 255, .5);
	font-size: 9px;
	margin-left: 8px;
	margin-right: 8px;
}

.footer .copyright {
	font-size: 11px;
	opacity: 0.8;
	margin-top: 12px;
}

/* 모차 홈 */



.intro {
	height: 350px;
	
}

.cover {
	height: 100%;
    position: relative;
    background-image: url("https://macarong.net/resources/images/car/img_home_bg_01.png");
    background-size: cover;
    background-position: center;
	margin: auto;
	
}

.home_title {
	text-align: center;
	position: absolute;
    width: 100%;
    max-width: 768px;
    top: 130px;
	color: #fff;
	margin: auto;
}

.home_title h1 {
	margin: auto;
	font-size: 30px;
}

.home_title p {
	margin: auto;
	font-size: 15px;
	padding-top: 8px;
}

.home_title .btn_search {
    line-height: 42px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    background: #1A2128;
    border: 1px solid #1A2128;
    border-radius: 36px;
    display: inline-block;
    padding: 0px 12px 0px 24px;
    margin-top: 24px;
    height: 42px;
}

.home_title .btn_search span {
	background: url(https://macarong.net/resources/images/car/icon_arrow_right_white.png) no-repeat;
    position: relative;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
	margin-left: 4px;
    line-height: 42px;
    display: inline-block;
    vertical-align: middle;
}

body.index {
	padding: 56px 0px 72px;
	background-color: transparent;
}

.footer.home {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: -96px;
	
}

.home_menu_01 {
	background-color: #fff;
	margin: auto;
	padding-bottom: 4px;
}

.head h1 {
	color: #1A2128;
	font-size: 16px;
	padding-left: 16px;
	padding-top: 18px;
	display: inline-block;
	margin: auto;
}

.head .more {
	margin-right: 14px;
	float: right;
	display: inline-block;
	color: #B0BAC1;
	padding: 0px 4px 0px 10px;
	line-height: 18px;
	border-radius: 16px;
	border: 1px solid #B0BAC1;
	height: 18px;
	margin-top: 17px;
}

.head .more .more_title {
    display: inline-block;
    color: #B0BAC1;
    font-size: 12px;
    line-height: 18px;
}

.head .more span {
	background: url("https://macarong.net/resources/images/car/icon_arrow_right_black_opacity.png") no-repeat;
    position: relative;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
	margin-left: 1px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.home_menu_01 .menu_layout {
	margin-top: 8px;
	width: 100%;
    max-width: 768px;
	display: inline-block;
}

.home_menu_01 .menu_layout .segment {
	padding : 4px 9px 0px;
	margin: auto;
}

.home_menu_01 .menu_layout .segment .seg_box {
	float: left;
	width: 50%;
	text-align: center;
}

.home_menu_01 .menu_layout .segment .seg_box .segment_title {
    color: #1A2128;
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
	min-width: 130px;
}

.home_menu_01 .menu_layout .segment .seg_box .segment_title .seg_text {
	font-size: 15px;
    color: #1A2128;
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
	padding-left: 12px;
}

.home_menu_01 .menu_layout .segment .seg_box .segment_title span {
	background: url("https://macarong.net/resources/images/car/icon_arrow_right_black_opacity.png") no-repeat;
    position: relative;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
	margin-left: 1px;
    display: inline-block;
    vertical-align: middle;
}

.home_menu_01 .menu_layout .segment .seg_box_border {
	border: 1px solid #CFD5D9;
	border-radius: 4px;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 6px;
	margin-left: 6px;
    margin-right: 6px;
	background: #F2F4F6;
	margin-bottom: 10px;
}

.home_menu_01 .menu_layout .segment .seg_box .segment_img img {
    position: relative;
    width: 145px;
    height: 54px;
    background-size: 145px 54px;
    display: inline-block;
    vertical-align: middle;
	margin-top: 8px;
}

@media all and (min-width : 0px) and (max-width : 360px) {

.home_menu_01 .menu_layout .segment .seg_box .segment_img img {
    position: relative;
    width: 100px;
    height: 37px;
    background-size: 100px 37px;
    display: inline-block;
    vertical-align: middle;
	margin-top: 8px;
}
	
}

.home_menu_02 {
	background-color: #fff;
	margin: auto;
	margin-top: 10px;
	padding-bottom: 12px;
}

.home_menu_02 .company_menu {
    padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
}

.logo_box.logo_width {
    width: calc((100vw - 46px)/4);
	display: inline-block;
    text-align: center;
    margin-bottom: 13px;
    max-width: 148px;
}

.footer.home {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: -96px;
	margin-top: 0px;
    background-color: transparent;
    padding: 48px 10px;
    color: #505C66;
}

.footer.home .agree {

    font-size: 12px;
    margin-top: 24px;
    display: inline-block;
	margin: auto;
}

.footer.home .agree span {
	color: rgba(0, 0, 0, .5);
    font-size: 12px;
    margin-top: 24px;
    display: inline-block;
}

.footer.home .agree .textbtn {
    display: inline-block;
    color: #505C66;
}

.footer.home .down_mcr {
    display: inline-block;
    padding-left: 18px;
    padding-right: 18px;
    border: 1px solid;
    border-color: #00D5E9;
    background-color: #00AFFF;
    border-radius: 52px;
    line-height: 42px;
    color: #fff;
    font-size: 13px;
    margin-top: 12px;
}

.footer .logo_gray {
	display: inline-block;
    background: url("https://macarong.net/resources/images/car/img_logotype_gray.png") no-repeat;
    width: 150px;
    height: 32px;
	line-height: 34px;
    background-size: 150px 32px;
    margin: auto;
	opacity: 0.6;
}


/* 주유비 할인 카드 광고 박스 카드 */

.ad_dsc {
	font-weight: normal;
    font-size: 16px;
    line-height: 17px;
    color: #1A2128;
    margin-left: 0px;
    padding-top: 4px;
    display: block;
	
}

.efficiency .label3 {
   font-size: 12px;
   opacity: 0.5;
   margin: auto;
}
.efficiency_layout3 {
   display: inline-block;
   padding-right: 10px;
   margin-right: 6px;
   border-right: 1px solid #E3E7EA;
}


.efficiency .average3 {
	line-height: 23px;
	font-size: 24px;
	float: left;
	margin: auto;
	margin-top: 4px;
}


@media (max-width: 344px) and (min-width: 0px) {
.efficiency .average3 {
   line-height: 23px;
   font-size: 4.3vw!important;
   margin: auto;
   margin-top: 0px!important;
}
}

@media (max-width: 480px) and (min-width: 345px) {
.efficiency .average3 {
   line-height: 23px;
   font-size: 6vw;
   margin: auto;
   margin-top: 4px;
}
} 

.efficiency .average3 span {
    font-size: 12px;
    padding-left: 2px;
    margin: auto;
    color: #505C66;
}

.sell_car_btn {
    background-color: #00D5E9;
}

.icon_fuel_card_01 {
	position: absolute;
	background: url("https://macarong.net/resources/images/car/icon_fuel_card_01.png") no-repeat;
	width: 31px;
	height: 31px;
	background-size: 31px 31px;
	margin: auto;
	margin-top: 5px;
	margin-right: 8px;
}

.icon_fuel_card_02 {
	float: left;
	background: url("https://macarong.net/resources/images/car/icon_fuel_card_02.png") no-repeat;
	position: relative;
	width: 31px;
	height: 31px;
	background-size: 31px 31px;
	margin: auto;
	margin-top: 6px;
	margin-right: 8px;
}


dl, li, ul {
	list-style: none;
}


input::-ms-input-placeholder {
	color: #CFD5D9;
}

input::-webkit-input-placeholder {
	color: #CFD5D9;
}

input::-moz-placeholder {
	color: #CFD5D9;
}

/* 정보게시판 */
.header .user_count {
	padding-top: 0px;
}

.bottom_more_btn {
	color: #505C66;
	font-size: 15px;
	line-height: 56px;
	font-weight: 500;
	background-color: #F2F4F6;
	margin: 12px 16px;
	border-radius: 8px;
	text-align: center;
	height: 56px;
	margin-bottom: 32px;
}


/* Board List */

.list_section {
	margin: 0 auto;
	padding-inline-start: 0;
}

.card_bottom_extra.board {
	border-top: 0px solid rgba(0, 0, 0, 0.16);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	margin-bottom: 12px;
}

.container.board {
	padding: 16px 0px 0px 0px;
	display: block;
}

.container.board .list_nav {
	padding: 0;
	border-bottom: 1px solid #E3E7EA;
	padding-bottom: 13px;
	padding-top: 20px;
	margin-bottom: 16px;
}

.container.board .list_nav .nav-item.is-active {
	color: #1A2128;
	border-bottom: 3px solid #1A2128;
	font-weight: 600;
	font-size: 18px;
	padding-bottom: 11px;
	transition: 0.1s;
	cursor: pointer;
}

.container.board .list_nav .nav-item  {
	color: #6D7882;
	border-bottom: 3px solid transparent;
	font-weight: 500;
	font-size: 18px;
	padding-bottom: 11px;
	transition: 0.1s;
	cursor: pointer;
}

#review {
	position: relative;
	left: calc(25% - 91px/2);
}

#defect {
	position: relative;
	right: calc(25% - 90px/2);
	float: right;
}

.board_list {
	position: relative;
	word-break: break-all;
    word-wrap: break-word;
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding-left: 24px;
}

.board_list .model {
	font-size: 13px;
	line-height: 16px;
	color: #505C66;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	font-weight: 400;
	max-width: calc(100vw - 236px);
}

.board_list .date {
	font-size: 13px;
	color: #CFD5D9;
	display: inline-block;
	text-overflow: ellipsis;
	vertical-align: middle;
	margin-left: 6px;
}

.board_list .rate {
	font-size: 13px;
	line-height: 16px;
	color: #1A2128;
	display: inline-block;
	font-weight: bold;
	vertical-align: middle;
}

.board_line {
	display: block;
	margin: auto;
	height: 1px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 8px;
	margin-left: -16px;
	margin-right: -16px;
}

.board_divide {
	display: block;
	margin: auto;
	height: 1px;
	border-top: 1px solid rgba(0, 0, 0, 0.16);
	z-index: 1000;
}

.board_list .board_text {
	display: table-cell;	
	padding: 16px 0;
	padding-right: 16px;
	width: 73.34vw;
	box-sizing: border-box;
}

.board_list .board_text .title_price{
	display: flex;
}

.board_list .board_photo {
	display: table-cell;
	text-align: right;
    padding-right: 24px;
    vertical-align: top;
	box-sizing: border-box;
	margin-right: 24px;
}

.board_list .board_photo .thum {
	display: block;
    position: relative;
    margin: 16px 0px 10px;
	width: 48px;
	height: 48px;
}

.board_list .board_photo img {
	width: 48px;
	height: 48px;
	border-radius: 8px;
    object-fit: fill;
}

.board_list .view {
	font-size: 13px;
	line-height: 14px;
	padding-top: 2px;
	padding-left: 11px;
	color: #00AFFF;
	display: inline-block;
}

.board_list .view.gray {
	font-size: 13px;
	padding-top: 2px;
	padding-left: 10px;
	color: #CFD5D9;
	display: inline-block;
}

.board_list .view.gray .view_count {
	background: url("https://macarong.net/resources/images/modoo/icon_view_black_filled_ss.svg") no-repeat;
	display: inline-block;
	width: 15px;
	height: 15px;
	background-size: 15px 15px;
	padding-top: 2px;
	padding-right: 2px;
	margin: auto;
	vertical-align: middle;
	opacity: 0.7;
}

.board_list .view .view_number {
	font-size: 13px;
	line-height: 14px;
	color: #6D7882;
	display: inline-block;
	vertical-align: middle;
}

.board_list .comment.gray {
	font-size: 13px;
	padding-top: 2px;
	padding-left: 8px;
	color: #CFD5D9;
	display: inline-block;
}

.board_list .comment.gray .comment_count {
	background: url("https://macarong.net/resources/images/modoo/icon_comment_black_filled_ss.svg") no-repeat;
	display: inline-block;
	width: 15px;
	height: 15px;
	background-size: 15px 15px;
	padding-right: 2px;
	margin: auto;
	vertical-align: middle;
	opacity: 0.7;
}

.board_list .comment .comment_number {
	font-size: 13px;
	line-height: 14px;
	color: #6D7882;
	display: inline-block;
	vertical-align: middle;
}

/* .board_list .reply .reply_number {
	font-size: 13px;
	line-height: 14px;
	display: inline-block;
	vertical-align: middle;
} */

.board_list .top {
	display: block;
	margin-top: 5px;
}

.board_list .top .top_left {
	line-height: 14px;
}

.board_list .top .maintenance {
	line-height: 14px;
		margin-top: 8px;
}

.board_list .bottom {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #1A2128;
	overflow: hidden;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	max-height: 18px;
	width: 100%;
}

.board_list .maintenance  {
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	color: #1A2128;
	overflow: hidden;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	max-width: calc(100vw - 200px);
	width: fit-content;
}

.top_left_maintenance {
    line-height: 14px;
    margin-top: 8px;
}

.board_list .purchase_price  {
	width: fit-content;
	background: #F2F4F6;
	border-radius: 4px;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #6D7882;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	box-sizing: border-box;
    height: 18px;
	padding: 0 6px;
	margin-left: 8px;
}

.board_list .user_dsc {
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	margin-top: 8px;
	color: #1A2128;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	width: fit-content;
}

.board_list .label_new {
	float: right;
	background: url("https://macarong.net/resources/images/car/icon_label_new.png") no-repeat;
	position: relative;
	width: 29px;
	height: 13px;
	background-size: 29px 13px;
	margin: auto;
	margin-top: 1px;
	margin-left: 6px;
}

.board_list .board_reply {
    display: table-cell;
    min-width: 54px;
	height: 100%;
    text-align: center;
    white-space: nowrap;
}

.board_reply_layout {
	text-align: center;
	padding: 8px 8px;
	top: 50%;
	transform: translate(0, -50%);
	position: absolute;
		border-left: 1px solid rgba(0, 0, 0, 0.12);
}

.board_reply_layout_maintenance {
	text-align: center;
	padding: 8px 8px;
	top: 16px;
	position: absolute;
	border-left: 1px solid rgba(0, 0, 0, 0.12);
}



.board_reply_count {
	font-size: 18px;
	color: #00AFFF;
}

.board_reply_text {
	font-size: 11px;
	color: #B0BAC1;
}

.board_new_label {
	height: 20px;
	width: 20px;
	border-radius: 10px;
	background-color: #F84848;
	text-align: center;
	line-height: 20px;
	font-size: 13px;
	color: #fff;
	float: right;
	font-weight: bold;
	margin-top: 13px;
	margin-right: 4px;
}


.btnsendmcr {
    -webkit-border-radius: 32;
    -moz-border-radius: 328;
    border-radius: 56px;
    background: #FEE500;
    padding: 18.5px 13px;
	filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.02)) drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.06));
}

.btnsendmcr:before {
    content: "\0000a0";
    display: inline-block;
    width: 30px;
    height: 28px;
    line-height: 28px;
	background: url("https://macarong.net/resources/images/car/icon_kakao.svg") no-repeat;
    background-size: 100% 100%;
}

.btncopyurl {
    -webkit-border-radius: 32;
    -moz-border-radius: 328;
    border-radius: 56px;
    background: #8E98A0;
    padding: 18.5px 15px;
	margin: 0 13px;
	filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.02)) drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.06));
}

.btncopyurl:before {
    content: "\0000a0";
    display: inline-block;
    height: 26px;
    width: 26px;
    line-height: 26px;
	background: url("https://macarong.net/resources/images/car/icon_link.svg") no-repeat;
    background-size: 100% 100%;
}

.btnmoredetails {
    -webkit-border-radius: 32;
    -moz-border-radius: 328;
    border-radius: 56px;
	background: #FFFFFF;
    padding: 18.5px 15px;
	filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.02)) drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.06));
}

.btnmoredetails:before {
    content: "\0000a0";
    display: inline-block;
    height: 26px;
    width: 26px;
    line-height: 26px;
	background: url("https://macarong.net/resources/images/car/icon_more_horizontal.svg") no-repeat;
    background-size: 100% 100%;
}

.sharekakao {
    text-align: center;
    padding-bottom: 69px;
	margin: auto;

}


.fab_search_btn {
	background: transparent;
	width: inherit;
    height: inherit;
    border: none;
	color: #ffffff;
    transition: .3s;
    font-size: 13px;
	font-weight: 600;
    vertical-align: middle;
	text-align: center;
	padding: 0px 0px;
	display: flex;
}

.fab_layout {
	float: right;
	position: fixed;
	width: 78px;
	height: 44px;
	right: 10px;
	top: 6px;
    padding: 0px 0px;
}

.icon_search_fab {
    display: inline-block;
	background: url("https://macarong.net/resources/images/modoo/icon_main_search_line_White.svg") no-repeat;
    position: relative;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
	margin-top: 10px;
	margin-left: 6px;	
	margin-right: 4px;
}

.fab_text {
	margin-left: 2px;
	display: inline-block;
	transition: 0.3s;
	margin: 14px 0;
	font-weight: 600;
}

.container.ad_card_life {
    border: 1px solid #CFD5D9;
    margin: 16px;
    border-radius: 8px;
}

.container.ad_card_life h4 {
    font-weight: bold;
    font-size: 19px;
    line-height: 20px;
    color: #1A2128;
    margin: auto;
    word-break: keep-all;
    padding-top: 4px;
}

.container.ad_card_life p {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #1A2128;
    margin-left: 0px;
    padding-top: 2px;
    display: block;
}

.container.ad_card_life p span {
    font-weight: bold;
    border-bottom: 4px solid #45ffec;
    padding-right: 4px;
}

.ad_certify {
	margin: auto;
    display: inline-block;
    padding-left: 20px;
    padding-right: 16px;
    padding-bottom: 12px;
    margin-top: -12px;
}

.ad_certify .spon {
	color: #1A2128;
    opacity: 0.3;
    font-size: 10px;
    padding-top: 4px;
}

.ad_carlovelife_01 {
    background: url("https://macarong.net/resources/images/car/shinhan_ad_carlovelife_01.png") no-repeat;
    position: relative;
    width: 260px;
    height: 35px;
    background-size: 260px 35px;
    margin: auto;
    display: block;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 6px;
}

.ad_contents img {
    width: 100%;
    height: auto;
    margin: 6px 0px;
}

/* 신한 딥오일 배너 다크 버전 */

.container.ad_card_dark {
	margin: 0px 10px 0px 16px;
    border-radius: 16px;
    background: #1A2128;
    padding: 22px;
	width: 83vw;
    height: 200px;
    position: relative;		
	box-sizing: border-box;
}
	
.container.ad_card_dark h4 {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
    color: #ffffff;
    margin: auto;
    word-break: keep-all;		
}

.container.ad_card_dark h4 span{
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #00AFFF;
	margin-left: 0px;
}
	
.container.ad_card_dark p {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    padding-top: 10px;
    display: block;
	margin: 3px auto auto auto;
}
	
.container.ad_card_dark .spon {
	position: absolute;
    top: 26px;
    right: 21px;
	color: #6D7882;
	font-size: 11px;
	line-height: 13px;
	font-weight: 400;
}	

/* 광고 배너 */
.container.ad_card_deep_oil, .container.ad_card_compact_car, .container.ad_card_k_car {
	margin: 0px 10px 0px 16px;
    border-radius: 16px;
    background: #1A2128;
    padding: 26px 22px;
	width: calc(100vw - 32px);
    height: 200px;
    position: relative;		
	box-sizing: border-box;
}

.container.ad_card_deep_oil {
	margin-left: 0;
}

.container.ad_card_compact_car {
    background: #172F40;
} 

.container.ad_card_k_car {
	background-color: #B70F28;
}

.container.ad_card_deep_oil h4, .container.ad_card_compact_car h4, .container.ad_card_k_car h4 {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
    color: #ffffff;
    margin: auto;
    word-break: keep-all;		
}

.container.ad_card_k_car h4 {
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
}

.container.ad_card_deep_oil h4 span, .container.ad_card_compact_car h4 span, .container.ad_card_k_car h4 span {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #68CDFF;
	margin-left: 0px;
}

.container.ad_card_compact_car h4 span {
	color: #96EFBD;
}

.container.ad_card_k_car h4 span {
	color: #FFF;
}
	
.container.ad_card_deep_oil p, .container.ad_card_compact_car p, .container.ad_card_k_car p {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    padding-top: 10px;
    display: block;
	margin: 3px auto auto auto;
}

.container.ad_card_deep_oil p span, .container.ad_card_compact_car p span {
	font-weight: 600;
}
	
.container.ad_card_deep_oil .spon, .container.ad_card_compact_car .spon, .container.ad_card_k_car .spon {
	position: absolute;
    top: 26px;
    right: 21px;
	color: #6D7882;
	font-size: 11px;
	line-height: 13px;
	font-weight: 400;
}

.container.ad_card_k_car .spon {
	color: white;
	opacity: 0.5;
}

.container.ad_card_blue {
	margin-right: 16px;
    border-radius: 16px;
	background: #061491;
    padding: 26px 22px;
	width: 83vw;
    height: 200px;
    position: relative;		
	box-sizing: border-box;
}
	
.container.ad_card_blue h4 {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
    color: #ffffff;
    margin: auto;
    word-break: keep-all;		
}

.container.ad_card_blue h4 span{
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #88F5FD;
	margin-left: 0px;
}
	
.container.ad_card_blue p {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    padding-top: 10px;
    display: block;
	margin: 3px auto auto auto;
}
	
.container.ad_card_blue .spon {
	position: absolute;
    top: 26px;
    right: 21px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 13px;
	font-weight: 400;
}	
	
@media (min-width: 768px) {
	.container.ad_card_dark, .container.ad_card_compact_car, .container.ad_card_deep_oil, .container.ad_card_k_car {
	  width: 363px;
	  transition: 0.3s;
	}

	.container.ad_card_blue{
		width: 363px;
		transition: 0.3s;
	}

	.left-border-radius{
		display: none;
	}

	.right-border-radius{
		display: none;
	}
}

.ad_info.dark {
	background: #FFFFFF;
	border-radius: 8px;
    display: inline-block;
    margin-top: 24px;
	height: 32px;
	width: 104px;
}
	
.ad_info.dark .blue_text {
	color: #1A2128;
	font-weight: 500;
	font-size: 13px;
    vertical-align: middle;
	margin: 8px 16px;
	margin-right: 0;
}

.icon_arrow_gray {
    background: url("https://macarong.net/resources/images/system/icon_arrow_right_gray.svg") no-repeat;
    position: relative;
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
	margin: 4px 7px;
	margin-left: 0;
}

.icon_arrow_dark {
    background: url("https://macarong.net/resources/images/car/icon_arrow_round_dark.png") no-repeat;
    position: relative;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}

#icon_first_car{
	width: 74px;
	right: 22px;
	height: 74px;
	bottom: 27px;
}
	
.dark_img img {
	position: absolute;
    right: 18px;
    bottom: 21px;
	width: 92px;
}

.likit_img img {
	position: absolute;
    right: 18px;
    bottom: 22px;
    width: 90px;					
}

.container.bottom.button.mycle {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: #00AFFF;
    margin-left: 16px;
    margin-right: 16px;
	margin-bottom: 16px;
}

.container.bottom.button.deep {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: #e51937;
    margin-left: 16px;
    margin-right: 16px;
}

.container.bottom.button.likit {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: #ff8a00;
    margin-left: 16px;
    margin-right: 16px;
}

.container.bottom.button.driving {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: #9fcb46;
    margin-left: 16px;
    margin-right: 16px;
}

.container.bottom.button.smart {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: #F84848;
    margin-left: 16px;
    margin-right: 16px;
}

.car_bottom_car_label.white {
    display: inherit;
    line-height: 20px;
    margin: auto;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 230px;
}

.car_bottom_btn_label.deep {
    line-height: 16px;
    color: #fff;
    font-weight: normal;
	font-size: 13px;
    opacity: 0.8;
}

.deepoil_event_label {
	color: #fff;
    padding: 0px 11px;
    font-weight: bold;
    border-radius: 32px;
    background: #F84848;
    display: none;
    line-height: 24px;
    font-size: 14px;
    padding-top: 1px;
    position: absolute;
    top: 10px;
    left: 4px;
}

.container.ad_card_dark.event {
    margin: 16px 16px 0px 16px;
    background: #1A2128;
    padding: 20px 16px;
    height: 150px;
    position: relative;
    display: block;
	border-radius: 12px;
	border-radius: inherit;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.container.ad_card_dark.likit {
    margin: 16px 16px 0px 16px;
    background: #2728ff;
    padding: 20px 16px;
    height: 150px;
    position: relative;
    display: block;
	border-radius: 12px;
	border-radius: inherit;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.container.ad_card_dark.driving {
    margin: 16px 16px 0px 16px;
    background: #023640;
    padding: 20px 16px;
    height: 150px;
    position: relative;
    display: block;
	border-radius: 12px;
	border-radius: inherit;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.container.ad_card_dark.smart {
    margin: 16px 16px 0px 16px;
	background: rgb(14,11,111);
	background: -moz-linear-gradient(133deg, rgba(17,90,159,1) 0%, rgba(14,11,111,1) 69%);
	background: -webkit-linear-gradient(133deg, rgba(17,90,159,1) 0%, rgba(14,11,111,1) 69%);
	background: linear-gradient(133deg, rgba(17,90,159,1) 0%, rgba(14,11,111,1) 69%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#115a9f",endColorstr="#0e0b6f",GradientType=1);
    padding: 20px 16px;
    height: 150px;
    position: relative;
    display: block;
	border-radius: 12px;
	border-radius: inherit;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.ad_certify.event {
    margin: auto;
    display: inline-block;
    padding-left: 20px;
    padding-right: 16px;
    padding-bottom: 12px;
    margin-top: 10px;
    position: relative;
}

.ad_certify.event .spon {
	color: #1A2128;
    opacity: 0.3;
    font-size: 10px;
    padding-top: 4px;
}

.changeFuel-modal-content {
	background: #FFFFFF;
	border-radius: 16px 16px 0px 0px;
	width: 100vw;
	margin-left: 0;
	left: 0;
	box-sizing: border-box;
	height: 210px;
	position: fixed;
	bottom: 0;
	padding: 24px 16px 17px;
	padding-bottom: 0;
	max-width: 768px;
	left: 50%;
    transform: translateX(-50%);
}

.fuel_text {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	color: #1A2128;
	margin-top: 0;
	padding-top: 0;
}

#changeFuelEfficiency {
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #1A2128;
}

#changeFuel .user_count span {
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #6D7882;
}

span#minOfficialFuelEfficiency {
	padding-right: 3px;
}

#changeFuel .user_count span:last-child {
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #8E98A0;
}

#maxOfficialFuelEfficiency {
	margin-left: -3px;
}


#grey_horizontal {
	width: 56px;
	height: 6px;
	background: #E3E7EA;
	border-radius: 40px;
	margin: 0 auto;
}

.product_group {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.auto_swiper, .auto_swiper_web {
	overflow-x: hidden;
	position: relative;
	margin-top: 164px;
}

.auto_swiper_pagination, .auto_swiper_pagination_web {
	background: rgba(0, 0, 0, 0.4);
	border-radius: 40px;
	padding: 2px 8px;
	font-weight: 500;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	color: #FFFFFF;
	width: fit-content !important;
	margin-left: auto;
	top: -29px;
	margin-right: 16px;
	position: relative;
	z-index: 10;
}

.product_group .product_text {
	padding-left: 24px;
}

.product_group .product_text .subtitle {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #FDD835;
}

.product_group .product_text .title {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
}

.product_group .product_text .btn_text {
	display: flex;
	align-items: center;
	margin-top: 8px;
}

.product_group .product_text .btn_text .text {
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #FFFFFF;
	opacity: 0.8;
}

.product_group .product_text .btn_text img {
	width: 16px;
	height: 16px;
	opacity: 0.6;
}

.product_group .img_target_group {
	width: 132px;
	height: 110px;
}

#changeFuelEfficiencyBottomSheet {
	position: fixed;
	width: 100%;
	max-width: 768px;
	display: none;
	background-color: white;
	z-index: 200;
}

#changeFuelEfficiencyBottomSheet .dimmed {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.50);
	max-width: 768px;
}

#changeFuelEfficiencyBottomSheet .card {
	padding: 24px 20px 12px;
	background-color: white;
	position: fixed;
	bottom: 0;
	z-index: 250;
	margin: 0;
	border-radius: 16px 16px 0px 0px;
	width: 100%;
	max-width: 768px;
	box-sizing: border-box;
}

#changeFuelEfficiencyBottomSheet .card .title {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	color: #1A2128;
}

.change-fuel-btn-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #505C66;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    padding: 11px 0;
}
