.order_form_box{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.order_form_box > .section1{
	width: 38%;
}
.order_form_box > .section2{
	width: 38%;
}
.order_form_box > .section3{
	width: 21%;
}

.order_form_box > .section4{
	
}

.btn-custom {
	background-color: #e75b45;
	color: white;
	padding: 5px 22px; 
	border: none;
	cursor: pointer;
	opacity: 0.9; 
}
.btn-custom:hover {
	opacity: 1;
}
.form_section_item_right label{
	margin-right: 12px;
	padding-left: 30px;
	white-space: nowrap;
}
.order_dongname{
	width: 79%;
	margin-bottom: 8px;
}
.btn.zip-btn{
	width: 20%;
	margin-left:1% !important;
	background-color:#F6F6F6;
	border: 1px solid var(--border-gray);
	font-size: 16px;
	color: var(--btn-dark);
	font-weight: 400;
}
.group .input-group input.in-line{
	margin-bottom: 8px;
}
.order_delivery_list{
	display: flex;
	justify-content: space-between;
}
.custom-control-inline{
	margin:0;
	padding:0;
}
.order_delivery_list .custom-control-inline{
	display: block;
	width: 24%;
	margin: 0;
	padding: 0;
}
.custom-control-inline .delivery_label{
	height: 140px;
	border-radius: 8px;
	padding: 18px 16px;
	box-sizing: border-box;
	border: 1px solid var(--border-gray);
	width: 100%;
	transition: 0.2s;
}
.custom-control-inline .delivery_label.on{
	border: 1px solid var(--btn-dark);
}
.custom-control-inline .delivery_label.on .order_delivery_text{
	font-weight: 700;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after{
	background:none;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before, .custom-checkbox .custom-control-input:checked~.custom-control-label::before{
	background: none;
	border:none;
}
.custom-radio .custom-control-label::before{
	display: none;
}
.order_delivery_img{
	max-width: 106px;
	width: 100%;
	display: table;
	margin:0 auto;
}
.order_delivery_text{
	font-size: 16px;
	margin-bottom: 12px;
	text-align: center;
}
#truck_show{
	width: 100%;
}
.group .input-group select.f-sm2{
	width: 49.5%;
	margin-right: 1%;
}
.group .input-group select.f-sm2:last-child{
	margin-right:0;
}
.order_delivery_type_wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.custom-control-inline{
	width: 100%;
}
.custom-control-inline.half{
	width: 49.5%;
}
.custom-control-inline.third{
	width: 32%;
}
label.check_label{
	width: 100%;
	height: 48px;
	box-sizing: border-box;
	border: 1px solid var(--border-gray);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: 0.2s;
}
label.check_label.on{
	border: 1px solid var(--btn-dark);
	font-weight: 700;
}
label.check_label.on:after{
	content:"";
	width: 24px;
	height: 24px;
	background:url('../images/radio_check_icon.png') no-repeat center / 10px;
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	left: 17px;
}
label.check_label.type2.on:after{
	content:"";
	display: none;
}
textarea.form-control{
	height: 100px;
	border-radius: 8px;
	resize: none;
	border: 1px solid var(--border-gray);
}
.form_section_item_in .btn-line{
	margin-bottom: 12px;
}
.form_section_item_in .btn-line:last-child{
	margin-bottom: 0;
}
.btn.btn-order{
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	border-radius: 8px;
}
.btn.btn-order.btn-reserve{
	background-color: var(--white);
	border: 1px solid var(--border-gray);
}
.btn.btn-order.btn-submit{
	border: 1px solid var(--btn-dark);
	background-color: var(--btn-dark);
	color: var(--white);
}

/* 날짜 선택 calendar*/
#reserve_layer_content{
	width: 384px;
	box-sizing: border-box;
	padding: 16px 12px;
}
.reserve_layer_title{
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 12px;
}
.reserve_calendar_select_wrap{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
}
.reserve_calendar_select_wrap select{
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background:url("../images/calendar_month_year_select_icon.png") no-repeat 95% 50% / 8px auto;
	cursor: pointer;
	height: 40px;
	padding-left: 5px;
	padding-right: 25px;
	text-align: center;
	outline: none;
}
.reserve_calendar_select_wrap select::-ms-expand {
	display:none
}
.calendar_direction_icon{
	display: table;
	margin: 0;
	width: 8px;
}
.reserve_calendar_control.prev .calendar_direction_icon{
	transform:rotate(180deg);
}
.reserve_calendar_control_box{
	display: flex;
	align-items: center;
}
.reserve_calendar_control{
	width: 48px;
	height : 48px;
	display: flex;
	align-items :center;
	justify-content: center;
	cursor: pointer;
}
#ReserveCalendar{
	width: 95%;
	margin: 0 auto;
	margin-bottom: 8px;
}
.reserve_calendar_time_box{
	display: flex;
	align-items :center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.reserve_calendar_btn_box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}
