@charset "UTF-8";
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
@keyframes pageIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-text-size-adjust: none;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
}

html *, html *::before, html *::after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not ([controls] ) {
	display: none;
	height: 0;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

caption, .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.left {
	text-align: left !important;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/* Correct the line height in all browsers. Prevent adjustments of font size after orientation changes in iOS. */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections ========================================================================== */
/* Remove the margin in all browsers. */
body {
	margin: 0;
}

/* Grouping content ========================================================================== */
/* 1. Add the correct box sizing in Firefox. Show the overflow in Edge and IE. */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/* Correct the inheritance and scaling of font size in all browsers. Correct the odd `em` font sizing in all browsers. */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics ========================================================================== */
/* Remove the gray background on active links in IE 10. */
a {
	background-color: transparent;
}

a:active, a:hover {
	outline: 0;
}

/* Remove the bottom border in Chrome.  Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/* Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {
	font-weight: bolder;
}

/* Correct the inheritance and scaling of font size in all browsers. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Add the correct font size in all browsers. */
small {
	font-size: 80%;
}

/* Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content ========================================================================== */
/* Remove the border on images inside links in IE 10. */
img {
	border-style: none;
}

/* Forms ========================================================================== */
/* Change the font styles in all browsers. Remove the margin in Firefox and Safari. */
button, input, optgroup, textarea, select {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

button, input, optgroup, textarea {
	-webkit-appearance: none;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

input[type="number"]::-webkit-input-placeholder {
	color: #fff;
	opacity: 1 !important;
}

/* Show the overflow in IE Show the overflow in Edge. */
button, input {
	overflow: visible;
	border-width: 0;
	outline: 0;
	background: #fff;
}

/* Remove the inheritance of text transform in Edge, Firefox, and IE. Remove the inheritance of text transform in Firefox. */
button, select {
	text-transform: none;
}

/* Correct the inability to style clickable types in iOS and Safari. */
button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

/* Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/* Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/* Correct the padding in Firefox. */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/*
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
*/
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
	vertical-align: baseline;
}

/* Remove the default vertical scrollbar in IE 10+. */
textarea {
	overflow: auto;
}

/* Add the correct box sizing in IE 10. Remove the padding in IE 10. */
[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/* Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/* Correct the odd appearance in Chrome and Safari. Correct the outline style in Safari. */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/* Remove the inner padding in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/* Correct the inability to style clickable types in iOS and Safari. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive ========================================================================== */
/* Add the correct display in Edge, IE 10+, and Firefox */
details {
	display: block;
}

/* Add the correct display in all browsers.*/
summary {
	display: list-item;
}

/* Misc ========================================================================== */
/* Add the correct display in IE 10+ */
template, [hidden] {
	display: none;
}

html {
	font-family: 'NanumSquare', sans-serif;
	background: #fff;
	font-weight: 400;
	font-size: 15px;
	overflow-y: scroll;
}

html.scroll-lock {
	height: 100%;
}

html.scroll-lock body {
	height: 100%;
	overflow: hidden;
}

#wrap {
	background-size: contain;
	width: 100%;
	background-image: url(../../img/mobile/car/car1/all_bg.png) !important;
}

.in_wrap {
	padding: 0 4.1667%;
}

header {
	position: relative;
}

header .up_type {
	padding: 3.2vw 4.16vw 3.75vw;
	background: #fff;
	border-bottom: 1px solid #eaeaea;
}

header .up_type::after {
	content: "";
	display: block;
	clear: both;
}

header .up_type .left_menu_btn {
	float: left;
	width: 6.38888vw;
	margin-right: 4.1666vw;
	padding-top: 1.2vw;
}

header .up_type .left_menu_btn img {
	width: 100%;
}

header .up_type h1 {
	float: left;
}

header .up_type h1 img {
	width: 53vw;
	margin-top: 1vw;
}

header .up_type .right-call {
	float: right;
	font-size: 5vw;
	letter-spacing: -0.1em;
	margin-top: 1.2vw;
}

header .up_type .right-call img {
	width: 4.1666vw;
	vertical-align: middle;
	position: relative;
	top: -0.4vw;
	margin-right: 0.5vw;
}

header .up_type .right-call a {
	color: #222;
	font-weight: 800;
}

header nav {
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	z-index: 999;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

header nav.view {
	left: 0;
}

header nav .up_bar {
	position: relative;
	background: #fff;
	width: 100%;
	padding: 4vw 5vw 3vw;
	border-bottom: 1px solid #eaeaea;
}

header nav .up_bar h1 {
	width: 52.91666vw;
}

header nav .up_bar h1 img {
	width: 100%;
}

header nav .up_bar .left_close {
	position: absolute;
	top: 5vw;
	right: 5%;
	width: 5vw;
}

header nav .up_bar .left_close img {
	width: 100%;
}

header nav .bgBlack {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: -1;
}

header .up_type .right-call .tel2 {
	display: none;
}

header .up_type .right-call .tel3 {
	display: none;
}

.elevator header .up_type .right-call .tel {
	display: none;
}

.elevator header .up_type .right-call .tel2 {
	display: inline-block;
}

.driver header .up_type .right-call .tel {
	display: none;
}

.driver header .up_type .right-call .tel3 {
	display: inline-block;
}

#wrap header nav div.nav_box dl dt a:before{
	content:none;
}

#wrap header nav div.nav_box dl dt a{
	position: relative;
    padding: 0;
    font-size: 4.4vw;
    font-weight: 800;
    color: #222222;
}

.nav_box {
	width: 100%;
	background: #fff;
	padding: 10px 0;
}

.nav_box dl {
	position: relative;
	overflow: hidden;
}

.nav_box dl .arrow {
	position: absolute;
	top: 4.3vw;
	right: 5%;
	width: 2.1vw;
}

.nav_box dt {
	position: relative;
	padding: 4vw 6vw;
	font-size: 4.8vw;
	font-weight: 800;
	color: #222222;
}

.nav_box dt .yellow {
	color: #f8b500;
}

.nav_box dt:before {
	content: "";
	position: absolute;
	top: 32%;
	right: 4.5vw;
	display: inline-block;
	width: 4vw;
	height: 4vw;
	background: url("../../img/mobile/car/left_menu_bg.png") 50% no-repeat;
	background-size: contain;
}

.nav_box dd {
	background: #f0f0f0;
	height: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.nav_box a {
	display: block;
	padding: 4vw 6vw;
	font-size: 3.75vw;
	color: #222;
}

.nav_box a:before {
	content: "\00B7";
	margin-right: 1vw;
}

.nav_box .open dt {
	background: #d4d4d4;
	font-weight: 500;
}

.nav_box .open dd {
	height: auto;
}

footer {
	padding: 5vw 0 17vw;
	background: #60584c;
	text-align: center;
	font-size: 3vw;
	letter-spacing: -0.05em;
	line-height: 1.3em;
	font-weight: 300;
}

footer .up {
	font-weight: 400;
	color: #f6f4e8;
	line-height: 16px;
}

.mt15 {
	margin-top: 2.0833vw;
}

.mt30 {
	margin-top: 4.166vw;
}

.mb15 {
	margin-bottom: 2.0833vw;
}

.mb30 {
	margin-bottom: 4.166vw;
}

.fix_btn {
	display: inline-block;
	padding: 31px 0;
}

.fix_btn .onTop {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding-right: 5px;
}

.content {
	padding: 6vw 4.16vw;
}

.content .up_text .feature {
	margin: 105px 0 0;
	display: inline-block;
}

.content .up_text .feature .in_sec {
	width: 50%;
	min-height: 80px;
	float: left;
	display: block;
	padding: 2vw 4vw;
	position: relative;
	text-align: center;
}

.content .up_text .feature .in_sec img {
	width: 36%;
}

.content .up_text .feature .in_sec h4 {
	font-size: 14px;
	font-weight: 800;
	color: #222;
	padding: 0 0 4px;
}

.notice .inner_wrap {
	padding: 1vw 9vw;
	color: #777777;
}

.notice-guidance dt {
	text-align: center;
	padding: 3vw 0;
	border-bottom: 1px solid #dfddd3;
	font-size: 14px;
	font-weight: 600;
	margin: 3vw 0;
}

.notice-guidance dt img {
	width: 16px;
	line-height: 16px;
	vertical-align: -3px;
	margin-right: 5px;
}

.notice-guidance dd {
	padding: 0;
	font-weight: 400;
	font-size: 12px;
	word-break: keep-all;
	line-height: 15px;
}

.num {
	padding: 4vw 9vw 6vw;
	font-weight: 300;
	font-size: 12px;
	word-break: keep-all;
	color: #777777;
}

#submit_form1 .fix_btn {
	width: 100%;
	height: 12.5vw;
	overflow: hidden;
	font-size: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	z-index: 5;
	margin-top: 6.25vw;
}

#submit_form1 .fix_btn a {
	display: inline-block;
	width: 33.333%;
	height: 12.5vw;
	line-height: 12.5vw;
	font-size: 4.1666vw;
	text-align: center;
	color: #fff;
	font-weight: 500;
	vertical-align: top;
	letter-spacing: -0.08em;
}

.fix_btn a.onTop img {
	width: 50%;
	float: left;
}

.main_visual .up_text {
	padding: 0 4.16vw;
	text-align: center;
}

.tit {
	padding-top: 30px;
}

.tit img {
	width: 100%;
}

@media screen and (max-width: 320px) {
	.fix_btn {
		display: inline-block;
		padding: 19px 0;
	}
	.fix_btn .onTop {
		color: #fff;
		font-size: 14px;
		font-weight: 600;
		padding-right: 5px;
	}
	.content .up_text .feature .in_sec img {
		width: 36%;
	}
	.content .up_text .feature .in_sec h4 {
		font-size: 13px;
		font-weight: 800;
		color: #222;
		padding: 0;
	}
	.content .up_text .feature {
		margin: 94px 0 0;
		display: inline-block;
	}
	.notice .inner_wrap {
		padding: 1vw 9vw;
	}
	.notice-guidance dt {
		font-size: 12px;
	}
	.notice-guidance dd {
		font-size: 11px;
	}
	.num {
		padding: 4vw 9vw 6vw;
		font-size: 11px;
	}
}

@media ( min-width : 376px) and (max-width: 414px) {
	.fix_btn {
		display: inline-block;
		padding: 39px 0;
	}
	.fix_btn .onTop {
		color: #fff;
		font-size: 16px;
		font-weight: 600;
		padding-right: 15px;
	}
	.content .up_text .feature .in_sec img {
		width: 36%;
	}
	.content .up_text .feature .in_sec h4 {
		font-size: 15px;
		font-weight: 800;
		color: #222;
		padding: 0;
	}
	.content .up_text .feature {
		margin: 120px 0 0;
		display: inline-block;
	}
	.notice .inner_wrap {
		padding: 1vw 9vw;
	}
	.notice-guidance dt {
		font-size: 13px;
	}
	.notice-guidance dd {
		font-size: 12px;
	}
	.num {
		padding: 4vw 9vw 6vw;
		font-size: 12px;
	}
}