@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
}

body{
    font-family: "Noto Sans KR", Sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #333;
}

ul, ol{
    list-style: none;
}

a{
    text-decoration: none;
}

img{
    vertical-align: top;
    border: 0;
}

.tleft p{
	word-break:keep-all;
	text-align: center;
	line-height: 34px;
}

#gspNewsGrid{
	margin-top: 20px;
}

#gspNewsGrid th{
	background-color: #eee;
}

#gspNewsGrid td{
	background-color: #fff;
}

#gspNewsGrid a{
	display: block;
    font-weight: bold;
    width: 100%;
}