.swiper-pagination-bullet-active {
    background: var(--main-color);
}

.k_business_overview {
    flex-direction: column;
    display: flex;
    position: relative;
}

.k_bo_top {
    column-gap: 120px;
    grid-template-columns: 1.2fr 1fr;
    display: grid;
    position: relative;
}

.k_bo_left h2 {
    margin-bottom: 50px;
}

.k_bo_left a {
    color: var(--main-color);
}

.k_bo_left p {
    margin-bottom: 20px;
}

.k_bo_left p:last-child {
    margin-bottom: 0;
}

.k_bo_right {
    align-items: center;
    display: flex;
    position: relative;
}

.k_bo_images_item {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.k_bo_images_item:first-child {
    top: 5%;
    left: 30%;
    position: absolute;
}

.k_bo_images_item:nth-child(2) {
    bottom: 10%;
    left: 15%;
    z-index: 1;
    position: absolute;
}

.k_bo_images_item:nth-child(3) {
    bottom: 7.5%;
    right: 0;
    position: absolute;
}

.k_bo_images_item img {
    width: 100%;
    max-width: 320px;
    object-fit: contain;
    display: flex;
}

.k_bo_images_item:nth-child(2) img {
    width: 100%;
    height: 240px;
    max-width: 240px;
    object-position: center;
    object-fit: cover;
}

.k_bo_images_item:nth-child(3) img {
    width: 100%;
    height: 260px;
    max-width: 260px;
    object-position: center;
    object-fit: cover;
}

.k_bo_center {
    align-items: center;
    flex-direction: column;
    display: flex;
}

.k_bo_center h2 {
    margin-bottom: 50px;
}

.k_bo_center h6 {
    font-weight: 500;
    font-size: 18px;
}

.k_competitive_strengths {
    margin: 0 auto;
    max-width: 1360px;
}

.k_bo_wrap {
    width: 100%;
    margin: 60px 0;
    flex-direction: row;
    display: flex;
    position: relative;
}

.k_bo_wrap figure {
    width: 100%;
    height: 60vh;
}

.k_bo_wrap figure img {
    width: 100%;
    max-width: 900px;
    transition-property: opacity;
    /* will-change: transform; */
    object-fit: contain;
    object-position: center;
    translate: none;
    rotate: none;
    scale: none;
}

.k_cs_category {
    width: 100%;
    margin-top: 60px;
    column-gap: 30px;
    row-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}

.k_cs_item {
    row-gap: 20px;
    padding: 30px;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: all .3s ease-in-out;
    background-color: white;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.k_cs_item:hover {
    transform: translateY(-10px);
    transition: all .3s ease-in-out;
}

.k_cs_item p {
    line-height: 1.4;
    color: var(--text-black-color);
    text-align: left;
    position: relative;
}

.k_cs_item img {
    width: 40px;
}

.k_bo_bottom h2 {
    margin-bottom: 50px;
}

.k_ct {
    column-gap: 60px;
    grid-template-columns: 1.2fr 1fr;
    display: grid;
}

.k_ct h6 {
    margin-bottom: 20px;
    font-size: 18px;
}

.k_ct_right {
    align-items: center;
    justify-content: center;
    display: flex;
}

.k_ct_right img {
    width: 100%;
}

.k_ob h2 {
    margin-bottom: 60px;
    text-align: right;
}

.k_ob_category {
    padding: 60px 0;
    border-top: 1px solid rgba(163, 163, 163, 0.25);
    width: 100%;
    row-gap: 40px;
    column-gap: 80px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
}

.k_ob_category img {
    width: 100%;
    max-width: 190px;
    object-fit: cover;
    object-position: center;
}

.k_ob_item {
    column-gap: 20px;
    flex-direction: row;
    display: flex;
}

.k_ob_item:hover {
    position: relative;
    transition: all .3s ease-in-out;
}

.k_ob_item:hover h6 {
    transition: all .3s ease-in-out;
    color: var(--main-color);
}

.k_ob_item:hover p {
    transition: all .3s ease-in-out;
    color: var(--main-color);
}

.k_ob_item>div {
    width: 100%;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    display: flex;
}

.k_ob_item>div p {
    margin-top: 10px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.k_ob_item h6 {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    transition: all .3s ease-in-out;
    text-align: center;
}

.k_other_business {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    column-gap: 105px;
    align-items: flex-start;
    grid-template-columns: 2fr 1fr;
    display: grid;
}

#FBDiv .k_other_business {
    grid-template-columns: 1.5fr 1fr;
}

#OPDiv2 .k_other_business {
    grid-template-columns: 1fr 1.5fr;
    border-top: 1px solid var(--gold-text-color);
}

#OPDiv2 .k_ob_left {
    height: 100%;
}

.k_other_business2 {
    margin-top: 60px;
    grid-template-columns: 1fr 1fr;
}

.k_other_business2 .swiper {
    width: 100%;
    overflow: hidden;
}

.k_other_business2 .swiper img {
    width: 100%;
}

.k_other_business p {
    font-size: 18px;
    margin-bottom: 20px;
}

.k_other_business p:last-child {
    margin-bottom: 0;
}

.k_ob_right {
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.k_ob_right h5 {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 20px;
    color: var(--main-color);
}

.k_ob_right figure {
    display: flex;
}

.k_ob_right img {
    width: 100%;
}

.k_inner_content3 .k_ob_right {
    padding: 90px;
}

.k_ob_left figure {
    height: 100%;
    display: flex;
}

.k_ob_left figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.k_ob_href {
    column-gap: 40px;
    flex-direction: row;
    display: flex;
}

.k_ob_href img {
    width: 100%;
}

#SEPDiv .k_other_business {
    flex-direction: column;
    display: flex;
}

.k_other_business h2 {
    margin-bottom: 40px;
}

#MSDiv .k_other_business {
    grid-template-columns: 1.5fr 1fr;
}

#MPDiv,
#MSPDiv {
    padding-bottom: 0;
}

.k_ob_order {
    padding-top: 220px;
    padding-bottom: 120px;
}

.k_ob_box {
    display: flex;
    position: relative;
    z-index: 1;
}

.k_ob_wrap {
    display: flex;
    position: relative;
    z-index: 1;
}

.k_ob_list_item {
    width: 100%;
    height: calc(100vh - 360px);
    max-width: 520px;
    margin-left: 90px;
    position: relative;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.k_ob_list_item figure img {
    width: 100%;
    min-width: 520px;
    height: 360px;
    object-fit: cover;
}

.k_ob_list_item img {
    width: 100%;
}

.k_ob_list_desc {
    width: 100%;
    height: 200px;
    padding: 40px 30px;
    box-shadow: rgba(0, 0, 0, 0.05) 2.4px 2.4px 3.2px;
    transition: all 1s ease-in-out;
}

.k_ob_list_item h6 {
    font-size: 16px;
    letter-spacing: 1px;
    color: var(--hovering-color);
    text-align: center;
    text-transform: uppercase;
}

.k_ob_list_desc p {
    margin-top: 15px;
    line-height: 1.3;
    text-align: left;
}

.k_ob_list_item:last-child {
    margin-right: 120px
}

.k_inner_content4 > h2 {
    margin-bottom: 120px;
    text-align: center;
}

.k_lm_row {
    padding: 120px 0;
    border-top: 1px solid var(--main-color);
    flex-direction: column;
    display: flex;
}

.k_lm_row:last-child {
    padding-bottom: 0;
}