.officekit {
    padding: 50px 100px;
    font-family: 'Montserrat','Noto Sans KR','나눔고딕',NanumGothic,'맑은 고딕',Malgun Gothic,'돋움',Dotum,'굴림',Gulim,HelveticaNeue-Light,AppleSDGothicNeo-Light,sans-serif;
}
.officekit-img {
    text-align: center;
}
.officekit-img img {
    width: 50%;
}
table {
    border-collapse: collapse;
    width: 100%;
}
table th {
    background-color: #4b4b4b;
    color: #fff;
    font-weight: 500;
    font-size: 0.9rem;
    text-align: center;
}
table th, table td {
    border: 1px solid #d4d4d4 !important;
    padding: 3px 10px !important;
    height: 20px !important;
}
/*
th:nth-child(2), td:nth-child(2), th:nth-child(4), td:nth-child(4) {
	width: 15%;
}
th:nth-child(1), td:nth-child(1), th:nth-child(3), td:nth-child(3) {
	width: 35%;
}
*/
td:nth-child(2), td:nth-child(4) {
    text-align: center;
}
h3 {
    margin-bottom: 10px;
    font-size: 1rem;
}
.td-img-01, .td-img-02 {
    text-align: center;
}
.td-img-01 img {
    width: 200px;
    border-radius: 5px;
}
.td-img-02 img {
    width: 120px;
    border-radius: 5px;
}
table {
    border-color: #fff !important;
    font-size: 0.8rem !important;
}
td {
    font-size: 0.9rem;
    font-weight: 400;
}
.class th {
    text-align: center;
}
#tableHtml {
	margin-top: 0px;
}