* {
    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;
    flex-direction: column;
}

select {
    padding: 20px;
}

.tablesets {
    padding: 20px 80px;
    border: 1px solid red;
    background-color: aliceblue;
    color: black;
}

.titleTr {
    background-color: brown;
    padding: 20px 60px;
    color: #fff;
}

.eleFont {
    font-weight: 500;
}