@charset "utf-8";
#inc06{padding:60px 0;background:linear-gradient(70deg, #00b09b,var(--emerald))}
#inc06 .inner{display:flex;align-items:flex-end}
#inc06 .inner > div{width:50%}
#inc06 .all_tit_wrap06{margin-bottom:0}
#inc06 .all_tit_wrap06 .b_tit{font-size:30px;color:#fff}
#inc06 .all_tit_wrap06 .txt{color:#fff}
#inc06 .reserve_box{color:#fff}
#inc06 .reserve_box .top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;font-size:13px}
#inc06 .reserve_box .top .t_r_check{display:flex;align-items:center}
#inc06 .reserve_box .top .t_r_check > a{margin-right:5px;color:rgba(255,255,255,.5);cursor:pointer}
#inc06 .reserve_box .top .t_r_check input{accent-color:#81ccd1;border-radius:3px;background:#81ccd1}
#inc06 .reserve_box .bot{display:flex;flex-wrap:wrap}
#inc06 .reserve_box .bot .b_box{overflow:hidden;width:49%;height:55px;margin-right:2%}
#inc06 .reserve_box .bot .b_box:nth-child(2n){margin-right:0}
#inc06 .reserve_box .bot .b_box:nth-child(n+3){margin-top:10px}
#inc06 .reserve_box .bot .b_box label{display:none}
#inc06 .reserve_box .bot .b_box input[type="text"]{width:100%;height:100%;padding:0 20px;background:rgba(10,130,137,0.4);outline:0;border:0;border-radius:5px;font-size:14px;color:#fff;box-sizing:border-box}
#inc06 .reserve_box .bot .b_box input::placeholder{font-size:14px;color:rgba(255,255,255,.5)}
#inc06 .reserve_box .bot .b_box textarea{overflow:hidden;width:100%;height:55px;resize:none;padding:20px 20px;background:rgba(10,130,137,0.4);border:0;border-radius:5px;font-size:14px;color:#fff;box-sizing:border-box}
#inc06 .reserve_box .bot .b_box textarea::placeholder{color:rgba(255,255,255,.5)}
#inc06 .reserve_box .bot .btn_box .btn{width:100%;height:100%;border-radius:5px;background:#1d494c;font-size:15px;color:#fff;transition:all .5s}
#inc06 .reserve_box .bot .btn_box .btn:hover{background:rgba(29,73,76,.9)}