* {
    box-sizing: border-box;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    scroll-behavior: smooth;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    background-color: #F6F7F8;
}

.allcontent {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
}

.content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 232px;
    width: calc(100% - 232px);
}

.small-menu-button {
    width: 56px;
    height: 56px;
    border: 3px solid #2A3647;
    border-radius: 100%;
    background-color: #FFFFFF;
    color: #29ABE2;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
}

.small-menu-button:hover {
    background-color: rgba(12, 46, 98, 0.12);
}

.help-img:hover {
    width: 24px;
    height: 24px;
}

.title__box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    margin-left: 96px;
    margin-top: 110px;
    margin-bottom: 56px;
}

.title__text-big {
    font-size: 61px;
    font-weight: 700;
    line-height: 73.2px;
}

.title-separator-text-small__box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 73px;
    gap: 30px;
}

.title__separator {
    width: 3px;
    height: 59px;
    background-color: #29abe2;
}

.title__text-small {
    font-size: 27px;
    line-height: 32.4px;
    font-weight: 400px;
}

.button-name-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
}

.all-button-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-left: 96px;
    flex-direction: column;
    width: 560px;
    height: 562px;
    gap: 36px;
}

.text-big-button-top-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.text-big-button-top {
    font-size: 64px;
    line-height: 76.8px;
    text-align: center;
    font-weight: 600;
    color: #000000;
}

.button-img {
    width: 69px;
    height: 69px;
}

.text-small-button-top {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
    color: #2A3647;
}

.button-middle-img-text-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.separator-button-middle {
    width: 2px;
    height: 102px;
    background-color: #D1D1D1;
}

.date-text-box {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 13px;
    width: 178px;
    height: 57px;
}

.button-middle-inside-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    width: 130px;
    height: 96px;
}

.button-top-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 560px;
    height: 168px;
    gap: 32px;
}

.transform-origin-right {
    transform-origin: right top;
}

.transform-origin-center-right {
    transform-origin: right center;
}

.transform-origin-left {
    transform-origin: left top;
}

.transform-origin-center-left {
    transform-origin: left center;
}

.button-top {
    padding: 38px 58px;
    gap: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: none;
    background-color: #FFFFFF;
    width: 264px;
    cursor: pointer;
    box-shadow: 0 0 4px 0 rgb(0, 0, 0, 0.1);
    transition: all 100ms ease-in-out;
}

.button-top:hover {
    background-color: #2A3647;
    box-shadow: 0 4px 4px 0 rgb(0, 0, 0, 0.25);
    transform: scale(1.07, 1.095);
}

.button-top:hover .text-big-button-top,
.button-top:hover .text-small-button-top {
    color: #FFFFFF;
}

.button-top:active {
    background-color: #F9F9F9;
    box-shadow: 0 4px 4px 0 rgb(0, 0, 0, 0.25);
    transform: scale(1.0, 1.0);
}

.button-top:active .text-big-button-top {
    color: #000000;
}

.button-top:active .text-small-button-top {
    color: #2A3647;
}

.button-middle {
    padding: 28px 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: none;
    background-color: #FFFFFF;
    width: 560px;
    cursor: pointer;
    box-shadow: 0 0 4px 0 rgb(0, 0, 0, 0.1);
    transition: all 100ms ease-in-out;
}

.button-middle:hover {
    background-color: #2A3647;
    box-shadow: 0 4px 4px 0 rgb(0, 0, 0, 0.25);
    transform: scale(1.0286, 1.095);
}

.button-middle:hover .text-big-button-top,
.button-middle:hover .text-small-button-top,
.button-middle:hover .deadline-date,
.button-middle:hover .text-small-button-middle {
    color: #FFFFFF;
}

.button-middle:active {
    background-color: #FFFFFF;
    transform: scale(1.0, 1.0);
    box-shadow: 0 4px 4px 0 rgb(0, 0, 0, 0.25);
}

.button-middle:active .text-big-button-top {
    color: #000000;
}

.button-middle:active .text-small-button-top,
.button-middle:active .deadline-date,
.button-middle:active .text-small-button-middle {
    color: #2A3647;
}

.button-middle-img-text-box {
    gap: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#priority-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.deadline-date {
    font-size: 20px;
    font-weight: 700;
    line-height: 25.2px;
    color: #2A3647;
}

.text-small-button-middle {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #2A3647;
}

.button-bottom-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    width: 560px;
}

.button-bottom {
    padding: 25px;
    gap: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: none;
    background-color: #FFFFFF;
    width: 168px;
    height: 168px;
    box-shadow: 0 0 4px 0 rgb(0, 0, 0, 0.1);
    transition: all 100ms ease-in-out;
    cursor: pointer;
}

.button-bottom:hover {
    background-color: #2A3647;
    box-shadow: 0 4px 4px 0 rgb(0, 0, 0, 0.25);
    transform: scale(1.095, 1.095);
}

.button-bottom:hover .text-big-button-top,
.button-bottom:hover .text-small-button-top {
    color: #FFFFFF;
}

.button-bottom:active {
    background-color: #FFFFFF;
    box-shadow: 0 4px 4px 0 rgb(0, 0, 0, 0.25);
    transform: scale(1.0, 1.0);
}

