.new-firmware-notice {
    width: 1140px;
    background-color: #e8e9eb;
    margin-top: 70px;
}

.new-firmware-notice .title {
    font-family: 'Lato-Regular';
    font-size: 20px;
    font-weight: bold;
    color: #d52138;
    padding: 50px 0 0 140px;
}

.new-firmware-notice .content {
    padding: 0 0 50px 140px;
}

.new-firmware-notice .content p {
    font-size: 14px;
}

.new-firmware-notice .content p:not(.inner) {
    padding-top: 10px;
}

.new-firmware-notice .content .inner {
    padding-left: 8px;
}

.new-firmware-notice .content .inner a {
    text-decoration: underline;
}

.new-firmware .new-active a {
    background-color: black;
    color: #fff;
}

.tabs2-box {
    padding: 50px;
    border: 1px solid #e8e8e8;
}

.tabs2-box .tabs2 {
    border: initial;
}

.tabs2-box .new-firmware .tab-conts {
    padding: 0 90px 40px 90px;
}

.tabs2-box .new-firmware .firmware ul {
    background-image: initial;
}

.tabs2-box .new-firmware .firmware .info{
    border-top: 2px solid #e8e8e8;
    padding-top: 10px;
    margin-bottom: 10px;
}

.tabs2-box .new-firmware .firmware .msg li {
    width: 100%;
    display: block;
}

.tabs2-box .new-firmware .firmware li {
    width: 184px;
}

.tabs2-box .new-firmware .firmware .firmware-class:first-child {
    margin-top: 77px;
}

.tabs2-box .new-firmware .firmware .version-box {
    display: flex;
    padding-left: 5px;
}
.tabs2-box .new-firmware .firmware .version-box .center {
    margin-left: 10px;
    margin-right: 10px;
}

.tabs2-box .new-firmware .firmware .update-box {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #cccccc;
    margin-top: 3px;
    padding: 2px 5px;
    cursor: pointer;
}

.tabs2-box .new-firmware .firmware .update-box .arrow-i{
    width: 8px;
    height: 9px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    font-size: 0;
}


.tabs2-box .new-firmware .firmware .new-thumb {
    margin-bottom: 30px;
}

.tabs2-box .new-firmware .brand-list li {
    border-bottom: 2px solid gray;
    position: relative;
}

.tabs2-box .new-firmware .brand-list a {
    cursor: pointer;
}

#firmware-kk hr {
    margin: 0 77px 50px 20px;
}

.tabs2-box .new-firmware .brand-list li:not(.new-active):not(:first-child)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    top: 22px;
    background-color: lightgray;
}

.firmware-popup {

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: rgba(57, 57, 57, 0.9);
    align-items: center;
    justify-content: space-between;
    z-index: 99999;
    overflow: visible;

}


.firmware-popup .inner-popup {
    width: 500px;
    height: 668px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.5);
    background-color: #c50133;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.firmware-popup .inner-popup .title-box {
    margin: 70px 0 25px 45px;
    text-align: left;
}

.firmware-popup .inner-popup .title-box .title1 {
    font-size: 13px;
    color: #e8e8e8;
}

.firmware-popup .inner-popup .title-box .title2 {
    font-size: 29px;
    font-weight: bold;
    color: #e8e8e8;
}

.firmware-popup .inner-popup .table-box {
    background-color: whitesmoke;
    margin: 5px;
    padding: 30px 30px;
    overflow: auto;
    height: 458px;
}

.firmware-popup .img-box {
    width: 12px;
    height: 11px;
}

.firmware-popup .table-box table {
    width: 100%;
    border: 1px solid #444444;
    text-align: left;
}

.firmware-popup .table-box table:not(:last-child) {
    margin-bottom: 25px;
}

.firmware-popup .table-box .detail-table.first {
    background-color: #e2e2e2;
}

.firmware-popup .table-box .detail-table th {
    border: 1px solid #444444;
    padding: 5px;
}

.firmware-popup .table-box .detail-table td {
    border: 1px solid #444444;
    padding: 5px;
}

.firmware-popup .table-box .detail-table .td-title {
    width: 15%;
    padding-left: 13px;
}

.firmware-popup .table-box .detail-table .td-content {
    width: 75%;
    padding-left: 13px;
}
