/**
 * ITF Korea — 시범단
 * Figma 6037:7184 PC · 6132:2443 Tablet · 6132:2459 Mobile
 */

.itf-site .demo-team-sect {
    padding: var(--subContM) 0 var(--subContPd);
    background: #fff;
}

/* .in2 / __intro gap → site-page-rhythm */
.itf-site .demo-team-sect > .in2 {
    display: flex;
    flex-direction: column;
}

.itf-site .demo-team-sect__intro {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.itf-site .demo-team-sect__tit {
    margin: 0;
    font-size: var(--mainH2);
    font-weight: 700;
    line-height: var(--titLine);
    color: var(--txtBlack1);
}

.itf-site .demo-team-sect__copy {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    width: 100%;
}

.itf-site .demo-team-sect__copy p {
    margin: 0;
    font-size: var(--txt);
    font-weight: 400;
    line-height: var(--txtLine);
    color: var(--txtGray1);
}

.itf-site .demo-team-sect__grid {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: 100%;
}

.itf-site .demo-team-sect__item {
    position: relative;
    margin: 0;
    aspect-ratio: 668 / 376;
    border: 1px solid #e6e6e6;
    border-radius: var(--radius);
    overflow: hidden;
    background: #fff;
}

.itf-site .demo-team-sect__photo {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.itf-site .demo-team-sect__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.itf-site .demo-team-sect__photo--jump img {
    position: absolute;
    left: 0;
    top: -104.25%;
    width: 100%;
    height: 266.67%;
    max-width: none;
    object-fit: cover;
}

.itf-site .page-sub--demo-team .page-sub__body {
    padding: 0;
    max-width: none;
}

@media screen and (max-width: 1024px) {
    .itf-site .demo-team-sect__grid {
        gap: 32px;
    }
}

@media screen and (max-width: 768px) {
    .itf-site .demo-team-sect__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}
