body.no-scroll {
	overflow: hidden;
}
.modal_info {
	position: fixed;
	z-index: 1000;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	overflow: scroll;
	background-color: rgba(239,239,239,.98);
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.modal_info a.close_modal {
	position: fixed;
	z-index: 1001;
	display: block;
	left: 40px;
	top: 40px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -.05em;
	color: rgba(0, 0, 0, 0.3);
	line-height: 48px;
	cursor: pointer;
	padding-right: 8px;
}
.modal_info a.close_modal i {
	position: relative;
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 8px;
	border-radius: 48px;
	background: rgba(0, 0, 0, 0.15);
	-webkit-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}
.modal_info a.close_modal:hover i {
	width: 54px;
	height: 54px;
	margin: -3px 5px -3px -3px;
}
.modal_info a.close_modal:active i {
	width: 48px;
	height: 48px;
	margin: 0 8px 0 0;
}
.modal_info a.close_modal .icn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
	width: 24px;
	height: 24px;
	background: url(/static/images/back.svg) no-repeat 0 0;
}
.modal_info .container {
	max-width: 960px;
	padding: 120px 0 80px;
	text-align: center;
}
.modal_info .maintitle {
	font-size: 56px;
	line-height: 1;
	padding-top: 0;
	margin-bottom: 24px;
}
.modal_info .maintitle + p {
	font-size: 26px;
	line-height: 1.3;
	letter-spacing: -.03em;
	color: rgba(0,0,0,.5);
}
.modal_info .btn_new {
	border-radius: 6px;
	margin-top: 40px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.modal_info .contents {
	margin-top: 64px;
	overflow: hidden;
}
/* modal contents - purpose */
.contents.modal_purpose {
	margin-top: 54px;
	margin-bottom: -10px;
}
.contents.modal_purpose > li {
	float: left;
	width: 220px;
	height: 266px;
	margin: 10px;
	background: #fff;
	border-radius: 3px;
}
.purpose_icon {
	display: block;
	width: 80px;
	height: 80px;
	margin: 32px auto 16px;
	background: url(/static/images/modal_purpose.png?v1) no-repeat 0 0;
	-webkit-background-size: 80px 640px;
	background-size: 80px 640px;
}
.purpose_icon.wedding {background-position-y: 0;}
.purpose_icon.workshop {background-position-y: -80px;}
.purpose_icon.picnic {background-position-y: -160px;}
.purpose_icon.association {background-position-y: -240px;}
.purpose_icon.mt {background-position-y: -320px;}
.purpose_icon.school {background-position-y: -400px;}
.purpose_icon.concert {background-position-y: -480px;}
.purpose_icon.etc {background-position-y: -560px;}
.modal_purpose h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: -.04em;
	color: rgba(0,0,0,.8);
	margin-bottom: 14px;
	padding: 0 10px;
}
.modal_purpose p {
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: -.04em;
	color: rgba(0,0,0,.55);
	padding: 0 10px;
}
/* modal contents - car types */
.contents.modal_cars {
	margin: 56px auto 0;
	width: 780px;
}
.nav_cars {
	text-align: center;
	font-size: 0;
	min-height: 68px;
}
.nav_cars li {
	display: inline-block;
	vertical-align: top;
}
.nav_cars li a {
	position: relative;
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #fff;
	margin: 4px 4px 0 4px;
	line-height: 1;
	-webkit-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	cursor: pointer;
}
.nav_cars li a span.cars_label {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 11px;
	letter-spacing: -1px;
	color: rgba(0,0,0,.4);
}
.nav_cars li a span i {
	display: block;
	font-family: "Pretendard Variable", AppleSDGothicNeo-Regular, NanumGothic, sans-serif;
	font-weight: 300;
	font-size: 28px;
	letter-spacing: -.07em;
	color: rgba(0,0,0,.55);
}

.nav_cars li a:hover {
	width: 60px;
	height: 60px;
	margin: 2px 2px 0 2px;
}
.nav_cars li a:hover span,
.nav_cars li a:hover span i {
	color: #e65a4f;
}
.nav_cars li a.current {
	background: #e65a4f;
	width: 64px;
	height: 64px;
	margin: 0 4px;
}
.nav_cars li a.current span,
.nav_cars li a.current span i {
	color: #fff;
}
.nav_cars li a.current span i {
	font-size: 32px;
}

