.sub {
    background: #f6f7f9;
}

.sub>.inner {
    padding: 86px 0;
}

.sub-tit {
    text-align: center;
    margin: 0 auto;
    gap: 25px;
    display: grid;
    margin-bottom: 54px;
}

.sub-tit h2 {
    font-size: 37.98px;
    font-weight: 700;
}

.sub-tit p {
    font-size: 18.98px;
    color: #797979;
}

button {
    cursor: pointer;
}

/*유나 추가*/
.sub.analy {
    padding-inline: 20px;
}

.file_title {
    position: relative;
    padding-left: 30px !important;
    word-break: break-all;
    line-height: 1.3;
}

.file_title .play_btn {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    padding: 0;
}

.file_title img {
    object-fit: contain;
    width: 100%;
    display: inline-block;
}

/*유나 추가*/

/* 음향데이터 분석 audio_analysis */
.con-sound {
    margin: 0 auto;
    background: #fff;
    border-radius: 4px;
    max-width: 896px;
    padding: 41px 30px 17px;
    border: 1px solid #dfdfdf;
}

.sound-top {
    text-align: center;
    margin-bottom: 40px;
}

.sound-top img {
    width: 81px;
}

.sound-top p {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 12px;
    gap: 13px;
}

.sound-top b {
    font-size: 25px;
    font-weight: 700;
}

.sound-top span {
    font-size: 17px;
    color: #797979;
}

.file-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #dfdfdf;
    border-radius: 11px;
    padding: 9px 9px 9px 25px;
}

.file-name {
    font-size: 17px;
    color: #797979;
}

.file-name img {
    vertical-align: middle;
    margin-right: 6px;
}

.file-group button.del {
    font-size: 15px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 4px 10px;
    margin-right: 3px;
}

.file-group button.del img {
    vertical-align: text-top;
    margin-right: 3px;
}

.sound-file {
    margin-bottom: 24px;
}

.sound-file>div+div {
    margin-top: 10px;
}

.sound-drag {
    background: #fbfbfb;
    border-radius: 11px;
    border: 1px dashed #cecece;
    margin-bottom: 26px;
}

.file-section {
    text-align: center;
    font-size: 19px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 270px;
}

.file-section b {
    font-weight: 700;
    margin: 21px 0 10px 0;
}

.file-section .select-btn {
    display: block;
    margin: 0 auto;
    color: #2a3fff;
    border: 1px solid #2a3fff;
    border-radius: 5px;
    background: #fff;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 21px;
    cursor: pointer;
}

.file-section .select-btn label {
    cursor: pointer;
    display: block;
    padding: 6px 16px;
}

.file-section .select-btn img {
    vertical-align: text-top;
    margin-right: 4px;
}

.file-section p {
    font-size: 15px;
    color: #797979;
}

.file-section input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}

.analysis-btn {
    display: block;
    margin: 0 auto;
    background: #2a3fff;
    color: #fff;
    border: 1px solid #2a3fff;
    border-radius: 5px;
    font-size: 19px;
    font-weight: 500;
    padding: 10px 80px;
    margin-bottom: 21px;
    line-height: 1;
}


/* report  분석 보고서 */
.report-component {
    margin: 0 auto;
    background: #fff;
    border-radius: 4px;
    max-width: 896px;
    padding: 24px;
    border: 1px solid #dfdfdf;
}

