@charset "utf-8";

 /* 사이트 공통 CSS */
/* default font-family */

table {width:100%; border:0 none; border-collapse:separate; border-spacing:0;}
table, th, td {margin:0;padding:0;border:0 none;vertical-align: top;}

table.layoutTbl {width: 900px;}
table.layoutTbl table.conTbl {width: 100%;border-left: 1px solid #e5e5e5;border-top: 1px solid #e5e5e5;}
table.layoutTbl table.conTbl th,
table.layoutTbl table.conTbl td {padding: 5px 0;border-right: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;text-align: center; color:#353535; font-size:15px; }
table.layoutTbl table.conTbl th {background-color:#b9687f; color:#fff;}
table.layoutTbl table.conTbl thead th {background-color:#e8ebf3;}
table.layoutTbl table tr td a {display:block;}

.bg1 { background-color:#f2f2f2; }