.site-main {
    width: auto;
    margin: 0;
}

.about-bi-page-source {
    color: #222;
}

.about-bi-page-source ol,
.about-bi-page-source ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-bi-page-source a {
    color: inherit;
    text-decoration: none;
}

.about-bi-page-source img {
    display: block;
    max-width: 100%;
}

.about-bi-page-source .inner.container {
    display: flex;
    justify-content: center;
}

.about-bi-page-source .content-wrap {
    width: min(1332px, 100%);
    max-width: 1332px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-bi-page-source .content-body {
    margin-top: 40px;
}

.about-bi-locale-block[hidden] {
    display: none;
}

.ci-bi {
    color: #444;
}

.ci-bi .title0-content {
    color: #444;
    font-size: 18px;
    line-height: 1.55;
}

.ci-bi .title1 {
    display: block;
    margin: 56px 0 20px;
    color: #222;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}

.ci-bi .title1-content {
    color: #444;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
}

.ci-bi .btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px;
}

.ci-bi .btn-group.center {
    justify-content: center;
    text-align: center;
}

.ci-bi .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 212px;
    min-height: 50px;
    padding: 13px 22px;
    border: 1px solid #4a5677;
    background-color: #fff;
    color: #4a5677;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

.ci-bi .btn:hover,
.ci-bi .btn:focus {
    border-color: #232939;
    color: #232939;
}

.ci-bi .btn > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.ci-bi .icon {
    display: inline-flex;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
}

.ci-bi .icon.is-download {
    background: url("../images/about-bi/ico_download.svg") no-repeat center / 16px auto;
}

.ci-bi .icon.is-link {
    background: url("../images/about-bi/ico_link_external.svg") no-repeat center / 16px auto;
}

.ci-bi h5 {
    margin: 0 0 12px;
    color: #d22a49;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
}

.ci-bi .bi-img {
    margin-top: 15px;
    padding: 60px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: url("../images/about-bi/aboutkto_bi_bg.png") repeat center center;
    text-align: center;
}

.ci-bi .bi-img img {
    margin: 0 auto;
}

.ci-bi .brand {
    overflow: hidden;
    margin-top: 16px;
    text-align: center;
}

.ci-bi .brand > li {
    float: left;
}

.ci-bi .brand > li span {
    display: block;
    margin: 20px 0 10px;
    font-size: 20px;
    font-weight: 600;
}

.ci-bi .brand > li .img {
    position: relative;
    width: 100%;
    padding-top: 96.5%;
    border: 4px solid #fff;
    border-radius: 50%;
}

.ci-bi .brand > li .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ci-bi .brand > li ul li {
    display: inline-block;
    margin-right: -14px;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    text-align: center;
    vertical-align: top;
}

.ci-bi .brand > li:nth-child(1) {
    width: 68.3%;
}

.ci-bi .brand > li:nth-child(1) ul li {
    width: calc(25% + 9px);
}

.ci-bi .brand > li:nth-child(1) ul li:nth-child(1) .img {
    z-index: 3;
    background-color: #a4238e;
}

.ci-bi .brand > li:nth-child(1) ul li:nth-child(2) .img {
    z-index: 2;
    background-color: #ffd165;
}

.ci-bi .brand > li:nth-child(1) ul li:nth-child(3) .img {
    z-index: 1;
    background-color: #00aeef;
}

.ci-bi .brand > li:nth-child(1) ul li:nth-child(4) .img {
    background-color: #ed1c24;
}

.ci-bi .brand > li:nth-child(1) ul li:nth-child(1) span {
    color: #a4238e;
}

.ci-bi .brand > li:nth-child(1) ul li:nth-child(2) span {
    color: #664800;
}

.ci-bi .brand > li:nth-child(1) ul li:nth-child(3) span {
    color: #00aeef;
}

.ci-bi .brand > li:nth-child(1) ul li:nth-child(4) span {
    color: #ed1c24;
}

.ci-bi .brand > li:nth-child(2) {
    width: 17.8%;
    margin: 0 0 0 13.5%;
}

.ci-bi .brand > li:nth-child(2) ul li {
    width: 100%;
}

.ci-bi .brand > li:nth-child(2) ul li .img {
    background-color: #002a57;
}

.ci-bi .brand > li:nth-child(2) ul li .img::before {
    position: absolute;
    top: 50%;
    left: -70%;
    width: 61%;
    height: 24px;
    content: "";
    transform: translateY(-50%);
    background: url("../images/about-bi/aboutkto_brand6.png") no-repeat 0 0 / 100%;
}

.ci-bi .brand > li:nth-child(2) span {
    color: #002a57;
}

.ci-bi .box-col-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 10px;
}

.ci-bi .box-col-wrap .box {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: stretch;
    align-content: center;
}

.ci-bi .kingdom {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.ci-bi .kingdom .box {
    display: flex;
    flex-direction: column;
    padding: 0;
    border: 0;
}

.ci-bi .kingdom .box img {
    width: 100%;
}

.ci-bi .kingdom .box .text {
    flex: 1;
    padding: 24px 32px 30px;
    border: 1px solid #bac1d4;
    border-radius: 0 0 8px 8px;
    color: #444;
    font-size: 16px;
    line-height: 1.55;
}

.ci-bi .kingdom .box .text span {
    display: block;
    margin-bottom: 10px;
    color: #222;
    font-size: 20px;
    font-weight: 600;
}

@media (min-width: 480px) {
    .ci-bi .box-col-wrap {
        flex-flow: row wrap;
    }

    .ci-bi .box-col-wrap.has-3n .box {
        min-width: calc(33% - 8px);
    }

}

@media (min-width: 768px) {
    .ci-bi .kingdom {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {
    .about-bi-page-source .content-wrap {
        padding-top: 100px;
    }

    .ci-bi .box-col-wrap {
        flex-wrap: nowrap;
    }
}

@media (max-width: 1279px) {
    .about-bi-page-source .content-wrap {
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    .ci-bi .brand > li:nth-child(1) {
        width: 50%;
    }

    .ci-bi .brand > li:nth-child(1) ul li {
        width: calc(50% + 9px);
    }

    .ci-bi .brand > li:nth-child(2) {
        width: 26%;
        margin: 23% 0 0 20%;
    }

    .ci-bi .brand > li .img img {
        width: 70px;
    }

    .ci-bi .brand > li:nth-child(2) ul li .img img {
        width: 80px;
    }
}

@media (max-width: 767px) {
    .ci-bi .title0-content,
    .ci-bi .title1-content {
        font-size: 16px;
    }

    .ci-bi .title1 {
        margin-top: 40px;
        font-size: 22px;
    }

    .ci-bi .bi-img {
        padding: 32px 20px;
    }

}

@media (max-width: 480px) {
    .ci-bi .btn {
        width: 100%;
    }

    .ci-bi .brand > li {
        float: none;
    }

    .ci-bi .brand > li span {
        margin: 10px 0 5px;
    }

    .ci-bi .brand > li ul li {
        display: block;
    }

    .ci-bi .brand > li:nth-child(1) {
        width: 100%;
    }

    .ci-bi .brand > li:nth-child(1) ul li {
        width: 50%;
        margin: 0 auto 10px;
    }

    .ci-bi .brand > li:nth-child(2) {
        width: 50%;
        margin: 100px auto 0;
    }

    .ci-bi .brand > li:nth-child(2) ul li .img::before {
        top: -50px;
        left: 28%;
        width: 40%;
        transform: translate(0, -50%) rotate(90deg);
    }
}
