/*
	border:1px solid red;
	border:1px solid blue;
*/


.reservation-wrap {
	display: flex;
	flex-direction: row;
	width: 100%;
	max-width: 1700px;
	margin: 0 auto;
	gap: 40px;
}

.reservation-left {
	width: 50%;
}

.reservation-right {
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}



.book_wrap {
    color: #111111;
    padding: 150px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    text-align: center;
}

.book_wrap .required {
    color: red;
    font-size: 14px;
    text-align: right;
    width: 100%;
    max-width: 1140px;
    font-weight: 300;
}

    .book_wrap .notice-title-wrap {
        width: 100%;
        max-width: 1170px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

        .book_wrap .notice-title-wrap .notice-subtitle {
            letter-spacing: 10px;
        }

    .book_wrap .tit {
        width:100%;
        text-align:left;
        margin-bottom:20px;
    }


    .book_wrap .result {
        margin: 15px;
        line-height: 30px;
    }

.select_wrap,
.inform_wrap,
.agree_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 900px;
    margin-top: 50px;
    text-align: left;
}



    .select_wrap .select_box,
    .inform_wrap .inform_list .inform_box {
        display: flex;
        padding: 40px 25px 0 25px;
        width: 100%;
        align-items: center;
    }

    .select_wrap .select_box {
        border-top: 1px solid #e4e4e4;
    }


        .select_wrap .select_box .ctn select {
            width: 100%;
            height: 50px;
            border: 1px solid #eeeeee;
            border-radius: 5px;
            padding: 7px;
            font-size: 14px;
            background: #fafafa;
        }

            .select_wrap .select_box .ctn select:focus {
                outline: none;
                box-shadow: 0px 0px 0px 1px #9fd4d8;
                background: #fff;
                transition: .3s;
            }


    .inform_wrap .inform_list {
        width: 100%;
        border-top: 1px solid #e4e4e4;
    }
        /*.inform_wrap .inform_list .inform_box {
            border-bottom: 1px solid #e4e4e4;
        }*/

        .select_wrap .select_box .sub_tit,
        .inform_wrap .inform_list .inform_box .sub_tit {
            width: 18%;
            font-size: 16px;
            color: #666;
        }
        .select_wrap .select_box .ctn,
        .inform_wrap .inform_list .inform_box .ctn {
            width: 82%;
        }

        .inform_wrap .inform_list .inform_box .ctn  {
        }

            .inform_wrap .inform_list .inform_box .ctn .auto {
                width: 100%;
            }

                .inform_wrap .inform_list .inform_box .ctn .auto .captcha {
                    display: flex;
                    align-items: end;
                }

                .inform_wrap .inform_list .inform_box .ctn .auto input {
                    margin-top: 15px;
                    width: unset;
                }

                .inform_wrap .inform_list .inform_box .ctn .auto .captcha i {
                    margin-left: 5px;
                    border: 1px solid #ddd;
                    padding: 7px;
                    border-radius: 5px;
                    cursor: pointer;
                }

                .inform_wrap .inform_list .inform_box .ctn .auto .captcha img {
                }

                .inform_wrap .inform_list .inform_box .ctn .auto .captcha i:hover {
                    background: #f1f1f1;
                }
            .inform_wrap .inform_list .inform_box .number {
                display: flex;
                gap: 3px;
                align-items: center;
            }

            .inform_wrap .inform_list .inform_box .editor {
                width: 100%;
            }

        .inform_wrap .inform_list .inform_box .ctn input {
            width: 100%;
            height: 50px;
            padding: 0 10px;
            border: 1px solid #eeeeee;
            box-sizing: border-box;
            border-radius: 7px;
            color: #444;
            font-size: 16px;
            background: #fafafa;
        }

            .inform_wrap .inform_list .inform_box .ctn input::placeholder {
                color: #b3b3b3;
            }



            .inform_wrap .inform_list .inform_box .ctn.date input {
                width: unset;
            }

                .inform_wrap .inform_list .inform_box .number input {
                    max-width: 100px;
                }


            .inform_wrap .inform_list .inform_box .ctn input:focus {
                outline: none;
                box-shadow: 0px 0px 0px 1px #9fd4d8;
                background: #fff;
                transition: .3s;
            }


                .inform_wrap .inform_list .inform_box .ctn textarea {
                    width: calc(100% - 8px);
                    height: 150px;
                    resize: none;
                }

    .agree_wrap .txt {
        width: 100%;
        border-top: 0;
        box-sizing: border-box;
        font-size: 14px;
    }

        .agree_wrap .txt .agree_txt {
            width: 100%;
            height: 170px;
            overflow: auto;
            font-size: 15px;
            padding: 20px;
            scrollbar-width: none;
            background: #f7f7f7;
            border-radius: 20px;
        }


        .agree_wrap .txt .check2 {
            font-size: 1.1rem;
            margin-top: 20px;
            text-align: right;
        }

            .agree_wrap .txt .check2 input[type="checkbox"] {
                display: none;
            }

                .agree_wrap .txt .check2 input[type="checkbox"] + input + label {
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    border: 2px solid #85bbbf;
                    position: relative;
                    vertical-align: middle;
                    margin-right: 10px;
                }

            .agree_wrap .txt .check2 input:checked + input + label::after {
                content: '';
                font-size: 25px;
                width: 20px;
                height: 20px;
                text-align: center;
                position: absolute;
                left: -2px;
                top: -2px;
                background: url(/UploadFile/main/check.jpg);
                /*background-color: #85bbbf;*/
                background-position: 50% 50%;
                background-size: 100%;
            }

            .agree_wrap .txt .check2 label {
                cursor: pointer;
                vertical-align: middle;
            }

