body {
    font-family: 'Noto Sans KR', sans-serif;
}
.sm-nav-top {
    right: 0px;
    position: fixed;
    bottom: 100px;
    z-index: 1;
    cursor: pointer;
}
.ek-form-login .error {
    font-size: 0.85rem;
    color: red;
}

.ek-color-year {
    color: #f4b627;
}
.ek-color-month {
    color: #6be2b9;
}
.ek-color-week {
    color: #6175f6;
}
.ek-color-today {
    color: black;
}
.ek-color-same-year {
    color: #c6d7e2;
}
.ek-color-stage2-2 {
    color: #ff678d;
}
.ek-bg-color-year {
    background-color: #f4b627;
}
.ek-bg-color-month {
    background-color: #6be2b9;
}
.ek-bg-color-week {
    background-color: #6175f6;
}
.ek-bg-color-today {
    background-color: black;
}
.ek-bg-color-same-year {
    background-color: #c6d7e2;
}
.ek-bg-color-stage1 {
    background-color: #49c3fa;
}
.ek-bg-color-stage2 {
    background-color: #6be2b9;
}
.ek-bg-color-stage3 {
    background-color: #f4b627;
}
.ek-bg-color-stage4 {
    background-color: #6175f6;
}
.ek-bg-color-stage2-2 {
    background-color: #ff678d;
}
.ek-chart.single-chart {
    justify-content: space-around;
}
.circular-chart {
    display: block;
    margin: 0 auto;
    max-width: 80%;
    max-height: 250px;
}
.circle-bg {
    fill: none;
    stroke: white;
    stroke-width: 2.5;
}
.circle {
    fill: none;
    stroke-width: 2.5;
    animation: progress 1s ease-out forwards;
}
.circular-chart.orange .circle {
    stroke: #6175f6;
}
.percentage {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 0.5em;
    font-weight: 500;
    text-anchor: middle;
}
.percentage-title {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 0.15em;
    text-anchor: middle;
}

.ek-my-calendar .custom_calendar_table {
    width: 100%;
}
.ek-my-calendar .custom_calendar_table td {
    text-align: center;
}
.ek-my-calendar .custom_calendar_table thead.cal_date th {
    font-size: 1.5rem;
    color: #777;
    padding-bottom: 2rem;
}
.ek-my-calendar .custom_calendar_table thead.cal_date th button {
    font-size: 1.5rem;
    background: none;
    border: none;
}
.ek-my-calendar .custom_calendar_table thead.cal_week th {
    color: #999;
    font-size: 1.25rem;
    font-weight: 600;
    padding-bottom: 1rem;
}
.ek-my-calendar .custom_calendar_table thead.cal_week th:nth-child(1),
.ek-my-calendar .custom_calendar_table thead.cal_week th:nth-child(7) {
    color: red;
}
.ek-my-calendar .custom_calendar_table tbody td {
    cursor: pointer;
    font-size: 1.1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.ek-my-calendar .custom_calendar_table tbody td.select_day > div {
    background-color: #6175f6;
    border-radius: 1000px;
    color: #fff;
    margin: 0 auto;
    padding: 3px;
    width: 50px;
}
