@charset "utf-8";


/* tab 전체 영역 */
.tab { margin: 20px 0 0; position: relative; width: 100%;}

/* tap 제목 영역 */
.tab-list { display: table-cell; text-align: center;}

/* tab 영역 */
.tab-link { width: 100px; padding: 5px 8px 5px 8px; background: #eaeaea; display: block; font-size: 12px; color: #999; border: 1px solid #eee; }

/* tab active */
.tab-list.active .tab-link { background: #dcdcdc; font-weight: bold; color: #000; }

/* border값 중복제거 */
.tab-list + .tab-list .tab-link { margin-left: 2px; }

/* 마우스오버시 스타일 */
.tab-link:hover { font-weight: bold; color: #000; }

/* 맞춤형 정보 강조문구 */
.red-write { color: red; }

/* 테이블 계좌번호정보 간격 */
.input-wrap { margin-top: 5px;}