.data-query-banner {
    background-image: url(/static/images/data-query-banner.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.data-query-title {
    color: #FFF;
    text-transform: uppercase;
}
.data-query-left-box-item {
    width: 100%;
    padding-top: 15px !important;
    padding-left: 20px !important;
    padding-bottom: 15px !important;
    cursor: pointer;
}
.data-query-left-box-item.active {
    background: #D3DFDC;
    color: #034737;
}
.data-query-left-box-item:hover {
    background: #F5F5F5;
}
.data-query-search {
    display: flex;
}
.data-query-search .data-query-search-input {
    width: 75%;
    height: 56px;
    background: #FFFFFF;
}
.data-query-search .data-query-search-input input {
    height: 100%;
    border: 1px solid #E7E7E7;
    border-radius: 12px 0px 0px 12px;
}
.data-query-search .data-query-search-input select {
    height: 100%;
    width: 30%;
    border-radius: 0px;
}
.data-query-search .data-query-search-button {
    width: 25%;
    height: 56px;
    background: #034737;
    border-radius: 0px 12px 12px 0px;
    display: flex;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    font-style: normal;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.data-query-search .data-query-search-button img {
    width: 19px;
    height: 19px;
    margin-right: 10px;
}
.data-query-search-box {
    min-height: 300px;
    margin-top: 60px;
}
.data-query-search-box-table table,thead,tbody,tr,th,td {
    border: 0px;
}
.data-query-search-box-table tbody tr {
    border-top: 1px solid #CCCCCC;
}
.data-query-search-box-table {
    border-radius: 12px;
    border: 1px solid #CCCCCC;
    text-align: center;
    overflow: auto;
    display: none;
}
.data-query-search-box-table table {
    table-layout: fixed;
}
.data-query-search-box-table table tr,th {
    border-radius: 12px 12px 0px 0px;
}
.data-query-search-box-table-title {
    border-radius: 12px 0px 0px 12px;
    background: #f5f5f5;
}
.data-query-search-box-table table tbody tr td:first-child {
    border-right:  1px solid #CCCCCC;
}
.data-query-search-content-box {
    display: none;
}
.data-query-search-content-box.active {
    display: block;
}
.data-query-fingerprint-mobile {
    display: none;
    border: 1px solid #e4e5e1;
    border-radius: 1rem;
}
.data-query-fingerprint-box-content-mobile {
    border: 1px solid #e4e5e1;
    border-radius: 0.5rem;
    background-color: #fafaf8;
}
.data-query-fingerprint {
    border: 1px solid #e4e5e1;
    border-radius: 1rem;
    padding: 0 1rem 1rem;
}
.data-query-fingerprint-box-top {
    height: 35px;
}
.data-query-fingerprint-box-content {
    border: 1px solid #e4e5e1;
    border-radius: 0.5rem;
    display: flex;
    background-color: #fafaf8;
}
.data-query-fingerprint-box-content-left {
    width: 40%;
    transition: opacity 1s ease-in-out;
    display: none;
    opacity: 0;
}
.data-query-fingerprint-box-content-left-box {
    padding: 36px 30px;
    background-color: #f0f0ed;
    width: 100%;
    border-radius: 0.5rem 0 0 0.5rem;
}
.data-query-fingerprint-box-content-left-box p {
    line-height: 30px;
}
.data-query-fingerprint-box-content-left p {
    font-size: 14px;
    color: #484946;
}
.data-query-fingerprint-box-content-left span {
    color: #484946;
}
.data-query-fingerprint-box-content-left strong {
    color: var(--e-global-color-primary);
}
.data-query-fingerprint-box-content-right {
    width: 60%;
    transition: opacity 3s ease-in-out;
    display: none;
    opacity: 0;
}
.data-query-fingerprint-box-content-right-box {
    width: 100%;
}
.data-query-fingerprint-box-content-right-box-top {
    padding: 20px 10px;
    font-size: 16px;
    color: #181916;
}
.data-query-fingerprint-box-content-right-box-top strong {
    color: var(--e-global-color-primary);
    font-size: 12px;
}
.data-query-fingerprint-box-content-right-box-content {
    display: flex;
    border-top: 1px solid #e4e5e1;
    border-bottom: 1px solid #e4e5e1;
}
.data-query-fingerprint-box-content-right-box-content div {
    border-left: 1px solid #e4e5e1;
    text-align: left;
    width: 100%;
    padding: 10px;
}
.data-query-fingerprint-box-content-right-box-content div p {
    font-size: 12px;
    margin: 0;
}
.data-query-fingerprint-box-content-right-box-content div p:first-child {
    color: #484946;
    text-transform: uppercase;
}
.data-query-fingerprint-box-content-right-box-content div p:last-child {
    color: #141415;
}
.data-query-fingerprint-box-content-right-box-content div:first-child {
    border-left: 1px solid var(--e-global-color-primary);
    width: 160%;
}
.data-query-fingerprint-box-content-right-box-history-title {
    border-bottom: 1px solid #e4e5e1;
    color: #484946;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .09rem;
    padding: 25px 10px;
    text-transform: uppercase;
    transition-duration: .4s;
    transition-property: color;
    transition-timing-function: ease;
}
.data-query-fingerprint-box-content-right-box-history-box {
    display: flex;
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.data-query-fingerprint-box-content-right-box-history-box-mobile {
    display: flex;
    width: 100%;
    height: 290px;
    overflow: hidden;
}
.history-left {
    width: 6%;
    height: 100%;
}
.history-left .history-left-button {
    width: 100%;
    height: 50%;
}
.history-left-mobile {
    width: 100%;
}
.history-left-button-mobile {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.history-left .history-left-button .history-left-button-up {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 19px;
    padding-bottom: 20px;
    cursor: pointer;
    border-bottom: 1px solid #e4e5e1;
}
.history-left .history-left-button .history-left-button-down {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
    border-bottom: 1px solid #e4e5e1;
}
.history-left-mobile .history-left-button-mobile .history-left-button-up-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #e4e5e1;
    width: 50%;
}
.history-left-mobile .history-left-button-mobile .history-left-button-down-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #e4e5e1;
    width: 50%;
}
.history-left-button-up-icon path {
    stroke: var(--e-global-color-primary);
}
.history-left-button-down-icon path {
    stroke: var(--e-global-color-primary);
}
.swiper-button-disabled .history-left-button-up-icon path {
    stroke: #cccccc;
}
.swiper-button-disabled .history-left-button-down-icon path {
    stroke: #cccccc;
}
.history-right {
    width: 94%;
    border-left: 1px solid #e4e5e1;
}
.history-right .history-right-box {

}
.history-right .history-right-box-top {
    display: flex;
}
.history-right .history-right-box-top .history-right-box-top-left {
    width: 50%;
    padding: 15px 20px 15px 15px;
    border-right: 1px solid #e4e5e1;
}
.history-right .history-right-box-top .history-right-box-top-left p {
    font-size: 14px;
    margin: 0;
}
.history-right .history-right-box-top .history-right-box-top-left p:first-child {
    color: #181916;
}
.history-right .history-right-box-top .history-right-box-top-right {
    width: 50%;
}
.history-right .history-right-box-top .history-right-box-top-right div {
    padding: 15px;
    background-color: #e8f7e9;
}
.history-right .history-right-box-top .history-right-box-top-right div p {
    font-size: 14px;
    margin: 0;
    color: #181916;
}
.history-right .history-right-box-top .history-right-box-top-right div p span {
    color: var(--e-global-color-primary);
}
.history-right .history-right-box-top .history-right-box-top-right div:first-child {
    border-bottom: 1px solid #e4e5e1;
}
.history-right .history-right-box-bottom {
    display: flex;
    border-top: 1px solid #e4e5e1;
}
.history-right .history-right-box-bottom p {
    font-size: 14px;
    margin: 0;
    color: #181916;
}
.history-right .history-right-box-bottom p span {
    color: #484946;
}
.history-right .history-right-box-bottom .history-right-box-bottom-left {
    width: 50%;
    border-right: 1px solid #e4e5e1;
}
.history-right .history-right-box-bottom .history-right-box-bottom-left div {
    padding: 15px;
}
.history-right .history-right-box-bottom .history-right-box-bottom-left div:first-child {
    border-bottom: 1px solid #e4e5e1;
}
.history-right .history-right-box-bottom .history-right-box-bottom-right {
    width: 50%;
}
.history-right .history-right-box-bottom .history-right-box-bottom-right div {
    padding: 15px;
    background-color: #e8f7e9;
}
.history-right .history-right-box-bottom .history-right-box-bottom-right div p span {
    color: var(--e-global-color-primary);
}
.history-right .history-right-box-bottom .history-right-box-bottom-right div:first-child {
    border-bottom: 1px solid #e4e5e1;
}
.data-query-black {
    color: #000000 !important;
}
.data-query-red {
    color: #882329 !important;
}
.data-query-bgcolor-red {
    background-color: #ffebea !important;
}
.data-query-fingerprint-box-content-right-box-content-mobile {
    display: flex;
    border-top: 1px solid #e4e5e1;
    flex-wrap: wrap;
}
.data-query-fingerprint-box-content-right-box-content-mobile div {
    border-left: 1px solid #e4e5e1;
    text-align: left;
    width: 50%;
    padding: 10px;
    border-bottom: 1px solid #e4e5e1;
}
.data-query-fingerprint-box-content-right-box-content-mobile div p {
    font-size: 12px;
    margin: 0;
}
.data-query-fingerprint-box-content-right-box-content-mobile div p:first-child {
    color: #484946;
    text-transform: uppercase;
}
.data-query-fingerprint-box-content-right-box-content-mobile div p:last-child {
    color: #141415;
}
@media (max-width: 767px) {
    .data-query-search .data-query-search-button img {
        margin-right: 0px;
    }
    .data-query-fingerprint {
        display: none;
    }
    .data-query-fingerprint-mobile {
        display: block;
    }
    .history-right {
        width: 100%;
    }
    .ekit-wid-con .swiper-wrapper {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .history-right .history-right-box-top div {
        border-bottom: 1px solid #e4e5e1;
    }
    .history-right .history-right-box-top .history-right-box-top-right {
        width: 50%;
        padding: 15px 20px 15px 15px;
    }
    .history-right .history-right-box-top .history-right-box-top-right p {
        font-size: 14px;
        margin: 0;
        color: #181916;
    }
    .history-right .history-right-box-top .history-right-box-top-right span {
        color: #23291fcc;
    }
    .history-right .history-right-box-bottom .history-right-box-bottom-left div {
        padding: 15px;
        background-color: #e8f7e9;
    }
    .history-right .history-right-box-bottom .history-right-box-bottom-right div {
        padding: 15px;
        background-color: #e8f7e9;
    }
    .history-right .history-right-box-bottom {
        border-bottom: 1px solid #e4e5e1;
        border-top: 0px;
    }
    .data-query-search-box {
        min-height: 0px;
        margin-top: 60px;
    }
    .data-query-fingerprint-box-content-left-box {
        border-radius: 0px;
    }
    .history-right .history-right-box-bottom p span {
        color: var(--e-global-color-primary);
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .elementor-21027 .elementor-element.elementor-element-1168e64 {
        --width: 100% !important;
    }
}
