
@font-face{
font-family:'NotoSansKR-Regular';
src:local(※),
	url('/img/font/NotoSansKR-Regular.woff') format('woff');
}

@font-face{
font-family:'NotoSansKR-Medium';
src:local(※),
	url('/img/font/NotoSansKR-Medium.woff') format('woff');
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}
ol,
ul {
    list-style: none;
}
a {
    text-decoration: none;
}
img {
    border: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body {
	min-width:320px;
}



a,
body,
html {
	/* font-family:Ubuntu-R, BMDOHYEON, sans-serif; */
	font-family:'NotoSansKR-Regular', sans-serif;
    letter-spacing: -0.5px;
	color:#222;
	word-break: keep-all;
}

input,
textarea {
    padding: 5px;
}
input[type=file] {
    padding: 0;
}
input,
select,
textarea {
    /* -webkit-appearance: none;
-moz-appearance: none;
appearance: none; */
}
button,
input[type=button] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
table {
    border-collapse: collapse;
	width: 100%;
}

.flot-left,
dt {
    float: left;
}
.flot-right,
dd {
    float: right;
}

ul:after,
dl:after,
.after:after {
    content: "";
    clear: both;
    display: block;
}

.after {
	overflow:hidden;
}


.table {
    display: table;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}

a,
label,
span,
strong {
    display: inline-block;
}

b, strong {
	font-family:Ubuntu-M, BMDOHYEON, sans-serif;
}


input::-webkit-input-placeholder {
    font-size: 12px;
}

input:focus::-webkit-input-placeholder {
    color: transparent!important;
}
input:focus::-moz-placeholder {
    color: transparent!important;
}
input:focus:-moz-placeholder {
    color: transparent!important;
}

textarea {
    width: 100%;
    resize: none;
}

table {
	width: 100%;
	border-collapse:collapse;
}

.answer .btn_box {
	margin-top: 10px;
}

.answer .more_btn {
	border:1px solid #da1f26;
	color:#da1f26;
	border-radius:3px;
	padding: 3px 15px;
	font-size:14px;
}

.answer .more_btn:hover {
	background-color:#da1f26;
	color:#fff;
}

.container-wrap {
	text-align:center;
}

.container-wrap div[class*="section"] {
	text-align:center;
	width: 100%;
	max-width:1050px;
	margin: auto;
}

.container-wrap div[class*="section"] > img {
	display:block;
	margin: auto;
	width: 100%;
}

.left_wing_banner {
	position:fixed;
	margin: 10px 0 0 -130px;
}

.left_wing_banner > a {
	display:block;
	cursor:pointer;
}

.left_wing_banner > a:hover {
	opacity: .7;
}

/* section02 - car list */
.section02 > .Title {
	font-size:25px;
	background-color:#d53f45;
	color:#fff;
	padding: 10px 0;
	font-family:'NotoSansKR-Medium';
}

.section02 .kind_box {
	border:1px solid #bbb;
	margin-bottom: 20px;
	font-size:0px;
	text-align:left;
}

.section02 .kind_box   {
	
}
.section02 .kind_box .kind {
	width: 50%;
	display:inline-block;
	vertical-align:top;
	padding: 30px;
	text-align:center;
}

.section02 .kind_box > .kind:nth-child(odd) {
	border-right:1px solid #bbb;
	margin-right: -0.5px;
}

.section02 .kind_box > .kind:nth-child(even) {
	border-left:1px solid #bbb;
	margin-left: -0.5px;
}


.section02 .kind_box .kind .Car_name {
	font-size:20px;
}

.section02 .kind_box .kind .Car_price {
	color:#e31430;
	font-size:18px;
	font-weight:bold;
}

.section02 .kind_box .kind .Car_image {
	margin: 20px 0;
	
}

.section02 .kind_box .kind .Car_image > div {
	height: 245px;
}

.section02 .kind_box .kind .Car_image img {
	display:block;
	margin: auto;
	max-width:95%;
	max-height:100%;
}

.section02 .kind_box .CarsailZone .title .type {
	float:left;
	width: 50%;
	background-color:#d53f45;
	color:#fff;
	font-size:14px;
	padding: 5px 0;
}

.section02 .kind_box .CarsailZone .content {
	padding: 25px 0;
	font-size:20px;
}

.section02 .kind_box .CarsailZone .content img {
	display:inline-block;
	vertical-align:top;
	margin: 5px 5px 0 5px;
}

.section02 .kind_box .CarsailZone .content .f_price {
	color:#fe0000;
}

.section02 .kind_box .CarsailZone .content strong b {
	font-size:22px;
}

.section02 .kind_box .option {
	font-size:12px;
	line-height:17px;
	font-weight:bold;
	margin: 5px 0 10px 0;
}

.section02 .kind_box .option > div {
	height: 34px;
}

.section02 .kind_box .kind .Car_name span,
.section02 .kind_box .kind .Car_image span,
.section02 .kind_box .option span {
	display:table;
	height: 100%;
	width: 100%;
	table-layout: fixed;
}

.section02 .kind_box .kind .Car_name span a,
.section02 .kind_box .kind .Car_image span a,
.section02 .kind_box .option span a {
	display:table-cell;
	vertical-align:middle;
}

.section02 .kind_box .apply_btn {
	background-color:#d53f45;
	color:#fff;
	padding: 5px 20px;
	font-size:20px;
	cursor:pointer;
}

.section02 .kind_box .apply_btn:hover {
	background-color:#c00b12;
}

/* section04 - faq */
.section04 > .title {
	font-size:25px;
	text-align:center;
	padding: 10px 0;
}

.section04 > .title strong {
	color:#e21111;
	vertical-align:top;
}

.section04 .content {
	text-align:left;
	
	padding: 0 10px;
}

.section04 .content .question {
	position:relative;
	border:1px solid #b1b1b1;
	border-left:3px solid #363636;
	border-top:none;
	padding: 10px;
	background-color:#f1f1f1;
	cursor:pointer;
}

.section04 .content .question:first-child {
	border-top:1px solid #b1b1b1;
}

/* .section04 .content .question:last-of-type {
	border-bottom:1px solid #b1b1b1;
} */

.section04 .content .question:hover,
.section04 .content .question.active {
	color:#da1f26;

}

.section04 .content .question i {
	background-color:#da1f26;
	position:absolute;
	-webkit-transition:300ms ease-in-out;
	-moz-transition: 300ms ease-in-out;
	-o-transition 300ms ease-in-out;
	transition: 300ms ease-in-out;
}

.section04 .content .question i.plus-icon {
	width: 2px;
	height: 14px;
	top: 50%;
	margin-top: -7px;
	right: 16px;
}

/* .section04 .content .question:hover i.plus-icon, */
.section04 .content .question.active i.plus-icon {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
}

.section04 .content .question i.minus-icon {
	width: 14px;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	right: 10px;
}

.section04 .content .answer {
	display:none;
	background-color:#fafafa;
	color:#737070;
	padding: 15px 20px;
	border-bottom:1px solid #b1b1b1;
	line-height:25px;
}

.bottom_banner {
	position:fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display:none;
}

.bottom_banner .kind {
	width: 50%;
	float:left;
	height: 45px;
	line-height:45px;
	background-color:#e12017;
	color:#fff;
}

.bottom_banner .kind a {
	color:#fff;
}

.bottom_banner .kind:first-child {
	border-right:1px solid #fff;
}


/* 아래로는 팝업입니다 */
.POPUP {
	display:none;
	width: 500px;
	background:#fff;
}

.POPUP.term_popup {
	width: 400px;
}

.POPUP .title {
	position:relative;
	padding: 10px;
	font-size:18px;
	text-align:center;
	background:#252525;
	color:#fff;
}

.POPUP .title .b-close {
	position:absolute;
	top: 0;
	right: 5px;
	font-size:25px;
	cursor:pointer;
}

.POPUP .content {
	padding: 20px;
}

.consulting_popup .content .popup_type {
	overflow:hidden;
	margin-bottom: 15px;
}

.consulting_popup .content .popup_type > label {
	float:left;
	width: 25%;
	/* font-size:14px; */
	height: 40px;
	line-height:40px;
}

.consulting_popup .content .popup_type select,
.consulting_popup .content .popup_type input {
	height: 40px;
}

.consulting_popup .content .input_type select,
.consulting_popup .content .input_type input,
.consulting_popup .content .tel_info,
.consulting_popup .content .division-type {
	width: 75%;
}

.consulting_popup .content .division-type {
	line-height:40px;
}

.consulting_popup .content .division-type label {
	margin-right: 10px;
}

.consulting_popup .content .tel_type select,
.consulting_popup .content .tel_type input {
	width: 30%;
	float:left;
	font-family:'NotoSansKR-Regular';
}

.consulting_popup .content .tel_type .hypen {
	width: 5%;
	float:left;
	text-align:center;
}



.consulting_popup .content .agree_type {
	text-align:center;
}

.consulting_popup .content .agree_type .kind {
	margin-bottom: 10px;
}

.consulting_popup .content .agree_type .kind label {
	width: 220px;
	text-align:left;
}

.consulting_popup .content .agree_type .kind span {
	cursor:pointer;
	background-color:#444;
	color:#fff;
	padding: 3px 10px;
	font-size:12px;
}

.consulting_popup .content input[type='checkbox'] {
	width: 20px;
	height: 20px;
	vertical-align:middle;
}
.consulting_popup .content input[type='radio'] {
	width: 25px;
	height: 25px;
	vertical-align:middle;
}

.POPUP .content {
	font-size:14px;
	line-height:20px;
}

/* .POPUP .content textarea {
	width: 100%;
	height: 120px;
} */

.consulting_popup .content .btn_box {
	text-align:center;
	margin-top: 40px;
}

.consulting_popup .content .btn_box a {
	padding: 7px 25px;
	background:#f04040;
	color:#fff;
}
.tel_btn button {
	cursor: pointer;
    background-color: #444;
    color: #fff;
    padding: 3px 10px;
    font-size: 12px;
	margin:10px 0 0
}
.tel_result {
	display:none;
	margin-top:10px
}
.tel_result.on {
	display:block
}
.tel_input input {
	width:calc(100% - 115px)!important
}

.tel_result_btn button {
	cursor: pointer;
    background-color: #444;
    color: #fff;
    padding: 10px;
    font-size: 12px;
	margin-left:15px;
}



.footer {
	background-color:#a0282a;
	color:#fff;
	padding: 5px;
	text-align:center;
	font-size:14px;
}

.footer .inner {
	border:1px solid #fff;
	padding: 15px;
}

.footer .inner p {
	margin-bottom: 5px;
}

.mo_none{
	display: none;
}

	.section02 .kind_box .CarsailZone .content .kind02:first-child {
		border-right:1px solid #fdfdfd;
	}




@media(max-width:1349px) {
	.left_wing_banner {
		display:none;
	}

	.bottom_banner  {
		display:block;
	}

	.container-wrap div[class*="section"].footer {
		margin-bottom: 45px;
	}
}


 @media(max-width:1199px) {




	.Consulting_form .form_inner {
		width: 1000px;
	}

	.Consulting_form .imgtype {
		width: 300px;
		height: 79px;
		padding-top: 8px;
	}

	.Consulting_form .imgtype img {
		width: 100%;
		vertical-align:bottom;
	}

	.Consulting_form .teltype {
		width: 224px;
	}

	.Consulting_form .checktype {
		text-align:center;
	}

	.Consulting_form .checktype span {
		text-align:left;
	}

	.container-wrap div[class*="section"].section02,
	.container-wrap div[class*="section"].section04 {
		
	}

}

@media(max-width:1023px) {

	.Consulting_form .form_inner {
		width: 950px;
	}

	.Consulting_form .imgtype {
		width: 280px;
		padding-top: 10px;
	}

	.Consulting_form .checktype {
		width: 150px;
	}

	.container-wrap div[class*="section"].section02,
	.container-wrap div[class*="section"].section04 {

	}
}

@media(min-width:992px) {
	.PC {
		display:block;
	}

	.MOBILE {
		display:none;
	}


}

@media(max-width:991px) {

	.PC {
		display:none;
	}

	.MOBILE {
		display:block;
	}

	.Consulting_form .form_inner {
		display:none;
	}

	.container-wrap .footer {
		margin-bottom: 50px;
	}

	.Consulting_form .mobile_consulting {
		display:block;
		height: 50px;
		text-align:center;
		padding-top: 10px;
	}

	.Consulting_form .mobile_consulting a {
		height: 30px;
		line-height:30px;
		width: 120px;
		background:#252525;
		border-radius:5px;
		color:#fff;
	}

	.container-wrap div[class*="section"].section02,
	.container-wrap div[class*="section"].section04 {

	}

	.section02 .kind_box .kind {
		padding: 15px;
	}


	.section02 .kind_box .kind .Car_name,
	.section02 .kind_box .CarsailZone .content,
	.section02 .kind_box .apply_btn {
		font-size:16px;
	}

	.section02 > .Title,
	.section04 > .title,
	.section02 .kind_box .CarsailZone .content strong b {
		font-size:20px;
	}

	.section04 .content,
	.section02 .kind_box .kind .Car_price {
		font-size:14px;
	}

	.section02 .kind_box .option {
	
	}
}

@media(max-width:767px) {
	.container-wrap div[class*="section"].section02,
	.container-wrap div[class*="section"].section04 {
	
	}

	.section02 .kind_box .CarsailZone .content {
		padding: 10px 0;
		font-size:14px;
	}

	.section02 .kind_box .CarsailZone .content strong {
		display:block;
	}

	.section02 .kind_box .CarsailZone .content img {
		-webkit-transform:rotate(90deg);
		-moz-transform:rotate(90deg);
		-o-transform:rotate(90deg);
		transform:rotate(90deg);
		height: 15px;
		margin: 3px 0;
	}

	.section02 .kind_box .CarsailZone .content strong b {
		font-size:18px;
	}

	.section02 .kind_box .kind .Car_name {
		font-size:14px;
	}

	.section02 .kind_box .CarsailZone .title .type {
		font-size:12px;
	}

	.section02 .kind_box .kind .Car_image > div {
		height: 195px;
	}
}

@media(max-width:640px){
	.mo_none{
		display: block!important;
	}
	.container-wrap div[class*="section"] > .img_pc{
		display: none;
	}

	.section02 .kind_box .kind .Car_name > div {
		height: 40px;
	}

	.section02 .kind_box .kind .Car_image > div {
		height: 160px;
	}

	.section02 .kind_box .option > div {
		height: 50px;
	}

}

@media(max-width:527px) {
	.POPUP,
	.POPUP.term_popup {
		width: 90%;
	}

	.POPUP .content {
		font-size:11px;
		padding: 10px;
		line-height:16px;
	}

	.container-wrap div[class*="section"].section02,
	.container-wrap div[class*="section"].section04 {
	
	}

	.section02 > .Title, .section04 > .title,
	.section02 .kind_box .CarsailZone .content strong b,
	.POPUP .title {
		font-size:14px;
	}

	
	.section02 .kind_box .kind .Car_name,
	.section02 .kind_box .apply_btn,
	.section04 .content .question {
		font-size:13px;
	}

	.section02 .kind_box .CarsailZone .content,
	.section04 .content .answer,
	.section02 .kind_box .kind .Car_price,
	.consulting_popup .content .popup_type > label,
	.consulting_popup .content .division-type label,
	.consulting_popup .content .agree_type .kind label,
	.consulting_popup .content .input_type select,
	.consulting_popup .content .input_type input,
	.consulting_popup .content .tel_info,
	.consulting_popup .content .division-type,
	.answer .more_btn {
		font-size:12px;
	}

	.section04 .content .answer {
		padding: 15px 10px;
		line-height:18px;
	}

	.section02 .kind_box .kind {
		padding: 10px;
	}

	.section02 .kind_box .kind .Car_image {
		margin: 10px 0;
	}

	.consulting_popup .content .agree_type .kind span,
	.section02 .kind_box .CarsailZone .title .type,
	.footer {
		font-size:11px;
	}

	.section02 .kind_box .option {
		font-size:10px;
		margin: 5px 0;
	}

	.consulting_popup .content .btn_box {
		margin-top: 20px;
	}

	.consulting_popup .content .agree_type .kind label {
		width: 170px;
	}

	.section02 .kind_box .kind .Car_name > div {
		height: 57px;
	}

	.section02 .kind_box .kind .Car_image > div {
		height: 125px;
	}
}

@media(max-width:420px) {
	.section02 .kind_box .kind .Car_image > div {
		height: 100px;
	}
}

@media(max-width:359px) {
	.POPUP,
	.POPUP.term_popup {
		width: 300px;
	}
}

/* 2021-01-13 추가 */

.section02 .kind_box .CarsailZone .content {
	padding: 0;
}

.section02 .kind_box .CarsailZone .content .kind02 {
	float:left;
	width: 50%;
	padding: 20px;
	background-color:#dedede;
	color:#333;
}

/* .section02 .kind_box .CarsailZone .content .kind02:first-child {
	border-right:1px solid #fdfdfd
} */

.title-tab {
	margin-bottom: 20px;
}

.title-tab li {
	width: 50%;
	float:left;
	border:1px solid #d53f45;
	text-align:center;
	padding: 10px;
	cursor:pointer;
}

.title-tab li:hover,
.title-tab li.active {
	background-color:#d53f45;
	color:#fff
}

.sub-tab {
	text-align:left;
	margin-bottom: 30px;
}

.sub-car {
	font-size:0px;
}

.sub-car li {
	display:inline-block;
	width: 100px;
	text-align:center;
	cursor:pointer;
	position:relative;
	font-size:16px;
}

.sub-car li::before {
	content:'';
	display:inline-block;
	position:absolute;
	left: 0;
	height: 10px;
	top: 50%;
	margin-top: -5px;
	background-color:#d5d5d5;
	width: 1px;
}

.sub-car li:first-child::before {
	content:none;
}

.sub-car li:hover,
.sub-car li.active {
	color:#d53f45;
	font-weight:bold;
}


@media(max-width:991px) {
	.section02 .kind_box .CarsailZone .content .kind02  {
		width: 100%;
		float:none;
		padding: 5px 10px;
	}

	.section02 .kind_box .CarsailZone .content .kind02:first-child {
		border:none !important;
		border-bottom:1px solid #fdfdfd !important;
	}

	.sub-car {
		position:relative;
		text-align:center;
		font-size:14px;
		width: 90%;
		margin: auto;
	}

	.owl-theme .owl-nav [class*=owl-] {
		position:absolute;
		top: 50%;
		width: 12px;
		height: 16px;
		margin-top: -8px;
		outline:none;
	}

	.owl-theme .owl-nav .owl-prev {
		left: -10px;
		background-image:url('/img/arrow_left.png') !important;
		background-size:100% 100% !important;
	}

	.owl-theme .owl-nav .owl-next {
		right: -10px;
		background-image:url('/img/arrow_right.png') !important;
		background-size:100% 100% !important;
	}

	.owl-theme .owl-dots {
		display:none;
	}

	.sub-car li {
		width: auto;
		padding: 0 15px;
		font-size:14px;
	}
}