@charset "utf-8";

a {
    color: #000;
    text-decoration: none !important;
}

.align-items-center {
    align-items: center!important;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.text-light {
    color: #f8f9fa!important;
}

#tnb img {
	max-width: 100%;
}

#tnb .widget-holder {
    display: flex;
    align-items: center;
    height: 100%;
    min-width: 120px;
}

#tnb .widget-holder {
    display: flex;
    align-items: center;
    height: 100%;
    min-width: 120px;
}

#tnb .widget-holder.top-area-left {
    margin-right: auto;
}

#tnb .widget-holder.top-area-right {
    margin-left: auto;
    justify-content: flex-end;
}

#tnb .widget-holder.top-area-right a:not(:last-child):after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 10px;
    margin: 0px 10px 2px 12px;
    vertical-align: middle;
    background-color: #666;
}

section {
    padding: 60px 0;
    overflow: hidden;
}

section .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
}

section .title a {
  color: #343a40;
}

.section-title {
    padding-bottom: 30px;
    text-align: center;
}

.section-title h2 {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #65534c;
}

.section-header h3 {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.section-header h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-header h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #18d26e;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-header p {
    text-align: center;
    padding-bottom: 30px;
    color: #333;
}

.pt-4,.py-4 {
    padding-top: 1.5rem !important;
}

.pb-4,.py-4 {
    padding-bottom: 1.5rem !important;
}

/* ³¯Â¥ datapicker */
.ui-datepicker-trigger {
	position: absolute;
    right: 12px;
    top: 15px;
}
/* ³¯Â¥ datapicker */


/* ·»Æ®Ä« ¿¹¾àÆû */
.car_rental {
	padding: 0;
	background: url(/img/main_bg1.png) 0 0 repeat-x;
	border-top: 1px solid #ddd;
    font-family: "Muli", sans-serif;
}

.car_rental.fix {
	position: fixed;
    display: inline-block;
    width: 100%;
    top: 70px;
    z-index: 999;
}

.car_rental .rental_wrap {
    border-top: 2px solid #f85a40;
	background: rgb(217 35 45 / 30%);
    width: 100%;
    /*padding: 0 40px 40px;*/
}

.car_rental .rental_wrap h1 {
    color: #404040;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 15px;
	display: none;
}


.car_rental .rental_wrap h1 > span {
    color: #fff;
}

.car_rental .rental_wrap .search_wrap {
	/*display: flex;
    justify-content: center;
    border-top: 1px solid #ddd;*/
}

.car_rental .rental_wrap .search_wrap ul {
	display: inline-block;
    margin: 0 auto;
    width: 100%;
    text-align: center;	
}

.car_rental .rental_wrap .search_wrap ul li {
	display: inline-block;
    vertical-align: top;
    position: relative;
}

.car_rental .rental_wrap .search_wrap .search_line {
    display: inline-block;
    vertical-align: top;
    margin: 15px 5px;
}

.car_rental .rental_wrap .search_wrap .search_line > .search-2 {
	display: inline-block;
}

.car_rental .rental_wrap .search_wrap .search_line > .search-2 .cal_area {
	position: relative;
}

.car_rental .rental_wrap .search_wrap .search_line > .search-2 .cal_area a {
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 8px;
}



.car_rental .rental_wrap .search_wrap .search_line > .search-2 label {
    display: none;
	color: #fff;
    font-size: 16px;
    font-weight: 600;
	text-align: left;
    line-height: 32px;
    height: 32px;

}

.car_rental .rental_wrap .search_wrap .search_line > .search-2 .cal_box {
    border: 1px solid #dddddd;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    color: #404040;
    font-size: 16px;
    font-weight: 600;
    vertical-align: top;
}

.car_rental .rental_wrap .search_wrap .search_line > .search-2 .cal_box_sel {
    padding-right: 30px;
    border: none;
    background: #fff url(/img/res_time_arrow.jpg) no-repeat 80% center;
    background-size: 13px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.car_rental .rental_wrap .search_wrap .search_line > .search-2 .cal_box_picup {
    background: #fff url(/img/res_time_arrow.jpg) no-repeat 95% center;
    background-size: 13px auto;
}

.car_rental .rental_wrap .search_wrap .search_line .search_button {
	/*padding-top: 40px;*/
}

.car_rental .rental_wrap .search_wrap .search_line .search_button i {
	font-size: 2em;
    color: #f9e000;
}

.car_rental .rental_wrap .search_wrap .search_line .search_button > button {
    height: 45px;
	border: 0;
    background: #f9f000;
    line-height: 42px;
    font-size: 16px;
	font-weight: 600;
    color: #ff4a00;
	padding: 0 15px;
}

@media (max-width: 768px) {
  .car_rental .rental_wrap .search_wrap ul li {
    width: 50%;
	float: left;
  }

  .car_rental .rental_wrap .search_wrap .search_line .res_date {
    width: 60%;
	float: left;
  }

  .car_rental .rental_wrap .search_wrap .search_line .res_hour {
    width: 40%;
  }

  .rent_res_wrap table.i_table .width_01 {
    width: 25%;
  }
}

@media (max-width: 640px) {
  .ui-datepicker {
    width: 45.5% !important;
  }
  
  .car_rental .rental_wrap .search_wrap ul li {
    width: 100%;
  }

  .car_rental .rental_wrap .search_wrap .search_line {
    width: 95%;
  }

  .car_rental .rental_wrap .search_wrap .search_line > .search-2 .cal_box {
	font-size: 13px;
  }

  .rent_res_wrap table.i_table .width_01 {
    width: 30%;
  }

  .car_rental .rental_wrap .search_wrap .search_line .pickup_wrap {
	width: 100%;	
  }

  .car_rental .rental_wrap .search_wrap .search_line .res_pickup_type {
	margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .ui-datepicker {
    width: 45.5% !important;
  }

  .car_rental .rental_wrap .search_wrap .search_line > .search-2 .cal_box {
	font-size: 13px;
  }

  .rent_res_wrap table.i_table .width_01 {
    width: 30%;
  }
}
/* ·»Æ®Ä« ¿¹¾àÆû */

/* ·»Æ® & Åõ¾î ¿¹¾àÆû ÇÏ´Ü Á¶È¸ Æû */
section.mid-section .rentcar_res_wrap {
	padding: 0;
}

h4.text-left {
    position: absolute;
    bottom: 30%;
    font-size: 2em;
    color: #fff;
    left: 10%;
    font-weight: 300;
}

h4.text-right {
    right: 10%;
    position: absolute;
    bottom: 30%;
    font-size: 2em;
    color: #fff;
    font-weight: 300;
}

h4.text-left > a,h4.text-right > a {
	color: #fff !important;
}
/* ·»Æ® & Åõ¾î ¿¹¾àÆû ÇÏ´Ü Á¶È¸ Æû */

