.ki-container {
    position: relative;
    display: block;
    /* padding: 160px 0px 100px; */
    /* padding: 14.81vh 0px 9.25vh; */
    padding: 14.81vh 0px 100px;
    background: #fbfbfb;
    font-size: 0px;
}

.ki-container > * {
    font-size: 16px;
}

.ki-side {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.ki-side.left {
    /* width: 870px; */
    width: 45.31vw;
}

.ki-side-left-img {
    position: relative;
    display: block;
    /* width: 249px; */
    width: 12.96vw;
    /* margin: 0px auto 30px; */
    margin: 0px auto 2.77vh;
}

.ki-title {
    position: relative;
    display: block;
    text-align: center;
    /* width: 710px; */
    width: 100%;
    /* font-size: 82px; */
    font-size: 4.27vw;
    /* font-size: clamp(80px, 4.27vw, 82px); */
    letter-spacing: 0.2px;
    color: #999;
    /* margin: 0px 0px 46px; */
    margin: 0px 0px 4.25vh;
    font-weight: normal;
    /* line-height: 85px; */
    line-height: 7.87vh;
}

.ki-title span {
    position: relative;
    display: block;
    /* font-size: 24px; */
    /* font-size: 1.25vw; */
    font-size: clamp(15px, 1.25vw, 24px);
    letter-spacing: 0.2px;
    color: #b0a967;
    /* line-height: 20px; */
    line-height: 1.85vh;
    /* margin-bottom: 25px; */
    margin-bottom: 2.31vh;
}

.ki-desc {
    position: relative;
    display: block;
    text-align: center;
    /* width: calc(100% - 250px); */
    width: calc(100% - 80px);
    max-width: 576px;
    /* max-width: 30vw; */
    /* font-size: 16px; */
    /* font-size: 0.83vw; */
    font-size: clamp(13px, 0.83vw, 16px);
    color: #595959;
    /* line-height: 35px; */
    /* line-height: 3.24vh; */
    line-height: clamp(30px, 3.24vh, 35px);
    /* margin: 0px auto 56px; */
    margin: 0px auto 5.18vh;
}

.ki-side.right {
    /* width: 870px; */
    width: calc(100vw - 45.31vw);
}

.ki-side-right-img {
    position: relative;
    display: block;
    /* width: 972px; */
    width: 50.62vw;
}

.ki-side-right-icon {
    position: absolute;
    display: block;
    /* right: 64px; */
    right: 3.33vw;
    /* bottom: -138px; */
    bottom: -12.77vh;
    /* width: 339px; */
    width: 17.65vw;
}

@media screen and (max-width : 1536px) {
    .ki-side-right-icon {
        width: 270px;
        bottom: -100px;
        right: 50px;
    }
}

@media screen and (max-width : 1024px) {
    .ki-container {
        padding: 100px 0px 100px;
    }

    .ki-side {
        display: block;
        width: 100% !important;
    }

    .ki-title {
        line-height: 45px;
    }

    .ki-desc {
        max-width: 768px;
    }

    .ki-side.right {
        max-width: 518px !important;
        margin: 0px auto;
        width: calc(100% - 40px) !important;
    }

    .ki-title span {
        margin-bottom: 10px;
    }

    .ki-side-left-img {
        width: 160px;
    }

    .ki-side-right-img {
        margin: 0px auto;
    }

    .ki-side-right-icon {
        width: 200px;
        bottom: -74px;
        right: 10px;
    }
}

@media screen and (max-width : 1024px) {
    .ki-container {
        padding: 60px 0px 100px;
    }

    .ki-side-left-img {
        width: 120px;
        margin-bottom: 20px;
    }

    .ki-title {
        margin: 0px auto 20px;
        line-height: 35px;

        position: relative;
        display: block;
        text-align: center;
        width: calc(100% - 40px);
        top: 0px;
    }

    .ki-title span {
        margin-bottom: 5px;
    }

    .ki-desc {
        position: relative;
        display: block;
        text-align: center;
        width: calc(100% - 40px);
        top: 0px;
        padding: 0px;
        margin: 0px auto 50px;
        line-height: 24px;
        max-width: 768px;
    }

    .ki-side-right-img {
        width: calc(100% - 40px);
        max-width: 500px;
    }
}

@media screen and (max-width : 500px) {
    .ki-title span {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .ki-desc {
        text-align: left;
    }

    .ki-title {
        font-size: 37px;
    }

    .ki-side-right-img {
        width: 100%;
    }
}