
.terms_title{
    color: #1B1B1B;
    font-size: 26px;
    font-family:'Noto Sans KR', sans-serif, 'Nanum Gothic', 'dotum' ;
    font-weight: 500; 
    padding: 30px 20px;
}

.version_tit{
    border-bottom:1px solid #ccc;
    height: 100px;
}

.terms_service{
    color: #1B1B1B;
    padding:20px 30px 78px;
    font-family:'Noto Sans KR', sans-serif, 'Nanum Gothic', 'dotum';
 }

 .terms_sub_tit{
    color: #1B1B1B;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 10px;
    letter-spacing: -1px;
    line-height: 30px;
}

.terms_desc{
    color: #1B1B1B;
    font-family:'Noto Sans KR', sans-serif, 'Nanum Gothic', 'dotum';
    font-size: 16px;
    line-height: 1.6;  
    margin-bottom: 0; 
    letter-spacing: -0.8px;         
}

.terms_desc_02{
    padding-left: 20px;
}

.terms_desc_b{
    font-weight: 500;
    font-size: 18px;
    margin-top: 10px;
}

.version_btn{
    margin: 30px 20px;
}

.version_btn .version_btn_tit{
    display: inline-block;
    float: left;
    font-size: 20px;
    font-weight: 600;
    padding: 5px 10px;
}

.version_btn select.input-lg{
    width: auto;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 10px;	
    height: 40px;
}

.version_btn select.input-lg option{
    font-size: 16px;
}

.terms_table{
    font-size: 16px;
}
.terms_table>tbody>tr>th{
    vertical-align: middle;
    background-color: #006bcb;
    color: #fff;
    text-align:center;
    font-weight: 500;
    padding: 15px;
    width: 20%;
}
.terms_table>tbody>tr>td{
    vertical-align: middle;
}


.terms_service{display: none;}/*개정이력 버전 안보이게 */
#version_01{display: block;}/*개정이력 최신만 보이게 */


@media screen and (max-width:414px){
    .terms_title{padding: 25px 10px 20px; font-size: 22px;}
    .version_btn{margin: 35px 10px 35px 0;}
    .terms_service{padding:20px 20px 30px;}
    .terms_sub_tit{font-size: 18px; padding-bottom: 5px; margin-top: 0;}
    .terms_desc{font-size: 14px;}
    .version_btn{margin: 25px 10px;}
    .version_btn .version_btn_tit{font-size: 18px; }
    .version_tit{height: 80px;}
    .version_btn .dropdown-menu{left: 90px;}
}