/**
 * ITF Korea — 준비중 빈 상태
 * 공식캠페인 (Figma 6037:7058) · PC / 1024 / 390
 */

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

.itf-site .coming-soon-sect > .in2 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.itf-site .coming-soon-sect__tit {
    margin: 0;
    font-size: var(--subH2);
    font-weight: 700;
    line-height: var(--titLine);
    color: var(--txtBlack1);
    text-align: center;
}

.itf-site.page-campaign .page-sub__body {
    padding: 0;
    max-width: none;
}

@media screen and (max-width: 1024px) {
    .itf-site .coming-soon-sect > .in2 {
        min-height: 320px;
    }
}

@media screen and (max-width: 768px) {
    .itf-site .coming-soon-sect > .in2 {
        min-height: 240px;
    }
}