.reserve_calendar_btn_box .btn{
	width: 49.5%;
}
.reserve_info_box{
	display: none;
	width: 100%;
	height: 48px;
	background-color:#f6f6f6;
	border-radius: 8px;
	padding: 0 12px;
	align-items :center;
	box-sizing: border-box;
	font-size: 16px;
}
.reserve_info_box.on{
	display: flex;
}
.reserve_info_box > .left{
	margin-right: 8px;
}
.reserve_info_box > .right{
	color:#888888;
}

.custom-control-input{
	/* opacity:1; */
}


@media (max-width: 1600px){
	.custom-control-inline .delivery_label{
		height: auto;
	}
	.btn.zip-btn{
		width: 25%;
	}
	.order_dongname{
		width: 74%;
	}
}

@media (max-width: 1400px){
	.custom-control-inline .delivery_label {
		padding: 12px 9px;
	}
}

@media (max-width: 1200px){
	.form_section_item_right label{
		margin-right: 3px;
		padding-left: 25px;
	}
	.order_delivery_text{
		font-size: 14px;
	}
	.custom-control-inline .delivery_label{
		padding: 12px 6px;
	}
	label.check_label.on:after{
		left: 5px;
	}
	label.check_label{
		height: 40px;
	}
	.btn.btn-order{
		height: 56px;
	}
	textarea.form-control{
		border-radius: 5px;
	}
}


@media (max-width: 950px){
	.content .order_frm{
		margin: 0;
	}
	.order_form_box{
		flex-wrap: wrap;
	}
	.order_form_box > .section1{
		width: 100%;
	}
	.order_form_box > .section2{
		width: 100%;
	}
	.order_form_box > .section3{
		width: 100%;
	}
	.form_section_item_right label{
		margin-right: 12px;
	}
	#delivery_label_title{
		text-align: center;
		font-weight: 700;
		font-size: 14px;
		margin-top: 16px;
	}
	label.check_label{
		height: 50px;
		background-color: #F6F6F6;
		border-radius: 0;
		border: none;
	}
	label.check_label.on:after{
		content:"";
		display: none;
	}
	label.check_label.on{
		background-color: var(--white);
		border-radius: 5px;
	}
	.custom-control-inline.half{
		width: 50%;
		flex-grow: 1;
	}
	.label_wrap{
		border-radius: 5px;
		overflow: hidden;
		background-color: #f6f6f6;
		box-sizing: border-box;
		border: 1px solid var(--border-gray);
		width: 100%;
		display: flex;
	}
	.label_wrap .mg-top.form_section_item_in_content{
		margin: 0;
	}
	.label_wrap .form_section_item_in_content.mo_third{
		flex-grow: 1;
		width: 33.33%;
	}
	.label_wrap .custom-control-inline{
		flex-grow: 1;
	}
	#credit_select_wrap{
		width: 100%;
	}
	.reserve_info_box{
		width: 100%;
		margin-bottom: 8px;
	}
	.custom-control-inline.third.mo-w100{
		margin-bottom: 8px;
	}
	.submit-floating-mo{
		position: fixed;
		bottom: 0;
		width: 100vw;
		z-index: 50;
		background-color: var(--white);
		height: 105px;
		border-top: 1px solid var(--border-gray);
		border-radius: 14px 14px 0 0;
		left: 0;
		padding: 0 15px;
		padding-top: 15px;
	}
	.section3{
		padding-bottom: 100px;
	}
	#reserve_layer_content{
		padding-bottom: 40px;
	}
	#ReserveCalendar{
		max-width: 360px;
		touch-action: manipulation;
	}
	.reserve_calendar_select_wrap{
		max-width: 360px;
		margin: 0 auto;
		margin-bottom: 8px;
	}
	.reserve_calendar_time_box{
		max-width: 360px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.reserve_calendar_btn_box{
		margin: 0 auto;
		max-width: 360px;
	}
}



@media (max-width: 360px){
	.reserve_calendar_control{
		width: 30px;
		height: 30px;
	}
	#ReserveCalendar{
		width: 100%;
	}
}

@media (max-width: 320px){
	.form_section_item_right label{
		margin-right: 5px;
	}
	.form_section_item_right label{
		padding-left: 20px;
	}
}


