.header-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.academy-name-wrap{
    background-color: #9CDDF5;

    width: 40%;
    padding: 3mm 5mm;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.academy-name-wrap > h5{
    height: 70px;

    font-family: 'pretendard';
    color: #535251;
    letter-spacing: 0.4rem;

    border-bottom: 7px solid white;
    margin-bottom: 3mm;
    padding-bottom: 3mm;

    display: flex;
    justify-content: center;
    align-items: center;

}

.academy-name-wrap > h4{
    color: white;
}


.student-write-area{
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;

    gap: 5mm;
}

.student-write-area .auto-title{
    font-family: 'pretendard';
    font-size: 1rem;
    font-weight: bold;
    color: #535251;
    
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    
    background-color: #A2DDF5;
}

.student-write-area .student-write-wrap{
    display: flex;

    gap: 1mm;
}

.student-write-area .student-write-section{
    display: flex;
    flex-direction: column;

    gap: 1mm;
}

.student-write-area .student-write-title{
    font-family: 'pretendard';
    padding-top: 2px;
    height: 8mm;

    font-weight: bold;
    text-align: center;
    color: #535251;

    background-color: #A2DDF5;
}

.student-write-area .student-write-box{
    width: 30mm;
    height: 8mm;
    border: 1px solid #A2DDF5;
}