.main-content .hero_image {
    background-image: url(/images/hero_kep_introduction.jpg);
}

.container-0 {
    margin-top: 50px;
}

.container-0 .openable {
    background-color: #083d55;
    position: relative;
    height: 550px;
    padding: 16px;
    border-radius: 15px;
    margin-right: 10px;
    width: 92px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: width 1s ease;
    overflow: hidden;
}

.container-0 .openable.active {
    width: 550px;
    margin-left: 10px;
}

.container-0 .openable .left .icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.container-0 .openable .left .icon.darkblue {
    display: none;
}

.container-0 .openable.active .left .icon.darkblue {
    display: initial;
}

.container-0 .openable.active .left .icon.blue {
    display: none;
}

.container-0 .openable .left .vertical-text {
    white-space: nowrap;
    transform: rotate(-90deg);
    color: white;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    left: -104px;
    bottom: 234px;
    height: fit-content;
    z-index: 1;
    width: 300px;
}

.container-0 .openable .right {
    display: none;
    color: #545454;
    font-size: 14px;
    width: 458px;
    max-width: max-content;
}

.container-0 .openable.active .right {
    display: initial;
}

.container-0 .openable.active {
    background-color: #e3e3e3;
}

.container-0 .openable.active .left .vertical-text {
    color: #33c1f6;
}

.container-0 .openable .right img {
    height: 32%;
    object-fit: cover;
}

.container-0 .openable .right .check-icon {
    width: 15px;
    height: 15px;
    padding: 0px;
    margin-right: 10px;
}

.container-0 .openable .right .content {
    height: fit-content;
}

.container-0 .openable .right .images {
    gap: 2%;
}

@media (max-width:1199px) {
    .container-0 .openable .left .icon {
        width: 48px;
        height: 48px;
    }

    .container-0 .openable {
        width: 72px;
    }

    .container-0 .openable .left {
        padding: 0px 8px;
    }

    .container-0 .openable.active {
        width: 530px;
    }

    .container-0 .openable .left .vertical-text {
        left: -114px;
    }
}

@media (max-width:991px) {
    .container-0 .openable .left .icon {
        width: 40px;
        height: 40px;
    }

    .container-0 .openable .left .vertical-text {
        font-size: 18px;
    }

    .container-0 .openable .left {
        padding: 0px 6px;
    }

    .container-0 .openable {
        width: 60px;
        height: 555px;
    }

    .container-0 .openable.active {
        width: 360px;
        margin-left: 0px;
    }

    .container-0 .openable .right {
        width: 303px;
        font-size: 13px;
    }

    .container-0 .openable .right img {
        width: 100px;
        border-radius: 15px;
    }

    .container-0 .openable .right .content {
        padding-right: 0px;
    }

    .container-0 .openable .left .vertical-text {
        left: -121px;
    }
}

@media (max-width:767px) {
    .container-0 .openable {
        width: 100%;
        height: 73px;
        margin-bottom: 10px;
        margin-right: 0px;
        transition: height 1s ease;
    }

    .container-0 .openable.active {
        height: 490px;
        width: 100%;
    }

    .container-0 .openable .left .vertical-text {
        transform: none;
        position: initial;
        padding-left: 20px;
    }

    .container-0 .openable .right {
        width: 100%;
    }

    .container-0 .openable .left {
        align-items: center;
    }

    .container-0 .openable>div {
        flex-wrap: wrap !important;
    }

    .container-0 .openable .right .images {
        gap: 10px;
    }
}

@media (max-width:575px) {
    .container-0 {
        padding: 0px 30px;
    }

    .main-content .hero-container h1 {
        font-size: 20px;
    }

    .container-0 .openable .left .vertical-text {
        font-size: 16px;
    }
}

@media (max-width:399px) {
    .container-0 .openable .right .content {
        flex: none;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .container-0 .openable .right .images {
        flex-direction: row !important;
        gap: 2%;
    }

    .container-0 .openable .right img {
        width: 32%;
    }

    .container-0 .openable.active {
        height: 580px;
    }
}

@media (max-width:359px) {
    .main-content .hero-container h1 {
        font-size: 18px;
    }

    .container-0 {
        padding: 0px 15px;
    }

    .container-0 .openable .left .vertical-text {
        padding-left: 9px;
    }
}