@charset "utf-8";

#quick_form{margin-top:60px}
#quick_form .inner{display:flex;align-items:flex-end}
#quick_form .inner > div{width:50%}
#quick_form .reserve_box{color:#fff}
#quick_form .reserve_box .bot{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;font-size:13px}
#quick_form .reserve_box .bot .t_r_check{display:flex;align-items:center;gap:10px;margin-top:15px;padding:8px 15px;border-radius:50pt;border:1px solid rgba(255,255,255,0.8);transition:all .4s}
#quick_form .reserve_box .bot .t_r_check:hover{border:1px solid rgba(255,255,255,1)}
#quick_form .reserve_box .bot .t_r_check > a{color:rgba(255,255,255,.8);cursor:pointer;transition:all .4s}
#quick_form .reserve_box .bot .t_r_check:hover > a{color:rgba(255,255,255,1)}
#quick_form .t_r_check input[type="checkbox"]{appearance:none;position:relative;display:flex;align-items:center;justify-content:center;width:13px;height:13px;border-radius:3px;background:rgba(17, 17, 17, 0.1);cursor:pointer}
#quick_form .t_r_check input[type="checkbox"]::before{content:'';width:100%;height:100%;text-align:center;white-space:pre}
#quick_form .t_r_check input[type="checkbox"]:checked::before{content:"\2714";color:#fff;font-size:9px}
#quick_form .t_r_check input[type="checkbox"]:checked{background:transparent}
#quick_form .reserve_box .top{display:flex;flex-wrap:wrap;gap:10px}
#quick_form .reserve_box .top .b_box{overflow:hidden;width:calc((100% - 10px) / 2);height:60px}
#quick_form .reserve_box .top .b_box label{display:none}
#quick_form .reserve_box .top .b_box input[type="text"]{width:100%;height:100%;padding:0 20px;background:rgba(17,17,17,0.1);outline:0;border:0;border-radius:5px;font-size:14px;color:#fff;box-sizing:border-box}
#quick_form .reserve_box .top .b_box input::placeholder{font-size:14px;color:rgba(255,255,255,.8)}
#quick_form .reserve_box .top .b_box textarea{width:100%;height:60px;resize:none;padding:23px 20px 15px;background:rgba(17,17,17,0.1);border:0;border-radius:5px;font-size:14px;color:#fff;box-sizing:border-box}
#quick_form .reserve_box .top .b_box textarea::placeholder{color:rgba(255,255,255,.8);line-height:1}
#quick_form .reserve_box .top .btn_box .btn{width:100%;height:100%;border-radius:5px;background:var(--dark);font-size:15px;color:#fff;transition:all .5s}
#quick_form .reserve_box .top .btn_box .btn:hover{background:#333}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus, select:active{box-shadow:none;border:none!important}
input[type=submit]:focus{outline:none}