.body {
    font-family: Pretendard;
}

.heading-title{
    display: flex;
    width: 100%;
    height: 35px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;color: #2D2D2D;
    font-size: 20px;    
    font-weight: 500;
    line-height: 27.6px;
    letter-spacing: -1.01px;
    border-bottom: 2px solid var(--list, #333);       
}

.heading-container {
    width:100%;
    display:flex;
    margin-top:56px;    
    flex-wrap: wrap;
}

.heading-subtitle {
    display: flex;
    width: 70%;
    text-align:left;    
    flex-shrink: 0;color: var(--black, #2D2D2D);        
    line-height: 32px;
    letter-spacing: -0.8px;
    color: #2D2D2D;
    font-size: 27px;
    font-weight: 500;
}
.heading-pause {
    width:100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: end;
    margin-top: 10px;
}

.heading-pause-btn {
    width: 100px;
    height: 37px;
    flex-shrink: 0;        
    border-radius: 2px;
    border: 1px solid var(--black, #f2f2f2);color: var(--black, #2d2d2d);
    text-align: center;
    font-size: 0.95rem;
    font-family: Noto Sans KR;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.64px;
    
}

.heading-book-buy-btn {
    width: 100px;
    height: 37px;
    flex-shrink: 0;        
    border-radius: 2px;    
    text-align: center;
    font-size: 0.95rem;
    font-family: Noto Sans KR;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.64px;
    color: #fff;
    border-color: #133fff;
    background-color: #133fff; 
    
}

.select-class{
    display: flex;
    width: 100%;
    margin-top:1rem;    
    height: 3.4rem;
    padding: 0px 20px 0px 20px;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
    /*border-radius: 4px;*/
    background: #F9F9F9;
    color:#2d2d2d;
    font-size: 12pt;
    border: 1px solid #E2E2E3;
}

.container-class{
    display:flex;
    width:100%;
    margin-top:1rem;
    margin-bottom:1rem;
}

.box-class-01 {
    width: 33%;
    height: 8rem;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid var(--grey, #767676);
    opacity: 0.5;
    background: #FFF;
    margin-right:0.5%;
}

.box-class-02 {
    width: 33%;
    height: 10rem;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid var(--grey, #767676);
    opacity: 0.5;
    background: #FFF;
    margin-right:0.5%;
}

.box-class-03 {
    width: 33%;
    height: 10rem;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid var(--grey, #767676);
    opacity: 0.5;
    background: #FFF;    
}

.box-class-01-top{
    width:100%;
    height:auto;
    text-align: left;
    padding-left: 1rem;
    padding-top: 1rem;
    display: flex;
    justify-content: flex-start;        

}

.box-class-01-mid{
    width:100%;
    height:auto;
    text-align: left;
    padding-top: 1rem;    
    padding-left: 1rem;    
    display: flex;
    justify-content: flex-start;      
    color: #000;
    font-size: 18px;
    font-family: Noto Sans KR;
    font-weight: 500;
    line-height: 27.6px;
    letter-spacing: -1.01px;  
}

.box-class-01-bottom{
    width:100%;
    height:auto;
    text-align: left;
    padding-right: 1rem;    
    display: flex;
    justify-content: flex-end;      
    color: #000;
    text-align: center;
    font-size: 20px;
    font-family: Noto Sans KR;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: -1.04px;    
}

.btn-continue {
    display: flex;
    width: 240px;
    height: 52px;
    padding: 15px 46px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 12pt;
    flex-shrink: 0;
    border-radius: 8px;
    color:#fff;
    background: var(--1, #0083FE);
}

.tbl-top { 
    display: flex;
    width:100%;
    height:2rem;    
    justify-content: flex-start;
    border-bottom: 2px solid var(--list, #333);
}

.tbl-top-item {
    width:auto;
    height:1.5rem;
    margin-right:1rem;
    color: #2D2D2D;
    font-size: 18px;
    font-family: Noto Sans KR;
    font-weight: 400;
    line-height: 27.6px;
    letter-spacing: -1.01px;    
}

.tbl-top-title-container{
    display: flex;    
    width: 100%;
    background-color: #FFFFFF;
    margin-top:10px;
    margin-bottom:10px;
    
}

.tbl-top-title {
    font-size:20px;
    width:100%;
    justify-content: flex-start;
    padding-left:10px;
}


.tbl-mid-title-container{
    display: flex;    
    width: 100%;
    height: 3rem;
    align-items: center;
}

.tbl-top-title-01 {
    height:100%;
    width:30%;         
    border-right: 1px solid var(--unnamed, #E2E2E3);
    color: var(--black, #2D2D2D);
    text-align: center;
    font-size: 18px;
    font-family: Noto Sans KR;
    line-height: 29px;
    letter-spacing: -0.8px;
    border-bottom: 1px solid var(--unnamed, #E2E2E3);  
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    background-color: #F9F9F9;
}
.tbl-top-title-02 {
    height:100%;
    width:10%;      
    border-right: 1px solid var(--unnamed, #E2E2E3);
    color: var(--black, #2D2D2D);
    text-align: center;
    font-size: 18px;
    font-family: Noto Sans KR;
    line-height: 29px;
    letter-spacing: -0.8px;
    border-bottom: 1px solid var(--unnamed, #E2E2E3);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    background-color: #F9F9F9;
}
.tbl-top-title-03 {
    height:100%;
    width:10%;       
    border-right: 1px solid var(--unnamed, #E2E2E3);
    color: var(--black, #2D2D2D);
    text-align: center;
    font-size: 18px;
    font-family: Noto Sans KR;
    line-height: 29px;
    letter-spacing: -0.8px;
    border-bottom: 1px solid var(--unnamed, #E2E2E3);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    background-color: #F9F9F9;
}
.tbl-top-title-04 {
    height:100%;
    width:10%;     
    border-right: 1px solid var(--unnamed, #E2E2E3);
    color: var(--black, #2D2D2D);
    text-align: center;
    font-size: 18px;
    font-family: Noto Sans KR;
    line-height: 29px;
    letter-spacing: -0.8px;
    border-bottom: 1px solid var(--unnamed, #E2E2E3);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    background-color: #F9F9F9;
}
.tbl-top-title-05 {
    height:100%;
    width:10%;       
    border-right: 1px solid var(--unnamed, #E2E2E3);
    color: var(--black, #2D2D2D);
    text-align: center;
    font-size: 18px;
    font-family: Noto Sans KR;
    line-height: 29px;
    letter-spacing: -0.8px;
    border-bottom: 1px solid var(--unnamed, #E2E2E3);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    background-color: #F9F9F9;
}
.tbl-top-title-06 {
    height:100%;
    width:10%;      
    border-right: 1px solid var(--unnamed, #E2E2E3);
    color: var(--black, #2D2D2D);
    text-align: center;
    font-size: 18px;
    font-family: Noto Sans KR;
    line-height: 29px;
    letter-spacing: -0.8px;
    border-bottom: 1px solid var(--unnamed, #E2E2E3);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    background-color: #F9F9F9;
}
.tbl-top-title-07 {
    height:100%;
    width:20%;      
    /*border-right: 1px solid var(--unnamed, #E2E2E3);*/
    color: var(--black, #2D2D2D);
    text-align: center;
    font-size: 18px;
    font-family: Noto Sans KR;
    line-height: 29px;
    letter-spacing: -0.8px;
    border-bottom: 1px solid var(--unnamed, #E2E2E3);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    background-color: #F9F9F9;
}
.container-class-item {
    display: flex;    
    width: 100%;
    height: 8rem;
    background-color: #FFF;
    align-items: center;
    border-bottom: 1px solid var(--unnamed, #E2E2E3);    
}
.item01 {
    height:100%;
    width:30%;         
    border-right: 1px solid var(--unnamed, #E2E2E3);
    color: var(--black, #2D2D2D);
    text-align: center;
    font-size: 18px;
    font-family: Noto Sans KR;
    line-height: 29px;
    letter-spacing: -0.8px;
    border-bottom: 1px solid var(--unnamed, #E2E2E3);  
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    background-color: #FFFFFF;
}
.item02 {
    height:100%;
    width:10%;      
    border-right: 1px solid var(--unnamed, #E2E2E3);
    color: var(--black, #2D2D2D);
    text-align: center;
    font-size: 18px;
    font-family: Noto Sans KR;
    line-height: 29px;
    letter-spacing: -0.8px;
    border-bottom: 1px solid var(--unnamed, #E2E2E3);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    background-color: #FFFFFF;
}

.item03 {
    height:100%;
    width:10%;       
    border-right: 1px solid var(--unnamed, #E2E2E3);
    color: var(--black, #2D2D2D);
    text-align: center;
    font-size: 18px;
    font-family: Noto Sans KR;
    line-height: 29px;
    letter-spacing: -0.8px;
    border-bottom: 1px solid var(--unnamed, #E2E2E3);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    background-color: #FFFFFF;
}

.item04 {
    height:100%;
    width:10%;     
    border-right: 1px solid var(--unnamed, #E2E2E3);
    color: var(--black, #2D2D2D);
    text-align: center;
    font-size: 18px;
    font-family: Noto Sans KR;
    line-height: 29px;
    letter-spacing: -0.8px;
    border-bottom: 1px solid var(--unnamed, #E2E2E3);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    background-color: #FFFFFF;
}

.item05 {
    height:100%;
    width:10%;       
    border-right: 1px solid var(--unnamed, #E2E2E3);
    color: var(--black, #2D2D2D);
    text-align: center;
    font-size: 18px;
    font-family: Noto Sans KR;
    line-height: 29px;
    letter-spacing: -0.8px;
    border-bottom: 1px solid var(--unnamed, #E2E2E3);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    background-color: #FFFFFF;
}

.item06 {
    height:100%;
    width:10%;      
    border-right: 1px solid var(--unnamed, #E2E2E3);
    color: var(--black, #2D2D2D);
    text-align: center;
    font-size: 18px;
    font-family: Noto Sans KR;
    line-height: 29px;
    letter-spacing: -0.8px;
    border-bottom: 1px solid var(--unnamed, #E2E2E3);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    background-color: #FFFFFF;
}

.item07 {
    height:100%;
    width:20%;      
    /*border-right: 1px solid var(--unnamed, #E2E2E3);*/
    color: var(--black, #2D2D2D);
    text-align: center;
    font-size: 18px;
    font-family: Noto Sans KR;
    line-height: 29px;
    letter-spacing: -0.8px;
    border-bottom: 1px solid var(--unnamed, #E2E2E3);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    background-color: #FFFFFF;
}

.btn_play_no {
    /* 재생 안한것 */
    display: flex;
    width: 110px;
    height: 42px;    
    justify-content: center;
    align-items: center;    
    flex-shrink: 0;
    border-radius: 6px;
    background: var(--1, #0083FE);
    color: #FFF;
    color: var(--white, #FFF);
    font-size: 16px;
    font-family: Noto Sans KR;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.96px;

}

.btn_play_yes {
    /* 이전에 재생 한것 */
    display: flex;
width: 110px;
height: 46px;
padding: 15px 46px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
border-radius: 8px;
border: 1px solid var(--056-eed, #056EED);
background: var(--unnamed, #F5F9FF);
color: var(--1, #0083FE);
font-size: 16px;
font-family: Noto Sans KR;
font-weight: 500;
line-height: 18px;
letter-spacing: -0.96px;
}
@media (max-width: 768px){
    .container-class{
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .box-class-01{
    width:100%;
    }
}
