*{
    box-sizing: border-box;
}
.calcStyle{
    background-color: antiquewhite;
    text-align: right;
    font-size: 1.6rem;
}

input {
    padding: 7px;
}

table {
    /* margin:auto; */
    /* 가로 방향 여백을 알아서 자동 설정 (양쪽 값 동일하게)
    table의 너비가 100%보다 작을 때 가능 */
    border-collapse: 10px;
}
.centerset{
    text-align: center;
    justify-content: center;
    display: flex;
}

select {
    padding: 20px;
}

.tablesets {
    padding: 7px 60px 7px 60px;
    border: 1px solid red;
}

.titleTr {
    background-color: brown;
    color: aliceblue;
}

.eleFont {
    font-weight: 500;
}