
































.prog_body{
	display: none;
	height: 100%;
}

.prog_body.active{
	display: block;
}

.sliding_folder_contents{
	height: 100%;
	height: calc(100% - 300px);
}


.prog_col_box{
	display: flex;
	height: 100%;
}

.prog_col{
	width: 100%;
}


.prog_col .folder_bottom{
	height: 100%;
}

.search_toast .prog_col:nth-child(2){
	/* overflow-y: auto; */
	/* height: calc(100% - 202px); */
}


.search_layer[data-mode="single"] .progress_circle{
	display: none;
}

.check-mark-bottom input::placeholder{
	color: #ff9231;
   font-size: 14px;
   font-weight: 700;
}




.progress_wrap{
	position: absolute;
	right: 35px;
	top: 35px;
	z-index: 1;
}



.check-mark-bottom input{
	color: #ff9231;
	font-size: 14px;
	font-weight: 700;
	background: transparent;
	border:none;
	padding:0;
	width:90px;
}



/* .prog_body #room_tot_num{
	font-size: 18px;
	line-height: 1.4;
	padding-right: 5px;
	font-weight: 700;
} */




#calendar_layer{
	display: none;
}






.schedule_layer {
	display: block;
	width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(118, 127, 159, 0.5);
    z-index: 3000000;
}


.schedule_layer .schedule_modal {
    width: 800px;
    height: 90vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background-color: #fcfcfc;
}
.schedule_layer .schedule_header {
    position: relative;
    height: 8%;
}
.schedule_layer .schedule_close {
    cursor: pointer;
    top: 20px;
    right: 20px;
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #4F5D75;
    mask: url(../images/close_small_img.svg) no-repeat center/contain;
    -webkit-mask: url(../images/close_small_img.svg) no-repeat center/contain;
}
.schedule_layer h2 {
    font-size: 21px;
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
}

.schedule_layer .calendar_inner {
    position: relative;
    height: 500px;
    overflow: hidden;
    overflow-y: auto;
}
.schedule_layer .calendar_inner .s_title {
    font-weight: 600;
    line-height: 1.5;
    color: #333333;
    font-size: 20px;
    text-align: center;
    margin-top: 40px;
}
.schedule_layer .left_btn {
    position: absolute;
    top: 40px;
    left: 20px;
    cursor: pointer;
    box-shadow: 0px 0px 5px #969696;
    border-radius: 50%;
}
.schedule_layer .right_btn {
    position: absolute;
    top: 40px;
    right: 20px;
    cursor: pointer;
    box-shadow: 0px 0px 5px #969696;
    border-radius: 50%;
}
.schedule_layer .calnder_table {
    width: 95%;
    border-collapse: collapse;
    margin: 0 auto;
}
.schedule_layer .calnder_table tr th {
    font-size: 14px;
    color: #023167;
    height: 4.5em;
    width: 14%;
}
.schedule_layer .calnder_table tr td {
    font-size: 14px;
    color: #333333;
    text-align: left;
    height: 4.5em;
    padding: .2em;
/*    cursor: pointer;*/
}
.schedule_layer .calnder_table .calCell {
    border: 1px solid #dcdcdc;
    width: 100%;
    height: 100%;
    display: block;
    padding-left: 5px;
    padding-top: 5px;
	padding-right:5px;
    box-sizing: border-box;
}
.schedule_layer .calnder_table .time_list li {text-align:right;}
.schedule_layer .calnder_table .time_list li:hover {background: #0033ff; color:#fff}
.schedule_layer .calnder_table tr td span:hover {
    background: #ff9231 !important;
    color: #ffffff !important;
}
.schedule_layer .option_text {
    padding-left: 10px;
    padding-right: 10px;
}
.schedule_layer .option_text p{
	width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 20px 0;
	}
.schedule_layer #save_btn {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    background-color: #ff9231;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    transition: all 0.2s ease-in-out;
	cursor:pointer;
}





.modal_box{
	 display: none;
	 width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(118, 127, 159, 0.5);
    z-index: 3000000;
}

.modal{
	width: 800px;
   height: 80vh;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
	border-radius: 10px;
	background-color: #fcfcfc;
}

.modal_close {
	 cursor: pointer;
	 top: 20px;
	 right: 20px;
	 position: absolute;
    width: 24px;
    height: 24px;
    background-color: #4F5D75;
    mask: url(../images/close_small_img.svg) no-repeat center/contain;
    -webkit-mask: url(../images/close_small_img.svg) no-repeat center/contain;
}


.modal_header{
	position: relative;
	height: 8%;
}

.modal_footer{
	height: 8%;
}





#golfSubmitModal .modal{
	height: auto;
}


#total_view{
	padding: 0 50px;
}



















ul#autocom_box{
	position: absolute;
	background: #fff;
	width: 100%;
	z-index: 10;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .07);
	border-radius: 0 0 10px 10px;

}

ul#autocom_box li{
	font-size: 0.88rem;
	color: #636363;
	padding: 12px 20px 12px 20px;
	border-bottom: 1px solid #f7f7f7;
	cursor: pointer;
}

ul#autocom_box li:hover{
	background: #f3f3f3;
}

ul#autocom_box li i{
	color: #c9c9c9;
	margin-right: 12px;
	font-size: 12px;
}








@media screen and (max-width: 800px) {
  .modal_box_layer ul {
    margin-top: 0px;
    padding: 20px;
  }
	.modal{
		position: absolute;
    	overflow: visible;
    	z-index: 310;
    	width: 100vw;
    	height: 100vh !important;
    	min-height: 500px;
		background-color: #fcfcfc;
		border-radius: 0;
	}
	.jeju_golf_secti .jg_total_amount {
    text-align: right;
    font-weight: 700;
    padding: 10px 0;
    border-bottom: 1px solid #E5E9F4;
}

	.revocation {
	padding-right: 50px;
    text-align: right;
	font-size: 14px;
	}

.guide-item01 {
    padding: 0px 20px;
    height: 100px;
    overflow: hidden;
    overflow-y: auto;
}
.guide-item01 .title-1{
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
    font-weight: 700;
}
.guide-item01 .t1{
    font-size: 14px;
    text-align: left;
    font-weight: 700;
    padding-left: 20px;
}
.guide-item01 .guide_ul{
    padding: 0px 25px;
}
.guide-item01 .guide_ul li{
    font-size:12px;
	padding: 0px;
}


.schedule_layer .schedule_modal {
    position: absolute;
    overflow: visible;
    z-index: 310;
    width: 100vw;
    height: 100vh !important;
    min-height: 500px;
    background-color: #fcfcfc;
    border-radius: 0;
}
.schedule_layer .calnder_table tr td {
    font-size: 12px;
}

.schedule_layer .option_text {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    overflow-y: auto;
    height: 100px;
}



}






@media screen and (max-width: 800px) {


  .prog_col_box{
	  display: block;
  }


}

