@charset "UTF-8";




/* reserve 시작 */
.reserve{padding-top: 140px;background: url(/img/community/c2_bg.png)no-repeat center /cover;}
.reserve .sub_con{max-width: 995px;}
.reserve .com1_con_form{margin-top: 90px;}
.reserve .com1_con_form form{display: flex;flex-direction: column;gap: 30px;color: #fff;}
.reserve .com1_con_form .form_group1{display: grid; grid-template-columns: repeat(2,1fr);gap: 30px;}
.reserve .com1_con_form .form_group1_input{height: 63px;box-sizing: border-box; border-radius: 10px;background-color: #ffffff3f;padding: 18px 29px;display: flex;justify-content: space-between;align-items: center;font-size: 16px;}
.reserve .com1_con_form label{font-size: 16px;font-weight: 500;}
.reserve .com1_con_form .form_group1_input input[type="text"]{color: #fff; background-color: transparent; border: none;text-align: right;font-size: 16px;font-weight: 500;font-family: 'Noto Sans KR', sans-serif;}
.reserve .com1_con_form .form_group1_input input[type="text"]::placeholder{color: #f3f3f369;}
.reserve .com1_con_form .form_group1_input select{text-align: right; background: url(/img/community/com1_arr.png)no-repeat 100% 50% /5%; padding-right: 30px; background-color: transparent;border: none;font-size: 16px;color: #fff;}
.reserve .com1_con_form .form_group1_input select option{font-family: 'Noto Sans KR', sans-serif;font-size: 16px;color: #000;}
.reserve .form_group2{display: flex;flex-direction: column;gap: 30px;padding-bottom: 180px;}
.reserve .form_group2_input{border: 1px solid var(--orange); display: flex;gap: 10px; border-radius: 10px;background-color: #ffffff3f;padding: 18px 30px;}
.reserve .form_group2_input label{padding-top: 5px;}
.reserve .form_group2_input textarea{height: 80px; resize: none; font-family: 'Noto Sans KR', sans-serif; border: none; font-size: 16px;font-weight: 500;width: 100%;padding: 0;background-color: transparent;color: #fff;}
.reserve .form_group2_input textarea::placeholder{color: #f3f3f369;}
.reserve .form_check_group{display: flex;gap: 10px;align-items: center;justify-content: center;}
.reserve .form_check_group input{display: none;}
.reserve .form_check_group{}
.reserve .form_check_group{}
.reserve .form_check_group label{padding-left: 30px; font-size: 16px;cursor: pointer;position: relative;}
.reserve .form_check_group label::after{content: '';position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 20px;border-radius: 5px;background-color: #fff;height: 20px;}
.reserve .form_check_group label::before{ z-index: 3; content: '';filter: brightness(100); top: 50%;left: 3px;transform: translateY(-50%); position: absolute;width: 14px;height: 10px;background: url(/img/community/check.png)no-repeat center /contain;}
.reserve .form_check_group input:checked ~ label::before{filter: brightness(1);} 
.reserve .form_check_group label .color{color: #fff;}
.reserve .see_more{cursor: pointer;font-size: 16px;font-weight: 500;width: 108px;height: 26px;display: flex;align-items: center;justify-content: center;}
.reserve .form_submit{display: flex;justify-content: center;}
.reserve .form_submit button{border: none; cursor: pointer; width: 480px;transition: 0.4s; display: flex;align-items: center;justify-content: center;font-size: 18px;color: #fff;font-weight: 500;background-color: var(--orange);border-radius: 5px;height: 80px;}
.reserve .form_submit button:hover{filter: brightness(0.8);}

.reserve .c6_common_txt_group{color: #fff;}

.reserve .c6_common_txt2_1{margin-bottom: 10px; font-size: 20px;font-weight: 100;line-height: 1.2;letter-spacing: 4px;}
.reserve .com1_con_form .form_group1_input{height: 50px;border: 1px solid var(--orange);}

@media screen and (max-width:767px) {
    .reserve{padding-top: 70px;}
    .reserve .com1_con_form{margin-top: 47px;}
    .reserve .com1_con_form .form_group1{display: flex;flex-direction: column;gap: 20px;}
    .reserve .com1_con_form .form_group1_input{height: 50px;}
    .reserve .form_group2_input{height: 100px;box-sizing: border-box;}
    .reserve .form_group2_input textarea{height: 66px;}
    .reserve .com1_con_form form{gap: 20px;max-width: 500px;margin: 0 auto;}
    .reserve .form_group2{padding-bottom: 78px;}
    .reserve .form_submit button{max-width: 350px;}
    .reserve .com1_tit{margin-left: 0;width: 80%;margin: 0 auto;max-width: 500px;}
    .reserve .com1_con_form .form_group1_input input[type="text"]{max-width: 200px;box-sizing: border-box;}
    .reserve .com1_con_form .form_group1_input select{max-width: 200px;box-sizing: border-box;padding-right: 15px;}
    .reserve .form_group2_input textarea{max-width: 200px;}
    .reserve .c6_common_txt2_1{font-size: 12px;margin-top: 0px;letter-spacing: 2px;}

}


/* reserve 끝 */








@media screen and (max-width: 1250px) {
    
}

@media screen and (max-width: 769px) {
    
}