#section_01 {
	width: 100%; height: auto;
	box-sizing: border-box;
}

.price {font-size:2rem; color:#00a0e9; font-weight:700}
.caution{font-size:0.55rem}

#rental_number_box_auth { display: none; }
#rental_number_box_auth_btn { display: none; }

.rental_notice {
	width: 100%; height: auto;
	padding: 30px 35px;
	border: 1px solid #dddddd;
	border-left: 0px; border-right: 0px;
	background-color: #f5f5f5;
	box-sizing: border-box;
}

.rental_notice .rental_notice_title {
	width: 100%; height: auto; line-height: 1.5;
	font-size: 18px; color: #000000; text-align: left;
	box-sizing: border-box;
}

.rental_notice .rental_notice_item:nth-child(2) { margin-top: 15px; }
.rental_notice .rental_notice_item {
    width: 100%; height: auto; line-height: 1.5;
    font-size: 15px; color: #666666; text-align: left;
    margin-top: 5px; padding-left: 15px; word-break: keep-all;
    box-sizing: border-box;
 }

.rental_notice .rental_notice_item::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #00aaef;
    box-sizing: border-box;
 }

 .rental_notice .rental_notice_item span{ color: #000000; }

.check_box {
	width: 100%; height: auto;
	margin-top: 15px;
	box-sizing: border-box;
}

.check_box label {
	width: auto; height: 20px; line-height: 20px;
	box-sizing: border-box;
}
.check_box label input:checked::before {
	content: '';
	position: absolute; top: 50%; left: 50%;
	width: 6px; height: 6px;
	margin-top: -3px; margin-left: -3px;
	background-color: #00a0e9;
	box-sizing: border-box;
}

.check_box label input:checked {
	border-color: #00a0e9;
}
.check_box label input {
	width: 12px; height: 12px;
	border: 1px solid #dddddd;
	margin-top: 5px;
	background-color: #fff;
	box-sizing: border-box;
}

.check_box label span {
	width: auto; height: 20px; line-height: 20px;
	font-size: 14px; color: #999999; text-align: left;
	padding-left: 10px;
	box-sizing: border-box;
}


.button_box {
	width: 100%; height: auto;
	margin-top: 15px;
	box-sizing: border-box;
}

.button_box button{
	left: 50%;
	width: 146px; height: 48px;
	border: 0px; 
	font-size: 16px; color: #fff; text-align: center;
	margin-top: 15px; 
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
	margin-right:10px;

	background-color: #00a0e9;
	cursor: pointer;

	box-sizing: border-box;
 }


#section_02 {
	width: 100%; height: auto;
	margin-top: 60px;
	box-sizing: border-box;
}



