.ddayTitle, .ddayWrap {
    text-align: center;
}

.ddayTitle {
    margin: 30rem 0 50rem;
    color: chocolate;
}

.ddayWrap {
    color: #646464;
}

.ddayWrap>span {
    color: #f56d6d;
    text-decoration: underline;
}

table {
    border-collapse: collapse;
    width: 100%;
    border: 0;
    font-family: "Nanum Myeongjo", serif;
    font-weight: normal;
}

th {
    border: 0;
    padding-bottom: 22px;
    color: #9e9e9e;
}

td {
    text-align: center;
    aspect-ratio: 1/1;
    width: calc(100%/7);
    border: 0;
    position: relative;
}

td>div {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
}

#dday {
    background-color: pink;
    color: white;
    border-radius: 50%;
    margin: 10px;
}

.caltime {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12rem;
    color: red;
    display: block;
    width: 100%;
    font-family:  "Noto Sans KR", sans-serif;
}