/* 대표차종 */
.nav_cars li a .typical_cars {
	position: absolute;
	right: 1px;
	top: 1px;
	width: 12px;
	height: 12px;
	padding: 3px;
	border-radius: 9px;
	background-color: #fff;
}
.nav_cars li a.current .typical_cars {
	background-color: #e65a4f;
}
.nav_cars li a.current .icn_cars_typical {
	background-position-x: -52px;
}
.cars_typical_description {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	   -moz-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin: 8px 8px 54px;
	text-align: right;
	font-size: 11px;
	color: rgba(0,0,0,.4);
	letter-spacing: -.05em;
}
.cars_typical_description .icn_cars_typical {
	background-position-x: -64px;
	vertical-align: top;
	margin-top: 1px;
}

/* 차량안내 */
.cars {
	display: none;
}
.cars.current {
	display: block;
}
.cars ul img {
	background: transparent;
	width: 480px;
	height: 270px;
	display: block;
	margin: 0 auto;
}
.cars h3 {
	font-size: 28px;
	font-weight: bold;
	color: #000;
	letter-spacing: -.05em;
	margin: 16px 0;
}
.cars p {
	font-size: 16px;
	line-height: 1.5;
	color: rgba(0,0,0,.5);
	letter-spacing: -.04em;
}

@media screen and (max-width: 703px) {
	.modal_info .container {
		padding: 52px 16px 24px;
	}
	.is-android .modal_info .container {
		padding-top: 32px;
	}
	.modal_info a.close_modal {
    	width: 32px;
    	height: 32px;
		left: 12px;
		top: 12px;
		padding: 4px;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
	}
	.modal_info a.close_modal i {
    	margin-right: 0;
    	background: rgba(0,0,0,.65);
	}
	.modal_info a.close_modal i,
	.modal_info a.close_modal:hover i {
		width: 32px;
		height: 32px;
	}
	.modal_info a.close_modal:hover i {
		margin: 0 8px 0 0;
	}
	.modal_info a.close_modal .icn {
    	width: 20px;
        height: 20px;
        background-size: 100%;
        margin-left: -10px;
        margin-top: -10px;
	}
	.modal_info .maintitle {
		display: block !important;
		width: 80%;
		min-height: 0;
		margin: 0 auto 10px;
	}
	.modal_info .maintitle + p {
		font-size: 16px;
		font-size: 4.44vw;
	}
	.modal_info .btn_new {
		position: relative;
		width: 100%;
		margin-top: 16px;
	}
	/* modal contents - purpose */
	.contents.modal_purpose {
		margin: 32px -1.5% 0;
	}
	.contents.modal_purpose > li {
		width: 47%;
		margin: 1.5%;
	}
	.modal_purpose h3 {
		font-size: 18px;
		font-size: 5vw;
		margin-bottom: 8px;
	}
	.modal_purpose p {
		font-size: 14px;
		font-size: 4vw;
	}
	.modal_purpose p br {
		display: none;
	}
	/* modal contents - car types */
	.contents.modal_cars {
		width: auto;
		margin: 32px 0 0;
	}
	.nav_cars {
		overflow: hidden;
		width: 92%;
		margin: 0 auto;
	}
	.nav_cars li {
		width: 16.666%;
		padding: 3px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.nav_cars li a,
	.nav_cars li a.current,
	.nav_cars li a:hover {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
		margin: 0;
		border-radius: 100px;
	}
	.nav_cars li a span.cars_label {
		font-size: 10px;
		font-size: 2.8vw;
		margin-top: -1px;
	}
	.nav_cars li a span i,
	.nav_cars li a.current span i {
		font-size: 20px;
		font-size: 5.6vw;
		margin-bottom: 1px;
	}
	.nav_cars li a .typical_cars {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		-webkit-transform-origin: top right;
		-moz-transform-origin: top right;
		-ms-transform-origin: top right;
		-o-transform-origin: top right;
		transform-origin: top right;
	}
	.cars_typical_description {
		margin-bottom: 24px;
		text-align: center;
	}
	.cars ul img {
		width: auto;
		height: auto;
		max-width: 96%;
	}
	.cars h3 {
		font-size: 22px;
		font-size: 6vw;
	}
	.cars p {
		font-size: 15px;
		font-size: 4.17vw;
		line-height: 1.4;
	}
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
	.purpose_icon {background-image: url(/static/images/modal_purpose@2x.png?v1)}
}