
#searchThemeModal .modal-body{
    overflow-y: auto !important;
}

.cpt-thema .nav-tabs .nav-item.show .nav-link, .cpt-thema .nav-tabs .nav-link.active{
    color: #fff;
    background-color: #4f4f4f;
}
.cpt-thema .nav-link{
    margin: 0 auto;
    width: 100%;
    height: 60px;
    border-radius: 0 !important;
    font-size: 15px;
}
.cpt-thema ul{
    width: 100% !important;
}
.cpt-thema ul li{
    width: 50%;
    justify-content: center;
}
.cpt-thema label{
    padding: 0;
    margin: 16px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*kb테마 선택*/
.kb-font-M .cpt-thema label{
    margin: 8px 0 !important;
}
.cpt-thema label:active, .cpt-thema label:focus, .cpt-thema .btn-check:checked+.btn{
    color: #E1772D;
}
.cpt-thema .nav-tabs, .cpt-thema .tab-content{
    height: 280px;
    overflow-x: auto;
}
.cpt-thema .nav-tabs button{
    border-top: 1px solid #dee2e6;
}
.selectedOption > div{
    border-radius: 20px;
}


.offcanvas .cpt-thema ul li{
    padding: 0;
    width: 100%;
    max-width: 145px;
    justify-content: center;
}
.offcanvas .cpt-thema label{
    font-size: 14px;
}
.offcanvas .cpt-thema label:active, .offcanvas .cpt-thema label:focus, .offcanvas .cpt-thema .btn-check:checked+.btn{
    color: #FF7A50;
}
