.div-heading {
    display: flex;    
    width: 100%;
    margin-top:3rem;
    padding: 0px 0px 16.59px 0px;
    align-items: center;
    color:#2d2d2d;
}
.title{
    color: #2D2D2D;
    font-size: 20px;
    font-family: Noto Sans KR;
    font-weight: 500;
    line-height: 27.6px;
    letter-spacing: -1.01px;
    width:100%;
}
.heading-box{
    width: 100%;  
    display: flex;  
    flex-direction: column;
    height: 100%;
    flex-shrink: 0;
    border: 1px solid #E2E2E3;
    margin-bottom:1.2rem;
    padding-top:1.2rem;
    padding-left:1rem;
    padding-bottom:1.2rem;
    padding-right:1rem;
}
.heading-box-title-container{
    display:flex;
    width: 100%;
    /* border: 1px solid #2D2D2D; */
}

.heading-box-title{    
    color: var(--black, #2D2D2D);
    font-size: 1.25rem;
    font-family: Malgun Gothic;
    line-height: 26px;
    letter-spacing: -0.8px;
    width:65%;
}

.heading-box-period{   
    color: var(--grey, #767676);
    font-size: 14px;
    font-family: Noto Sans KR;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.25px;
    width: 35%;
}


.heading-box-percent-container{
    display:flex;
    width: 100%;
    margin-top: 1rem;
}
.percent-box{
    width:70%;
}
.percent-title{
    color: var(--black, #2D2D2D);
    text-align: left;
    font-size: 14px;
    font-family: Malgun Gothic;
    line-height: 26px;
    letter-spacing: -0.56px;
}
.percent-chart{
    width: 300px;
    height: 15px;
    border-radius: 30px;
    background: var(--f-6-f-6-f-6, #F6F6F6);
}
.percent-chart-on{
    width: 0px;
    height: 15px;
    flex-shrink: 0;
    border-radius: 30px;
    background: var(--1, #0083FE);

}
.heading-btn {
    display: flex;
    width: 150px;
    height: 46px;
    
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--1, #0083FE); 
    color: var(--white, #FFF);
    font-size: 16px;
    font-family: Noto Sans KR;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.96px;
}

/* 하단 1:1랜선첨삭 */
.container-mystudy-bottom{
    width: 100%;
    display: flex;
    margin-top: 3rem;

}

.private-container{

    width:48%;
    height:auto;
}

.private-title{
    display: flex;
    width: 100%;
    padding: 0px 0px 17px 0px;
    align-items: center;
    /* border-bottom: 2px solid var(--list, #333); */
    color: #2D2D2D;
    font-size: 24px;
    font-family: Noto Sans KR;
    font-weight: 500;
    line-height: 27.6px;
    letter-spacing: -1.01px;
    
}


.private-box{

display: flex;
flex-direction: column;
width:100%;
height: auto;
padding: 0px 0px 0px 0px;
align-items: center;
flex-shrink: 0;
border: 1px solid #E2E2E3;
justify-content: first baseline;

}
.private-flex-container{
    display: flex;
    width:100%;
    height:8rem;;padding: 1rem;
    flex-direction: column;
}
.private-left{
    width:70%;
    padding-left:30px;
    color: #333;
    font-size: 18px;
    font-family: Noto Sans KR;
    line-height: 26px;
    letter-spacing: -0.72px;
    display: flex;

}

.private-right{
    width: 30%;
    color: var(--grey, #767676);
    font-size: 14px;
    font-family: Noto Sans KR;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.56px;
    text-align: right;
    padding-right: 1rem;    
    
}

.private-txt-bottom{    
    margin-top: 0.5rem;
    text-align: left;
    color: var(--unnamed, #ADB5BD);
    font-size: 14px;
    font-family: Noto Sans KR;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.56px;
    width:100%;
    padding-left: 2rem;;
}

@media (max-width: 768px) {
    .heading-box-percent-container{
        flex-direction: column;
        gap:10px;
        margin-top: 0;    
    }
    .heading-box-title{
        font-size: 18px;
        white-space: initial;
        word-break: keep-all;
    }
    .heading-box-title,.heading-box-period{
        width: 100%;
    }
    .heading-box-title-container {
      flex-direction: column;
    }
    .container-mystudy-bottom{
        flex-direction: column;
        gap:1rem;
    }
    .percent-box{width: 100%;}
    .percent-chart{width: unset;}
    .percent-title{white-space: pre-line;word-break: keep-all;}
    .percent-title span{display:block}
    .div-heading{flex-wrap: wrap;}
    .private-left{width:unset;padding-left: unset;}  
    .private-container{
        flex:1;
        width: 100%;
    }
    .private-txt-bottom{
        padding:0 1rem 1rem;
        word-break: break-word;
        white-space: break-spaces;
    }
    .private-right{
        width: 100%;
        text-align: left;
    }
    .heading-btn {
        font-size: 14px;
        width: fit-content;
        height: auto;
        padding: 10px;
        border-radius: 4px;
    }
}
