/* 수상실적 */
#lnb_1040 .table>:not(:first-child) {
    border-top: 2px solid currentColor;
}
#lnb_1040 .table .w-20 {
    width: 20%;
}
#lnb_1040 .table .bs-mm {
    font-size: 35px;
    line-height: 1.3;
    font-weight: 600;
}
#lnb_1040 .table>:not(caption)>*>* {
    vertical-align: middle;
}
#lnb_1040 .table .subject {
    text-align: left;
}
#lnb_1040 .table.caption-top {
margin-top: 90px;
}
#lnb_1040 .table caption {
    padding-top: 0;
    padding-bottom: 0;
}
#lnb_1040 .table .td-active {
    background-color: #FAFAFA;
    font-size: 1.145rem;
}
#lnb_1040 .table {
    font-size: 1.145rem; 
}
#lnb_1040 .table .w-20 {
    width: 300px;
}
#lnb_1040 .table>:not(caption)>*>* {
    text-align: center;
    vertical-align: middle;
}

/*데스크탑, 와이드*/
@media all and (max-width:1280px) {

}

/*타블렛 가로, 노트북*/
@media screen and (max-width: 1024px) {
	#lnb_1040 .table .w-20 {
		width: 20%;
	}
	#lnb_1040 .table .td-active {
		font-size: 16px;
	}
	#lnb_1040 .table td {
		font-size: 16px;
	}
}

/*모바일 가로, 타블렛 세로*/
@media screen and (max-width: 768px) {
}

/*모바일 세로*/
@media screen and (max-width: 480px) {

}