@charset "utf-8";
#quick_form{width:530px;margin:0 auto}
#quick_form .reserve_box .top .t_r_check{display:flex;align-items:center;justify-content:flex-end;gap:5px;margin:20px 0 35px}
#quick_form .reserve_box .top .t_r_check > a{color:rgba(255,255,255,0.2);cursor:pointer;font-size:13px;transition:all .5s}
#quick_form .reserve_box .top .t_r_check > a:hover{color:rgba(255,255,255,0.7)}
#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-color:#474c53}
#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";transform:translateY(-2px);color:#fff;font-size:9px}
#quick_form #q_agree{cursor:pointer}
#quick_form .reserve_box .bot .b_box{display:flex;align-items:center;width:100%;height:75px;border-bottom:1px solid rgba(255,255,255,0.1)}
#quick_form .reserve_box .bot .b_box label{margin-right:45px;min-width:56px;color:#fff;font-weight:700;font-size:16px}
#quick_form .reserve_box .bot .b_box input[type="text"]{padding:0 20px;width:100%;height:100%;background:transparent;outline:0;border:0;border-radius:5px;font-size:14px;color:#fff}
#quick_form .reserve_box .bot .b_box input::placeholder{font-size:16px;color:rgba(255,255,255,0.2)}
#quick_form .reserve_box .bot .b_box textarea{overflow:auto;padding:15px 20px;width:100%;height:50px;resize:none;background:transparent;border:0;color:#fff;font-size:16px}
#quick_form .reserve_box .bot .b_box textarea::placeholder{font-size:16px;font-weight:400;color:rgba(255,255,255,0.2)}
#quick_form .reserve_box .btn_box .btn{width:100%;height:70px;border-radius:5px;background:#fff;color:var(--dark);font-weight:700;font-size:18px;transition:all .4s}
#quick_form .reserve_box .btn_box .btn:hover{background:var(--primary);color:#fff}
#quick_form input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus, select:active{box-shadow:none;border:none!important}
#quick_form input[type=submit]:focus{outline:none}