.report-component>ul {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.report-component>ul>li>span {
    display: block;
    font-size: 17px;
    color: #797979;
    margin-bottom: 8px;
}

.bootstrap-select .dropdown-toggle {
    color: #797979;
    border: 1px solid #dfdfdf;
    background: #fff;
    font-size: 17px;
}

.report-component .sub-btn {
    align-items: end;
    gap: 10px;
    display: flex;
    justify-content: center;
    font-size: 17px;
}

.report-component .bootstrap-select {
    width: 200px !important;
}

.report-bottom {
    margin: 0 auto;
    max-width: 896px;
    margin-top: 25px;
}

.report-bottom ul {
    display: flex;
    justify-content: space-between;
}

.report-bottom ul li {
    background: #fff;
    width: 33%;
    height: 180px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfdfdf;
    gap: 6px;
}

.report-bottom ul li img {
    margin-bottom: 13px;
}

.report-bottom ul li p {
    color: #191919;
    font-size: 19px;
}

.report-bottom ul li b {
    font-size: 30px;
    font-weight: 700;
}

.report-bottom ul li:nth-child(1) b {
    color: #2a3fff;
}

.report-bottom ul li:nth-child(2) b {
    color: #fe5602;
}

.report-bottom ul li:nth-child(3) b {
    color: #00a9b2;
}

.report-bottom ul li:nth-child(4) b {
    color: #a855f7;
}


/* 분석 보고서 analysis */
.analysis-top {
    display: flex;
    max-width: 896px;
    margin: 0 auto;
    justify-content: space-between;
}

.status-count>div,
.graphp-area {
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    border: 1px solid #dfdfdf;
}

.status-count {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 22px;
}

.status-count>div {
    width: 380px;
    padding: 27px 50px;
    justify-content: space-between;
}

.graphp-area {
    width: 495px;
    justify-content: space-around;
}

.graphp-wrap {
    display: flex;
    height: 100%;
    justify-content: space-around;
    flex-direction: column;
}

.graph {
    height: 191px;
}

.status-legend {
    display: grid;
    gap: 12px;
}

.legend-item {
    display: flex;
    align-items: end;
    gap: 4px;
}

.legend-item .label {
    font-size: 13px;
    color: #797979;
}

.legend-item .color {
    display: inline-block;
    border-radius: 50%;
    width: 16px;
    height: 16px;
}

.legend-item.leak .color {
    background: #fe5602;
}

.legend-item.normal .color {
    background: #2a3fff;
}

.normal-count .mini-tit {
    color: #2a3fff;
}

.leak-count .mini-tit {
    color: #fb5603;
}

.normal-count .count-left b {
    color: #2a3fff;
}

.leak-count .count-left b {
    color: #fc5704;
}

.count-left b {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 19px;
}

.mini-tit {
    color: #191919;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 19px;
}



.analysis-bottom {
    max-width: 896px;
    margin: 0 auto;
    background: #fff;
    padding: 40px 37px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    margin-top: 25px;
}

.analysis-bottom h3 {
    color: #191919;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 26px;
}

.analysis-bottom table {
    width: 100%;
    table-layout: fixed;
}

.analysis-bottom table td,
.analysis-bottom table th {
    vertical-align: middle;
    border-bottom: 1px solid #e5e7eb;
}

.analysis-bottom table th {
    font-weight: 600;
    text-align: center;
    font-size: 19px;
    padding: 17px 10px 15px 10px;
}

.analysis-bottom table th.chk {
    padding: 0;
}

.analysis-bottom table td {
    font-size: 17px;
    color: #797979;
    /* padding: 12px 25px; */
    padding: 12px 10px;
    font-weight: 500;
    line-height: 1.3;

}

.analysis-bottom table td.date_td {
    text-align: center;
}

.analysis-bottom table td img {
    vertical-align: inherit;
    margin-right: 10px;
}

.analysis-bottom table td .color {
    border-radius: 50%;
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: top;
    margin-right: 5px;
}

.analysis-bottom table tr.leak .color {
    background: #fe5602;
}

.analysis-bottom table tr.normal .color {
    background: #2a3fff;
}

.analysis-bottom table tr.leak .label {
    color: #fe5602;
}

.analysis-bottom table tr.normal .label {
    color: #2a3fff;
}

.analysis-bottom table tr td:last-child {
    text-align: center;
}

.analysis-bottom .dropdown {
    width: 108px !important;
}

.analysis-bottom .select .btn {
    padding: 2px 0.75rem;
    height: 30px;

}

.search_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 3px solid #2a3fff;
    padding-bottom: 23px;
    margin-top: 17px;
}

.analysis-bottom .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .45em solid;
    border-right: 0.45em solid transparent;
    border-bottom: 0;
    border-left: .45em solid transparent;
}

.search_box {
    position: relative;
    min-width: 36px;
}

.dropdown.bootstrap-select.keyword_select.select {
    display: none;
}

