@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: 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;}