.confirm_btn {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 50px;
    justify-content: center;
}

    .confirm_btn button {
        padding: 15px 50px;
        color: #fff;
        font-weight: 600;
        border: 0;
        font-size: 16px;
        cursor: pointer;
        border-radius: 50px;
    }
        .confirm_btn button.submit {
            background: #65b6bc;
        }

.ctn {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
}

.ctn input[type="radio"] {
	display: none;
}

.ctn label {
	padding: 7px 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
	background: #fff;
	transition: 0.2s;
}

.ctn input[type="radio"]:checked + label {
	background-color: #2196f3;
	color: #fff;
	border-color: #2196f3;
	font-weight: bold;
}




@media (min-width: 768px) and (max-width: 1024px) {
	.book_wrap {
		padding:120px 20px;
	}
	.select_wrap .select_box .ctn, select {
		height: 45px;
	}
}



@media (max-width: 767px) {
    .book_wrap {
        padding: 100px 20px;
    }

    .inform_wrap .inform_list .inform_box .ctn input {
        width:100%
    }

    .inform_wrap .inform_list .inform_box .ctn .number input {
        width: 29%
    }

    .select_wrap .select_box .sub_tit,
    .inform_wrap .inform_list .inform_box .sub_tit {
        width: 100%;
    }

        .inform_wrap .inform_list .inform_box .sub_tit {
            margin-bottom:10px;
        }

        .select_wrap .select_box .ctn,
        .inform_wrap .inform_list .inform_box .ctn {
            width: 100%;
        }
    .select_wrap .select_box .ctn, select {
        width: 100%;
        height: 45px;
    }

    .select_wrap .select_box,
    .inform_wrap .inform_list .inform_box {
        flex-direction: column;
        padding: 25px 10px 0 10px;
    }



    #smart_editor2 .se2_text_tool .se2_multy {
        position: relative !important;
    }

    #smart_editor2 {
        width: 100% !important;
    }

}

