.ict-eb97005e-wrap {
    position: relative;
    padding-left: 56px;
    max-width: 720px;
}

.ict-eb97005e-line {
    position: absolute;
    left: 21px;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #E0E0E0;
    border-radius: 3px;
    z-index: 0;
}

.ict-eb97005e-line-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #6C63FF;
    border-radius: 3px;
    transition: height 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.ict-eb97005e-entry {
    position: relative;
    margin-bottom: 48px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.ict-eb97005e-entry.ict-eb97005e-visible {
    opacity: 1;
    transform: translateY(0);
}

.ict-eb97005e-entry:last-child {
    margin-bottom: 0;
}

.ict-eb97005e-dot {
    position: absolute;
    left: -56px;
    top: 24px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
    cursor: pointer;
    overflow: hidden;
}

.ict-eb97005e-dot:hover {
    transform: scale(1.15);
}

.ict-eb97005e-dot-icon {
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ict-eb97005e-dot-icon svg {
    width: 18px;
    height: 18px;
    fill: #ffffff;
}

.ict-eb97005e-dot-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.ict-eb97005e-dot-ring {
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid;
    opacity: 0.25;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

.ict-eb97005e-entry:hover .ict-eb97005e-dot-ring,
.ict-eb97005e-entry.ict-eb97005e-expanded .ict-eb97005e-dot-ring {
    opacity: 0.5;
    transform: scale(1.1);
}

.ict-eb97005e-card {
    background: #FFFFFF;
    border: 1px solid #EBEBF0;
    border-radius: 16px;
    padding: 24px 28px;
    cursor: pointer;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.35s ease,
                background-color 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.ict-eb97005e-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(108, 99, 255, 0.1);
    background-color: #F9F9FF;
}

.ict-eb97005e-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.ict-eb97005e-year {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6C63FF;
}

.ict-eb97005e-toggle-icon {
    display: flex;
    align-items: center;
    color: #AAAABB;
    transition: transform 0.35s ease, color 0.3s ease;
}

.ict-eb97005e-expanded .ict-eb97005e-toggle-icon {
    transform: rotate(180deg);
    color: #6C63FF;
}

.ict-eb97005e-role {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1A1A2E;
    margin: 0 0 4px 0;
    line-height: 1.3;
}

.ict-eb97005e-company {
    font-size: 0.9rem;
    font-weight: 500;
    color: #888899;
    margin: 0;
    line-height: 1.4;
}

.ict-eb97005e-desc-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
    opacity: 0;
}

.ict-eb97005e-expanded .ict-eb97005e-desc-wrap {
    max-height: 300px;
    opacity: 1;
}

.ict-eb97005e-desc {
    font-size: 0.95rem;
    color: #555566;
    line-height: 1.65;
    margin: 12px 0 0 0;
    padding-top: 12px;
    border-top: 1px solid #F0F0F5;
}

/* Responsive */
@media (max-width: 767px) {
    .ict-eb97005e-wrap {
        padding-left: 44px;
    }
    .ict-eb97005e-dot {
        left: -44px;
        width: 36px;
        height: 36px;
    }
    .ict-eb97005e-line {
        left: 17px;
    }
    .ict-eb97005e-card {
        padding: 18px 20px;
    }
    .ict-eb97005e-role {
        font-size: 1.1rem;
    }
}
