@charset "utf-8"; 

/* 실시간 문의 */

.j_online_box{ width:100%;}
.j_online_box input[type=text] { border: 1px solid #ddd;
    height: 38px;
    width: 70%;
}
.j_online_box input[type=checkbox] {
	width:15px; height:15px;
}
.j_online_box textarea { border:1px solid #c2c2c2; text-align:left; width:97%; -webkit-border-radius:0;
	-webkit-appearance: none; padding:10px; line-height: 24px;
    font-size: 16px;}
.select_ico { height:15px !important; width:15px !important;}
.j_online_box tr { border-bottom:1px solid #cdcdcd; }
.j_online_box tr:nth-child(1) { border-top:1px solid #cdcdcd; }
.j_online_box th, .j_online_box td { border:1px solid #ddd;}
.j_online_box th {background: #f9f9f9;
    font-size: 22px;
    color: #333;
    text-align: center; /* padding:0 10px; */} 
.j_online_box td { padding:10px;   font-size: 16px;
    color: #666;}
.j_online_box input[type="button"] { border:0; background:#888; color:#fff; font-weight:600; height:25px; vertical-align:middle; width:90px; padding:0;}
.j_online_box ul{ list-style:none;}
.j_online_box div{ padding:6px 10px; background:#888; color:#fff;
cursor:pointer; width:155px;}
.j_online_box ul { margin:0; padding:0;}
.j_online_box ul>li{ font-size:16px; margin:10px 0; }
.j_online_box ul>li:last-child{ color:#666; margin:0;}

.online_list_btn{width:100%; text-align:center;}
.online_list_btn input[type="button"]{    display: inline-block;
    width: 49%;
    line-height: 50px;
    background: #004faa;
    color: #fff;
    font-size: 17px;
    text-align: center;
    border: none;
    width: 192px;}


/* 공통 */
.w100 { width:100%;}
.w20 { width:20% !important; } 
.w24 { width:24% !important; } 
.w40 { width:40% !important; }
.w60 { width:60% !important; }
.w13 { width:13px !important; }
.w15 { width:15% !important; } 
.h200 { height:200px;}
.h13 { height:13px !important;}
.w5{ width:5% !important; }
.mr5 {margin-right:5px !important; }
.mr10 {margin-right:10px !important; }
.mb70 { margin-bottom:70px;}
.mb30 { margin-bottom:30px;}
.mt70 { margin-top:50px;}
.m3 {margin:0 3px !important; }