.rental_form { width: 100%; height: auto; box-sizing: border-box; }
.rental_form form { width: 100%; height: auto; box-sizing: border-box; }
.rental_form_group:first-child { border-top: 1px solid #ddd; }
.rental_form_group {
	width: 100%; height: auto;
	padding: 20px 0px 0px;
	border-bottom: 1px solid #dddddd;
	box-sizing: border-box;
}

.rental_form_group .rental_form_item.half { width: 50%; }
.rental_form_group .rental_form_item { width: 100%; height: auto; box-sizing: border-box; }
.rental_form_group .rental_form_item .rental_form_label {
	width: 130px; height: auto; min-height: 40px; line-height: 40px;
	font-size: 16px; color: #000000; text-align: left;
	padding-bottom: 20px;
	box-sizing: border-box;
}

.rental_form_group .rental_form_item .rental_form_label p {
	line-height: 1; margin-top: -3px;
}
.rental_form_group .rental_form_item .rental_form_label span {
	line-height: 1; font-size: 14px; color: #999999; margin-top: -5px;
}

.rental_form_group .rental_form_item .rental_form_data {
	width: calc(100% - 130px); 
	height: auto; min-height: 40px;
	box-sizing: border-box;
}

.rental_space_item { 
	width: auto; height: auto; 
	margin-right: 60px; margin-bottom: 20px; 
	box-sizing: border-box; 
}


.rental_space_item input[type="radio"]{ 
	top: 0px; left: 0px;
	width: 17px; height: 17px; 
	border: 2px solid #dddddd;
	border-radius: 2px; vertical-align: top;
	z-index: 1;
	box-sizing: border-box;
}

.rental_space_item input[type="radio"]:checked{ border-color: #00a0e9; }
.rental_space_item input[type="radio"]:checked::before{ 
	position: absolute; top: 50%; left: 50%;
	content: "\eed6";
	font-family: 'IcoFont' !important;
	color: #00a0e9; font-weight: bolder;
	font-size: 14px;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

	box-sizing: border-box; 
}

.rental_space_item label { 
	width: auto; height: auto; line-height: 1.2;
	padding-left: 25px; margin-top: -1px;
	font-size: 16px; color: #666666; text-align: left;



	-webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none

	box-sizing: border-box; 
}

.rental_space_item label span { font-size: 14px; }


.rental_form_group .rental_form_item .rental_form_data.date input:placeholder { color: #999999; }
.rental_form_group .rental_form_item .rental_form_data.date input {
	width: 295px; height: 40px;
	font-size: 16px; color: #999; text-align: left;
	border: 2px solid #dddddd;
	cursor: pointer;

	padding: 0px 30px 0px 15px;

	background-image: url(../images/date_icon.png);
    background-position: calc(100% - 10px) center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
	box-sizing: border-box;

}


#datepicker {
	z-index: 2;
}
.rental_form_group .rental_form_item .rental_form_data.date .date_box {
	display: none;
	top: 45px; left: 0px;
	width: 295px; height: auto;
	z-index: 1;
	box-sizing: border-box;
}
.rental_form_group .rental_form_item .rental_form_data.date .date_box .ui-widget-content { width: 100%; box-sizing: border-box; }

.ui-widget-content { width: 100%; box-sizing: border-box; }
.ui-widget.ui-widget-content { border: 2px solid #dddddd; }
.ui-datepicker { padding: 0px; border: 0px; }
.ui-widget-header {
	background-color: #fff;
	height: 50px; line-height: 50px;
	border: 0px;
	border-bottom: 1px solid #ddd;
}
.ui-datepicker .ui-datepicker-header { padding: 0px; }
.ui-datepicker .ui-datepicker-title {
	line-height: 50px;
	font-size: 16px;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 700;
}
.ui-widget-header .ui-icon,
.ui-icon, .ui-widget-content .ui-icon {background-position: center center; }
.ui-datepicker .ui-datepicker-prev span { background-image: url(../images/paing_prev.png); }
.ui-datepicker .ui-datepicker-next span { background-image: url(../images/paing_next.png); }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { top: 12.5px; }
.ui-datepicker th { font-weight: 700; }

.ui-state-default, .ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default, 
.ui-button, html .ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active { text-align: center; background-color: #fff; border: 0px; font-weight: 700; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	color: #00a0e9;
}






.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time input:placeholder { color: #999999; }
.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time input {
	width: 180px; height: 40px;
	font-size: 16px; color: #666; text-align: left;
	border: 2px solid #dddddd;
	cursor: pointer;

	padding: 0px 30px 0px 15px;
    letter-spacing: -1px;

	background-image: url(../images/time_icon.png);
    background-position: calc(100% - 10px) center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
	box-sizing: border-box;

}


.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_box {
	display: none;
	top: 45px; left: 0px;
	width: 180px; height: auto;
	z-index: 1;
	border: 2px solid #dddddd;
	background-color: #fff;
	box-sizing: border-box;
}


.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_header {
	width: 100%; height: 45px; line-height: 45px;
	font-size: 16px; color: #666666; text-align: center;
	box-sizing: border-box;
}

.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_body {
	width: 100%; height: auto;
	box-sizing: border-box;
}

.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_body .time_label {
	width: 100%; height: auto;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}

.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_body .time_label .time_label_item {
	width: 100%; height: 32px; line-height: 32px;
	font-size: 15px; color: #999999; text-align: center;
	box-sizing: border-box;
}



.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_body .time_val {
	width: 100%; height: 200px;
	overflow-y: scroll;
	box-sizing: border-box;
}


.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_body .time_val .time_val_list:first-child .time_label_item{ height: 42px; padding-top: 10px; }
.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_body .time_val .time_val_list:last-child .time_label_item{ height: 42px; padding-bottom: 10px; }
.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_body .time_val .time_val_list {
	width: 100%; height: auto;
	box-sizing: border-box;
}

.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_body .time_val .time_val_list .time_label_item { width: 100%; }
.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_body .time_val .time_val_list.active .time_label_item { color: #00a0e9; }
.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_body .time_val .time_val_list.none .time_label_item { color: #999; }
.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_body .time_val .time_val_list:hover .time_label_item { color: #00a0e9; opacity: 0.8; }
.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_body .time_val .time_val_list:hover .time_label_item { cursor: pointer;  }
.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_body .time_val .time_val_list .time_label_item {
	height: 32px; line-height: 32px;
	font-size: 15px; color: #333333; text-align: center;
	box-sizing: border-box;
}

.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_body .time_val .time_val_list.none .time_label_item { color: #999; opacity: 0.8; }
.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_body .time_val .time_val_list.none:hover .time_label_item { color: #999; opacity: 0.8; }
.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_body .time_val .time_val_list.none:hover .time_label_item { cursor: not-allowed;  }
.rental_form_group .rental_form_item .rental_form_data .rental_time_bar {
	width: 40px; height: 40px; line-height: 40px;
	font-size: 16px; color: #000000; text-align: center;
	box-sizing: border-box;
}

.rental_form_group .rental_form_item .rental_form_data input[type="text"].txt:placeholder { color: #999999; }
.rental_form_group .rental_form_item .rental_form_data input[type="text"].txt {
	width: 295px; height: 40px;
	border: 2px solid #dddddd;
	padding: 0px 15px 0px 15px;
	font-size: 16px; color: #666666; text-align: left;
	box-sizing: border-box;
}

.rental_form_group .rental_form_item .rental_form_data select {
	width: 100%; height: 40px;
	border: 2px solid #dddddd;
	font-size: 16px; color: #666666; text-align: left;

    padding: 0px 45px 0px 15px;
    background-image: url(../images/select_icon.png);
    background-position: calc(100% - 15px) center;
    background-size: 10px 6px;
    background-color: #fff;
    background-repeat: no-repeat;
    box-sizing: border-box;


	box-sizing: border-box;
}

.rental_form_group .rental_form_item .rental_form_data.fo_cnt label:first-child { margin-left: 0px; }
.rental_form_group .rental_form_item .rental_form_data.fo_cnt label {
	width: auto; height: 40px; line-height: 40px;
	margin-left: 30px;
	box-sizing: border-box;
}

.rental_form_group .rental_form_item .rental_form_data.fo_cnt label input:checked::before{
	content: '';
	position: absolute; top: 50%; left: 50%;
	width: 10px; height: 10px;
	margin-top: -5px; margin-left: -5px;
	border-radius: 100%;
	background-color: #00a0e9;
}

.rental_form_group .rental_form_item .rental_form_data.fo_cnt label input:checked{
	border-color: #00a0e9;
}

.rental_form_group .rental_form_item .rental_form_data.fo_cnt label input {
	width: 18px; height: 18px;
	border: 1px solid #dddddd;
	border-radius: 100%;
	margin-top: 11px;
	box-sizing: border-box;
}

.rental_form_group .rental_form_item .rental_form_data.fo_cnt label span {
	width: auto; height: 40px; line-height: 40px;
	font-size: 16px; color: #666666; text-align: left;
	margin-left: 6px;
	box-sizing: border-box;
}

.rental_form_group .rental_form_item .rental_form_data.fo_cnt input.txt:placeholder { color: #999999; }
.rental_form_group .rental_form_item .rental_form_data.fo_cnt input.txt {
	width: 100px; height: 40px;
	font-size: 16px; color: #666666; text-align: center;
	border: 1px solid #dddddd;
	margin-left: 20px;
	box-sizing: border-box;
}

.rental_form_group .rental_form_item .rental_form_data.fo_cnt div.txt {
	width: 30px; height: 40px; line-height: 40px;
	font-size: 16px; color: #666666; text-align: center;
	box-sizing: border-box;
}

.rental_form_group .rental_form_item .rental_form_data.desc{ padding-bottom: 20px; }
.rental_form_group .rental_form_item .rental_form_data.desc textarea:placeholder { color: #999; }
.rental_form_group .rental_form_item .rental_form_data.desc textarea {
	width: 100%; height: 150px; line-height: 1.5;
	font-size: 16px; color: #666666; text-align: left;
	border: 2px solid #dddddd;
	padding: 15px 15px;
	box-sizing: border-box;
}




.rental_facility_item:first-child { margin-left: 0px; }
.rental_facility_item { 
	width: auto; height: auto; line-height: 20px; 
	margin-right: 45px; margin-bottom: 15px; 
	box-sizing: border-box; 
}


.rental_facility_item input[type="checkbox"]{ 
	top: 2px; left: 0px;
	width: 17px; height: 17px; 
	border: 2px solid #dddddd;
	border-radius: 2px; vertical-align: middle;
	box-sizing: border-box;
}

.rental_facility_item input[type="checkbox"]:checked{ border-color: #00a0e9; }
.rental_facility_item input[type="checkbox"]:checked::before{ 
	position: absolute; top: 50%; left: 50%;
	content: "\eed6";
	font-family: 'IcoFont' !important;
	color: #00a0e9; font-weight: bolder;
	font-size: 14px;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

	box-sizing: border-box; 
}

.rental_facility_item label { 
	width: auto; height: auto; line-height: 1.2;
	padding-left: 25px; margin-top: -1px;
	font-size: 16px; color: #666666; text-align: left;
	box-sizing: border-box; 
}

.rental_facility_item label span { font-size: 14px; }

.rental_facility_txt {
	width: 100%; height: auto; line-height: 1.5;
	font-size: 14px; color: #666666; text-align: left;
	padding-bottom: 20px;
}

.rental_form_data.num { padding-bottom: 20px; }
.rental_number_box:first-child { margin-top: 0px; }
.rental_number_box {
	width: 100%; height: 40px; line-height: 40px;
	margin-top: 10px;
	box-sizing: border-box;
}

.rental_number_box input[type="text"]:placeholder{ color: #999; }
.rental_number_box input[type="text"]{
	width: 296px; height: 40px; 
	font-size: 16px; color: #666; text-align: left;
	padding: 0px 15px;
	border: 2px solid #dddddd;
    letter-spacing: -0.5px;
	box-sizing: border-box;
}

.rental_number_box button {
	width: 135px; height: 40px;
	border: 2px solid #000;
	font-size: 16px; color: #000; text-align: center;
	margin-left: 10px;
	background-color: rgba(0,0,0,0);
	cursor: pointer;
	box-sizing: border-box;
}

.rental_number_box span {
	width: auto; height: 40px; line-height: 40px;
	margin-left: 10px;
	font-size: 14px; color: #00a0e9; text-align: left;
	box-sizing: border-box;
}





.file_box:first-child { margin-top: 0px; }
.file_box {
	width: 100%; height: auto; 
	margin-top: 15px;
	box-sizing: border-box;
}
.file_box input:placeholder { color: #8c8c8c; }
.file_box input { 
	width: auto; height: 40px;
	border: 0px solid #e0e0e0;
	padding: 0px 15px;
	font-size: 15px; color: #101010; text-align: left;
	
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
			border-radius: 0px;

	box-sizing: border-box;
}
.file_box input.full { width: 100%; }
.file_box input.file {
	width: calc(100% - 120px); border-right: 0px;
}

.file_box button {
	width: 120px; height: 40px;
	cursor: pointer;
	color: #000; text-align: center; font-size: 16px;
	border: 2px solid #000;
	background-color: #fff;
	box-sizing: border-box;
}

.file_box a {
	height: auto; line-height: 1;
	margin-top: 10px;
	font-size: 14px; color: #00a0e9; text-align: left;
	box-sizing: border-box;
	margin-bottom: 0px;
}

.file_box p {
	width: 100%; height: auto; line-height: 1;
	margin-top: 10px;
	font-size: 14px; color: #999999; text-align: left;
	box-sizing: border-box;
	margin-bottom: 20px;
}


.rental_txt {
	width: 100%; height: auto;
	box-sizing: border-box;
}

.rental_txt textarea {
	resize: none;
	width: 100%; height: 420px; line-height: 1.3;
	overflow: hidden;
	padding: 15px 15px;
	border: 1px solid #dddddd;
	background-color: #f5f5f5;
	font-size: 16px; color: #999999; text-align: left;
    letter-spacing: -1px;
	box-sizing: border-box;
}

.agrees {
	width: 100%; height: auto;
	margin-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
}



.agrees label:first-child { margin-left: 0px; }
.agrees label {
	width: auto; height: 40px; line-height: 40px;
	margin-left: 30px;
	box-sizing: border-box;
}

.agrees label input:checked::before{
	content: '';
	position: absolute; top: 50%; left: 50%;
	width: 10px; height: 10px;
	margin-top: -5px; margin-left: -5px;
	border-radius: 100%;
	background-color: #00a0e9;
}

.agrees label input:checked{
	border-color: #00a0e9;
}

.agrees label input {
	width: 18px; height: 18px;
	border: 1px solid #dddddd;
	border-radius: 100%;
	margin-top: 11px;
	box-sizing: border-box;
}

.agrees label span {
	width: auto; height: 40px; line-height: 40px;
	font-size: 16px; color: #666666; text-align: left;
	margin-left: 6px;
	box-sizing: border-box;
}



.rental_form_submit {
	width: 100%; height: 48px; line-height: 48px;
	margin-top: 60px;
	box-sizing: border-box;
}

.rental_form_submit > div {
	left: 50%;
	width: auto; height: auto;


    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);

	box-sizing: border-box;

}

.rental_form_submit button:hover{ opacity: 0.8; }
.rental_form_submit button{
	width: 146px; height: 48px;
	border: 0px; background-color: #00a0e9; 
	font-size: 16px; color: #fff; text-align: center;
	margin: 0px 10px;
	cursor: pointer;
	box-sizing: border-box;
}

.rental_form_submit button.type01{ background-color: #000; }
.rental_form_submit button.type02{ background-color: #999; }



#section_03 {
	width: 100%; height: auto;
	margin-top: 60px;
	box-sizing: border-box;
}

.schedule_data,
.schedule_data > div {
	width: 100%; height: auto;
	box-sizing: border-box;
}


.schedule_mm {
	width: 100%; height: auto;
	padding: 20px;
	border-top: 3px solid #00a0e9;
	box-sizing: border-box;
}

.schedule_mm > div {
	left: 50%;
	width: auto; height: auto; 


    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
	box-sizing: border-box;
}

.schedule_mm .schedule_mm_num {
	width: 170px; height: auto; line-height: 30px;
	font-size: 30px; color: #000000; text-align: center;
	margin: 0px 25px;
	box-sizing: border-box;
}

.schedule_mm .schedule_mm_arrow.active { background-color: #000; cursor: pointer; }
.schedule_mm .schedule_mm_arrow {
	width: 20px; height: 20px; line-height: 19px;
	margin-top: 8px;
	text-align: center; color: #fff; font-size: 15px;
	background-color: #dddddd;
	border-radius: 100%;
	box-sizing: border-box;
}



.schedule_dd {
	width: 100%; height: auto;
	padding: 15px 0px;
	border: 1px solid #dddddd;
	border-left: 0px; border-right: 0px;
	box-sizing: border-box;
}

.schedule_dd .schedule_dd_item {
	width: 12.5%; height: 20px; line-height: 20px;
	box-sizing: border-box;
}

.schedule_dd .schedule_dd_item .schedule_dd_day {
	width: 100%; height: 100%;
	font-size: 16px; color: #000; text-align: center;
	box-sizing: border-box;
}


.schedule_dd .schedule_dd_arrow.active { background-color: #000; 	cursor: pointer; }
.schedule_dd .schedule_dd_arrow {
	top: 50%;
	width: 20px; height: 20px; line-height: 19px;
	text-align: center; color: #fff; font-size: 15px;
	background-color: #dddddd;
	border-radius: 100%;


    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
	z-index: 1;
	box-sizing: border-box;
}


.schedule_dd .schedule_dd_arrow.prev { left: 0px; }
.schedule_dd .schedule_dd_arrow.next { right: 0px; }

.schedule_space {
	width: 100%; height: auto;
	box-sizing: border-box;
}

.schedule_space table {
	width: 100%; height: auto;
    border-collapse: collapse;
    table-layout: auto;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}

.schedule_space table tr {
	width: 100%; height: auto;
	box-sizing: border-box;
}

.schedule_space table tr:first-child td { border-top: 0px; }
.schedule_space table tr td{
	width: 12.5%; height: auto; min-height: 70px;
	border-top: 1px solid #dddddd;
	padding: 20px 0px;
	vertical-align: top;
	text-align: center;
	box-sizing: border-box;
}
.schedule_space table tr td:nth-child(2n) { background-color: #f5f5f5; }

.schedule_space table tr td.schedule_space_name {
	line-height: 1.3;
	font-size: 16px; color: #000000; text-align: center;
	letter-spacing: -0.5px;
}

.schedule_space table tr td.schedule_space_time .schedule_space_time_item:first-child { margin-top: 0px; }
.schedule_space table tr td.schedule_space_time .schedule_space_time_item {
	width: 100%; height: auto; line-height: 16px;
	font-size: 15px; color: #999999; text-align: center;
	margin-top: 10px;
	letter-spacing: -0.2px;
	box-sizing: border-box;
}
	
.schedule_space table tr td.schedule_space_time .schedule_space_time_item img {
	width: 16px; height: auto;
	margin-right: 4px; vertical-align: middle;
	margin-left: -10px;
	opacity: 0.5;
	box-sizing: border-box;
}





.info_title {
	width: 100%; height: auto; line-height: 1.5;
	font-size: 26px; color: #000000; text-align: left;
	padding-left: 20px;
	box-sizing: border-box;
}

.info_title::before {
	content: '';
	position: absolute; left: 0px; top: 14px;
	width: 10px; height: 10px;
	border-radius: 100%;
	background-color: #00a0e9;
	box-sizing: border-box; 
}


.info_tbl_01 {
	width: 100%; height: auto;
	margin-top: 20px;
	box-sizing: border-box;
}

.info_tbl_01 .info_tbl_sub {
	top: -20px; right: 0px;
	width: auto; height: auto; line-height: 1;
	font-size: 14px; color: #666666; text-align: left;
	box-sizing: border-box;
}

.info_tbl_01 table {
	width: 100%; height: auto;
	border-top: 2px solid #000;
    border-collapse: collapse;
    table-layout: auto;	
}

.info_tbl_01 table td, .info_tbl_01 table th { border: 1px solid #dddddd; }
.info_tbl_01 table thead tr:nth-child(1) td { border-top: 0px; }
.info_tbl_01 table td:first-child, .info_tbl_01 table th:first-child { border-left: 0px; }
.info_tbl_01 table td:last-child, .info_tbl_01 table th:last-child { border-right: 0px; }

.info_tbl_01 table thead tr td { height: 55px; background-color: #f5f5f5; font-size: 18px; color: #000000; text-align: center; }
.info_tbl_01 table thead tr th { height: 55px; background-color: #f5f5f5; font-size: 18px; color: #000000; text-align: center; font-weight:700; padding:1rem 0rem;}
.info_tbl_01 table tbody tr td { height: 60px; font-size: 18px; color: #666666; text-align: center; }
.info_tbl_01 table tbody tr th { height: 60px; font-size: 18px; color: #666666; text-align: center; font-weight:700 }
.info_tbl_01 table tbody tr:first-child td:first-child { background-color: #f5f5f5; color: #000; }
.info_tbl_01 table tbody tr:first-child th:first-child  { background-color: #f5f5f5; color: #000; }
.info_tbl_desc {
	width: 100%; height: auto; line-height: 1.5;
	margin-top: 15px;
	box-sizing: border-box;
}

.info_tbl_desc .info_tbl_desc_item {
	width: 100%; height: auto; line-height: 1.5;
	padding-left: 20px;
	font-size: 16px; color: #666666; text-align: left;
	box-sizing: border-box;
}


.info_tbl_desc .info_tbl_desc_item::before {
	content: '※';
	position: absolute; top: 0px; left: 0px;
	width: auto; height: auto; line-height: 1.5;
	font-size: 16px; color: #666666; text-align: left;
	box-sizing: border-box;
}


.info_tbl_desc .info_tbl_desc_item span {
	width: 100%; height: auto; line-height: 1.5;
	padding-left: 10px;
	font-size: 14px; color: #666666; text-align: left;
	box-sizing: border-box;
}

.info_tbl_desc .info_tbl_desc_item span::before {
	content: '∙';
	position: absolute; top: 0px; left: 0px;
	width: auto; height: auto; line-height: 1.5;
	font-size: 14px; color: #666666; text-align: left;
	box-sizing: border-box;
}



.info_tbl_02 {
	width: 100%; height: auto;
	margin-top: 20px;
	box-sizing: border-box;
}

.info_tbl_02 table {
	width: 100%; height: auto;
	border-top: 2px solid #000;
    border-collapse: collapse;
    table-layout: auto;	
}

.info_tbl_02 table td { border: 1px solid #dddddd; }
.info_tbl_02 table thead tr:nth-child(1) td { border-top: 0px; }
.info_tbl_02 table td:first-child { border-left: 0px; }
.info_tbl_02 table td:last-child { border-right: 0px; }

.info_tbl_02 table thead tr td { width: 50%; height: 60px; background-color: #f5f5f5; font-size: 18px; color: #000000; text-align: center; }
.info_tbl_02 table tbody tr td { height: 60px; font-size: 18px; color: #666666; text-align: center; }


.info_tbl_box { width: 100%; height: auto; box-sizing: border-box; }


.rental_form_group .rental_form_item .bumber_wrap {width:calc(100% - 130px); display:flex; flex-direction: row; flex-wrap: wrap;}
.rental_form_group .rental_form_item .bumber_wrap .bumber_wrap_item {width:70%; margin-right:2%; }

.rental_form_group .rental_form_item .bumber_wrap input[type="text"].txt:placeholder { color: #999999; }
.rental_form_group .rental_form_item .bumber_wrap input[type="text"].txt {
	width: 100%; height: 40px;
	border: 2px solid #dddddd;
	padding: 0px 15px 0px 15px;
	font-size: 16px; color: #666666; text-align: left;
	box-sizing: border-box;
}
.rent_price {font-size:2rem; font-weight:300; color:#00a0e9;}


@media (max-width: 479px){ 
	.rental_notice .rental_notice_title { font-size: 15px; }
	.rental_notice .rental_notice_item { font-size: 14px; }
	.rental_notice { padding: 20px 15px; }
	.button_box button { width: 120px; height: 40px; line-height: 40px; font-size: 15px; }
	.rental_form_group { padding: 20px 0px 0px; }
	.rental_form_group .rental_form_item .rental_form_label { width: 100%; min-height: auto; line-height: 1; font-size: 15px; padding-bottom: 10px; font-weight: 700; }
	.rental_form_group .rental_form_item .rental_form_label br { display: none; }
	.rental_form_group .rental_form_item .rental_form_label span { float: none; margin-left: 5px; margin-top: 0px;}
	.rental_form_group .rental_form_item .rental_form_label p { float: none; margin-left: 5px; margin-top: 0px;}

	.rental_form_group .rental_form_item .rental_form_data { width: 100%; min-height: auto; }
	.rental_form_group .rental_form_item.half { width: 100%; }
	.rental_form_group .rental_form_item.half:first-child { border-bottom: 1px solid #ddd; }
	.rental_form_group .rental_form_item.half:last-child { padding-top: 15px;  }

	.rental_space_item { margin-right: 20px; margin-bottom: 20px; } 
	.rental_space_item label { font-size: 14px; }

	.rental_form_group .rental_form_item .rental_form_data.date .date_box { width: 100%; }
	.rental_form_group .rental_form_item .rental_form_data.date input { width: 100%; font-size: 14px; background-size: 15px 15px; margin-bottom: 20px; }
	.rental_form_group .rental_form_item .rental_form_data input[type="text"].txt { width: 100%; font-size: 14px; margin-bottom: 20px; }
	.rental_form_group .rental_form_item .rental_form_data.fo_cnt input.txt { width: 70px; margin-bottom: 20px;}
	.rental_form_group .rental_form_item .rental_form_data.fo_cnt div.txt { font-size: 14px; }
	.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time { width: calc(50% - 10px);  }
	.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time input { width: 100%; font-size: 14px; letter-spacing: 0px; background-size: 15px 15px; margin-bottom: 20px;}
	.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_box { width: 100%; }

	.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_body .time_label .time_label_item  { font-size: 14px; height: 30px; }
	.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_body .time_val .time_val_list .time_label_item { font-size: 14px; }
	.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_body .time_val .time_val_list .time_label_item { height: 30px; }
	.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_body .time_val .time_val_list:first-child .time_label_item { height: 40px; }
	.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_body .time_val .time_val_list:last-child .time_label_item{ height: 40px; }
	.rental_form_group .rental_form_item .rental_form_data.fo_cnt label span { font-size: 14px; } 

	.rental_form_group .rental_form_item .rental_form_data .rental_time_bar { width: 20px; font-size: 14px; }
	.rental_txt textarea { height: 300px; }

	.file_box button { width: 100px; font-size: 14px; }
	.file_box a, .file_box p { font-size: 12px; }

	.file_box input.file { width: calc(100% - 100px); font-size: 12px; }
	.rental_form_group .rental_form_item .rental_form_data.desc { padding-bottom: 20px; }
	.rental_form_group .rental_form_item .rental_form_data.desc textarea { font-size: 14px; }

	.rental_number_box input[type="text"] { width: calc(100% - 110px); font-size: 14px; padding: 0px 12px; }
	.rental_number_box span { font-size: 12px; }
	.rental_number_box button { width: 100px; font-size: 14px; } 
	.rental_facility_item label { font-size: 14px; }
	.rental_facility_item { margin-right: 20px; margin-bottom: 10px; }
	.rental_facility_txt { padding-bottom: 20px; font-size: 12px; word-break: keep-all; }
	.rental_txt textarea { font-size: 14px; height: 300px; overflow: auto; }
	.agrees label span { font-size: 14px; }
	.rental_form_submit { margin-top: 25px; height: 40px; line-height: 40px; }
	.rental_form_submit button { width: 120px; height: 40px; line-height: 40px; font-size: 15px; }


	#section_02 { margin-top: 45px; }
	#section_03 { margin-top: 45px; }
	.schedule_data { overflow-x: scroll; }
	.schedule_data > div { min-width: 900px; }
	.schedule_mm { padding: 15px; }
	.schedule_dd { padding: 10px 0px; }

	.schedule_mm .schedule_mm_num { width:135px; font-size: 24px; margin: 0px 15px; } 
	.schedule_space table tr td.schedule_space_name { font-size: 14px; }
	.schedule_dd .schedule_dd_item .schedule_dd_day { font-size: 14px; }
	.schedule_space table tr td.schedule_space_time .schedule_space_time_item { font-size: 12px; margin-top: 5px; }
	.schedule_space table tr td.schedule_space_time .schedule_space_time_item img { width: 12px; margin-left: -6px; margin-top: -2px; }
	.schedule_space table tr td { padding: 15px 0px; }
	.schedule_dd .schedule_dd_arrow { width: 18px; height: 18px; line-height: 17px; }
	.schedule_mm .schedule_mm_arrow { width: 18px; height: 18px; line-height: 17px; }


	.info_tbl_box { overflow-x: scroll; }
	.info_title { font-size: 18px; letter-spacing: -1px; padding-left: 15px; }
	.info_title::before { top: 10px; width: 7px; height: 7px; }
	.info_tbl_01 table { width: 440px; }
	.info_tbl_01 table thead tr td { font-size: 14px; }
	.info_tbl_01 table tbody tr td { font-size: 14px; }
	.info_tbl_01 table thead tr td { height: 40px; }
	.info_tbl_01 table tbody tr td { height: 40px; }
	.info_tbl_desc .info_tbl_desc_item { font-size: 14px; }
	.info_tbl_desc .info_tbl_desc_item::before{ font-size: 14px; }
	.info_tbl_desc .info_tbl_desc_item span { font-size: 12px; }
	.info_tbl_01 .info_tbl_sub { font-size: 12px; }

	.info_tbl_02 table thead tr td { font-size: 14px; letter-spacing: -1px; }
	.info_tbl_02 table tbody tr td { font-size: 14px; letter-spacing: -1px; }
	.info_tbl_02 table thead tr td { height: 40px; }
	.info_tbl_02 table tbody tr td { height: 40px; }

	.rental_form_group .rental_form_item .rental_form_data select { font-size: 14px; margin-bottom: 20px; }
}

@media (max-width: 749px) and (min-width: 480px) { 
	.rental_notice .rental_notice_title { font-size: 15px; }
	.rental_notice .rental_notice_item { font-size: 14px; }
	.rental_notice { padding: 20px 15px; }
	.button_box button { width: 120px; height: 40px; line-height: 40px; font-size: 15px; }
	.rental_form_group { padding: 20px 0px 0px; }
	.rental_form_group .rental_form_item .rental_form_label { width: 100%; min-height: auto; line-height: 1; font-size: 15px; padding-bottom: 10px; font-weight: 700; }
	.rental_form_group .rental_form_item .rental_form_label br { display: none; }
	.rental_form_group .rental_form_item .rental_form_label span { float: none; margin-left: 5px; margin-top: 0px;}
	.rental_form_group .rental_form_item .rental_form_label p { float: none; margin-left: 5px; margin-top: 0px;}

	.rental_form_group .rental_form_item .rental_form_data { width: 100%; min-height: auto; }
	.rental_form_group .rental_form_item.half { width: 100%; }
	.rental_form_group .rental_form_item.half:first-child { border-bottom: 1px solid #ddd; }
	.rental_form_group .rental_form_item.half:last-child { padding-top: 15px;  }

	.rental_space_item { margin-right: 20px; margin-bottom: 20px; } 
	.rental_space_item label { font-size: 14px; }

	.rental_form_group .rental_form_item .rental_form_data.date .date_box { width: 100%; }
	.rental_form_group .rental_form_item .rental_form_data.date input { width: 100%; font-size: 14px; background-size: 15px 15px; margin-bottom: 20px; }
	.rental_form_group .rental_form_item .rental_form_data input[type="text"].txt { width: 100%; font-size: 14px; margin-bottom: 20px; }
	.rental_form_group .rental_form_item .rental_form_data.fo_cnt input.txt { width: 70px; margin-bottom: 20px;}
	.rental_form_group .rental_form_item .rental_form_data.fo_cnt div.txt { font-size: 14px; }
	.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time { width: calc(50% - 10px);  }
	.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time input { width: 100%; font-size: 14px; letter-spacing: 0px; background-size: 15px 15px; margin-bottom: 20px;}
	.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_box { width: 100%; }

	.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_body .time_label .time_label_item  { font-size: 14px; height: 30px; }
	.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_body .time_val .time_val_list .time_label_item { font-size: 14px; }
	.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_body .time_val .time_val_list .time_label_item { height: 30px; }
	.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_body .time_val .time_val_list:first-child .time_label_item { height: 40px; }
	.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_body .time_val .time_val_list:last-child .time_label_item{ height: 40px; }
	.rental_form_group .rental_form_item .rental_form_data.fo_cnt label span { font-size: 14px; } 

	.rental_form_group .rental_form_item .rental_form_data .rental_time_bar { width: 20px; font-size: 14px; }
	.rental_txt textarea { height: 300px; }

	.file_box button { width: 100px; font-size: 14px; }
	.file_box a, .file_box p { font-size: 12px; }
	.file_box input.file { width: calc(100% - 100px); font-size: 12px; }
	.rental_form_group .rental_form_item .rental_form_data.desc { padding-bottom: 20px; }
	.rental_form_group .rental_form_item .rental_form_data.desc textarea { font-size: 14px; }

	.rental_number_box input[type="text"] { width: calc(100% - 130px); font-size: 14px; }
	.rental_number_box span { font-size: 12px; }
	.rental_number_box button { width: 120px; font-size: 14px; } 
	.rental_facility_item label { font-size: 14px; }
	.rental_facility_item { margin-right: 20px; margin-bottom: 10px; }
	.rental_facility_txt { padding-bottom: 20px; font-size: 12px; word-break: keep-all; }
	.rental_txt textarea { font-size: 14px; height: 300px; overflow: auto; }
	.agrees label span { font-size: 14px; }
	.rental_form_submit { margin-top: 45px; height: 40px; line-height: 40px; }
	.rental_form_submit button { width: 120px; height: 40px; line-height: 40px; font-size: 15px; }


	#section_02 { margin-top: 45px; }
	#section_03 { margin-top: 45px; }
	.schedule_data { overflow-x: scroll; }
	.schedule_data > div { min-width: 900px; }
	.schedule_mm { padding: 15px; }
	.schedule_dd { padding: 10px 0px; }

	.schedule_mm .schedule_mm_num { width: 135px; font-size: 24px; margin: 0px 15px; } 
	.schedule_space table tr td.schedule_space_name { font-size: 14px; }
	.schedule_dd .schedule_dd_item .schedule_dd_day { font-size: 14px; }
	.schedule_space table tr td.schedule_space_time .schedule_space_time_item { font-size: 12px; margin-top: 5px; }
	.schedule_space table tr td.schedule_space_time .schedule_space_time_item img { width: 12px; margin-left: -6px; margin-top: -2px; }
	.schedule_space table tr td { padding: 15px 0px; }
	.schedule_dd .schedule_dd_arrow { width: 18px; height: 18px; line-height: 17px; }
	.schedule_mm .schedule_mm_arrow { width: 18px; height: 18px; line-height: 17px; }


	.info_title { font-size: 20px; }
	.info_tbl_01 table thead tr td { font-size: 14px; }
	.info_tbl_01 table tbody tr td { font-size: 14px; }
	.info_tbl_01 table thead tr td { height: 40px; }
	.info_tbl_01 table tbody tr td { height: 40px; }
	.info_tbl_desc .info_tbl_desc_item { font-size: 14px; }
	.info_tbl_desc .info_tbl_desc_item::before{ font-size: 14px; }
	.info_tbl_desc .info_tbl_desc_item span { font-size: 12px; }
	.info_tbl_01 .info_tbl_sub { font-size: 12px; }

	.info_tbl_02 table thead tr td { font-size: 14px; }
	.info_tbl_02 table tbody tr td { font-size: 14px; }
	.info_tbl_02 table thead tr td { height: 40px; }
	.info_tbl_02 table tbody tr td { height: 40px; }

	.rental_form_group .rental_form_item .rental_form_data select { font-size: 14px; margin-bottom: 20px; }

}

@media (max-width: 1023px) and (min-width: 750px) { 
	.rental_notice .rental_notice_title { font-size: 15px; }
	.rental_notice .rental_notice_item { font-size: 14px; }
	.rental_notice { padding: 20px 15px; }
	.button_box button { width: 120px; height: 40px; line-height: 40px; font-size: 15px; }
	.rental_form_group { padding: 20px 0px 0px; }
	.rental_form_group .rental_form_item .rental_form_label {  font-size: 15px; padding-bottom: 20px; }
	.rental_form_group .rental_form_item.half { width: 100%; }
	.rental_form_group .rental_form_item.half:first-child { border-bottom: 1px solid #ddd; }
	.rental_form_group .rental_form_item.half:last-child { padding-top: 15px;  }

	.rental_space_item { margin-right: 30px; margin-bottom: 20px; } 
	.rental_space_item label { font-size: 15px; }

	.rental_form_group .rental_form_item .rental_form_data.date .date_box { width: 250px; }
	.rental_form_group .rental_form_item .rental_form_data.date input { width: 250px; font-size: 15px; background-size: 15px 15px; }
	.rental_form_group .rental_form_item .rental_form_data input[type="text"].txt { width: 250px; font-size: 15px; }
	.rental_form_group .rental_form_item .rental_form_data.fo_cnt input.txt { width: 70px; }
	.rental_form_group .rental_form_item .rental_form_data.fo_cnt div.txt { font-size: 15px; }
	.rental_form_group .rental_form_item .rental_form_data .rental_time_gr1oups.time input { width: 250px; font-size: 15px; letter-spacing: 0px; background-size: 15px 15px; }
	.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_box { width: 250px; }
	.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_body .time_label .time_label_item  { font-size: 14px; }
	.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_body .time_val .time_val_list .time_label_item { font-size: 14px; }
	.rental_form_group .rental_form_item .rental_form_data.fo_cnt label span { font-size: 15px; }
	

	.rental_form_group .rental_form_item .rental_form_data .rental_time_bar { width: 20px; }
	.rental_txt textarea { height: 440px; }

	.file_box button { width: 100px; font-size: 15px; }
	.file_box input.file { width: calc(100% - 100px); font-size: 14px; }
	.rental_form_group .rental_form_item .rental_form_data.desc { padding-bottom: 20px; }
	.rental_form_group .rental_form_item .rental_form_data.desc textarea { font-size: 15px; }

	.rental_number_box input[type="text"] { width: 275px; font-size: 15px; }
	.rental_number_box button { width: 120px; font-size: 15px; } 
	.rental_facility_item label { font-size: 15px; }
	.rental_facility_item { margin-right: 20px; margin-bottom: 10px; }
	.rental_facility_txt { padding-bottom: 20px; }
	.rental_txt textarea { font-size: 14px; height: 300px; overflow: auto; }
	.agrees label span { font-size: 15px; }
	.rental_form_submit { height: 40px; line-height: 40px; }
	.rental_form_submit button { width: 120px; height: 40px; line-height: 40px; font-size: 15px; }
	#section_02 { margin-top: 45px; }
	#section_03 { margin-top: 45px; }
	.schedule_data { overflow-x: scroll; }
	.schedule_data > div { min-width: 900px; }

	.schedule_mm .schedule_mm_num { width: 135px; font-size: 24px; margin: 0px 15px; } 
	.schedule_space table tr td.schedule_space_name { font-size: 14px; }
	.schedule_dd .schedule_dd_item .schedule_dd_day { font-size: 14px; }
	.schedule_space table tr td.schedule_space_time .schedule_space_time_item { font-size: 12px; margin-top: 5px; }
	.schedule_space table tr td.schedule_space_time .schedule_space_time_item img { width: 12px; margin-left: -6px; margin-top: -2px; }
	.schedule_space table tr td { padding: 15px 0px; }
	.schedule_dd .schedule_dd_arrow { width: 18px; height: 18px; line-height: 17px; }
	.schedule_mm .schedule_mm_arrow { width: 18px; height: 18px; line-height: 17px; }


	.info_title { font-size: 22px; }
	.info_tbl_01 table thead tr td { font-size: 16px; }
	.info_tbl_01 table tbody tr td { font-size: 16px; }
	.info_tbl_01 table thead tr td { height: 40px; }
	.info_tbl_01 table tbody tr td { height: 40px; }
	.info_tbl_desc .info_tbl_desc_item { font-size: 15px; }
	.info_tbl_desc .info_tbl_desc_item::before{ font-size: 15px; }

	.info_tbl_02 table thead tr td { font-size: 16px; }
	.info_tbl_02 table tbody tr td { font-size: 16px; }
	.info_tbl_02 table thead tr td { height: 40px; }
	.info_tbl_02 table tbody tr td { height: 40px; }

	.rental_form_group .rental_form_item .rental_form_data select { font-size: 15px; }
}


@media (max-width: 1279px) and (min-width: 1024px) { 
	.rental_form_group .rental_form_item .rental_form_data.date .date_box { width: 250px; }
	.rental_form_group .rental_form_item .rental_form_data.date input { width: 250px; }
	.rental_form_group .rental_form_item .rental_form_data input[type="text"].txt { width: 250px; }
	.rental_form_group .rental_form_item .rental_form_data.fo_cnt input.txt { width: 100px; }
	.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time input { width: 170px; letter-spacing: -0.8px; padding: 0px 30px 0px 10px; }
	.rental_form_group .rental_form_item .rental_form_data .rental_time_groups.time .time_box { width: 170px; }
	.rental_form_group .rental_form_item .rental_form_data .rental_time_bar { width: 20px; }
	.rental_txt textarea { height: 440px; }
	.schedule_space table tr td.schedule_space_time .schedule_space_time_item { font-size: 14px;  }
	.schedule_space table tr td.schedule_space_time .schedule_space_time_item img { width: 14px; margin-left: -8px; margin-top: -2px; }


	
}




/*
	@media (max-width: 479px){ 

	}

	@media (max-width: 749px) and (min-width: 480px) { 

	}

	@media (max-width: 1023px) and (min-width: 750px) { 

	}


	@media (max-width: 1279px) and (min-width: 1024px) { 

	}
*/