@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}

/* 반응형 [s] */
@media (hover:hover){
#inc06 .reserve_box .bot .btn_box .btn:hover{background:rgba(29,73,76,.9)}
}
@media (max-width:1200px){
#inc06{padding:100px 20px}
#inc06 .all_tit_wrap06{text-align:center !important;margin-bottom:60px}
#inc06 .inner{flex-direction:column}
#inc06 .inner > div{width:100%}
#inc06 .inner > form{width:100%}
}
@media (max-width:768px){
#inc06{padding:80px 20px}
#inc06 .all_tit_wrap06{ margin-bottom:50px}
#inc06 .all_tit_wrap06 .b_tit{font-size:25px}
}
@media (max-width:580px){
#inc06 .all_tit_wrap06 .b_tit{font-size:23px}
#inc06 .reserve_box .bot .b_box input[type="text"]{padding:0 15px;font-size:13px}
#inc06 .reserve_box .bot .b_box input::placeholder{font-size:13px}
#inc06 .reserve_box .bot .b_box textarea{font-size:13px}
#inc06 .reserve_box .bot .b_box textarea::placeholder{font-size:13px}
#inc06 .reserve_box .bot .b_box textarea{padding:20px 15px}
#inc06 .reserve_box .bot .btn_box .btn{font-size:14px}
}
@media (max-width:480px){
#inc06{padding:60px 20px}
#inc06 .reserve_box .bot .b_box{width:100%;margin-right:0}
#inc06 .reserve_box .bot .b_box:nth-child(n+2){margin-top:10px}
}
@media (max-width:390px){
#inc06 .all_tit_wrap06 .b_tit{font-size:18px}
}
/* 반응형 [e] */