/* component class */
#starter-contents{
    position: relative;
    width: 390px;
    height: 1944px;
    margin: auto;
    background: #FFFFFF;
}
@media screen and (min-width: 768px) {
    #starter-contents {
        width: 100%;

        display: flex;
        justify-content: center;
        align-items: center;
    }
  }

.starter-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
    gap: 16px;
    
    position: absolute;
    width: 390px;
    height: 300px;
    top: 396px;
}
@media screen and (min-width: 768px) {
    .starter-top {
        width: 100%;
    }
  }

.starter-lesson{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
    gap: 24px;

    position: absolute;
    width: 390px;
    height: 544px;
    top: 800px;

    background: #EAE8F6;

    justify-content: center;
}
@media screen and (min-width: 768px) {
    .starter-lesson {
        width: 100%;
    }
  }

.starter-entry{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
    gap: 24px;
    margin-top: 8px;
    
    position: absolute;
    width: 390px;
    height: 568px;
    top: 1320px;
    

    background: #EAE8F6;

    justify-content: center;
}
@media screen and (min-width: 768px) {
    .starter-entry {
        width: 100%;
    }
  }

/* top class */
.starter-top-image{
    position: absolute;
    width: 390px;
    height: 340px;
    top: 56px;
}
@media screen and (max-width: 390px) {
    .starter-top-image {
        left: 0px;
    }
  }

.starter-top-choose-text{
   
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;    
    color: #222222;
    flex: none;
    order: 0;
    flex-grow: 0;
}

/* top button class */
.starter-button-component {
    width: 326px;
    height: 80px;   
    flex: none;
    order: 1;
    flex-grow: 0;
    text-decoration: none;
    position: relative;

}

.starter-top-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 14px 76px;
    gap: 10px;
    border-radius: 4px;
}

.lesson-color {
    background: #6121A2;
}

.entry-color {
    background: #30349B;
}

.starter-top-button .inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 8px;
    
    /* Inside auto layout */
    
    flex: none;
    order: 0;
    flex-grow: 0;
}

.starter-top-button .inner .text{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    /* identical to box height, or 100% */
    
    text-align: center;
    
    color: #FFFFFF;

}

.starter-top-button .inner .sub-text{
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    /* identical to box height, or 100% */
    
    text-align: center;
    
    color: rgba(255, 255, 255, 0.8);
    
}


/* lesson class */
.starter-lesson-title-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 16px;
}

.starter-lesson-title-box .sub-title{
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    /* identical to box height, or 100% */
    
    text-align: center;
    
    color: #6121A2;
}

.starter-lesson-title-box .title{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    /* identical to box height, or 100% */

    text-align: center;

    color: #222222;

}

.starter-lesson-content-box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 16px;
    gap: 24px;
    
    background: #FFFFFF; 
}

.starter-lesson-content-box .content{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    
    width: 100%;
    height: 100%;
    justify-content: center;

}

.starter-lesson-content-box .content .image{
    position: relative;
    width: 80px;
    height: 80px;
    
}

.starter-lesson-content-box .content .image .number{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'DIN 2014';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    /* identical to box height, or 100% */
    
    text-align: center;
    width: 24px;
    height: 24px;
    
    color: #FFFFFF;

    position: absolute;
}

.starter-lesson-content-box .content .image .back-image{
    position: absolute;
    width: 80px;
    height: 80px;
    left: 0px;
    top: 0px;

}

.starter-lesson-content-box .content .detail{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;
    
    width: 230px;
}

.starter-lesson-content-box .content .detail .title{
    width: 230px;
    height: 16px;

    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    /* identical to box height, or 100% */
    
    color: #222222;

}

.starter-lesson-content-box .content .detail .paragraph{
    width: 230px;
    
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    /* or 150% */

    
    color: #666666

}

/* lesson button class */
.starter-sub-button-component {
    width: 326px;
    height: 56px;   
    text-decoration: none;
    position: relative;

}

.starter-sub-button{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border-radius: 4px;

    height: 100%;
}

.starter-sub-button .text{
    width: 100%;
    height: 18px;
    
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height, or 129% */
    
    text-align: center;
    
    color: #FFFFFF;
}

.next-icon{
    width: 24px;
    height: 24px;
    position: absolute;
    left: 80.73%;
    right: 4.91%;
}

.starter-footer{
    position: relative;
    width: 390px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;

    background: #343D5E;
    margin: auto;

    color: #FFFFFF;
}
@media screen and (min-width: 768px) {
    .starter-footer {
        width: 100%;
    }
  }