.button-bottom:active .text-big-button-top {
    color: #000000;
}

.button-bottom:active .text-small-button-top {
    color: #2A3647;
}

.name-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    word-break: normal;
    overflow-wrap: anywhere;
}

.daytime-text {
    font-size: 47px;
    font-weight: 500;
    line-height: 56.4px;
    color: #2A3647;
}

.name-text {
    font-size: 64px;
    font-weight: 700;
    line-height: 76.8px;
    color: #29ABE2;
}

.d-none {
    display: none;
}

.menu-box-mobile {
    display: none;
}

@media(max-width: 1450px) {
    .title__box {
        margin-left: 32px;
    }

    .all-button-box {
        margin-left: 32px;
    }

    .button-name-box {
        gap: 40px;
    }

}

@media (max-width: 1350px) {
    .title__box {
        margin-left: 16px;
    }

    .all-button-box {
        margin-left: 16px;
    }

    .button-name-box {
        gap: 24px;
    }
}

@media (max-width: 1310px) {
    .daytime-text {
        font-size: 36px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0;
    }

    .name-text {
        font-size: 40px;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: 0;
    }
}

@media (max-width: 1085px) {
    .name-text {
        font-size: 33px;
    }
}

@media (max-width: 1040px) {
    .small-menu-button {
        width: 40px;
        height: 40px;
    }

    .all-title-box {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .title__box {
        margin-top: 48px;
        margin-left: 0;
        margin-bottom: 40px;
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
        width: 396px;
    }

    .title__text-big {
        font-size: 47px;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: 0;
    }

    .title-separator-text-small__box {
        flex-direction: column-reverse;
        gap: 16px;
        height: auto;
        align-items: flex-start;
    }

    .title__separator {
        width: 90px;
        height: 3px;
    }

    .title__text-small {
        font-size: 20px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0;
    }

    .name-box {
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        align-items: center;
    }

    .name-text {
        font-size: 47px;
    }

    .content {
        margin-left: 0;
        width: 100%
    }

    .button-name-box {
        width: 100%;
    }

    .all-button-box {
        width: 100%;
        height: auto;
        margin-left: 0;
        gap: 18px;
        align-items: center;
    }

    .button-top-box {
        width: 396px;
        height: 110px;
        margin-bottom: 18px;
    }

    .button-top {
        width: 186px;
        height: 110px;
        padding: 38px 19px;
        gap: 10px;
        border-radius: 20px;
    }

    .button-img {
        width: 40px;
        height: 40px;
    }

    .text-big-button-top {
        font-size: 47px;
        font-weight: 600;
        line-height: 120%;
        letter-spacing: 0;
    }

    .text-small-button-top {
        font-size: 14px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0;
    }

    .button-middle {
        width: 396px;
        height: 110px;
        border-radius: 20px;
        padding: 28px 0;
    }

    .button-middle-img-text-box {
        gap: 20px;
    }

    .button-middle-inside-box {
        width: 108px;
        height: 73px;
        gap: 18px;
    }

    #priority-img {
        width: 40px;
        height: 40px;
    }

    .separator-button-middle {
        height: 68px;
    }

    .deadline-date {
        font-size: 16px;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: 0;
    }

    .text-small-button-middle {
        font-size: 14px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0;
    }

    .button-bottom-box {
        width: 396px;
        height: 116px;
    }

    .button-bottom {
        width: 116px;
        height: 116px;
        border-radius: 20px;
        padding: 25px 0;
        gap: 13px;
    }

    .animation-fade-out {
        animation: fadeout 200ms forwards;
    }

    @keyframes fadeout {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    .animation-fade-in {
        animation: fadein 200ms forwards;
    }

    @keyframes fadein {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    header {
        position: relative;
        z-index: 1;
    }

    .menu-box {
        display: none;
    }

    .menu-box-mobile {
        display: flex;
        width: 100%;
        height: 80px;
        padding: 0;
        justify-content: center;
        margin-top: auto;
        background-color: #2A3647;
        z-index: 1;
    }

    .account-submenu-container {
        top: 80px;
    }
}

@media(max-width: 420px) {
    .title__box {
        width: 300px;
    }

    .button-top-box {
        gap: 16px;
        width: 300px;
        justify-content: flex-start;
    }

    .button-top {
        width: 142px;
        padding: 38px 8px;
    }

    .button-middle-img-text-box {
        gap: 8px;
    }

    .button-middle-inside-box {
        padding-left: 10px;
        gap: 0;
    }

    .date-text-box {
        padding: 0 8px;
    }

    .button-middle {
        width: 300px;
    }

    .button-bottom-box {
        justify-content: flex-start;
        gap: 16px;
        width: 300px;
    }

    .button-bottom {
        width: 89px;
    }
}

@media(max-height: 850px) {
    .title__box {
        margin-top: 6px;
        margin-bottom: 24px;
    }

    .button-top-box {
        margin-bottom: 0;
    }

    .all-button-box {
        gap: 12px;
    }

    .button-top {
        height: 100px;
        box-shadow: 0 0 2px 0 rgb(0, 0, 0, 0.1);
    }

    .button-middle {
        height: 100px;
    }

    .button-bottom {
        height: 106px;
    }
}