
/* 2023.12.04 추가 */

.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-title_pr{
    display: flex;
    width: 100%;
    height: 35px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;color: #2D2D2D;
    font-size: 20px;
    font-family: Noto Sans KR;
    font-weight: 500;
    line-height: 27.6px;
    letter-spacing: -1.01px;
    border-bottom: 2px solid var(--list, #333);       
}

.heading-container_pr {
    width:100%;
    display:flex;
    margin-top:2rem; 
}

.heading-subtitle_pr {
    display: flex;
    width: 70%;
    text-align:left;
    /* margin-left:1rem;*/
    flex-shrink: 0;color: var(--black, #2D2D2D);
    font-size: 20px;
    font-family: Noto Sans KR;
    line-height: 32px;
    letter-spacing: -0.8px;
}
.heading-pause_pr {
    width:30%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: end;
}

.heading-pause-btn_pr {
    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;
    
}

.select-class_pr{
    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_pr{
    display:flex;
    width:100%;
    margin-top:1rem;
    margin-bottom:1rem;
}

.box-class-01_pr {
    width: 25%;
    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_pr {
    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_pr {
    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_pr{
    width:100%;
    height:auto;
    text-align: left;
    padding-left: 1rem;
    padding-top: 1rem;
    display: flex;
    justify-content: flex-start;        

}

.box-class-01-mid_pr{
    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_pr{
    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_pr {
    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_pr { 
    display: flex;
    width:100%;
    height:2rem;    
    justify-content: flex-start;
    border-bottom: 2px solid var(--list, #333);
}

.tbl-top-item_pr {
    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_pr{
    display: flex;    
    width: 100%;
    background-color: #FFFFFF;
    margin-top:10px;
    margin-bottom:10px;
    
}

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


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

.tbl-top-title_pr {
    height:100%;
    width:180px;         
    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-etc_pr {
    height:100%;
    width:calc(100% - (180px*5));         
    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_pr {
    display: flex;    
    width: 100%;
    height: 8rem;
    background-color: #FFF;
    align-items: center;
    border-bottom: 1px solid var(--unnamed, #E2E2E3);    
}
.item_pr {
    height:100%;
    width:180px;         
    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;
}
.item-etc_pr {
    height:100%;
    width:calc(100% - (180px*5));      
    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_pr {
    /* 재생 안한것 */
    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_pr {
    /* 이전에 재생 한것 */
    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_pr{
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .box-class-01_pr{
    width:100%;
    }

    .tbl-top-title_pr {
        height:100%;
        width: calc(768px / 6);         
        border-right: 1px solid var(--unnamed, #E2E2E3);
        color: var(--black, #2D2D2D);
        text-align: center;
        font-size: 14px;
        font-family: Noto Sans KR;
        line-height: 15px;
        letter-spacing: -0.8px;
        border-bottom: 1px solid var(--unnamed, #E2E2E3);  
        display: flex;
        align-items: center;
        justify-content: center;
        
        background-color: #F9F9F9;
    }
    
    .tbl-top-title-etc_pr {
        height:100%;
        width: 120px;   
        border-right: 1px solid var(--unnamed, #E2E2E3);
        color: var(--black, #2D2D2D);
        text-align: center;
        font-size: 14px;
        font-family: Noto Sans KR;
        line-height: 15px;
        letter-spacing: -0.8px;
        border-bottom: 1px solid var(--unnamed, #E2E2E3);  
        display: flex;
        align-items: center;
        justify-content: center;
        
        background-color: #F9F9F9;
    }

    .item_pr {
        height:100%;
        width: calc(768px / 6);         
        border-right: 1px solid var(--unnamed, #E2E2E3);
        color: var(--black, #2D2D2D);
        text-align: center;
        font-size: 14px;
        font-family: Noto Sans KR;
        line-height: 15px;
        letter-spacing: -0.8px;
        border-bottom: 1px solid var(--unnamed, #E2E2E3);  
        display: flex;
        align-items: center;
        justify-content: center;
        
        background-color: #FFF;
    }
    .item-etc_pr {
        height:100%;
        width: 120px;   
        border-right: 1px solid var(--unnamed, #E2E2E3);
        color: var(--black, #2D2D2D);
        text-align: center;
        font-size: 14px;
        font-family: Noto Sans KR;
        line-height: 15px;
        letter-spacing: -0.8px;
        border-bottom: 1px solid var(--unnamed, #E2E2E3);  
        display: flex;
        align-items: center;
        justify-content: center;
        
        background-color: #FFF;
    }
}
.bottom-info_pr{
    margin-top:20px;
}