@charset "utf-8";
/* SIR 지운아빠 */

/* 새글 스킨 (latest) */
.lt_pc {margin-left:20px}
.lt {position:relative;}
.lt strong {font-size:1.4em;}
.lt ul {margin:0;padding:5px 10px;list-style:none; border:solid 1px #ddd; border-radius:0 0 10px 10px}
.lt li {padding:10px 0; border-bottom:solid 1px #eee;}


.lt li:last-child {border-bottom:0;}
.lt .lt_title {display:block; padding:5px 10px; background-color:#11337e; border-radius:10px 10px 0 0;}
.lt .lt_title a {color:#fff;}
.lt .lt_more {position:absolute;top:9px;right:10px}
.lt .lt_more a {color:#fff;}
.lt .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}

/*
.lt {}
.lt table {width:100%; border:solid 1px #ddd; background-color:#fff;}
.lt table tr {border-bottom:solid 1px #ddd;}
.lt table tbody tr:last-child {border-bottom:0;}
.lt table th {background-color:#11337e; color:#fff;}
.lt table td {}
.lt table td:nth-child(2) {color:#f00; font-weight:bold;}
.lt table th, .lt table td {font-size:1.1em; border-right:solid 1px #ddd; text-align:center; padding:10px;}
.lt table th:last-child, .lt table td:last-child {border-right:0;}
.lt table th.th_1 {width:10%;}
.lt table th.th_2 {}
.lt table th.th_3 {}
.lt table th.th_4 {}
*/

.scd {width: 100%; overflow:auto;}
.scd table {
    width: 100%;
    border-collapse: collapse;
	white-space:nowrap;
	border: 1px solid #ccc;	
	background-color:#fff;
}
.scd table tr th{    
    background: #11337e;
    color: #fff;
    padding: 16px 4px;
	text-align: center;
	 font-size: 1.2em;
	 border: 1px solid #ccc;
}
.scd table tr td {
    border: 1px solid #ccc;
    padding: 14px;
    line-height: 1.35;
	text-align: center;
    font-size: 1.2em;
}
.scd table tr td:nth-child(2) {color:#f00; font-weight:bold;}











