.termsTitle{
    display: flex;
    justify-content: center;
    flex-direction: column;  
    align-items: center;
    padding: 4rem 4rem 1rem 4rem;
}
.wrap{
    display: flex;
    justify-content: space-between;
    padding: 3rem 0;
    width: 100%;
    border-bottom: #444 1px solid;
}
.date span, .txt span{
    display: block;
    font-weight: 300;
    color: var(--sub-txt-color);
}
.date > span:first-child{
    font-family: 'Roboto';
    font-size: 1.2rem;
}
.date > span:last-child{
    font-family: 'Roboto';
    font-size: 3.8rem;
    font-weight: 600;
    line-height: 4.4rem;
}
.txt{
    padding-left: 3rem;
    width: calc(100% - 5rem);
}
.txt > span:first-child{    
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: -.1rem;
    margin-top: -.5rem;
    color: var(--act-txt-color);
    cursor: pointer;
}
.txt > span:last-child{ 
    display: block;
    font-size: 1.4rem;
    line-height: 3.4rem;
    letter-spacing: -.1rem;
    white-space: nowrap;   
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 페이지넘버링 */
.pageNum{
    margin: 2rem auto;
}
.pageNum img{
    width: .6rem;
}
.pageNum span{
    display: inline-block;
    font-size: 1.4rem;
    font-family: "Roboto";
    padding: 1rem;
    margin: 0 .5rem;
    color: var(--sub-txt-color);
}

.pageNum span.active{
    background: var(--sub-txt-color);
    border-radius: .4rem;
    font-weight: 600;
    color: var(--primary-color);
}


@media (max-width:450px){
    .title > div:not(inhertis){
        line-height: normal;       
    }
    .title > span{
        line-height: 4rem;
    }
    .submenuNav .cell:not(inherits) {
        padding: 0 .5rem;
    }
    .termsTitle{
        padding: 1.5rem 1rem 1rem 1rem;
    }
    .wrap{
        flex-direction: column;
        padding: 1rem 0 2rem;
    }
    .date span, .txt span{
        display: inline-block;
    }
    .date > span:first-child:not(inherits){
        font-size: 1.4rem;
    }
    .date > span:last-child:not(inherits){
        font-size: 1.4rem;
        font-weight: 300;
    }
    .txt:not(inherits){
        width: 100%;
        padding: 0;
    }    
    .txt > span:first-child:not(inherits){    
        font-size: 1.6rem;
    }
    .txt > span:last-child:not(inherits){ 
        font-size: 1.4rem;
    }
}
@media (max-width: 767px){
    body, html{
        font-size: 50%;
    }
    .title:not(inhertis){
        padding: 1rem 2rem;
    }
    .title > span{
        font-size: 2rem;
        letter-spacing: -.1rem;
    } 
    .submenuNav{
        margin-top:0;
    }
    .submenuNav > div:first-child > div{       
        display: none;
    }
    .submenuNav .cell.col1{
        color:var(--act-txt-color);
    }
    .termsTitle{
        padding: 2.5rem 2rem 1rem 2rem;
    }
    .termsTitle > span{
        font-size: 2.4rem;
    }
    .txt{
        padding-left: 2.4rem;
    }
    .date > span:last-child{
        font-size: 2.8rem;
    }
    .txt > span:first-child{    
        font-size: 1.8rem;
    } 
    footer > div > div:last-child > div:nth-child(-n+2){
        display: none;
    }
}
@media (max-width: 991px) {
    body, html{
        font-size: 56.25%;
    }
    .title{
        padding: 2rem;
    }    
    .submenuNav .cell {
        font-size: 1.4rem;
    }
    .termsTitle {
        width: 100%;
    }
}
@media (max-width:1200px){
    header, section{
        width: 100%;
    }
}