.sub_bg {
	background-image: url("../images/taxi_bg.png");
}


.taxi_main .o_btn {
	display: block;
	width: 100%;
	height: 106px;
	line-height: 106px;
	font-weight: 500;
	border-radius: 20px;
	font-size: 32px;
	font-family: 'AppleSDGothicNeo';
	text-align: center;
}
.taxi_main .line {
	background: #BABABA;
	width: 100px;
	height: 2px;
	margin: 100px auto;
}
.taxi_main .flex {
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding-top: 20px;
	margin-bottom: 100px;
}
.taxi_main .flex .txt {
	
}
.taxi_main .flex .txt p {
	font-size: 30px;
	margin-bottom: 10px;
	font-family: 'Cafe24Ohsquareair';
	transform: rotate(0.03deg);
}
.taxi_main .flex .txt h3 {
	color: var(--navy);
	font-size: 60px;
	font-family: 'Cafe24Ohsquare';
	margin-bottom: 10px;
}
.taxi_main .flex .txt span {
	display: block;
	font-family: 'Cafe24Ohsquareair';
	transform: rotate(0.03deg);
}
.taxi_main .flex .thumb {
	width: 627px;
}
.taxi_main .flex .thumb img {
	width: 100%;
}





.taxi .form .white_box {
	background: #fff;
	margin-top: 80px;
	padding: 60px;
	border-radius: 5px;
}
.taxi .form .white_box h3 {
	font-size: 24px;
	font-family: 'Cafe24Ohsquare';
	transform: rotate(0.03deg);
	margin-bottom: 30px;
}
.taxi .form .white_box h3 i {
	color: #ff0000;
}
.taxi .form .input_line {
	font-family: 'AppleSDGothicNeo';
}
.taxi .form .input_line > p {
	margin-bottom: 5px;
	font-size: 18px;
    font-weight: 500;
}
.taxi .form .input_line input {
	display: block;
	width: 100%;
	height: 45px;
	padding: 0 10px;
	font-size: 16px;
	border-radius: 4px;
	border: 1px solid #D7D7D7;
	box-sizing: border-box;
}
.taxi .form .input_line select {
	border-radius: 4px;
	border: 1px solid #D7D7D7;
	font-weight: 400;
}


.taxi .form .info .flex {
	gap: 60px;
	padding-top: 30px;
}
.taxi .form .info .flex > div {
	width: calc(50% - 30px);
}
.taxi .form .info .flex > div:last-child {
	width: 100%;
}

