@charset "utf-8";

/* 페이지 빠른상담문의 */
#inc_request {width:90%;margin:30px auto 50px;font-size:13px;color:#777}
#inc_request  * {box-sizing:border-box}
#inc_request h3 {margin-bottom:10px;font-size:11px;font-weight:bold;letter-spacing:3px;text-align:center;color:#aaa;text-transform:uppercase}
#inc_request h2 {margin-bottom:20px;font-size:17px;font-weight:bold;color:#333;text-align:center}
#inc_request h2 i {padding-left:5px;font-size:13px;color:#999}
#inc_request form {text-align:center}
#inc_request input[type=text] {width:32%;height:50px;padding:0 15px;margin-right:1%;border:1px solid #ddd;border-radius:3px;behavior:url(/js/PIE.htc);background-color:#fff}
#inc_request input[type=submit] {width:32%;height:50px;border:none;border-radius:3px;behavior:url(/js/PIE.htc);font-weight:bold;color:#fff;cursor:pointer;background:#a4191c}
#inc_request .agree { margin-top:10px;padding-right:3px;text-align:right}

/* 모바일 */
#inc_request.inc_m {width:95%;margin-top:0}
#inc_request.inc_m input[type=text] {width:100%;height:40px;margin-right:0;margin-bottom:10px}
#inc_request.inc_m input[type=submit] {width:100%;height:40px;}
