
/* 온라인상담 */
.table_inquiry {width:100%; margin-top:20px; border-top:2px solid #0e61b0; border-left:1px solid #ececec; border-right:1px solid #ececec; } /* table 상단 컬러 변경 */
.table_inquiry th {width: 120px; padding: 8px 0 8px 30px; background-color:#f6f5f5; border-bottom:1px solid #ececec; color:#666; font-weight:bold; text-align:left;}
.table_inquiry th span {color:#ff0000;}
.table_inquiry td {border-bottom:1px solid #ececec;  padding:8px 30px; line-height:34px; }
.table_inquiry td img {margin-bottom:-4px;}
.inquiry_txt {border:1px solid #c7c7c7; width:95%; padding:10px; background-color:#f7f7f7;} 

.input_inquiry {border:1px solid #c7c7c7; padding:0 0 0 5px; background-color:#f7f7f7;}

.inquiry_btn {text-align:center; margin:20px 0 0 0;} 
.inquiry_btn a{display:inline-block; width:15%; height:30px; line-height:30px; background-color:#0e61b0; color:#fff; border:1px solid #ccc; text-align:center; font-weight:bold; font-size:12px; margin:0 5px; border-radius:15px; } /* 버튼 컬러 변경 */
.inquiry_btn a:hover{display:inline-block; background-color:#699ed0; color:#fff; text-decoration:none;} /* 버튼 오버했을 시 컬러 변경 */