.taxi .form .reserve > div {
	margin-bottom: 60px;
}
.taxi .form .reserve > div:last-child {
	margin-bottom: 0;
}
.taxi .form .reserve .tab {
	gap: 30px;
}
.taxi .form .reserve .tab button {
	flex: 1;
	height: 100px;
	border-radius: 70px;
	border: 2px solid #989898;
	color: #C7C7C7;
	font-size: 30px;
	font-family: 'Cafe24Ohsquare';
	transform: rotate(0.03deg);
}
.taxi .form .reserve .tab button p {
	font-size: 20px;
}
.taxi .form .reserve .tab button.active {
	background: #FF5F1F;
	border: 1px solid #FF5F1F;
	color: #fff;
}
.taxi .form .reserve .date .flex {
	gap: 30px 20px;
}
.taxi .form .reserve .date .flex > div {
	width: calc(50% - 10px);
}
.taxi .form .reserve .date .flex > div:first-child {
	width: 100%;
}
.taxi .form .reserve .date .select_date {
	background: url("../images/ico-calendar.svg")no-repeat 10px 50%;
	padding-left: 45px;
}
.taxi .form .reserve .date .select_time {
	background: url("../images/ico-time.svg")no-repeat 10px 50%, url("../images/select_arrow.svg")no-repeat calc(100% - 15px) 50%;
	padding-left: 45px;
}
.taxi .form .reserve .location .round_trip input {
	display: none;
}
.taxi .form .reserve .location .round_trip input + label {
	position: relative;
	font-family: 'AppleSDGothicNeo';
	font-size: 20px;
	font-weight: 700;
}
.taxi .form .reserve .location .round_trip input + label span {
	position: absolute;
	top: 2px;
    left: 83px;
    width: calc(100% - -77px);
    color: #D3D3D3;
    font-size: 16px;
    font-weight: 400;
}
.taxi .form .reserve .location .round_trip input + label:after {
	content: '';
	display: inline-block;
	vertical-align: -6px;
	width: 28px;
	height: 28px;
	border: 2px solid #2E2E2E;
	border-radius: 5px;
	margin-left: 10px;
	box-sizing: border-box;
}
.taxi .form .reserve .location .round_trip input:checked + label:after {
	border: 2px solid var(--orange);
	background: url("../images/check_o.svg")no-repeat 50% 50% / 18px;
}
.taxi .form .reserve .location .input_line {
	position: relative;
	margin-top: 30px;
}
.taxi .form .reserve .location .box2 {
	display: none;
}
.taxi .form .reserve .location .box2 .input_line > p i {
	color: #ff0000;
}
.taxi .form .reserve .location .box2 .input_line input {
	background: url("../images/ico-air.svg")no-repeat 10px 50%;
	padding: 0 45px;
}
.taxi .form .reserve .location .box2 .map {
	display: none;
	position: relative;
	height: 600px;
	border-radius: 4px;
	border: 1px solid #D7D7D7;
	padding: 10px;
	margin-top: 5px;
	box-sizing: border-box;
}
.taxi .form .reserve .location .box2 .map iframe {
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
}
.taxi .form .reserve .location .box2 .input_line .search_btn {
	position: absolute;
	bottom: 13px;
    right: 15px;
	display: block;
	width: 20px;
	height: 20px;
	background: url("../images/ico-search.svg")no-repeat 50% 50%;
}
.taxi .form .reserve .location .drop_down .result {
	background: url("../images/ico-air.svg")no-repeat 10px 50%, url('../images/select_arrow.svg') no-repeat calc(100% - 20px) 50% / 12px;
	padding: 0 45px;
}
.taxi .form .reserve .count .top {
	gap: 20px;
	padding-bottom: 60px;
	border-bottom: 2px dashed #808080;
	font-family: 'AppleSDGothicNeo';
}
.taxi .form .reserve .count .top > div {
	flex: 1;
}
.taxi .form .reserve .count .top > div .flex {
	gap: 10px;
}
.taxi .form .reserve .count .top > div .flex > input {
	flex: 1;
	height: 41px;
}
.taxi .form .reserve .count .top > div .stock {
	gap: 0;
	width: 130px;
}
.taxi .form .reserve .count .top > div .stock input {
	border-radius: 0;
	height: 41px;
	border-width: 1px 0;
	text-align: center;
	font-size: 20px;
	color: #171717;
	padding: 0 5px;
}
.taxi .form .reserve .count .top > div .stock button {
	width: 42px;
	height: 41px;
}
.taxi .form .reserve .count .top > div .stock button.minus {
	background: url("../images/ico-minus.svg")no-repeat 50% 50% / 100%;
}
.taxi .form .reserve .count .top > div .stock button.plus {
	background: url("../images/ico-plus.svg")no-repeat 50% 50% / 100%;
}
.taxi .form .reserve .count .txt {
	font-family: 'AppleSDGothicNeo';
	border-bottom: 2px dashed #808080;
	padding-bottom: 60px;
}
.taxi .form .reserve .count .txt .danger {
	font-size: 18px;
	color: #989898;
	font-weight: 700;
	padding: 60px 0 60px 27px;
	background: url("../images/alert-circle.svg")no-repeat 0 50%;
}
.taxi .form .reserve .count .txt table {
	margin-top: 60px;
}
.taxi .form .reserve .count .txt table th {
	background: #EFEFEF;
	border: 1px solid #D7D7D7;
	color: #7B7B7B;
	padding: 4px 0px;
    width: 33.333%;
}
.taxi .form .reserve .count .txt table td {
	text-align: center;
	color: #7d7d7d;
	border: 1px solid #D7D7D7;
	padding: 4px 0px;
}
.taxi .form .reserve .count .txt table td.lt {
	letter-spacing: 6px;
    text-indent: 5px;
}
.taxi .form .reserve .count .txt .desc strong {
	display: block;
	color: #989898;
	font-size: 18px;
}
.taxi .form .reserve .count .txt .desc ul li {
	position: relative;
	margin-top: 15px;
	color: #989898;
	font-size: 18px;
	padding-left: 27px;
}
.taxi .form .reserve .count .txt .desc ul li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 10px;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #989898;
}
.taxi .form .reserve .count .car_qnt {
	margin-top: 60px;
}
.taxi .form .reserve .count .car_qnt .item {
	position: relative;
	width: 100%;
	height: 84px;
	border-radius: 10px;
	border: 1px solid var(--gray-sub, #BABABA);
	padding: 32px 20px 28px 60px;
	font-family: 'Cafe24Ohsquare';
	box-sizing: border-box;
	background: url("../images/ico-taxi.svg")no-repeat 20px 50%;
}
.taxi .form .reserve .count .car_qnt .item .delete {
	position: absolute;
	top: 30px;
	right: 20px;
	display: block;
	width: 24px;
	height: 24px;
	background: url("../images/ico-del.svg")no-repeat 50% 50% / 100%;
}

.taxi .form .add_form {
	display: block;
	width: 100%;
	height: 74px;
	border-radius: 5px;
	font-size: 24px;
	font-family: 'AppleSDGothicNeo';
	font-weight: 700;
	margin-top: 60px;
}
.taxi .form .add_form img {
	vertical-align: -5px;
	margin-left: 10px;
}

.taxi .form .view {
	border: 5px solid var(--orange);
}
.taxi .form .view .box {
	margin-bottom: 60px;
}
.taxi .form .view .box:last-child {
	margin-bottom: 0px;
}
.taxi .form .view .box > * {
	margin-bottom: 60px;
}
.taxi .form .view .box > *:last-child {
	margin-bottom: 0;
}
.taxi .form .view h3 {
	color: var(--orange);
}
.taxi .form .view .drop_down .result {
	background: none;
}
.taxi .form .view .flex {
	gap: 20px;
}
.taxi .form .view .flex > div {
	flex: 1;
}



.taxi .total_price {
	position: relative;
	margin-top: 100px;
	padding: 60px;
	background: var(--white);
	box-shadow: 0px 0px 60px -40px rgba(0, 0, 0, 0.07);
	font-family: 'AppleSDGothicNeo';
}
.taxi .total_price:before {
	content: '';
	position: absolute;
	top: -100px;
	left: 0;
	display: block;
	width: 100%;
	height: 100px;
	background: url("../images/wave_bg.svg")no-repeat 50% 0 / 100%;
}
.taxi .total_price:after {
	content: '';
	position: absolute;
	bottom: -100px;
	left: 0;
	display: block;
	width: 100%;
	height: 100px;
	background: url("../images/wave_bg.svg")no-repeat 50% 100% / 100%;
}
.taxi .total_price > h3 {
	font-size: 24px;
	margin-bottom: 65px;
	font-family: 'Cafe24Ohsquare';
}
.taxi .total_price .item {
	margin-bottom: 80px;
}
.taxi .total_price .item > h4 {
	font-size: 18px;
	color: #2e2e2e;
	margin-bottom: 20px;
	font-weight: 400;
}
.taxi .total_price .item .box {
	margin-top: 20px;
}
.taxi .total_price .item .box > strong {
	display: block;
	font-size: 16px;
	color: #000;
	margin-bottom: 20px;
}
.taxi .total_price .item table th {
	border-bottom: 1px solid #E0E5EC;
	background: #F4F4F4;
	font-size: 16px;
	color: #2e2e2e;
	padding: 20px 0;
}
.taxi .total_price .item table td {
	font-size: 16px;
	color: #7d7d7d;
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px solid #E0E5EC;
}
.taxi .total_price .total {
	margin-top: -20px;
	margin-bottom: 60px;
}
.taxi .total_price .total .flex {
	align-items: center;
	justify-content: space-between;
	border-top: 2px dashed #A1A1A1;
	border-bottom: 2px dashed #A1A1A1;
	background: #FFF;
	padding: 20px 0;
}
.taxi .total_price .total .flex strong {
	font-size: 20px;
	color: #7D7D7D;
	padding: 0 30px;
}
.taxi .total_price .total .flex h3 {
	font-size: 25px;
	padding: 0 30px;
	flex: 1;
	max-width: 273px;
	box-sizing: border-box;
}
.taxi .total_price .paypal {
	display: block;
	width: 100%;
	height: 69px;
	border-radius: 5px;
	border: 1px solid #7D7D7D;
	font-size: 24px;
	color: #7d7d7d;
	font-weight: 600;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.taxi .total_price .paypal img {
	vertical-align: middle;
	margin-left: 20px;
}
.taxi .total_price .btn_area {
	gap: 10px;
}
.taxi .total_price .btn_area button {
	flex: 1;
	height: 69px;
	font-size: 24px;
	font-weight: 600;
	border-radius: 5px;
}
.taxi .total_price .btn_area a {
	width: 76px;
	height: 69px;
	border-radius: 5px;
	background: #E3E3E3 url("../images/ico-bag.svg")no-repeat 50% 50% / 20px;
}





@media screen and (max-width: 1320px) {
	.taxi_main .flex .thumb {
		width: 545px;
	}
}
@media screen and (max-width: 1024px) {
	.taxi_main .o_btn {
		height: 74px;
		line-height: 75px;
		font-size: 24px;
	}
	.taxi_main .line {
		height: 1px;
		margin: 50px auto;
	}
	.taxi_main .flex {
		margin-bottom: 50px;
	}
	.taxi_main .flex .thumb {
		width: 395px;
	}
	.taxi_main .flex .txt p {
		font-size: 22px;
	}
	.taxi_main .flex .txt h3 {
		font-size: 48px;
	}
	.taxi_main .flex .txt span {
		font-size: 14px;
	}
	
	
	
	.taxi .form .white_box {
		padding: 30px;
	}
	.taxi .form .info .flex {
		gap: 30px;
	}
	.taxi .form .info .flex > div {
		width: calc(50% - 15px);
	}
	.taxi .form .reserve .tab button {
		font-size: 24px;
		height: 80px;
	}
	.taxi .form .reserve .tab button p {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.taxi .form .add_form {
		height: 65px;
		font-size: 20px;
	}
	.taxi .form .add_form img {
		width: 25px;
	}
}
@media screen and (max-width: 768px) {
	.sub_bg {
		background-position: 30% 50%;
	}
	
	.taxi_main .flex .txt p {
		font-size: 16px;
	}
	.taxi_main .flex .txt h3 {
		font-size: 32px;
	}
	
	
	.taxi .form .white_box {
		margin-top: 40px;
	}
	.taxi .form .info .flex {
		padding-top: 15px;
	}
	.taxi .form .info .flex > div {
		width: 100%;
	}
	.taxi .form .reserve .tab {
		gap: 15px;
	}
	.taxi .form .view .box > * {
		margin-bottom: 20px;
	}
	.taxi .form .view .flex > div {
		flex: none;
		width: 100%;
	}
}
@media screen and (max-width: 380px) {
}