@font-face {
     font-family: 'S-CoreDream-9Black';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face{ 
	 font-family:'SCDream3'; 
	 src:url('/theme/renthans/css/font_new/SCDream3.otf');
     font-weight: normal;
     font-style: normal;
}

@font-face{ 
	 font-family:'SCDream5'; 
	 src:url('/theme/renthans/css/font_new/SCDream5.otf');
     font-weight: normal;
     font-style: normal;
}

h2, h3, h4 {
    font-family: 'S-CoreDream-9Black', 'SCDream3', 'SCDream5', 'Malgun Gothic', dotum, sans-serif;
}

.roberto-service-area h5 {
    font-family: /*'S-CoreDream-9Black', 'SCDream3',*/'SCDream5', 'Malgun Gothic', dotum, sans-serif;
	font-size: 1rem;
}

h2 {
    font-size: 2.5rem;
}

h3 {
	font-size: 2.3rem;
}

h4 {
	font-size: 1.3rem !important;
}

ul {
	padding: 0;
}

header {
	font-size: 15px;
}

label {
	font-size: 13px;
}

section {
	padding-top: 1rem;
}

select {
	background: #fff url(/img/sel_arrow.png) no-repeat 95% center;
}

.carendar {
	background: #fff url(/img/sel_carendar.png) no-repeat 95% center;
}

#captcha legend {
	display: none;
}


.modal-header {
    display: flex;
    justify-content: space-between;
}

.modal-header .close {
	border: 0;
    background: #fff;
    font-size: 1.5rem;	
}

.modal-footer .btn{
	background-color: #1cc3b2;
	border-color: #1cc3b2;
}

@media (min-width: 1200px) {
    .fs-5 {
        font-size: 1rem !important;
    }
}

@media (max-width: 1199.98px) {
	#hd_wrapper {
		display: none;
	}

	.navbar .top_logo {
		display: block !important;
	}
}



@media (max-width: 1024px) {
	#sit_inf_explan {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.cart-header {
		display: none;
	}

	.rentcar-list-wrap {
		display: flex;
		flex-direction: column-reverse;
	}

	.car-item-report {
		text-align: left !important;
	}

	.roberto-about-area .mt-100 {
		margin-top: 150px;
	}
}

@media (max-width: 640px) {
	h3 {
		font-size: 1.5rem;
	}

	#sit_ov_btn button, #sit_ov_btn .sit_btn_wish {width:100%;}

	.main_menu { width: 50%; }
}

.modal-footer .btn {padding:0;}


#hd_wrapper {
    width: 100%;
    height: 77px;
    padding: 10px 0px;
    border-bottom: 1px solid rgb(242, 242, 242);
}

#hd_wrapper #hd_wr #logo {
    float: left;
    width: 185px;
    height: auto;
	padding-top: 15px;
}


#hd_wrapper #hd_wr #hd_sch {
    float: left;
	border-radius: 0;
    display: inline-block;
    margin-left: 205px;
    margin-top: 5px;
    width: 400px;
    border-bottom: 3px solid rgb(245, 73, 71);
}

#hd_wrapper #hd_wr #hd_sch legend {
    position: absolute;
    font-size: 0px;
    line-height: 0;
    text-indent: -9999em;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

#hd_wrapper #hd_wr #hd_sch .sch_stx {
    float: left;
    width: 370px;
    height: 35px;
    padding-left: 10px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    border-right: 0px;
}

#hd_wrapper #hd_wr #hd_sch #sch_submit {
    float: left;
    width: 30px;
    height: 35px;
    border: 0;
    color: #f54947;
    background: transparent;
    cursor: pointer;
    font-size: 1.6em;
}

#hd_wrapper #hd_wr #hd_qnb {
	margin-bottom: 0;
}

#hd_wrapper #hd_wr #hd_qnb a { 
	padding: 0.5rem 0.8rem;
	color: #0cbc87 !important;
}

.navbar-expand-xl .navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.navbar-expand-xl .navbar-nav .nav-link {
	font-weight: 600;
}

.navbar {
	min-height: 55px;
    border-bottom: 1px solid rgb(242, 242, 242);
}

.navbar .top_logo {
	display: none;
}

.text-success {
	color: #e55353 !important;
}