/* ¸ð¹ÙÀÏ ½ÃÀÛ */
/*
	border:1px solid red;
	border:1px solid blue;
*/
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.calendar-wrap {
	width: 100%;  margin: 40px auto;
}
.calendar-header {
	display: flex; justify-content: space-between; align-items: center;
	margin-bottom: 10px;
}
.calendar-title {
	font-size: 18px; font-weight: bold;
}
.calendar-nav {
	display: flex; justify-content: space-between; align-items: center;
	gap: 10px; margin-bottom: 10px;
}
#calendar {
	display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px;
}
.calendar-day {
	text-align: center; padding: 10px 0; border-radius: 5px; cursor: pointer;
}
.calendar-day.disabled {
	color: #bbb; background: #f2f2f2; pointer-events: none;
}
.calendar-day.today {
	border: 1px solid #65b6bc; font-weight: bold;
}
.calendar-day.active {
	background-color: #65b6bc;
	color: #fff;
	font-weight: bold;
}
.calendar-weekdays {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}
.calendar-weekdays div {
	padding: 6px 0;
	color: #555;
}




/*½ÅÃ»³»¿ë*/
.mo_reservation-info {
	margin-top: 30px;
}


.mo_section {
	margin-bottom: 20px;
}

.mo_label {
	font-weight: bold;
	margin-bottom: 5px;
}

.mo_required {
	color: red;
}

.mo_selected-date {
	background-color: #65B6BC;
	color: #fff;
	padding: 10px 15px;
	border-radius: 6px;
	display: inline-block;
	font-weight: bold;
	text-align:center;
	width:150px;
}
.mo_time-options,
.mo_visit-type {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.mo_time-options input[type="radio"],
.mo_visit-type input[type="radio"] {
	display: none;
}

.mo_time-options label,
.mo_visit-type label {
	display: inline-block;
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-radius: 6px;
	cursor: pointer;
	background: #fff;
	color: #333;
	transition: 0.2s;
	font-size: 14px;
}

.mo_time-options input[type="radio"]:checked + label,
.mo_visit-type input[type="radio"]:checked + label {
	background: #65B6BC;
	color: #fff;
	border-color: #65B6BC;
	font-weight: bold;
}


/* ÀÔ·Â¶õ */
.mo_section.left {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.mo_label {
	font-size: 14px;
	font-weight: 500;
	color: #333;
}

.mo_required {
	color: red;
}

.mo_input-line {
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 6px 0;
	font-size: 15px;
	background: none;
	outline: none;
	width: 100%;
}

.mo_input-line.textarea {
	resize: vertical;
	min-height: 60px;
}

.mo_select {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 14px;
	color: #333;
	background-color: #fff;
	appearance: none; /* ±âº» È­»ìÇ¥ Á¦°Å */
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='none'%20stroke='%23333'%20d='M0%200l2%202l2-2'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 10px;
}



/*°³ÀÎÁ¤º¸ Ãë±Þ ¹æÄ§*/
.mo_agree-wrap {
	margin-top: 60px;
}

.mo_label {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

.mo_agree-box {
	/*border: 1px solid #ccc;*/
	/*border-radius: 6px;*/
	padding: 12px;
	max-height: 200px; /* ³»¿ëÀÌ ±æ¸é ½ºÅ©·Ñ */
	overflow-y: auto;
}

.mo_agree-text {
	font-size: 14px;
	color: #333;
	line-height: 1.6;
	white-space: pre-line; /* ÁÙ¹Ù²Þ À¯Áö */
	margin-bottom: 12px;
}

.mo_agree-check {
	margin-top:20px;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
}

.mo_agree-check input[type="checkbox"] {
	accent-color: #2196f3;
	width: 18px;
	height: 18px;
}




/* ¸ð¹ÙÀÏ Àû¿ë */
@media (max-width: 767px) {
	.reservation-wrap {
		flex-direction: column;
		padding: 0 20px;
	}

	.reservation-left,
	.reservation-right {
		width: 100%;
	}

	.calendar-wrap {
		max-width: 400px;
	}
}


/* PC Àû¿ë */
@media (min-width: 768px) {
	.calendar-day {
		height: 70px;
		font-size: 16px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#prevMonthBtn, #nextMonthBtn, .goList{
		cursor: pointer;	
	}
}