.analysis_bottom_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.analysis-bottom .search_btn {
    height: 19px;
    width: 19px;
    background-image: url(../images/sub/search.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
}

.analysis-bottom input[type="text"] {
    border: 1px solid #dfdfdf;
    padding: 0 40px 0 0.75rem;
    height: 30px;
    width: 294px;
    font-size: 17px;
    border-radius: 5px;
}

.search_wrap .left {
    gap: 11px;
    display: flex;
    align-items: center;
}

.search_wrap .left form {
    display: flex;
    gap: 5px;
}

.excel_btn {
    width: 30px;
    height: 30px;
    background-image: url(../images/sub/excel.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.analysis-bottom .sub-btn {
    font-size: 17px;
    padding: 7px 23px;
}

.sub-btn {
    border-radius: 6px;
    font-size: 17px;
    padding: 10px 34px;
}

.sub-btn.blue {
    background: #2a3fff;
    color: #fff;
}

.sub-btn.gray {
    background: #797979;
    color: #fff;
}

.analysis_list input[type=checkbox] {
    width: 100%;
    -ms-transform: scale(1.4);
    /* IE */

    -moz-transform: scale(1.4);
    /* FF */

    -webkit-transform: scale(1.4);
    /* Safari and Chrome */

    -o-transform: scale(1.4);
    accent-color: #2a3fff;
}

.analysis-bottom table.analysis_list td.chk {
    padding: 0;
}

.pagination {
    justify-content: center;
    margin-top: 30px;
}

.pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination ul li:not(.arrow) {
    margin: 0 4px;
}

.pagination ul a {
    color: #8b8b8b;
    padding: 6px;
    display: block;
    font-size: 15px;
}

.pagination ul a:hover {
    color: #2a3fff;
}

.pagination ul .on {
    color: #2a3fff;
    padding: 11px;
    display: block;
    font-size: 15px;
}

.pagination ul .arrow {
    border: 1px solid #cccccc;
}

.pagination ul .arrow i {
    font-size: 12px;
}

.pagination ul .arrow+.arrow {
    border-left: 0;
}

.only_1024 {
    display: none;
}

.date_col {
    width: 30%;
}

@media(max-width: 1024px) {
    .only_1024 {
        display: inline-block;
    }

    .date_col {
        width: 16%;
    }

    .sub-tit h2 {
        font-size: 33.98px;
    }

    .sub-tit p {
        font-size: 16.98px;
    }

    .sub-tit {
        gap: 18px;
        margin-bottom: 31px;
    }

    .sub>.inner {
        padding: 70px 0;
    }

    .sound-top img {
        width: 72px;
    }

    .con-sound {
        max-width: 735px;
        padding: 33px 24px 17px;
    }

    .report-component,
    .report-bottom {
        max-width: 735px;
    }

    .file-name {
        font-size: 16px;
    }

    .file-name img {
        width: 17px;
    }

    .file-group button.del {
        margin-right: 3px;
    }

    .file-group button.del img {
        width: 14px;
    }

    .file-section>img {
        width: 38px;
    }

    .file-section b {
        margin: 16px 0 12px 0;
    }

    .file-section button.select-btn {
        margin-bottom: 17px;
        font-size: 16px;
    }

    .sound-drag {
        margin-bottom: 20px;
    }

    .analysis-btn {
        font-size: 16px;
        padding: 10px 66px;
        margin-bottom: 8px;
    }


    .sub-btn {
        padding: 9px 23px;
    }

    .report-component>ul>li>span,
    .report-component .bootstrap-select .dropdown-toggle {
        font-size: 15px;
    }

    .report-component .bootstrap-select {
        width: 166px !important;
    }

    .report-component .sub-btn {
        font-size: 15px;
    }

    .report-component .sub-btn img {
        width: 14px;
    }

    .report-bottom ul {
        flex-wrap: wrap;
    }

    .report-component>ul {
        flex-wrap: wrap;
    }

    .report-bottom ul li {
        width: 175px;
        height: 160px;
    }

    .report-bottom ul li img {
        margin-bottom: 6px;
        transform: scale(0.85);
    }

    .report-bottom ul li p {
        font-size: 17px;
    }

    .report-bottom ul li b {
        font-size: 27px;
    }

    .dropdown .dropdown-menu>.inner {
        padding: 0;
    }

    .graph {
        height: 168px;
    }

    .graphp-area {
        width: 382px;
    }

    .status-count>div {
        width: 369px;
    }

    .status-count>div {
        width: 340px;
        padding: 18px 45px;
    }

    .analysis-bottom table td {
        font-size: 16px;
        padding: 11px 8px;
    }

    .analysis-bottom h3 {
        font-size: 23px;
        padding-bottom: 21px;
    }

    .analysis-bottom table th {
        font-size: 17px;
        padding: 17px 0px 12px 0px;
    }

    .analysis-top,
    .analysis-bottom {
        /* max-width: 735px; */
        max-width: 800px;
    }

    .file_title {
        padding-left: 25px !important;
    }
}